
img {
    max-width: 100%;
}

.form-box {
    text-align: center;
}

.f1 {
    padding: 0px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }*/

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    /*background: #f35b3f;*/
    background: #337ab7;
}

.f1-step {
    position: relative;
    float: left;
    width: 16.6666%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.f1-step.activated .f1-step-icon {
    background: #fff; /*border: 1px solid #f35b3f;*/
    border: 1px solid #337ab7; /*color: #f35b3f*/
    color: #337ab7;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0; /*background: #f35b3f;*/
    background: #337ab7;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p { /*color: #f35b3f;*/
    color: #337ab7;
}

.f1-step.active p { /*color: #f35b3f;*/
    color: #337ab7;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}


.app {
    padding-top: 3.75rem;
}

.app-header {
    border: none;
    position: fixed;
    left: 265px;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 1030;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-wrapper {
    width: 265px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff !important;
}

    .sidebar-wrapper a {
        text-decoration: none;
    }

    .sidebar-wrapper .brand {
        height: 60px;
        display: flex;
        justify-content: space-between;
        padding: 5px 0 0 10px;
    }

        .sidebar-wrapper .brand .brand-logo img {
            height: 50px;
            width: 100%;
            object-fit: contain;
        }

    .sidebar-wrapper .sidebar-menu .header-menu i {
        color: #c7c7c7;
        font-size: 1rem;
        font-weight: 500;
        padding: 8px 0px 8px 20px;
    }

.sidebar-content {
    max-height: calc(100% - 100px);
    /* height: calc(100% - 30px); */
    overflow-y: auto;
    position: relative;
    /* border-right: 1px solid rgb(101 126 174 / 14%); */
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.sidebar-wrapper li.header-menu {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.sidebar-wrapper .sidebar-dropdown.active {
    background: #e9f0f5;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background: #f4faff;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 10px;
    font-size: 13px;
    position: relative;
}

.sidebar-wrapper .sidebar-menu li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    color: #818896;
    white-space: nowrap;
}

    .sidebar-wrapper .sidebar-menu li a i {
        background: #f5f5f5;
        margin-right: 5px;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
    }

.sidebar-wrapper li:hover a i {
    color: #fff !important;
}

.sidebar-wrapper li:hover a i, .sidebar-wrapper .sidebar-search input.search-menu:focus + span, .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #00a7ff;
    /* text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); */
}

    .sidebar-wrapper .sidebar-menu li a span {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

.sidebar-wrapper .sidebar-menu {
    border: none !important;
    margin-top: 10px;
    padding-bottom: 10px;
    max-height: calc(100% - 30px);
    overflow: auto;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 8px 0px 8px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

.sidebar-wrapper .sidebar-dropdown > a[b-sfqb86aj4a]:after, {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: flex;
    height: 35px;
    align-items: center;
    padding-top: 6px;
    background: #f5f5f5;
}

.drop-new {
    border: 1px solid #dadfe2;
    border-radius: 4px;
    background-color: #ffffff;
}

.bdg-sty {
    top: 17%;
    font-size: 10px;
}

.start-80 {
    left: 80% !important;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        color: #818896;
        white-space: nowrap;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-warning {
    color: #fff !important;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

body {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.sidebar-wrapper a {
    text-decoration: none;
}

.sidebar-footer > a:first-child {
    border-left: none;
}

.app-scroll {
    height: 100%;
    overflow-y: auto;
}
.card {
    border: 1px solid rgb(101 126 174 / 8%);
}

h5 {
    font-size: 1rem;
    font-weight: 600;
}


h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

.text-muted {
    color: #869ac0 !important;
}

.text-success {
    color: #1abd36 !important;
}

.text-gray-dark {
    color: #3c4e71 !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}


.fs-16 {
    font-size: 16px;
}

.fw-bold-6 {
    font-weight: 600 !important;
}

.height-40 {
    height: 40px !important;
}

.width-40 {
    width: 40px !important;
}

.height-50 {
    height: 50px !important;
}

.width-50 {
    width: 50px !important;
}

.bg-primary-transparent-2 {
    background: rgba(31,107,255,.2) !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mt-n4 {
    margin-top: -1.25rem!important;
}

.app-header .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .app-header .menu .menu-search {
        margin: 0 auto 0 50px;
        position: relative;
        max-width: 330px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.client-search-main-layout .search-container {
    background-color: #fbfbfb;
    padding: 0.175rem;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
}

.app-header .menu .menu-search .menu-search-icon {
    position: absolute;
    left: 0;
    width: 50px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a5a1a1;
}

.app-header .menu .menu-item {
    position: relative;
}

    .app-header .menu .menu-item .menu-link {
        height: 60px;
        padding: 10px;
        text-decoration: none;
        color: #212837;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

.app-header .menu .menu-item .menu-img, .app-header .menu .menu-item .menu-img-text {
        height: 36px;
        width: 36px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}

.app-header .menu .menu-item .menu-img + .menu-text, .app-header .menu .menu-item .menu-img-text + .menu-text {
        margin-left: 8px;
}

.app-header .menu .menu-item .menu-text {
        font-weight: 600;
 }

.right-items {
    font-size: 1rem;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 50px;
    margin-right: 8px;
    color: #747474;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.username-wrap {
    background: #f5f5f5;
    border-radius: 50%;
    border: 1px solid #f9f9f9;
    cursor: pointer;
}

.app-header .menu .menu-item .menu-text {
    font-weight: 600;
}

.app-header .menu .menu-item .menu-img + .menu-text, {
    margin-left: 8px;
}

.app-content {
    margin-left: 225px;
    padding: 20px 30px 10px 50px;
    position: relative;
    min-height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.main-container {
    background: white;
    height: 100vh;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    position: fixed;
    top: 0;
}

.left-container {
    /*background: rgb(33 94 255);
    background: linear-gradient(272deg, rgb(42 69 141) 0%, rgb(29 49 103) 70%, rgb(35 47 79) 100%);*/
    background: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-container {
    background: #ffffff;
    height: 100%;
}

.information-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.information-heading {
    color: white;
    width: 60%;
    margin-top: 4rem;
    text-align: center;
    margin-bottom: 1rem;
}


.input-icon {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 1rem;
    background: #e1e8f4;
    border-radius: 6px 0 0 6px;
    height: 38px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-input-box {
    padding-left: 42px !important;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.8375rem!important;
    line-height: 1.5;
    border-radius: 9px;
}



/***** Media queries *****/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .top-content {
        padding: 40px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* logo */
    /*.navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }*/

}


@media (min-width: 992px) #app, body, html {
    height: 100%;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.sidebar-wrapper .brand {
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0 10px;
}

    .sidebar-wrapper .brand .brand-logo img {
        height: 50px;
        width: 100%;
        object-fit: contain;
    }

/*.sidebar-wrapper.collapsed .brand {
    padding: 4px 5px 0px 5px;
    justify-content: center;
}*/

.sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,*/
.sidebar-wrapper li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 265px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff !important;
}

    .sidebar-wrapper.collapsed {
        width: 85px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 999;
        background-color: #fff !important;
    }

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 100px);
    /*   height: calc(100% - 30px);*/
    overflow-y: auto;
    position: relative;
    /* border-right: 1px solid rgb(101 126 174 / 14%); */
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

.badge-warning {
    color: #fff !important;
}

.sidebar-wrapper li.header-menu {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.sidebar-wrapper.collapsed li.header-menu {
    justify-content: center;
}

.sidebar-wrapper.collapsed .sidebar-menu .header-menu i {
    padding: 8px 0px 8px 0 !important;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-menu li a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}    

    .sidebar-wrapper.collapsed .sidebar-menu .header-menu span {
    /*position: absolute;
    transform: translate(-300px, 4px);*/
    visibility: collapse;
}

.sidebar-wrapper.collapsed .sidebar-menu li a span {
    /*position: absolute;
    transform: translate(-300px, 4px);*/
    visibility: collapse;
}

.sidebar-submenu li.active a {
    color: black !important;
}

.sidebar-submenu li.active::before {
    content: "\f061";
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-weight: var(--fa-style,900);
    position: absolute;
    left: 10px;
    top: 11px;
    color: #3761ee;
    font-size: 1rem;
}

.sidebar-wrapper.collapsed .sidebar-submenu li a span {
    /*position: unset !important;*/
    visibility: visible !important;
}

.sidebar-wrapper.collapsed .sidebar-footer {
    display: none;
}

.sidebar-wrapper.collapsed .sidebar-submenu {
    position: fixed;
    left: 70px;
    background-color: #fff !important;
    border: 1px solid #e9e9e9;
}

.menu-toggler {
    cursor: pointer;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    max-height: calc(100% - 30px);
    overflow: auto;
}

    /*.sidebar-wrapper .sidebar-menu li:hover {
        background: #e9f0f5;
    }*/

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 8px 0px 8px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu li a i {
            margin-right: 5px;
            font-size: 14px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }


.sidebar-wrapper.collapsed .sidebar-submenu li a i {
    margin-right: 5px !important;
}

.sidebar-wrapper.collapsed .sidebar-submenu li a {
    padding: 8px 30px 8px 10px !important;
}

.sidebar-wrapper .sidebar-menu li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 10px;
    font-size: 13px;
    position: relative;
}

/*   .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }*/

.sidebar-wrapper .sidebar-menu li a span.label,
.sidebar-wrapper .sidebar-menu li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: flex;
    height: 35px;
    align-items: center;
    padding-top: 6px;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
        cursor: pointer;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }


.sidebar-wrapper .sidebar-header,
.sidebar-wrapper .sidebar-search,
.sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #f5f5f5;
}

.sidebar-wrapper .sidebar-menu {
    border: none !important;
    margin-top: 10px;
}

.sidebar-wrapper.collapsed .sidebar-menu {
    border: none !important;
    margin-top: 0px !important;
}

.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.sidebar-wrapper .sidebar-header .user-info .user-role,
.sidebar-wrapper .sidebar-header .user-info .user-status,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-menu li a,
.sidebar-footer > a {
    color: #818896;
    white-space: nowrap;
}

    /*.sidebar-wrapper .sidebar-menu li:hover > a,*/
    /*.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,*/
    .sidebar-wrapper .sidebar-header .user-info,
    .sidebar-wrapper .sidebar-brand > a:hover,
    .sidebar-footer > a:hover i {
        color: #fff;
    }

.sidebar ul li a:hover {
    color: #818896 !important;
}

/*.sidebar-wrapper .sidebar-menu li a:hover {
    color: #818896!important;
}*/

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a {
    color: #fff !important;
}

/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #fff!important;
}*/
    .page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.sidebar-wrapper .sidebar-dropdown.active {
    background: #3761ee;
}

    .sidebar-wrapper .sidebar-dropdown.active i {
        color: #fff !important;
    }

.sidebar-wrapper li:hover a i,
/*.sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,*/
.sidebar-wrapper .sidebar-search input.search-menu:focus + span,

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #00a7ff;
    /* text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); */
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .sidebar-submenu a i {
    color: #00a7ff;
    /* text-shadow: 0px 0px 10px rgb(22 199 255 / 50%); */
}

.sidebar-wrapper .sidebar-menu li a i {
    background: none;
    color: #818896 !important;
}

    /*.sidebar-wrapper .sidebar-menu li a i:hover {
        color: #818896 !important;
    }*/


.sidebar-wrapper .sidebar-menu li .sidebar-submenu a i {
    background: none;
    color: #333 !important;
}

.sidebar-wrapper .sidebar-menu li.header-menu:hover {
    background: #fff;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
    background: #fff;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    color: #707070;
}

.sidebar-wrapper .sidebar-menu .header-menu i {
    color: #c7c7c7;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 0px 8px 20px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu span {
    color: #333 !important;
}

.sidebar-footer {
    background: #f5f5f5;
    /*    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;*/
}

    .sidebar-footer > a:first-child {
        border-left: none;
    }

    .sidebar-footer > a:last-child {
        border-right: none;
    }

h6 {
    font-size: 0.875rem!important;
}

/*h3 {
    font-size: 1.25rem!important;
    font-weight: normal!important;
}*/

.expiry-tbl {
    background: #7474740a;
    padding: 5px;
    border-radius: 5px;
}

.expiry-clr {
    color: #343d4d !important;
    font-size: 0.875rem !important;
    font-weight: 500;
}

.expiry-clr2 {
    color: #869ac0;
    font-size: 0.875rem !important;
    font-weight: normal !important;
}

.expiry-clr3 {
    color: #343d4d;
    font-size: 0.675rem !important;
    font-weight: normal !important;
}

.lime-green {
    color: #00b5b8 !important;
    font-size: 1rem !important;
    font-weight: normal !important;
}

.emp-lev {
    font-size: 28px !important;
    font-weight: 400;
}

.font-weight-400 {
    font-weight: 400!important;
}

.title-bg {
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.uc-bd {
    background: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
}

.bg-success2 {
    color: #f77066;
    background-color: #feeae8;
    font-weight: 500;
    padding: 2px 6px;
}

.btn-greenish {
    background: #C1EBC0;
    color: #6f956e;
    border: #C1EBC0;
}

    .btn-greenish:hover {
        color: #5b995a;
        background-color: #9bdb9a;
        border-color: #9bdb9a;
    }

.btn-bluish {
    background: #e4f5ff;
    color: #0183ff!important;
    border: 1px solid #d0eeff;
}

    .btn-bluish:hover {
        color: #0183ff;
        background-color: #d0eeff;
        border-color: #d0eeff;
    }

.btn-pinkish {
    background: #ffe9ec;
    color: #ff90a3;
    border: 1px solid #ffced4;
}

    .btn-pinkish:hover {
        color: #ff778d;
        background-color: #fbdee1;
        border-color: #fbdee1;
    }

.btn-orangish {
    background: #ffdfba;
    color: #ffa6b5;
    border: #ffdfba;
}

    .btn-orangish:hover {
        color: #ff778d;
        background-color: #ffcc90;
        border-color: #ffcc90;
    }

.badge-bluish {
    color: #fff;
    background-color: #00a7ff !important;
}

.badge-absolute {
    position: absolute;
    bottom: 5px;
    right: 6px;
}

.profile-image img {
    border-radius: 10%;
    width: 108px;
    height: 108px;
    border: 1px solid #f5f5f5;
}

.card-icn-txt {
    color: #bdbdbd !important;
}

.bg-rwf-primary {
    background-color: #189ee3 !important;
}

/*.form-check-input {
    position: absolute;
    margin-top: -0.4rem !important;
    margin-left: 0 !important
}*/

.mt-1-3 {
    margin-top: 1.3rem !important;
}
    /*------scroll bar---------------------*/

::selection {
    color: White;
    background: #128ffbbf;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #479cc8;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar {
    background-color: #ffffff;
}

  /*  ::-webkit-scrollbar:hover {
        background-color: #525965;
    }*/



    :: -webkit-scrollbar {
    width: 6px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #869ac0;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #869ac0;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #0d6efd;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.view label {
    min-width: 80px !important;
}

.textfield {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

.calendar-st {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 30px;
}

.calendar-st input:focus-visible {
    border: 1px solid #d5d5d5 !important;
    border-radius: 5px;
}

.search-bx {
    border: 1px solid #d5d5d5 !important;
    background: white;
    border-radius: 5px;
    height: 30px;
    padding: 5px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close1:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
margin-top: 0;
color: inherit;
}

.alert .alert-link {
font-weight: bold;
}

.alert > p, .alert > ul {
margin-bottom: 0;
}

.alert > p + p {
margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #f3f3f3;
    border-bottom-color: #f3f3f3;
    border-left-color: #f3f3f3;
    border-right-color: #f3f3f3;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.datetimefield {
    z-index: 9999;
}

.required:after {
    content: " *";
    color: red;
}
.gridhead {
    white-space: nowrap;
}


.carousel-item {
    transition: transform 0.2s ease-in-out;
}

.carousel-item.active {
    transform: translateX(0);
}

.carousel-item-next, .carousel-item-prev {    
    transform: translateX(-100%);
}

.beta-notification {
    background-color: #ffe5d3;
    margin-right: 10px;
    padding: 0 0.3rem 0 0.8rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    right: 0;
}

.beta-notification.collapsed {
    margin-left: auto;
    width: 40px;
    padding: 0;
    overflow: hidden;
    transition: width 0.5s ease;
    justify-content: center;
    margin-right: 10px;
    border-radius: 30px;
}

.blinking-icon {
    animation: blink 1s infinite;
    cursor: pointer;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.notification_badge {
    font-size: 10px;
    top: 7px !important;
    left: 18px !important;
    min-width: 16px;
    display: none;
}

.ellipsis-three-dots{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}