@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');


/* ----------------------------------------- Typography ----------------------------------------- */


html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !Important;
}

h1 {
    font-size: 1.3rem !Important;
}

h4 {
    font-size: 1rem !Important;
}

h2 {
    font-size: 1.4rem;
}

body {
    background-color: #fff;
}

h1, h2, h3, h5 {
    color: #7e7e7e;
    font-family: 'roboto', sans-serif !Important;
    font-weight: 600 !important;
}

h6 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #8f8f8f;
}

.h3, h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.2rem;
    color: #a7a4a4 ! Important;
    font-family: "Patua One", serif !Important;
}

h4, h5, label, a, p {
    font-family: 'Roboto', sans-serif;
    color: #868b93;
}

hr {
    color: #a3a3a3;
}

.small-text {
    font-size: 0.9rem !important;
}

.large-text {
    font-size: 20px !important;
}

.blue-title {
    color: #2F4463;
    font-size: 1.8rem;
}

.title-container {
    justify-content: space-between;
}

.right-sided-title {
    display: flex;
    align-items: center; /* Center vertically */
}

.fa-location-dot {
    color: #ff0000;
}

.medium-icon {
    font-size: 1.7rem !Important;
}

.small-icon {
    font-size: 0.5rem;
}

.small-icon-list {
    font-size: 0.7rem;
}

label {
    font-family: 'Source Sans Pro', sans-serif !Important;
}

pre {
    overflow: unset;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

p {
    font-size: 15px;
    font-weight: 300;
}

.w-10 {
    width: 10% !Important;
}

.w-5 {
    width: 5% !Important;
}

.table-div, .filter-field, .filter, .filter-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.blockquote-footer::before {
    content: "";
}

.text-accent {
    color: #c59ec5 !important;
}

@media (max-width: 768px) {
    .display-3 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.3rem;
    }

    #home-hero h2 {
        font-size: 1.8rem !important;
    }

    p, .front-page-container .btn {
        font-size: 16px;
    }
}

/* ----------------------------------------- Nav ----------------------------------------- */

.navbar-brand, .navbar-brand-ghost {
    display: flex;
    align-items: center; /* Center logo vertically */
    justify-content: center;

}

.navbar-brand-ghost {
    visibility: hidden; /* Make the ghost element invisible */
    min-width: 15px; /* Adjust based on actual logo width */
}

.navbar-nav {
    align-items: center;
}

#top-nav {
    background: #2F4463;
    border: none;
    z-index: 9999;
}

#top-nav .dropdown-menu {
    background-color: #2F4463;
    border: none;
}

#top-nav .nav-link, #top-nav .dropdown-menu {
    padding: 0 .7rem;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !Important;
}

ul {
    margin: 0 !important;
}

#main-nav .dropdown .show {
    padding: 0 !important;
    border: none !important;
    /*box-shadow: none !important;*/
    margin-left: 15px !important;

}

#main-nav .dropdown-item.active, #main-nav .dropdown-item:active {
    background-color: #e76f51;
}

.custom-toggler.navbar-toggler {
    border: 1px solid #fff;
    padding: 5px;
    position: absolute;
    right: 7px;
    top: 6px;
}


@media (max-width: 991px) {

    #top-nav .nav-link, #top-nav .dropdown-menu {
        font-size: 14px;
    }

}

/* ----------------------------------------- Nav Tiles ----------------------------------------- */

.nav-tile {
    cursor: pointer;
}

.nav-tile:hover i {
    color: #008a73;
    transition: 0.3s;
}

.nav-tile i {
    color: rgb(143 162 171 / 88%);
    font-size: 4rem;
    transition: 0.3s;
}

.nav-tile h3 {
    font-size: 1.3em;
}

/* ----------------------------------------- Modal ------------------------------------------------ */

