@import './base.css';

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
}

.login-left-column {
    width: 30%;
    height: 100%;
}

.login-right-column {
    width: 70%;
}

.logo-wrapper {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.password-show-img {
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.sidebar-wrapper {
    position: sticky;
    z-index: 99;
    top: 16px;
    left: 16px;
    width: 240px;
    height: calc(100vh - 34px);
    background: #F9FAFB;
    padding: 24px 12px;
    border-radius: 16px;
}

/*.modal-open{
    z-index: 99999999;
    position: relative;
}*/

.sidebar-wrapper ul li a {
    width: 100%;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    color: #373940;
}

.sidebar-wrapper ul li a:hover {
    background: #476CEB;
    color: var(--white) !important;
    stroke: var(--white) !important;
}

.sidebar-wrapper ul li a:hover svg path {
    stroke: var(--white) !important;
}

.sidebar-active {
    background: #476CEB;
    color: var(--white) !important;
}

.sidebar-active svg path {
    stroke: var(--white) !important;
}

.main-topbar-wrapper {
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
}

.topbar-wrapper {
    height: 64px;
    padding: 12px 24px;
    border-radius: var(--border-redius-lg, 16px);
    background: #F9FAFB;
}

.topbar-action-wrapper li button::after,
.sidebar-wrapper .dropdown button::after {
    border: none;
    display: none;
}

.notification-count {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #E62E2E;
    position: absolute;
    right: 6px;
    top: 3px;
    color: #FFF;
    font-size: 7px;
    font-weight: 700;
    line-height: normal;
}

.topbar-action-wrapper .profile-dropdown .avatar-img-wrapper img,
.sidebar-wrapper .profile-dropdown .avatar-img-wrapper img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-right: 12px;
}

.online-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid var(--white);
    background: #12B76A;
    position: absolute;
    right: 9px;
    bottom: -1px;
}

.topbar-action-wrapper li .dropdown .dropdown-menu,
.sidebar-wrapper li .dropdown .dropdown-menu {
    inset: unset !important;
    transform: unset !important;
    right: 0px !important;
    top: 50px !important;
}

.topbar-action-wrapper li .dropdown .notification-dropdown,
.sidebar-wrapper li .dropdown .notification-dropdown {
    top: 34px !important;
    border-radius: 12px;
    border: 1px solid #D9DADF;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
}

.topbar-action-wrapper li .dropdown .notification-dropdown {
    top: 48px !important;
    width: 383px !important;
    padding: 20px 24px;
}

.topbar-action-wrapper li .dropdown .notification-dropdown li:last-child a {
    margin-bottom: 0px !important;
}

.topbar-action-wrapper li .dropdown .notification-dropdown li .dropdown-item {
    padding: 8px 16px;
    border-radius: 8px !important;
    border: 1px solid #F3F3F5 !important;
    background-color: var(--white);
}

.content-wrapper {
    padding: 32px 0px;
}

.content-card {
    border-radius: 12px;
    border: 1px solid #D9DADF;
    padding: 24px;
}

.custom-progress {
    width: 100%;
    height: 12px;
    background: #D9DADF;
    border-radius: 24px;
}

.custom-progress-bar {
    height: 100%;
    transition: width 0.5s ease-in-out;
    border-radius: 8px;
    background: #476CEB;
    box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.29), 2px -4px 4px 0 rgba(255, 255, 255, 0.14) inset, -3px 4px 4px 0 rgba(255, 255, 255, 0.14) inset;
}

.project-participated-wrapper ul li {
    border-radius: 8px;
    background: #F7F8F9;
    padding: 16px;
}

.project-participated-wrapper ul li:last-child {
    margin-bottom: 0px !important;
}

.upcoming-events-wrapper ul li {
    padding: 16px 0px;
    border-bottom: 1px solid #D9DADF;
}

.upcoming-events-wrapper ul li:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 8px;
}

.upcoming-events-wrapper .view-calendar-btn {
    padding: 10px 20px !important;
}

.remainder-updates-wrapper ul li {
    padding: 16px;
    border-radius: 8px;
}

.remainder-updates-wrapper ul li:last-child {
    margin-bottom: 0px !important;
}

