html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Roboto", sans-serif;
    background: #eaeff3;
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* For Safari */
    -ms-user-select: none; /* For IE */
}

img {
    pointer-events: none;
}

.navbar-brand {
    font-size: 27px;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.svg-container::-webkit-scrollbar {
    height: 4px;
}

.features-container, .loader-container {
    background: linear-gradient(to top right, #FFFFFF 8.69%, #B1EDFD 89.39%);
}

.landing-page {
    background: linear-gradient(to bottom right, #FFFFFF 8.69%, #B1EDFD 89.39%);
    width: 100%;
    min-height: 100vh;
}

.landing-page h1 {
    font-size: 2.625rem;
}

.landing-page-img-header-2 {
    color: #063743;
}

.landing-page-graph-1 {
    background: url('/static/media/img/landing-page-graph-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 25vw;
    height: 50vh;
    position: absolute;
    top: 15vh;
    left: 10vw;
    /* left: 7.5vw; */
    opacity: 15%;
}

.landing-page-graph-3 {
    background: url('/static/media/img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25vw;
    height: 50vh;
    position: absolute;
    top: 50vh;
    left: 38vw;
    /* left: 7.5vw; */
    opacity: 28%;
}

.landing-page-graph-2 {
    background: url('/static/media/img/landing-page-graph-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 25vw;
    height: 50vh;
    position: absolute;
    top: 15vh;
    right: 10vw;
    /* right: 7.5vw; */
    opacity: 15%;
}

/* mb-btn: multi border btn */
.mb-btn {
    background: transparent;
    padding: 0 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.mb-btn::before,
.mb-btn::after,
.mb-btn span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -12px;
    right: -12px;
    bottom: -10px;
    border: 2px solid;
    border-radius: 32px;
    z-index: -1;
    /* pointer-events: none; */
}

.mb-btn::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-color: #0F17D2;
    transform: rotate(-2.23deg);
}

.mb-btn::after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    border-color: #01D5E3;
    transform: rotate(-4deg);
}

.mb-btn span::before {
    border-color: #007E9F;
    transform: rotate(4.83deg);
}

.mb-btn.active::before {
    /* background: #c4f3fb; */
    background: #b0ebfb;
}

.mb-btn.active span {
    position: relative;
    width: 100px;
    padding: 2px 0;
}

.mb-btn.active span::before {
    left: -33px;
    right: -33px;
    padding: 2px 0;
}

.mb-btn-container {
    gap: 12%;
}

.landing-page-img-header-1 {
    margin: 3vh 3.5vw;
}

.landing-page-img-header-1 img {
    width: 100%;
    height: auto;
    /* max-width: 7.5vw; */
    max-width: 6.5vw;
    object-fit: cover;
}

.landing-page-img-header-1 :nth-child(1) {
    /* max-width: 14vw; */
    max-width: 7.5vw;
}

.landing-page-img-header-1 :nth-child(4), .landing-page-img-header-1 :nth-child(3) {
    /* max-width: 10vw; */
    max-width: 9vw;
}

.landing-page-img-header-2 {
    margin: 3vh 3.5vw 0 3.5vw;
}

.landing-page-img-header-2 img {
    width: 100%;
    height: auto;
    max-height: 32vh;
    max-width: 25vw;
    object-fit: cover;
    margin-bottom: 3vh;
}

.landing-page-img-header-2 div:first-child img {
    transform: scaleX(-1);
}

.accordion-button:not(.collapsed) {
    background: #b0ebfb;
}

.acc-card {
    width: fit-content;
    padding: 1rem;
    margin: 0 1rem;
    /* background: #cfe2ff; */
    background: #b0ebfb;
}

.acc-card:first-child {
    margin-left: 0;
}

.acc-card-header {
    font-size: 1.1rem; margin-bottom: 10px; ;
}

label.acc-card-header {
    margin-bottom: 0;
}

.form-switch .form-check-input:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(40, 167, 69, 0.25)'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    border-color: #28a745;
    background-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255, 1)'/%3e%3c/svg%3e");
}

.overlay {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 32px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.overlay-switch-container {
    position: absolute; z-index: 4; margin: -.1rem 0 0 0;
}

.accordion-body {
    position: relative;
}

.checkbox-container input {
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid rgb(0, 123, 255); /* Light blue border */
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Shadow-like fill */
    transition: background-color 0.3s ease; /* Transition effect */
}

.checkbox-container input:checked ~ .checkmark {
    background-color: rgba(0, 123, 255, .1); /* Light blue fill when checked */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black; /* Black tick mark */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.legend .row .d-flex {
    margin-bottom: .5rem;
    width: max-content;
}

.legend .custcheck {
    margin-right: .8rem;
}

.legend::-webkit-scrollbar {
    height: 4px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
    opacity: 1;
}

#pop-p-radios, #pop-e-radios, #pop-radios {
    /* background: #cfe2ff; */
    background: #b0ebfb;
    padding: 1rem;
    border-radius: .5rem;
}

#bc-container {
    margin-bottom: 1rem;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgb(212, 212, 212);
}

.table :is(th, td) {
    border: 1px solid rgb(212, 212, 212);
    vertical-align: middle;
    padding: 4px;
}

.table th:not(:first-child) {
    position: sticky;
    top: 0;
}

.table td:first-child {
    position: sticky;
    left: 0;
}

.table th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.table th:not(:first-child), td:not(:first-child) {
    text-align: center;
}

#ms-table td:first-child {
    padding-left: 10px;
}

#features-table.table th:first-child {
    min-width: 200px;
    z-index: 4;
}

