body {
  background: url('https://ombud.lastbilsstation.se/img/p1066808-2000x1333.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* scroll-behavior: smooth; */

  &:before {
    content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#353535,#353535);
	opacity: .6;
	z-index: -1;
  }

    --base-color: #0c6cfc;
}

fieldset {
	border-radius: 6px;
}

label input {
	margin-inline: 4px;
}

.container {
	padding-top: 10px;
	background-color: white !important;
	padding-bottom: 40px;
	max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  	margin-left: 20px; 
    margin-right: 20px; 
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
} 

::-webkit-scrollbar-button {
    display: none !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f100 !important;
}

::-webkit-scrollbar-thumb {
    background: var(--base-color) !important;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(from var(--base-color) h s l / 0.825) !important;
}

::-webkit-scrollbar-corner {
    background: #f1f1f100 !important;
}


.flexRow {
	display: flex;
	flex-direction: row;
	flex: 1;
	gap: 5px;
	justify-content: space-between;
}


.TdSmallText {
	font-size: 11px !important;
}

.smallTxt {
	font-size: 11px !important;
}

.nav-link {
	color:white;
}

.nav-link:hover {
	color:#ccc;
}

.btn-primary {
	margin-bottom: 2px;
}

.btn-delete {
 	background-color: #ff3300 !important;
}

.bg-black {
	background-color: #232323 !important;
	padding-bottom: 5px;
	padding-top: 0px;
}

.appLogImage {
	display: block; 
	background-color:#ccc; 
	height: 100%;
	border-radius: 6px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
 	color: var(--bs-gray-300); 
  -background-color: var(--bs-primary); /* Ändra bakgrundsfärgen om så önskas */
}

.table {
    overflow-x: auto;
    display: block;
    max-width: 100%;	
}

.input-group-text {
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -max-width: 100%;
    white-space: normal; /* För att tvinga texten att flöda inuti dess container */
}

#modal-container {
    overflow-x: auto;
	min-height:400px;
}

#modal-container .input-group-text {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
    white-space: nowrap;
}

#notisBox {
    position: absolute;
    top: 20px;
    left: 350px;
    padding: 0;
    margin: 0;
    -transform: translateX(-50%);
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-top: 0;
    border-radius: 5px;
    max-width: 700px;
    z-index: 100;
    display: none;
    color: #6c757d;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    box-shadow: 5px 5px 3px rgba(50, 50, 50, 0.8);
}

#peekabooGif {
    position: absolute;
    top: -11px;
	z-index: 100;
	height: 100px;
}


