.messages {
    position: relative;
}

    .messages mark {
        border-radius: 20px;
        border: 2px solid #6490c3;
        width: 1.3rem;
        height: 1.2rem;
        background-color: #9ec6dd;
        position: absolute;
        top: 8px;
        left: -10px;
        font-size: .55rem;
        color: #000;
        font-weight: 700;
    }

        .messages mark div {
            width: 100%;
            text-align: center;
        }

/*site layout*/
.sidebar-wrapper .menu .sidebar-link span {
    font-size: 0.85rem !important;
}



.layout-navbar {
    background-image: url(/images/Background.svg) !important;
    background-size: cover;
}

.sidebar {
    border: 2px solid rgba(76, 105, 149, 0.05);
    height: 100%;
    padding-top: 2.2rem !important;
}

footer {
    background: linear-gradient(101.84deg, #7CACDA 7.45%, rgba(101, 139, 184, 0.86) 49.36%, #648DBD 67.27%, #6490C3 87.91%);
    box-shadow: 0px -1px 4px #354B7D;
    height: 55px;
}

.bg-1 {
    background: linear-gradient(101.84deg, #7CACDA 7.45%, rgba(101, 139, 184, 0.86) 49.36%, #648DBD 67.27%, #6490C3 87.91%);
    box-shadow: 0px 4px 4px #354B7D;
    border-radius: 0px 25px 25px 0px;
    height: 55px;
    z-index: 1;
}

.bg-2 {
    background: linear-gradient(227.61deg, #7CACDA -22.5%, #4C6995 45.58%);
    box-shadow: 0px 4px 2px #354B7D;
    border-radius: 0px 30px 30px 30px;
    height: 52px;
    z-index: 0;
    margin-left: -55px;
}

button.b1 {
    background-color: #354B7D !important;
}

button.b2 {
    background-color: #7CACDA !important;
}

button.b3 {
    background-color: #9EC6DD !important;
}

button.b4 {
    background-color: #4C6995 !important;
}

button.b5 {
    background-color: #6490C3 !important;
}

.main-sh {
    box-shadow: 0px -3px 4px #7CACDA, 0px 2px 15px rgba(158, 198, 221, 0.5), 0px 10px 5px rgba(124, 172, 218, 0.25);
}

.main-rounded {
    border-radius: 20px !important;
    overflow: hidden;
}

.bg-glass {
    background: linear-gradient(116.5deg, rgba(53, 75, 125, 0.25) -0.33%, rgba(158, 198, 221, 0.1075) 96.41%);
    box-shadow: 0px -3px 4px #7CACDA, 0px 2px 15px rgba(158, 198, 221, 0.5), 0px 10px 5px rgba(124, 172, 218, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 30px;
}

.bg-body {
    background: transparent !important;
}

.h-55 {
    height: 55px !important;
    max-height: 55px !important;
}

.ml-70 {
    margin-left: 70px;
}

@media only screen and (max-width: 600px) {
    .ml-70 {
        margin-left: 20px;
    }

    .number-of-messages {
        padding: 0 !important;
        margin-top: 10px;
    }
}
/*grid*/
.k-grid {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.k-grid-toolbar {
    border-color: rgb(76 105 149 / 20%) !important;
}

.k-grid-header {
    border-color: rgb(76 105 149 / 20%) !important;
}

.k-grid td, .k-grid .k-grid-content, .k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked {
    border-color: rgb(76 105 149 / 20%) !important;
}

.k-grid-content {
    color: white;
}

.k-grid-header .k-header {
    color: white !important;
}
/* Grid header */
.k-grouping-header, .k-grid-header {
    background: transparent !important;
}

.k-toolbar {
    background: transparent !important;
    border-color: #d1d8e6;
    height: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.k-grid th {
    background: transparent !important;
}
/* Grid content */
.k-grid, .k-grid div.k-grid-content {
    background: transparent !important;
}

    .k-grid tr.k-alt {
        background: transparent !important;
    }

/* Grid footer */
.k-pager-wrap, .k-pager-wrap .k-pager-numbers, .k-pager-wrap .k-dropdown-wrap {
    background: transparent !important;
}

.avatar-image {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 30px;
}

.sidebar-link i::before {
    font-size: 1.5rem;
    color: #DFF0FE;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0.5rem;
}

.grid-icon-size {
    height: 35px;
    width: 35px;
}
/*grid end*/


/*scrollbar*/
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #6490C3;
    border: 0px none transparent;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6490C3;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #6490C3;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none transparent;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/*scrollbar end*/

/*responsive*/
@media(min-width:769px) {
    .bg-body {
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
    }
}

@media(max-width:768px) {
    body {
        margin-bottom: 0 !important;
    }

    .icon-popup {
        top: 80px !important;
    }

    .k-edit-form-container .k-edit-label {
        width: 100% !important;
    }

    .k-edit-form-container .k-edit-field {
        width: 100% !important;
    }

    .mobile {
        height: 70px !important;
    }

    .sidebar-link {
        height: 48px !important;
        width: 48px !important;
    }

    .sidebar {
        padding-top: 0 !important;
    }

    .sidebar-wrapper {
        margin-left: -2px;
        overflow-x: scroll;
        overflow-y: clip;
        color: white;
        opacity: 1;
        background: linear-gradient(101.84deg, #7cacda 7.45%, rgba(101, 139, 184, 0.86) 49.36%, #648DBD 67.27%, #6490C3 100%);
    }

    .bg-glass {
        border-radius: 0 !important;
    }

    .sidebar-item {
        flex-grow: 1;
        min-width: 40px;
    }

        .sidebar-item.active {
            border: 0;
        }

        .sidebar-item:not(.active) {
            margin-top: 10px
        }

        .sidebar-item.active .sidebar-link {
            border-radius: 50% !important;
        }

            .sidebar-item.active .sidebar-link i::before {
                top: 1.1rem;
                left: -0.01rem;
            }

    .sidebar-wrapper .menu {
        flex-direction: row !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .bg-2 {
        margin-left: -30px;
    }
}
/*end responsive*/

/*navbar*/
.li-profile-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.number-of-messages, .dropdown-item:hover {
    background-color: transparent;
}

/*end navbar*/


/*components*/
.btn-back, .btn-cancel, .btn-confirm, .k-grid-update, .k-grid-cancel {
    width: 95px !important;
    height: 30px !important;
    background: #354B7D !important;
    border-radius: 15px !important;
    font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    line-height: 20px !important;
    align-items: center;
    color: #FFFFFF !important;
    box-shadow: 0px 2px 4px #6490C3;
    display: flex;
    justify-content: center;
}

    .btn-back:hover, .btn-dark:hover {
        color: #4c6995 !important;
        border-color: transparent !important;
    }

.btn-cancel, .k-grid-cancel {
    background: #FF3232 !important;
    font-size: 0.8rem !important;
}

.btn-dark {
    height: 30px !important;
    font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 15px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-color: transparent !important;
    background: rgba(53, 75, 125, 0.5);
    mix-blend-mode: normal;
    box-shadow: 0px 2px 2px #354B7D;
    backdrop-filter: blur(50px);
    border-radius: 30px;
}

.btn-new {
    background-color: white !important;
    color: #354B7D !important;
}

    .btn-new.active {
        box-shadow: 0 0 0 0.1rem rgb(255 255 255);
    }

.k-grid-update {
    width: 120px !important;
    background-color: white !important;
    color: black !important;
    border-color: transparent !important;
    font-weight: bold !important;
}

.k-grid-cancel {
    border-color: transparent !important;
    width: 120px !important;
    font-weight: bold !important;
}
/*end components*/


/*utility*/

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.clearfix-left {
    clear: left;
}

.pt-55 {
    padding-top: 80px !important;
}

.unset-all {
    all: unset;
}

.br-0 {
    border-radius: 0 !important;
}

.mh-40 {
    min-height: 40px !important;
}

/*details page*/
.details-title {
    font-size: 18px !important;
    text-align: center;
}

.k-edit-field {
    width: 80% !important;
    margin-bottom: 0.8rem !important;
    line-height: 1.6;
    height: 45px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.k-combobox .k-dropdown-wrap {
    background-color: #e4e7eb !important;
}

.k-animation-container-shown, .k-animation-container > .k-popup {
    background: #95bcd6;
    box-shadow: 0px -3px 4px #9ec6dd, 0px 2px 15px rgb(158 198 221 / 2%), 0px 10px 5px rgb(124 172 218 / 25%);
    border-radius: unset !important;
    transform: translateY(0px);
    color: white;
    border-color: #6691c236;
}


.k-edit-field h6 {
    margin-bottom: 0px !important;
}

.k-edit-label {
    margin-bottom: 0px !important;
    padding: 0 !important;
    height: 45px !important;
    display: flex;
    align-items: center;
}

    .k-edit-label label {
        margin-bottom: 0px !important;
        font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #4C6995;
        text-align: left;
    }

.k-edit-field h6 {
    font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-align: left;
}

.border-details {
    margin-top: 1rem !important;
    border-top: 1px solid rgba(76, 105, 149, 0.05);
    clear: both;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: transparent !important;
    background-color: transparent !important;
}



/*font-size*/
.fs-7 {
    font-size: 0.8rem !important;
}

.content {
    background: linear-gradient(180deg, rgba(158, 198, 221, 0.5) 0%, rgba(100, 144, 195, 0.25) 100%);
    box-shadow: 0px -1px 5px 1px #7CACDA;
    backdrop-filter: blur(15px);
    border-radius: 0px 30px 0px 0px;
}

.content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5625rem !important;
    color: #FFFFFF;
}

.content-input-bg {
    background: rgba(100, 144, 195, 0.4);
    box-shadow: inset 0px -1px 4px #7cacda;
    color: RGBA(255,255,255) !important;
}

    .content-input-bg option:disabled {
        background: RGBA(168,202,225,0.6);
    }



.content-text {
    font-style: normal;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 18px;
    color: #FFFFFF !important;
}

.content-input, .content-input:focus, .content-input-popup, .content-input-popup:focus {
    background: #7CACDA!important;
    mix-blend-mode: normal;
    box-shadow: inset 0px -1px 1px rgba(53, 75, 125, 0.25);
    border-radius: 5px;
    max-height: 30px !important;
    border: 1px solid #7CACDA;
    color: white;
    font-size: 1rem !important;
}

select.content-input:focus {
    max-height: 40px !important;
}

select.content-input {
    max-height: unset !important;
}

.content-input-popup, .content-input-popup:focus {
    max-height: unset;
    border-radius: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    border: 0 !important;
}

    .content-input-popup:focus {
        margin: 0 !important;
        border-radius: 5px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.fs08, .fs08:focus {
    font-size: 0.8rem !important;
}

.mw-300 {
    max-width: 300px !important;
}

/*default override*/
select {
    font-size: 0.8rem !important;
}


/*popup*/
.k-numeric-wrap {
    border: 0 !important;
}

.k-numerictextbox, .k-formatted-value {
    margin: 0 !important;
}

.k-input {
    border-radius: 5px !important;
    height: 100%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.k-overlay {
    background: linear-gradient(116.5deg, rgba(53, 75, 125, 0.15) -0.33%, rgba(158, 198, 221, 0.0645) 96.41%) !important;
    box-shadow: 0px -3px 4px #7cacda, 0px 2px 15px rgb(158 198 221 / 50%), 0px 10px 5px rgb(124 172 218 / 25%);
    backdrop-filter: blur(10px)
}

.k-window {
    background: linear-gradient(180deg, rgba(124, 172, 218, 0.5) 0%, rgba(100, 144, 195, 0.065) 100%) !important;
    box-shadow: 0px 4px 4px #576ea1, 0px -1px 5px 1px #7cacda !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 30px !important;
    border: 0 !important;
}

.k-window-title {
    font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-right: -30px !important;
    margin-top: 8px !important;
    flex-basis: 100% !important;
    text-align: center;
}

.k-icon.k-i-close {
    font-size: 30px !important;
}

.k-window-titlebar {
    border-color: #dee2e6;
    border-bottom: 0 !important;
}

    .k-window-titlebar .k-hstack {
        border-bottom: 0;
    }

.k-edit-form-container {
    background: rgba(100, 144, 195, 0.5);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0.8rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.k-window-content, .k-prompt-container {
    padding: 0 !important;
}

/*icon*/
.icon-popup:before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 50px);
    background: #86B3D8;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px -1px 4px #9ec6dd;
    border-radius: 70px;
    top: -65px;
    content: "\f2ba";
    font-size: 40px;
    width: 100px;
    height: 100px;
    color: white;
}

.icon-provider::before {
    content: "\f1dd" !important;
}

.icon-userroles::before {
    content: "\f4b3" !important;
}

.icon-organizations::before {
    content: "\f4a8" !important;
}

.icon-zones::before {
    content: "\f3c7" !important;
}

.icon-logeri::before {
    content: "\f3c9" !important;
}

.k-edit-buttons {
    border-top: 0 !important;
    background: #8ab4d7;
    margin: 0 -30px -30px -30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding-top: 0.8rem !important;
    margin-bottom: 6px !important;
    overflow: hidden !important;
    position: relative;
    top: 20px;
}

.k-popup-edit-form {
    overflow: hidden !important;
}

.k-map {
    min-height: 400px;
}


/*search*/
.search-input, .search-input:active {
    border-radius: 5px !important;
    height: 35px;
    border: 0;
    margin: 4px !important;
    margin-right: 30px !important;
    margin-top: 5px !important;
}

    .search-input::placeholder {
        color: white !important;
        opacity: 1;
    }

    .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white !important;
        font-size: 14px;
    }

    .search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: white !important;
        font-size: 14px;
    }
/*end search*/


/* delete popup*/

.k-window-content {
    background: rgba(100, 144, 195, 0.5) !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFFFFF !important;
    min-height: 200px;
    padding: 0 !important;
    overflow: hidden;
}

    .k-window-content > strong {
        padding: 0.8rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

.delete-buttons {
    padding: 1rem 1rem !important;
    text-align: center !important;
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    width: 100%;
    margin: 0 !important;
}
/*end search*/


/*
general*/

.inner-sh {
    background: linear-gradient(180deg, rgba(124, 172, 218, 0.5) 0%, rgba(100, 144, 195, 0.065) 100%);
    box-shadow: inset 0px 4px 4px #354b7d, inset 0px -1px 5px 1px #7cacda !important;
    backdrop-filter: blur(15px);
    border-radius: 14px !important;
    border: 0 !important;
}

.outer-sh {
    background: linear-gradient(180deg, rgb(124 172 218 / 10%) 0%, rgba(100, 144, 195, 0.065) 100%);
    box-shadow: 0px 4px 4px #354b7da6, 0px -1px 5px 1px #6a8fb3;
    backdrop-filter: blur(15px);
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 7px !important;
    margin-top: 0px;
    padding: 7px;
}
/*-general*/


/*dropdown*/
.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
    border-color: #7597ba !important;
    color: #9ec6dd !important;
    background-color: #7ca5ce !important;
}

.k-textbox {
    border-color: #7ea1c2 !important;
    color: white !important;
    background-color: #7ca5ce !important;
}
/*-dropdown*/


/*calendar*/
.k-calendar {
    /*outer*/
    box-shadow: inset 0px 4px 4px #354b7d, inset 0px -1px 5px 1px #7cacda !important;
    backdrop-filter: blur(15px);
    border-radius: 14px !important;
    border: 0 !important;
    padding: 10px !important;
    color: white !important;
    background: #6590c3 !important;
}

.k-calendar-container {
    /*iner*/
    box-shadow: 0px 4px 4px #354b7da6, 0px -1px 5px 1px #6a8fb3;
    backdrop-filter: blur(15px);
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 7px !important;
    margin-top: 0px;
    padding: 10px !important;
    background: #6994c0 !important;
}

.k-content {
    border-color: #dee2e6;
    color: white;
    background-color: #ffffff;
}

.k-nav-today {
    color: #dff0fe !important;
}

.k-calendar-range .k-calendar-view {
    padding: 8px !important;
}

.k-content {
    background-color: #9ec6dd14 !important;
}

.k-state-selected {
    background-color: #6995c5 !important;
}

.k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link, .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
    background: linear-gradient(180deg, rgb(124 172 218 / 10%) 0%, rgba(100, 144, 195, 0.065) 100%) !important;
}

.k-link {
    color: white !important;
}
/*range*/
.k-calendar .k-range-start, .k-calendar .k-range-end, .k-calendar .k-range-mid {
    background-image: none !important;
    background-color: #9EC6DD !important;
}
/*-end range*/
.k-calendar .k-calendar-td.k-state-selected .k-link {
    background: linear-gradient(180deg, rgb(124 172 218 / 10%) 0%, rgba(100, 144, 195, 0.065) 100%) !important;
}

.k-range-start, .k-range-end .k-link {
    background: linear-gradient(180deg, rgb(124 172 218 / 10%) 0%, rgba(100, 144, 195, 0.065) 100%) !important;
}

.k-calendar-th {
    background-color: #6490c3 !important;
    font-weight: bold !important;
    color: #9ec6dd !important;
}

.k-calendar .k-calendar-td:hover .k-link {
    box-shadow: 0px 2px 2px #354b7d, inset 0px -1px 2px 1px #7cacda !important;
    background-image: none !important;
    background-color: #6590c3 !important;
}
/*-calendar*/

/*utility*/
.z10000 {
    z-index: 10000 !important
}

.mxh-60 {
    max-height: 60px !important;
}
/*-utility*/


/*pagination*/
.k-i-arrow-60-right::before {
    content: "\e014" !important;
}

.k-i-arrow-60-left::before {
    content: "\e016" !important;
}

.k-pager-nav.k-link:hover {
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white !important;
}

.k-pager-nav.k-link, .k-pager-refresh {
    border-color: #dee2e6;
    color: #326c83;
    background-color: #ffffff;
    border: 0 !important;
}

.k-pager-nav.k-link, .k-pager-refresh {
    border-color: #dee2e6 !important;
    color: #326c83;
    background-color: transparent !important;
}

.k-pager-numbers .k-link {
    border-color: #739fca !important;
    color: white !important;
    background-color: #94bad4 !important;
}

    .k-pager-numbers .k-link.k-state-selected {
        border-color: white !important;
        background-color: #4c6995 !important;
    }

#treelist .k-pager-wrap .k-dropdown .k-dropdown-wrap {
    border-radius: 0 !important;
}
/*-pagination*/
.excel-export-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}


/*validation*/
.k-validator-tooltip, .k-tooltip-icon {
    background: rgb(255 0 0 / 33%) !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.k-validator-tooltip {
    margin-top: calc( 2.2rem + 0px) !important;
}


.k-tooltip-error .k-callout {
    color: rgb(255 0 0 / 33%) !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    color: #dff0fe;
    border: 0 !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: linear-gradient(101.84deg, #7CACDA 7.45%, rgba(101, 139, 184, 0.86) 49.36%, #648DBD 67.27%, #6490C3 87.91%);
}

.toast-body {
    color: #4C6995;
    font-weight: lighter;
}

.toast.showing {
    right: 10px;
    position: fixed;
    top: 26px;
    z-index: 100;
    background: white !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}


.field-validation-error, .validation-summary-errors li {
    background: rgb(255 0 0 / 33%) !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 4px;
}

.input-validation-error {
    border: 1px solid #ff00004a;
    margin-bottom: 5px;
}

.field-validation-error > span {
    font-size: 0.95rem !important;
    color: white;
    margin: 4px !important;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    color: white;
}


.profile-picture {
    width: 250px;
    height: 250px;
    object-fit: cover;
}


.login-bg {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-vh {
    height: calc(100vh - 113px);
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-title {
    text-align: center;
    color: #ffffff !important;
    letter-spacing: 2px;
}

.login-form label {
    color: white;
    padding-top: 15px !important;
}

.login-form .forgot-password {
    color: #354B7D !important;
}

.login-form .checkbox label {
    padding-top: 0px !important;
}

.login-form .btn-new {
    min-width: 170px !important;
    display: flex;
    justify-content: center;
}


.login-form .bi::before {
    font-size: 1.4rem !important;
    position: relative;
    top: 0px;
    right: 0px;
}

.login-form .bi-arrow-right:before {
    position: relative;
    top: 3px;
    right: -3px;
    font-size: 1rem !important;
}

.login-form .input-group-text {
    background: #8db9da;
    color: #354B7D !important;
    border-color: transparent;
    border-radius: 0 !important;
    border: 0 !important;
}

.login-form .input-group-prepend {
    border-radius: 5px !important;
    overflow: hidden;
}

.bi-eye-slash::before {
    position: relative;
    right: 200%;
    top: 36%;
}


.login-form input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    .login-form input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        border: 2px solid #52729e;
        border-radius: 3px;
        background-color: white;
    }

    .login-form input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }

.login-form .form-control {
    background: #9bc4dd !important;
    border: 0 !important;
}


/*utility*/

.br-t-r {
    border-top-right-radius: 0 !important;
}

.br-b-r {
    border-bottom-right-radius: 0 !important;
}

/*alert top*/
.close-warning {
    position: fixed;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    color: white !important;
    top: -14px !important;
}

.red {
    color: red !important;
    font-weight: bold !important;
}

.m-p-position {
    margin-top: 17px;
}

@media screen and (max-width:768px) {

    .k-header, .k-header .k-link {
        font-size: 1rem !important;
    }
}


@media screen and (min-width:768px) {

    .k-header, .k-header .k-link {
        font-size: 15px !important;
    }
}

/*filters*/

.k-filter-menu-container .k-input {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.k-filter-menu-container button {
    height: 30px !important;
    font-family: 'Nunito',SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 15px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    border-color: transparent !important;
    mix-blend-mode: normal;
    box-shadow: 0px 2px 2px #354b7d;
    backdrop-filter: blur(50px);
    border-radius: 30px;
    background: white !important;
    color: #354B7D !important;
}

    .k-filter-menu-container button[type='reset'] {
        background-color: red !important;
        color: white !important;
    }


@supports (-moz-appearance:none) {
    .bg-glass {
        background: linear-gradient(116.5deg, rgb(100, 144, 195) -0.33%, rgb(158, 198, 221) 96.41%);
    }


    .k-window-content {
        background: rgba(100, 144, 195, 0.9) !important;
    }

    .k-window-titlebar {
        background: #8ab4d7;
    }
}


@media screen and (max-width:769px) {
    .content-text {
        font-size: 1.1rem;
    }

    .log-chart .content-text {
    }

    .log-chart .outer-sh {
        box-shadow: unset;
        background: transparent !important;
    }

    .log-chart li {
        margin-right: 4px !important;
        margin-top: 4px !important;
    }

    .mobile-title {
        width: 100% !important;
        margin-right: -40px !important;
    }

    .log-chart .responsive {
        margin-top: 8px;
        overflow: hidden
    }

    .log-chart .mxh-60 {
        max-height: 100% !important;
    }

    .slick-list {
        min-width: auto !important;
    }

    .k-calendar-view {
        display: flex !important;
        flex-direction: column !important;
    }

    .k-animation-container {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
    }
}

@media screen and (max-width:991px) {
    ngx-slick-carousel .slick-slide .outer-sh {
        box-shadow: unset;
        background: transparent;
        opacity: 1;
        backdrop-filter: unset;
    }

    ngx-slick-carousel .slick-slide .stats-icon {
        width: 2.7rem !important;
        height: 2.7rem !important;
        margin-top: -10px !important;
    }
}



/*
    map
*/
.leaflet-control-zoom, .leaflet-control-search {
    background: transparent !important;
    border: none !important;
}

.leaflet-control-zoom-out, .leaflet-control-zoom-in, .search-button {
    color: white !important;
    background: linear-gradient(180deg, rgba(124, 172, 218, 0.9) 0%, rgba(100, 144, 195, 0.7) 100%);
    box-shadow: 0px 4px 4px #354b7d, 0px -1px 5px 1px #7cacda;
    backdrop-filter: blur(15px);
    border-radius: 30px !important;
}

.leaflet-control-zoom-out {
    margin-top: 10px;
}

.leaflet-control-search .search-button, .leaflet-control-search .search-button:hover {
    background-image: url(../images/Search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    background-color: #8cb4dc !important;
    outline: none;
    backdrop-filter: blur(15px);
    border-radius: 14px !important;
    border: 0 !important;
}

.search-exp {
    padding: 4px;
    background: linear-gradient(180deg, rgba(124, 172, 218, 1) 0%, rgba(100, 144, 195, 0.8) 100%) !important;
    backdrop-filter: blur(15px);
}
.search-exp a.search-button {
    box-shadow: inset 0px 4px 4px #8593b3bd, inset 0px -1px 5px 1px #7cacda !important;
}
.search-input {
    background: rgba(100, 144, 195, 0.4) !important;
    color: white !important;
    padding-left: 10px!important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0px -1px 4px #7cacda!important;
    font-size:0.8rem!important;
}

.leaflet-control-search .search-cancel {
    background-image: url(../images/XButton.svg) !important;
    background-position: 0px 2px!important;
    background-size: contain!important;
    width: 20px!important;
    height: 26px!important;
    right:38px!important;
}

input.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1rem !important;
}

input.search-input::-moz-placeholder { /* Firefox 19+ */
    font-size: 1rem!important;
}

input.search-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 1rem!important;
}

input.search-input:-moz-placeholder { /* Firefox 18- */
    font-size: 1rem !important;
}

.input-custom input { /* for datepicker text on dashboards */
    color: white !important;
}

.leaflet-control-search .search-tip {
    font-size: 1em;
    margin: 2px;
    padding: 2px;
    padding-left: 10px !important;
    display: block;
    background: rgb(124 162 205) !important;
    border-radius: 0.25em;
    text-decoration: none;
    white-space: nowrap;
    color: white !important;
    text-align: left;
}

    .leaflet-control-search .search-button:hover, .leaflet-control-search .search-tip-select, .leaflet-control-search .search-tip:hover {
        background-color: #6490C3!important;
    }

.leaflet-touch .leaflet-control-layers {
    color: white !important;
    text-align: left !important;
    background: linear-gradient(180deg, rgba(124, 172, 218, 0.9) 0%, rgba(100, 144, 195, 0.9) 100%)!important;
    box-shadow: 0px 4px 4px #727b91, 0px -1px 2px 1px #7cacda!important;
    backdrop-filter: blur(15px)!important;
    border-radius: 30px;
    outline: none!important;
    border: none!important;

}

div.leaflet-control-layers-expanded{
    border-radius:0!important;
}

.leaflet-control-layers-selector,.leaflet-control-layers-selector ~ span {
    cursor: pointer;
}

/* filter and popups style fix*/
.k-filter-menu .k-widget,
.k-filter-menu .k-radio-list,
.k-filter-menu .k-textbox,
.k-filter-menu .k-searchbox {
    width: calc( 100% - ( 2 * 1.5rem )) !important;
}

.k-dropdown .k-dropdown-wrap {
    overflow: hidden;
}

.content-numeric .k-state-default {
    background: #7ca5ce!important;
}
/*messages mail*/
.checkbox-align {
    text-align: center!important;
    vertical-align: middle!important;
}

.btn-mail > button{
    background:transparent!important;
    border:0!important;
}

.btn-mail > button > svg {
    fill:white;color:white;
}