@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

.jost-regular {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    /* Regular weight */
    font-style: normal;
}

/* .urbanist-title {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    font-style: normal;
} */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Jost", sans-serif !important;
    overflow-x: hidden;
    background-color: rgb(249, 250, 252);
    scroll-behavior: smooth;
    transition: all 0.5s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: #202020;
    /* font-weight: 500; */
}

p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #202020;
}

.tf-social-icon {
    --facebook-cl: rgb(59, 89, 152);
    --twitter-cl: rgb(85, 85, 85);
    --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
    --threads-cl: rgb(224, 53, 102);
    --youtube-cl: rgb(205, 32, 31);
    --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
    --tiktok-cl2: rgb(254, 44, 85);
    --pinterest-cl: rgb(203, 32, 39);
    --tumblr-cl: rgb(55, 69, 92);
    --vimeo-cl: rgb(26, 183, 234);
    --snapchat-cl: rgb(255, 221, 0);
    --whatsapp-cl: rgb(0, 230, 118);
    --linked_in-cl: rgb(23, 106, 255);
    --wechat-cl: rgb(26, 173, 24);
    --reddit-cl: rgb(255, 69, 0);
    --line-cl: rgb(0, 195, 77);
    --spotify-cl: rgb(30, 125, 96);
}

.link:hover {
    color: var(--primary) !important;
}

/* SIDEBAR */
.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out;
}

.side_nav_profile {
    background-color: #ffffff1a;
    border-color: #fff3;
    border-radius: .5rem;
    padding: 5px 8px;
}

.side_nav_profile .user_name {
    font-size: 13px;
    color: #f9f9f9;
    font-weight: 500;
    margin-bottom: 1px;
    margin-top: 3px;
}

.side_nav_profile .user_id {
    font-size: 10px;
    color: #ffffffb3;
    margin-bottom: 0px;
}

.sidebar_nav {
    padding: 0px 6px;
    margin: 0;
    list-style: none;
}

.sidebar_nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b2b8c7;
    text-decoration: none;
    padding: 10px 4px;
    font-size: 13px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    vertical-align: middle;
}

.sidebar_nav li a:hover {
    color: #ffffff;
    transition: 0.9s;
}

.sidebar_nav li a:hover svg {
    stroke: #ffffff;
    transition: 0.9s;
}

.sidebar_nav li a.active {
    color: #ffffff;

}

.dashbaord_icon {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-family: "Poppins", sans-serif;
    color: #b2b8c7;
    margin-left: 3px;
    margin-bottom: 5px;

}