.modal-open {
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

.modal-header {
    border-bottom: 1px solid #f9f9f9;
}

.modal-body {
    color: #575859;
    font-size: 0.9rem;
}

.modal-footer {
    border-top: 1px solid #f9f9f9;
}

.modal-content {
    border: unset !Important;
    border-radius: 1rem !Important;
}

/* ----------------------------------------- General styles ----------------------------------------- */

.border-top {
    border-top: none !Important;
}

.success-underline {
    border-bottom: 3px solid #6aebab;
    font-weight: bold;
    color: black;
    border-radius: 5px;
    padding: 5px;
}

.blue-underline {
    border-bottom: 3px solid #6aaaeb;
    font-weight: bold;
    color: black;
    border-radius: 5px;
    padding: 5px;
}

.shadow-unset {
    box-shadow: unset !Important;
}

.dark-grey-background {
    background: #6C757C !important;
}

.light-grey-background {
    background: #f1f2f647 !important;
    border-radius: 1.5rem;
}

.advert-block.light-grey-background:hover {
    background: #eef2f6 !important;
}

body {
    background: #fdfdfd !important;
}

.body {
    padding-right: 0px !important;
}

:focus {
    box-shadow: none;
}

.sticky-element {
    position: sticky;
    top: 0;
}

.bg-grey, .bg-white {
    background-color: white !important;
}

.bg-light {
    background: #FDFBF8 !important;
}

.bg-light-grey {
    background: #f7f9fb !Important;
}

.bg-light-brown {
    background: #b39d8129 !important;
}

.bg-pale {
    background: #fdfdfd !Important;
}

.bg-off-white {
    background: #f1f6f5;
}

.color-accent {
    color: #c59ec5 !important;
}

.bg-beige {
    background-color: #F5EEE5 !important;
}

.bg-beige h1 {
    color: #555c66 !Important;
}

.border-primary {
    border-color: #e76f51;
}

.border-light {
    border-color: #f8f9fa;
}

.bdr-top-primary {
    border-top: solid 2px #e76f51;
}

.bdr-top-secondary {
    border-top: solid 2px #e6b081;
}

.bdr-top-accent {
    border-top: solid 2px #c59ec5;
}

.bdr-top-green {
    border-top: solid 2px #84d353;
}

.rounded-full {
    border-radius: 1.5rem !important;
}

.full-height-element {
    flex-grow: 1; /* Make sure it expands */
    display: flex;
    flex-direction: column;
}

.full-parent-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tile {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    padding: 1rem;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.card {
    border: 1px solid rgb(0 0 0 / 8%);
}

.grid-tile {
    background: #fff;
    margin-bottom: 2vh;
    border-radius: 1.5rem !important;
    border: none !Important;
    min-height: 15vh;
}

.grid-tile.grid-tile-filters {
    min-height: 0;
}

.settings-panel {
    background: #ededed;
    padding: 40px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.settings-panel:hover {
    background: #e9e9e9 !Important;
}

.settings-panel h2 {
    font-size: 1rem;
}

.settings-panel i {
    font-size: 1.4rem;
    color: #837b7b;
}


.flex-middle {
    display: flex;
    align-items: center;
}

.flex-middle-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clear-both {
    clear: both;
}

.title-green-line {
    border-bottom: 1px solid #8fbf21;
}

.title-light-grey {
    color: #bfbfbf;
}

.result-total-icon {
    font-weight: bold;
    background: #fb5d5d;
    padding: 0px 5px;
    color: white;
    border-radius: 5px;
    font-size: 0.8rem;
}

.border-none {
    border: none !Important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-bottom-light {
    border-bottom: 1px solid #efefef;
}

.border-top-light {
    border-top: 1px solid #efefef;
}

.statistic-tile-grey {
    height: 90%;
    background-color: #f1f2f6 !important;
    overflow: auto;
    border-radius: 5px;
}

.main-tile-icon {
    font-size: 3rem;
}

.icon-red {
    color: #fb5d5d;
}

.icon-brown-darker {
    color: #8B5E3C !Important;
}

.icon-wrap {
    background: rgba(139, 94, 60, 0.12);
    border-radius: 25%;
    padding: 8px;
}

.grey-stat-title {
    color: #7e7e7e;
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif !Important;
    font-weight: 600;
}

.medium-stat-number {
    font-size: 1.4rem;
}

.btn-dropdown .dropdown-menu {
    min-width: 350px;
}

.dropdown-menu.show {
    display: block !important;
}

.accordion .card-header {
    cursor: pointer;
}

.nav-btn {
    padding: 0.7rem 2rem;
}

.backLink {
    margin-bottom: 15px;
}

.hero {
    padding: 15px 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.centered-content-left-aligned {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center vertically in the container */
    align-items: flex-start; /* Align items to the left */
    text-align: left; /* Align text to the left */
    height: 100%;
    width: 100%; /* Ensure the container takes full width to center content effectively */
}

.centered-content-right-aligned {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    height: 100%;
    width: 100%;
    align-items: flex-end;
}

.centered-content-right-aligned-row {
    display: flex;
    flex-direction: row; /* Lays out children side by side */
    align-items: center; /* Vertically centers children */
    justify-content: flex-end; /* Aligns children to the right */
    height: 100%;
}

.form-control:focus {
    border-color: #0d5a0b !important;
    box-shadow: none !Important;
}

.error {
    background: #FFD2D2 !important;
}

@media (max-width: 550px) {
    .btn-dropdown .dropdown-menu {
        min-width: 0 !important;
    }
}

@media (max-width: 768px) {
    .modal {
        min-width: 95% !important;
    }

    footer li {
        display: list-item !important;
    }

    .table-div table {
        table-layout: initial !important;
    }
}

/* ----------------------------------------- Buttons ----------------------------------------- */

.btn {
    transition: 0.3s;
    color: #fff;
    padding: 10px 25px !important;
    font-size: 0.9rem !important;
    font-weight: bold !Important;
    border-radius: 15px !Important;
}

.btn-small {
    padding: 10px 10px !important;
}

.btn:not(.btn-secondary):not(.btn-secondary-clear) {
    font-size: 15px;
}

.btn-lg {
    min-width: 140px;
}

.btn-lng {
    min-width: 220px;
    padding: 10px;
}

.sendBtn, .sendBtn:hover {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    text-decoration: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .sendBtn {
    background-color: #F1F4F4 !important;
    border: none !important;
    font-size: 15px;
    cursor: pointer;
    color: #696969 !important;
}

.btn-primary:hover, .sendBtn:hover {
    background-color: #ededed !important;
    border: none !important;
}

.btn-secondary-light, .btn-secondary-light:focus, .btn-secondary-light:active {
    border: 1px solid #f3eadf !important;
    color: #35434a;

}

.btn-secondary-light:hover {
    background-color: #f3eadf !important;
    border-color: #f3eadf !important;
    color: #35434a;
}


.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
    background: #f3eadf !important;
    border-color: #f3eadf !important;
    color: #35434a !Important;
}

.btn-secondary:hover {
    background-color: #d7d1c9 !important;
    border-color: #d7d1c9 !important;
}

.btn-secondary-clear, .btn-secondary-clear:focus, .btn-secondary-clear:active {
    background-color: transparent !important;
    border-color: #fff !important;
}

.btn-secondary-clear:hover {
    background-color: #e29858 !important;
    border-color: #e29858 !important;
}

.btn-accent, .btn-accent:focus, .btn-accent:active {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.btn-accent:hover {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.btn-green, .export-csv, #export-csv, .export-csv-breakdown, .export-csv-all {
    background-color: #3aa748 !important;
    border-color: #3aa748 !important;
}

.btn-green:hover, .export-csv:hover, #export-csv:hover, .export-csv-breakdown:hover, .export-csv-all:hover {
    background-color: #2b9338 !important;
    border-color: #2b9338 !important;
}

.small-btn-brown {
    background: #b39d81 !important;
    color: white !Important;
    border: none !important;
}

.btn-blue {
    background-color: #39a9bb !important;
    border-color: #39a9bb !important;
}

.btn-blue:hover {
    background-color: #3996a5 !important;
    border-color: #3996a5 !important;
}

.btn-red {
    background-color: #AD1414FF !important;
    border-color: #AD1414FF !important;
}

.btn-red:hover {
    background-color: #860b0b !important;
    border-color: #860b0b !important;
}

.btn:focus {
    box-shadow: none !important;
}

.toggle-columns-btn {
    position: absolute;
    right: 15px;
}

.toggle-columns-btn button {
    padding: 10px;
}

.toggle-columns-btn .dropdown-menu {
    font-size: 15px !important;
}

.delete-btn {
    background-color: #f85252 ! Important;
    color: white !important;
}

.delete-btn:hover {
    background-color: #ff3434 ! Important;
    color: white !important;
}

@media (max-width: 620px) {
    .btn-lng, .btn-lg, .toggle-columns-btn {
        margin: auto !important;
        margin-bottom: 1rem !important;
        display: block !important;
    }

    .toggle-columns-btn {
        position: initial;
    }

    .toggle-columns-btn button {
        min-width: 220px;
    }

    .dropdown .btn {
        margin: 0 !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
}

/* ----------------------------------------- Tables ----------------------------------------- */

table {
    border-collapse: collapse !important;
}

.table th {
    background: none;
}

.table {
    margin-bottom: 0 !Important;
}

.table a:hover {
    color: #00a33a;
}

.table tr:nth-child(odd) {
    background: #f8f8f8;
}

.table-div:not(.debtor-dashboard-container .table-div) {
    min-height: 400px;
}

.table-div table {
    font-size: 14px;
    table-layout: fixed;
}

.table-info-icon {
    font-size: 10px;
}

.table-div::-webkit-scrollbar {
    height: 10px;
}

.table-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-div::-webkit-scrollbar-thumb {
    background: #aaa;
}

.table-div::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.table-div a:hover {
    color: #3996a5 !important;
}

.table-div a.btn, .table-div a.btn:hover {
    color: #fff !important;
    font-size: 14px !important;
    min-width: 50%;
}

.table-container h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.table-striped {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table-striped td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-striped td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#global-table td {
    padding: 6.5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !Important;
    color: #737373;
    padding-left: 5px;
    background: #f5f6f8;
}

#global-table th {
    padding: 0.2rem;
    font-size: 14px;
    background: none;
    color: #b3b3b3;
}

#global-table tr:first-of-type {
    background: none !Important;
}

#global-table tr {
    background: none;
}

#global-table {
    border-radius: 5px;
}

#global-table table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 5px;
}

#global-table tr:hover td {
    color: #2F4463;
    cursor: pointer;
}

