@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: 'InterMedium';
    src: url('../fonts/InterMedium.eot');
    src: url('../fonts/InterMedium.eot') format('embedded-opentype'), url('../fonts/InterMedium.woff2') format('woff2'), url('../fonts/InterMedium.woff') format('woff'), url('../fonts/InterMedium.ttf') format('truetype'), url('../fonts/InterMedium.svg#InterMedium') format('svg');
}

@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/InterRegular.eot');
    src: url('../fonts/InterRegular.eot') format('embedded-opentype'), url('../fonts/InterRegular.woff2') format('woff2'), url('../fonts/InterRegular.woff') format('woff'), url('../fonts/InterRegular.ttf') format('truetype'), url('../fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
    font-family: 'JosefinSansRegular';
    src: url('../fonts/JosefinSansRegular.eot');
    src: url('../fonts/JosefinSansRegular.eot') format('embedded-opentype'), url('../fonts/JosefinSansRegular.woff2') format('woff2'), url('../fonts/JosefinSansRegular.woff') format('woff'), url('../fonts/JosefinSansRegular.ttf') format('truetype'), url('../fonts/JosefinSansRegular.svg#JosefinSansRegular') format('svg');
}

@font-face {
    font-family: 'JosefinSansMedium';
    src: url('../fonts/JosefinSansMedium.eot');
    src: url('../fonts/JosefinSansMedium.eot') format('embedded-opentype'), url('../fonts/JosefinSansMedium.woff2') format('woff2'), url('../fonts/JosefinSansMedium.woff') format('woff'), url('../fonts/JosefinSansMedium.ttf') format('truetype'), url('../fonts/JosefinSansMedium.svg#JosefinSansMedium') format('svg');
}

@font-face {
    font-family: 'JosefinSansSemiBold';
    src: url('../fonts/JosefinSansSemiBold.eot');
    src: url('../fonts/JosefinSansSemiBold.eot') format('embedded-opentype'), url('../fonts/JosefinSansSemiBold.woff2') format('woff2'), url('../fonts/JosefinSansSemiBold.woff') format('woff'), url('../fonts/JosefinSansSemiBold.ttf') format('truetype'), url('../fonts/JosefinSansSemiBold.svg#JosefinSansSemiBold') format('svg');
}

@font-face {
    font-family: 'JosefinSansBold';
    src: url('../fonts/JosefinSansBold.eot');
    src: url('../fonts/JosefinSansBold.eot') format('embedded-opentype'), url('../fonts/JosefinSansBold.woff2') format('woff2'), url('../fonts/JosefinSansBold.woff') format('woff'), url('../fonts/JosefinSansBold.ttf') format('truetype'), url('../fonts/JosefinSansBold.svg#JosefinSansBold') format('svg');
}

body {
    font-family: 'PoppinsRegular' !important;
}

.login-bg {
    margin: 0;
    padding: 0;
    font-family: 'PoppinsRegular';
    background-image: url(../images/login-bg.webp);
    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;
    flex-direction: column;
    align-items: center;
}

    .card-logo img {
        width: 200px;
    }

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}

.card-logo img {
    margin-bottom: 12px;
}

.submit-log .btn {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

    .submit-log .btn:hover {
        background-color: #FFA640;
    }

.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: #333333;
    }

.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: 8px;
    /* box-shadow: 0 2px 8px 2px rgba(0, 82, 204, 8%); */
    overflow: hidden;
    width: 560px;
    padding: 42px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .login-card h1 {
        color: #343a40;
        margin-bottom: 30px;
    }

.login-form {
    display: flex;
    flex-direction: column;
}

.login-btn {
    background-color: #FF8901;
    transition: 0.2s ease-in;
}

.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: 'JosefinSansBold';
    text-align: center;
    font-size: 22px;
    color: #282828;
    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;
    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 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #282828;
    cursor: pointer;
    margin-bottom: 0px;
}

    .breadcrumb a {
        font-size: 20px;
        font-family: 'JosefinSansRegular';
        color: #282828;
        font-weight: 500;
    }

    .breadcrumb i {
        font-size: 20px;
    }

.bread-arrow {
    font-size: 16px !important;
}

/* 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: 28px 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; */
    padding: 0px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        cursor: pointer;
        color: #1F1F1F;
    }