.table tr td:first-child {
    z-index: 3;
    cursor: pointer;
}

.table th:not(:last-child) {
    min-width: 110px;
}

.table th:last-child {
    z-index: 2;
}

.table tr.active td:first-child {
    /* background-color: #cffdbc; */
    /* background-color: #cfe2ff; */
    background-color: #b0ebfb;
    transition: background-color .3s ease;
}

.table tr td:first-child div:first-child {
    text-align: center;
}

.table tr td:first-child div:nth-child(2) {
    font-weight: 600;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.search {
    /* border: 1px solid #dee2e6; */
    border: 1px solid grey;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search.active {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.search input {
    border: none;
    border-radius: .375rem;
    padding: 6px 0;
    width: 170px;
}

.search input:focus {
    border: none;
    outline: none;
}

.order-radios {
    display: flex;
    align-items: center;
    gap: 3rem;
    font-weight: 500;
}

.acc-pop-range-inputs {
    display: flex;
}

.filters {
    justify-content: space-between;
}

#tooltip {
    display: none;
    position: absolute;
    background: white;
    border-radius: 6px;
    padding: 10px 12px;
    text-wrap: nowrap;
}

.ms-table-header-flex {
    align-items: center;
}

.features {
    margin: 0 1rem 1rem 1rem;
    padding: 2rem 1rem 1rem 1rem;
    background: white;
}

.zoom-anim-item {
    opacity: 0;
    transform: scale(0);
    transition: transform 1s, opacity 1s;
}

.zoom-anim-item-zoom-in {
    opacity: 1;
    transform: scale(1);
}

.zoom-anim-item-zoom-out {
    opacity: 0;
    transform: scale(0);
}

.diag-2, .diag-3, .diag-4 {
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.diag-2::before, .diag-2::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.diag-2::before {
    background: var(--diag-2-color-1, white);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.diag-2::after {
    background: var(--diag-2-color-2, white);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.diag-3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--diag-3-color-1, white);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.diag-3::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--diag-3-color-2, white);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.diag-3 div {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--diag-3-color-3, white);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.diag-4::before, .diag-4::after,
.diag-4 div::before, .diag-4 div::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.diag-4::before {
    background: var(--diag-4-color-1, white);
    clip-path: polygon(0 0, 50% 50%, 0 100%);
}

.diag-4::after {
    background: var(--diag-4-color-2, white);
    clip-path: polygon(100% 0, 50% 50%, 100% 100%);
}

.diag-4 div::before {
    background: var(--diag-4-color-3, white);
    clip-path: polygon(0 0, 50% 50%, 100% 0);
}

.diag-4 div::after {
    background: var(--diag-4-color-4, white);
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}

.diag-4 div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.mul-sel-header, .sin-sel-header {
    /* margin-bottom: 10px; */
    
    margin-bottom: 5px;
    padding: 7px;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
}

/* .mul-sel-header.active {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */

.mul-sel-options, .sin-sel-options {
    /* display: none; */
    /* position: absolute; */
    
    /* margin-top: 5px; */
    padding-top: 5px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 10px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.mul-sel-checkbox .drop-item:hover {
    background-color: #f0f0f0;
}

.mul-sel input[type="checkbox"] {
    cursor: pointer;
    margin: 0 8px;
}

.mul-sel .drop-item {
    padding: 4px 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sin-sel .drop-item {
    padding: 4px 8px;
    width: 100%;
    cursor: pointer;
}

.mul-sel .drop-item:hover, .sin-sel .drop-item:hover {
    background: #eaeff3;
}

.mul-sel-options input[type="text"], .sin-sel-options input[type="text"] {
    width: 90%;
    border: none;
    outline: none;
}

.sin-sel-options input[type="text"] {
    width: 85%;
}

.mul-sel-options .drop-items-search, .sin-sel-options .drop-items-search {
    margin-bottom: 4px;
    border-top: 1px solid #eaeff3;
    border-bottom: 1px solid #eaeff3;
    padding: 4px 0;
}

.mul-sel-header, .mul-sel-options {
    width: 200px;
}

.mul-sel-checkbox, .mul-sel-all {
    vertical-align: -1%;
}

.sin-sel-header-label, .drop-item-val {
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

#mul-sel-sales-m :is(.mul-sel-header, .mul-sel-options) {
    width: 170px;
}

#mul-sel-sales-m .mul-sel-options, .sin-sel-options, #mul-sel-variants .mul-sel-options {
    display: none;
    position: absolute;
}

#sin-sel-models-container, #mul-sel-variants-container {
    width: 25%;
}

#sin-sel-models, #mul-sel-variants {
    position: relative;
}

#sin-sel-models .sin-sel-options {
    width: 100%;
}

#mul-sel-variants :is(.mul-sel-header, .mul-sel-options) {
    width: 100%;
}