input[type=text], input[type=password], textarea, select, input[type=date], input[type=number], input[type=email], input[type=url] {
    background: #f1f2f6 !Important;
    border: none !Important;
    border-radius: 5px !Important;
    color: #555C66 !important;
    font-size: 14px !important;
}

input[type=text]::placeholder, input[type=number]::placeholder {
    color: #aaadb8 !important;
}

input[type="checkbox"] {
    transform: scale(2);
    margin-right: 10px;
    accent-color: #f1f2f6;
}

.table-div {
    min-height: 30rem !Important;
}

.menu {
    background: #fff;
}

.menu-section h4, .menu-content h4 {
    font-size: 1rem !Important;
    border-bottom: 1px solid #b1b1b161;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.menu .menu-section {
    margin-bottom: 1rem;
}

.menu .list-group-item {
    padding: 0.5vh;
    border-bottom: 1px solid #80808014 !important;
    font-family: 'Source Sans Pro', sans-serif !Important;
}

.menu .list-group-item:hover {
    background: #e7e7e7 !important;
    cursor: pointer;
    border-radius: 1px;
}

.menu-top {
    border-top: 2px solid #8fa2abb8 !Important;
}

.menu-top-dark {
    border-top: 2px solid #008a738a !Important;
}

.border-bottom-green, .menu-bottom-dark {
    border-bottom: 1px solid #097368 !important;
}