.profile-topbar {
    padding: 12px 24px;
    border-radius: 16px;
    border: 1px solid #F3F3F5;
    background: #FFF;
}

.notify-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
}

/* Nav tabs styling */
.profile-tabbing-wrapper .nav-tabs {
    border-bottom: 2px solid #eee;
    overflow-y: hidden !important;
}

.profile-tabbing-wrapper .nav-tabs .nav-item {
    margin-right: 12px;
}

/* Tab button */
.profile-tabbing-wrapper .nav-tabs .nav-link {
    color: #838799;
    border-radius: 0px !important;
    padding: 12px 40px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.profile-tabbing-wrapper .nav-tabs .nav-link.active::after,
.profile-tabbing-wrapper .nav-tabs .nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #3351FE;
}

/* Hover effect */
.profile-tabbing-wrapper .nav-tabs .nav-link:hover {
    background: transparent;
    color: #3351FE;
}

/* Active tab */
.profile-tabbing-wrapper .nav-tabs .nav-link.active {
    background: transparent;
    /* tumhari brand color use kar sakte ho */
    color: #3351FE;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}

/* Tab content box */
.profile-tabbing-wrapper .tab-content {
    padding: 32px 0px;
}

.tab-content-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #D9DADF;
    background: #FFF;
}

.basic-info-img-wrapper img {
    border-radius: 12px;
    border: 3px solid #FFF;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.basic-form-wrapper {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 24px;
}

.basic-form-input {
    padding-left: 42px !important;
}

.basic-form-input-icon {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.upload-profile-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    gap: 4px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    cursor: pointer;
}

.basic-form-cancel-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    color: #344054;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    margin-right: 12px;
}

.basic-form-save-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #3351FE;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.legal-tax-document-lists li {
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #F3F3F5;
    background: #FFF;
}

.legal-tax-document-lists li:last-child {
    margin-bottom: 0px !important;
}

.tax-form-input-icon {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.topbar-search-btn {
    width: 40px;
    height: 40px;
    padding: 12.833px 7.333px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background: #F7F7F7;
    border: 1px solid transparent;
}

.topbar-search-input-wrapper input {
    height: 40px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    outline: 0px;
}

.content-category-dropdown button {
    min-width: 160px;
    max-width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #344054;
}

.custom-select-toggle::after {
    position: relative;
    top: 32%;
    left: 6px;
    transform: translateY(-50%);
    background: url('../images/angle-down-dark.svg') no-repeat;
}

.content-category-dropdown .custom-select-item {
    font-size: 14px;
    color: #373940;
}

.grid-btn,
.coulomb-grid-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F3F3F5;
    border: 1px solid transparent;
}

.grid-btn-active,
.grid-btn-active svg path {
    background-color: #fff;
    border: 1px solid #546EFE;
    stroke: #546EFE;
}