.custcheck {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    /* border: 2px solid rgb(0, 123, 255); */
    border: 2px solid rgb(13, 110, 253);
    border-radius: 6px;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.custcheck::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid rgb(13, 110, 253);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    box-shadow: none;
}

.custcheck:checked::after {
    display: block;
}

.custcheck:checked {
    /* box-shadow: inset 0 0 8px rgba(0, 123, 123, .4); */
    box-shadow: inset 0 0 8px rgba(13, 110, 253, .5);
}

.footer {
    background-color: #B1EDFD;
    /* color: white; */
    padding: 20px 0;
    width: 100%;
}
.footer .form-control, .footer textarea {
    background-color: #f5f5f5;
}
.footer .social-icons a {
    color: black;
    margin: 20px;
    font-size: 24px;
}
.footer .social-icons {
    margin-top: 20px;
}
.footer .btn-custom {
    background-color: #007E9F;
    border: none;
    color: white;
    padding: 4px 40px;
    font-weight: 500;
}
.footer .btn-custom:hover {
    background-color: #00677f;
}
.footer-second-row {
    background-color: #007E9F;
    width: 100%;
    text-align: center;
    padding: 2px;
    color: rgb(255, 255, 255)
}
.footer .custom-width {
    width: 100%;
}
.footer .black-text {
    color: gray;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.footer .black-text:hover {
    color: #212529;
}
.black-text-h5{
    font-family: 'Poppins'; font-size: 1.5rem; font-weight: bold; color: #212529;
}
.footer .darkblue-text{
    color: #007E9F;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer-second-row .text {
    font-size: 1rem;
}

.watermark {
    opacity: .1;
    pointer-events: none;
}

#trending-section .list-group-flush {
    width: 50%;
}

.btn-info-modal {
    color: #299ebc;
    cursor: pointer;
}

#img-404 {
    width: 25vw;
    margin-bottom: 24px;
}

#data-404 {
    margin-bottom: 20px;
}

@keyframes prl-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}

