body {
    font-family: 'Inter', sans-serif !important;
}

.admin-header {
    position: fixed;
    top: 0px;
    right: 0px;
    background: white;
    z-index: 97;
    width: calc(100% - 266px);
    padding-bottom: 5px;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    min-height: 75px;
}

.fixHeader {
    top: 134px !important;
}

.admin-header .main-title {
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.admin-header .sub-title {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.admin-bg-brown {
    background-color: var(--main-yellow-color) !important;
    height: 50px !important;
}

.admin-bg-brown .header-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: white;
}

.top-no-menu .menu-nav {
    display: none;
}

.dropdown-menu-xl {
    top: 182px !important;
}

.welTo {
    color: white;
    text-align: left;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}

.top-user-dropdown {
    top: 184px !important;
}

.top-no-menu {
    width: 50%;
    padding-left: 15px;
}

.lines {
    z-index: 999999;
    width: 100%;
}

.three-lines {
    position: fixed;
    z-index: 999999;
    width: 100%;
}

.user-welcome {
    color: white !important;
    font-size: 13px;
    letter-spacing: 1px;
}

.rounded-label {
    border-radius: 50% !important;
    background-color: white !important;
    color: var(--main-yellow-color) !important;
    font-weight: 800 !important;
}

.user-btn:hover {
    background-color: var(--main-yellow-light-color) !important;
}

/**************Dashboard UI CSS****************/

.aside.bg-white {
    background-color: white !important;
    box-shadow: 1px 1px 5px 1px #90909047;
    border-right: 1px solid #dad4d4f0;
    z-index: 99999;
}

.aside-menu.bg-white {
    background-color: var(--primary) !important;
    border-top: 1px dashed #dddddd6b;
}

.brand.bg-white {
    background-color: #ffffff !important;
}

.brand .main-title {
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
}

.brand .sub-title {
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    color: #000;
    font-weight: 400;
}

.no-padd {
    padding: 0px !important;
}

.fullwidth {
    width: 100%;
}

.bottompaddingsm {
    padding-bottom: 15px;
}

.brand.bg-white {
    /*height: 121.5px !important;*/
    padding: 37px 0px;
}

.aside-menu .menu-nav {
    padding-top: 0px;
}

.aside-menu .menu-item-active {
    padding: 2px !important;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link {
    /* background-color: #ffffff !important; */
}

.toppaddingxs7 {
    padding-top: 7px;
}

.menu-item-submenu .menu-text {
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.menu-item-submenu .menu-arrow {
    font-weight: 800;
    font-size: 8px !important;
    -webkit-transform: rotate(90deg);
}

.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading .menu-arrow,
.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-arrow {
    color: #B6B9C8 !important;
}

.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-text {
    color: #B6B9C8;
}

.menu-submenu .menu-subnav .menu-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.brand .btn .svg-icon svg g path:nth-child(2) {
    display: none !important;
}

.brand .btn .svg-icon svg g [fill] {
    fill: #000000 !important;
    opacity: 1;
}

.aside .brand-toggle {
    top: 10px;
    position: absolute;
    right: -5%;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc !important;
    padding: 3px !important;
}
.aside .brand-toggle.active {
    right: -5%!important;
}

.brand.bg-white .fullwidth {
    position: relative;
}

.brand .btn.active .svg-icon svg g [fill],
.brand .btn:hover .svg-icon svg g [fill] {
    fill: #000000 !important;
    opacity: 1;
}

.aside-minimize .fullwidth h2,
.aside-minimize .fullwidth h3 {
    display: none;
}

.aside-minimize .fullwidth .brand-toggle {
    right: 16%;
}

/*.topbar .dropdown{display: none !important;}*/
.notific li {
    list-style: none;
    vertical-align: middle;
    padding-top: 23px;
    float: right;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
}

.notific {
    width: 100%;
    margin-bottom: 0px;
}

.notific li img {
    vertical-align: super;
}

.aside-menu .menu-nav>.menu-section {
    display: none;
}

.menu-nav .menu-item .menu-text {
    font-size: 13px !important;
    letter-spacing: 0.5px;
}

.text-yellow {
    color: #181c32 !important;
}

.text-gray-light {
    color: #5d5d5d !important;
    ;
}

.card-first-title {
    width: 100%;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
}

.card-sec-title {
    margin: 0;
    color: #5d5d5d !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: -15px;
}

.padd-left-right22 {
    padding-left: 22px;
    padding-right: 22px;
}

.dash-card .card {
    border-radius: 15px;
    margin: 0 auto;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.padd-top-default {
    padding-top: 1.25rem !important;
}

.view-eye {
    color: #3db715;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}

#topbar_notifications_notifications hr {
    border-bottom: 2px solid #efeef3;
}

#topbar_notifications_notifications .text-muted {
    font-size: 12px;
}

.p-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.datepic {
    position: absolute;
    z-index: 9;
    right: 0px;
}

.datepic span {
    padding: 1.46rem 1rem;
}

.f-d-right {
    float: right !important;
}

.ed-in input {
    width: 100%;
    border: 1px solid #c7c7c7;
}

.ed-in input:focus {
    border: 1px solid #d99112;
    outline: none;
}

.designtab td {
    padding: 4px;
}

.clear_b {
    clear: both;
}

/* .myaccountsec .col-md-12, .myaccountsec .col-sm-12, .myaccountsec .col-lg-12{
    padding-right: 0px;
    padding-left: 0px;
} */
.s-card-body {
    padding-top: 0px;
}

.s-faq .card-body.pl-9 {
    padding-top: 0px !important;
}

@media only screen and (min-width:1380px) and (max-width:1500px) {
    .fixHeader {
        top: 135px !important;
    }
}

@media only screen and (max-width:768px) {
    .aside-menu .menu-nav {
        padding-top: 15px;
    }

    .admin-mbl-head {
        width: 100%;
    }

    .admin-mbl-head .firs-im {
        width: 75%;
    }

    .admin-mbl-head .sec-im {
        width: 100%;
    }

    .admin-mbl-head .header-img {
        text-align: center;
    }

    .admin-mbl-head .main-title {
        font-size: 15px;
    }

    .admin-mbl-head .sub-title {
        font-size: 13px;
    }

    .topbar {
        background-color: #ffffff !important;
    }

    .right-topbar {
        width: 100%;
    }

    .header-mobile-fixed .header-mobile {
        top: 185px;
    }

    .topbar-mobile-on .topbar {
        top: 0px;
    }

    .subheader-enabled .content {
        padding-top: 50px;
    }

    .subheader-enabled .content.s-faq {
        padding-bottom: 50px;
    }

    .s-faq .pl-9 {
        padding-left: 2rem !important;
    }

    .s-faq .card-body {
        padding-top: 0px;
    }

    .s-faq .frst-ul {
        padding-left: 22px;
    }

    .s-faq .second-ul {
        padding-left: 22px;
    }

    .s-faq .faq-p {
        text-align: justify;
    }

    .s-faqsecond {
        padding: 0px !important;
    }

    .s-faqsecond .p-7 {
        padding: 0px !important;
    }

    .s-faqsecond .second-ul {
        padding-left: 22px;
    }

    .s-faqsecond .s-card-body {
        padding-top: 10px;
    }

    .result-get.padd-left-right22 {
        padding-left: 8px !important;
    }

    .s-forgot-form .form-group {
        margin-bottom: 15px !important;
    }

    .s-login-form .s-loginform-group {
        margin-bottom: 15px !important;
    }

    /*.topcontent {margin-top: 10px;}*/


    .top-no-menu .menu-nav {
        display: block;
    }

    .admin-bg-brown .header-menu .menu-nav>.menu-item>.menu-link .menu-text {
        color: #5d5d5d;
    }

    .header-menu-mobile .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-text {
        color: #5d5d5d !important;
    }

    .header-menu-mobile .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-arrow,
    .header-menu-mobile .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-arrow {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-wrapper {
        z-index: 9999;
    }

    .header-menu-mobile .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item.menu-item-open>.menu-link .menu-arrow {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item.menu-item-open>.menu-link .menu-text {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-open>.menu-link .menu-text {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-open>.menu-link .menu-arrow {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-open>.menu-link .menu-icon.svg-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-text,
    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-text {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-arrow {
        color: var(--main-yellow-color) !important;
    }

    .header-menu-mobile .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-icon.svg-icon svg g [fill] {
        transition: fill 0.3s ease;
        fill: var(--main-yellow-color) !important;
    }

    .top-no-menu {
        width: 75%;
    }

    .form-group label {
        text-align: left !important;
        font-size: 1.2rem;
    }

    .card.card-custom>.card-body {
        padding: 0;
        padding-bottom: 15px;
    }

    .form-group {
        margin-bottom: 0px !important;
    }

    .add-remove-align {
        text-align: center;
    }

    .clear-btn {
        margin-top: 5px;
    }

    /*.topcontent {margin-top: 0px;}*/
    .mbl-padd-l-r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .jqte {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    #table_data {
        overflow-x: scroll;
        overflow-y: hidden;
        /* max-height: 450px; */
    }

    /* #table_data.scvsrole{max-height: 480px;} */
    .col-lg-9,
    .col-xl-8,
    .col-md-4 {
        padding-left: 15px !important;
    }

    /*#table_data thead tr th:first-child{border-radius: 0;}*/
    .mv-m-t {
        margin-top: 10px;
    }

    .padd-left-btn {
        padding-left: 0px !important;
    }

    /*.mbl-top-no{margin-top: 0px !important;}*/
    .m-t-10-list {
        margin-top: 5px !important;
    }

    .f-d-right {
        float: none;
        padding-left: 30px;
    }

    .card-sec-title {
        margin-top: 0px;
    }

    .card-first-title {
        font-size: 15px;
    }

    .topmarginlg {
        margin-top: 40px;
    }

    .card-first-title img {
        width: 20px;
    }
}

.logout-btn-ui {
    background: transparent !important;
    border: transparent !important;
    margin-top: 2px !important;
}

.success-alert-msg {
    margin: 0 30px 10px 30px;
}

.table-SLoader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #009ef7;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 40px auto;
}

.Loader {
    border-radius: 50%;
    position: fixed;
    top: 40%;
    left: 55%;
}

.Loader svg {
    width: 100%;
}

.buttonLogin {
    position: relative;
    padding: 8px 16px;
    background: #009579;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.buttonLogin:active {
    background: #007a63;
}

.button__text {
    color: #ffffff;
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.three-lines {
    display: none;
}

@media only screen and (max-width: 768px) {

    .admin-mbl-head .firs-im,
    .admin-mbl-head .sec-im {
        width: 35%;
    }

    .header-mobile-fixed .header-mobile {
        top: 0;
    }

    .page .visible-xs.admin-mbl-head {
        display: none !important;
    }

    .subheader-enabled .content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .page .card.card-custom {
        margin-top: 15px !important;
    }

    .page .topcontent {
        margin-top: 15px;
    }

    .page .admin-bg-brown {
        height: 0 !important;
    }

    .page .card.card-custom {
        margin-bottom: 0px !important;
    }

    .myaccountsec .col-md-12,
    .myaccountsec .col-sm-12,
    .myaccountsec .col-lg-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Dashboard ui changes */
.brand.bg-white,
.aside-menu.bg-white {
    background-color: #1e1e2d !important;
}

.page .topcontent {
    margin-left: 40px;
    margin-right: 15px;
}

.form-group .control-label {
    color: #3f4254 !important;
    font-size: 1.075rem;
}

.has_error {
    border: 1px solid #ff1010 !important;
}

.topcontent .form-control {
    appearance: none;
    border-radius: 0.475rem !important;
    background-color: #fff !important;
    color: #242424 !important;
    transition: color 0.2s ease;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    height: calc(1.6em + 1.3rem + 2px) !important;
}

.form-control.is-invalid {
    border: 2px solid #f1416c !important;
}

.topcontent textarea.form-control {
    min-height: 75px !important;
}

.topcontent .form-control.dropdown.bootstrap-select {
    background-color: transparent !important;
    border: none !important;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle:focus {
    border-color: #E4E6EF !important;
}

.exclamation-circle-padd {
    font-size: 12px;
    padding-left: 8px;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-family: 'Inter';
    font-weight: 500 !important;
    border-radius: .475rem !important;
}

.btn.btn-primary:hover {
    background-color: var(--primary-dark) !important;
}

.username-font.font-size-h5 {
    font-size: 1.15rem !important;
    color: #181c32 !important;
    line-height: 8px;
}

.user-drops .username-font.font-size-h5:hover {
    color: #181c32 !important;
}

.user-drops .symbol.symbol-100 .symbol-label {
    width: 50px;
    height: 50px;
}

.main-title {
    color: #ffffff;
}

.aside-menu .menu-nav>.menu-item>.menu-link .menu-text,
.sub-title {
    color: #181c32 !important;
    font-family: 'Inter', sans-serif;
}

.aside-menu .menu-nav>.menu-item>.menu-link .menu-text:hover {
    color: #ffffff !important;
}

.aside-menu .menu-nav .menu-item>.menu-link:hover {
    background: none;
    color: #ffffff !important;
    fill: #ffffff;
}

.aside-menu .menu-nav>.menu-item>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #fafafa !important;
}

.aside-menu .menu-nav>.menu-item>.menu-link .menu-icon.svg-icon svg g [fill]:hover {
    fill: #ffffff !important;
}

.logo-width {
    width: 50%;
    height: 60px;
    margin-left: -1px;
    margin-top: -8px;
    padding-bottom: 4px;
}

.brand.bg-white .fullwidth.toplogoUI .top-logo {
    width: 50px;
    height: 50px;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link {
    background-color: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"]::before {
    content: 'Attach file';
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: calc(0.7rem + 1px) calc(1.05rem + 1px);
    background-color: #009ef7;
    padding-top: 15px;
    padding-bottom: 11px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.425rem;
    margin-left: -15px;
}

input[type="file"].icon_attach::before {
    content: 'Attach Icon';
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: calc(0.7rem + 1px) calc(1.05rem + 1px);
    background-color: #009ef7;
    padding-top: 15px;
    padding-bottom: 11px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.425rem;
    margin-left: -15px;
}

input[type="file"].file_attached::before {
    content: 'File Attached';
    margin-left: -19px;
}
input[type="file"].icon_attach.file_attached::before {
    content: 'Icon Attached';
    margin-left: -19px;
}
input[type="file"] {
    width: 95px !important;
}

input[type=file]:focus {
    outline: unset !important;
    outline-offset: unset !important;
}

[role=tooltip] {
    visibility: hidden;
    position: absolute;
    top: -32px;
    left: 0;
    background: #ffffff;
    color: #000;
    font-size: 0.95rem !important;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

/* [aria-describedby]:hover,
[aria-describedby]:focus {
    position: relative;
} */

[aria-describedby]:hover+[role=tooltip],
[aria-describedby]:focus+[role=tooltip] {
    visibility: visible;
}

#tooltiprules {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

#kt_aside_menu::-webkit-scrollbar-thumb {
    background-color: #037ed1 !important;
}

#kt_aside_toggle .svg-icon {
    color: #B6B9C8;
    margin-right: 0px;
}

#kt_aside_toggle .svg-icon:hover {
    color: #B6B9C8;
}

.fixHeader {
    top: 0px !important;
}

.top-user-dropdown {
    top: 72px !important;
    height: fit-content;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    border-radius: 0.475rem;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    margin-right: 13px;
    padding-right: 40px !important;
    padding-left: 16px !important;
}

.topbar .topbar-item {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 8px;
}

.aside-enabled .header.header-fixed {
    background-color: unset !important;
    padding-top: 25px;
}

.user-btn:hover {
    background-color: unset !important;
}

.navi-item:hover {
    border-radius: 0.475rem;
    transition: color 0.2s ease;
    background-color: #f4f6fa;
}

.bg-hover .navi-item:hover {
    background-color: unset;
}

.hover-bg.navi .navi-item {
    background-color: unset;
}

#outline {
    stroke-dasharray: 2.4277px, 242.776657104492px;
    stroke-dashoffset: 0;
    animation: anim 2s linear infinite;
    stroke: #009ef7;
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887px, 242.776657104492px;
        stroke-dashoffset: -26.7054px;
    }

    43.75% {
        stroke-dasharray: 29.7401px, 242.776657104492px;
        stroke-dashoffset: -29.7401px;
    }

    100% {
        stroke-dasharray: 2.4277px, 242.776657104492px;
        stroke-dashoffset: -240.3488;
    }
}

@media (min-width: 992px) {
    .top-user-dropdown {
        width: 250px;
        padding-bottom: 20px !important;
    }

    .top-user-dropdown .hide-large-device {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .Loader {
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
    }

    .page .health-list-screen.card.card-custom,
    .page .health-edit-screen.card.card-custom,
    .mob-bottom-margin .card.card-custom,
    .mob-bottom-margin.card.card-custom {
        margin-bottom: 15px !important;
    }

    .mob-pl-0 {
        padding-left: 0 !important;
    }
}

@media (max-width: 487px) {
    #table_data.center>svg {
        width: 100%;
    }
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
}

*::-webkit-scrollbar {
    width: 7px;
    background: var(--primary-light);
    height: 0;
}

.star {
    color: #f1416c;
}

.d-flex-center-15 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.d-flex-center-15 img {
    border-radius: .475rem;
    background-color: #CCCCCC;
}
/* Loader UI */
.main-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.main-page .loader-ui {
    position: relative;
    width: 50px;
    height: 50px;
}
.main-page .loader-ui .spin-blend {
    transform: rotateZ(90deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
}
.main-page .loader-ui .spin-blend:nth-child(2) {
    transform: rotate(90deg);
}
.main-page .loader-ui .spin-blend:nth-child(2) {
    transform: rotate(220deg);
}
.main-page .loader-ui .spin-blend:nth-child(3) {
    transform: rotate(270deg);
}
.main-page .loader-ui .spin-blend:nth-child(4) {
    transform: rotate(310deg);
}
.main-page .loader-ui .spin-blend:nth-child(5) {
    transform: rotate(130deg);
}
.main-page .loader-ui .spin-blend:before, .main-page .loader-ui .spin-blend:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 2s spin linear infinite;
}
.main-page .loader-ui .spin-blend:after {
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}
.main-page .loading-text {
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 500;
}
.main-page .loading-text .letter {
    animation: 2s bounce infinite;
    transform: rotate(6deg);
}
.main-page .loading-text .letter:nth-child(2) {
    animation-delay: 0.1s;
}
.main-page .loading-text .letter:nth-child(3) {
    animation-delay: 0.2s;
}
.main-page .loading-text .letter:nth-child(4) {
    animation-delay: 0.3s;
}
.main-page .loading-text .letter:nth-child(5) {
    animation-delay: 0.4s;
}
.main-page .loading-text .letter:nth-child(6) {
    animation-delay: 0.5s;
}
.main-page .loading-text .letter:nth-child(7) {
    animation-delay: 0.6s;
}
.main-page .loading-text .letter:nth-child(8) {
    animation-delay: 0.8s;
}
.main-page .loading-text .letter:nth-child(9) {
    animation-delay: 1s;
}
.main-page .loading-text .letter:nth-child(10) {
    animation-delay: 1.2s;
}
@keyframes spin {
    0% {
        box-shadow: 0.5em 0px 0 0px #fff;
   }
    12% {
        box-shadow: 0.5em 0.5em 0 0 var(--primary);
   }
    25% {
        box-shadow: 0 0.5em 0 0px #fff;
   }
    37% {
        box-shadow: -0.5em 0.5em 0 0 var(--primary);
   }
    50% {
        box-shadow: -0.5em 0 0 0 #fff;
   }
    62% {
        box-shadow: -0.5em -0.5em 0 0 var(--primary);
   }
    75% {
        box-shadow: 0px -0.5em 0 0 #fff;
   }
    87% {
        box-shadow: 0.5em -0.5em 0 0 var(--primary);
   }
    100% {
        box-shadow: 0.5em 0px 0 0px #fff;
   }
}
@keyframes bounce {
    0% {
        transform: translateY(0px);
   }
    40% {
        transform: translateY(-5px);
   }
    100% {
        transform: translateY(0px);
   }
}
/* Loader UI */

.mobile-logo img{
    width: 45px;
    height: 45px;
}

.activity-list-screen.card .filter-field.p-0 .btn-filter.btn-primary{
    margin-top: 0px;
}
.ViewUI .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #5e6278 !important;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-bottom: 2px;
    margin-top: 5px;
}
.ViewUI p {
    font-family: 'Inter';
    color: #222;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
}
.ViewUI .warning, .EditUI .warning{
    padding: 15px 30px;
    background: #ffa80021;
    color: #e89d0c;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.475rem;
    width: 95%;
    margin: auto;
}
.ViewUI .form-group {
    margin-bottom: 0px;
}

.flex-lg-row-reverse.login-ui .slick-dotted .slick-dots li{
    width: 0px;
}
.flex-lg-row-reverse.login-ui .w-lg-600px.white-bg.p-10{
    border-radius: 0rem;
}
.flex-lg-row-reverse.login-ui .order-lg-1{
   padding: 0px!important;
}
.flex-lg-row-reverse.login-ui .first-img.logo-img-size{
    margin-bottom: 12px;
}
.btn-upload-new {
    background-color: #0a58ca1f;
    padding: 8px 6px !important;
    position: relative;
}
.btn.btn-upload-new .span-text{
    background-color: #0a58ca;
}
.btn.btn-upload-new .span-text::after {
    border-color: #0a58ca transparent transparent transparent;
}
.btn-upload-new:hover {
    background-color: #0a58ca;
}
.btn-upload-new svg path, .btn-upload-new svg rect {
    fill: #0a58ca;
}
.btn-upload-new:hover svg path, .btn-upload-new:hover svg rect {
    fill: #fff;
}
.banner-alert .swal2-confirm.btn{margin: 0;}
.banner-alert .swal2-actions{margin: 0 !important;}
.banner-alert .swal2-popup.swal2-modal{gap: 15px;}
.banner-alert .swal2-html-container{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.banner-alert .swal2-icon{
    width: 4.5em;
    height: 4.5em;
}
.banner-alert .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    top: 2.2em;
    width: 2.5em;
    height: 0.3125em;
}
.banner-exceed-alert{
    color: #ec0909;
    text-align: left;
    background-color: #ec09091f;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-exceed-alert .fa-exclamation-circle{
    color: #ff0000eb;
    font-size: 30px;
}
.dash-box-inner{cursor: pointer;}

@media (max-width: 991px) and (min-width: 768px){
.flex-lg-row-reverse.login-ui .bgi-size-cover.bgi-position-center{
    display: block!important;
}
.flex-lg-row-reverse.login-ui .w-lg-600px.white-bg.p-10{
    width: 600px !important;
}
.flex-lg-row-reverse.login-ui .order-lg-1{
    padding: 2.5rem !important;
    justify-content: center;
    align-items: center;
}
}
@media (max-width: 767px) and (min-width:576px){
    .login-form.login-forgot  .s-reset-pass .s-reset-btn {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media (min-width: 991px) and (max-width: 1300px){
    .dashboard .filter {
        margin-bottom: 18px !important;
    }

}
@media (min-width: 1201px) and (max-width: 1259px){
    .dashboard .dash-box-inner{    width: calc(33% - 20px) !important;}
    .dashboard .dash-box-inner .ttl{font-size: 12.5px;}

}
@media (min-width: 1260px) and (max-width: 1290px){
    .dashboard .dash-box-inner{    width: calc(20% - 20px) !important;}
    .dashboard .dash-box-inner .ttl{font-size: 12.5px !important;}
}
.pl-4{
    padding-left: 4px !important;
}
