html, body {
    font-family: 'Figtree', sans-serif;
    color: var(--color-kazark-gray-1);
}

:root {
    --color-kazark-gray-1: #7B839C;
    --color-kazark-dark-1: #030916;
    --color-kazark-dark-2: #171C28;
    --color-kazark-dark-3: #262D3F;
    --color-kazark-blue-2-new: #4596FF;
    --color-kazark-blue-new: #0E62D0;
    --color-kazark-light-0: #7B839C;
    --color-kazark-light-1: #E1E7F7;
}

.layout-wrapper {
    background-image: linear-gradient(#08142E, #030916) !important;
}

.content {

}

.layout-wrapper .sidebar {
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.layout-wrapper .sidebar .header {
    border-radius: 1.25rem 1.25rem 0 0;
}

.layout-wrapper .sidebar .content {
    border-radius: 0 0 1.25rem 1.25rem;
}

.main .header {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 50px;
    border-radius: 1.25rem;
}

.main .header .b-bar-horizontal {
    border-radius: 1.25rem;
    padding-left: 20px;
}

.main > .content {
    border-radius: 1.25rem 0 0 0;
    margin-bottom: 10px;
    margin-right: 50px;
}

.modal-content {
    background-color: var(--color-kazark-dark-3);
}

.form-label {
    color: var(--color-kazark-gray-1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.grid {
    display: table !important;
}


.buttons-list {
    text-align: end;
}

.buttons-list button {
    margin-right: 0.5em;
}

.buttons-list button:last-child {
    margin-right: 0;
}

div.navigation {
    width: 100%;
}

.logs-table {
    border: 1px solid #d2d2d2;
    border-radius: 0.5rem;
}

.logs-table table {
    width: 100%;
    word-break: break-word;
}

.logs-table td {
    padding: 0.5rem;
}

.logs-table th {
    background-color: #f7f7f7;
    padding: 0.5rem;
    text-align: left;
    min-width: 12rem;
}

.zoomable-image {
    cursor: zoom-in;
}


div.header,
.b-bar-horizontal,
.b-bar-horizontal > div > div.navbar-nav.me-auto > div.nav-item.dropdown > div > a {
    background-color: transparent !important;
    color: white !important;
}

div.header {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.main .header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.main .nav-item h4 {
    margin: 0;
}

.b-bar-horizontal > div > div.navbar-nav.me-auto > div > a,
.b-bar-horizontal > div > div.navbar-nav.ms-auto > div > h4,
.b-bar-horizontal > div > div.navbar-nav.ms-auto > div > button,
div.navbar-nav > a.nav-link {
    color: white !important;
}

.b-bar-menu {
    background-image: none !important;
}

.b-bar-vertical-inline {
    background-color: transparent !important;
}

.b-bar-start {
    padding: 25px;
    min-width: 260px;
}

.b-bar-link.active,
.b-bar-dropdown-item.active {
    background-color: var(--color-kazark-dark-1) !important;
    border-radius: 15px;
    color: var(--color-kazark-blue-2-new) !important;
}

.b-bar-dropdown-menu {
    background-color: inherit !important;
}

.b-bar-dropdown-menu a {
    word-break: break-word;
}

.b-bar-dropdown-item:hover {
    background-color: inherit !important;
}

.b-bar-link:hover {
    background-color: inherit !important;
}

.b-bar-icon {
    margin-right: 10px;
}

div.b-bar-menu {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: var(--color-kazark-light-1);
}

#app > div:nth-child(2) > div > div.sidebar.body-column > div.header > a > span,
div.navbar-toggle-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255,  255,  255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#app > div:nth-child(2) > div > div.main.body-column > div.header > div.show-sidebar-button > a > span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255,  255,  255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*Authorizing on starting application*/
.page {
    display: none;
    background-color: #ffffff !important;
}


/* Autocomplete */
span.badge.bg-primary.ms-2 {
    background-color: var(--color-kazark-blue-2-new) !important;
    color: var(--color-kazark-dark-1);
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
    padding: 5px 7px 5px 15px;
}

span.badge.bg-light.ms-2 {
    color: gray !important;
    border: 1px solid;
    border-radius: 1rem !important;
}

span.badge.bg-light.ms-2 .badge-close {
    display: none !important;
}

span.badge-close.bg-primary {
    background-color: inherit !important;
    border-color: #E6E9DC !important;
    color: var(--color-kazark-dark-1);
    padding: 0 5px 0 5px !important;
}

.form-control {
    border: 1px solid var(--color-kazark-dark-3);
    color: white;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 10px !important;
    height: 54px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--color-kazark-blue-2-new) !important;
    background-color: rgba(255, 255, 255, 0.20);
    color: white;
}

.form-control:disabled {
    background-color: rgba(255, 255, 255, 0.1);
}

/* increase dropdown height*/
.b-is-autocomplete .dropdown-menu {
    max-height: 65vh;
}

.alpha-autocomplete .dropdown.b-is-autocomplete.b-is-autocomplete-multipleselection {
    border: none;
}

.alpha-autocomplete .dropdown.b-is-autocomplete.b-is-autocomplete-multipleselection.focus {
    border: none;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control:not(.is-valid, .is-invalid) {
    border: 1px solid var(--color-kazark-dark-3);
}

.b-is-autocomplete.b-is-autocomplete-multipleselection.focus {
    box-shadow: none;
}

/* =========================
   Auto complete
   ========================= */

.alpha-autocomplete:has(.dropdown.focus) {
    background-color: rgba(255, 255, 255, 0.20);
    border: 1px solid var(--color-kazark-blue-2-new) !important;
}

.alpha-autocomplete {
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    height: 54px;
    display: flex;
    align-items: center;

    input.form-control.text-.bg-:focus,
    .focus {
        background: transparent !important;
    }

    input.form-control.text-.bg- {
        border: none !important;
    }

    .dropdown-menu {
        background-color: var(--color-kazark-dark-2);

        a,
        #b-is-autocomplete-suggestion-0 {
            color: white !important;
        }

        a:hover {
            color: var(--color-kazark-blue-2-new);
            background-color: var(--color-kazark-dark-2);
        }

        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        ::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.08);
            border-radius: 1.25rem;
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.30);
            border-radius: 1.25rem;
            border: 2px solid rgba(255, 255, 255, 0.08);
        }

        ::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.45);
        }

        /* Firefox - .dark-scroll */
    {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.10);
    }
    }
}