/* prl = progress ring loader */
#prl {
    position: relative;
    width: 34px;
    height: 34px;
}

#prl .left,
#prl .right {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#prl .left {
    left: -50%;
}

#prl .right {
    left: 50%;
}

#prl .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #664d03;
}

#prl .left .circle {
    left: 50%;
}

#prl .right .circle {
    left: -50%;
}

#prl .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff3cd;
    animation: prl-spin 5s cubic-bezier(0.5, 0.5, 1, 1);
    animation-fill-mode: both;
    animation-play-state: paused;
}

#prl.active .mask {
    animation-play-state: running;
}

#prl .left .mask {
    clip: rect(0, 17px, 34px, 0px);
}

#prl .right .mask {
    clip: rect(0, 34px, 34px, 17px);
    animation-delay: 5s;
}

#prl .inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #fff3cd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #664d03;
}

.dots-loader .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #0B6880;
    border-radius: 50%;
    animation: bounce 1.5s infinite;
}
.dots-loader .dot:nth-child(2) {
    animation-delay: 0.3s;
}
.dots-loader .dot:nth-child(3) {
    animation-delay: 0.6s;
}
@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.navbar-toggler {
    border: 1px solid rgba(0, 126, 159, .5);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #007E9F; 
}

.navbar-toggler span {
    display: block;
    background-color: #007E9F;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-180deg); 
}

/*for animation*/ 
.dropdown-toggle:after { 
    transition: 0.7s; 
}

.navbar-nav li:hover>.dropdown-menu {
    display: block;
    margin: 0;
}

.navbar-nav {
    display: flex;
    gap: 75px;
}

.mb-btn.mb-btn-news-sentiments span::before {
    transform: rotate(0.5deg);
}

@media (max-width: 768px) {
    .table th:first-child {
        min-width: 150px;
    }

    .search input {
        width: 120px;
    }

    .order-radios {
        gap: 8px;
        flex-direction: column;
    }

    .acc-pop-range-inputs {
        flex-direction: column;
    }

    .filters {
        justify-content: center;
    }

    .acc-pop-filters {
        justify-content: center;
    }

    .ms-table-header-flex {
        align-items: start;
    }

    #sin-sel-models-container, #mul-sel-variants-container {
        width: 100%;
    }

    .mb-btn-container {
        gap: 25%;
    }

    .landing-page h1 {
        font-size: 1.6rem;
    }

    .landing-page-graph-1 {
        background: url('/static/media/img/landing-page-graph-1.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        width: 70vw;
        height: 40vh;
        position: absolute;
        top: 0;
        left: 15vw;
        opacity: 15%;
    }
    
    .landing-page-graph-2 {
        background: url('/static/media/img/landing-page-graph-2.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        width: 70vw;
        height: 40vh;
        position: absolute;
        top: 70vh;
        left: 15vw;
        opacity: 15%;
    }

    .landing-page-graph-3 {
        display: none;
    }

    .landing-page-img-header-1 img {
        max-width: 14vw;
    }

    .landing-page-img-header-1 :nth-child(1) {
        max-width: 16vw;
    }
    
    .landing-page-img-header-1 :nth-child(4), .landing-page-img-header-1 :nth-child(3) {
        max-width: 16vw;
    }

    .landing-page-img-header-2 {
        margin-top: 0;
    }

    .landing-page-img-header-2 img {
        max-height: 32vh;
        max-width: 40vw;
    }

    .landing-page-img-header-2 .count-cars-container {
        margin-bottom: 2vh;
    }

    .landing-page-img-header-2 .sub-header-2 {
        margin-bottom: 3vh;
    }

    .landing-page-img-headers-container {
        padding-bottom: 3vh;
    }

    .landing-page-img-header-2 div:first-child img {
        transform: scaleX(1);
    }

    .landing-page-img-header-2 {
        color: #0B6880;
    }

    .footer-second-row .text {
        font-size: .9rem;
    }

    #trending-section .list-group-flush {
        width: 100%;
    }

    #img-404 {
        width: 50vw;
    }

    .navbar-nav {
        gap: 40px;
        align-items: center;
    }

    .navbar-nav .mb-btn {
        width: max-content;
    }
}