.coulomb-card {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.add-hours-modal-wrapper .modal-dialog .modal-content {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.recent-activity-wrapper li {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #F3F3F5;
}

.recent-activity-wrapper li:last-child {
    margin-bottom: 0px !important;
}

.project-stats-wrapper li:last-child {
    margin-bottom: 0px !important;
}

.book-consultation-modal .modal-dialog .modal-content {
    padding: 36px 24px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.faq-wrapper .accordion-item {
    padding: 20px 0px;
}

.faq-wrapper .accordion-item:last-child {
    padding-bottom: 0px !important;
}

.faq-wrapper .accordion-item .accordion-button {
    padding: 0px 0px 4px 0px !important;
    box-shadow: none !important;
    background: #fff !important;
}

.faq-wrapper .accordion-item .accordion-button:not(.collapsed) {
    color: #373940;
}

.faq-wrapper .accordion-item .accordion-body {
    padding: 4px 0px 0px 0px !important;
}

.cms-wrapper .cms-heading {
    color: #475467;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.cms-row h4 {
    color: #475467;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
}

.cms-row ul {
    list-style: disc;
    padding-left: 16px;
    margin-bottom: 16px;
}

.cms-row ul li {
    color: #475467;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.video-tags-wrapper li {
    padding: 4px 8px;
    border-radius: 24px;
    background: #F3F3F5;
    color: #3351FE;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.related-video-card {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.thumbnail-wrapper img {
    height: 140px;
}

.thumbnail-wrapper .play-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8.667px;
    background: rgba(255, 255, 255, 0.34);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.time-label {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.admin-recent-activity-wrapper li {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #F3F3F5;
}

.admin-recent-activity-wrapper li:last-child {
    margin-bottom: 0px !important;
}

.activity-manager-dropdown {
    width: 160px;
    border-radius: 12px;
    border: 1px solid #F3F3F5;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.tag-icon {
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.basic-form-input-icon-right {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

/* .add-project-tabbing-wrapper .nav-tabs {
    border-bottom: 1px solid transparent;
}

.add-project-tabbing-wrapper .nav-tabs .nav-link:hover,
.add-project-tabbing-wrapper .nav-tabs .nav-link.active {
    color: #3351FE !important;
    background-color: #fff;
    border-color: transparent;
} */

.stepper-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

/* step ke andar button */
.step-link {
    background: none;
    border: none;
    outline: none;
    position: relative;
    flex: 1;
    z-index: 2;
}

/* step circle */
.step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    font-weight: 600;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
}

/* labels */
.step-label {
    display: block;
    font-size: 14px;
    color: #ACAFBB;
}

/* Active step circle */
.step-link.active .step-circle {
    border-color: #3351FE;
    background: #3351FE;
    color: #fff;
}

/* Completed step circle */
.stepper-tabs li.completed .step-circle {
    border-color: #3351FE;
    /* green border */
    background: #3351FE;
    /* green fill */
    color: #fff;
}

.stepper-tabs li.completed .step-circle svg circle,
.step-link.active .step-circle svg circle {
    fill: #fff !important;
}

/* Completed line */
.stepper-tabs li.completed::after {
    background: #28a745;
    /* line bhi green */
}


/* --- Har LI ke basis par line --- */
.stepper-tabs li {
    position: relative;
}

/* default gray line har li ke right side me */
.stepper-tabs li::after {
    content: "";
    position: absolute;
    top: 16px;
    /* circle ke center ke barabar */
    left: 50%;
    /* circle ke beech se start */
    width: 100%;
    /* next circle tak jaye */
    height: 2px;
    background: #ccc;
    z-index: 1;
}

/* last step ke baad line hatani hai */
.stepper-tabs li:last-child::after {
    content: none;
}

/* agar step completed hai to uski line blue ho jaye */
.stepper-tabs li.completed::after {
    background: #3351FE;
}

.project-delete-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}

.manage-account-accordion .accordion-item {
    border: 1px solid transparent;
    background-color: transparent;
}

.manage-account-accordion .accordion-button {
    border-radius: 0px;
    padding: 8px 12px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.manage-account-accordion .accordion-button:not(.collapsed) {
    color: #373940;
    background-color: transparent;
    box-shadow: none;
}

.tax-select::after {
    position: absolute;
    top: 50%;
    left: unset;
    right: 10px;
}

@media(max-width: 991px) {
    .resposive-topbar-wrapper {
        background: #F9FAFB;
        border-radius: 8px;
        padding: 8px 16px;
        position: sticky;
        top: 0px;
        z-index: 9999;
    }

    .sidebar-toggle i.fa-xmark {
        display: none;
        /* default me cross chhupao */
    }

    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        padding: 20px;
        z-index: 999;
        transition: left 0.3s ease;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

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

    .login-header-section {
        padding: 20px 40px;
        background: linear-gradient(180deg, #0162DD -0.72%, #021B79 70.06%), #FFF;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .login-right-column {
        width: 100%;
        padding: 20px;
    }

    .topbar-action-wrapper li .dropdown .notification-dropdown {
        top: 34px !important;
        width: 300px !important;
        padding: 20px 24px;
    }

    .notification-count {
        right: -3px;
        top: -3px;
    }
}

.bv-form .help-block{
    color: red;
}
.toast-success {
    background-color: #476CEB !important; /* Dark background */
    opacity: 1 !important;
}

.toast-error {
    background-color: red !important; /* Dark background */
    opacity: 1 !important;
}

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