.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

:root {
    --theme-main-primary : #fd7217;
    --theme-main-secondary : #004aad;
    --theme-main-secondary-hover : #0153c1;
    --theme-sidebar-bg: #002658;
    --theme-secondary : #00bf63;
    --theme-btn-secondary-bg: #00bf15;
    --theme-btn-disable-color : #737373;
    --theme-btn-disable-hover: #5e5e5e;
    --table-stripe-color : #f3f7fc;
    --text-color : #989292;
    --white: #fff;
    --black: #000;
    --input-border-color-focus : #004aad;
    --light-blue: #004aad21;
    --box-shadow-light: #00000021;
    --active-color: #22c55e;
    --input-readonly-color: #d3e5ff;
    --inactive-tab-bg: rgb(243 243 251);
}
[data-bs-theme=dark]{
    --theme-sidebar-bg: #222831;
    --theme-main-secondary : #5a5a5a;
    --input-border-color-focus : #fd7217;
    --black: #fff;
}


/* ================ other page ================*/

.table-box tbody tr td {
    position: relative;
}
.table-box {
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    padding: 0 20px;
    overflow-x: visible;
}

.cardWrapper {
    width: 95%;
    margin: 0 auto;
}
.main-breadcrumb {
    width: 94%;
    margin: 0 auto;
}
.form-control:focus {
    border-color: var(--input-border-color-focus);
}
.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--pe-pagination-active-color);
    background-color: var(--theme-main-secondary);
    border-color: var(--theme-main-secondary);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --pe-table-color-type: var(--pe-table-striped-color);
    --pe-table-bg-type: var(--table-stripe-color);
    border: 1px solid var(--table-stripe-color);
}
.entriesFilter input[type="reset"] {
    font-size: 16px;
    background: var(--light-blue);
    color: var(--black);
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 10px;
}
.entriesFilter input[type="reset"]:focus-visible, .entriesFilter input[type="reset"]:active {
    color: var(--black) !important;
    background: var(--light-blue) !important;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.page-add-btn {
    background: var(--theme-main-secondary);
    border: 1px solid var(--theme-main-secondary);
}
.page-add-btn:hover {
    background: var(--theme-main-secondary-hover);
    border: 1px solid var(--theme-main-secondary-hover);
}
.page-add-btn:focus, .page-add-btn:focus-visible {
    background: var(--theme-main-secondary) !important;
    border: 1px solid var(--theme-main-secondary) !important;
}
.form-select:focus {
    border-color: var(--theme-main-secondary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(100, 97, 219, 0);
}
.pe-app-sidebar {
    background-color: var(--theme-sidebar-bg);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    width: var(--pe-app-sidebar-width);
    border-right: 1px solid var(--pe-border-color);
}
[data-sidebar=icon] .pe-app-sidebar .pe-app-sidebar-logo {
    background-color: var(--theme-sidebar-bg);
}
.loginUserCount h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-btn-disable-color);
}
.info-icon {
    color: var(--theme-main-secondary);
}
.formWrapper .choices__inner, .stepper .choices__inner {
    min-height: 50px;
    height: 50px;
    padding: 0.9rem 1.25rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--pe-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--theme-main-secondary);
}
.is-focused .choices__inner, .is-open .choices__inner {
    border-color: var(--input-border-color-focus) !important;
}


/* Auth Page Css */

.settingTabs{
    position: relative;
}

.settingTabs .nav-tabs {
    width: 100%;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.settingTabs .nav-tabs .nav-item {
    position: relative;
}
.settingTabs .nav-tabs .nav-item .nav-link {
    color: var(--theme-main-secondary);
    background: var(--inactive-tab-bg);
    border: none;
    border-radius: 10px;
    padding: 8px 40px;
    width: auto;
    text-align: left;
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 16px;
    font-weight: 400;
}
.settingTabContainer .progress {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 20px;
}
.settingTabs .nav-tabs .nav-item:nth-child(4) .nav-link {
    box-shadow: none;
}
.settingTabs .nav-tabs .nav-item.active{
    z-index: 9;
}
.settingTabs .nav-tabs .nav-item.show .nav-link, .settingTabs .nav-tabs .nav-link.active {
    color: var(--white) !important;
    background: var(--theme-main-secondary) !important;
    border: none !important;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px 40px;
}
.custom-stepper .nav.nav-pills .nav-item .nav-link.activeComplete, .custom-stepper .nav.nav-pills .nav-item .nav-link.active {
    background-color: var(--theme-main-secondary) !important;
    color: var(--pe-white);
    border: 0;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--pe-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--theme-main-secondary) !important;
    transition: var(--pe-progress-bar-transition);
}
/* Security Box */


.sectionTitle {
    font-weight: 600;
    font-size: 18px;
    color: #111827;
}

.labelText {
    font-size: 15px;
    color: #374151;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: var(--white);
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: var(--white);
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--active-color);
}

input:checked + .slider:before {
    transform: translateX(22px);
}

/* Footer Buttons */
.groupOfBtn {
    padding-top: 20px;
}

/* Settings container */


/* Labels */
.formLabel {
    font-weight: 600;
    font-size: 15px;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

/* Select */
.customSelect {
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    color: #6b7280;
}
.settingTabs .nav-tabs .nav-item .nav-link:hover {
    color:var(--white);
    background-color: var(--theme-main-secondary);
    border: none;
}
.settingTabs .tabPaneContent {
    padding: 20px 0;
}
.settingTabs .tab-content {
    background: var(--white);
    padding: 20px;
    box-shadow: 0 0px 2px var(--box-shadow-light);
}
.settingTabs .form-control, .settingTabs .form-select {
    height: 50px;
    font-size: 15px;
    color: #636578;
}
.disableInput::placeholder {
    color: var(--black);
}
.disableInput {
    background: var(--input-readonly-color);
    height: 50px;
    font-size: 20px !important;
    color: var(--black) !important;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--input-readonly-color);
}
.disableInput:focus, .disableInput:focus-visible {
    background: var(--input-readonly-color);
    color: var(--black);
    border: 1px solid var(--input-readonly-color);
}
.subcription-plan option {
    color: #000;
}
.subcription-plan option:disabled {
    color: #636578;
}
.form-controler {
    height: 50px;
    font-size: 14px;
    color: #636578;
}
.confirmationPlanPopup .popBody {
    width: 30%;
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
    border: 2px solid var(--black);
}
.popContent h4 {
    text-transform: uppercase;
    color: var(--theme-main-secondary);
}
.popContent span {
    color: var(--theme-main-secondary);
}
.popContent p {
    font-size: 16px;
    color: var(--theme-main-secondary);
}
.popBody button {
    padding: 5px 15px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
}
.continuePlan {
    background: var(--theme-secondary);
    color: var(--white);
}
.continuePlan:hover {
    background: #038547;
    color: var(--white);
}
.goBackBtn {
    background: var(--theme-btn-disable-color);
    color: var(--white);
}

