@charset "UTF-8";
/*---------------------------------------------------------------------------------
========================================*/
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

/******* Base *******/
body {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #6a7287;
    line-height: 1.5;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

::selection {
    background: #3d5ee1;
    color: #fff;
    text-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: inherit;
}

* {
    outline: none;
}

button {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    button:focus {
        box-shadow: none !important;
    }

p {
    margin-bottom: 20px;
}

    p:last-child {
        margin-bottom: 0;
    }

strong {
    font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #202c4b;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

ol,
ul {
    list-style: none;
    margin-block-end: 0;
    padding: 0;
}

ul {
    list-style: none;
}

    ul.list-disc {
        list-style: disc;
        padding-left: 15px;
    }

        ul.list-disc ul {
            list-style-type: circle;
        }

    ul.list-decimal {
        list-style: decimal;
        padding-left: 15px;
    }

        ul.list-decimal ul {
            list-style-type: decimal;
        }

    ul.list-icon {
        list-style: none;
        padding-left: 0;
    }

        ul.list-icon > li {
            padding-left: 1.875rem;
            counter-increment: li;
        }

            ul.list-icon > li i,
            ul.list-icon > li .feather-icon,
            ul.list-icon > li .svg-icon {
                display: inline-block;
                height: 20px;
                width: 20px;
                text-align: center;
                margin-left: -1.25rem;
                position: relative;
                left: -10px;
                padding: 1px;
                top: -1px;
            }

            ul.list-icon > li i {
                font-size: 20px;
                top: 5px;
            }

    ul .btn-primary:not(:disabled):not(.disabled):active:focus,
    ul .btn-primary:not(:disabled):not(.disabled).active:focus {
        box-shadow: none;
    }

.bg-primary {
    background-color: #3d5ee1 !important;
}

.bg-secondary {
    background-color: #6fccd8 !important;
}

.bg-info {
    background-color: #0f65cd !important;
}

.bg-success {
    background-color: #1abe17 !important;
}

.bg-warning {
    background-color: #eab300 !important;
}

.bg-danger {
    background-color: #e82646 !important;
}

.bg-dark {
    background-color: #202c4b !important;
}

.bg-light {
    background-color: #e9edf4 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-pink {
    background-color: #e83e8c !important;
}

.bg-purple {
    background-color: #4a00e5 !important;
}

.bg-teal {
    background-color: #02a8b5 !important;
}

.bg-blue {
    background-color: #339dff !important;
}

.bg-gray {
    background: #f4f6fa;
}

.bg-primary {
    background-color: #3d5ee1 !important;
}

    .bg-primary.bg-opacity-10 {
        background-color: rgba(61, 94, 225, 0.1) !important;
    }

    .bg-primary.bg-opacity-25 {
        background-color: rgba(61, 94, 225, 0.25) !important;
    }

    .bg-primary.bg-opacity-50 {
        background-color: rgba(61, 94, 225, 0.5) !important;
    }

    .bg-primary.bg-opacity-75 {
        background-color: rgba(61, 94, 225, 0.75) !important;
    }

    .bg-primary.bg-opacity-100 {
        background-color: #3d5ee1 !important;
    }

.bg-secondary {
    background-color: #6fccd8 !important;
}

    .bg-secondary.bg-opacity-10 {
        background-color: rgba(111, 204, 216, 0.1) !important;
    }

    .bg-secondary.bg-opacity-25 {
        background-color: rgba(111, 204, 216, 0.25) !important;
    }

    .bg-secondary.bg-opacity-50 {
        background-color: rgba(111, 204, 216, 0.5) !important;
    }

    .bg-secondary.bg-opacity-75 {
        background-color: rgba(111, 204, 216, 0.75) !important;
    }

    .bg-secondary.bg-opacity-100 {
        background-color: #6fccd8 !important;
    }

.bg-info {
    background-color: #0f65cd !important;
}

    .bg-info.bg-opacity-10 {
        background-color: rgba(15, 101, 205, 0.1) !important;
    }

    .bg-info.bg-opacity-25 {
        background-color: rgba(15, 101, 205, 0.25) !important;
    }

    .bg-info.bg-opacity-50 {
        background-color: rgba(15, 101, 205, 0.5) !important;
    }

    .bg-info.bg-opacity-75 {
        background-color: rgba(15, 101, 205, 0.75) !important;
    }

    .bg-info.bg-opacity-100 {
        background-color: #0f65cd !important;
    }

.bg-success {
    background-color: #1abe17 !important;
}

    .bg-success.bg-opacity-10 {
        background-color: rgba(26, 190, 23, 0.1) !important;
    }

    .bg-success.bg-opacity-25 {
        background-color: rgba(26, 190, 23, 0.25) !important;
    }

    .bg-success.bg-opacity-50 {
        background-color: rgba(26, 190, 23, 0.5) !important;
    }

    .bg-success.bg-opacity-75 {
        background-color: rgba(26, 190, 23, 0.75) !important;
    }

    .bg-success.bg-opacity-100 {
        background-color: #1abe17 !important;
    }

.bg-warning {
    background-color: #eab300 !important;
}

    .bg-warning.bg-opacity-10 {
        background-color: rgba(234, 179, 0, 0.1) !important;
    }

    .bg-warning.bg-opacity-25 {
        background-color: rgba(234, 179, 0, 0.25) !important;
    }

    .bg-warning.bg-opacity-50 {
        background-color: rgba(234, 179, 0, 0.5) !important;
    }

    .bg-warning.bg-opacity-75 {
        background-color: rgba(234, 179, 0, 0.75) !important;
    }

    .bg-warning.bg-opacity-100 {
        background-color: #eab300 !important;
    }

.bg-danger {
    background-color: #e82646 !important;
}

    .bg-danger.bg-opacity-10 {
        background-color: rgba(232, 38, 70, 0.1) !important;
    }

    .bg-danger.bg-opacity-25 {
        background-color: rgba(232, 38, 70, 0.25) !important;
    }

    .bg-danger.bg-opacity-50 {
        background-color: rgba(232, 38, 70, 0.5) !important;
    }

    .bg-danger.bg-opacity-75 {
        background-color: rgba(232, 38, 70, 0.75) !important;
    }

    .bg-danger.bg-opacity-100 {
        background-color: #e82646 !important;
    }

.bg-dark {
    background-color: #202c4b !important;
}

    .bg-dark.bg-opacity-10 {
        background-color: rgba(32, 44, 75, 0.1) !important;
    }

    .bg-dark.bg-opacity-25 {
        background-color: rgba(32, 44, 75, 0.25) !important;
    }

    .bg-dark.bg-opacity-50 {
        background-color: rgba(32, 44, 75, 0.5) !important;
    }

    .bg-dark.bg-opacity-75 {
        background-color: rgba(32, 44, 75, 0.75) !important;
    }

    .bg-dark.bg-opacity-100 {
        background-color: #202c4b !important;
    }

.bg-light {
    background-color: #e9edf4 !important;
}

    .bg-light.bg-opacity-10 {
        background-color: rgba(233, 237, 244, 0.1) !important;
    }

    .bg-light.bg-opacity-25 {
        background-color: rgba(233, 237, 244, 0.25) !important;
    }

    .bg-light.bg-opacity-50 {
        background-color: rgba(233, 237, 244, 0.5) !important;
    }

    .bg-light.bg-opacity-75 {
        background-color: rgba(233, 237, 244, 0.75) !important;
    }

    .bg-light.bg-opacity-100 {
        background-color: #e9edf4 !important;
    }

.bg-skyblue {
    background-color: #05c3fb !important;
}

.bg-primary {
    background-color: #3d5ee1 !important;
    border: 1px solid #3d5ee1 !important;
    color: #fff;
}

.bg-secondary {
    background-color: #6fccd8 !important;
    border: 1px solid #6fccd8 !important;
    color: #fff;
}

.bg-success {
    background-color: #1abe17 !important;
    border: 1px solid #1abe17 !important;
    color: #fff;
}

.bg-info {
    background-color: #0f65cd !important;
    border: 1px solid #0f65cd !important;
    color: #fff;
}

.bg-warning {
    background-color: #eab300 !important;
    border: 1px solid #eab300 !important;
    color: #fff;
}

.bg-danger {
    background-color: #e82646 !important;
    color: #fff;
}

.bg-dark {
    background-color: #202c4b !important;
    border: 1px solid #202c4b !important;
    color: #fff;
}

.bg-light {
    background-color: #e9edf4 !important;
    border: 1px solid #e9edf4 !important;
    color: #fff;
}

.bg-black {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff;
}

.bg-purple {
    background-color: #4a00e5 !important;
    border: 1px solid #4a00e5 !important;
    color: #fff;
}

.bg-yellow {
    background-color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
    color: #fff;
}

.bg-teal {
    background-color: #02a8b5 !important;
    border: 1px solid #02a8b5 !important;
    color: #fff;
}

.bg-soft-primary {
    background-color: #eceffc;
    color: #3d5ee1;
}

.bg-soft-secondary {
    background-color: #d4f0f3;
    color: #6fccd8;
}

.bg-soft-success {
    background-color: #baecb9;
    color: #1abe17;
}

.bg-soft-danger {
    background-color: #f8bec8;
    color: #e82646;
}

.bg-soft-warning {
    background-color: #fde9c1;
    color: #eab300;
}

.bg-soft-info {
    background-color: rgba(15, 101, 205, 0.3);
    color: #0f65cd;
}

.bg-soft-light {
    background-color: rgba(233, 237, 244, 0.9);
    color: #6a7287;
}

.bg-soft-dark {
    background-color: rgba(32, 44, 75, 0.3);
    color: #fff;
}

.bg-light {
    color: #6a7287;
}

.bg-primary-gradient {
    background: linear-gradient(180deg, #f3f6ff 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-secondary-gradient {
    background: linear-gradient(180deg, #e8fcff 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-warning-gradient {
    background: linear-gradient(180deg, #fef8ea 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-info-gradient {
    background: linear-gradient(180deg, #e7f1fc 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-success-gradient {
    background: linear-gradient(180deg, #e8f9e8 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-danger-gradient {
    background: linear-gradient(180deg, #fde9ed 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-orange-gradient {
    background: linear-gradient(to right, #fd7e14 0%, 100%) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: linear-gradient(to right, #4a00e5 0%, #9b25b7 100%) !important;
    color: #fff;
}

.bg-teal-gradient {
    background: linear-gradient(180deg, #e6f9ff 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-light-gradient {
    background: linear-gradient(180deg, #d1d6de 0%, #ffffff 100%) !important;
    color: #000;
}

.bg-dark-gradient {
    background: linear-gradient(180deg, #f3f6ff 0%, #ffffff 100%) !important;
    color: #fff;
}

.bg-outline-primary {
    background-color: #fff;
    border: 1px solid #3d5ee1;
    color: #3d5ee1;
}

.bg-outline-secondary {
    background-color: #fff;
    border: 1px solid #6fccd8;
    color: #6fccd8;
}

.bg-outline-warning {
    background-color: #fff;
    border: 1px solid #eab300;
    color: #eab300;
}

.bg-outline-info {
    background-color: #fff;
    border: 1px solid #0f65cd;
    color: #0f65cd;
}

.bg-outline-success {
    background-color: #fff;
    border: 1px solid #1abe17;
    color: #1abe17;
}

.bg-outline-danger {
    background-color: #fff;
    border: 1px solid #e82646;
    color: #e82646;
}

.bg-outline-dark {
    background-color: #fff;
    border: 1px solid #202c4b;
    color: #202c4b;
}

.bg-outline-light {
    background-color: #fff;
    border: 1px solid #e9edf4 !important;
    color: #000 !important;
}

.bg-primary-transparent {
    background-color: #f2f5ff !important;
    color: #3d5ee1 !important;
}

    .bg-primary-transparent:hover {
        background-color: #f2f5ff !important;
        color: #3d5ee1 !important;
    }

.bg-secondary-transparent {
    background-color: #e8fcff !important;
    color: #6fccd8 !important;
}

    .bg-secondary-transparent:hover {
        background-color: #e8fcff !important;
        color: #6fccd8 !important;
    }

.bg-info-transparent {
    background-color: #e7f1fc !important;
    color: #0f65cd !important;
}

    .bg-info-transparent:hover {
        background-color: #e7f1fc !important;
        color: #0f65cd !important;
    }

.bg-success-transparent {
    /* background-color: #E8F9E8 !important; */
    color: #1abe17 !important;
}

    .bg-success-transparent:hover {
        background-color: #e8f9e8 !important;
        color: #1abe17 !important;
    }

.bg-warning-transparent {
    background-color: #fef8ea !important;
    color: #eab300 !important;
}

    .bg-warning-transparent:hover {
        background-color: #fef8ea !important;
        color: #eab300 !important;
    }

.bg-danger-transparent {
    background-color: #efe8dc !important;
    color: #e82646 !important;
}

    .bg-danger-transparent:hover {
        background-color: #fde9ed !important;
        color: #e82646 !important;
    }

.bg-light-transparent {
    background-color: rgba(233, 237, 244, 0.5) !important;
    color: #e9edf4 !important;
}

    .bg-light-transparent:hover {
        background-color: rgba(233, 237, 244, 0.5) !important;
        color: #6a7287 !important;
    }

.bg-skyblue-transparent {
    background-color: #e6f9ff !important;
    color: #05c3fb !important;
}

    .bg-skyblue-transparent:hover {
        background-color: #e6f9ff !important;
        color: #05c3fb !important;
    }

.bg-gray-100 {
    background-color: #e6e8eb;
}

.bg-gray-200 {
    background-color: #cdd0d7;
}

.bg-gray-300 {
    background-color: #b5b9c3;
}

.bg-gray-400 {
    background-color: #9ca1af;
}

.bg-gray-500 {
    background-color: #838a9b;
}

.bg-gray-600 {
    background-color: #6a7287;
}

.page-wrapper {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 0 0 252px;
    padding: 56px 0 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.udise-code {
border:1px solid lightgrey;
color:black;
}

.udise-code:hover{
    border: 1px solid lightgrey;
    color:black;
}

@media (max-width: 991.98px) {
    .page-wrapper {
        margin: 0;
        padding: 60px 0 0;
    }
}

.page-wrapper .content {
    padding: 14px 5px;
    background: #fbfbfd;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .page-wrapper .content {
        padding: 5px;
        padding-bottom: 0;
    }
}

.page-wrapper .content.content-two {
    padding-bottom: 24px;
}

@media (max-width: 767.98px) {
    .page-wrapper .content.content-two {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:1600px) {
    .table{
        font-size: 12px !important;
    }
}

    .page-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .page-header .breadcrumb {
            margin-bottom: 0;
        }

    @media (max-width: 575.98px) {
        .page-header {
            flex-direction: column;
            align-items: self-start;
        }
    }

    .page-header .page-title {
        margin-bottom: 10px;
    }

    .page-header h3 {
        font-weight: 700;
        color: #202c4b;
        font-size: 18px;
    }

    @media (max-width: 991.98px) {
        .page-header h3 {
            font-size: 14px;
        }
    }

    .page-header h4 {
        font-weight: 600;
        color: #202c4b;
        font-size: 18px;
        margin-bottom: 5px;
    }

    @media (max-width: 991.98px) {
        .page-header h4 {
            font-size: 18px;
        }
    }

    .page-header h6 {
        font-size: 14px;
        color: #515b73;
        font-weight: 400;
    }

    @media (max-width: 991.98px) {
        .page-header h6 {
            font-size: 12px;
        }
    }

    @media (max-width: 575.98px) {
        .page-header h6 {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .last-card {
            margin-bottom: 60px !important;
        }
    }

    .header {
        height: 56px;
        z-index: 999;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-bottom: 1px solid #e9edf4;
    }

        .header .flag-nav > a img {
            border-radius: 50%;
            width: 22px;
            height: 22px;
        }

        .header .searchinputs {
            padding: 0;
            position: relative;
        }

    @media (max-width: 1199.98px) {
        .header .searchinputs {
            display: none;
        }
    }

    .header .searchinputs input {
        width: 284px;
        height: 42px;
        border: 1px solid #e9edf4;
        background: #fff;
        padding: 5px 10px;
        padding-right: 45px;
        border-radius: 5px;
        color: #202c4b;
        margin-right: 10px;
    }

    @media (max-width: 1199.98px) {
        .header .searchinputs input {
            width: 170px;
        }
    }

    .header .searchinputs input::placeholder {
        color: #9ca1af;
    }

    .header .searchinputs .search-addon button {
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        width: 24px;
        height: 24px;
        box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
        border-radius: 5px;
        cursor: pointer;
        background: #fff;
        border: 0;
        padding: 0;
        color: #202c4b;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    @media (min-width: 992px) {
        .header .dropdown-menu {
            top: 85px;
            min-width: 200px;
            visibility: hidden;
            opacity: 0;
            border: 0;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: unset !important;
            right: 0 !important;
        }
    }

    @media (max-width: 991.98px) {
        .header .dropdown-menu {
            transition: none;
        }
    }

    .header .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        margin-top: 8px !important;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .header .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        float: left;
        height: 56px;
        position: relative;
        text-align: center;
        width: 252px;
        z-index: 1;
        background: #fff;
        padding: 0 15px;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border: 1px solid #e9edf4;
    }

        .header .header-left .logo {
            display: inline-block;
            line-height: 0;
        }

            .header .header-left .logo img {
                width: 130px;
            }

    @media (max-width: 991.98px) {
        .header .header-left .logo {
            text-align: center;
            width: 100%;
            display: none;
        }

            .header .header-left .logo img {
                width: 140px;
            }
    }

    @media (max-width: 991.98px) {
        .header .header-left .dark-logo {
            text-align: center;
            width: 100%;
        }

            .header .header-left .dark-logo img {
                width: 140px;
            }
    }

    .header .header-left .logo-small {
        display: none;
    }

    @media (max-width: 991.98px) {
        .header .header-left {
            position: absolute;
            width: 100%;
        }
    }

    @media (max-width: 991.98px) {
        .header .header-left #toggle_btn {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .header #toggle_btn {
            font-size: 18px;
            padding: 4px;
            border-radius: 6px;
        }

            .header #toggle_btn .bar-icon {
                display: inline-block;
                width: 21px;
            }

                .header #toggle_btn .bar-icon span {
                    background-color: #fff;
                    display: block;
                    float: left;
                    height: 2px;
                    width: 21px;
                    margin: 0 0 5px;
                    border-radius: 50px;
                }

                    .header #toggle_btn .bar-icon span:nth-child(2) {
                        width: 15px;
                    }
    }

    .header .bar-icon {
        display: inline-block;
        width: 31px;
        margin-top: 20px;
    }

        .header .bar-icon span {
            background-color: #3d5ee1;
            display: block;
            float: left;
            height: 3px;
            margin-bottom: 7px;
            width: 31px;
            border-radius: 2px;
            transition: all 0.5s;
        }

            .header .bar-icon span:nth-child(2) {
                width: 16px;
            }

    .header .menu-opened .slide-nav .bar-icon {
        display: inline-block;
        width: 31px;
        margin-top: 20px;
    }

        .header .menu-opened .slide-nav .bar-icon span:first-child {
            position: relative;
            top: 10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

        .header .menu-opened .slide-nav .bar-icon span:nth-child(2) {
            display: none;
        }

        .header .menu-opened .slide-nav .bar-icon span:last-child {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
        }

    .header .menu-user-list {
        min-width: 450px;
        border-radius: 6px;
        padding: 24px;
    }

        .header .menu-user-list .list-appointment {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px;
            border: 1px solid #e2e5f1;
            border-radius: 6px;
        }

        .header .menu-user-list .list-appointment-content {
            display: flex;
            align-self: center;
        }

            .header .menu-user-list .list-appointment-content .list-appointment-img {
                font-size: 24px;
                margin-right: 20px;
                position: relative;
            }

                .header .menu-user-list .list-appointment-content .list-appointment-img::after {
                    position: absolute;
                    content: "";
                    background: #e2e5f1;
                    width: 1px;
                    height: 20px;
                    top: 10px;
                    right: -10px;
                }

            .header .menu-user-list .list-appointment-content h5 {
                color: #131022;
            }

            .header .menu-user-list .list-appointment-content h6 {
                font-weight: 400;
                font-size: 14px;
            }

        .header .menu-user-list .list-appointment-btn {
            font-size: 20px;
        }

    .header .profilename {
        padding: 0px;
    }

        .header .profilename .profileset {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px 10px 3px;
        }

            .header .profilename .profileset h6 {
                font-size: 14px;
                color: #6a7287;
                font-weight: 500;
            }

            .header .profilename .profileset h5 {
                font-size: 12px;
                color: #3d5ee1;
                font-weight: 400;
            }

            .header .profilename .profileset .profilesets {
                margin-left: 10px;
            }

            .header .profilename .profileset .user-img img {
                margin-top: 0;
            }

        .header .profilename .dropdown-item {
            padding: 8px 5px !important;
        }

    .header .show .user-info::after {
        transform: rotate(-140deg);
        top: 10px;
    }

    .header .user-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        position: relative;
        /* overflow: hidden; */
        padding: 0 30px 0 0;
    }

    @media (max-width: 1199.98px) {
        .header .user-info span.user-detail {
            display: none;
        }
    }

    .header .user-info:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 0;
        border-left: 0;
        border-right: 2px solid #9ca1af;
        border-bottom: 2px solid #9ca1af;
        border-radius: 1px;
        transform: rotate(45deg);
        transition: all 0.5s;
        top: 8px;
        position: absolute;
        right: 12px;
    }

    @media (max-width: 1199.98px) {
        .header .user-info:before {
            top: 12px;
        }
    }

    .header .user-info .user-role {
        display: block;
        color: #3d5ee1;
        font-size: 12px;
        font-weight: 400;
    }

    .header .user-info .user-letter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 15px;
        margin-right: 10px;
    }

    @media (max-width: 1199.98px) {
        .header .user-info .user-letter {
            margin-right: 0;
        }
    }

    .header .user-info .user-letter img {
        border-radius: 5px;
    }

    .header .user-info .user-name {
        font-size: 15px;
        font-weight: 500;
        color: #6a7287;
        display: flex;
        align-items: center;
    }

        .header .user-info .user-name img {
            margin-left: 10px;
        }

    .header .header-user {
        padding: 15px 24px;
        display: contents;
    }

        .header .header-user .user-menu {
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            margin: 0;
            position: relative;
            height: 100%;
            border-bottom: 0;
            padding: 0 24px;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .header .header-user .user-menu {
            background-image: url('../img/theme/header_bg (5).png');
            height: 100%;
            background-position: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

    @media (max-width: 991.98px) {
        .header .header-user .user-menu {
            display: none;
        }
    }

    .header .header-user .user-menu .status {
        position: absolute;
        content: "";
        background: #3d5ee1;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        top: 3px;
        right: 3px;
    }

    .header .header-user .user-menu .header-title h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .header .header-user .user-menu .header-title h6 {
        font-size: 12px;
        font-weight: 600;
    }

    .header .header-user .user-menu > li {
        margin-left: 5px;
        margin-inline-end: 0;
    }

        .header .header-user .user-menu > li:first-child {
            margin-left: 0;
        }

        .header .header-user .user-menu > li.date-picker-list {
            margin-left: 0;
            margin-right: 10px;
        }

        .header .header-user .user-menu > li:last-child {
            margin-left: 15px;
        }

    @media (max-width: 1199.98px) {
        .header .header-user .user-menu > li {
            margin-left: 5px;
        }
    }

    .header .header-user .user-menu > li svg {
        width: 18px;
        color: #67748e;
    }

    .header .header-user .user-menu > li a:hover svg {
        color: #3d5ee1;
    }

    .header .header-user .user-menu .dropdown-toggle::after {
        border: 0;
        display: none;
    }

    .header .header-user .user-menu .nav-searchinputs {
        margin-right: auto;
        margin-left: 25px;
    }

    .header .header-user .user-menu .nav-item-box > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background: #fff;
        box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
        color: #515b73;
        border-radius: 5px;
        width: 36px;
        height: 36px;
        position: relative;
        border: 0;
    }

        .header .header-user .user-menu .nav-item-box > a:hover {
            background: #edf1f6;
        }

    .header .header-user .user-menu .nav-item-email.nav-item-box {
        margin-left: 5px;
    }

    .header .header-user .user-menu.nav > li > a {
        padding: 0;
        display: flex;
        line-height: normal;
        color: #3e4265;
    }

        .header .header-user .user-menu.nav > li > a.btn-header-list {
            color: #fff;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
        }

        .header .header-user .user-menu.nav > li > a .badge {
            color: #fff;
            font-weight: 700;
            position: absolute;
            top: 4px;
            right: 4px;
            background: #3d5ee1;
            width: 15px;
            height: 15px;
            font-size: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }

        .header .header-user .user-menu.nav > li > a i {
            font-size: 18px;
        }

        .header .header-user .user-menu.nav > li > a .badge-success {
            background: #1abe17;
            border: 3px solid #fff;
            padding: 0;
            top: inherit;
            bottom: -3px;
            right: -3px;
        }

    .header .header-user .user-menu.nav > li.flag-nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

        .header .header-user .user-menu.nav > li.flag-nav a .dropdown-menu {
            max-height: 150px;
            min-width: 120px;
            overflow-y: auto;
        }

            .header
            .header-user
            .user-menu.nav > li.flag-nav
            a
            .dropdown-menu
            .dropdown-item {
                padding: 5px 15px;
            }

    .header .header-user .user-menu.nav > li.flag-nav .dropdown-menu {
        padding: 15px;
        min-width: 210px;
    }

        .header
        .header-user
        .user-menu.nav > li.flag-nav
        .dropdown-menu
        .dropdown-item {
            padding: 10px 10px;
            color: #67748e;
            border-radius: 10px;
            transition: none;
        }

            .header
            .header-user
            .user-menu.nav > li.flag-nav
            .dropdown-menu
            .dropdown-item.active {
                color: #fff;
            }

            .header
            .header-user
            .user-menu.nav > li.flag-nav
            .dropdown-menu
            .dropdown-item.active,
            .header
            .header-user
            .user-menu.nav > li.flag-nav
            .dropdown-menu
            .dropdown-item:hover {
                background: #f7f7f7 url(../img/icons/check.html) no-repeat calc(100% - 12px) center;
            }

        .header .header-user .user-menu.nav > li.flag-nav .dropdown-menu a img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 10px;
        }

    .header .page-title-box {
        float: left;
        height: 60px;
        margin-bottom: 0;
        padding: 17px 20px;
        border-radius: 0;
    }

    @media (max-width: 991.98px) {
        .header .page-title-box {
            display: none;
        }
    }

    .header .page-title-box a {
        color: #3d5ee1;
        font-size: 11px;
        font-weight: 700;
        border: 1px solid #3d5ee1;
        margin: 0;
        padding: 5px;
        border-radius: 5px;
    }

        .header .page-title-box a:hover {
            background: #3d5ee1;
            color: #fff;
        }

    .header .mobile_btn {
        display: none;
        float: left;
    }

    @media (max-width: 991.98px) {
        .header .mobile_btn {
            color: #3d5ee1;
            font-size: 24px;
            height: 60px;
            line-height: 60px;
            width: 60px;
            z-index: 10;
            padding: 0 20px;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }
    }

    .header .responsive-search {
        display: none;
        color: #fff;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
    }

    @media (max-width: 991.98px) {
        .header .responsive-search {
            display: block;
        }
    }

    .header .top-nav-search form {
        position: relative;
    }

    @media (max-width: 991.98px) {
        .header .top-nav-search form {
            display: none;
        }
    }

    .header .top-nav-search form .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        height: 40px;
        padding: 10px 50px 10px 15px;
        border-radius: 50px;
    }

        .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

    .header .top-nav-search form .btn {
        background-color: transparent;
        border-color: transparent;
        color: rgba(255, 255, 255, 0.7);
        min-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }

    @media (max-width: 991.98px) {
        .header .top-nav-search.active form {
            display: block;
            position: absolute;
            left: 0;
        }

            .header .top-nav-search.active form .form-control {
                background-color: #fff;
            }

            .header .top-nav-search.active form .btn {
                background-color: transparent;
                border-color: transparent;
                min-height: 40px;
                position: absolute;
                top: 0;
                right: 0;
                padding: 7px 15px;
            }
    }

    .header .userset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

        .header .userset .usernames {
            line-height: initial;
            text-align: right;
            padding-right: 10px;
        }

            .header .userset .usernames span {
                display: block;
                line-height: initial;
            }

    .header .menu-drop-user .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        color: #6a7287;
        padding: 7px 10px !important;
    }

        .header .menu-drop-user .dropdown-item svg {
            stroke-width: 1px;
            margin-right: 10px;
            width: 18px;
        }

    .header .menu-drop-user .logout {
        color: #e82646;
    }

    @media (max-width: 991.98px) {
        .header .has-arrow .dropdown-toggle > span:nth-child(2) {
            display: none;
        }

        .header .has-arrow .dropdown-toggle:after {
            display: none !important;
        }
    }

    .header .profilename .user-img .status {
        bottom: 7px;
        top: unset;
        right: 0;
        background: #1abe17;
    }

    .header .user-img {
        display: inline-block;
        position: relative;
    }

        .header .user-img img {
            width: 38px;
            border-radius: 50%;
        }

        .header .user-img .status {
            border: 2px solid #fff;
            height: 10px;
            width: 10px;
            margin: 0;
            position: absolute;
            right: 0;
            bottom: 30px;
            border-radius: 50%;
            display: inline-block;
            background: #1abe17;
        }

    .header .mobile-user-menu {
        color: #fff;
        display: none;
        float: right;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        text-align: right;
        width: 60px;
        z-index: 10;
        padding: 0 20px;
        position: absolute;
        top: 22px;
        right: 0;
    }

    @media (max-width: 991.98px) {
        .header .mobile-user-menu {
            display: block;
        }
    }

    .header .mobile-user-menu a {
        color: #3d5ee1;
        padding: 0;
    }

        .header .mobile-user-menu a::after {
            display: none;
        }

    .header .mobile-user-menu .dropdown-menu {
        padding: 0;
    }

        .header .mobile-user-menu .dropdown-menu a {
            color: #39435f;
            line-height: 40px;
            padding: 0 10px;
        }

    .logo-small img {
        width: 30px;
    }

    @media (min-width: 992px) {
        .mini-sidebar.expand-menu .header-left {
            flex-direction: row;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between;
        }

        .mini-sidebar .header-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            width: 80px;
            padding: 0;
            flex-direction: column;
        }

            .mini-sidebar .header-left .logo-small {
                display: block;
                padding: 10px 0 0;
            }

            .mini-sidebar .header-left .logo {
                display: none;
            }

        .mini-sidebar .menu-arrow {
            display: none !important;
        }

        .mini-sidebar .chat-user {
            display: none !important;
        }

        .mini-sidebar .user-menu .badge {
            display: flex !important;
        }

        .mini-sidebar.expand-menu .menu-arrow {
            display: block !important;
        }

        .mini-sidebar.expand-menu .chat-user {
            display: block !important;
        }

        .mini-sidebar.expand-menu .logo-small {
            display: none;
        }

        .mini-sidebar.expand-menu .logo {
            display: block;
        }

        .mini-sidebar.expand-menu #toggle_btn {
            opacity: 1;
        }
        /* .mini-sidebar.expand-menu .header-left {
    padding: 0 15px;
    display: flex;
  } */
        .mini-sidebar .noti-dot:before {
            display: none;
        }
    }

    .nav-list {
        position: relative;
    }

        .nav-list .nav .dark-mode-list .dark-mode-toggle {
            width: 66px;
            height: 36px;
            background: #fbfbfd;
            border: 1px solid #e9edf4;
            font-size: 16px;
            border-radius: 5px;
            padding: 3px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between;
        }

            .nav-list .nav .dark-mode-list .dark-mode-toggle i {
                font-size: 16px;
                color: #202c4b;
                border-radius: 5px;
                line-height: 26px;
                width: 26px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
            }

                .nav-list .nav .dark-mode-list .dark-mode-toggle i.light-mode.active {
                    color: #fff;
                    background: #1abe17;
                }

                .nav-list .nav .dark-mode-list .dark-mode-toggle i.dark-mode.active {
                    color: #fff;
                    background: #202c4b;
                }

        .nav-list .nav li .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            width: 36px;
            height: 36px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid transparent;
        }

        .nav-list .nav li .btn-header-list {
            color: #2ca87f;
            background: #d1f2d1;
            border: 1px solid #2ca87f;
        }

            .nav-list .nav li .btn-header-list:hover {
                color: #fff;
                background: #2ca87f;
            }

        .nav-list .nav li .btn-help {
            color: #3c2371;
            background: #f3edff;
        }

            .nav-list .nav li .btn-help:hover {
                color: #fff;
                background: #3c2371;
            }

        .nav-list .nav li .btn-chart-pie {
            color: #6fccd8;
            background: #fef8ea;
        }

            .nav-list .nav li .btn-chart-pie:hover {
                color: #fff;
                background: #6fccd8;
            }

    .mobile-show {
        display: none;
    }

    @media (max-width: 991.98px) {
        .mobile-show {
            display: block;
        }
    }

    .show .user-info::after {
        transform: rotate(-140deg);
        top: 10px;
    }

    .header .flag-nav .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
    }

        .header .flag-nav .dropdown-menu .dropdown-item img {
            width: 18px;
            height: 13px;
            border-radius: 10px;
            margin-right: 5px;
        }

    .nav-item-box a {
        position: relative;
    }

    .header .userset.show .user-info::before {
        transform: rotate(-136deg);
        top: 10px;
    }

    .header .date-range {
        padding-left: 30px !important;
    }

    .header .cal-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .dark-mode-toggle {
        display: none;
    }

        .dark-mode-toggle.activate {
            display: block;
        }

    .dark-logo {
        display: none;
        line-height: 0;
    }

        .dark-logo img {
            width: 130px;
        }

    .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        border-right: 1px solid #e9edf4;
        margin-top: 0;
        z-index: 1001;
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 252px;
    }

    @media (max-width: 991.98px) {
        .sidebar {
            margin-left: -575px;
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index: 1041;
            background: #fff;
        }
    }

    @media (max-width: 575.98px) {
        .sidebar {
            width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .sidebar .slimScrollDiv {
            width: 100% !important;
        }
    }

    .sidebar .sidebar-inner {
        width: 100%;
    }

    .sidebar .sidebar-menu {
        padding: 15px 5px;
    }

        .sidebar .sidebar-menu .clinicdropdown {
            margin-bottom: 24px;
        }

            .sidebar .sidebar-menu .clinicdropdown > a {
                background: #fff;
                border: 1px solid #e9edf4;
                box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
                border-radius: 5px;
                padding: 10px;
            }

                .sidebar .sidebar-menu .clinicdropdown > a img {
                    border-radius: 50%;
                }

                .sidebar .sidebar-menu .clinicdropdown > a .user-names {
                    margin-left: 10px;
                }

                    .sidebar .sidebar-menu .clinicdropdown > a .user-names h5 {
                        font-size: 14px;
                        font-weight: 400;
                        color: #515b73;
                        margin-bottom: 2px;
                    }

                    .sidebar .sidebar-menu .clinicdropdown > a .user-names h6 {
                        font-size: 14px;
                        font-weight: 400;
                        color: #838a9b;
                        margin-bottom: 0;
                    }

        .sidebar .sidebar-menu > ul > li {
            margin-bottom: 24px;
        }

            .sidebar .sidebar-menu > ul > li:last-child ul {
                margin-bottom: 0;
            }

            .sidebar .sidebar-menu > ul > li.active a {
                color: #fff;
            }

            .sidebar .sidebar-menu > ul > li.active svg {
                color: #fe9f43;
            }

            .sidebar .sidebar-menu > ul > li svg {
                min-width: 16px;
                width: 16px;
                height: 16px;
                margin-right: 10px;
            }

            .sidebar .sidebar-menu > ul > li > a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                padding: 10px 15px;
                position: relative;
                color: #6fccd8;
            }

                .sidebar .sidebar-menu > ul > li > a svg {
                    color: #637381;
                }

                .sidebar .sidebar-menu > ul > li > a img {
                    color: #637381;
                }

                .sidebar .sidebar-menu > ul > li > a.active {
                    background: #f2f5ff;
                    color: #3d5ee1;
                    border-radius: 5px;
                }

                    .sidebar .sidebar-menu > ul > li > a.active svg {
                        color: #fff;
                    }

                    .sidebar .sidebar-menu > ul > li > a.active img {
                        filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
                    }

                    .sidebar .sidebar-menu > ul > li > a.active span {
                        color: #f2f5ff;
                    }

                    .sidebar .sidebar-menu > ul > li > a.active .menu-arrow {
                        background: #ffeddc;
                    }

                        .sidebar .sidebar-menu > ul > li > a.active .menu-arrow::before {
                            border-color: #fe9f43;
                        }

                .sidebar .sidebar-menu > ul > li > a span {
                    font-size: 12px;
                    font-weight: 500;
                    margin: 0px 10px;
                }

            .sidebar .sidebar-menu > ul > li.active a {
                background: rgba(254, 159, 67, 0.08);
                border-radius: 5px;
            }

                .sidebar .sidebar-menu > ul > li.active a img {
                    filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
                }

                .sidebar .sidebar-menu > ul > li.active a span {
                    color: #fe9f43;
                }

            .sidebar .sidebar-menu > ul > li.submenu ul {
                display: none;
            }

                .sidebar .sidebar-menu > ul > li.submenu ul li a {
                    font-weight: 500;
                    font-size: 14px;
                    position: relative;
                    display: block;
                    padding: 8px 8px 8px 40px;
                    padding-left: 30px;
                }

            .sidebar .sidebar-menu > ul > li ul {
                display: block;
                margin-bottom: 5px;
            }

                .sidebar .sidebar-menu > ul > li ul li {
                    margin-bottom: 5px;
                    border-radius: 5px;
                    /* overflow: hidden; */
                }

                    .sidebar .sidebar-menu > ul > li ul li a {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        font-weight: 400;
                        font-size: 14px;
                        color: #6a7287;
                        position: relative;
                        width: 100%;
                        padding: 7px;
                    }

                        .sidebar .sidebar-menu > ul > li ul li a i {
                            color: #ffffff;
                            font-size: 16px;
                            background: #0e6ff3;
                            border-radius: 5px;
                            width: 27px;
                            height: 34px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        .sidebar .sidebar-menu > ul > li ul li a span {
                            font-size: 12px;
                            font-weight: 400;
                            white-space: nowrap;
                            color: #202c4b;
                            margin-left: 5px;
                        }

                        .sidebar .sidebar-menu > ul > li ul li a.active {
                            color: #3d5ee1;
                        }

                            .sidebar .sidebar-menu > ul > li ul li a.active a span {
                                color: #3d5ee1;
                            }

                            .sidebar .sidebar-menu > ul > li ul li a.active:after {
                                background: #fe9f43;
                                border: 2px solid #fdb;
                            }

                        .sidebar .sidebar-menu > ul > li ul li a:hover {
                            color: #3d5ee1;
                        }

                            .sidebar .sidebar-menu > ul > li ul li a:hover:after {
                                background: #fe9f43;
                                border: 2px solid #fdb;
                            }

                            .sidebar .sidebar-menu > ul > li ul li a:hover span {
                                color: #3d5ee1;
                            }

                .sidebar .sidebar-menu > ul > li ul > li.active a {
                    background: #f2f5ff;
                    border-radius: 5px;
                    color: #fff;
                }

                    .sidebar .sidebar-menu > ul > li ul > li.active a i {
                        background: #fff;
                        color: #3d5ee1;
                    }

                    .sidebar .sidebar-menu > ul > li ul > li.active a span {
                        color: #3d5ee1;
                    }

                    .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
                        border-right: 2px solid #3d5ee1;
                        border-bottom: 2px solid #3d5ee1;
                    }

                    .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
                        background: #f2f5ff;
                        border-radius: 5px;
                        color: #3d5ee1;
                    }

                        .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop i {
                            color: #fff;
                            background: #fff;
                        }

                        .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
                            color: #3d5ee1;
                        }

            .sidebar .sidebar-menu > ul > li .submenu-hdr {
                font-weight: 600;
                font-size: 14px;
                color:black;
                /* margin: 0 0 14px 0; */
                text-transform: uppercase;
                position: relative;
                display: flex;
                align-items: center;
                text-align:center;
            }

                .sidebar .sidebar-menu > ul > li .submenu-hdr span {
                    flex-shrink: 0;
                }