.light-border {
    border: 1px solid #33333326 !important;
}

.light-border-left {
    border-left: 2px solid #e1e1e1;
}

.light-border-right {
    border-right: 2px solid #e1e1e1;
}

.light-border-splitter {
    border-bottom: 1px solid #ebebeb;
}

.form-top {
    border-top: 1px solid #6dbba2 !important;
}

.no-records h3 {
    font-size: 1.3em !Important;
    color: #e5e5e5;
}

.no-records i {
    color: #c5d8f3 !Important;
    font-size: 4rem;
}

/* ----------------------------------------- Loader -------------------------------------------- */

.loader {
    border: 8px solid #f3f3f3;
    border-top: 6px solid #5c7395;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.4s linear infinite;
}

.spinner-small {
    display: none !Important;
}

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

#loadingModal .close {
    display: none !Important;
}

/* ----------------------------------------- Statistic Side Bar -------------------------------------------- */

.stat-bar {
    width: 4px; /* Adjust width as needed */
    height: 20px; /* Adjust height to match the number's font-size */
    background-color: #ff6347; /* Use the desired color for the bar */
    border-radius: 50px; /* Large radius to ensure ends are rounded */
    margin-right: 8px; /* Spacing between the bar and the number */
}

.stat-container {
    display: flex;
    align-items: center;
}

.stat-number {
    font-family: 'roboto', sans-serif ! Important;
    font-weight: 500;
    font-size: 1.5rem;
    color: #6c6c6c;
}

.purple-stat-bar {
    background-color: #ce70e5 !important;
}

.yellow-stat-bar {
    background-color: #ffc107 !important;
}

.green-stat-bar {
    background-color: #42f1a8 !important;
}

.orange-stat-bar {
    background-color: #ffb547 !important;
}

/* ----------- Form --------------------------------------------------------------------- */

form h5, .modal-title, .grid-tile h5 {
    font-size: 1rem !Important;
    color: #bfbfbf !important;
}