.toggleswitch {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -16px;
}

.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: #FCEFEA;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 88px;
    left: 0;
    bottom: 0;
    width: 278px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    background-color: #FFF;
}

@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: #282828;
    transition: 0.3s;
    padding: 14px 16px;
    border-radius: 4px;
    font-family: 'InterRegular';
}

    .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: #282828;
        width: 20px;
    }

.sidebar-nav .sub-active.collapsed {
    background-color: #FCEFEA;
    color: #FF8901;
}

    .sidebar-nav .sub-active.collapsed i {
        color: #FF8901;
    }

.sidebar-nav .nav-link.sec-menu,
.sidebar-nav .nav-link.sec-menu i {
    color: #FF8901;
}

.sidebar-nav .nav-link:hover {
    color: #FF8901;
    background: #FCF5F2;
}

    .sidebar-nav .nav-link:hover i {
        color: #FF8901;
    }

.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;
    border: 1px solid #EBEBEB;
    margin-top: 6px;
}

.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: #FF8901;
    background-color: #FCF5F2;
}
/* .sidebar-nav .nav-content a:active
{
  color: #2C92D5;
  border: 1px solid #2C92D5;
  background-color: #E0EDFF;
} */
.nav-content .submenu-active a {
    border-radius: 8px !important;
    color: #FF8901 !important;
    background-color: #FDEFEA;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'InterRegular';
    color: #282828;
    transition: 0.3;
    padding: 10px 16px;
    transition: 0.3s;
    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;
}

.nav-content .submenu-active a .menu-title i {
    color: #FF8901 !important;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

    .sidebar-nav .nav-content a i:hover {
        color: #FF8901;
    }

.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;
}

/*--------------------------------------------------------------
# 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 #E6E6E6;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}

.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: 'InterMedium';
    color: #1B1B1B;
}

.datatable tbody td {
    font-size: 15px;
    font-family: 'InterRegular';
    color: #1B1B1B;
}

.datatable .tab-icons i {
    margin-right: 4px;
}

.datatable thead tr {
    background-color: #FFE6CC;
}

.check-box .tab-icons {
    cursor: pointer;
}

.datatable tbody .white-bg {
    background-color: #FFFFFF;
}

.datatable tbody .grey-bg {
    background-color: #FAFAFA;
}
/* 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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .table-top-bar h5 {
        font-size: 22px;
        font-family: 'PoppinsRegular';
        margin-bottom: 16px;
    }

    .table-top-bar .add-new-entry .btn {
        background-color: #E65F2B;
        font-size: 16px;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
    }

        .table-top-bar .add-new-entry .btn i {
            font-size: 16px;
            margin-right: 6px;
        }

.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: end;
    gap: 16px;
}

.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: #FF8901;
        border: none;
        color: #FFF;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        transition: 0.2s ease-in;
    }

        .buttons .primary:hover {
            background-color: #FCEFEA;
            color: #FF8901;
        }

        .buttons .primary:active {
            background-color: #FF8901;
            color: #FFF;
        }

    .buttons .secondary {
        background-color: #DBDBDB;
        border: none;
        color: #141414;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        transition: 0.2s ease-in;
    }

        .buttons .secondary:hover {
            background-color: #DBDBDB;
        }

        .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 #E65F2B;
        background-color: #FCEFEA;
        color: #E65F2B;     
        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 */
.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;
}

.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;
    height: 32px;
}

.head-bar {
    margin: 0px !important;
    width: 100%;
    display: flex;
    align-items: center;
}

    .head-bar .menu-name h4 {
        font-family: 'JosefinSansRegular';
        font-size: 32px;
        line-height: 42px;
        color: #0A0A0A;
        margin-bottom: 0px;
    }

.header-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14.5px 14px;
    border-bottom: 1px solid #EBEBEB;
    background-color: #FFF3E6;
}

    .header-icons i {
        color: #0A0A0A;
        font-size: 24px;
    }

    .header-icons .profile {
        padding: 6px 10px 6px 28px;
        background-color: #FFF;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
        border-radius: 100px;
    }

        .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;
            gap: 10px;
        }

            .header-icons .profile .pro-drop .btn .user-details h5 {
                font-family: 'InterRegular';
                font-size: 16px;
                line-height: 20px;
                color: #0A0A0A;
                margin-bottom: 2px;
            }

            .header-icons .profile .pro-drop .btn .user-details span {
                font-family: 'InterRegular';
                font-size: 14px;
                line-height: 20px;
                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;
    background-color: #FFF;
    position: relative;
}

