
/* Remove default Bootstrap caret */
.custom-toggle{
    display: flex;
    width: 194px!important;
    height: 40px;
    padding: 8px 23px 8px 13px;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    background-color: #fff!important;
    border-radius: 9px;
    border: 1px solid #DFEAF2;
    background: #FFF;
    color: #59719A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: space-between;
}

.custom-toggle:hover{
    background-color: #fff;
    border: 1px solid #DFEAF2;
}
.custom-toggle::after {
  display: none !important;
}

@font-face {
    font-family: 'Sharp Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Bold Italic.woff') format('woff');
}


@font-face {
    font-family: 'Sharp Sans Book';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/sharp-sans/Sharp Sans.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Thin Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Thin';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Thin.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Light Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Light';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Light.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Medium Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Medium.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Semibold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/SharpSansBold.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Extrabold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans ExtraBold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans Extrabold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/sharp-sans/Sharp Sans Extrabold.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Sharp Sans Medium' !important;
}

p,
span,
label,
button {
    font-family: 'Sharp Sans Medium';
}

select:focus-visible {
    outline: none !important;
}

textarea:focus-visible {
    outline: none !important;
    border: 1px solid #1F73B7;
}

input::placeholder {
    color: #7a7a7b !important;
}

/* select {
    color: #7a7a7b!important; 
} */
textarea {
    color: #262729 !important;
}

select:focus,
select:not(:placeholder-shown) {
    color: black;
}

.dollar-sml {
    position: absolute;
    top: 37px;
    left: 10px;
}

.penalty-fee-input {
    padding-left: 21px !important;
}

.bold-font {
    font-family: 'Sharp Sans Bold';
    font-weight: 600;
}

.medium-font {
    font-family: 'Sharp Sans Medium';
    font-weight: 400;
}

.thin-font {
    font-family: 'Sharp Sans Thin';
    font-family: 400;
}

.--primary-blue-color {
    color: #001A29;
}

.--primary-blue-bg {
    background: #00395A;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.d-flex {
    display: flex;
}

.flex-coloum {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

p,
a,
td {
    margin: 0;
    font-family: 'Sharp Sans Medium';
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sharp Sans Bold';
    margin: 0;
}

input:focus-visible {
    outline: none;
}

.main-sec {
    display: flex;
    height: 100vh;
    overflow: hidden;
    flex-wrap: wrap;
    background: url(../img/background.svg);
    align-items: center;
    justify-content: center;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.text-grayor {
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.otp-form-sec{
    display: none;
    flex-direction: column;
}
.common-form-up-sec{
    flex-direction: column;
}
#forgotPassSec{
    display: none;
}
#redirectTimerBox {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f9fa;
}

.toggle-password-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px!important;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.position-relative-oth {
    position: relative;
}
.left-section {
    width: 50%;
    z-index: 9;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow: auto;
}

.main-sec-inner-ss {
    height: 80vh;
    width: 70%;
}

.referral-wrapper {
    background: #053e74;
    background: linear-gradient(to left right,#1a70c0a3, #053F74A3);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    color: white;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .referral-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom left, #0078BF, #003859 70%);
    border-bottom-left-radius: 100%;
    z-index: 0;
  }
  
  .referral-box {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  .referral-box h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  
  .chart-image {
    margin-bottom: 25px;
  }
  
  .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  
  .benefits-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 18px;
    color: #fff;
  }
  
  .benefits-list li span {
    margin-right: 12px;
    display: flex;
    align-items: center;
  }
  
  .benefits-list img {
    width: 30px;
    height: 30px;
  }
  
/* .right-section {
    width:60%;
    background: rgba(0, 57, 90, 0.50);
    position: relative;
    overflow: hidden;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
} */

.right-section img {
    width: 100%;
    object-fit: cover;
}

.overlay-banner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 57, 90, 0.50);
}

.left-section img {
    width: 30%;
}

.left-section .content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20% 0;
    width: 100%;
}