.filter-field, .filter, .filter-link {
    display: inline-block;
    max-width: 400px;
}

.light-filter, .light-input {
    background: #f1f2f6 !important;
    border: none !Important;
    border-radius: 5px !Important;
    color: #555C66;
    font-size: 14px !Important;
}

.form-signin {
    max-width: 600px;
    margin: auto;
}

#conformiti-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.75;
    background-color: rgb(243, 243, 243);
}

.criteria-comments {
    border: 1px solid #c9c9c9
}

#conformiti-form .card-title, .card-title {
    padding: 15px !important;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color: #686868;
    font-size: 1.1rem;
    font-weight: bold;
}

#conformiti-form .card-body {
    padding: 0.2rem;
}

#conformiti-form input[type="checkbox"] {
    margin: 1rem 0;
}

#conformiti-form .required .SumoSelect label:after {
    content: "";
}

#conformiti-form .form-control:focus {
    box-shadow: none;
}

.custom-file-upload:after {
    content: "" !Important;
}

#conformiti-form input[type="file"] {
    display: none;
}

.custom-file-upload {
    padding: 6px 12px;
    cursor: pointer;
    background: #008a73 !important;
    border: none !important;
    border-radius: 5px;
    color: white !Important;
}

.list-upload-item {
    width: 50%;
    background: #f1f2f6 !important;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #008a73 !important;
}

.list-upload-item-warning {
    width: 50%;
    background: #ff000026 !important;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #ff0000;
}

/* ----------------------------------- Check box ------------------------------------- */

/* Container for the checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ----------------------------------- Multi select filter ------------------------------------- */

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !Important;
    border-color: #7799D0;
}

#ipc-form .SumoSelect {
    padding-top: 2px;
}

.SumoSelect.disabled > .CaptionCont {
    border-radius: 3px;
    border: none !important;
}

.SumoSelect {
    display: block !Important;
    width: 100% !Important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.43rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #f1f2f6 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: 14px;
    color: #555C66;
    margin: 0px;
    font-size: 14px !Important;
    background-color: transparent !Important;
    border: none !Important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #555C66 !important;
    font-weight: normal;
}

.SumoSelect > .optWrapper {
    top: 30px;
}


/* --------------------------------------- Pagination ------------------------------------------ */

.pagination {
    font-size: 0.9rem !Important;
    min-height: unset;
}

.pagination .page-count .page-link, .pagination .page-count .page-link:hover {
    color: #333;
    background-color: #e9ecef;
}

.pagination li {
    list-style-type: none;
}

.pagination li:first-of-type {
    margin-left: 0 !Important;
}

.page-link {
    color: #265395;
    border: none;
}

.pagination .page-link:hover {
    cursor: pointer;
    background-color: #fff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 15px;
}

.pagination li {
    margin: 0 0 15px 20px;
    list-style-type: none !important;
}

#pagination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.6);
    transition: opacity .15s linear;
}

.pagination-btn, .page-link {
    border-radius: 15px;
    background-color: #e9ecef;
}

.page-item.disabled .page-link {
    background-color: #e9ecef;
}

.pages a {
    color: #449d80 !Important;
}

/* ----------------------------------------- Links --------------------------------------------- */

.container-fluid a {
    color: #2F4463;
}

.container-fluid a:hover {
    color: #1755b3;
}

a:hover {
    text-decoration: none !Important;
}

.accordion a {
    color: #333;
}

.accordion a:hover {
    text-decoration: none;
}

.accordion:hover {
    cursor: pointer;
}

/* ----------------------------------------- Footer ----------------------------------------- */

.hide-footer {
    display: inline-block;
}

#footer {
    height: auto;
    margin: 0 auto;
    padding: 0;
    bottom: 0;
}

.footer-body {
    background: #f7f9fb !Important;
    padding-bottom: 25px;
    border-radius: 10px;
}

#footer .footerContent {
    float: none;
    margin: 0;
    font-size: 14px;
    text-transform: none;
}

#footer p {
    font-size: 13px !important;
    margin-bottom: 0.5rem;
}

footer .ftlogo {
    width: 130px;
    height: auto;
    display: inline-block;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 10px 15px;
}

footer a {
    color: #333;
    font-size: 14px;
}

#footer-policies a {
    font-size: 13px;
}

/* ----------------------------------------- General -------------------------------------------- */

html {
    scroll-behavior: smooth;
}

.container-fluid {
    background: white;
}