.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 {
    border: 1px solid #D6E7FF;
    padding: 10px;
    min-height: 100px;
    margin-top: 10px;
    border-radius: 12px;
}

    #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;
}
/* 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;
    }
/* New Classes */



.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;
}

.login-card p {
    font-size: 16px;
    font-family: 'PoppinsRegular';
    color: #343a40;
    margin-bottom: 16px;
    text-align: center;
}

.notification-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .notification-profile .noti-icon {
        padding: 13px 14.5px;
        border-radius: 100px;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    }

.pro-img img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.pro-drop .dropdown-toggle::after {
    margin-right: 10px;
}

.pro-drop .pro-options {
    transform: translate(-10px, 48px) !important;
}

.bg-color {
    background-color: #FFF3E6;
}

.menu-name {
    margin-left: 16px;
}

.sidebar-nav .sub-active {
    background-color: #FCEFEA;
    border-radius: 0px;
    color: #FF8901;
    position: relative;
}

    .sidebar-nav .sub-active::before {
        content: '';
        width: 4px;
        border-radius: 100px;
        background-color: #FF8901;
        height: 50.5px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .sidebar-nav .sub-active i {
        color: #FF8901;
    }

.menu-title {
    display: flex;
    align-items: center;
}

.sec_menu-arrow {
    font-size: 16px !important;
    margin-right: 4px !important;
    color: #282828;
    width: 20px;
}

.reports .nav-link .menu-title i {
    width: auto !important;
}

.secondary_menu {
    box-shadow: 0px 2px 4px rgba(31, 31, 31, 0.08);
}

.padd-7-7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.new-entry {
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-top: 8px;
}

.login-content h3 {
    text-align: left;
}

.login-content p {
    font-size: 16px;
    font-family: 'InterRegular';
    color: #282828;
    text-align: left;
}

.archive-settings-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.archive-settings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

    .archive-settings-head h5 {
        color: #282828;
        font-family: 'InterMedium';
        font-size: 18px;
        margin-bottom: 4px;
    }

    .archive-settings-head p {
        color: #6B7280;
        font-family: 'InterRegular';
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
    }

.archive-enable-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background-color: #FAFAFA;
}

    .archive-enable-row span {
        display: block;
        color: #6B7280;
        font-family: 'InterRegular';
        font-size: 13px;
        line-height: 1.4;
    }

.archive-switch-label {
    display: block;
    color: #282828;
    font-family: 'InterMedium';
    font-size: 14px;
    margin-bottom: 2px;
}

.archive-section {
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
}

    .archive-section h6 {
        color: #282828;
        font-family: 'InterMedium';
        font-size: 16px;
        margin-bottom: 16px;
    }

.archive-action-btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 58px;
    width: 100%;
}

.archive-action-btn:disabled {
    background-color: #D1D5DB;
    border-color: #D1D5DB;
    cursor: not-allowed;
}

.toast-left {
    top: 1rem;
    right: 1rem;
    position: fixed;
    z-index: 9999;
}

.tab-res .table-scroll .dt-scroll-headInner,
.tab-res .table-scroll .dt-scroll-headInner .tab-data {
    width: 100% !important;
}

.tab-res .table-data .tab-top-bar {
    background-color: #FAFAFA;
}

.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: #E65F2B;
            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;
            background-color: #E65F2B;
            border: none;
        }

.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: #FFDCCF;
    border: none;
    border-radius: 6px !important;
    padding: 9px 12px;
}

    .tab-action .dt-buttons .btn-secondary::before {
        color: #E65F2B;
    }

/* Inventory-menu */
.tab-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.tab-img{
    max-width: 100px;
    width: 50px;
}

.table-icon {
    display: flex;
    justify-content: end;
}
.table-textfield {
    display: flex;
    justify-content: center;
    margin: 12px 0px 0px 0px;
}
    .table-filter-icon .dropdown-toggle::after {
        content: none;
    }