.loading {
    margin-top: 2.5%;
    margin-bottom: 10px;
    width: 75px;
    height: 75px;
    border-radius: 6px;
    animation: spin 1100ms infinite ease-in-out;
    background: linear-gradient(to bottom right, #03e6f8, #158da5);
}

@keyframes spin {
    0% { 
		transform: rotate(0deg);
	}
    100% { 
		transform: rotate(360deg); 
	}
}

@keyframes roll {
    0% { 
		transform: rotate(0deg); 
	}
    100% { 
		transform: rotate(90deg); 
	}
}


@keyframes pulse {
    0%, 100% { 
		transform: scale(1); 
	}
    50% { 
		transform: scale(1.2); 
	}
}

.pointer {
	cursor: pointer;
}

.userCount {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}

.ToDoTable {
	border-collapse: collapse;
	width: 100%;
}

.ToDoTable td, .ToDoTable th {
	border: 1px solid #ddd;
	padding: 6px;
}

.ToDoTable tr:nth-child(odd){
	background-color: #f2f2f2;
}

.ToDoTable tr:hover {
	background-color: #ddd;
}

.ToDoListTitle { 
	font-size: 20px;
	color: #333;
	margin-bottom: unset;
	font-weight: bold;
}

.ToDoListSubTitle {
	font-size: 17px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

.searchAndStats {
	flex-grow: 1;
}

.departmentSelect {
	padding: 5px 8px;
	border-radius: 5px;
}

.locationBox {
	margin-left: 15px;
	padding: 5px;
	border-radius: 8px;
	border: 12px solid #d1e7de;
}


.locationColumn {
	display: flex;
	width: 50%;
	flex-direction: column;
	padding: 4px;
	padding-inline: 8px;
	margin-left: 8px;
	border-left: 1px solid #7f7f7f;
}

.placeCard {
	flex: 1;
	min-width: max-content;
	border-radius: 8px;
	transition: 0.25s;
	border: 0.5px solid #0184ca;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.placeCard-body {
	padding: 10px;
}

.placeCard-body p {
	font-weight: 500;
}

.placeCard-title {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 16px;
}

.placeCard-text {
	margin-bottom: 1px;
	overflow: hidden;
}

.cityCardContainer {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem !important;
}

.cityCard {
	min-width: calc(max-content + 10px); 
	border: 0.1px solid #0184ca; 
	border-radius: 6px; 
	background-color: #f8f9fa;
}

.cityCard p {
	font-weight: 500;
}

.divider {
	display: flex; 
	flex: 1; 
	padding: 0.5px;
	background-color: #232323;
	flex-direction: row; 
	margin-bottom: 20px;
	margin-top: 25px;
}

.userCard {
	flex: 1;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 8px;
	transition: 0.25s;
	border: 0.5px solid #090909;
	margin-bottom: 6px;
}

.userCard-body {
	padding: 10px;
}

.userCard-title {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 16px;
}

.userCard-text {
	margin-bottom: 1px;
	overflow: hidden;
}


.userCount {
	font-size: 19px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 15px;
}

.usertitle {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.usertitle div {
	font-size: 21px;
	font-weight: 700;
}

.usertitle b {
	margin-left: 8px;
	font-size: 21px;
	font-weight: 500;
}

.latestSampleHeader {
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px; 
	padding-top: 15px;
}


.progress-bar {
	width: 100%;
	height: 20px;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.progress-bar-fill {
	height: 100%;
	background-color: #007bff;
	width: 0; /* Initial bredd, ändras med hjälp av inline-stilen */
	transition: width 0.45s ease-in-out;
	position: absolute;
}

.progress-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.apiRow {
	display: flex;
	flex-direction: row;
}

.apiRow form {
	padding-right: 18px;
}

#qrCodeText {
	display: flex;
	align-items: center;
	height: 100px; /* Adjust the height to match the QR code */
}

.ruleHeader {
	display: flex;
	flex-direction: row;
	flex: 1;
	gap: 8px;
	align-items: center;
}

.ruleSearch {
	border: 1px solid #353535;
	border-radius: 6px;
	padding: 2px;
	padding-inline: 6px;
}

.unUsedRuleCount {
	font-size: 17.25px;
	font-weight: 500;
}

@keyframes fadeIn {
	0% { opacity: 0; background-color: #b4d8ff; }
	100% { opacity: 1; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; background-color: #b4d8ff; }
}

.fade-in {
	opacity: 0;
	animation: fadeIn 650ms ease-in-out forwards;
}

.fade-out {
	animation: fadeOut 650ms ease-in-out forwards;
}

.listSelectable {
	cursor: pointer;
}

.listSelectable:hover {
	background-color: #ebebeb;
}



.list-group-item:hover {
	background-color: #dfdfdf;
}


.geoZonesListBox {
	display: flex;
	flex-direction: column;
	width: clamp(15px, 25%, 350px);
	padding: 3.5px;
	padding-inline: 6px;
}

.geoTopRow {
	display: flex;
	flex: 1;
	flex-direction: row;
	margin: 3px;
	margin-bottom: 6px;
	max-height: 35px;
}

.geoTopRow input {
	flex-grow: 1;
	padding: 2px;
	padding-inline: 6px;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	min-width: 0px;
	max-lines: 1;
}

.geoTopRow button {
	margin-left: 4px;
	padding: 4px;
	padding-inline: 8px;
	border-radius: 6px;
	border: 1px solid #2c2c2c;
	transition: ease-in-out 0.25s;
}

.geoTopRow button:hover {
	color: white;
	background-color: #48a7ff;
}


@media (max-width: 1280px) {
	.geoTopRow {
		flex: unset;
		flex-direction: column;
	}
	.geoTopRow input {
		flex-grow: unset;
	}
	.geoTopRow button {
		margin-left: unset;
		margin-top: 6px;
		border: 1px solid #2c2c2c;
	}
}

.geoZoneBox {
	display: flex;
	flex: 1;
	flex-direction: row;
}

.geoInfoSection {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border-radius: 8px;
	/* width: calc(77.5% + 12px); */
	padding: 3px;
	padding-inline: 4.5px;
}

.geoZoneTabs {
	display: flex;
	flex-direction: row;
	gap: 4px;
	margin-inline: 4px;
}

.TopTab {
	background-color: #f8f9fa;
	border: 1px solid #3f3f3f;
	border-bottom: unset;
	padding: 4px;
	padding-inline: 24px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: ease-in-out 0.275s;
}

.activeTab {
	border-bottom: 3px solid #007bff;
	padding: 6px;
	padding-inline: 20px;
}

.TopTab:hover {
	background-color: #48a7ff;
	color: white;
}

.geoZoneContent {
	padding: 8px;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	height: 100%;
}

.geoList {
	border: 1px solid #2c2c2c;
}

.geoTable {
	padding: 1px;
	padding-inline: 2px;
	border: 1px solid #2c2c2c;
}

.geoTable thead tr:first-child th {
	padding-bottom: 2px;
	border-bottom: 1px solid #2c2c2c;
}

.geoGereralInfo {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.geoGereralInfo div {
	width: 100%;
}

.geoGereralInfo div input,
.geoGereralInfo div select {
	border-radius: 6px;
	padding: 3.5px; 
	padding-inline: 6px;
	width: 100%;
}

.geoGereralInfo div textarea {
	resize: vertical;
	border-radius: 6px;
	padding: 3.5px; 
	padding-inline: 6px;
	width: 100%;
}

.geoZipRow {
	padding: 3.5px;
	padding-inline: 10px;
}

.geoZipRow:hover {
	background-color: #ebebeb;
}

.list-group-item {
	transition: 115ms ease-in-out;
}

.selectedGeoZone {
	border-left-color: #007bff;
	border-left-width: 4.5px;
}

.postTHead tr th {
	padding: 4px;
	padding-inline: 7px;
}


.serviceContent {
	padding: 4px;
	padding-inline: 6px;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	height: 100%;
}


.main-content {
    flex: 1;
	padding-inline: 12px;
    box-sizing: border-box;
    overflow-y: auto;
}

.sidebar {
    width: 20%;
    background: #dfdfdf;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    border-right: 1px solid #ccc;
}

.sidebar h2, .main-content h2, .section h3 {
    margin-top: 0;
}

.sidebar form {
    display: flex;
    flex-direction: column;
}

.section {
    margin-bottom: 7px;
    padding: 4px;
	padding-inline: 6.5px;
	background-color: #dfdfdf;
	flex-grow: 1;
	border-radius: 3.5px;
}

.section form label {
    display: inline-block;
}

.priceButton {
	background-color: transparent;
	color: rgb(2, 155, 243);
	border: none;
	padding: 4px;
	padding-inline: 8px;
	cursor: pointer;
	margin: 0px;
	align-self: start;
	align-content: start;
	text-decoration: underline;
	text-decoration-color: rgb(5, 181, 235);
}

.priceSections {
	display: flex; 
	flex-direction: row; 
	flex: 1;
}

.priceSections div:first-child {
	flex-grow: 1;
}

.priceSections div:first-child {
	flex-grow: 3;
}


.priceArticleCard {
	background-color: #f8f9fa;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-inline: 6px;
	margin-bottom: 6px;
}

.priceCardArticles {
	display: flex;
	flex-direction: column;
	background-color: #dfdfdf;
	padding: 5px;
	padding-inline: 8px;
	border-radius: 6px;
	flex-grow: 1;
}

.priceCardConditions {
	display: flex;
	flex-direction: column;
	background-color: #dfdfdf;
	padding: 5px;
	padding-inline: 8px;
	border-radius: 6px;
	margin-left: 6px;
	flex-grow: 3;
}

.priceCardConditions div {
	display: flex;
	flex-direction: row;
	gap: 6px;
}

.priceProcudtCard {
	margin-left: 6px; 
	flex-grow: 8;
}



@media (max-width: 1600px) {
	.priceSections {
		display: flex; 
		flex-direction: column; 
		flex: unset;
	}

	.priceProcudtCard {
		margin-left: unset; 
		margin-top: 6px; 
	}

	.priceCardConditions {
		margin-left: unset;
		margin-top: 6px;
	}
}


.priceCardOptions {
	display: flex;
	flex-direction: column;
	background-color: #f8f9fa;
	border-radius: 2px;
	padding: 3px;
	padding-inline: 6px;
	max-height: 165px;
	overflow-y: auto;
}

.priceArticleCard input,
.priceCardConditions input,
.priceCardOptions input {
	border-radius: 6px;
	padding: 3px;
	padding-inline: 6px;
}

.priceArticleCard select,
.priceCardConditions select,
.priceCardOptions select {
	border-radius: 6px;
	padding: 2px;
	padding-inline: 6px;
}


.priceZoneInput,
.priceZoneSelect {
	border-radius: 6px;
	padding: 2px;
	padding-inline: 6px;
	margin: 4px 0;
	height: 28px;
	font-size: 14px;
}

.serviceContainer {
	gap: 5px;
	margin: 0px; 
	height: 94vh;
	padding-top: 4px;
	padding-bottom: 4px;
	display: flex;
	flex-direction: row;
	max-width: 100%;
}


.service-label {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    padding-inline: 6px;
    gap: 5.5px;
    border-top: 0.5px solid #6c757d;
    position: relative;
}

.service-label:last-child {
	border-bottom : 0.5px solid #6c757d;
}

.service-label:hover {
	background-color: #5abcfd;
}

.PSTSelected {
    border-left: unset;
	background-color: #dbdbdb;
}

.PSTSelected::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    width: 3px;
    height: 70%;
    background-color: #00a8db;
    border-radius: 1px;
}


.service-tex {
	flex-grow: 1;
}

.articleItem {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.articleItemUrl {
    color: #00a8db;
    text-decoration-line: underline;
    text-decoration-color: #00a8db;
	transition: 125ms ease-out;
}

.articleItemUrl:hover {
	color: #ff3300;
	text-decoration-color: #ff3300;
}


.articleSearchBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 3px;
	margin-bottom: 6px;
}

.articleSearchBox input {
	padding: 2px;
	padding-inline: 6px;
	border: 1px solid #2c2c2c;
	border-radius: 5px;
	width: 100%;
	max-lines: 1;
}

form.price-form {
	font-family: sans-serif;
	font-size: 14.75px;
	color: #000;
	width: 600px;
	margin: 12px;
}

form.price-form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

form.price-form legend {
	font-weight: bold;
}

form.price-form .form-row {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

form.price-form .form-row label {
	width: 200px;
	font-weight: bold;
	margin-right: 10px;
}

form.price-form .form-row input[type="text"], 
form.price-form .form-row select {
	flex: 1;
	padding: 4px;
}

form.price-form .form-row input[type="checkbox"] {
	margin-right: 5px;
}

form.price-form .checkbox-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.price-form .checkbox-column {
	display: flex;
	flex-direction: column;
}

form.price-form .checkbox-row label {
	/* width: 300px; */
	font-weight: normal;
	display: flex;
	align-items: center;
}

.highlight {
	background-color: yellow;
}

.section-title {
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.priceMatrixContainer {
	display: flex;
	flex-direction: column;
	padding: 5px;
	padding-inline: 0px;
	border: 1px solid #7f7f7f;
	border-radius: 6px;
}

.priceMatrixHeader {
	display: flex;
	flex-direction: row;
	gap: 5px;
	padding: 5px;
	padding-inline: 8px;
	border-bottom: 0.5px solid #3f3f3f;
	margin-bottom: 3px;
}

.priceMatrixHeader label {
	font-size: 19.5px;
	font-weight: 500;
}

.priceMatrixHeader select {
	padding: 2px;
	padding-inline: 6px;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
}

.priceMatrix {
	border: 1px solid #7f7f7f; 
}

.priceMatrix thead {
	background: linear-gradient(to bottom right, #8095af, #003893);
}

.priceMatrix thead th,
.priceMatrix tbody td,
.priceMatrix th {
	padding: 8px;
	padding-inline: 12px;
	border: 1px solid #7f7f7f;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: table-cell;
}

.priceMatrix tbody td {
	transition: 200ms ease-out;
}

.priceMatrix thead th {
	color: #fff;
	cursor: pointer;
}

.priceMatrix thead th:nth-child(1) {
	border-right: 3px solid #7f7f7f;
}

.priceMatrix tbody th {
	border-right: 3px solid #7f7f7f;
	background: repeating-linear-gradient(to bottom right, #ffffff 10px, #d4dff6);
}

.priceMatrix tbody td:hover {
	background-color: #c5c5c5;
}

.priceMatrixColumns {
	display: flex;
	flex-direction: row;
	gap: 5px;
}


.priceMatrixColumn {
	padding: 12px;
	padding-inline: 24px;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
	background-color: #d6e8fc;
	transition: 250ms ease-in-out;
}

.priceMatrixColumn:hover {
	background-color: #48a7ff;
	color: white;
}

.priceArticleCard label {
	margin: 4px;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 500;
}

.matrixRowSearch {
	padding: 2px;
	border-radius: 4px;
	min-width: 10px;
	max-width: 65px;
}

.priceMatrixSuggested {
	flex-direction: row;
	margin-left: 3px;
}

.priceMatrixSuggested input {
	padding: 4px;
	padding-inline: 6px;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
}

.priceMatrixSuggested button {
	padding: 4px;
	padding-inline: 6px;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
}

.priceMatrixAdd {
	margin-top: 4px;
	padding: 4px;
	padding-inline: 8px;
	border-radius: 3px;
	border: 1px solid #7f7f7f;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hide {
	display: none;
}

.input-fields {
	max-width: 500px;
	width: 100%;
}

.editorContainer {
	width: max-content;
	height: max-content;
	border-radius: 6px;
}

.resizable {
	resize: both;
	overflow: auto;
	width: 50vmax;
	height: calc(70vh - 150px);
	padding-bottom: 7px;
	padding-right: 7px;
}

.resizable .CodeMirror {
	height: 100%;
	border-radius: 8px;
}

.sortingTable-standard thead tr:first-child th,
.sortingTable-standard tbody tr:first-child th {
  transition: 200ms ease-out;
}

.sortingTable-standard thead tr:first-child th:hover,
.sortingTable-standard tbody tr:first-child th:hover {
  cursor: pointer;
  user-select: none;
  border-bottom: 2px dashed #5c5c5c !important;
}

th.sorting-asc,
th.sorting-desc {
  border-bottom: 1px solid #000;
  position: relative;
  padding-right: 30px;
}

th.sorting-asc::after,
th.sorting-desc::after {
  position: absolute;
  right: 5px;
}

th.sorting-asc::after {
  content: "↑";
}

th.sorting-desc::after {
  content: "↓";
}

th:not([data-sort-order])::before {
  content: "";
}

th[data-sort-order]::before {
  content: attr(data-sort-order);
  position: absolute;
  right: 15px;
  font-weight: bold;
  color: #000;
}

.border {
	border-radius: 6px;
}

.btn {
	border: 0.5px solid #202020;
}

legend {
	margin: 0px;
	padding: 0px;
}

.flex-tables {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 6px;
}

/* .flex-tables > div {
    flex: 1 0 1000px;
	min-width: 0px;
    box-sizing: border-box;
}


@media (min-width: 2125px) {
	.flex-tables > div:first-child {
	  order: 1;
	  width: max-content;
	  flex: unset;
	}
	
	.flex-tables > div:last-child {
	  order: 2;
	  min-width: max-content;
	  flex: unset;
	}
} */


.tableListing thead tr th {
	background-color: #6d6d6d;
	border: 1px solid #7f7f7f;
	padding: 4.5px;
	padding-inline: 6px;
	text-align: left;
}

.tableListing tbody tr td {
	border: 1px solid #7f7f7f;
	padding: 4.5px;
	padding-inline: 6px;
}

.zip-codes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
	margin-left: 15px;
}

.zip-code-item {
    border: 1px solid #ccc;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
}

.zip-code-meta {
    font-size: 0.875rem;
	line-height: 1.05rem;
    color: #474747;
    /* margin-top: 2px; */
}

.zip-code-item .zip-code-edit {
    display: none;
}

.zip-code-item.editing .zip-code-text {
    display: none;
}
.zip-code-item.editing .zip-code-meta {
	margin-bottom: 4px;
}

.zip-code-item.editing .zip-code-edit {
	display: flex;
}

.zip-code-edit {
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.zip-code-item input {
    width: 6.5rem;
}

.zip-code-start,
.zip-code-end {
	padding: 2px;
	padding-inline: 3px;
	border-radius: 4px;
}


input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.zip-code-country {
	field-sizing: content;
	border-radius: 6px;
	padding: 2px;
	padding-inline: 3px;
}

/* .nav-item::after {
    pointer-events: none;
    position: absolute;
    top: -7px;
    right: 0px;
    background-color: #ff3300;
    color: white;
    border-radius: 50%;
    padding: 1px;
    font-size: 11.75px;
    text-align: center;
    min-width: 19.58px;
    z-index: 0;
	content: attr(data-unseen-count);
} */


.unseenMessageBadge {
    pointer-events: none;
    position: absolute;
    top: -7px;
    right: 0px;
    background-color: #ff3300;
    color: white;
    border-radius: 50%;
    padding: 1px;
    font-size: 11.75px;
    text-align: center;
    min-width: 19.58px;
    z-index: 0;
}

.conflict-indicator {
    cursor: pointer;
    color: #d9534f; /* A red/danger color */
    font-size: 22px;
    position: relative;
}

.conflict-indicator:hover::after {
    content: attr(data-tooltip);
    white-space: pre-wrap; /* Allows multiple lines */
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
    max-width: 300px;
}

.toggleSectionHeader {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	padding-inline: 12px;
	border-radius: 6px;
	background-color: #f8f9fa;
	transition: 0.25s;
	cursor: pointer;
}

#usageSection {
	display: flex;
	flex: 1;
	gap: 1rem;
	flex-direction: row;
	align-items: start;
	justify-content: flex-start;
}

.fuel-extra-item {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
}


.spinner {
    width: 5rem;
    height: 5rem;
    border: 0.75rem solid #f3f3f3;
    border-top: 0.75rem solid #3498db;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loading-dots {
    display: flex;
    gap: 0.625rem;
}
  
.loading-dots div {
    width: 1rem;
    height: 1rem;
    background-color: #3498db;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out;
}
  
.loading-dots div:nth-child(1) {
    animation-delay: -0.32s;
}
  
.loading-dots div:nth-child(2) {
    animation-delay: -0.16s;
}
  
@keyframes bounce {
    0%,
    80%,
    100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
}