.page-header {
    background: white;
}

.page-header .title-placement {
    margin-left: 10px;
}

#infowindows-link i:hover {
    color: #2e85ff;
}

.main-container-min-height {
    min-height: 78vh;
}

.main-container-height {
    height: 78vh;
    overflow-y: auto;
}

.container-fluid a {
    text-decoration: none;
    background-color: transparent;
}

.list-group-item {
    color: #097368;
}

.list-group-item span {
    color: #555C66;
}

.info-icon:visited {
    color: inherit;
    text-decoration: none;
}

.icon-large-4 {
    font-size: 4rem;
}

.icon-large-3 {
    font-size: 3rem;
}

.icon-brown {
    color: #b39d81 !important;
}

.icon-black {
    color: #3a3a3a;
}

.interactive-icon {
    color: #496a9b;
    font-size: 1.5rem;
}

.icon-light-green {
    color: #75d5aa;
}

.icon-opacity-background {
    color: #00ACF0;
    background: #0000001c;
    padding: 3px;
    border-radius: 6px;
}

.icon-brown:hover {
    color: #a58660 !important;
}

.icon-inline p, .icon-inline i {
    display: inline-block
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.shadow-sides {
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 10%) !important;
}

.light-shadow {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.grey-accent-box {
    background: #f1f2f6 !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.75;
}

.px-10 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-15 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.px-20 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.pb-12 {
    padding-bottom: 8rem !important;
}

.text-dark-green {
    color: #097368;
}

.success-green {
    color: #20e57a;
}

.text-dark-blue {
    color: #2F4463;
}

.text-lighter-blue {
    color: #3d69a9 !important;
}

.text-dark-brown {
    color: #625f55;
}

.blue-bar-hover:hover {
    border-left: 2px solid #3d69a9;
    padding-left: 5px;
}

.text-red {
    color: #c93a10;
}

.display-none {
    display: none !Important;
}

.font-black {
    color: black;
}

.font-white {
    color: white;
}

.font-faded-grey {
    color: #bbbbbb;
}

.icon-muted-grey {
    color: #6c757d;
}

.font-darker-grey {
    color: #777;
}

.font-tile-counter-blue {
    color: #0876d7;
}

/* ----------------------------------------- Misc -------------------------------------------- */

.password-weak i {
    color: red;
}

.password-good i {
    color: orange;
}

.password-strong i {
    color: #4AD400;
}

/* ----------- DOWNLOAD MANAGER --------------------------------------------------------------------- */

.card-box-1 {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.dm-file-name {
    font-size: 15px;
    text-align: center;
    padding-left: 3px;
}

.file-man-box-1 {
    padding: 5px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    min-height: 6.8rem !Important;
    max-height: 6.8rem;
    overflow: hidden;
}

.file-man-box-1 .file-close-1 {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box-1 .file-img-box-1 {
    text-align: center;
}

.file-man-box-1 .file-img-box-1 img {
    height: 34px;

}

.file-man-box-1 .file-download-1 {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box-1 .file-download-1:hover {
    color: #313a46
}

.file-man-box-1 .deletion-confirm-box i {
    font-size: 1.5rem;
    cursor: pointer;
}

.file-man-box-1 .file-man-title-1 {
    padding-right: 25px
}

.file-man-box-1:hover .file-close-1 {
    visibility: visible
}

.fa-download {
    margin-left: 2px;
    float: right;
    font-size: 0.7em;
}

.dm-file-name {
    font-size: 0.9rem;
}

.dm-file-name, .confirmDelete {
    cursor: pointer !important;
}

.file-box {
    background: #fdfbf8e3 !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000030;
}

.file-box a {
    font-size: 0.9rem;
}

/* ----------------------------------------- Filter Bar -------------------------------------------- */

.filter-group {
    display: flex;
    flex-direction: column; /* Aligns children (label, select, icon) in a column */
    align-items: flex-start; /* Aligns items to the left by default */
    margin-right: 20px; /* Adds space between each filter group */
}

.filter-bar label, .filter-side-bar label {
    display: block; /* Ensures the label takes the full width of its container */
    margin-left: 7px;
    font-weight: bold;
    color: #bbb;
}

.filter-side-bar .select2-selection__rendered, .filter-side-bar label {
    padding: 0 !important;
    margin: 0 !important;
}

.filter-bar select {
    width: 10em !Important;
}

.filter-side-bar select {
    width: 13rem !Important;
}

.filter-bar .select2-container--default .select2-selection--single, .filter-side-bar .select2-container--default .select2-selection--single {
    background-color: transparent; /* Transparent background for the single select */
    border: none; /* Optional: you might want to define how the border looks */
}

.filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold; /* Bold text for the selected item */
}

.filter-side-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold; /* Bold text for the selected item */
}

.filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #616060;
    line-height: 28px;
}

.filter-side-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold; /* Bold text for the selected item */
}