/*
                .sidebar .sidebar-menu > ul > li .submenu-hdr::after {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #e9edf4;
                    margin-left: 8px;
                }
*/
            .sidebar .sidebar-menu > ul > li:first-child h6 {
                margin-top: 0;
            }

            .sidebar .sidebar-menu > ul > li .submenu ul {
                display: none;
                border: 0;
                padding-top: 0;
                padding-bottom: 0;
                background-color: #dad8d836;
            }

                .sidebar .sidebar-menu > ul > li .submenu ul li {
                    margin-bottom: 0;
                }

        .sidebar .sidebar-menu > ul li {
            margin-bottom: 5px;
        }

            .sidebar .sidebar-menu > ul li .submenu > ul {
                margin: 0;
                margin-top: 10px;
            }

                .sidebar .sidebar-menu > ul li .submenu > ul li a {
                    padding-left: 25px;
                    font-size: 12px;
                    position: relative;
                    font-weight: 500;
                }

                    .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
                        content: "";
                        width: 2px;
                        height: 39px;
                        border-radius: 10%;
                        background: #3d5ee1;
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

            .sidebar .sidebar-menu > ul li .submenu > a.subdrop {
                background: #f2f5ff;
            }

                .sidebar .sidebar-menu > ul li .submenu > a.subdrop i {
                    background: #fff;
                    color: #ffffff;
                }

            .sidebar .sidebar-menu > ul li .submenu > a.active {
                background: #f2f5ff;
                border-radius: 5px;
            }

                .sidebar .sidebar-menu > ul li .submenu > a.active i {
                    background: #fff;
                    color: #3d5ee1;
                }

                .sidebar .sidebar-menu > ul li .submenu > a.active span {
                    color: #3d5ee1;
                }

                .sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow::before {
                    border-right: 2px solid #3d5ee1;
                    border-bottom: 2px solid #3d5ee1;
                }

            .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop {
                background: transparent;
            }

            .sidebar .sidebar-menu > ul li .submenu.submenu-two ul {
                margin-top: 0;
            }

                .sidebar .sidebar-menu > ul li .submenu.submenu-two ul li a {
                    margin-left: 20px;
                }

            .sidebar .sidebar-menu > ul li .submenu.submenu-two.submenu-three ul li a {
                margin-left: 40px;
            }

        .sidebar .sidebar-menu .submenu-open:last-child {
            margin-bottom: 0;
        }

            .sidebar .sidebar-menu .submenu-open:last-child ul {
                border-bottom: none;
                padding-bottom: 0;
            }

        .sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a {
            margin-left: 45px;
        }

        .sidebar
        .sidebar-menu
        .submenu-open
        .submenu.submenu-two.submenu-three
        ul
        li
        a {
            margin-left: 65px;
        }

        .sidebar .sidebar-menu .submenu-open .submenu ul li a {
            margin-left: 25px;
            padding-bottom: 4px;
            font-size: 14px;
            color: #6a7287;
        }

            .sidebar .sidebar-menu .submenu-open .submenu ul li a::after {
                content: "";
                background: rgba(50, 71, 92, 0.38);
                width: 8px;
                height: 8px;
                border: 2px solid #fff;
                border-radius: 50px;
                position: absolute;
                top: 16px;
                left: 0;
            }

            .sidebar .sidebar-menu .submenu-open .submenu ul li a:hover {
                color: #3d5ee1;
            }

                .sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after {
                    background: #fe9f43;
                    border: 2px solid #fdb;
                }

        .sidebar .sidebar-menu .menu-arrow {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            text-rendering: auto;
            line-height: 40px;
            font-size: 18px;
            line-height: 16px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translatey(-50%);
            -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            -webkit-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .sidebar .sidebar-menu .menu-arrow::before {
                height: 6px;
                width: 6px;
                border-top: 0;
                content: "";
                border-left: 0;
                border-right: 2px solid #9ca1af;
                border-bottom: 2px solid #9ca1af;
                transform: rotate(-45deg);
                position: absolute;
                left: 5px;
                top: 5px;
            }

            .sidebar .sidebar-menu .menu-arrow.inside-submenu {
                right: 10px;
            }

                .sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
                    right: 30px;
                }

        .sidebar .sidebar-menu.subdrop .menu-arrow {
            transform: translateY(-50%) rotate(90deg);
            background: #ffeddc;
        }

    .sidebar .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        padding: 10px;
        color: #6fccd8;
        position: relative;
    }

        .sidebar .nav-link.active {
            color: #3d5ee1;
            background: transparent;
            position: relative;
        }

            .sidebar .nav-link.active:after {
                content: "";
                border-width: 10px;
                border-color: transparent #3d5ee1 transparent transparent;
                border-style: solid;
                position: absolute;
                top: 36px;
                right: 0;
            }

    .sidebar .sidebar-left {
        width: 100px;
        -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
    }

    .sidebar .sidebar-right {
        width: 250px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: none;
    }

    @media (max-width: 991.98px) {
        .sidebar .sidebar-right {
            width: calc(100% - 70px);
        }
    }

    .sidebar .sidebar-right .slimScrollDiv {
        width: 250px !important;
        overflow: visible !important;
    }

    @media (max-width: 991.98px) {
        .sidebar .sidebar-right .slimScrollDiv {
            width: 100% !important;
        }
    }

    .sidebar .sidebar-right .tab-content {
        padding: 20px 20px 40px;
    }

    @media (max-width: 991.98px) {
        .sidebar .sidebar-right .tab-content {
            padding: 10px;
        }
    }

    .sidebar .sidebar-right p {
        font-size: 10px;
        color: #838a9b;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sidebar .sidebar-right ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar .sidebar-right ul li.active a {
            background: linear-gradient(46.62deg, #3d5ee1 0%, #673ab7 93.64%);
            color: #fff;
        }

        .sidebar .sidebar-right ul li a {
            font-weight: 400;
            font-size: 14px;
            color: #6fccd8;
        }

            .sidebar .sidebar-right ul li a.active {
                color: #3d5ee1;
            }

    .sidebar .sidebar-right .menu-arrow {
        -webkit-transition: -webkit-transform 0.15s;
        -o-transition: -o-transform 0.15s;
        transition: transform 0.15s;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        text-rendering: auto;
        line-height: 40px;
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 18px;
        top: 0px;
        position: relative;
        font-weight: 700;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

        .sidebar .sidebar-right .menu-arrow:before {
            content: "\f105";
        }

    .sidebar .sub-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
    }

    .sidebar li a.subdrop .menu-arrow {
        transform: translateY(-50%) rotate(90deg);
    }

    .sidebar .nav-items .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        border-bottom: 1px solid #9ca1af;
        padding: 20px 0;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .sidebar .nav-items .nav-link:hover {
            box-shadow: 0 0 0 150px #673ab7 inset;
            color: #fff;
        }

        .sidebar .nav-items .nav-link span {
            margin-top: 15px;
            font-weight: 500;
        }

    .sidebar .sidemenu a {
        width: 100%;
        font-weight: 500;
        display: block;
        border-radius: 5px;
        margin: 0 0 10px;
        padding: 10px;
    }

        .sidebar .sidemenu a:hover {
            background: linear-gradient(46.62deg, #3d5ee1 0%, #673ab7 93.64%);
            color: #fff;
        }

            .sidebar .sidemenu a:hover svg {
                color: #fff;
            }

        .sidebar .sidemenu a svg {
            stroke-width: 1px;
        }

    @media (min-width: 992px) {
        .mini-sidebar .page-wrapper {
            margin-left: 80px;
        }

        .mini-sidebar .user-names {
            display: none;
        }

        .mini-sidebar .header-left #toggle_btn {
            opacity: 1;
            transform: rotate(180deg);
        }

            .mini-sidebar .header-left #toggle_btn:after {
                border: 0;
            }

        .mini-sidebar .sidebar .sidebar-menu .clinicdropdown > a {
            padding: 5px;
        }

        .mini-sidebar .sidebar .sidebar-menu > ul > li ul li.submenu ul li a {
            padding-left: 40px;
        }

        .mini-sidebar.expand-menu .header-left #toggle_btn {
            opacity: 1;
            transform: rotate(180deg);
        }

        .mini-sidebar.expand-menu .sidebar .sidebar-menu .clinicdropdown > a {
            padding: 10px 15px;
        }

        .mini-sidebar .sidebar-right {
            display: none;
        }

        .mini-sidebar .sidebar .sidebar-menu ul li a span {
            display: none;
        }

        .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr {
            font-size: 0;
        }

            .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr::after {
                margin-left: 0;
            }

        .mini-sidebar .sidebar .sidebar-menu ul li svg {
            margin-right: 0;
        }

        .mini-sidebar .sidebar {
            width: 80px;
            /* overflow: hidden; */
        }
        /* .mini-sidebar.expand-menu .sidebar {
    display: block;
  } */
        .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr {
            display: flex;
            font-size: 12px;
        }

            .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr::after {
                margin-left: 8px;
            }

        .expand-menu.mini-sidebar .sidebar .user-names {
            display: none;
        }

        .expand-menu .sidebar-right {
            display: block;
            -webkit-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .expand-menu .sidebar {
            width: 252px;
        }

            .expand-menu .sidebar .sidebar-menu ul > li > a {
                padding: 8px;
            }

                .expand-menu .sidebar .sidebar-menu ul > li > a span {
                    display: inline-block;
                    line-height: 0;
                }

            .expand-menu .sidebar .sidebar-menu ul > li svg {
                margin-right: 10px;
            }

            .expand-menu .sidebar .sidebar-menu .submenu-hdr {
                display: flex;
            }

        .expand-menu .header-left {
            width: 252px;
        }

        #toggle_btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            float: left;
        }
    }

    body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        font-weight: 500;
        font-size: 15px;
        color: #67748e;
        position: relative;
        width: 100%;
    }

    body.mini-sidebar .sidebar .sidebar-menu > ul > li ul > li.active a {
        justify-content: center;
    }

    body.mini-sidebar .sidebar .sidebar-menu > ul li a {
        justify-content: center;
    }

    body.mini-sidebar.expand-menu
    .sidebar
    .sidebar-menu > ul > li.submenu-open
    ul
    li
    a {
        justify-content: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        padding-left: 18px;
    }

    body.mini-sidebar.expand-menu
    .sidebar
    .sidebar-menu > ul > li
    ul > li.active
    a {
        justify-content: start;
    }

    body.mini-sidebar.expand-menu .sidebar .user-names {
        display: block !important;
    }

    body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li a {
        justify-content: start;
    }

    .sidebarrightmenu .sidebar-right {
        display: block;
    }

    .slide-nav .sidebar {
        margin-left: 0;
    }

    .sidebar-overlay {
        display: none;
        height: 100%;
        width: 100%;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 60px;
        left: 0;
    }

        .sidebar-overlay.opened {
            display: block;
        }

    .mini-sidebar .active.subdrop ~ ul {
        display: none !important;
    }

    .mini-sidebar.expand-menu .active.subdrop ~ ul {
        display: block !important;
    }

    .active.subdrop ~ ul {
        display: block !important;
    }

    .mini-sidebar .header #toggle_btn {
        opacity: 1;
        height: 0;
        width: 0;
        margin-top: 16px;
    }

    .mini-sidebar.expand-menu .header #toggle_btn {
        opacity: 1;
        height: auto;
        width: auto;
    }

    .notification-dropdown {
        max-width: 100%;
        min-width: 450px !important;
    }

        .notification-dropdown .topnav-dropdown-header {
            border-bottom: 1px solid #e9edf4;
        }

    .topnav-dropdown-header {
        padding: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

        .topnav-dropdown-header .notification-title {
            font-size: 16px;
            color: #000;
            margin-bottom: 0;
            font-weight: 700;
        }

    .notification-dropdown .noti-content {
        height: 270px;
        overflow-y: auto;
        position: relative;
    }

    #global-loader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-loader {
        position: relative;
        width: 48px;
        height: 48px;
    }


    .sidebar-contact {
        position: fixed;
        top: 0%;
        right: -350px;
        transform: translateY(-50%);
        width: 350px;
        height: auto;
        background: #fff;
        box-sizing: border-box;
        transition: 0.5s;
        z-index: 9999;
    }

        .sidebar-contact .toggle-theme {
            position: absolute;
            width: 35px;
            text-align: center;
            cursor: pointer;
            background: #3d5ee1;
            top: 225px;
            right: 350px;
            padding: 6px;
            height: 35px;
            color: #fff;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .sidebar-contact .toggle-theme .fa-spin {
                -webkit-animation: fa-spin 2s infinite linear;
                animation: fa-spin 2s infinite linear;
            }

    #theme-settings {
        width: 26px;
        height: 26px;
        border: 1px solid #e9edf4;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .input-themeselect label {
        width: 100%;
    }

    .sidebar-themesettings {
        transition: all 0.5s;
        width: 400px !important;
        height: 100vh;
        z-index: 99999;
        overflow: auto;
        max-width: 100%;
    }

        .sidebar-themesettings.open {
            right: 0;
        }

        .sidebar-themesettings .themesettings-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 20px;
            border-bottom: 1px solid #e9edf4;
        }

            .sidebar-themesettings .themesettings-header h4 {
                color: #202c4b;
                font-size: 18px;
            }

        .sidebar-themesettings .themesettings-inner .themesettings-content {
            border-bottom: 1px solid #e9edf4;
            margin-bottom: 15px;
        }

            .sidebar-themesettings .themesettings-inner .themesettings-content h6 {
                font-size: 14px;
                font-weight: 600;
                color: #000;
                margin-bottom: 15px;
            }

        .sidebar-themesettings .input-themeselect {
            background: #f4f6fa;
            padding: 10px;
            border-radius: 10px;
            border: 1px solid #e9edf4;
            margin-bottom: 15px;
        }

            .sidebar-themesettings .input-themeselect input[type="radio"] {
                display: none;
            }

                .sidebar-themesettings
                .input-themeselect
                input[type="radio"]:checked ~ label
                .checkboxs-theme:after {
                    background-color: #4a00e5;
                    border-color: #4a00e5;
                    content: "";
                }

                .sidebar-themesettings
                .input-themeselect
                input[type="radio"]:checked ~ label
                .checkboxs-theme::before {
                    content: "\f00c";
                    font-family: "Font Awesome 5 Free";
                    color: #fff;
                    font-weight: 700;
                    font-size: 10px;
                    right: 4px;
                    position: absolute;
                    top: -14px;
                    z-index: 9;
                }

            .sidebar-themesettings .input-themeselect img {
                height: 80px;
            }

            .sidebar-themesettings .input-themeselect .checkboxs-theme {
                position: relative;
                width: 100%;
                display: block;
            }

                .sidebar-themesettings .input-themeselect .checkboxs-theme:after {
                    position: absolute;
                    content: "";
                    border: 1px solid #e8e8e8;
                    width: 16px;
                    height: 16px;
                    border-radius: 5px;
                    right: 0;
                    top: -17px;
                }

    .sidebar-themeoverlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.75);
        top: 0;
        left: -100%;
        z-index: 10000;
    }

        .sidebar-themeoverlay.open {
            left: 0;
        }

    .sidebar-themesettings.offcanvas.offcanvas-end {
        width: 400px !important;
    }



    /******* Components ******/
    .avatar {
        position: relative;
        height: 2.625rem;
        width: 2.625rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #fff;
        font-weight: 500;
    }

        .avatar a.badge:hover {
            color: #fff;
        }

        .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }

        .avatar.avatar-rounded {
            border-radius: 50%;
        }

            .avatar.avatar-rounded img {
                border-radius: 50%;
            }

        .avatar.avatar-radius-0 {
            border-radius: 0;
        }

            .avatar.avatar-radius-0 img {
                border-radius: 0;
            }

        .avatar .avatar-badge {
            position: absolute;
            inset-block-start: -4%;
            inset-inline-end: -0.375rem;
            width: 1.4rem;
            height: 1.4rem;
            font-size: 0.625rem;
            border: 2px solid #fff;
            border-radius: 50% !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .avatar.online:before,
        .avatar.offline:before {
            position: absolute;
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
            inset-inline-end: 0;
            inset-block-end: 0;
            border: 2px solid #fff !important;
            z-index: 1;
        }

        .avatar.online:before {
            background-color: #1abe17;
        }

        .avatar.offline:before {
            background-color: #838a9b;
        }

        .avatar.avatar-xs {
            width: 1.25rem;
            height: 1.25rem;
            line-height: 1.25rem;
            font-size: 0.65rem;
        }

            .avatar.avatar-xs .avatar-badge {
                padding: 0.25rem;
                width: 1rem;
                height: 1rem;
                line-height: 1rem;
                font-size: 0.5rem;
                inset-block-start: -25%;
                inset-inline-end: -0.5rem;
            }

        .avatar.avatar-sm {
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 0.65rem;
        }

            .avatar.avatar-sm .avatar-badge {
                padding: 0.3rem;
                width: 1.1rem;
                height: 1.1rem;
                line-height: 1.1rem;
                font-size: 0.5rem;
                inset-block-start: -28%;
                inset-inline-end: -0.45rem;
            }

            .avatar.avatar-sm.online:before,
            .avatar.avatar-sm.offline:before {
                width: 0.5rem;
                height: 0.5rem;
            }

        .avatar.avatar-md {
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            font-size: 0.8rem;
        }

            .avatar.avatar-md .avatar-badge {
                padding: 0.4rem;
                width: 1.2rem;
                height: 1.2rem;
                line-height: 1.2rem;
                font-size: 0.65rem;
                inset-block-start: -6%;
                inset-inline-end: -13%;
            }

            .avatar.avatar-md.online:before,
            .avatar.avatar-md.offline:before {
                width: 0.75rem;
                height: 0.75rem;
            }

            .avatar.avatar-md svg {
                width: 1.5rem;
                height: 1.5rem;
            }

        .avatar.avatar-lg {
            width: 2.813rem;
            height: 2.813rem;
            line-height: 2.813rem;
            font-size: 1rem;
        }

            .avatar.avatar-lg .avatar-badge {
                inset-block-start: -15%;
                inset-inline-end: -0.25%;
            }

            .avatar.avatar-lg.online:before,
            .avatar.avatar-lg.offline:before {
                width: 0.8rem;
                height: 0.8rem;
            }

            .avatar.avatar-lg svg {
                width: 1.8rem;
                height: 1.8rem;
            }

        .avatar.avatar-xl {
            width: 4rem;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.25rem;
        }

            .avatar.avatar-xl .avatar-badge {
                inset-block-start: -8%;
                inset-inline-end: -0.2%;
            }

            .avatar.avatar-xl.online:before,
            .avatar.avatar-xl.offline:before {
                width: 0.95rem;
                height: 0.95rem;
            }

        .avatar.avatar-xxl {
            width: 5rem;
            height: 5rem;
            line-height: 5rem;
            font-size: 1.5rem;
        }

            .avatar.avatar-xxl .avatar-badge {
                inset-block-start: -4%;
                inset-inline-end: 0rem;
            }

            .avatar.avatar-xxl.online:before,
            .avatar.avatar-xxl.offline:before {
                width: 1.05rem;
                height: 1.05rem;
                inset-block-end: 0.25rem;
            }

        .avatar.avatar-xxxl {
            width: 6rem;
            height: 6rem;
            line-height: 6rem;
            font-size: 1.75rem;
        }

            .avatar.avatar-xxxl .avatar-badge {
                inset-block-start: -4%;
                inset-inline-end: 0rem;
            }

            .avatar.avatar-xxxl.online:before,
            .avatar.avatar-xxxl.offline:before {
                width: 1.05rem;
                height: 1.05rem;
                inset-block-end: 0.25rem;
            }

    .shadow-sm {
        box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36) !important;
    }

    .shadow-md {
        box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05) !important;
    }

    .list-group-item {
        border-color: #e9edf4 !important;
        color: inherit;
    }

    .list-group a.active {
        background: #eceffc;
        color: #3d5ee1;
    }

    .list-group a:hover {
        background: #eceffc;
        color: #3d5ee1;
    }

    .list-styled-dotted li {
        list-style-type: disc;
    }

    .custom-offcanvas.offcanvas.offcanvas-end {
        width: 600px !important;
    }

        .custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
            width: 20px;
            height: 20px;
            color: #fff;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            background-color: #838a9b;
            border: 1px solid #838a9b;
        }

            .custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
                background: #e82646;
                border-color: #e82646;
            }

    .w-40 {
        width: 40%;
    }

    @media (max-width: 767.98px) {
        .w-40 {
            width: 100%;
        }
    }

    hr {
        border-color: #e9edf4;
    }

    .btn-primary {
        color: #fff;
        background-color: #3d5ee1;
        border-color: #3d5ee1;
        font-size: 14px;
        font-size: 11px;
        padding: 2px 8px !important;
    }

    .custom-btn {
        border-radius: 5px;
        padding: 0.2rem 0.85rem !important;
        font-size: 14px;
        transition: all 0.5s;
        font-weight: 500;
    }

    .btn-check:checked + .btn,
    .btn.active,
    .btn.show,
    .btn.show:hover,
    .btn:first-child:active,
    :not(.btn-check) + .btn:active {
        background-color: #3d5ee1;
        border-color: #3d5ee1;
        color: #fff;
    }

    button {
        cursor: pointer;
    }

        button:focus {
            outline: 0;
            box-shadow: none;
        }






    .page-loader {
        width: 100px;
        height: 100px;
        border: 4px solid;
        background: #8724fd;
        /* background-image:url(../images/favicon.png);
  background-repeat: no-repeat; */
        border-color: transparent #ffd15b #8724fd transparent;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        animation: rotation 1s ease-in-out infinite;
    }

        .page-loader::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            top: 50%;
            border: 12px solid;
            border-color: #31a3dc;
            display: block;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

    .custom-input {
        width: 100%;
        height: 4px;
        width: 3px;
        height: 100%;
        background: #fff;
        border-radius: 5px;
        writing-mode: vertical-lr;
    }

        .custom-input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 12px;
            height: 12px;
            background: #3d5ee1 !important;
            border-radius: 50%;
            cursor: pointer;
        }

        .custom-input::-moz-range-thumb {
            width: 12px;
            height: 12px;
            background: #3d5ee1 !important;
            border-radius: 50%;
            cursor: pointer;
        }

    .dropdown-auto {
        overflow: auto;
    }

    .dropdown-divider {
        margin: 0;
    }

    .dropdown .dropdown-toggle {
        font-weight: 400;
        font-size: 14px;
    }

        .dropdown .dropdown-toggle:after {
            display: inline-block;
            margin-inline-start: 0.5rem;
            vertical-align: 0;
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            border: 0;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .dropdown .dropdown-toggle.btn-primary {
            color: #fff;
        }

    .dropdown .dropdown-menu {
        font-family: "Roboto", sans-serif;
    }

    .dropdown-menu {
        border-color: #e9edf4;
        box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
        font-size: 0.875rem;
        color: #202c4b;
        background-color: #fff;
        padding: 0;
        z-index: 10;
    }

    .dropdown-divider {
        border-color: #e9edf4;
    }

    .dropdown-item-text {
        color: #6a7287;
    }

    .dropdown-header {
        color: #6a7287;
    }

    .dropdown-item {
        color: #202c4b !important;
        padding: 0.594rem 0.9375rem;
        font-size: 14px;
    }

        .dropdown-item.disabled,
        .dropdown-item:disabled {
            color: #6a7287;
            opacity: 0.5;
        }

        .dropdown-item:not(.active):hover,
        .dropdown-item:not(.active):focus,
        .dropdown-item:not(.active):active {
            color: #202c4b;
            background-color: #f4f6fa;
        }

        .dropdown-item.active {
            background-color: #f4f6fa;
        }

    .dropdown-toggle::after {
        display: inline-block;
        margin-inline-start: 0.25rem;
        vertical-align: 0;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        border: 0;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .dropup .dropdown-toggle::after {
        display: inline-block;
        margin-inline-start: 0.25rem;
        vertical-align: 0;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        border: 0;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .dropup .dropdown-toggle::after {
        display: inline-block;
        margin-inline-start: 0.25rem;
        vertical-align: 0;
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        border: 0;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        margin-inline-start: 0.25rem;
        vertical-align: 0;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        border: 0;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .dropstart .dropdown-toggle::before {
        display: inline-block;
        margin-inline-start: 0.25rem;
        vertical-align: 0;
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        border: 0;
        font-size: 0.6rem;
        font-weight: 600;
    }

    .btn.dropdown-toggle-split {
        opacity: 0.85;
    }

    .dropdown-menu-dark {
        background-color: #202c4b;
        border-color: rgba(255, 255, 255, 0.1);
    }

        .dropdown-menu-dark li a {
            color: #fff;
        }

    .btn-list a.dropdown-item {
        margin-block-end: 0;
    }

    .btn-list .btn-soft-success:hover {
        transform: translateY(0);
    }

    .btn-list .btn-soft-danger:hover {
        transform: translateY(0);
    }

    .dropdown-menu.dropdown-menu-primary {
        background-color: #3d5ee1;
    }

        .dropdown-menu.dropdown-menu-primary li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-primary .dropdown-item:active,
        .dropdown-menu.dropdown-menu-primary .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropdown-menu-secondary {
        background-color: #6fccd8;
    }

        .dropdown-menu.dropdown-menu-secondary li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
        .dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropdown-menu-warning {
        background-color: #eab300;
    }

        .dropdown-menu.dropdown-menu-warning li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-warning .dropdown-item:active,
        .dropdown-menu.dropdown-menu-warning .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropdown-menu-info {
        background-color: #0f65cd;
    }

        .dropdown-menu.dropdown-menu-info li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-info .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-info .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-info .dropdown-item:active,
        .dropdown-menu.dropdown-menu-info .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropdown-menu-success {
        background-color: #1abe17;
    }

        .dropdown-menu.dropdown-menu-success li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-success .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-success .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-success .dropdown-item:active,
        .dropdown-menu.dropdown-menu-success .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropdown-menu-danger {
        background-color: #e82646;
    }

        .dropdown-menu.dropdown-menu-danger li a {
            color: rgba(255, 255, 255, 0.9);
        }

        .dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
        .dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
        .dropdown-menu.dropdown-menu-danger .dropdown-item:active,
        .dropdown-menu.dropdown-menu-danger .dropdown-item.active {
            color: #fff;
        }

    .dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-primary .dropdown-item:active,
    .dropdown-menu.dropmenu-item-primary .dropdown-item.active {
        background-color: rgba(61, 94, 225, 0.1) !important;
        color: #3d5ee1;
    }

    .dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
    .dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
        background-color: rgba(111, 204, 216, 0.1) !important;
        color: #6fccd8;
    }

    .dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-warning .dropdown-item:active,
    .dropdown-menu.dropmenu-item-warning .dropdown-item.active {
        background-color: rgba(234, 179, 0, 0.1) !important;
        color: #eab300;
    }

    .dropdown-menu.dropmenu-item-info .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-info .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-info .dropdown-item:active,
    .dropdown-menu.dropmenu-item-info .dropdown-item.active {
        background-color: rgba(15, 101, 205, 0.1) !important;
        color: #0f65cd;
    }

    .dropdown-menu.dropmenu-item-success .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-success .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-success .dropdown-item:active,
    .dropdown-menu.dropmenu-item-success .dropdown-item.active {
        background-color: rgba(26, 190, 23, 0.1) !important;
        color: #1abe17;
    }

    .dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
    .dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
    .dropdown-menu.dropmenu-item-danger .dropdown-item:active,
    .dropdown-menu.dropmenu-item-danger .dropdown-item.active {
        background-color: rgba(232, 38, 70, 0.1) !important;
        color: #e82646;
    }

    .dropdown-menu.dropmenu-light-primary {
        background-color: rgba(111, 204, 216, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-primary .dropdown-item:active,
        .dropdown-menu.dropmenu-light-primary .dropdown-item.active {
            color: #fff;
            background-color: #3d5ee1 !important;
        }

    .dropdown-menu.dropmenu-light-secondary {
        background-color: rgba(111, 204, 216, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
        .dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
            color: #fff;
            background-color: #6fccd8 !important;
        }

    .dropdown-menu.dropmenu-light-info {
        background-color: rgba(15, 101, 205, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-info .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-info .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-info .dropdown-item:active,
        .dropdown-menu.dropmenu-light-info .dropdown-item.active {
            color: #fff;
            background-color: #0f65cd !important;
        }

    .dropdown-menu.dropmenu-light-warning {
        background-color: rgba(234, 179, 0, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-warning .dropdown-item:active,
        .dropdown-menu.dropmenu-light-warning .dropdown-item.active {
            color: #fff;
            background-color: #eab300 !important;
        }

    .dropdown-menu.dropmenu-light-success {
        background-color: rgba(26, 190, 23, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-success .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-success .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-success .dropdown-item:active,
        .dropdown-menu.dropmenu-light-success .dropdown-item.active {
            color: #fff;
            background-color: #1abe17 !important;
        }

    .dropdown-menu.dropmenu-light-danger {
        background-color: rgba(232, 38, 70, 0.1);
        backdrop-filter: blur(2rem);
    }

        .dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
        .dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
        .dropdown-menu.dropmenu-light-danger .dropdown-item:active,
        .dropdown-menu.dropmenu-light-danger .dropdown-item.active {
            color: #fff;
            background-color: #e82646 !important;
        }

    .dropdown-divider {
        margin: 0;
    }

    .bd-example > .dropdown-menu {
        position: static;
        display: block;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        color: #202c4b;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }

    h1,
    .h1 {
        font-size: 30px;
        font-weight: 700;
    }

    @media (max-width: 991.98px) {
        h1,
        .h1 {
            font-size: 28px;
        }
    }

    @media (max-width: 767.98px) {
        h1,
        .h1 {
            font-size: 24px;
        }
    }

    h2,
    .h2 {
        font-size: 24px;
        font-weight: 700;
    }

    @media (max-width: 767.98px) {
        h2,
        .h2 {
            font-size: 22px;
        }
    }

    h3,
    .h3 {
        font-size: 20px;
        font-weight: 600;
    }

    @media (max-width: 767.98px) {
        h3,
        .h3 {
            font-size: 18px;
        }
    }

    h4,
    .h4 {
        font-size: 18px;
        font-weight: 600;
    }

    @media (max-width: 767.98px) {
        h4,
        .h4 {
            font-size: 16px;
        }
    }

    h5,
    .h5 {
        font-size: 16px;
        font-weight: 500;
    }

    h6,
    .h6 {
        font-size: 15px;
        font-weight: 500;
    }


    a {
        color: #202c4b;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        a:hover {
            color: #3d5ee1;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        a:focus {
            outline: 0;
        }


    .form-control {
        border-color: #e9edf4;
        color: #202c4b;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        border-radius: 5px;
        padding: 0.5rem 0.625rem;
        height: 38px;
        transition: all 0.5s;
    }

    @media only screen and (max-width: 1600px) {
        .form-control {
            border-color: #e9edf4;
            color: #202c4b;
            background-color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.6;
            border-radius: 5px;
            padding: 0.5rem 0.625rem;
            height: 38px;
            transition: all 0.5s;
        }
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #e9edf4;
    }


    /**
all Card Design
 */

.table > :not(caption) > * > * {
    padding: .3rem .3rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
    .card {
        margin-bottom: 1.5rem;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        position: relative;
        border-radius: 5px;
        border: 1px solid #e9edf4;
        box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
        color: inherit;
    }

        .card .card-body {
            padding: 5px;
        }

    @media (max-width: 767.98px) {
        .card .card-body {
            padding: 16px;
        }
    }

    .card .card-title {
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
        color: #202c4b;
    }

    @media (max-width: 767.98px) {
        .card .card-title {
            font-size: 16px;
        }
    }

    .card .card-header {
        border-color: #e9edf4;
        position: relative;
        /* background: transparent; */
        background-color: #fdd27b63;
        padding: 0.1rem 1.25rem .3rem;
    }

    @media (max-width: 767.98px) {
        .card .card-header {
            padding: 15px;
        }
    }

    .card .card-header .card-title {
        padding-top: 5px;
    }

    .card .card-header .subtitle {
        padding-top: 0.3125rem;
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .card .card-footer {
        border-color: #e9edf4;
        background: transparent;
        padding: 1rem 1.25rem 1rem;
    }

    .card-group .card {
        margin-bottom: 1.5rem;
    }

    .card.custom-card {
        border-radius: 4px;
        border: 0;
        background-color: #fff;
        position: relative;
        margin-block-end: 1.5rem;
        width: 100%;
    }

        .card.custom-card .card-header {
            padding: 1rem 1.25rem;
            background-color: transparent !important;
            border-block-end: 1px solid #9ca1af;
            display: flex;
            align-items: center;
            position: relative;
            flex-wrap: wrap;
            gap: 0.25rem;
        }

            .card.custom-card .card-header:first-child {
                border-radius: 0.625rem 0.625rem 0 0;
            }

            .card.custom-card .card-header .card-title {
                position: relative;
                margin-block-end: 0;
                font-size: 0.9375rem;
                font-weight: 700;
                text-transform: capitalize;
            }

                .card.custom-card .card-header .card-title .subtitle {
                    margin-block-end: 0;
                    text-transform: initial;
                }

        .card.custom-card .card-footer {
            background-color: transparent !important;
            border-block-start: 1px solid #9ca1af;
            padding: 1rem 1.5rem;
            font-size: 14px;
        }

        .card.custom-card .card-body {
            padding: 1.5rem;
            color: #6a7287;
        }

        .card.custom-card .card-link {
            font-size: 0.75rem;
        }

    .card .card-text {
        font-size: 0.813rem;
    }

    .card .footer-card-icon {
        width: 60px;
        height: 60px;
    }


    /* Table Design */

    table {
        font-size: 14px !important;
    }

    /*scrollbar Design CSS*/
    ::-webkit-scrollbar {
        width: 2px;
        height: 3px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #d3d3d3;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to right, #8523fd, #ffd15b);
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }



    /*mini sidebar*/


    /* Mini Sidebar Mode me sabhi submenus ko hide kare */
    .mini-sidebar .submenu ul {
        display: none !important;
    }

    .sidebar .sidebar-menu > ul > li .submenu ul li {
        list-style: none;
        .mini-sidebar .submenu ul
    }

    .mini-sidebar .submenu ul li {
        list-style-type: none !important;
    }
    /* right Card design  */
    .right_card {
        margin-bottom: 1.5rem;
        background-color: rgb(255, 255, 255);
        position: relative;
        box-shadow: rgba(222, 222, 222, 0.36) 0px 4.4px 12px -1px;
        color: inherit;
        transition: 0.5s ease-in-out;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(233, 237, 244);
        border-image: initial;
        padding: 5px;
    }

    .right_btn {
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
        padding: 0.5rem 0.25rem;
        transition: 0.6s;
        background-color: #31a3dc;
    }

        .right_btn:hover {
            font-size: 12px;
            font-weight: 500;
            border-radius: 5px;
            padding: 0.5rem 0.25rem;
            transition: 0.6s;
            border: 1px solid #31a3dc;
            color: #31a3dc;
            background-color: white;
        }

    .form-control {
        border-color: #e9edf4;
        color: #202c4b;
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
        border-radius: 5px;
        padding: 0.5rem 0.625rem;
        height: 36px;
        transition: all 0.5s;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #202c4b !important;
        line-height: 2.1;
        border-radius: 2px !important;
        padding-left: 10px;
        font-size: 13px;
        font-weight: 400;
        padding-right: 30px;
        height: 35px !important;
    }

    .select2-container .select2-selection--single {
        height: 35px;
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
        color: #495057;
        background-color: transparent;
    }

        .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-icon {
            background-color: rgb(49 163 220);
            color: #ffffff;
            border-color: rgba(81, 86, 190, .2);
        }

    /*mini sidebar*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight:normal!important;
}


@media screen and (max-width: 480px) {
    .last_row {
        margin-bottom:30px;
    }
}