.import-btn .btn,
.import-btn .btn:active {
    background-color: #E65F2B;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
}

    .import-btn .btn i {
        font-size: 16px;
        margin-right: 6px;
    }

.table-filter-icon .dropdown-toggle {
    padding: 8px 12px;
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    color: #1A1A1A;
}

    .table-filter-icon .dropdown-toggle:active {
        background-color: #1A1A1A;
        border-color: #1A1A1A;
        color: #FFFFFF;
    }

.table-filter-icon .dropdown-menu.show {
    padding: 6px;
    border-radius: 14px;
}

.table-filter-icon .dropdown-menu li a {
    border-radius: 8px;
    color: #1A1A1A;
}

    .table-filter-icon .dropdown-menu li a:hover {
        background-color: #FAFAFA;
        color: #1A1A1A;
    }

    .table-filter-icon .dropdown-menu li a:active,
    .table-filter-icon .dropdown-menu li .active {
        background-color: #FFA640;
        color: #FFFFFF;
    }

.table-button .btn {
    background-color: #28BA86;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'InterMedium';
}

    .table-button .btn:hover {
        background-color: #26B281;
    }

.table-dropdown .form-select {
    padding: 8px;
    border: none;
    background-color: #F5F5F5;
}

.tab-remarks {
    width: 300px;
}

.category-filtered {
    font-weight: 600;
    color: #141414;
}

.qr-code {
    display: flex;
    gap: 16px;
}

    .qr-code img {
        height: 240px;
        object-fit: contain;
        padding: 8px;
        border: 1px solid #EBEBEB;
    }

    .qr-code .details {
        width: 100%;
    }

        .qr-code .details h6 {
            font-family: 'InterMedium';
            font-size: 20px;
            color: #141414;
        }
/* Inventory-menu */

/* Orders */
.text-right {
    text-align: right;
}

    .text-right span {
        font-size: 12px;
    }

.delivery-details {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E3E3E3;
}

    .delivery-details .detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .delivery-details span,
    .amount-details .amount .label {
        color: #333333;
        font-size: 16px;
        font-family: 'InterRegular';
    }

    .delivery-details h6 {
        color: #141313;
        font-size: 16px;
        font-family: 'InterRegular';
        margin-bottom: 0px;
        width: 300px;
        text-align: end;
    }

.mar-bot-8 {
    margin-bottom: 8px;
}