.filter-bar .select2-dropdown, .filter-side-bar .select2-dropdown {
    background-color: white; /* Transparent background for the dropdown */
}

.select2-results__option {
    font-weight: bold; /* Bold text for the dropdown options */
    background-color: transparent; /* Ensure options also have a transparent background */
}

/* Change the hover color of options in Select2 dropdowns */
.select2-results__option--highlighted {
    background-color: #2F4463 !important; /* Example: A blue color for hover */
    color: white !important; /* White text color for better readability */
}

.filter-bar i { /* Assuming this class targets your Font Awesome icon */
    font-size: 1.2rem; /* Adjust the size of the icon if necessary */
    display: flex; /* Makes sure the icon is flex to center align the text and icon properly */
    align-items: center; /* Center align the icon vertically */
}

/* ----------------------------------------- Back Link -------------------------------------------- */

.back-link {
    color: #c6c6c6 !Important;
    text-decoration: none;
    display: flex; /* Align items inline */
    align-items: center; /* Center alignment of the icon and text vertically */
    gap: 5px; /* Space between the icon and text */
}

.back-link .fa-hand-back-point-left {
    transition: transform 0.3s ease;
}

.back-link:hover .fa-hand-back-point-left {
    transform: translateX(-4px); /* Move icon to the left on hover */
}

.back-link h6 {
    color: #c6c6c6 !Important;
    margin: 0; /* No extra margin for the h6 */
    display: inline-block; /* Inline-block for better control */
}

/*----------------------Google Translate Styles------------------------------------------------*/

/* Hide the default widget */
#google_translate_element {
    display: none;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-logo-link, .goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.skiptranslate {
    display: none;
}

.translate-btn {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.translate-btn .img-wrap {
    padding-bottom: 5px;
    border-bottom: 2px solid #f7f9fb;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 20px;
}

.translate-btn.active-language .img-wrap {
    padding-bottom: 5px;
    border-bottom: 2px solid #2F4463;
}

.translate-btn img {
    border-radius: 5px;
}

/*---------------------------------Taken from search.php----------------------------------------*/

.result-number {
    background: #aaacba9e;
    color: white;
    border-radius: 9px;
    height: 25px;
    width: 25px;
}

.number-one {
    background: #ffb1008f;
}

.full-height-parent {
    height: 100%;
}

.full-height-child {
    height: 100%;
}

.no-wrap {
    text-wrap: nowrap;
}

.no-overflow {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .search-pagination ul.pagination {
        padding-left: 0 !important;
    }
}

/*-----------------------------------Form Validation Styles ---------------------------------*/

input.is-invalid,
textarea.is-invalid,
select.is-invalid,
input.form-control.is-invalid,
textarea.form-control.is-invalid,
select.form-control.is-invalid {
    border: 2px solid #dc3545 !important;
    background-color: #fff0f0 !important; /* optional for extra feedback */
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, .15) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}


/* -------------------------------------- Badges ----------------------------------------- */

/* Badge styles */
.listing-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
}

.badge-auction {
    background-color: #fff5e6; /* soft amber */
    color: #000;
}

.badge-new-feature {
    background-color: #fff5e6; /* soft amber */
    color: #000;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.badge-available {
    background-color: #e6e9f4; /* soft green */
    color: #000;
}

.badge-sold {
    background-color: #e6f4e7;
    color: #000;
}

/* Vertical divider in spec row */
.spec-divider {
    border-left: 1px solid #eaeaea;
}

/* ----------------------------------------- Public listing / Dog Trader styles -------------------------------------------- */

.public-listing .card-title {
    padding-left: 0 !important;
}

.border-10 {
    border-radius: 10px !Important;
}

a.public-listing {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    transition: all 0.5s ease;
}

a.public-listing:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 8px 0px;
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 8px 0px;
    transition: all 0.5s ease;
}

.upload-tile.public {
    min-height: 90px;
    border-radius: 0;
}

.listing-card-img {
    opacity: 0;
    animation: listingFadeIn 0.6s ease forwards;
    animation-delay: 0.5s;
}