.sidebar_nav i {
    margin-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.r-icon {
    font-size: 9px !important;
    color: #b2b8c7;
}

/* Submenu Hidden by Default */
.sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

/* Submenu Items Default State (Hidden with Animation Ready) */
.sidebar-submenu li a {
    padding: 7px 0;
    display: block;
    font-size: 12px;
    color: #b2b8c7;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

/* On Active Dropdown: Submenu Visible + Animate In */
.sidebar-dropdown.active>.sidebar-submenu {
    display: block;
}

/* Animate Submenu Links In When Active */
.sidebar-dropdown.active .sidebar-submenu li a {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effect on Submenu Links */
.sidebar-submenu li a:hover {
    color: #ffffff;
}



.socail_media {
    padding: 0px 8px;
}

.socail_media p {
    color: #b2b8c7;
    font-size: 12px;
}

.socail_media ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.socail_media ul li {
    display: inline-block;
    padding-right: 8px;

}

.socail_media ul li a img {
    transition: all 0.3s ease;
}

.socail_media ul li a:hover img {
    transform: translateY(-3px);
}


/*- MAIN -*/
.main-header {
    background-color: #fff;
    padding: 16px;
}

.avatar-sm {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.profile-detail {
    font-family: "Poppins", sans-serif;
    color: #202020;
    font-weight: 500;
    font-size: 14px;
}

/* Breadcrumb */
.breadcrumb_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

.breadcrumb_section ul li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumb_section ul li a {
    color: #1967d2;
    text-decoration: none;

}

.btn-custom {
    background-color: #1967d2;
    padding: 12px 17px;
    color: #fff;
    border-radius: 12px;
    transition: all .5s ease;
    font-size: 13px;
    overflow: hidden;
    border: none;
    font-family: "Poppins", sans-serif;
}

.btn-custom:hover {
    background-color: #1967d2;
    color: #fff;
}

/* CLIENT */
.card_custom {
    background-color: #fff;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
    border: 0;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
}

table {
    font-family: "Poppins", sans-serif !important;
}

.table-secondary-custom {
    background-color: #eaeaea !important;
    /* Light gray */
    color: #000;
    /* Optional: black text for better readability */
}

.table thead tr th {
    font-weight: 500 !important;
    font-size: 0.80rem !important;
}

.table tbody tr td {
    font-size: 0.75rem !important;
    color: #4c4c4c;
}

.btn-danger-custom {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    background-color: rgb(251, 66, 66)
}

.btn-danger-custom:hover {
    color: #fff;
    background-color: rgb(251, 66, 66)
}

.btn-success-custom {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    padding: 3px 17px;

    background-color: rgb(33, 206, 158);

}

.btn-success-custom:hover {
    background-color: rgb(33, 206, 158);
    color: #fff;
}

tr {
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 0;
}

table tr td {
    padding: 10px 10px !important;
}

thead th {
    padding: 17px 10px !important;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: none !important;

    background-color: #eaeaea70 !important;
}

.btn-success-transparent {
    background-color: rgba(33, 206, 158, 0.1);
    border-bottom-color: rgba(33, 206, 158, 0.1);
    color: rgb(33, 206, 158);
    transition: all 0.3s ease;
}

.btn-success-transparent:hover {
    background-color: rgb(33, 206, 158);
    border-bottom-color: rgb(33, 206, 158);
    color: #fff;
    transform: translateY(-3px);
}

.btn-info-transparent {
    background-color: rgba(14, 165, 232, 0.1);
    border-bottom-color: rgba(14, 165, 232, 0.1);
    color: rgb(14, 165, 232);
    transition: all 0.3s ease;
}

.btn-info-transparent:hover {
    background-color: rgb(14, 165, 232);
    border-bottom-color: rgb(14, 165, 232);
    color: #fff;
    transform: translateY(-3px);
}

.btn-danger-transparent {
    background-color: rgba(251, 66, 66, 0.1);
    border-bottom-color: rgba(251, 66, 66, 0.1);
    color: rgb(251, 66, 66);
    transition: all 0.3s ease;
}

.btn-danger-transparent:hover {
    background-color: rgb(251, 66, 66);
    border-bottom-color: rgb(251, 66, 66);
    color: #fff;
    transform: translateY(-3px);
}

fieldset {
    border: 1px solid #f0f0f0;
    padding: 25px 25px;
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;

}

.form-heading {
    color: #0146a6;
    font-weight: 600;
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 8px;
}

.form-label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 11px;
}

.f-custom {
    height: 43px;
    border-radius: 12px !important;
    color: rgb(33, 43, 55);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    border-color: #e8e8e8;
}

.f-custom:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0146a6;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(175 207 255 / 25%);
}

.textarea-control {
    font-size: 14px;
    color: #202020;
    padding: 15px 15px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    border-radius: 12px;
    border: 1px solid #e8e8e8;

}

.textarea-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0146a6;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(175 207 255 / 25%);
}

.modal-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.btn-custom-2 {
    background-color: #fff;
    padding: 11px 17px;
    border: 1px solid #202020 !important;
    color: #202020 !important;
    border-radius: 12px;
    transition: all .5s ease;
    font-size: 13px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.btn-custom-2 {
    background-color: #fff;
    border: 1px solid #202020;
    color: #202020;
}

.accordion-item-custom {
    border: none;
}

.accordion-button-custom {
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff !important;
    padding: 15px 5px !important;
    color: #212121 !important;
    font-family: "Poppins", sans-serif;
    font-size: 13px;

}

.accordion-body-custom {
    max-height: 220px;
    padding: 0px 5px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.custom-control.custom-checkbox {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.form-check-input {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0px !important;
}

.form-check-input:checked {
    background-color: #0146a6 !important;
    border-color: #0146a6 !important;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.main-filter {
    position: sticky;
    top: 20px;

}

.client_card {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

/*- LOGIN -*/
.login_section {
    background-image: url(../../assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    height: 100vh;
}

.form-card {
    background-color: #fff;
    width: 100%;
    max-width: 430px;
    margin: auto;
    padding: 45px 25px;

}

.form-card p {
    color: dimgray;
    margin-bottom: 20px;
}

.f-custom-two {
    padding-left: 35px;
}

.form-group-icons {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 42px;
    left: 10px;
    font-size: 18px;
}

.showpass {
    font-weight: 500;
    font-size: 13px;
    color: #1967d2;
    position: absolute;
    bottom: 12px;
    right: 10px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

/* DASHBOARD */
.card.custom-card {
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
    border: 0;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    background-image: url(../../assets/images/media.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding: 10px 0px;
}


.avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
}

.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    color: #fff;
    font-weight: 500;
}

.avatar.avatar-rounded {
    border-radius: 50%;
}

.card.custom-card.main-dashboard-banner {
    z-index: 1;
    box-shadow: none;
    border: 0;
}

.card.custom-card.main-dashboard-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top, #ff9794, #fd8dac, #e58cc6, #bf7cdc, #6f78f4);
    z-index: -1;
}

.card.custom-card.main-dashboard-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/images/dashboard.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.1;
}

.text-fixed-white {
    color: #fff !important;
}

.card.custom-card.main-dashboard-banner img {
    position: absolute;
    inset-inline-end: 10px;
    width: 150px;
    height: 150px;
    inset-block-end: 25px;
}

.card.custom-card {
    border-radius: 0.5rem;
    background-color: #fff !important;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
    border: 0;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;

}

.card.custom-card .card-header {
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: transparent !important;
    border-block-end: 0 solid #ecf3fb;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.card.custom-card .card-header .card-title {
    position: relative;
    margin-block-end: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

.progress-stacked.progress-sm {
    height: 0.4rem;
}

.progress-stacked {
    background-color: rgb(var(--light-rgb));
}

.text-success {
    color: rgb(33, 206, 158) !important;
    opacity: 1;
    font-size: 12px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(13, 110, 253);
    transition: var(--bs-progress-bar-transition);
}

.bg-primary1 {
    background-color: rgb(227, 84, 212) !important;
}

.bg-primary2 {
    background-color: rgb(255, 93, 159) !important;
}

.bg-primary3 {
    background-color: rgb(255, 142, 111) !important;
}

.bg-secondary {
    background-color: rgb(158, 92, 247) !important;
}

.top-category-name:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    inset-inline-start: -2px;
    inset-block-start: 6px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.card.custom-card-sc .card-header {
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: transparent !important;
    border-block-end: 0 solid #ecf3fb;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0.25rem;
}

/* Select2 main box design */
.select2-container--default .select2-selection--multiple {
    height: 43px !important;

    border-radius: 12px !important;
    border: 1px solid #e8e8e8 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    color: rgb(33, 43, 55) !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 8px !important;
}

/* Remove extra height when selecting multiple items */


/* Dropdown style */
.select2-container--default .select2-results__option {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

/* Placeholder color */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: rgb(138, 194, 7) !important;
    font-family: "Poppins", sans-serif !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 14px !important;
    padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 18px !important;
    margin-top: -7px !important;
}

.form-check-label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

/* SIDEBAR RESPONSIVE TOOGLE */
/* @media (max-width: 991.98px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -250px;
        height: 100%;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(to bottom, #202947, #1a2135);
    }

    .sidebar-wrapper.active {
        left: 0;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .overlay.active {
        display: block;
    }
}

@media (max-width: 1024px) {
    .sidebar-wrapper {
        flex: 0 0 250px;
        
        max-width: 250px;
    }

    .main-content {
        flex: 1;
        max-width: calc(100% - 250px);
    }
} */

/* Mobile & Tablet (<992px) ke liye Toggle Sidebar */
@media (max-width: 991.98px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(to bottom, #202947, #1a2135);
    }

    .sidebar-wrapper.active {
        left: 0;
    }

    /* Overlay for sidebar background */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .overlay.active {
        display: block;
    }

    /* Main content full width when sidebar is hidden */
    .main-content {
        flex: 1;
        max-width: 100%;
    }
}

/* Optional: Agar 992px–1024px ke beech sidebar thoda fixed width chahiye */
@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-wrapper {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .main-content {
        flex: 1;
        max-width: calc(100% - 250px);
    }
}

.alert {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
}

label {
    display: block;
    margin: 6px 0
}

.hide {
    display: none
}

.subtle {
    background: #fafafe;
    padding: 10px;
    border-radius: 6px
}


.small {
    font-size: 13px;
    padding: 4px 8px;
    cursor: pointer;
    margin-top: 4px
}

.chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.chip {
    padding: 6px 10px;
    border: 1px solid #e3e6ee;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 10px;
}