/* =========================
   Calendar changes
   ========================= */

/* fix calendar positioning bug */
.flatpickr-calendar.static {
    top: unset !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flatpickr-calendar {
    background: var(--color-kazark-dark-2);

    .flatpickr-day,
    .flatpickr-prev-month,
    .flatpickr-next-month,
    .numInput.cur-year,
    .flatpickr-monthDropdown-months,
    .flatpickr-weekday {
        color: var(--color-kazark-gray-1);
    }

    .flatpickr-day.selected {
        background: var(--color-kazark-blue-new);
    }

    .flatpickr-day.prevMonthDay:hover {
        background: var(--color-kazark-dark-3);
    }

    .flatpickr-day.prevMonthDay {
        color: white;
    }

    .flatpickr-prev-month,
    .flatpickr-next-month,
    .flatpickr-prev-month:hover,
    .flatpickr-next-month:hover {
        color: var(--color-kazark-blue-2-new);
        background: #5A637D;
    }
}


/* =========================
   LIGHT scrollbar
   ========================= */

/* WebKit (Chrome/Edge/Safari) - .light-scroll */
.light-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.light-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1.25rem;
}

.light-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1.25rem;
    border: 2px solid #f1f1f1;
}

.light-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox - .light-scroll */
.light-scroll {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}


/* =========================
   DARK scrollbar
   ========================= */

/* WebKit (Chrome/Edge/Safari) - .dark-scroll */
.dark-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.dark-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
}

.dark-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.30);
    border-radius: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.dark-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.45);
}

/* Firefox - .dark-scroll */
.dark-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.10);
}

.table {
    color: white;
    border-color: gray;
}

.card {
    background-color: transparent;
}

.form-select {
    background-color: transparent;
    border: 1px solid var(--color-kazark-dark-3);
    color: white;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: var(--color-kazark-blue-2-new) !important;
    background-color: transparent;
    color: white;
}

.form-select:disabled {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.accordion {
    background-color: transparent;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-header {
    background-color: transparent;
}

.accordion-button {
    background-color: transparent !important;
    color: white !important;
}


option {
    background-color: var(--color-kazark-dark-2);
}

.command-button-kazark {
    background-color: var(--color-kazark-blue-new);
    color: white;
    border: none;
    border-radius: 5rem !important;
    transition: background-color 0.2s;
    width: 54px;
    height: 54px;
}

.command-button-kazark:hover {
    background-color: var(--color-kazark-blue-2-new);
    color: white;
}

.secondary-kazark-button {
    background-color: rgba(255, 255, 255, 0.1);
}

.secondary-kazark-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.tertiary-kazark-button {
    background-color: rgba(255, 255, 255, 0.2);
}

.tertiary-kazark-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Map */
.gmnoprint .gm-style-mtc button {
    border-radius: 100px !important;
    color: var(--color-kazark-light-1) !important;
    background-color: rgba(3, 9, 22, 0.75) !important;
}

.gm-control-active,
.gm-svpc {
    border-radius: 100px !important;
    background-color: rgba(3, 9, 22, 0.75) !important;
    color: var(--color-kazark-light-1) !important;
}

/* Header text */
.main .navigation .nav-item button,
.main .navigation .nav-item h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1px;
    text-decoration: none;
}

/* Loading indicator style START */
.li-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2000;
    pointer-events: none;
}

.li-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.li-bar__indeterminate {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    background: currentColor;
    color: var(--color-kazark-blue-new);
    animation: li-slide 1.1s infinite ease-in-out;
    border-radius: 999px;
}

@keyframes li-slide {
    0% {
        left: -35%;
    }
    50% {
        left: 35%;
        width: 30%;
    }
    100% {
        left: 110%;
        width: 30%;
    }
}

.loading-scope {
    position: relative;
}

/* Loading indicator style END */

.dimension-group-header,
.dimension-item-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-kazark-gray-1);
    line-height: 22px;
    letter-spacing: 0.2px;
}

.dimension-item-value,
.dimension-value,
.dimension-value span {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-kazark-dark-1);
    line-height: 22px;
    letter-spacing: 0.5px;
}

h2.text-center:has(.fas.fa-circle-question.text-secondary) {
    display: none;
}