@keyframes listingFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.interest-btn, .interest-btn *, .interest-btn:focus, .interest-btn:hover, .interest-btn:active {
    text-decoration: none !important;
    padding: 0 !important;
    position: relative;
}

.interest-btn.d-sm-block {
    padding-right: 10px !important;
}

.interest-count {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: bold;
    margin-left: 4px;
}

.single-public-listing {
    background: #fff;
}

.at-panel {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}

h1.at-title {
    font-weight: 800;
    color: #111;
    margin: 0 0 .25rem;
    font-size: 1.4rem !important;
}

.at-meta {
    color: #6c757d;
    font-size: .95rem;
}

.dl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

@media (max-width: 576px) {
    .dl-grid--badge-row {
        grid-template-columns: 1fr max-content;
        gap: 8px 16px;
    }
}

@media (min-width: 577px) {
    .dl-grid--badge-row {
        grid-template-columns: 1fr 1fr;
    }
}

.dl-item {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
}

.dl-item i {
    margin-top: 2px;
}

.dl-term {
    font-weight: 600;
    color: #343a40;
}

.dl-val {
    color: #111;
}

.dl-grid.has-divider {
    position: relative;
}

.dl-grid.has-divider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #eaeaea;
    transform: translateX(-.5px);
}

.listing-metrics {
    color: #6c757d;
}

#interest-count {
    color: #000;
}

.interest-count-d {
    position: absolute;
    top: 5px;
    left: 28px;
    color: #000;
}

.badge.status-badge {
    font-size: 20px;
}

.public-price {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}

.image-counter-overlay {
    font-size: 0.8rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2px 6px;
    border-radius: 0.25rem;
    z-index: 5;
}

a.clear-filters {
    background-color: #2F4463;
    color: #fff;
    transition: all 0.5s ease;
}

a.clear-filters:hover {
    background-color: #fff;
    color: #2F4463;
    transition: all 0.5s ease;
}

#listing-search {
    height: 42px;
}

.select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-results__option {
    font-weight: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><polygon points='5,7 10,12 15,7'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px; /* ⬅️ increase from 10px to 16px */
    width: 38px !important; /* ⬅️ give it more width */
    height: 100% !important;
    right: -3px !important;
    top: 0 !important;
    pointer-events: none; /* makes sure the arrow doesn’t block clicks */
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    width: 100%;
    height: 42px !important;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
}

/* ---------------------------------------- Bootstrap Carousel ------------------------------------*/

.carousel-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

/* Remove Bootstrap default background-image for arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease;
}

/* Hover effect */
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Font Awesome 6 solid icons */
.carousel-control-prev-icon::after {
    content: '\f053'; /* fa-arrow-left */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid weight */
    font-size: 1.5rem;
    color: #fff;
}

.carousel-control-next-icon::after {
    content: '\f054'; /* fa-arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #fff;
}

/* Adjust position */
.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0 1rem;
}

.thumbnail-row {
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* 10 thumbnails per row */
    gap: 0.25rem;
    width: 100%;
    margin: 0;
}

.thumbnail-row .carousel-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
    border-radius: .25rem;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.thumbnail-row .carousel-thumb.active {
    opacity: 1;
}

/*--- Cookie Policy ---*/

#cookie-banner {
    color: #fff;
    background-color: #2F4463;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
    z-index: 9999;
    display: none;
}

#cookie-banner a {
    color: #fff;
    text-decoration: underline !important;
}

.cookie-policy h1 {
    font-size: 2rem !important;
}

.cookie-policy h2 {
    font-size: 1rem !important;
}

.cookie-policy ul li {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #868b93;
}

/*-- Banner Message --*/

.banner-message-link {
    text-decoration: underline;
    font-weight: 700;
    color: #2F4463;
}

/* ----------------------------------------- Media -------------------------------------------- */

@media (max-width: 450px) {
    .px-10 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        max-height: 200px;
    }

    .pagination li {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .carousel-item img {
        max-height: 300px;
    }
}

@media (max-width: 992px) {
    .main-container-height {
        height: 100%;
        overflow-y: unset;
    }

    .hide-footer {
        display: none;
    }

    #results-left {
        text-align: center;
    }

    .full-height-parent {
        height: auto;
    }

    .pagination li {
        margin-bottom: 0;
    }

    .thumbnail-row {
        grid-template-columns: repeat(5, 1fr); /* 5 thumbnails per row */
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1690px !important;
    }
}

