body {
    font-family: 'PoppinsRegular' !important;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/PoppinsLight.eot');
    src: url('fonts/PoppinsLight.eot') format('embedded-opentype'), url('../fonts/PoppinsLight.woff2') format('woff2'), url('../fonts/PoppinsLight.woff') format('woff'), url('fonts/PoppinsLight.ttf') format('truetype'), url('fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('fonts/PoppinsRegular.eot');
    src: url('fonts/PoppinsRegular.eot') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2') format('woff2'), url('../fonts/PoppinsRegular.woff') format('woff'), url('fonts/PoppinsRegular.ttf') format('truetype'), url('fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('fonts/PoppinsMedium.eot');
    src: url('fonts/PoppinsMedium.eot') format('embedded-opentype'), url('../fonts/PoppinsMedium.woff2') format('woff2'), url('../fonts/PoppinsMedium.woff') format('woff'), url('fonts/PoppinsMedium.ttf') format('truetype'), url('fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('fonts/PoppinsSemiBold.eot');
    src: url('fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('fonts/PoppinsSemiBold.ttf') format('truetype'), url('fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

.login-bg {
    margin: 0;
    padding: 0;
    font-family: 'PoppinsRegular';
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.card-logo {
    display: flex;
    justify-content: center;
}

    .card-logo img {
        width: 150px;
        border-radius: 100px;
    }

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}

.card-logo img {
    margin-bottom: 16px;
}

.submit-log .btn {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

    .submit-log .btn:hover {
        background-color: #2C92D5;
    }

.forgot-password {
    /* text-align: end; */
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .forgot-password .second-btn {
        /* background-color: #F0F6FF;
    border-radius: 100px;
    width: auto; */
        padding: 8px 16px;
        border: none;
    }

        .forgot-password .second-btn:hover, .forgot-password .second-btn:active {
            background-color: transparent;
        }

    .forgot-password .outline-btn {
        color: #2C92D5;
    }

.submit-log a {
    color: #fff;
    text-decoration: none;
}

.login-card .alg-right {
    text-align: right;
    display: block;
    color: #0052CC;
    text-decoration: none;
}

.login-card {
    background: #ffffff;
    border-radius: 24px;
    /* box-shadow: 0 2px 8px 2px rgba(0, 82, 204, 8%); */
    overflow: hidden;
    width: 400px;
    padding: 24px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

    .login-card h1 {
        color: #343a40;
        margin-bottom: 30px;
    }

.login-form {
    display: flex;
    flex-direction: column;
}

.login-btn {
    background-color: #2C92D5;
}

.login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.login-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-button,
.register-button {
    flex: 48%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.login-button {
    background: #007bff;
    color: #fff;
    margin-right: 5px;
}


    .login-button:hover {
        background: #0f3692;
    }

@media screen and (max-width: 600px) {
    .login-card {
        width: 90%;
    }

    .login-buttons {
        flex-direction: column;
    }

    .login-button,
    .register-button {
        flex: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.form-control {
    border-color: #E6E6E6;
}

    .form-control:focus,
    .drop-select:focus {
        border-color: #0052CC;
        box-shadow: none;
    }

.form-floating .req {
    color: #FF2626;
}

.login-card h3 {
    font-family: 'PoppinsSemiBold';
    text-align: center;
    font-size: 22px;
    color: #2C92D5;
    margin-bottom: 16px;
}



/* AdminPanel */
/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "PoppinsRegular", sans-serif;
    background: #fff;
    color: #444444;
}

a {
    color: #0052CC;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PoppinsRegular';
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 101px;
    padding: 20px 20px;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-family: 'PoppinsRegular';
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #0052CC;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "PoppinsRegular", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "PoppinsRegular", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #0052CC;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: 'PoppinsRegular';
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #0052CC;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #0052CC;
            border-bottom: 2px solid #0052CC;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

    /* @media (min-width: 1200px) {
  .logo {
    width: 254px;
  }
} */

    .logo img {
        width: 180px;
    }

.head-nav-bar {
    padding: 12px 0px;
    /* background-color: #2C92D5;   */
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: 'PoppinsRegular';
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: auto;
    /* border-bottom: 1px solid #F0F0F0; */
    background-color: #fff;
    padding: 0px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #2C92D5;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
/* .header-nav ul {
  list-style: none;
} */

/* .header-nav>ul {
  margin: 0;
  padding: 0;
} */

/* .header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  position: relative;
} */

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 140px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item,
    .lib-assets .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 6px;
        transition: 0.3s;
        font-family: 'PoppinsRegular';
        color: #0A0A0A;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover,
        .lib-assets .dropdown-menu .dropdown-item:hover {
            background-color: #EBF3FF;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 88px;
    left: 0;
    bottom: 0;
    width: 278px;
    z-index: 996;
    transition: all 0.3s;
    padding: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    background-color: #2C92D5;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 278px;
        margin-right: 0px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0px;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

.nav-item a {
    justify-content: space-between;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #FFFFFF;
    transition: 0.3s;
    padding: 14px 16px;
    border-radius: 4px;
    font-family: 'PoppinsMedium';
}

    .sidebar-nav .nav-link span {
        display: flex;
        align-items: center;
    }

        .sidebar-nav .nav-link span i {
            font-size: 18px;
            margin-right: 8px;
        }

    .sidebar-nav .nav-link.active,
    .sidebar-nav .nav-link.active i {
        background-color: #FFFFFF;
        color: #2C92D5 !important;
    }

    .sidebar-nav .nav-link i {
        font-size: 16px;
        margin-right: 4px;
        color: #FFFFFF;
        width: 20px;
    }

    .sidebar-nav .nav-link.collapsed {
        color: #fff;
        background: transparent;
    }

        .sidebar-nav .nav-link.collapsed i {
            color: #fff;
        }

    .sidebar-nav .nav-link.sec-menu,
    .sidebar-nav .nav-link.sec-menu i {
        color: #2C92D5;
    }

    .sidebar-nav .nav-link:hover {
        color: #2C92D5;
        background: #f6f9ff;
    }

        .sidebar-nav .nav-link:hover i {
            color: #2C92D5;
        }

    .sidebar-nav .nav-link .bi-chevron-down {
        margin-right: 0;
        transition: transform 0.2s ease-in-out;
    }

    .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
        transform: rotate(180deg);
    }

.sidebar-nav .nav-content {
    padding: 4px;
    margin: 0;
    list-style: none;
    background-color: #FFF;
    border-radius: 12px;
    margin-top: 8px;
}

.sidebar-nav .sec-menu-cont {
    padding: 4px;
    margin-top: 8px;
    border: 1px solid #27A3F5;
    border-radius: 8px;
}

.sidebar-nav .nav-content a:hover {
    border-radius: 8px;
    color: #2C92D5;
    border: 1px solid transparent;
    background-color: #EBF3FF;
}
/* .sidebar-nav .nav-content a:active
{
  color: #2C92D5;
  border: 1px solid #2C92D5;
  background-color: #E0EDFF;
} */
.nav-content .submenu-active {
    border-radius: 8px;
    color: #2C92D5;
    border: 1px solid #2C92D5;
    background-color: #E0EDFF;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'PoppinsMedium';
    color: #2C92D5;
    transition: 0.3;
    padding: 10px 16px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 8px;
}

.sidebar-nav .sec-menu-cont a {
    border-radius: 4px;
    border: 1px solid transparent;
}

    .sidebar-nav .sec-menu-cont a:hover {
        background-color: #F0F6FF;
    }

.sidebar-nav .sec-menu-cont .sec-menu-active {
    background-color: #EBF3FF;
    border-color: #ADCFFF;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
    color: #2C92D5;
}

.sidebar-nav .secondary-menu a i {
    font-size: 16px;
    margin: 0px;
}

.sidebar-nav .secondary-menu a:hover i {
    color: #2C92D5;
}

.sidebar-nav .nav-content a.active i {
    background-color: #0052CC;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #0052CC;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #0052CC;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #0052CC;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0052CC;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #0052CC;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #0052CC;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #0052CC;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #0052CC;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }

.add_role .btn-primary {
    background-color: #0052CC;
    border: 1px solid #0052CC;
    color: #fff;
}

    .add_role .btn-primary:hover {
        background-color: #194abb;
        border: 1px solid #194abb;
    }

.table-data {
    border: 1px solid #0052CC;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0px;
}
/* Modal-Popup */
.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
}

/* .modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
padding: 1rem 1.5rem;
width: 24rem;
border-radius: 0.5rem;
} */
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

    .close-button:hover {
        background-color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/* ----------- */




.new-prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .new-prop h5 {
        font-family: 'PoppinsSemiBold';
        font-size: 24px;
        color: #141414;
        margin-bottom: 0px;
    }

    .new-prop .btn {
        font-family: 'PoppinsMedium';
        font-size: 16px;
        color: #FFFFFF;
        background-color: #0052CC;
        padding: 10px 16px;
        border-radius: 100px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 24%);
    }

/* table */
.table {
    margin-bottom: 0px;
}

.table-data {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 0px;
}

.datatable thead th {
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
}

.datatable tbody td {
    padding-left: 12px;
    padding-right: 12px;
    border-top: 1px solid #F0F0F0;
    border-bottom: none;
    background-color: transparent;
}

.datatable .check-box .form-check-input {
    border-color: #5C5C5C;
}

.datatable thead th {
    font-size: 16px;
    font-family: 'PoppinsMedium';
    color: #1B1B1B;
}

.datatable tbody td {
    font-size: 15px;
    font-family: 'PoppinsRegular';
    color: #1B1B1B;
}

.datatable .tab-icons i {
    margin-right: 4px;
}

.datatable thead tr {
    background-color: #F0F6FF;
}

.check-box .tab-icons {
    cursor: pointer;
}
/* end of table */

/* delete pop-up */
.lead-delete {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 25px 0px;
}

.lead-delete {
    font-size: 16px;
    font-family: 'PoppinsRegular';
    color: #1B1B1B;
}

    .lead-delete i {
        font-size: 48px;
    }

.delete-header {
    justify-content: center;
    border-color: #EBEBEB;
}

    .delete-header h5 {
        font-family: 'PoppinsMedium';
        font-size: 20px;
        color: #1B1B1B;
    }

.delere-footer {
    border-color: #EBEBEB;
}
/* End of delete pop-up */


/* Table-component */
.table-top-bar h5 {
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 16px;
}

.table-top-bar .add-new-entry .btn {
    background-color: #2C92D5;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
}

    .table-top-bar .add-new-entry .btn i {
        font-size: 14px;
        margin-left: 8px;
    }

.import .btn {
    padding: 10px 20px 10px 12px !important;
}

    .import .btn i {
        margin-right: 8px !important;
    }

.table-top-bar .add-new-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-icon {
    padding: 10px 14px;
    border-radius: 10px;
    background-color: #E0EDFF;
    display: inline-block;
}

    .filter-icon i {
        color: #2C92D5;
    }

.tab-text-overflow {
    max-width: 700px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-overflow: clip;
    scrollbar-width: thin;
    scrollbar-color: #EBEBEB #FFF;
}

.tab-checkbox .form-check-label,
.tab-checkbox .form-check-input {
    cursor: pointer;
}

.tab-checkbox .form-check-input,
.check-border-color td .form-check .form-check-input {
    border-color: #2C92D5;
}

.role-name {
    font-family: 'PoppinsMedium' !important;
}

.rolename-bg {
    background-color: #F5F5F5;
}
/* Table-component */

/* Add-New */
.back-arrow h5 {
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 16px;
    color: #0A0A0A;
}

.back-arrow i {
    font-size: 18px;
}

.title-bar {
    padding: 16px 8px;
    background-color: #F5F9FF;
    border-radius: 6px;
    margin-bottom: 16px;
}

    .title-bar h5 {
        font-size: 16px;
        font-family: 'PoppinsMedium';
        margin-bottom: 0px;
        color: #2E2E2E;
    }

.buttons {
    display: flex;
    justify-content: end;
}

    .buttons .btn {
        margin-left: 8px;
        padding: 8px 20px;
        border-radius: 10px;
    }

    .buttons .primary {
        background-color: #2C92D5;
        border: none;
        color: #FFF;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        transition: 0.2s ease-in;
    }

        .buttons .primary:hover {
            background-color: #D6E7FF;
            color: #2C92D5;
        }

        .buttons .primary:active {
            background-color: #27A3F5;
            color: #FFF;
        }

    .buttons .secondary {
        background-color: #DBDBDB;
        border: none;
        color: #141313;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        transition: 0.2s ease-in;
    }

        .buttons .secondary:hover {
            background-color: #EBEBEB;
        }

        .buttons .secondary:active {
            background-color: #CCCCCC;
            color: #141313;
        }

.radio-textfield {
    padding: 0px 16px;
}

    .radio-textfield .field-label {
        color: #909294;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        margin-bottom: 6px;
    }

        .radio-textfield .field-label .req {
            color: #FF2626;
        }

    .radio-textfield .radio-options {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .radio-textfield .radio-options {
        color: #0A0A0A;
        font-family: 'PoppinsRegular';
        font-size: 16px;
    }

        .radio-textfield .radio-options .form-check-input:focus {
            box-shadow: none;
        }
/* Add-New */

/* Upload File */
.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #EBEBEB;
}

    .popup-header h5 {
        margin-bottom: 0px;
    }

    .popup-header i {
        background-color: #F0F0F0;
        color: #141414;
        font-size: 14px;
        padding: 7px 9px;
        border-radius: 100px;
        cursor: pointer;
        transition: 0.2s ease-out;
    }

        .popup-header i:hover {
            color: #FFFFFF;
            background-color: #141414;
        }

#upload-container {
    border: 2px dashed #DBDBDB;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    #upload-container p {
        font-family: 'PoppinsRegular';
        font-size: 16px;
        color: #141414;
        margin-bottom: 0px;
    }

    #upload-container i {
        font-size: 36px;
        color: #141414;
    }

    #upload-container .browse-files {
        border: 1px solid #2C92D5;
        background-color: #F0F6FF;
        color: #27A3F5;
        padding: 8px 16px;
        font-size: 16px;
        font-family: 'PoppinsRegular';
        border-radius: 100px;
        margin-left: 8px;
    }

#upload-container {
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload-area {
    margin-top: 16px;
}

    .upload-area p {
        font-family: 'PoppinsRegular';
        color: #474747 !important;
        margin: 0px;
    }

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.preview-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 8px;
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
}

    .preview-item img,
    .preview-item video {
        width: 100%;
        height: 184px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 8px;
    }

.delete-btn {
    background-color: #F0F0F0;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #DBDBDB;
}

    .delete-btn i {
        font-size: 14px;
        color: #141414;
    }

.file-details {
    font-family: 'PoppinsRegular';
    font-size: 14px;
    color: #141414;
    line-height: 24px;
    margin-right: 6px;
}
/* End of Upload File */

/* Dashboard */
.dashboard-bg {
    background-color: #F6FCFF !important;
}

.mar-bot {
    margin-bottom: 24px;
}

.key-insights {
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px;
}

    .key-insights .title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .key-insights .title .name-metric h6 {
            color: #636466;
            font-size: 16px;
            font-family: 'PoppinsMedium';
        }

        .key-insights .title .name-metric h3 {
            color: #202224;
            font-size: 28px;
            font-family: 'PoppinsMedium';
        }

        .key-insights .title .icon {
            border-radius: 24px;
            display: block;
        }
/* class-booking */
.class-booking {
    background-color: #D3E8F6;
    color: #2C92D5;
    font-size: 20px;
    padding: 15px 17.5px;
}

.class-book i {
    color: #2C92D5;
}
/* class-booking */
/* booking-capacity */
.booking-capacity {
    background-color: #FFF3D6;
    color: #FEC53D;
    font-size: 20px;
    padding: 15px 20px;
}

.book-capacity i {
    color: #FEC53D;
}
/* booking-capacity */
/* month-revenue */
.month-revenue {
    background-color: #D9F7E8;
    color: #4AD991;
    font-size: 20px;
    padding: 15px 20px;
}

.revenue i {
    color: #4AD991;
}
/* month-revenue */
/* expiration */
.expiration {
    background-color: #FFDED1;
    color: #FF9871;
    font-size: 20px;
    padding: 15px 20px;
}

.expiration-select i {
    color: #FF9871;
}

.expiration-select .warning-text h6 {
    color: #606060;
    font-size: 18px;
    font-family: 'PoppinsMedium';
    margin-bottom: 0px;
    line-height: 40px;
}
/* expiration */
.key-insights .filter {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

    .key-insights .filter i {
        font-size: 10px;
        margin-right: 10px;
    }

.key-insights .option {
    width: 50%;
}

    .key-insights .option .text-field .select-option {
        padding: 10px 10px;
        height: auto;
        min-height: auto;
        font-size: 14px;
        background-color: #F5F5F5;
        border: 1px solid #EBEBEB;
    }

        .key-insights .option .text-field .select-option:focus {
            box-shadow: none;
            background-color: #FFF;
            border-color: #2C92D5;
        }

.sub-head h6 {
    font-size: 18px;
    font-family: 'PoppinsMedium';
    color: #202224;
}

.tab-card {
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px;
}

    .tab-card h6 {
        font-family: 'PoppinsMedium';
        font-size: 16px;
        color: #141414;
    }

    .tab-card .mar-0 {
        margin: 0px;
    }

.book-sec .primary {
    background-color: #2C92D5;
    border: none;
    color: #FFF;
    font-family: 'PoppinsRegular';
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 6px;
    transition: 0.2s ease-in;
}

    .book-sec .primary:hover {
        background-color: #D6E7FF;
        color: #2C92D5;
    }

    .book-sec .primary:active {
        background-color: #27A3F5;
        color: #FFF;
    }

.book-sec span {
    font-family: 'PoppinsRegular';
    font-size: 14px;
}

#dashboard-footer {
    bottom: auto;
}

.tab-card .tab-opt .nav-link {
    color: #2C92D5;
    font-size: 16px;
    font-family: 'PoppinsRegular';
    border: 1px solid #2C92D5;
    border-radius: 8px;
    margin-right: 8px;
}

.tab-card .tab-opt .active {
    color: #FFF;
    background-color: #2C92D5;
}
/* Dashboard */


/* New Classes */
.login-img {
    padding: 0px;
}

    .login-img img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

.register {
    text-align: center;
    margin-top: 16px;
}

    .register span {
        font-family: 'PoppinsRegular';
        color: #141414;
        margin-right: 8px;
    }

    .register a {
        font-family: 'PoppinsMedium';
        color: #141414;
        text-decoration: underline;
    }

        .register a:hover {
            color: #141414;
        }

.head-nav-bar .logo {
    text-align: center;
    width: 278px;
}

.head-bar {
    margin: 0px !important;
    padding: 0px 12px 0px 0px;
    box-shadow: 0px 2px 3px rgba(139, 139, 139, 0.25);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head-bar .name-greetings h4 {
        font-family: 'PoppinsSemiBold';
        font-size: 24px;
        line-height: 28px;
        color: #0A0A0A;
    }

    .head-bar .name-greetings .greetings {
        font-family: 'PoppinsRegular';
        font-size: 16px;
        line-height: 20px;
        color: #757575;
    }

.header-icons {
    display: flex;
    align-items: center;
}

    .header-icons i {
        color: #0A0A0A;
        font-size: 24px;
        margin-right: 12px;
    }

    .header-icons .profile {
        border-left: 1px solid #C2C2C2;
        padding-left: 12px;
    }

        .header-icons .profile .pro-drop .btn {
            background-color: transparent;
            border: none;
            color: #0A0A0A;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 0px;
        }

            .header-icons .profile .pro-drop .btn .user-details h5 {
                font-family: 'PoppinsSemiBold' !important;
                font-size: 16px;
                line-height: 24px;
                color: #0A0A0A;
                margin-bottom: 2px;
            }

            .header-icons .profile .pro-drop .btn .user-details span {
                font-family: 'PoppinsRegular';
                font-size: 14px;
                color: #0A0A0A;
            }

.pro-drop .pro-options,
.lib-assets .dropdown-menu {
    padding: 8px;
    border-radius: 12px;
    width: 100%;
}

.modal-mob-cont .title-header {
    justify-content: space-between;
    border: none;
}

    .modal-mob-cont .title-header h5 {
        font-family: 'PoppinsMedium';
        color: #141414;
        font-size: 18px;
    }

.header-icons .form-select:focus {
    box-shadow: none;
}

.topbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-page {
    height: calc(100vh - 102px);
    position: relative;
}

    .main-page .padd-bot {
        padding-bottom: 80px;
    }

.footer-allrights {
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 990;
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    box-shadow: 0px 0px 4px rgba(116, 116, 116, 0.25);
}

    .footer-allrights p {
        margin-bottom: 0px;
        font-size: 16px;
        color: #141313;
        padding-left: 278px;
    }

.selected-options {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .selected-options .mem-price {
        width: 50%;
    }

.payment-period {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 12px;
}

    .payment-period .schedule {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .payment-period .for {
        font-family: 'PoppinsRegular';
        font-size: 16px;
        color: #141313;
        margin-right: 6px;
    }

    .payment-period .repeat {
        width: 48%;
    }

.padd-0 {
    padding: 0px;
}

.providing-service {
    display: flex;
    align-items: center;
}

    .providing-service .form-check {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .providing-service .form-check .form-check-input {
            width: 42px;
            height: 24px;
            margin-right: 6px;
            margin-top: 0px;
        }

            .providing-service .form-check .form-check-input:checked {
                border-color: #2C92D5;
                background-color: #2C92D5;
            }

            .providing-service .form-check .form-check-input:focus {
                box-shadow: none;
            }

        .providing-service .form-check .form-check-label {
            font-size: 16px;
            color: #141414;
            font-family: 'PoppinsRegular';
        }

.add-invoice-item .browse-files {
    border: 1px solid transparent;
    background-color: #F0F6FF;
    color: #27A3F5;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'PoppinsRegular';
    border-radius: 100px;
    margin-left: 8px;
}

.invoice-total {
    text-align: end;
}

    .invoice-total .amount {
        margin-bottom: 6px;
    }

        .invoice-total .amount span {
            font-size: 16px;
            color: #1B1B1B;
            font-family: 'PoppinsRegular';
        }

    .invoice-total .total-amount {
        font-size: 20px;
        color: #1B1B1B;
        font-family: 'PoppinsMedium';
    }

.text-end {
    text-align: end;
}

.reports {
    justify-content: end !important;
}

.upload-field .form-label .req {
    color: #FF2626;
}

.upload-field .form-label {
    font-size: 14px;
    font-family: 'PoppinsRegular';
    margin-bottom: 4px;
}

.upload-field .form-control {
    padding: 4px;
    font-size: 14px;
    font-family: 'PoppinsRegular';
}

.reminder-notification .icons-drop .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
}

    .reminder-notification .icons-drop .dropdown-toggle::after {
        display: none;
    }

.reminder-notification .icons-drop .drop-content,
.drop-content {
    left: auto !important;
    right: 10px !important;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    width: max-content;
}

.reminder-notification .icons-drop .notification-cont {
    width: 400px;
}

.reminder-notification .icons-drop .drop-content hr,
.drop-content hr {
    border-color: #C2C2C2;
    opacity: 100%;
}

.reminder-notification .message-cont .title-time,
.drop-content .message-cont .title-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .reminder-notification .message-cont .title-time h6,
    .drop-content .message-cont .title-time h6 {
        font-family: 'PoppinsMedium';
        color: #141414;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .reminder-notification .message-cont .title-time span,
    .drop-content .message-cont .title-time span {
        font-size: 14px;
        font-family: 'PoppinsRegular';
        color: #141414;
    }

.reminder-notification .message-cont .text-message,
.drop-content .message-cont .text-message {
    display: flex;
    flex-direction: column;
}

    .reminder-notification .message-cont .text-message span,
    .drop-content .message-cont .text-message span {
        font-size: 14px;
        font-family: 'PoppinsRegular';
        color: #141414;
        line-height: 24px;
    }

.modal-mob-cont .drop-content {
    width: auto !important;
}

.modal-mob-cont .title-header i {
    background-color: #F0F0F0;
    color: #141414;
    font-size: 14px;
    padding: 7px 9px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.2s ease-out;
}

    .modal-mob-cont .title-header i:hover {
        color: #FFFFFF;
        background-color: #141414;
    }

.gym-timing .titletxt-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .gym-timing .titletxt-bar h5 {
        color: #141414;
        font-size: 16px;
        font-family: 'PoppinsMedium';
    }

    .gym-timing .titletxt-bar .add-schedule {
        border: 1px solid #2C92D5;
        background-color: #F0F6FF;
        color: #2C92D5;
        border-radius: 100px;
        padding: 9px 14px;
        display: inline-block;
        font-size: 14px;
        font-family: 'PoppinsRegular';
        transition: 0.2s linear;
    }

        .gym-timing .titletxt-bar .add-schedule:hover {
            background-color: #2C92D5;
            color: #FFF;
        }

.days-list {
    display: flex;
    gap: 10px;
}

    .days-list label {
        cursor: pointer;
        border: 1px solid #2C92D5;
        background-color: #F0F6FF;
        color: #2C92D5;
        border-radius: 100px;
        font-size: 16px;
        font-family: 'PoppinsSemiBold';
        transition: background-color 0.3s ease, color 0.3s ease;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .days-list input[type="checkbox"] {
        display: none;
    }

        .days-list input[type="checkbox"]:checked + span {
            background-color: #2C92D5;
            color: white;
            border-radius: 100px;
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.integ-card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #C5C5C5;
}

    .integ-card .toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .integ-card .toggle .icon {
            background-color: #FFE01B;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 52px;
            height: 52px;
        }

            .integ-card .toggle .icon i {
                font-size: 30px;
                color: #231F20;
            }

    .integ-card .content h6 {
        font-family: 'PoppinsMedium';
        font-size: 18px;
        color: #141414;
    }

    .integ-card .content p {
        margin-bottom: 0px;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        color: #202224;
    }

.toggle .switch .form-check-input {
    width: 42px;
    height: 24px;
    margin: 0px;
}

    .toggle .switch .form-check-input:checked {
        border-color: #2C92D5;
        background-color: #2C92D5;
    }

    .toggle .switch .form-check-input:focus {
        box-shadow: none;
    }

.class-days {
    border-radius: 12px;
    border: none;
}

    .class-days .accordion-button {
        padding: 11px;
        background-color: #F5F5F5;
        border-radius: 12px !important;
        border: none;
    }

    .class-days .accordion-body {
        padding: 16px 16px 0px;
        border-radius: 10px;
        border: 1px solid #F5F5F5;
        margin-top: 8px;
    }

.day-acticon {
    display: flex;
    gap: 8px;
    justify-content: end;
}

    .day-acticon i {
        padding: 13px 14px;
        border-radius: 12px;
    }

    .day-acticon .fa-plus {
        background-color: #2C92D5;
        color: #FFFFFF;
    }

    .day-acticon .fa-trash-can {
        background-color: #D6E7FF;
        color: #2C92D5;
    }

.class-days .accordion-button:not(.collapsed) {
    color: #141414;
}

.class-days .scheduled-time {
    padding: 8px;
    background-color: #FFF;
    border-radius: 10px;
    word-break: break-word;
}

    .class-days .scheduled-time span {
        font-family: 'PoppinsRegular';
        font-size: 14px;
        color: #141414;
        line-height: 20px;
    }

    .class-days .scheduled-time .seperator {
        margin: 0px 4px;
    }

.mar-bot-12 {
    margin-bottom: 12px;
}
/* Description */
.toolbar {
    background: #FFF;
    border: 1px solid #99C3FF;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 12px;
    padding: 8px;
    font-family: 'PoppinsRegular';
}

#editor {
    padding: 10px;
    min-height: 100px;
    margin-top: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

    #editor:focus {
        border-color: #2C92D5;
        outline: none;
    }

.toolbar button {
    background: none;
    border: 1px solid #C2DBFF;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
    color: #141414;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in;
}

    .toolbar button:hover {
        background-color: #E0EDFF;
        color: #2C92D5;
        border-color: #2C92D5;
    }

    .toolbar button:focus {
        outline: none;
    }

.toolbar #fontSize {
    font-size: 16px;
    font-family: 'PoppinsRegular';
    padding: 6px;
    background: none;
    border: 1px solid #C2DBFF;
    border-radius: 8px;
}

    .toolbar #fontSize:focus {
        border-color: #2C92D5;
        outline: none;
    }
/* End of Description */
.mar-top {
    margin-top: 24px;
}

.lib-file {
    background-color: #FAFAFA;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

    .lib-file img {
        width: 100%;
        margin-bottom: 12px;
    }

    .lib-file .file-name {
        padding: 6px;
        background-color: #FFF;
        border: 1px solid #F0F0F0;
        border-radius: 8px;
        text-align: center;
        width: 100%;
    }

        .lib-file .file-name p {
            font-size: 16px;
            font-family: 'PoppinsMedium';
            color: #141414;
            margin-bottom: 0px;
        }

.lib-doc {
    position: relative;
}

.lib-assets {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
}

.lib-doc img {
    height: 136px;
    object-fit: contain;
}

.lib-doc .file-name {
    text-align: left;
}

    .lib-doc .file-name p {
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: 'PoppinsRegular';
    }

.asset-menu::after {
    display: none;
}

.asset-details .file-name {
    display: grid;
    width:100%;
}
.asset-details .file-name input{
    width:100%
}
/* Upload File */
.lib-file-upld .upload-container {
    border: 2px dashed #DBDBDB;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .lib-file-upld .upload-container i {
        font-size: 36px;
        color: #141414;
    }

.lib-file-upld .upload-area {
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lib-file-upld .upload-area p {
        font-family: 'PoppinsRegular';
        font-size: 16px;
        color: #141414;
        margin: 0px 8px 0px 0px;
    }

    .lib-file-upld .upload-area span {
        font-family: 'PoppinsRegular';
        font-size: 14px;
        color: #333333;
        margin: 0px;
    }

.lib-file-upld .preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lib-file-upld .preview-item {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: auto;
    overflow: hidden;
    padding: 8px;
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.preview-item img,
.preview-item video {
    width: 100%;
    height: 184px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.lib-file-upld .preview-item .delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #FFFFFF;
    color: #141414;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #F0F0F0;
}

.delete-btn i {
    font-size: 14px;
    color: #141414;
}

.file-details {
    font-family: 'PoppinsRegular';
    font-size: 14px;
    color: #141414;
    padding: 4px 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
}
/* End of Upload File */
/* Badge */
.schedule-badge {
    background-color: #FFF;
    padding: 6px 12px;
    border-radius: 12px;
    color: #141414;
    font-size: 14px;
    font-family: 'PoppinsRegular';
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
}

    .schedule-badge .badge {
        background-color: #F0F0F0 !important;
        border: 1px solid #DBDBDB;
        font-size: 12px;
        font-family: 'PoppinsRegular';
        color: #141414 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 100px;
        margin-left: 6px;
    }
/* Badge */
.remove-reminder {
    display: flex;
    gap: 8px;
    justify-content: end;
}

    .remove-reminder span {
        font-family: 'PoppinsRegular';
        font-size: 14px;
        background-color: #F0F6FF;
        border: 1px solid #E0EDFF;
        color: #2C92D5FF;
        border-radius: 100px;
        padding: 9px 14px;
        cursor: pointer;
    }

.lib-doc .video img {
    height: auto;
    border-radius: 10px;
    margin-bottom: 0px;
    position: relative;
}

.lib-doc .video {
    margin-bottom: 12px;
    position: relative;
    z-index: 11;
}

    .lib-doc .video::before {
        position: absolute;
        content: "";
        font-family: "Font Awesome 6 Free";
        width: 100%;
        height: 100%;
        z-index: 111;
        top: 0;
        left: 0;
        opacity: 0.4;
        border-radius: 10px;
        background-color: #000;
    }

    .lib-doc .video::after {
        position: absolute;
        content: "\f144";
        font-family: "Font Awesome 6 Free";
        z-index: 111;
        top: 50%;
        left: 50%;
        opacity: 1;
        color: #fff;
        font-size: 40px;
        transform: translate(-50%, -50%);
    }

.lib-video .lib-assets {
    z-index: 1111;
}
/* End of Upload File */
/* New Classes */
/*Tost message */
.login-bg {
    position: relative;
}

.toast-left {
    top: 1rem;
    right: 1rem;
    position: absolute;
    z-index: 9999;
}

.table-width {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
.upload-field .form-label .req
{
  color: #FF2626;
}
.upload-field .form-label
{
  font-size: 14px;
  font-family: 'PoppinsRegular';
  margin-bottom: 4px;
}
.upload-field .form-control
{
  padding: 4px;
  font-size: 14px;
  font-family: 'PoppinsRegular';
}
.header-icons .profile .pro-drop .btn .user-details {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

/* Badge */
.schedule-badge {
    background-color: #FFF;
    padding: 6px 12px;
    border-radius: 12px;
    color: #141414;
    font-size: 14px;
    font-family: 'PoppinsRegular';
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
}

    .schedule-badge .badge {
        background-color: #F0F0F0 !important;
        border: 1px solid #DBDBDB;
        font-size: 12px;
        font-family: 'PoppinsRegular';
        color: #141414 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 100px;
        margin-left: 6px;
    }
/* Badge */

.tab-res .table-scroll .dt-scroll-headInner,
.tab-res .table-scroll .dt-scroll-headInner .tab-data 
{
    width: 100% !important;
}

.er-403
{
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.er-403 img 
{
    width: 160px;
    margin-bottom: 24px;
}

.er-403 h1
{
    font-size: 24px;
    color: #2C92D5;
    font-family: 'PoppinsRegular';
}

.tab-res .table-data .tab-length
{
    display: flex;
}
.tab-res .table-data .tab-length .dt-length {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: left;
    padding: 10px;
}
.tab-res .table-data .tab-length .dt-length select
{
    margin: 0px 0px 0px 6px;
}
.tab-res .table-data .tab-page .dt-paging
{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px;
}
.tab-res .table-data .tab-page .dt-paging .pagination
{
    margin: 0px;
    gap: 6px;
}
.tab-res .table-data .tab-page .dt-paging .pagination .disabled .page-link
{
    background-color: transparent;
    border: none;
    color: #2c92d5;
    font-size: 24px;
    line-height: 32px;
    padding: 4px 15px;
}
.tab-res .table-data .tab-page .dt-paging .pagination .active .page-link
{
    font-size: 16px;
    line-height: 24px;
    padding: 7px 17px;
    border-radius: 6px;
}
.tab-res .table-data .tab-search .dt-search
{
    display: flex;
    padding: 10px;
}
.tab-res .table-data .tab-search .dt-search input
{
    margin: 0px;
}
.tab-res .table-data .tab-action
{
    display: flex;
    align-items: center;
    justify-content: end;
}
.tab-res .table-data .tab-action .dt-buttons
{
    display: flex;
    padding-right: 15px;
    gap: 10px;
}
.tab-action .dt-buttons .btn-secondary
{
    background-color: #D8E8FF;
    border-color: #d8e8ff;
    border-radius: 6px !important; 
    padding: 9px 12px;
}
.tab-action .dt-buttons .btn-secondary::before
{
    color: #2C92D5;
}

.desc-field {
    padding: 10px;
    border: 1px solid #99C3FF;
    border-radius: 12px;
}

.login-card p {
    font-size: 16px;
    font-family: 'PoppinsRegular';
    color: #343a40;
    margin-bottom: 16px;
    text-align: center;
}
.edit-color {
    color: #008000;
}
.delete-color {
    color: #ff0000;
}

.disabled-icon {
    color: #1B1B1B; /* Light gray color */
    pointer-events: none; /* Prevent clicking */
}

.change-password {
    color: #2C92D5;
}
.plan-cancel i {
    font-size: 22px;
    cursor: pointer;
}

.plan-cancel .approve {
    color: #47663B;
    margin-right: 8px;
}

.plan-cancel .deny {
    color: #DD2E44;
}

.mar-b-0 {
    margin-bottom: 0px !important;
}

.cancellation-text {
    text-align: center;
}

.lead-delete .form-floating {
    width: 100%;
}
.plan-cancel i
{
    font-size: 20px;
}
.client-custom button
{
    border: 1px solid #2C92D5;
    color: #27A3F5;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'PoppinsRegular';
    border-radius: 10px;
    background-color: #FFFFFF;
}
.title-bar .providing-service {
    padding: 8px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #2c92d5;
}
.private-membership .providing-service {
    padding: 15px 8px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #2c92d5;
}
/* Password Field */
.password-field {
    position: relative;
}

    .password-field i {
        position: absolute;
        top: 21px;
        right: 10px;
        cursor: pointer;
    }

.ghost-btn {
    background-color: #D5EEFF;
    border: 1px solid #1880C4;
    color: #1880C4;
    padding: 8px 13px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.2s ease-in;
}

    .ghost-btn:hover {
        background-color: #D5EEFF;
        color: #1880C4;
    }

    .ghost-btn:active {
        background-color: #FFF !important;
        color: #1880C4 !important;
    }

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.tag {
    background-color: #2C92D5;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .tag button {
        background: none;
        border: none;
        color: white;
        font-size: 14px;
        cursor: pointer;
    }

.tag-container input[type="text"] {
    border: none;
    flex: 1;
    min-width: 120px;
    padding: 5px;
    font-size: 16px;
}
.levels .req {
    color: #FF2626;
}
/* Item Quantity */
.quantity-selector {
    display: flex;
    align-items: center;
}

    .quantity-selector button {
        width: 32px;
        height: 32px;
        font-size: 16px;
        text-align: center;
        border: none;
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    .quantity-selector input {
        width: 50px;
        height: 36px;
        text-align: center;
        font-size: 16px;
        margin: 0px 6px;
        border: 1px solid #E6E6E6;
        border-radius: 6px;
    }

        .quantity-selector input:focus-visible {
            outline: none;
            background-color: #F5F5F5;
        }
/* Item Quantity */
.radio-border {
    border-color: #757575;
}
.accordion-button.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}
/* Add Client into Classes */
.cursor {
    cursor: pointer;
}

.title-header h5 {
    font-family: "PoppinsRegular";
    font-size: 18px;
    color: #141414;
    margin-bottom: 0px;
}

.title-header i {
    padding: 10px 12px;
    border-radius: 50px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
}

.class-details h6 {
    font-family: "PoppinsMedium";
    font-size: 22px;
    color: #141414;
}

.class-details span {
    font-family: "PoppinsRegular";
    font-size: 16px;
    color: #303030;
}

.add-client .btn {
    background-color: #2c92d5;
    border: none;
    color: #fff;
    font-family: "PoppinsRegular";
    font-size: 16px;
    padding: 8px 16px;
    margin-right: 6px;
    transition: 0.2s ease-in;
}

    .add-client .btn:hover {
        background-color: #d6e7ff;
        color: #2c92d5;
    }

    .add-client .btn:active {
        background-color: #27a3f5;
        color: #fff;
    }

.class-head {
    padding-bottom: 12px;
}

.action-icons .icons {
    font-size: 20px;
}

    .action-icons .icons.attended {
        color: #079248;
    }

    .action-icons .icons.remove {
        color: #dd2e44;
    }

.client-profile h6 {
    font-family: "PoppinsRegular";
    font-size: 18px;
    color: #141414;
}

.client-profile .contact span {
    color: #343a40;
}
/* Add Client into Classes */

/* Tab */
.tab-bar {
    padding: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    width: fit-content;
}

.tab-menu .nav-link {
    font-family: "PoppinsRegular";
    font-size: 16px;
    color: #141414;
    border-radius: 12px;
}

    .tab-menu .nav-link.active {
        background-color: #2c92d5;
        color: #ffffff;
    }
/* Tab */

.class-count .badge {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 8px;
}