.pro-letter {
    border: 1px solid #FFFFFF;
    background-color: #E65F2B;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

    .pro-letter h5 {
        margin-bottom: 0px;
        font-size: 22px;
        font-family: 'InterRegular';
        color: #FFF;
    }

.amount-details .amount {
    display: flex;
    align-items: center;
    gap: 20px;
}

.amount-details {
    text-align: end;
    display: flex;
    justify-content: end;
}

    .amount-details h5 {
        color: #141313;
        font-size: 20px;
        font-family: 'InterMedium';
    }

        .amount-details h5 span {
            font-size: 14px;
        }

    .amount-details tbody,
    .amount-details tr,
    .amount-details td {
        border: none !important;
    }

    .amount-details .gt h5 {
        font-size: 22px;
    }

        .amount-details .gt h5 span {
            font-size: 16px;
        }
/* Orders */

/* Reports */
.scndrymenu-active .nav-link {
    border-radius: 8px !important;
    color: #FF8901 !important;
    background-color: #FDEFEA;
}

    .scndrymenu-active .nav-link i {
        color: #FF8901 !important;
    }

.reports-top {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

    .reports-top .table-filter-icon .dropdown-toggle {
        background-color: #FFF;
        color: #1A1A1A;
        border: 1px solid #EBEBEB;
    }

        .reports-top .table-filter-icon .dropdown-toggle:active,
        .reports-top .category:active {
            border: 1px solid #CCC;
        }

    .reports-top .category {
        padding: 8px 12px;
        background-color: #FFF;
        border: 1px solid #EBEBEB;
        border-radius: 14px;
        color: #1A1A1A;
        cursor: pointer;
    }

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FAFAFA;
}

    .category-header .close {
        padding: 5px 11px;
        border-radius: 100px;
        background-color: #FFFFFF;
        border: 1px solid #EBEBEB;
        color: #141414;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

        .category-header .close:active {
            background-color: #FAFAFA;
            color: #141414;
            border: 1px solid #DBDBDB;
        }

.category-view-tab .datatable thead th {
    font-family: 'InterRegular';
}
/* Reports */
/* Multi-Select */
.multi-select-form {
    padding: 24px 10px 8px 10px;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    position: relative;
}

.multi-select-form label {
    position: absolute;
    top: 0px;
    font-size: 14px;
    color: #6F7174;
    padding: 8px 0px;
    line-height: 14px;
}

.multi-select-form .multi-select-container {
    margin-top: 4px;
}

.multi-select {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    cursor: pointer;
    background: #fff;
}

    .multi-select .tag {
        display: flex;
        align-items: center;
        background-color: #ff8901;
        color: white;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 14px;
    }

        .multi-select .tag .remove-btn {
            margin-left: 8px;
            cursor: pointer;
            font-weight: bold;
        }

            .multi-select .tag .remove-btn:hover {
                color: red;
            }

    .multi-select .placeholder {
        color: #aaa;
    }

.multi-select-options {
    display: none;
    background-color: white;
}

    .multi-select-options div {
        padding: 10px;
        cursor: pointer;
    }

        .multi-select-options div:hover {
            background-color: #f0f0f0;
        }

.multi-select.open .multi-select-options {
    display: block;
}
/* Multi-Select */
.base-unit {
    padding: 12px;
    background-color: #F6F6F6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .base-unit .types {
        font-size: 16px;
        color: #141313;
        font-family: 'InterRegular';
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .base-unit .types .unit-radio {
            padding: 4px 8px;
            background-color: #FFF;
            border-radius: 8px;
        }

.types .unit-radio .form-check-input:checked {
    background-color: #E65F2B;
    border-color: #E65F2B;
}

.types .unit-radio .form-check-input:focus {
    box-shadow: none;
}

.unit-entries .entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Settings */
.logo-upload h5 {
    font-family: 'JosefinSansRegular';
    font-size: 20px;
    color: #141414;
}
/* Settings */
/* Item Location Chip */
.selected-location {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .selected-location .spot {
        padding: 6px 12px;
        background-color: #F6F6F6;
        border-radius: 8px;
        position: relative;
    }

        .selected-location .spot .close-btn {
            padding: 2px 8px;
            border-radius: 40px;
            width: 28px;
            height: 28px;
            position: absolute;
            top: -10px;
            background-color: #FFF;
            border: 1px solid #EBEBEB;
        }

            .selected-location .spot .close-btn i {
                font-size: 14px;
            }
/* Masters */
.add {
    display: flex;
    background-color: #E65F2B;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    .add:hover {
        background-color: #FFA640;
    }

/* User Management */
.role .form-check-input {
    border-color: #1B1B1B;
}

    .role .form-check-input:focus {
        box-shadow: none;
    }

.form-check-input:checked {
    background-color: #E65F2B;
    border-color: #E65F2B;
}
/* Dashboard */

    .dashboard .top-bar h6 {
        font-family: 'JosefinSansRegular';
        font-size: 22px;
        color: #141313;
        margin-bottom: 0px;
    }

.dashboard .day-filter {
    padding: 8px 34px 8px 18px;
    min-height: 42px;
    max-height: 0px;
    border-radius: 12px;
    font-size: 14px;
    border-color: #FFE0C2;
    background-color: #FFFFFF;
}

.dashboard .insight-card {
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.insight-card .name {
    font-family: 'InterMedium';
    color: #797979;
    font-size: 16px;
}

.insight-card .value {
    display: flex;
    align-items: baseline;
    color: #141414;
}

    .insight-card .value h6 {
        font-size: 30px;
        font-family: 'InterMedium';
        margin-bottom: 0px;
    }

    .insight-card .value span {
        font-size: 20px;
        font-family: 'InterMedium';
    }

.dashboard .insight-card .icon {
    color: #FFFFFF;
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.sale .icon {
    background-color: #D398E7;
}

.await .icon {
    background-color: #70A1E5;
}

.purchase .icon {
    background-color: #E89271;
}

.in-transit .icon {
    background-color: #F0C274;
}

.dashboard-chart {
    padding: 20px;
    background-color: #FFF;
    border-radius: 24px;
}

    .dashboard-chart h6 {
        font-family: 'InterMedium';
        color: #141414;
        font-size: 16px;
    }

    .dashboard-chart canvas {
        width: 100% !important;
        height: auto !important;
    }

.status .badge {
    padding: 10px;
    border-radius: 12px;
    font-family: 'InterRegular';
    font-size: 14px;
}

.paid .badge {
    color: #28BA86 !important;
    background-color: #E9F5F1 !important;
}

.due .badge {
    color: #EA3548 !important;
    background-color: #F9EAEC !important;
}

.dashboard-table .datatable tbody td {
    align-content: baseline;
}
/* Dashboard */
/* Refferal Table */
.referral-tab {
    background-color: #F9F9F9;
    border-radius: 12px;
}

    .referral-tab td {
        border: none;
        background-color: transparent;
    }
/* Refferal Table */

.tab-data thead tr th
{
    background-color: transparent !important;
}

.file-dropzone {
    padding: 16px !important;
    border-radius: 12px;
    border-color: #EBEBEB !important;
    border-style: dashed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column-reverse;
}
.file-dropzone .dz-message 
{
    margin: 0px !important;
}
    .file-dropzone .btn {
        background-color: #FF8901;
        border: none;
        border-radius: 10px;
        color: #FFF;
        font-family: 'PoppinsRegular';
        font-size: 16px;
        transition: 0.2s ease-in;
    }
    .file-dropzone .btn:hover,
    .file-dropzone .btn:active
    {
        background-color: #FCEFEA;
        color: #FF8901;
    }
/* QR Scan */
.QRscan-review {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .QRscan-review .item-card {
        padding: 4px;
        border-radius: 16px;
        border: 1px solid #EBEBEB;
        background-color: #FFFF;
    }

        .QRscan-review .item-card img {
            width: 100%;
            border-radius: 12px;
            margin-bottom: 8px;
        }

    .QRscan-review .item-details {
        padding: 8px;
        border: 1px solid #F0F0F0;
        background-color: #FFF;
        border-radius: 12px;
        box-shadow: 0px 2px 4px rgba(150, 194, 250, 0.24);
    }

        .QRscan-review .item-details h6 {
            color: #141414;
            font-size: 20px;
            line-height: 28px;
            font-family: 'InterMedium';
        }

.item-details .sku-code {
    margin-bottom: 8px;
}

    .item-details .sku-code .code {
        padding: 6px;
        border-radius: 12px;
        background-color: #FFE9E0;
        border: 1px solid #FFF;
        font-size: 15px;
        font-family: 'PoppinsRegular';
        color: #141414;
        width: fit-content;
    }

.item-details .item-location {
    max-width: fit-content;
    width: auto;
}

.item-location .location-details {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    padding: 4px;
    border: 1px solid #EBEBEB;
}

.location-details .location-chip {
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #F5F5F5;
    border: 1px solid #F0F0F0;
    font-family: 'PoppinsRegular';
    color: #141414;
}

.seperator-line {
    font-size: 20px;
}

.quantity-details
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}
    .quantity-details h6 {
        font-family: 'InterRegular';
        color: #141414;
        font-size: 16px;
    }
    .quantity-details h4 {
        font-family: 'InterMedium';
        color: #141414;
        font-size: 16px;
    }
.quantity-table
{
    display: flex;
    justify-content: end;
}
.quantity-details .right-align
{
    text-align: end;
}

.skucode-filter .select2-container .select2-selection--single
{
    height: auto !important;
}
.skucode-filter .select2-container .select2-selection--single .select2-selection__rendered
{
    padding: 30px 16px 0px 12px;
}
.skucode-filter .select2-selection__arrow {
    top: 16px !important;
}
.skucode-filter .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.skucode-filter .select2-container {
    width: 100% !important;
}
.skucode-filter .form-floating {
    width: 100%;
}
.skucode-filter
{
    display: flex;
    width: 100%;
}
.mar-0
{
    margin: 0px;
}
.width-100
{
    width: 100%;
}
.mar-bot-0
{
    margin-bottom: 0px !important;
}
.estimate-status-dropdown {
    min-height: auto !important;
    height: auto !important;
    padding: 8px !important;
    width:130px;
}
.new-item .new-entry
{
    position: relative;
}
.new-item .buttons {
    position: fixed;
    right: 36px;
    bottom: 20px;
}
.unauthorization {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
.unauthorization .unauth {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}
.unauth h4 {
    font-size: 24px;
    font-family: 'PoppinsRegular';
}
.received-check {
    margin: 0px;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
}
.received-check input{
    margin-right: 8px !important;
    margin-left: 0px !important;
}
.received-check.checked-color {
     border-color: #e65f2b;
}
.password-field {
    position: relative;
}

    .password-field i {
        position: absolute;
        top: 21px;
        right: 10px;
        cursor: pointer;
    }

.main-image img {
    height: 360px;
    width: 100%;
    object-fit: contain;
}

.dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.child-row table {
    background: #fff;
}

.dashboard-chart{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.location-table, .purchase-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .location-table th, .purchase-table th {
        background: #f7f7f7;
        font-weight: 600;
        text-align: left;
        padding: 6px;
        font-size: 0.85rem;
        border-bottom: 1px solid #ddd;
    }

    .location-table td, .purchase-table td {
        padding: 6px;
        border-bottom: 1px solid #eee;
        font-size: 0.85rem;
    }

@media (max-width: 768px) {
    /* Item View becomes default full-screen section on mobile */
    .dashboard-wrapper .col-lg-8 {
        display: none !important;
    }

    .item-view-card {
        width: 100%;
        margin-top: 15px;
    }
}
.pending-orders-list .list-group-item {
    transition: 0.2s ease-in-out;
}

    .pending-orders-list .list-group-item:hover {
        background-color: #f8f9fa;
        transform: scale(1.02);
    }


/* Strongly-scoped styles for the v2 item view to avoid conflicts */
.item-view-card.v2 {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    font-size: 14px;
    color: #222;
}

    .item-view-card.v2 .top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

    .item-view-card.v2 .sku-search {
        width: 150px;
        height: 34px;
        padding: 6px 10px;
        border-radius: 6px;
        border: 1px solid #e6e6e6;
        font-size: 0.9rem;
        box-sizing: border-box;
    }

    .item-view-card.v2 .image-wrap {
        text-align: center;
        background: #faf7f4;
        border-radius: 12px;
        padding: 14px;
        margin: 0 auto 12px auto;
        max-width: 220px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }

        .item-view-card.v2 .image-wrap img {
            width: 180px;
            height: auto;
            object-fit: contain;
            display: inline-block;
        }

    .item-view-card.v2 .title {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 12px;
        color: #222;
    }

    .item-view-card.v2 .info {
        border-top: 1px solid #efefef;
        padding-top: 12px;
        line-height: 35px;
    }

    .item-view-card.v2 .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }

        .item-view-card.v2 .row .label {
            color: #555;
            font-weight: 600;
        }

        .item-view-card.v2 .row .value {
            color: #111;
            font-weight: 500;
        }

    .item-view-card.v2 .section-title {
        margin-top: 14px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #333;
        padding-left: 8px;
        border-left: 4px solid #f0b429;
    }

    .item-view-card.v2 table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.9rem;
        margin-top: 6px;
    }

    .item-view-card.v2 th {
        background: #fdeedc;
        color: #333;
        font-weight: 600;
        padding: 8px;
        text-align: left;
    }

    .item-view-card.v2 td {
        padding: 8px;
        border-bottom: 1px solid #efefef;
        color: #444;
    }

.empty-state {
    min-height: 1090px; /* ensures same card height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.empty-title {
    font-size: 18px;
    font-weight: 600;
}

.empty-subtitle {
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

/* Force precedence over older rules */
.item-view-card.v2,
.item-view-card.v2 * {
    box-sizing: border-box !important;
}

.price-container {
    display: flex;
    justify-content: space-between;
}

.fixedbutton{
    position: fixed;
    right: 36px;
    bottom: 20px;
}

.archive-action-btn {
    background-color: #E65F2B !important;
    border-color: #E65F2B !important;
    color: #ffffff !important;
}

.archive-action-btn:hover {
    background-color: #d45626 !important;
    border-color: #d45626 !important;
}

.archive-action-btn:disabled {
    background-color: #f8d7cc !important;
    border-color: #f8d7cc !important;
    color: #6c757d !important;
    cursor: not-allowed;
}