.left-section .content-section h2 {
    color: var(--sub, #001A29);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left-section .content-section p {
    color: var(--Grey-stroke, #8D8D8D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.left-section .content-section .login-form input {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    display: flex;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
    transition: all 0.35s;

}

.left-section .content-section .login-form input:focus {
    border-color: #00395A;
}

.left-section .content-section .otp_form input {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    display: flex;
    padding: 20px 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 30px;
    text-align: center;
}

.left-section .content-section .otp_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.left-section .content-section .otp_form .otp_field {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.left-section .content-section .login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.left-section .content-section button {
    border-radius: 6px;

    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
}

.left-section .content-section .trmCond {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bordered {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    /* Adjust gap size here */
}

.bordered::before,
.bordered::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    /* Length of the border line */
    height: 1px;
    /* Thickness of the border */
    background-color: gray;
    /* Adjust color as needed */
    transform: translateY(-50%);
}

.bordered::before {
    left: 30%;
    margin-left: -50px;
    /* Adjust gap here */
}

.bordered::after {
    right: 30%;
    margin-right: -50px;
    /* Adjust gap here */
}

.left-section .content-section span a {
    color: var(--primary-blue, #00395A);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Slider Container */
.slider-container {
    position: absolute;
    bottom: 8%;
    left: 20%;
    right: 10%;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: linear-gradient(108deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 109.8%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
    padding: 20px;
}

.slides {
    position: relative;
}

.slide {
    display: none;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 8px;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}

.slide .slide-content h3 {
    margin: 10px
}

.slide.active {
    display: flex;
}

.slide p {
    margin: 0;
}

.slide strong {
    font-size: 1.5rem;
}

.slide-mod {
    display: none;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 8px;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}

.slide-mod .slide-content h3 {
    margin: 10px
}

.slide-mod.active {
    display: flex;
}

.slide-mod p {
    margin: 0;
}

.slide-mod strong {
    font-size: 1.5rem;
}

/* Navigation Dots */

.slider-dots .dot-mod {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dots .dot-mod.active {
    background-color: #fff;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slider-dots .dot.active {
    background-color: #fff;
}

.slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

/* Navigation Arrows */
.slider-arrows .arrow {
    color: #ffffff;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrows .arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* header */
.header-main-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    background-color: #00395A;
    height: 100px;
}


.header-main-section .link-section {
    display: flex;
    gap: 40px;
}

.header-main-section .right-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-main-section .link-section a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.header-main-section .right-header-section span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* banner */
.banner-section {
    background-image: url("../img/bannerimg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.resend-otp {
    display: none;
}

.dashboard-inner-sec {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dashboard-card {
    display: flex;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #C4C7CB;
    background: #FFF;
    flex-direction: column;
    width: calc(33.33% - 10px);
    min-height: 270px;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.dashboard-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
}

.dashboard-card:active {
    box-shadow: 0 0 0 2px #005382;
    transform: translateY(-1px);
}

.ac-details-crd {
    position: absolute;
    right: 5px;
    background: #877f7f;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    display: none;
    font-size: 14px;
    transition: all 0.35s;
}

.dashboard-card:hover .ac-details-crd {
    display: block;
}

.img-container img {
    width: 100px;
    height: 100px;
}

/* Container styling */
.custom-upload-label {
    border-radius: 6px;
    background: #00395A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.35s;
    cursor: pointer;
}

.custom-upload-label:hover {
    background-color: #042a3f;
    color: #fff;
}

.dbc-fst {
    display: flex;
    gap: 6px;
    align-items: center;
}

.dbc-send {
    color: #00395A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dbc-thrd {
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dbc-forth {
    display: flex;
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: space-between;
}

.dbc-lst {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dbclst-fst {
    color: #1F73B7;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.sub-query-btn {
    border-radius: 6px;
    background: #00395A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.35s;
    min-width: 115px;
}

.sub-query-btn:hover {
    background-color: #042a3f;
    color: #fff;
}

.dbc-heading {
    color: #00395A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.banner-section .banner-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.border-danger {
    border-color: #C23437;
}

.dbc-dang {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #C23437;
}

.add-new-card {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s;
    text-decoration-color: #00395A !important;
}

.add-new-card:hover {
    background-color: #f9f8f8;
    border: 1px dashed #00395A;
}

.banner-section .banner-content p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 25%;
    margin: 0;
}

.dashboard-section {
    padding: 30px 0;
    min-height: calc(100vh - 450px);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #00395A !important;
}

.brdcmb {
    text-decoration: none !important;
}

.active-bredcrumb {
    text-decoration: underline !important;
}

.search-input {
    border-radius: 6px;
    border: 1px solid #DFE2E6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 7px;
    transition: all 0.35s;
    padding-left: 35px;
}

.search-input-sec {
    position: relative;
}

.filter-btn {
    border-radius: 6px;
    border: 1px solid #DFE2E6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}

#dateDtSec {
    font-size: 16px;
}

.sub-btn-oth {
    padding: 8px 14px !important;
    font-size: 16px !important;
}

.search-icon {
    position: absolute;
    top: 6px;
    left: 10px;
}

.search-input:focus {
    border-color: #00395A;
}

.dashboard-card-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.dashboard-item-cotainer {
    display: flex;
    width: 220px;
    min-width: 200px;
    padding: 20px var(--spacing-3xl, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Neutral-Neutral-2, #DFE2E6);
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.dashboard-inner-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    ;
    gap: 10px;
}

.dashboard-card-container .dashboard-item-cotainer h2 {
    color: var(--primary-blue, #00395A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.dashboard-card-container .dashboard-item-cotainer p {
    color: var(--Neutral-Neutral-7, #68717F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.add-home-service-section {
    display: flex;
    padding: 50px 0;
}

.add-homeservice-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
}

.add-homeservice-container .inner-container {
    border-radius: 8px;
    border: 1px solid var(--divider, #E5E5E5);
    background: #FFF;
    display: flex;
    padding: 18px 24px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}

.add-homeservice-container .inner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.add-homeservice-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.add-homeservice-btn {
    border-radius: 6px;
    border: 1px solid var(--Neutral-Neutral-2, #DFE2E6);
    background: var(--primary-blue, #00395A);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.slide-content .sc-p {
    font-size: 32px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

.slide-content .sc-h {
    font-size: 37px;
}

.quote-img {
    margin-top: -45px;
    margin-right: 3px;
}

.validet-otp-form {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.new-enrollment-form {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.form-hide.active-hd {
    display: none;
}

.new-enrollment-form .form-field-50 .input-field-ss {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
    transition: all 0.35s;
    outline: none;
    width: 100%;
}

.input-ff-sec {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.new-enrollment-form .form-field-50 .mm-input1 {
    width: 92px;
}

.new-enrollment-form .form-field-50 .mm-input2 {
    width: 62px;
}

.new-enrollment-form .form-field-100 .input-field-ss:focus {
    border-color: #00395A;
}

.new-enrollment-form .form-field-50 .input-field-ss:focus {
    border-color: #00395A;
}

.payment-img {
    position: absolute;
    right: 10px;
    top: 12px;
}

.new-enrollment-form .form-field-100 .input-field-ss {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
    transition: all 0.35s;
    outline: none;
}

.sign-up-ff-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-ff-sec-100 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.new-enrollment-form .form-field-100 {
    position: relative;
}

.signup-btn {
    border-radius: 5px;
    width: 100%;
}

.choeck-dv {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-text {
    color: #C23437;
    font-size: 13px;
    /* margin-top: 5px; */
}

.form-field-50 {
    display: flex;
    gap: 10px;
    width: 100%;
}

.user-signup-otp-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.user-signup-otp-form.active {
    display: flex;
}

.user-signup-otp-form input {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    display: flex;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
    transition: all 0.35s;

}

.user-signup-otp-form input:focus {
    border-color: #00395A;
}

.validet-otp-form.active {
    display: flex;
}

.validet-otp-form .input-field {
    display: flex;
    column-gap: 10px;
}

.new-enrollment-form.active {
    display: flex;
}

.new-enrollment-form .input-field {
    display: flex;
    column-gap: 10px;
}

.input-field .otp-input {
    height: 60px;
    width: 45px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.resend-text {
    color: #00395A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-field .otp-input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field .otp-input::-webkit-inner-spin-button,
.input-field .otp-input::-webkit-outer-spin-button {
    display: none;
}

.validet-otp-form .otp-validate-btn {
    pointer-events: none;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 8px;
}

.validet-otp-form .otp-validate-btn.active {
    opacity: 1;
    pointer-events: auto;
}

.validet-otp-form .otp-validate-btn.active {
    background: #4070f4;
    pointer-events: auto;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0008;
    backdrop-filter: blur(5px);
    top: 0;
    transform: scale(0);
    z-index: -2;
}

#loader.active-loader {
    z-index: 999999;
    transform: scale(1);
}

.loader-logo {
    position: absolute;
    width: 40px;
    height: 40px;
}

#loader .loader-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

#loader .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

#loader .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

#loader .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

#loader .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.cust-menu-txt {
    color: #00395A !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.notification-sec {
    position: relative;
}

.active-mobile-not-col {
    color: #001a29b3 !important;
    font-weight: 500 !important;
}

.ns-count {
    display: none;
    position: absolute;
    background-color: #C23437;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    right: -1px;
    cursor: pointer;
}

.gap-cus {
    gap: 8px;
    display: flex !important;
    align-items: center;
}

.navbar-nav {
    gap: 15px;
}

.custom-gap {
    gap: 15px;
}

.nav-link.dropdown-toggle::after {
    display: none;
    /* Hide the default caret */
}

.pcus-top {
    padding: 5% 0;
}

#userDropdown::after {
    display: none;
    /* Hides the default Bootstrap caret */
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
    display: none;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
}

.hide-inpt-sec {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.hide-inpt-sec.active {
    display: flex;
}

.filter-ul-sec {
    position: absolute !important;
    inset: unset !important;
    top: 0 !important;
    right: 0 !important;
}

.filter-main-sec {
    position: relative;
}

.nested-dropdown-sec {
    min-width: 120px !important;
    font-size: 13px !important;
    margin-left: 0px !important;
}

.cust-drop-text {
    font-size: 14px !important;
}

.custom-date-picker-btn {
    border-radius: 6px !important;
    border: 1px solid #DFE2E6 !important;
    background: #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    display: flex !important;
    padding: 8px 14px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px;
    color: #464C55 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.upload-title {
    color: #00395A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.custom-upload-label-upload {
    border-radius: 10px;
    border: 1px dashed #1F73B7;
    background: rgba(31, 115, 183, 0.05);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 45px;
    align-items: center;
    justify-content: center;
    row-gap: 3px;
    cursor: pointer;
    transition: all 0.35s;
}

.custom-upload-label-upload:hover {
    background: rgb(12 107 183 / 21%);
}

.can-query-btn {
    border-radius: 6px;
    border: 1px solid #DFE2E6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.dr-head {
    color: #000;
    font-size: 17px;
}

.dr-desc {
    color: #464C55;
    font-size: 14px;
}

.hide-caret::after {
    display: none !important;
}

.addhome-h-sec h3 {
    color: #001A29;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.addhome-h-sec p {
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.or-text-add {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--grey-550, #5F6B7A);
    font-size: 14px;
    font-weight: 600;
}

.or-text-add::before {
    content: '';
    height: 1px;
    background-color: #D3D3D3;
    width: 45%;
    margin-right: 20px;
}

.or-text-add::after {
    content: '';
    height: 1px;
    background-color: #D3D3D3;
    width: 45%;
    margin-left: 20px;
}

.span-bar {
    height: 5px;
    background-color: #DFE2E6;
}

.span-bar.active {
    background-color: #78A22F;
}

#content-1 {
    display: none;
}

.upload-icon {
    width: 5%;
}

.ac-info-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ac-form-field-100 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.acf-inn-sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    margin-bottom: 15px;
}

.acf-inn-sec label {
    color: #001A29;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.ac-form-field-50 {
    display: flex;
    gap: 15px;
}

.ac-form-field-50 .acf-inn-sec {
    width: 50%;
}

.input-field-ac {
    display: flex;
    padding: 11px 12px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color: #131212;
    font-size: 15px;
}

.disabled-bg {
    background: #f5f5f5;
}

input:disabled,
textarea:disabled {
    color: #a9a9a9 !important;
    cursor: not-allowed;
}

textarea {
    color: #7B7B7B;
    position: relative;
}

.input-field-ac:focus {
    border: 1px solid #00395A;
    background: #fff;
}

.contract-set-sec {
    display: none;
}

.service-provider-sec {
    display: none;
}

.thr-txt {
    color: #68717F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.eye-symbol {
    position: absolute;
    right: 10px;
    top: 58%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

/* .preview-img {
    max-width: 100%;
    max-height: 200px;
} */

.remove-img-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 20px;
    background: #d0d7d6;
    border: none;
    color: #3d3c3c;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.img-container {
    position: relative;
    display: flex;
    border: 1px solid #c7c0c0;
    border-radius: 5px;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.file-name-txt {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    background: #c1bfbf;
    color: #fff;
    padding: 2px 5px;
    display: flex;
    width: 100%;
}

/* pallavi */
.grey-bg {
    background: #eee;
}

.grey-text {
    color: #8D8D8D;
}

.pi-form-container {
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
}

.pi-form-container .pi-address-input {
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 10px;
}

.profile-form-container {
    display: flex;
    width: 100%;
}

.profile-form-container .wid-50 {
    width: 50%;
}

.add-home-address {
    text-align: right;
    color: var(--btn-primary, #1F73B7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
}

.save-btn {
    display: flex;
    justify-content: flex-end;
}

.save-btn button {
    padding: 5px 25px;
}

.profile-form-container .verify-email {
    align-items: center;
    position: relative;
}

.fb-email {
    border-radius: 4px;
    background: #F1F1F1;
    padding: 6px 8px;
    color: #78A22F;
    font-size: 16px;
    margin: 0 10px;
}

.billing-table-conatiner table tbody tr:nth-child(odd) td {
    background-color: #FFFFFF;
    /* Light gray */
    border: none;
}

.billing-table-conatiner table tbody tr:nth-child(even) td {
    background-color: #F9F9FA;
    /* White */
    border: none;
}

/* Remove table cell borders */
.billing-table-conatiner table {
    border-collapse: separate;
    border-spacing: 0 10px;
    /* Adds margin-like spacing between rows */
    border: none;
    font-size: 14px;
}

.billing-table-conatiner table th {
    color: #ABB2BC;
    font-size: 12px;
    background-color: #F9F9FA;
    border: none;
}

.billing-table-conatiner .table>:not(:last-child)>:last-child>* {
    border: none;
}

.billing-table-conatiner table td {
    border: none;
    /* Remove borders from <td> */
    padding: 12px;
    /* Add some padding for spacing inside cells */
    font-size: 14px;
    width: 25%;
}

/* Styling for Paid and Failed statuses */
.billing-table-conatiner .status-paid {
    color: white;
    background-color: #28a745;
    /* Green for "Paid" */
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;

}

.billing-table-conatiner .status-failed {
    color: white;
    background-color: #dc3545;
    /* Red for "Failed" */
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.billing-table-conatiner .table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 12px;
}

.billing-table-conatiner .pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.billing-table-conatiner .pagination-wrapper .btn {
    margin: 0 5px;
}

.billing-table-conatiner h2 {
    color: var(--sub, #001A29);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profile-form-container svg {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.profile-form-container svg:hover {
    transform: scale(1.1);
}

.account-billing-container .notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.account-billing-container .notification.show {
    opacity: 1;
    visibility: visible;
}

.fb-filter-val {
    border-radius: 6px;
    border: 1px solid var(--Neutral-Neutral-2, #DFE2E6);
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    gap: 8px;
}

.history-inner-sec .card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    gap: 24px;
}

.history-inner-sec .card h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.history-inner-sec .card .card-content p {
    margin: 5px 0;
}

.history-inner-sec .card .card-content .card-item-first {
    width: 50%;
    font-size: 14px;
}

.history-inner-sec .card .card-content .card-item-second {
    width: 50%;
    font-size: 14px;
}

.light-grey-text {
    color: #797E87;
}

.dark-text {
    color: #001A29;
}

/* .history-inner-sec .card h5 span{
    padding: 5px 12px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
} */
.status-completed {
    border-radius: 2px;
    background: #4CAF50;
}

.active-account {
    background: #4CAF50;
}

.inactive-account {
    background: #dc3545;
}

.transaction-details-card {
    width: 100%;
}

.transaction-details-card th,
.transaction-details-card td {
    overflow: hidden;
    text-overflow: ellipsis;
    /* Truncates long text with ellipsis */
    white-space: nowrap;
    /* Prevents text wrapping */
}

.transaction-details-card th {
    text-align: left;
    font-weight: bold;
}

.transaction-details-card col:nth-child(1) {
    width: 20%;
    /* Adjust as needed */
}

.transaction-details-card col:nth-child(2) {
    width: 15%;
}

.transaction-details-card col:nth-child(3) {
    width: 15%;
}

.transaction-details-card col:nth-child(4) {
    width: 20%;
}

.transaction-details-card col:nth-child(5) {
    width: 30%;
    /* Adjust for remarks or long text */
}

.ac-form-field-100 .account-status {
    border-radius: 2px;
    display: flex;
    width: 84px;
    height: 28px;
    padding: 1px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.billing-value {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px 0;
}

/* .img-container img{
    width: 100%;
} */
.fi-main-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.fims-inner {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 45px;
    border-radius: 8px;
    border: 1px solid #C4C7CB;
    background: #FFF;
    justify-content: center;
    flex-direction: column;
    width: calc(20% - 15px);
    height: 300px;
    text-decoration: none;
    transition: all 0.35s;
}

.fims-inner:hover {
    border-color: #00395A;
}

.fims-sp-txt {
    color: #00395A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.bill-details-form-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.hide-file-inpt {
    display: none;
}

.bill-details-file-btn {
    display: flex;
    padding: 10px 10px 10px 10px;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: #00395A;
    gap: 10px;
    cursor: pointer;
}

.upload-btn-upl {
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #00395A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.no-file-chs-txt {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.edit-icon {
    position: absolute;
    right: 12px;
    top: 35px;
    cursor: pointer;
}

.det-fst-sec {
    gap: 10px;
}

.detfs-eml {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    border-radius: 8px;
    background: #F6F6F6;
    color: #4CAF50;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    word-break: break-all;
}

.detfs-copy {
    cursor: pointer;
}

.det-hff-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 12px;
    padding: 25px 0px;
}

.dt-hf-inner {
    display: flex;
    gap: 13px;
    align-items: center;
}

.det-list-ss {
    display: flex;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%; 
    background: #78A22D!important;
}

.htfpf-sec {
    display: none;
}

.success-txt {
    color: #3A9134;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.manage-ac-crd {
    min-height: auto !important;
}

.user-name {
    border-radius: 40px;
    background: #D9D9D9;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 21px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 25px;
}

.un-heading {
    color: #00395A;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.un-desc {
    color: #001A29;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.spe-desc {
    color: #001A29;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.ed-card {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    border-radius: 8px;
    border: 1px solid #C23437;
    background: rgba(194, 52, 55, 0.12);
    width: 100% !important;
    min-height: auto;
}

.ed-card-bb {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #EBFCFF;
    border: none;
    width: 100% !important;
}

.heading-txt-ep {
    color: #797E87;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.ex-heading {
    color: #00395A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.cross-icon {
    cursor: pointer;
}

#myToast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

#searchTextSec {
    max-width: 40%;
    flex-wrap: wrap;
    max-height: 110px;
    overflow: auto;
    align-items: center;
}

.hide-alert {
    display: none;
}

.active-menu {
    font-weight: 600 !important;
}

.mobile-dashboard .profile-card {
    width: 50%
}

.dashboard-section .profile-card {
    width: 50%
}

.fb-breadcrumb {
    display: block;
}

.fb-checkbox-container .fb-checkbox {
    display: inline-block;
}

.fb-checkbox-container .otherInput {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: none;
    width: 50%;
}

.copy-email-mobile {
    display: none;
}

.copy-email-desktop {
    display: block;
}

.desktop-flex {
    display: flex;
}

.profile-form-container .verify-email .verifyIcon {
    position: absolute;
    right: 0;
}

.dashboard-section .fb-modal .modal {
    position: absolute;
    /* Set the position to absolute */
    top: 50%;
    /* Move the top of the modal to the center */
    left: 50%;
    /* Move the left of the modal to the center */
    transform: translate(-50%, -50%);
    /* Adjust for the modal's own dimensions */
    border-radius: 12px;
    border: 1px solid #C6CBD1;
    background: #FFF;
    box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    width: 466px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: auto;
}

.dashboard-section .modal-header {
    border: 0;
    align-items: flex-start;
    padding: 0;
}

.dashboard-section .fb-modal .modal .input-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.dashboard-section .fb-modal .modal .input-field input {
    display: flex;
    width: 40px;
    height: 48px;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
}

.dashboard-section .fb-modal .modal .show .modal-dialog {
    margin: 0;
    padding: 0;
}

.dashboard-section .fb-modal .modal .modal-content {
    background-color: #fff;
    background-clip: none;
    border: none;
    border-radius: 0;
    outline: 0;
}

.fb-modal .save-btn {
    justify-content: center;
}

.fb-modal .save-btn button {
    width: 100%;
}

.fb-modal h5 {
    color: #001A29;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.fb-modal p {
    color: #797E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.fb-modal .modal-body {
    color: #797E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding: 20px 0;
}

.fb-modal .modal-footer {
    border: none;
}

.fb-modal .modal-footer button {
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    color: #00395A;
    background-color: #fff;
}

.fb-modal .modal-footer button:active {
    background: #00395A;
    color: #fff;
    border: 1px solid #00395A;
}

.fb-modal .modal-footer .active {
    background: #00395A;
    color: #fff;
    border: 1px solid #00395A;
}




.bg-stc-pending {
    display: flex;
    padding: 1px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2px;
    background: #E78E34;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.bg-sts-success {
    display: flex;
    padding: 1px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2px;
    background: #4CAF50;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

table.custom-table-dt.dataTable.table-striped>tbody>tr:nth-of-type(2n)>* {
    box-shadow: none !important;
    background: #F9F9FA;
}

.custom-table-dt>:not(caption)>*>* {
    padding: 12px 30px !important;
    text-align: center;
}

.custom-table-dt>thead {
    vertical-align: bottom;
    background: #F9F9FA !important;
}

.custom-table-dt tbody,
td,
tfoot,
th,
thead,
tr {
    
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center !important;
}

.no-data-found-sec {
    background: #fbf4f4;
    padding: 20px;
    border-radius: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.submit-query-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hide-success {
    display: none;
}

.ss-success {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.shepherd-header {
    height: 32px;
}

.shepherd-header h3 {
    font-size: 13px;
}

.shepherd-button {
    padding: 3px 10px !important;
    font-size: 13px;
    background-color: #00395A !important;
}

.shepherd-content .shepherd-text {
    color: #6B7280;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shepherd-content .shepherd-enabled.shepherd-element {
    border-radius: 0px 16px 16px 16px !important;
    background: #FFF;
}

/* .dashboard-tour-menu{
    left: 723px!important;
    top: 6px!important;
} */
.shepherd-element {
    max-width: 300px !important;
    margin-top: 10px !important;
}

.shepherd-footer {
    justify-content: space-between !important;
}

.shepherd-footer .shepherd-btn-prev {
    background: #fff !important;
    color: #00395A !important;
    border: 1px solid #00395A !important;
}

/* .home-service-tour-menu{
    top: 90px!important;
} */
.submit-service-tour-menu {
    top: 88px !important;
}

.ss-pending {
    background-color: #ffc107;
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.ss-process {
    background-color: #17a2b8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.ss-declined {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.ss-resolved {
    background-color: #20c997;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.dos-blk {
    display: block;
}

.nested-dropdown-sec {
    max-width: 150px !important;
    min-width: 145px !important;
}

.nested-dropdown-sec li a {
    white-space: normal !important;
}

.edit-cross-icon {
    cursor: pointer;
}

.edit-alc-form {
    width: 100%;
    gap: 15px;
}

.service-provider-details-edit-sec {
    display: none;
}

.fb-delete-icon {
    position: absolute;
    top: 38px;
    right: 10px;
    cursor: pointer;
}

.billing-table-conatiner .pagination-btn {
    border-radius: 6px;
    border: 1px solid var(--Neutral-Neutral-2, #DFE2E6);
    background: #FFF;
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sucess-container {
    width: 50%
}
/* Skeleton Loader Effect */
.skeleton {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  height: 16px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.skeleton-details-card {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
/* button:focus:not(:focus-visible) {
    background: transparent;
    border: none;
    box-shadow: none;
} */

/* button:focus {
    background: transparent;
    border: none;
    box-shadow: none;
} */

#myToast {
    z-index: 99999999;
}

.dr-desc {
    text-align: center;
}

#billPaymentSec,
#remainderSec {
    display: none;
}

/* .filter-main-sec .dropdown-menu.show {
    transform: translate(-22px, 44px) !important;
} */

.trasaction-detail-table .badge {
    padding: 10px;
    width: 70px;
}

.notification-first-card {
    border: 1px solid var(--Greyy, #DFE2E6);
    background: var(--bg, #F1F1F1);
    padding: 20px;
}

.notification-conatiner p {
    margin: 0;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
    height: 12px;
    /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background color of the scrollbar track */
    border-radius: 10px;
    /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
    border: 3px solid #f1f1f1;
    /* Optional: Adds spacing between thumb and track */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darker color on hover */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1;
    /* Thumb color and track color */
}

.profile-edit-icon {
    position: absolute;
    right: 45px;
    top: 38px;
    cursor: pointer;
}

.profile-edit-icon-billing {
    position: absolute;
    right: 10px;
    top: 45px;
    cursor: pointer;
}

.notification-card-content p {
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}

.notification-card-content .read-content {
    font-weight: 500;
    color: #001a29b3;
    text-decoration: none;
}

.notification-card-content .unread-content {
    font-weight: 600;
    color: #001A29;
    cursor: pointer;
    text-decoration: none;
}

.not-tab {
    cursor: pointer;
}

.notification-card-content span {
    color: #797E87;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.notification-canvas {
    width: 440px !important;
}

.all-notification-para {
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.active-notification-tab {
    color: #000 !important;
}

.unread-notification-para {
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.main-toast-conatiner {
    position: fixed;
    top: 110px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.toast-card {
    border-radius: 8px;
    padding: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: 290px;
}

.success-toast {
    color: #3A9134;
    background: #D3EBB5;
}

.error-toast {
    color: #8d1821;
    background: #eb7f78;
}

.search-close {
    display: none;
}

.font-14 {
    font-size: 14px;
}

/* /skeleton loader */
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 5s infinite;
    animation: shimmer 5s infinite;
    content: "";
}

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}

.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}

.o-media {
    display: flex;
}

.o-media__body {
    flex-grow: 1;
    margin-left: 1em;
}

.o-vertical-spacing>*+* {
    margin-top: 0.75em;
}

.o-vertical-spacing--l>*+* {
    margin-top: 2em;
}

.skeleton-loader-main {
    position: absolute;
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 17%;
    padding-top: 40px;
}

.active-skeleton-loader {
    display: block;
}

.notification-icom-img {
    cursor: pointer;
}

.no-unread-msg-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 79vh;
    gap: 25px;
}

.no-unread-msg-sec img {
    width: 50%;
}

#notificationSec {
    padding: 15px !important;
}

.search-icon-mobile {
    display: none;
}

.bill-success {
    width: 50%
}

.clear-filter {
    color: #1F73B7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    display: none;
    cursor: pointer;
}

/* partner portal css */
.partner-dashboard-sec {
    min-height: calc(100vh - 250px);
    padding-top: 20px;
}

.db-ac-cus {
    background: #fff;
    border: 1px solid #ddd8d8;
    padding: 10px;
    border-radius: 10px;
}

/* Remove Bootstrap caret */
.no-caret::after {
    display: none !important;
}

.dashboard-pc-card {
    border-radius: 8px;
    border: 1px solid #C4C7CB;
    background: #FFF;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pc-heading {
    color: #00395A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pc-desc {
    color: #00395A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-success-cus {
    color: #78A22F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 12px;
}

.ac-cus-filetr-sec {
    position: absolute !important;
    top: 23px;
    right: 23px;
}

.pc-hd-sec {
    display: none;
}

.statement-sec {
    background-color: #fdfcfc;
}

.stmnt-inner {
    background: #F5F7FA!important; 
    padding: 13px;
    border-radius: 5px;
}

.cus-pad {
    padding: 5px 10px;
}

.pc-heading-main {
    color: #00395A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.custom-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #6c757d;
    background-color: #f1f1f1;
    padding: 10px 40px;
}

.custom-tabs .nav-link.active {
    background-color: #0f3554;
    color: #fff;
}

.tab-ac {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tab-sa {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filter-cc-txt {
    color: #00395A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* partner portal */
.pp-newEnrollmentForm {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

.pp-newEnrollmentForm .new-enrollment-tab {
    border-bottom: none;
}

.pp-newEnrollmentForm .new-enrollment-tab li .nav-link {
    border-radius: 8px 0px 0px 0px;
    background: #F0F0F0;
    border: 0;
}

.pp-newEnrollmentForm .new-enrollment-tab li .active {
    border-radius: 8px 0px 0px 0px;
    background: var(--primary-blue, #00395A);
    color: #fff;
}

.pp-newEnrollmentForm .success-title {
    color: #3A9134;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.new-enrollment-header {
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

#verify-box {
    display: flex;
}

.enroll-third-sec {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixed-top-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.logo-upload-para {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.uploaded-logo-sec {
    width: 115px;
    height: 115px;
    border: 1px solid #ddd4d4;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.uploaded-logo-sec img {
    width: 100%;
}

.color-grey {
    color: #8D8D8D;
}

.det-hff-sec h2 {
    font-size: 20px;
    font-weight: 600;
    color: #00395A;
}

.verify-button {
    position: absolute;
    top: 34px;
    right: 13px;
    color: #fff;
    border: none;
    padding: 3px 8px;
    border-radius: 6px;
}

.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.vrfy-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    cursor: pointer;
}

.modal-content-cus {
    position: relative;
    background: #e7e7e7;
    padding: 10px;
    border-radius: 8px;
    max-width: 80%;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.full-size-image {
    max-width: 80%;
    max-height: 100%;
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background: #b7b7b7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #514a4a;
}

.view-icon {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    bottom: -2px;
    right: 2px;
}
.cur-pp{
    cursor: pointer;
}
.view-icon img {
    width: 20px;
    height: auto;
}
.notification-card-conatiner {
    position: fixed;
    top: 110px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    z-index: 9;
}

.notification-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    width: 349px;
    padding: 14px;
    align-items: flex-start;
}
.delete-text{
    color: #e32b39;
}
.pv-box{
    width: 50%;
    height: 300px;
}
#forgotPassbtn:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
}
.notification-card-conatiner h3 {
    color: #00395A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.notification-card-conatiner p {
    color: #001A29;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#go_log_btn_sc.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.header-cus-width {
    padding: 0px 20px;
}
.custom-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #6c757d;
    background-color: #f1f1f1;
    padding: 10px 40px;
}
.tooltip-title-text{
    position: absolute;
    left: 0px;
    top: -62px;
    border-radius: 16px;
    border: 1px solid rgba(89, 113, 154, 0.50);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    display: none;
    padding: 6px 12px;
    align-items: center;
    flex-shrink: 0;
    width: 90%;
    color: #45536A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 60px;
    z-index: 10000;
}
.cus-bg{
    background-color: #fff!important;
}
.left-icon-ss-sec:hover .tooltip-title-text {
  display: flex;
  animation: fadeIn 0.2s ease-in-out;
}

/* Optional small fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
#activeCustomers {
    min-height: 300px;
}

#suspendedAccounts {
    min-height: 300px;
}


.statment-subtitle {
    text-align: center;
    font-size: 20px;
    color: #00395A;
}

.ppEnrollMarginTop {
    margin-top: 90px;
}

#clearDateFilter {
    font-size: 0.875rem;
    padding: 2px 8px;
    border: none;
    background: none;
    cursor: pointer;
    color: #00395A !important;
    box-shadow: none !important;

}

.download-btn {
    font-size: 15px;
    color: #00395A !important;
    text-decoration: underline;
    background-color: transparent !important;
    font-weight: 600;
}

/* .st-filter{
    position: absolute!important;
    right: 20%;
    top: 6%;
}
.stmenbt-sec-main{
    position: relative;
} */
 .banner-shape-tick-mark{
    width: 6%;
 }
 .cus-card-ppver{
    width: 50%; 
    height: 300px;
 }
/* {media query */
@media only screen and (min-width: 1400px) {
    .container-fluid {
        width: 85% !important;
    }
}

@media only screen and (max-width: 430px) {
    .active-mobile-not-col {
        color: #eeebeb !important;
        font-weight: 200 !important;
    }
    .pv-box{
        width: 100%;
        height: 300px;
    }
    .banner-section .b-shape-img{
        width: 100%;
    }
    .cus-card-ppver{
        width: 100%; 
        height: 300px;
     }
    .banner-shape-tick-mark{
        width: 15%;
     }
    .banner-shape{
        height: auto!important;
    }
    .b-shape-sec{
        min-height: 185px !important;
        border-radius: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 109px !important;
    }
    .b-shape-img{
        border-bottom-left-radius: 20px;
    }
    .banner-section {
        height: 150px !important;
    }
    .main-sec{
        background: url('');
    }
    .position-relative-oth .toggle-password-icon{
        right: 0;
        width: auto!important;
    }
    .main-sec-inner-ss{
        flex-direction: column;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        
    }
    .left-section img{
        width: 51%!important;
        padding: 0px 30px 0px 30px!important;
        margin: auto!important;
    }
    .referral-box h2{
        font-size: 20px;
    }
    .chart-image{
        width: 30%;
    }
    .referral-wrapper{
        width: calc(100% - 20px);
        padding: 20px;
        border-radius: 12px;
    }

    .no-unread-msg-sec .no-notifications-msg {
        color: #797E87;
    }

    .skeleton-loader-main {
        background: #00395A;
    }

    .acf-inn-sec {
        width: 100%;
    }

    .acf-inn-sec input {
        width: 100%;
    }

    .fb-checkbox-container .fb-checkbox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 70px;
    }

    .fb-checkbox-container .fb-checkbox-middle {
        width: 73px;
    }

    .fb-checkbox-container .fb-checkbox input {
        margin-top: 0;
    }

    .dbc-heading {
        font-size: 18px;
    }

    .dbc-dang {
        font-size: 15px;
    }

    .dbc-forth {
        font-size: 12px;
    }

    .all-notification-para {
        font-size: 13px;
    }

    .unread-notification-para {
        font-size: 13px;
    }

    .main-section .notification-canvas .notification-first-card {
        padding: 17px !important;
    }

    .dashboard-card {
        gap: 9px;
        min-height: 263px;
    }

    .custom-table-dt>:not(caption)>*>* {
        padding: 12px 4px !important;
        text-align: center;
        font-size: 14px;
    }

    .history-inner-sec .card h5 {
        font-size: 12px;
    }

    .save-btn button {
        padding: 5px 5px;
    }

    .verify-email input {
        font-size: 11px;
    }

    .verifyBtn {
        padding: 6px !important;
        font-size: 12px !important;
    }

    .custom-tabs .nav-link {
        padding: 10px 9px;
        font-size: 11px;
    }

    .filter-cc-txt {
        font-size: 15px;
    }

    .pc-heading {
        font-size: 15px;
    }

    .text-success-cus {
        font-size: 15px;
    }
}

@media only screen and (max-width: 390px) {
    .custom-table-dt>:not(caption)>*>* {
        padding: 12px 4px !important;
        text-align: center;
        font-size: 13px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slide-content .sc-h {
        font-size: 28px;
    }

    .slide-content .sc-p {
        font-size: 18px;
    }

    .slider-container {
        bottom: 4%;
        left: 10%;
        width: 85%;
    }

    .left-section {
        width: 40%;
        overflow: auto;
    }

    .left-section .content-section {
        padding: 62px 0;
    }

    .right-section {
        width: 60%;
    }

    .quote-img {
        margin-top: -27px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 425px) {
    .fb-checkbox-container .fb-checkbox {
        width: 71px;
    }

    .fb-checkbox-container .fb-checkbox-middle {
        width: 73px;
    }
    .mobsec{
        flex-direction: column!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 410px) {
    .fb-checkbox-container .fb-checkbox {
        width: 73px;
    }

    .fb-checkbox-container .fb-checkbox-middle {
        width: 73px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
    }
    

    .toggle-mobile {
        display: none;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .header-container .container-fluid {
        flex-wrap: nowrap !important;
        flex-direction: row;
    }

    .header-container .nav-link {
        font-size: 13px;
    }

    .header-container .navbar-brand img {
        width: 70%;
    }

    .header-container .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .header-container .dropdown-item {
        font-size: 13px;
    }

    .banner-section .banner-content p {
        padding: 0 18%;
    }

    .dbc-fst {
        align-items: flex-start;
    }

    .dbc-heading {
        font-size: 18px;
    }

    .dbc-forth {
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
    }

    .dbc-dang {
        align-items: flex-start;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-dashboard .profile-card {
        width: 100%
    }
    .dashboard-main{
        width: 100%!important;
    }
    .dashboard-table-mobile{
        max-width: 100%;
        overflow: auto;
    }
    .ds-main-sec-heading{
        font-size: 13px!important;
    }
    .top-controls{
        flex-direction: column;
        align-items: start!important;
    }
    .top-controls .ds-main-sec-heading{
        margin-left: 30px;
    }
    .custom-dropdown{
        width: 100%!important;
    }
    .custom-toggle{
        width: 100%!important;
    }
    .mob-cus-cs{
        flex-direction: column;
        gap: 10px;
    }

    .dashboard-section .profile-card {
        width: 100%
    }

    .pcus-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fb-breadcrumb {
        display: none;
    }

    .profile-form-container {
        gap: 0px;
        flex-direction: column;
    }

    .save-btn button {
        font-size: 11px;
    }

    .copy-email-mobile {
        display: block;
    }

    .copy-email-desktop {
        display: none;
    }

    .fb-email {
        display: flex;
        gap: 30px;
        margin: 0
    }

    .fb-ac-container .fb-email-checkbox-conatiner {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        margin: 5px 0;
        flex-direction: column;
    }

    .fb-ac-container .fb-email-checkbox {
        width: 35px;
        height: 18px;
    }

    .billing-table-conatiner table td {
        padding: 12px 30px;
    }

    .desktop-flex {
        display: none;
    }

    .search-icon {
        top: 5px;
        left: 11px;
    }

    /* .search-input-sec input{
        transition: width 0.3s ease;

    } */
    .search-icon-mobile {
        background-color: #fff;
        padding: 4px 10px;
        display: block;
        border-radius: 6px;
        border: 1px solid #fff;
    }

    .history-search-input-sec {
        display: none;
        transition: width 0.3s ease;
    }

    .history-inner-sec .card .card-content .card-item-first {
        width: 100%;
        font-size: 14px;
    }

    .history-inner-sec .card .card-content .card-item-second {
        width: 100%;
        font-size: 14px;
    }

    .fims-inner {
        width: 46%;
        height: 200px;
        margin: auto;
        padding: 20px 10px;
        text-align: center;
        justify-content: space-between;
        gap: 15px;
    }

    .fims-sp-txt {
        font-size: 14px;
    }

    .dt-hf-inner {
        align-items: flex-start;
    }

    .dbc-dang {
        align-items: flex-start;
    }

    .dashboard-card {
        width: 100%;
    }

    .dashboard-section {
        padding: 30px 0;
    }

    /* .partner-dashboard-sec{
        padding-top: 35px;
    } */

    .banner-section .banner-content p {
        padding: 0;
        font-size: 12px;
    }

    .banner-section .banner-content h2 {
        font-size: 17px;
    }

    .un-heading {
        font-size: 23px;
    }

    .un-desc {
        font-size: 17px;
    }

    .pcus-top {
        padding-top: 38px !important;
        padding-bottom: 31px;
        padding-left: 17px !important;
    }

    .footer-mobile {
        flex-direction: column;
        gap: 15px;
    }

    .slider-container {
        width: 100%;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
        border-radius: 12px;
        border: 1px solid #00395A;
        background: linear-gradient(108deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 109.8%);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(10px);
        width: 100%;
        height: auto;
        padding: 20px 20px 15px 20px;
    }

    .slide-content .sc-p {
        font-size: 18px;
        color: #00395A;
    }

    .slide-content .sc-h {
        font-size: 24px;
        color: #00395A;
    }

    .slider-arrows .arrow {
        color: #00395A;
        font-size: 10px;
        border: 1px solid #00395A;
    }

    .slider-dots .dot {
        color: #00395a;
        border: 1px solid #00395a;
        background: #fff;
    }

    .slider-dots .dot.active {

        background: #00395A;
        border: 1px solid #00395A;
    }

    .slider-dots .dot-mod {
        color: #00395a;
        border: 1px solid #00395a;
        background: #fff;
    }

    .slider-dots .dot-mod.active {

        background: #00395A;
        border: 1px solid #00395A;
    }

    .left-section {
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 20px;
    }

    .left-section .content-section {
        padding: 30px 0;
    }

    .left-section img {
        width: 70%;
        padding: 5px 30px 20px 30px;
        margin: auto;
    }

    .main-section .navbar-light .navbar-toggler-icon {
        background-image: url("../img/toggle-menu.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-section .navbar-light .navbar-toggler {
        border: none
    }

    .header-container .navbar-nav .nav-link {
        color: #fff !important;
    }

    .header-container .navbar-collapse {
        top: 50px;
        left: 0px;
        padding: 20% 5% 0 5%;
        width: 100%;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../img/close-col.png);
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url(../img/toggle-menu.png);
    }

    .header-container .container-fluid:has(.navbar-toggler[aria-expanded="true"]) {
        flex-direction: row-reverse;
    }

    .header-container:has(.navbar-toggler[aria-expanded="true"]) {
        background: #00395A !important;
        height: auto;
        z-index: 99999;
        height: 100vh;
        max-height: calc(20px + 100vh);
        overflow: hidden auto;
    }

    .navbar-toggler[aria-expanded="true"]~.mobile-logo {
        display: none !important;
    }

    .navbar-toggler[aria-expanded="true"]~.mobile-notification {
        display: none !important;
    }

    .dashboard-section .fb-modal .modal {
        width: 85%;
        top: 60%;
    }

    .history-tab .sub-query-btn {
        padding: 7px;
        min-width: 35px;
    }

    .history-tab .dropdown-toggle {
        font-size: 14px;
        padding: 6px !important;
    }

    .history-tab .search-input {
        padding: 4px 0 4px 36px;
    }

    .sucess-container {
        width: 100%;
    }

    /* .sub-query-btn {
        min-width: 30px;
    } */
    .filter-btn {
        padding: 9px 15px;
    }

    #myToast {
        z-index: 9;
    }

    .slider-arrows .arrow:hover {
        background: #fff;
    }

    .dr-desc {
        text-align: center;
    }

    .upload-icon {
        width: 40%;
    }

    .mob-filter-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 99999999;
        display: none;
    }

    .mob-filter-section h3 {
        color: #00395A;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mob-filter-section .filter-header {
        background: #FFF;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        height: 64px;
        padding: 16px 12px;
    }

    .mob-filter-section span {
        color: #00395A;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mob-filter-section .accordion-item {
        border: 0;
        padding: 10px;
    }

    .mob-filter-section .accordion-button {
        padding: 0;
        color: #001A29;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mob-filter-section label {
        color: #001A29;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mob-filter-section .accordion-button:not(.collapsed) {
        color: #001A29;
        font-weight: 500;
        background: #fff;
    }

    .mob-filter-section .accordion-item:first-of-type .accordion-button {
        border: none;
        box-shadow: none;
    }

    .ex-heading {
        font-size: 18px;
    }

    .trasaction-detail-table div.dt-container div.dt-layout-full {
        overflow-x: auto;
    }

    .search-close {
        position: absolute;
        top: 5px;
        right: 12px;
        display: none;
    }

    .main-sec {
        height: auto;
        overflow: auto;
    }

    .quote-img {
        margin-top: -30px;
    }

    .main-section .notification-canvas {
        background-color: #00395A;
    }

    .main-section .notification-canvas .btn-close {
        background-image: url(../img/notification-close.png);
        opacity: 1;
    }

    .main-section .notification-canvas .offcanvas-title {
        color: #fff;
    }

    .notification-card-content p {
        color: #fff;
    }

    .main-toast-conatiner {
        top: unset;
        right: unset;
        align-items: center;
        justify-content: center;
        width: 100%;
        bottom: 8%;
        text-align: center;
    }

    .fb-checkbox-container .otherInput {
        width: 100%;
        padding-top: 10px;
    }

    .mobile-notification-read {
        color: #4CAF50;
    }

    .notification-card-content .unread-content {
        color: #fff;
    }

    .notification-card-content .read-content {
        color: #eeebeb;
        font-weight: 200;
    }

    .notification-card-content p {
        font-size: 13px;
    }

    .main-section .notification-canvas .notification-first-card {
        background-color: #00395A;
        border: 1px solid #00395A;
        padding: 19px;
        align-items: center;
    }

    /* .main-section .notification-canvas .notification-first-card .mobile-all-notification{
        border-radius: 4px;
        background: #FFF;
        display: flex;
        width: 59px;
        padding: 4px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    } */
    .active-notification-tab {
        border-radius: 4px;
        background: #FFF;
        padding: 4px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .filter-main-sec .dropdown-menu.show {
        transform: translate(50px, 44px) !important;
    }

    .dropdown-menu .dropdown-menu {
        left: 73%;
        top: 42px;
        margin-left: 0rem;
    }

    .dropdown-menu .dropdown:hover>.nested-dropdown-sec {
        display: block !important;
    }

    .filter-dropdown {
        display: none;

    }

    .filter-dropdown-menu {
        position: absolute !important;
        inset: auto;
        display: none;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        width: 70%;
        padding: 9px;
        gap: 7px;
        text-decoration: none;
        left: 0%;
        top: 51px;
    }

    .filterShow,
    .filterShow li {
        display: flex;
        flex-direction: column;
    }

    .nested-dropdown-sec {
        display: none;
        position: absolute;
        z-index: 1000;
        margin: 0;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        padding: 10px;
        top: 14px;
        left: 203px;

    }

    .filterShow li a {
        text-decoration: none;
        padding: 0;
        font-size: 14px;
    }

    .filter-main-sec {
        position: initial;
    }

    .filter-dropdown-container {
        position: initial !important;
    }

    .mobile-filter-dashboard {
        position: relative;
        width: 100%;
        justify-content: space-between;
    }

    header {
        height: 65px;
    }

    .add-new-btn-mobile {
        min-width: 50px !important;
        padding: 8px 14px;

    }

    .history-filter {
        padding: 5px;
        gap: 0;
    }

    .history-filter .nested-dropdown-sec {
        top: 34px;
        left: 200px;
    }

    .profile-edit-icon-billing {
        position: absolute;
        right: 14px;
        top: 42px;
        cursor: pointer;
    }

    .bill-success {
        width: 80%
    }

    .pp-newEnrollmentForm {
        padding: 30px;
    }

    .new-enrollment-header img {
        width: 28%;
    }

    .new-enrollment-header {
        height: 85px;
    }

    .new-enrollment-tab {
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    .new-enrollment-tab li {
        width: 50%;
    }

    .new-enrollment-tab li button {
        width: 100%;
    }

    .save-btn button {
        padding: 8px 20px;
        font-size: 15px;
    }

    .profile-form-container .ac-form-field-100 {
        gap: 0;
    }

    .acf-inn-sec input {
        font-size: 12px;
    }

    .verify-button {
        top: 33px;
        right: 10px;
        padding: 5px;
        border-radius: 6px;
        width: 26% !important;
    }

    .ppEnrollMarginTop {
        margin-top: 90px;
    }
    .ac-cus-filetr-sec{
        position: relative !important;
        top:0;
        right:0;
        left: 0;
    }
}

@media only screen and (max-width: 360px) {
    .nested-dropdown-sec {
        min-width: 142px !important;
        left: 192px;
    }
}

@media only screen and (max-width: 350px) {
    .nested-dropdown-sec {
        min-width: 146px !important;
        left: 148px;
        top: 40px;
    }

    .filter-dropdown-menu {
        width: 68%;
    }
}