.goBackBtn:hover {
    background: #5d5b5b;
    color: var(--white);
}
.confirmationPlanPopup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
   inset: 0;
}
.delAcconutPopup {
    position: fixed;
    transform: translate(0%, 60%);
    z-index: 99;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}
.delAcconutPopup .popBody {
    width: 26%;
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
    border: 2px solid var(--black);
}
a.updateBtn {
    background-color: var(--theme-main-secondary) !important;
    border: 1px solid var(--theme-main-secondary) !important;
    color: var(--white);
}
.deleteAccBtn {
    background: #f00;
    color: var(--white);
}


.clear-btn {
    font-size: 15px;
}

.file-upload-pannel {
    height: 39px !important;
}
.info-text {
    width: 66%;
}
.formWrapper .form-label {
    color:  var(--text-color);
}
.label-color {
    color: #171515 !important;
}
.eyeBtnicon {
    top: 8px;
}
.readonlyInput {
    background: #5855c112;
    color: #f00 !important;
}
.password-hint {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color:var(--black);
}
.password-hint span {
    color: #d93025;
}
.groupOfBtn {
    gap: 20px;
    width: 100%;
}
.groupOfBtn a {
    color:var(--white);
    background-color: #ff000087;
    border: 1px solid #ff000087;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
a.saveBtn {
    background: var(--theme-btn-secondary-bg);
    border: 1px solid var(--theme-btn-secondary-bg);
}
a.saveBtn:hover {
    background: var(--theme-secondary);
    border: 1px solid var(--theme-secondary);
}
a.prevBtn {
    background: var(--theme-secondary);
    border: 1px solid var(--theme-secondary);
}
a.prevBtn:hover {
    background: var(--theme-btn-secondary-bg);
    border: 1px solid var(--theme-btn-secondary-bg);
}
a.nextBtn {
    background: var(--theme-btn-secondary-bg);
    border: 1px solid var(--theme-btn-secondary-bg);
}
a.nextBtn:hover {
    background: var(--theme-secondary);
    border: 1px solid var(--theme-secondary);
}
.addInput input.form-control {
    width: 90%;
}
.addInputBtn {
    padding: 4px 10px;
    border-radius: 5px;
    color:var(--white);
    background: var(--theme-secondary);
    border: 1px solid var(--theme-secondary);
    font-size: 15px;
    font-weight: 600;
}
.delInputBtn {
    padding: 4px 10px;
    border-radius: 5px;
    color:var(--white);
    background: #ff3131;
    border: 1px solid #ff3131;
    font-size: 15px;
    font-weight: 600;
}
.addInput {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
}
.addExtraInputGroup .invalid-feedback {
    width: 90%;
    margin-top: -0.75rem;
}
.delInput {
    gap: 20px;
}

table.file-table thead tr th {
    background: var(--theme-main-secondary);
    color: var(--pe-gray-100);
    border-right: 1px solid var(--theme-main-secondary);
}
table.file-table thead tr th:not(:last-child) {
    border-right: 1px solid var(--theme-main-secondary);
}

table.file-table tbody td .toggleBtnGrp {
    gap: 30px;
    margin: 0px 0;
}
.formWrapper {
    padding: 30px 0 0;
}
.paymentMethodcontainer h4 {
    font-size: 15px;
    font-weight: 400;
}
.payment-card {
    width: 200px;
    border: 2px solid #cfcfcf;
    border-radius: 6px;
    padding: 15px;
}

.card-option {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

/* Hide native radio */
.card-option input {
    display: none;
}

/* Custom radio */
.radio-custom {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ff7a18;
    position: relative;
}

.card-option input:checked + .radio-custom::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff7a18;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Logo */
.card-logo {
    height: 16px;
}
.notSelectCard .card-logo {
    height: 13px;
}
.paymentOptionselect {
    gap: 20px;
}
.card-number small {
    font-size: 12px;
}

.paymentBtn a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

.updatePaymentBtn a {
    color:var(--white);
    background: #5855c1;
}
.updatePaymentBtn a:hover {
    color:var(--white);
    background: #4643b7;
}
.newPaymentBtn a {
    color:var(--white);
    background: #55c1b8;
}
.newPaymentBtn a:hover {
    color:var(--white);
    background: #41ada4;
}

.upload-box {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 24px;
    background: #fff;
    text-align: center;
}

.profile-preview {
    width: 220px;
    height: 220px;
    margin: 10px auto;
    background: #f3f3fb;
}
.profile-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-btn {
    background: var(--theme-main-secondary);
    color:var(--white);
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.upload-btn:hover {
   background: var(--theme-main-secondary-hover);
}
.delBtn {
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    color:var(--white);
    background-color: #ff000087;
    border: 1px solid #ff000087;
}
.delBtn:hover {
    color:var(--white);
    background-color: #fc1c1c;
    border: 1px solid #fc1c1c;
}
.uploadPic {
    background: #ff6805;
    color:var(--white);
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.profilePicUpload {
  display: none;
}

.signUpWrapper {
    width: auto;
    height: 695px;
}
.z-999 { z-index: 999; }

.filterNameSearch input {
    width: 360px;
}

.custom-file-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
    height: 38px;
    width: 91.2%;
    cursor: pointer;
    user-select: none;
}
.file-input-for-small {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
    height: 38px;
    width: 85.2%;
    cursor: pointer;
    user-select: none;
}

.custom-file-input-wrapper:hover .browse-btn {
    background-color: #e9ecef;
}

.browse-btn {
    padding: 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-right: 1px solid #ced4da;
    font-size: 14px;
    color: #495057;
    white-space: nowrap;
    transition: background-color 0.2s;
}

.file-count-label {
    flex: 1;
    padding: 0 12px;
    font-size: 14px;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear-selection-btn {
    border: none;
    border-left: 1px solid #ced4da;
    background: transparent;
    padding: 0 10px;
    height: 100%;
    color: #6c757d;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: all 0.2s;
}

.clear-selection-btn:hover {
    background-color: #f8d7da;
    color: #dc3545;
}

.uploadPic:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}


/* New Auther Register Page Start */
.auth-header {
    z-index: 999;
    padding: 15px 20px !important;
    background: transparent;
}

.auth-header .brandLogo img.logo-dark {
    height: 68px;
    width: auto;
    display: block;
}

/* Push left section down so logo doesn't overlap form */
.auth-header + * .leftPartSec,
.authSignupSec .leftPartSec {
    padding-top: 120px;
}
.leftPartSec {
    padding: 5rem 50px 50px 50px;
    position: relative;
    height: 100vh;
}
.rightPartSec {
    background: linear-gradient(-60deg, #5855c1 20%, #040265 100%);
    background: url(../../assets/images/employee-working-marketing-setting.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.rightPartSecLogin{
    background: linear-gradient(-60deg, #5855c1 20%, #040265 100%);
    background: url(../../assets/images/employee-working-marketing-setting.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.reviewContentContainer {
    position: relative;
}
.reviewContent {
    padding: 110px 40px 40px 40px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.clientReviewSlider .clientImage img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    object-fit: cover;
}
.clientReviewSlider .item {
    padding: 50px 0 0;
}
.mainRegisterWrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    border-radius: 30px;
    background: #fff;
}
.mainRegisterWrapper h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}
.mainRegisterWrapper h3 {
    font-size: 36px;
}

.mainRegisterWrapper .form-label {
    font-weight: 500;
}
.mainRegisterWrapper .registerForm button[type="submit"] {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #5855c1;
    background: #5855c1;
    border-radius: 50px;
    color:var(--white);
    padding: 10px;
    margin-top: 20px;
}
.mainRegisterWrapper .registerForm button[type="submit"]:hover {
    border: 1px solid #4643b7;
    background: #4643b7;
    color:var(--white);
}
.paymentForm {
    width: 100%;
    height: auto;
}
.registerForm {
    background: #ffffff5c;
    padding: 20px;
    border-radius: 7px;
}
.btnGroup{
    gap: 20px;
}

.btnGroup .prevBtn {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #fd7217;
    background: #fd7217;
    border-radius: 50px;
    color:var(--white);
    padding: 10px;
    margin-top: 20px;
}
.btnGroup .prevBtn:hover {
    background: #f17e31;
    border: 1px solid #f17e31;
}
.mainRegisterWrapper form input[type="text"],.mainRegisterWrapper form input[type="email"], .mainRegisterWrapper form input[type="password"] {
    height: 50px;
}
.registerForm p {
    margin-top: 20px;
    color: #aba8a8;
}



/* Home Blade Page  */

header.homeHeader {
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    background: #fff;
}
.brandLogo {
    width: 150px;
}
.brandLogo img {
    width: 100%;
}
.homeHeader a.nav-link {
    font-size: 18px;
    font-weight: 400;
}
.homeHeader a.nav-link {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 30px;
    color:var(--white);
    border: 1px solid #5855c1;
    background: #5855c1;
    border-radius: 50px;
}
.updatePaymentBtn a:hover {
    color:var(--white);
    background: #4643b7;
}


/* Price Section */


.priceSection {
    background: #fafaff;
    z-index: 999;
    position: relative;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
}
.priceCardContent {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #dadada;
}
.eachPriceCard {
    width: auto;
    border-radius: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.eachPriceCard:hover::before {
    display: block;
}
.cardHeader {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
}
.planName {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}
.cardHeader p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.popularBtn {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    color:var(--white);
    font-weight: 600;
    background: #5855c1;
    border: 1px solid #5855c1;
    position: absolute;
    top: 0px;
    right: 0;
}
.cardBody h3 {
    font-size: 52px;
    font-weight: 600;
    color:var(--black);
}
.cardBody h3 small {
    font-size: 11px;
    color: var(--text-color);
}
.cardBody p {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 18px;
}
.signupBtn {
    margin: 20px 0;
}
.signupBtn a {
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color:var(--white);
    background: #5855c1;
    border: 1px solid #5855c1;
    background-size: 100% auto;
    transition: all ease-in-out 0.5s;
}
.signupBtn a:hover {
    color:var(--white);
    border: 2px solid v#4643b7;
    background: #4643b7;
}
.featureTag {
    position: relative;
    margin-bottom: 20px;
}
.featureTag p {
    text-align: center;
    padding: 5px;
    color:var(--black);
}
.cardFooter ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
}
.cardFooter ul li i {
    color: var(--white);
}
.cardFooter ul li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: left;
}
.priceCardWrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    margin: 50px 0;
}

.cardFooter ul {
    padding: 0;
    margin: 0;
}
.pageHeading h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 700;
}
.pageHeading p {
    text-align: center;
    font-size: 18px;
    padding: 0 20%;
}
.cardFooter p {
    text-align: center;
}

.hk-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hk-toggle span {
  font-size: 13px;
  opacity: 0.8;
}

.hk-toggle input {
  display: none;
}
.hk-toggle label {
  width: 78px;
  height: 38px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
}
.hk-toggle label::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 50%;
  transition: 0.35s;
}
.hk-tg-5 label {
    background: rgb(88 85 193);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(88 85 193);
}
.hk-tg-5 label::after {
  background: #fff;
}
.hk-tg-5 input:checked + label::after {
  transform: translateX(38px);
}

.planSwitch ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.planSwitch ul {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: end;
}
.popularPlan {
    background: #5855c124;
}


/* Create Page Start */


.readonlyInput::placeholder {
    color: #f00;
}

.strngPassword {
    text-align: end;
    margin: 30px 0 30px 0;
    display: flex;
    justify-content: start;
}
.strngPassword a {
    color:var(--white);
    background-color: var(--theme-main-primary);
    border: 1px solid var(--theme-main-primary);
    border-radius: 5px;
    padding: 10px 40px;
    text-decoration: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}
.switch input:checked + .slider {
  background-color: #22c55e;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #e0e0e0;
    transition: 0.3s;
    border-radius: 50px;
}
.slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}
.switch input:checked + .slider::before {
  transform: translateX(16px);
}
.twoFactorContainer {
    width: 100%;
    border: 2px solid var(--text-color);
    padding: 20px;
    border-radius: 10px;
}
.tab-content > .tab-pane {
    padding: 20px 0;
}
.toggleBtnGrp {
    gap: 30px;
    margin: 20px 0 0;
}
.toggleBtnGrp p {
    margin-bottom: 0;
    font-weight: var(--fw4);
}
.auth-options {
    display: flex;
    gap: 30px;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.auth-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Green status toggle (Email) */
.toggle {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #e5e7eb;
}

.toggle.active {
    background-color: #22c55e;
}

/* Checkbox (Authenticator) */
.checkbox {
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.file-table-wrapper {
    border: 1px solid #d1d0ff;
    width: 100%;
    font-size: 13px;
}
/* Table */
.file-table {
    width: 100%;
    border-collapse: collapse;
}

/* Header */
.file-table thead th {
    text-align: left;
    padding: 10px 12px;
    font-weight: 600;
    border: 2px solid var(--theme-main-secondary);
}


/* Scrollable body */
.table-body-scroll {
    max-height: 620px;
    overflow-y: auto;
}

/* Rows */
.file-table tbody td {
    padding: 10px 5px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    color: #636578;
}

/* Delete icon */
.delete-icon {
    cursor: pointer;
    color: #ff4d4f;
    font-size: 15px;
    padding-right: 20px;
}

.delete-icon:hover {
    opacity: 0.7;
}


/* Subscription Plan Page Start */

.entriesFilter p {
    margin-bottom: 0;
    width: auto;
}
.filterEntriesNSearch select {
    width: auto;
    height: 50px;
}
.entriesFilter {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filterContainer {
    width: 100%;
}
.filterEntriesNSearch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.resize-none {
    resize: none;
}
.addPlansForm form input[type="submit"] {
    color:var(--white);
    background-color: #5855c1;
    border: 1px solid #5855c1;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
}
.addPlansForm form input[type="submit"]:hover {
    color:var(--white);
    border: 2px solid v#4643b7;
    background: #4643b7;
}

a.cancelBtn {
    color:var(--white);
    background-color: var(--theme-btn-disable-color);
    border: 1px solid var(--theme-btn-disable-color);
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
a.cancelBtn:hover {
    color:var(--white);
    background-color: var(--theme-btn-disable-hover);
    border: 1px solid var(--theme-btn-disable-hover);
}

/**03-02-2026**/
.stripe-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}


/* Success Msg Popup */

.my-success-msg .my-success-msg-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 .5em;
}
.my-success-msg {
    width: 750px !important;
    min-height: 40px;
    padding: 0.8em 1em !important;
    font-size: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}


/* 5-02-26 change by paromita */

.bg-pattern{
    background:none !important;
}


/* Brunch Page */

.submitBtn {
    padding: 10px 30px;
    font-size: 15px;
    color:var(--white);
    background-color: var(--theme-main-secondary);
    border-color: var(--theme-main-secondary);
}
.submitBtn:focus, .submitBtn:focus-visible {
    color:var(--white);
    background-color: var(--theme-main-secondary) !important;
    border-color: var(--theme-main-secondary) !important;
}
.submitBtn:hover {
    color:var(--white);
    background-color: var(--theme-main-secondary-hover);
    border-color: var(--theme-main-secondary-hover);
}
.is-invalid {
    color: #df5c5d;
}

/* 10-02-2026 Shib */

.filterEntriesNSearch .choices__inner {
    min-height: 50px;
    height: 50px;
    padding: 15px 10px 15px 10px !important;
    width: 320px !important;
}
.filterEntriesNSearch .choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: var(--black) transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 62%;
    margin-top: -2.5px;
    pointer-events: none;
}
.rounded-rectangle {
    border-radius: 5px !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 20px !important;
}
.custom-stepper .nav.nav-pills {
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
}

/* delete modal */

/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}   
.openModal {
    display: flex;
}
/* Modal */
.warning-modal {
    width: 700px;
    background: #fff;
    border: 2px solid #6461db91;
}

/* Header */
.warning-modal .modal-header {
    background: #6461db91;
    padding: 14px;
    text-align: center;
    border-radius: 0;
}

.warning-title {
    color:var(--white);
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px dashed rgba(255,255,255,0.6);
    padding: 6px 20px;
    display: inline-block;
    margin: 0 auto;
}

/* Body */
.warning-modal .modal-body {
    padding: 20px;
}

.warning-text {
    padding: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color:var(--black);
    text-align: center;
}

.warning-instruction {
    padding: 10px;
    margin-bottom: 15px;
    width: 95%;
    font-size: 15px;
    font-weight: 500;
    color:var(--black);
    margin-bottom: 0;
}

.delete-input {
    width: 100%;
    height: 42px;
    border: 1px solid #e53935;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
}

/* Footer */
.warning-modal .modal-footer {
    display: flex;
    justify-content: end;
    gap: 15px;
    padding: 20px;
}

.btn-back {
    background: #969696;
    border: 1px solid #969696;
    color:var(--white);
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-back:hover {
    background: #868686;
    border: 1px solid #868686;
    color:var(--white);
}
.btn-delete {
    color:var(--white);
    background-color: #ff000087;
    border: 1px solid #ff000087;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-delete:hover {
    color:var(--white);
    background-color: #ff000087;
    border: 1px solid #ff000087;
}



/* User Invite Accept page */


.inviteAcceptUser {
    position: relative;
    padding: 3rem 0;
    background: #004aada3;
    height: 100vh;
}
.inviteAcceptUser .brandLogo img {
    height: 50px;
    width: auto;
}
.inviteAcceptUser .stepper {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: 700px;
}
.inviteAcceptUser form.form-steps {
    overflow: hidden;
    height: auto;
}
.inviteAcceptUser .tab-content {
    background: #f5f5f59c;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #cccccc80;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inviteAcceptUser .stepList li {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px; position: relative;
}

.line-but-bottom{ position: relative;}
.line-but-bottom:after {
    background-color: var(--white);
    position: absolute;
    width: 3px;
    height: 35px;
    content: "";
    top: 40px; 
}

.inviteAcceptUser .stepList li:last-child > .line-but-bottom::after{ background:none;}

.inviteAcceptUser .stepList li h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.inviteAcceptUser button.nav-link {
    background-color: var(--pe-light);;
    color: var(--pe-nav-pills-link-active-bg);
    width: 40px;
    height: 40px;
}
.inviteAcceptUser button.nav-link i {
    display: none;
}
.inviteAcceptUser .custom-stepper {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
    height: 100%;
    gap: 0px;
    background: #003d8f42;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 40px;
    height: 660px;
}
.inviteAcceptUser .tab-pane {
    width: 100%;
    height: auto;
}
.inviteAcceptUser .stepList {
    position: relative;
    z-index: 9;
}
.inviteAcceptUser .progress.progress-xs {
    width: 55%;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    top: 55%;
    left: -25px;
    right: auto; display: none;
    height: 2px;
    background-color: var(--white);
    transform: rotate(90deg);
}
.inviteAcceptUser button.nav-link.complete {
    background-color: var(--theme-main-secondary);
    color:var(--white);
}
.inviteAcceptUser .readonlyInput {
    background: #5855c112;
    color: #f00 !important;
    width: 50%;
    margin: 0 auto 20px;
}
.inviteAcceptUser button.nav-link.complete .stepNum {
    display: none;
}
.inviteAcceptUser button.nav-link.complete .bi-check2 {
    display: block;
}
.inviteAcceptUser .file-upload-pannel {
    height: 37px !important;
}


/* Quiz Section */

.quizSelect .form-check .form-check-input {
    cursor: pointer;
    background: #6461db3d;
    border: 1px solid #6461db66;
}
.quizSelect .form-check .form-check-input.is-invalid {
    cursor: pointer;
    background: #fff;
    border: 1px solid #df5c5d;
}
.quizSelect .form-check-input:checked {
    background-color: var(--pe-white);
    border: 6px solid var(--pe-primary);
}
.ql-toolbar.ql-snow {
    border: 1px solid var(--theme-main-secondary) !important;
    border-bottom: none;
    box-sizing: border-box;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    padding: 8px;
}
.explanationEditor .ql-editor {
   border: 1px solid var(--theme-main-secondary) !important;
   border-top: none !important;
}


/* Course Edit Page */

.categorySelect .choices__inner {
    min-height: 50px;
    height: 50px;
    padding: 15px 10px 15px 10px !important;
}
.categorySelect .choices[data-type*=select-one]::after {
    top: 60%;
}
.categorySelect .choices {
    margin-bottom: 0;
}
.categorySelect .form-select.is-invalid .choices__inner  {
    color: #dc3545;
}
.groupSelector .choices__inner {
    height: 50px;
    padding: 0.7rem 1.25rem;
}
.groupSelector .choices {
    margin-bottom: 0px;
}
.courseNameEditor {
    height: 100px;
}
.nexttBtn {
    background: var(--theme-secondary);
    border: 1px solid var(--theme-secondary);
    color: var(--white);
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
.saveExitBtn {
    background: var(--theme-btn-secondary-bg);
    border: 1px solid var(--theme-btn-secondary-bg);
    color: var(--white);
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
     white-space: nowrap;
}
.cancelExitBtn {
    background-color: var(--theme-btn-disable-color);
    border: 1px solid var(--theme-btn-disable-color);
    color: var(--white);
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
}



/******Added By Payal******/


.badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.modern-badge {
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 20px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color:var(--white) !important;
    white-space: nowrap;  
}

.choices:has(select.is-invalid) .choices__inner {
    border: 1px solid #dc3545 !important;
    border-radius: 0.375rem;
    padding-right: 2.25rem !important; 
}
.choices:has(select.is-invalid) .choices__inner {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
}

.btn-orange {
    background-color: #ff7a00;
    border: 1px solid #ff7a00;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #e96f00;
    border-color: #e96f00;
    color: #ffffff;
}

.btn-orange:active {
    background-color: #cc6100;
    border-color: #cc6100;
    color: #ffffff;
    box-shadow: none;
    text-decoration: none;
}


.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 570px;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

/******12-08-2026*****/

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="sans-serif"]::before {
  content: "Sans Serif";
  font-family: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
  font-family: Serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
  font-family: Monospace;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before {
  content: "Arial";
  font-family: Arial;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="times-new-roman"]::before {
  content: "Times New Roman";
  font-family: "Times New Roman";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="courier-new"]::before {
  content: "Courier New";
  font-family: "Courier New";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="roboto"]::before {
  content: "Roboto";
  font-family: "Roboto";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="poppins"]::before {
  content: "Poppins";
  font-family: "Poppins";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="montserrat"]::before {
  content: "Montserrat";
  font-family: "Montserrat";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="georgia"]::before {
  content: "Georgia";
  font-family: Georgia;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="tahoma"]::before {
  content: "Tahoma";
  font-family: Tahoma;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="verdana"]::before {
  content: "Verdana";
  font-family: Verdana;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="sans-serif"]::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before {
  content: "Arial";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="times-new-roman"]::before {
  content: "Times New Roman";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="courier-new"]::before {
  content: "Courier New";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="roboto"]::before {
  content: "Roboto";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="poppins"]::before {
  content: "Poppins";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="montserrat"]::before {
  content: "Montserrat";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="georgia"]::before {
  content: "Georgia";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="tahoma"]::before {
  content: "Tahoma";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="verdana"]::before {
  content: "Verdana";
}

.ql-snow .ql-picker.ql-font .ql-picker-options {
  max-height: 200px;
  overflow-y: auto;
}

.ql-snow .ql-picker.ql-font .ql-picker-options::-webkit-scrollbar {
  width: 6px;
}

.ql-snow .ql-picker.ql-font .ql-picker-options::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
.ql-snow .ql-picker.ql-font {
  width: 160px !important;   
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  white-space: nowrap;
}
.ql-snow .ql-picker.ql-font .ql-picker-label {
  width: 160px;
}

.ql-toolbar .ql-source {
  width: auto !important;
  padding: 0 10px;
}

.ql-toolbar .ql-source span {
  white-space: nowrap;
}
.quillEditor {
    background: #fff;
    border: 1px solid #ccc;
}

.cardWrapper {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

 .correct-checkbox {
    width: 25px;
    height: 25px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
}

.correct-checkbox:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.feedback-container {
    background-color: #f8f9fa;
}

.feedback-container textarea {
    font-size: 0.9rem;
    color: #6c757d;
    resize: none;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.btn-success {
    background-color: #24c46c !important; 
    border: none;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: #757575 !important; 
    border: none;
}

.gap-2 {
    gap: 0.5rem; 
}

.cke_contents {
    padding: 15px 15px !important;
}
.nexttBtn-new{
    background: #004aad;
    border: 1px solid #004aad;
    color: var(--white);
    border-radius: 5px;
    padding: 4px 20px;
    text-decoration: none;
}
.quiz-add-btn{
    background: #fd7217;
    border: 1px solid #fd7217;
    color: var(--white);
    border-radius: 5px;
    padding: 4px 20px;
    text-decoration: none;
}

.custom-color-container {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden; 
    transition: border-color 0.2s;
}

.custom-color-container:focus-within {
    border-color: var(--input-border-color-focus);
}

.color-indicator {
    width: 8px;
    height: 45px; 
    flex-shrink: 0;
}

.color-text-input {
    border: none !important; 
    box-shadow: none !important;
    padding-left: 12px;
    height: 45px !important;
    text-transform: uppercase;
    font-family: 'Monaco', 'Consolas', monospace; 
    font-size: 0.9rem;
    color: #495057;
}

.color-icon-trigger {
    padding-right: 12px;
    cursor: pointer;
    font-size: 1.2rem;
    background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.2s;
}

.color-icon-trigger:hover {
    transform: scale(1.1);
}

.hidden-color-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.mt-25 {
    margin-top: 7rem !important;
}

.shadow-sm {
    background-color: #f4f4f7 !important;
}

/*********Exit*******/
/*dashboard*/
.dashboard-card .card-header{
background:#0d4ea6;
color:#fff;
font-weight:600;
text-align:center;
padding:10px;
}
.chat-user{
display:flex;
align-items:center;
padding:12px;
border-bottom:1px solid #eee;
}

.chat-user img{
width:40px;
height:40px;
border-radius:50%;
margin-right:10px;
}

.chat-user:hover{
background:#f8f9fa;
}

.pass-box{
background:#e9f0ff;
padding:25px;
font-size:22px;
font-weight:600;
}

.fail-box{
background:#ffe5e5;
padding:15px;
color:red;
font-weight:600;
}


/* Dashboard Header Added By Shib 13/03/2026 */

.app-header .icon-dot {
    position: absolute;
    top: -7px;
    right: -3px;
    height: 25px;
    width: 25px;
    background-color: var(--pe-danger);
    border: 3px solid var(--pe-light-border-subtle);
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notiCount {
    background: var(--theme-main-secondary);
}


/* ================================================================
   RESPONSIVE BREAKPOINTS
   ================================================================ */

/* ---- ≥ 1441px up to 1846px ---- */
@media (min-width: 1441px) and (max-width: 1846px) {

    .filterEntriesNSearch .choices__inner {
        padding: 10px !important;
    }
    .choices .choices__list[aria-expanded] .choices__list .choices__item {
        border-radius: var(--pe-border-radius);
        padding: 0.5rem 0.5rem !important;
    }
    .entriesFilter {
        gap: 10px;
        flex-wrap: wrap;
    }
    .entriesFilter input[type="reset"] {
        padding: 10px;
    }
    .entriesFilter .gap-5 {
        gap: 10px !important;
    }
    .mainRegisterWrapper {
        width: 100%;
    }
    .mainRegisterWrapper h2 {
        margin-bottom: 0;
    }
    .registerForm {
        padding: 0;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .registerForm p {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .profile-preview {
        width: 150px;
        height: 150px;
    }
    .inviteAcceptUser .custom-stepper {
        height: 485px;
    }
    .inviteAcceptUser .tab-content {
        height: 485px;
    }
}

/* ---- 1281px – 1440px ---- */
@media (min-width: 1281px) and (max-width: 1440px) {

    .cardWrapper {
        width: 100%;
        margin: 0 auto;
    }
    .main-breadcrumb {
        width: 99%;
        margin: 0 auto;
    }
    .filterNameSearch input {
        width: auto;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices__inner {
        min-height: 40px;
        height: 40px;
        padding: 10px !important;
        width: 170px !important;
        font-size: 12px !important;
    }
    .choices .choices__list[aria-expanded] .choices__list .choices__item {
        border-radius: var(--pe-border-radius);
        padding: 0.5rem 0.5rem !important;
        font-size: 12px !important;
    }
    .entriesFilter {
        gap: 10px;
        flex-wrap: wrap;
    }
    .form-controler {
        height: 40px;
        font-size: 12px;
    }
    .entriesFilter input[type="reset"] {
        padding: 10px;
        font-size: 12px;
    }
    .entriesFilter .gap-5 {
        gap: 10px !important;
    }
    .mainRegisterWrapper {
        width: 100%;
    }
    .mainRegisterWrapper h2 {
        margin-bottom: 0;
    }
    .registerForm {
        padding: 0;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .registerForm p {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .mainRegisterWrapper .card-body {
        padding: 0 !important;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .profile-preview {
        width: 150px;
        height: 150px;
    }
    .inviteAcceptUser .custom-stepper {
        height: 485px;
    }
    .inviteAcceptUser .tab-content {
        height: 485px;
    }
    .invalid-feedback {
        position: absolute !important;
    }
}

/* ---- 1200px – 1280px ---- */
@media (min-width: 1200px) and (max-width: 1280px) {

    .cardWrapper {
        width: 100%;
        margin: 0 auto;
    }
    .main-breadcrumb {
        width: 99%;
        margin: 0 auto;
    }
    .filterNameSearch input {
        width: auto;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices__inner {
        min-height: 40px;
        height: 40px;
        padding: 10px !important;
        width: 220px !important;
        font-size: 12px !important;
    }
    .choices .choices__list[aria-expanded] .choices__list .choices__item {
        border-radius: var(--pe-border-radius);
        padding: 0.5rem 0.5rem !important;
        font-size: 12px !important;
    }
    .entriesFilter {
        gap: 10px;
        flex-wrap: wrap;
    }
    .form-controler {
        height: 40px;
        font-size: 15px;
    }
    .filterEntriesNSearch select {
        width: auto;
        height: 40px;
        font-size: 13px;
    }
    .entriesFilter input[type="reset"] {
        padding: 10px;
        font-size: 12px;
    }
    .entriesFilter .gap-5 {
        gap: 10px !important;
    }
    .mainRegisterWrapper {
        width: 100%;
    }
    .mainRegisterWrapper h2 {
        margin-bottom: 0;
    }
    .registerForm {
        padding: 0;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .registerForm p {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .rightPartSec {
        height: 806px;
    }
    .rightPartSecLogin {
        height: 650px;
    }
    .leftPartSec {
        height: auto;
    }
    .mainRegisterWrapper .card-body {
        padding: 0 !important;
    }
    .inviteAcceptUser {
        height: 100vh;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .profile-preview {
        width: 150px;
        height: 150px;
    }
    .inviteAcceptUser .custom-stepper {
        height: 485px;
    }
    .inviteAcceptUser .tab-content {
        height: 485px;
    }
    .inviteAcceptUser .progress.progress-xs {
        left: -13px;
    }
    .eyeBtnicon {
        top: 3px;
    }
}

/* ---- 1024px – 1199px ---- */
@media (min-width: 1024px) and (max-width: 1199px) {

    .cardWrapper {
        width: 100%;
        margin: 0 auto;
    }
    .main-breadcrumb {
        width: 99%;
        margin: 0 auto;
    }
    .filterNameSearch input {
        width: 150px;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices__inner {
        min-height: 40px;
        height: 40px;
        padding: 10px 10px 10px 10px !important;
        width: 160px !important;
        font-size: 12px !important;
    }
    .entriesFilter {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: start !important;
    }
    .form-controler {
        height: 40px;
        font-size: 12px;
    }
    .entriesFilter input[type="reset"] {
        padding: 10px;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices__inner {
        min-height: 40px;
        height: auto;
        padding: 10px 10px 10px 10px !important;
        width: 200px !important;
        font-size: 12px !important;
    }
    .choices .choices__list[aria-expanded] .choices__list .choices__item {
        padding: 0.5rem 0.5rem !important;
        font-size: 12px !important;
    }
    .filterEntriesNSearch select {
        width: auto;
    }
    .filterEntriesNSearch .form-label {
        font-weight: 500;
        font-size: 12px;
    }
    .filterEntriesNSearch .entriesNum {
        width: 75px !important;
        padding-right: 39px !important;
    }
    .filterBy {
        flex-wrap: wrap;
        gap: 10px !important;
        justify-content: start !important;
    }
    .mainRegisterWrapper {
        width: 100%;
    }
    .mainRegisterWrapper h2 {
        margin-bottom: 0;
    }
    .registerForm {
        padding: 0;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .registerForm p {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .profile-preview {
        width: 150px;
        height: 150px;
    }
    .form-label {
        font-weight: 500;
        font-size: 13px;
    }
    .custom-file-input-wrapper {
        width: 82.2%;
    }
    .inviteAcceptUser .stepList li h6 {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .inviteAcceptUser .custom-stepper {
        height: 485px;
    }
    .inviteAcceptUser .tab-content {
        height: 485px;
    }
    .inviteAcceptUser .progress.progress-xs {
        width: 100%;
        left: -50px;
    }
}

/* ---- 768px – 1023px ---- */
@media (min-width: 768px) and (max-width: 1023px) {

    .cardWrapper {
        width: 100%;
        margin: 0 auto;
    }
    .main-breadcrumb {
        width: 99%;
        margin: 0 auto;
    }
    .filterNameSearch input {
        width: 150px;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices__inner {
        min-height: 40px;
        height: 40px;
        padding: 10px !important;
        width: auto !important;
        min-width: 140px !important;
        font-size: 12px !important;
    }
    .entriesFilter {
        gap: 10px;
        flex-wrap: wrap;
    }
    .form-controler {
        height: 40px;
        font-size: 12px;
    }
    .entriesFilter input[type="reset"] {
        padding: 10px;
        font-size: 12px;
    }
    .filterEntriesNSearch select {
        width: auto;
    }
    .filterEntriesNSearch .form-label {
        font-weight: 500;
        font-size: 12px;
    }
    .filterEntriesNSearch .entriesNum {
        width: 75px !important;
        padding-right: 39px !important;
    }
    .entriesFilter .gap-5 {
        gap: 10px !important;
    }
    .mainRegisterWrapper {
        width: 100%;
    }
    .mainRegisterWrapper h2 {
        margin-bottom: 0;
    }
    .registerForm {
        padding: 0;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    .registerForm p {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .inviteAcceptUser form.form-steps {
        height: auto;
    }
    .inviteAcceptUser .tab-content {
        height: auto;
    }
    .inviteAcceptUser .stepList {
        width: 100%;
    }
    .inviteAcceptUser .stepList li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .inviteAcceptUser .progress.progress-xs {
        display: none;
    }
    .inviteAcceptUser .custom-stepper {
        height: auto;
        padding: 15px;
    }
    .kanban-list22 {
        width: 100% !important;
        background: #f8f9fa;
        padding: 1rem;
        border-radius: 8px;
        min-height: 150px;
        overflow-x: hidden;
    }

    /* Popups: full-width on tablets */
    .confirmationPlanPopup .popBody {
        width: 60%;
    }
    .delAcconutPopup .popBody {
        width: 60%;
    }
    .warning-modal {
        width: 90%;
    }

    /* Price grid: single column */
    .priceCardWrapper {
        grid-template-columns: 1fr;
    }

    /* Page heading adjustments */
    .pageHeading h2 {
        font-size: 36px;
    }
    .pageHeading p {
        padding: 0 5%;
        font-size: 15px;
    }

    /* Auth left/right sections stack */
    .leftPartSec {
        height: auto;
        padding: 2rem 20px;
    }
    .rightPartSec,
    .rightPartSecLogin {
        height: 300px;
    }

    /* Nav tabs wrap on tablets */
    .settingTabs .nav-tabs {
        flex-wrap: wrap;
        gap: 8px;
    }
    .settingTabs .nav-tabs .nav-item .nav-link {
        padding: 8px 20px;
        font-size: 14px;
    }

    /* File input wrappers */
    .custom-file-input-wrapper,
    .file-input-for-small {
        width: 100%;
    }

    /* groupOfBtn stacks nicely */
    .groupOfBtn {
        flex-wrap: wrap;
        gap: 10px;
    }
    .groupOfBtn a {
        padding: 8px 14px;
        font-size: 13px;
    }

    /* Payment cards wrap */
    .paymentOptionselect {
        flex-wrap: wrap;
    }
    .payment-card {
        width: 100%;
    }

    /* Table: allow horizontal scroll */
    .table-box {
        overflow-x: auto;
    }
    .file-table-wrapper {
        overflow-x: auto;
    }

    /* filterNameSearch full width */
    .filterNameSearch input {
        width: 100%;
    }

    /* choices width fluid */
    .choices__inner {
        width: 100% !important;
    }

    /* entriesFilter wraps on tablets */
    .entriesFilter {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }
     .filterEntriesNSearch {
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        width: 100%;
    }
    .filterEntriesNSearch select,
    .filterEntriesNSearch .form-select,
    .filterEntriesNSearch .form-control,
    .filterEntriesNSearch .form-controler {
        width: auto;
        min-width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .filterEntriesNSearch .choices,
    .filterEntriesNSearch .choices__inner {
        width: auto !important;
        min-width: 150px !important;
    }
    .entriesFilter input[type="reset"] {
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .submitBtn,
    .cancelExitBtn,
    .saveExitBtn {
        padding: 8px 14px;
        font-size: 7px;
        white-space: nowrap;
    }
    .mt-20{
        margin-top: 8rem !important
    }
    .page-add-btn{
        width: 100%;
        font-size: 7px;
    }
}

/* ---- max-width: 912px ---- */
@media (max-width: 912px) {
    .inviteAcceptUser {
        height: auto;
    }
}

/* ---- 360px – 767px ---- */
@media (min-width: 360px) and (max-width: 767px) {
    .auth-header {
        position: relative !important;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
        padding: 10px 15px !important;
    }

    .auth-header .brandLogo img.logo-dark {
        height: 35px;
    }

    .authSignupSec .leftPartSec {
        padding-top: 20px;
    }
    .inviteAcceptUser {
        height: auto;
    }
    .inviteAcceptUser .stepper {
        height: auto;
    }
    .inviteAcceptUser form.form-steps {
        height: auto;
    }
    .inviteAcceptUser .tab-content {
        height: auto;
    }
    .inviteAcceptUser .custom-stepper {
        height: auto;
    }
    .inviteAcceptUser .progress.progress-xs {
        width: 65%;
    }
    .groupOfBtn {
        gap: 20px;
        flex-wrap: wrap;
    }
    .fileUploadContainer {
        flex-wrap: wrap;
    }
    .fileUploadContainer input[type="file"] {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .uploadPic {
        margin: 0 auto;
    }
    .twoFactorAuthen {
        flex-wrap: wrap;
    }
    .strngPassword a {
        text-align: center;
        font-size: 12px;
    }
    .strngPassword {
        margin: 10px 0;
    }
    .twoFactorContainer h4 {
        font-size: 19px;
    }
    a.cancelBtn {
        padding: 8px 15px;
    }

    /* Popups: near full-width on mobile */
    .confirmationPlanPopup .popBody {
        width: 90%;
        padding: 20px;
    }
    .delAcconutPopup .popBody {
        width: 90%;
        padding: 20px;
    }
    .warning-modal {
        width: 95%;
    }

    /* Price section */
    .priceCardWrapper {
        grid-template-columns: 1fr;
        margin: 20px 0;
    }
    .pageHeading h2 {
        font-size: 28px;
    }
    .pageHeading p {
        padding: 0;
        font-size: 14px;
    }
    .planName {
        font-size: 22px;
    }
    .cardBody h3 {
        font-size: 38px;
    }

    /* Auth layout: stack */
    .leftPartSec {
        height: auto;
        padding: 2rem 15px 30px;
    }
    .rightPartSec,
    .rightPartSecLogin {
        height: 220px;
    }
    .mainRegisterWrapper {
        width: 100%;
        padding: 20px 15px;
        border-radius: 16px;
    }
    .mainRegisterWrapper h2 {
        font-size: 24px;
    }
    .mainRegisterWrapper h3 {
        font-size: 26px;
    }
    .registerForm {
        padding: 10px;
    }
    .mainRegisterWrapper .registerForm button[type="submit"] {
        font-size: 16px;
        margin-top: 10px;
    }
    .registerForm p {
        margin-top: 10px;
        font-size: 13px;
    }

    /* Setting tabs: wrap and scroll */
    .settingTabs .nav-tabs {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-start;
    }
    .settingTabs .nav-tabs .nav-item .nav-link,
    .settingTabs .nav-tabs .nav-item.show .nav-link,
    .settingTabs .nav-tabs .nav-link.active {
        padding: 7px 16px;
        font-size: 13px;
    }
    .settingTabs .nav-tabs li {
        margin-bottom: 6px;
    }
    .settingTabs .tab-content {
        padding: 12px;
    }

    /* groupOfBtn */
    .groupOfBtn a {
        padding: 7px;
        font-size: 12px;
    }
    .groupOfBtn {
        gap: 10px;
    }
    .addExtraInputGroup {
        gap: 20px;
        margin-bottom: 10px;
    }

    /* File inputs full width */
    .custom-file-input-wrapper,
    .file-input-for-small {
        width: 100%;
    }

    /* Payment options stack */
    .paymentOptionselect {
        flex-wrap: wrap;
        gap: 10px;
    }
    .payment-card {
        width: 100%;
    }

    /* Filter search full width */
    .filterNameSearch input {
        width: 100%;
    }
    .filterEntriesNSearch .choices__inner {
        width: 100% !important;
    }
    .choices__inner {
        width: 100% !important;
    }

    /* Table: horizontal scroll */
    .table-box {
        overflow-x: auto;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px;
    }
    .file-table-wrapper {
        overflow-x: auto;
    }

    /* Success msg popup */
    .my-success-msg {
        width: 95% !important;
    }

    /* signUpWrapper */
    .signUpWrapper {
        height: auto;
        margin-top: 20px;
    }

    /* info-text */
    .info-text {
        width: 100%;
    }

    /* disableInput */
    .disableInput {
        font-size: 15px !important;
    }

    /* Auth options wrap */
    .auth-options {
        flex-wrap: wrap;
        gap: 15px;
    }

    /* toggleBtnGrp */
    .toggleBtnGrp {
        flex-wrap: wrap;
        gap: 15px;
    }

    /* Upload box */
    .upload-box {
        padding: 16px;
        border-radius: 16px;
    }
    .profile-preview {
        width: 140px;
        height: 140px;
    }

    /* Quill toolbar wraps */
    .ql-snow .ql-picker.ql-font {
        width: 120px !important;
    }
    .ql-snow .ql-picker.ql-font .ql-picker-label {
        width: 120px;
    }
    .submitBtn,
    .cancelExitBtn,
    .saveExitBtn {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        font-size: 7px;
    }
    .mt-20{
        margin-top: 8rem !important
    }
    .page-add-btn{
        width: 100%;
        font-size: 7px;
    }

    .d-flex.flex-wrap.justify-content-end.gap-2 {
        justify-content: center !important;
    }
}

/* ---- max-width: 740px ---- */
@media screen and (max-width: 740px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 47%;
    }
}

/* ---- max-width: 667px ---- */
@media screen and (max-width: 667px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 47%;
    }
}

/* ---- max-width: 575px (xs breakpoint) ---- */
@media (max-width: 575px) {

    /* entriesFilter — full stack on small screens */
    .entriesFilter {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }
    .filterEntriesNSearch {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }
    .filterEntriesNSearch select,
    .filterEntriesNSearch .form-select,
    .filterEntriesNSearch .form-control,
    .filterEntriesNSearch .form-controler {
        width: 100% !important;
        height: 44px;
        font-size: 13px;
    }
    .filterEntriesNSearch .choices,
    .filterEntriesNSearch .choices__inner {
        width: 100% !important;
        min-width: 0 !important;
    }
    .filterNameSearch {
        width: 100%;
    }
    .filterNameSearch input {
        width: 100% !important;
    }
    .entriesFilter input[type="reset"] {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }
    .entriesFilter p {
        width: 100%;
    }
    .rounded-rectangle {
        width: 100% !important;
        text-align: center;
    }

    /* Delete modal full screen */
    .warning-modal {
        width: 98%;
        margin: 0 auto;
    }
    .warning-modal .modal-footer {
        flex-wrap: wrap;
        gap: 10px;
    }
    .btn-back,
    .btn-delete {
        width: 100%;
        text-align: center;
    }

    /* Table box */
    .table-box {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0 5px;
    }

    /* headings */
    .pageHeading h2 {
        font-size: 22px;
    }

    /* inviteAcceptUser stepList horizontal on very small */
    .inviteAcceptUser .stepList li {
        gap: 10px;
        margin-bottom: 15px;
    }

    /* btnGroup stacks */
    .btnGroup {
        flex-direction: column;
        gap: 10px;
    }
    .btnGroup .prevBtn {
        margin-top: 10px;
    }

    /* planSwitch align */
    .planSwitch ul {
        justify-content: center;
    }

    /* homeHeader nav */
    .homeHeader a.nav-link {
        font-size: 14px;
        padding: 5px 15px;
    }
}

/* ---- max-width: 430px ---- */
@media (max-width: 430px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 61%;
    }
}

/* ---- max-width: 414px ---- */
@media (max-width: 414px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 64%;
    }
    .strngPassword a {
        text-align: center;
        font-size: 12px;
        padding: 10px 28px;
    }
}

/* ---- max-width: 390px ---- */
@media (max-width: 390px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 68%;
    }
    .strngPassword a {
        text-align: center;
        font-size: 12px;
        padding: 10px 28px;
    }
}

/* ---- max-width: 375px ---- */
@media (max-width: 375px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 71%;
    }
}

/* ---- max-width: 360px ---- */
@media (max-width: 360px) {
    .inviteAcceptUser .progress.progress-xs {
        width: 64%;
    }
    .profile-preview {
        width: auto;
        height: auto;
    }

    /* Extra small tweaks */
    .mainRegisterWrapper {
        padding: 15px 10px;
    }
    .registerForm {
        padding: 8px;
    }
    .settingTabs .nav-tabs .nav-item .nav-link,
    .settingTabs .nav-tabs .nav-link.active {
        padding: 6px 12px;
        font-size: 12px;
    }
    .groupOfBtn a {
        font-size: 11px;
        padding: 6px;
    }
    .filterNameSearch input {
        width: 100%;
    }
    .disableInput {
        font-size: 13px !important;
    }
    .pageHeading h2 {
        font-size: 20px;
    }
    .cardBody h3 {
        font-size: 30px;
    }
}