@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

p,
span,
label,
button {
    font-family: "Plus Jakarta Sans", sans-serif;
}

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: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.medium-font {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}

.thin-font {
    font-family: "Plus Jakarta Sans", sans-serif;
    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: "Plus Jakarta Sans", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
}

input:focus-visible {
    outline: none;
}

.main-sec {
    display: flex;
    min-height: 100vh;
    overflow: auto;
    /* flex-wrap: wrap; */
    width: 100%;
    background-image: url(../img/signUpbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-main-sec{
    width: 70%;
    margin: 50px auto;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 5px 6px 10px 6px rgba(0, 0, 0, 0.25);
    justify-content: center;
    display: flex;
}

.text-grayor {
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.left-section {
    width: 50%;
    z-index: 9;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    /* overflow: auto; */
    justify-content: flex-start;
    gap: 20px;
}

.right-section {
    border-radius: 0px 20px 20px 0px;
    background-image: url("../img/blue-background.png");
    height: auto;
    width: 50%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.right-section .bannerimage {
    width: 100px;
    object-fit: cover;
    height: auto;
}

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

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

.fairbill-common-logo {
    width: 145px !important;
}

.left-section .content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

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

.left-section .content-section p {
    color: #59719A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    /* text-align: center; */
    width: 100%;
    margin-bottom:10px;
}
/* .left-section .content-section #formDesc{
    text-align: left!important;
} */
/* .left-section .content-section.otp-screen #formDesc {
    text-align: left;
} */
.left-section .content-section.otp-screen #formDesc {
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
}

.left-section .content-section.otp-screen #formDesc .otp-label {
    color: #59719A;
    font-weight: 500;
}

.left-section .content-section.otp-screen #formDesc .otp-value {
    color: #307DE3!important; 
    font-weight: 500;
}
.sign-in-acc{
    padding:10px 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: #45536A;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}
.left-section .content-section .trmCond-new {
    color: #45536A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
}

.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, #307DE3);
    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;
}
.login-sinup-link{
    font-size: 14px !important;
}

/* Slider Container */
.slider-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 6px;
    background: rgba(1, 42, 66, 0.62);
    height: 310px;
}

.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;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.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: #78A22D;
    cursor: pointer;
}

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

/* 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;
}
#footerBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d0e4ef;
    color: #030303;
    padding: 0px 16px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
.demo-tt{
    position: fixed;
    bottom: 114px;
    background: #f3e8e8;
    z-index: 99;
    padding: 16px;
}
  .footer-left, .footer-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  

  @media screen and (max-width: 480px) {
    #footerBar {
      flex-direction: column;
      text-align: center;
    }
  }
/* 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%;
    margin-top: 102px;
}

.resend-otp {
    display: none;
    color: #0a58ca;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    text-decoration: underline;
}
.resend-otp:hover {
    text-decoration: underline;
    color: #0a58ca;
}

.rounded-3-cus{
    border-radius: 16px!important;
}
.dashboard-inner-sec {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.card-wrapper .dashboard-card {
    padding: 17px 17px 13.107px 17px!important;
}

.dashboard-card {

    display: flex;
    gap: 10px;
    flex-direction: column;
    width: calc(33.33% - 10px);
    min-height: 235px;
    position: relative;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid  #DFEAF2;
    background: #FFF;
    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);
}

.manage-svc-btn {
    transition: transform 0.2s ease;
}

.manage-svc-btn rect {
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.manage-svc-btn path {
    transition: fill 0.2s ease;
}

.manage-svc-btn:hover {
    transform: translateX(2px);
}

.manage-svc-btn:hover rect {
    fill: #e8f2f7;
    stroke: #005382;
}

.manage-svc-btn:hover path {
    fill: #005382;
}

.dashboard-card:active {
    box-shadow: 0 0 0 2px #005382;
    transform: translateY(-1px);
}
.man-ser-txt{
    color: #59719A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.man-ser-txt img {
    transition: transform 0.2s ease, filter 0.2s ease;
}

.man-ser-txt:hover {
    color: #005382;
}

.man-ser-txt:hover img {
    transform: translateX(2px);
    filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(648%) hue-rotate(176deg) brightness(96%) contrast(107%) drop-shadow(0 3px 6px rgba(0, 83, 130, 0.45));
}
.disbled-bg-bg{
    background-color: #D3D3D3!important;
    border-color: #D3D3D3!important;
    cursor:not-allowed;
    pointer-events: none;
}
.ac-details-crd {
    position: absolute;
    right: 5px;
    top: 55px;
    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;
    justify-content: space-between;
    overflow: hidden;
}

.dbc-fst > div {
    min-width: 0;
    overflow: hidden;
}

.dbc-send {
    font-weight: 500;
    line-height: normal;
    color: #343C6A;
    font-size: 20px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-hidden {
    display: none;
}
.show-all-cards .card-hidden {
    display: block !important;
}
.view-all-services-text{
    color: var(--Hover-blue, #005382);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.dbc-thrd {
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .address-hide {
    display: none!important;
} */

.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 {
    text-align: center;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color:#343C6A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}


.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;
    font-size: 14px;
}

.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 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #00395A !important;
}
.breadcrumb {
    margin-bottom: 0 !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;
}

.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: 35px;
}

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

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

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

.form-hide.active-hd {
    display: none;
}
.ntf-icon{
    height: 30px;
    width: 30px;
}
.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%;
    color: #232323 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-enrollment-form .form-field-50 .input-field-ss::placeholder {
    color: #5E6877 !important;
}
.not-main-sec{
    background: #F5F7FA;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.input-ff-sec {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.new-enrollment-form .form-field-50 .mm-input1 {
    width: 90px;
}
.w-cus-btn{
    display: flex;
    width: 114px;
    padding: 5px 43px!important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.new-enrollment-form .form-field-50 .mm-input2 {
    width: 64px;
}

.new-enrollment-form .form-field-100 .input-field-ss:focus {
    border-color: #00395A;
}
.hidden-text{
    display: none;
}
.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;
}
.input-field-ss:focus {
    border-color: #00395A;
}
.custom-state-select {
    position: relative;
    width: 100%;
}
.custom-state-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
    color: #232323;
}
.custom-state-trigger.placeholder .custom-state-value {
    color: #9CA3AF;
}
.custom-state-trigger svg {
    flex-shrink: 0;
    margin-left: 6px;
    transition: transform 0.2s ease;
}
.custom-state-dropdown.open ~ .custom-state-trigger svg,
.custom-state-select.open .custom-state-trigger svg {
    transform: rotate(180deg);
}
.custom-state-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 9999;
}
.custom-state-dropdown.open {
    display: block;
}
.custom-state-trigger.open-state {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: none !important;
}
.custom-state-option {
    padding: 2px 16px;
    font-size: 16px;
    cursor: pointer;
    color: #232323;
    line-height: 1.5;
}
.custom-state-option:first-child {
    display: none;
}
.custom-state-option:hover,
.custom-state-option.selected {
    background: #EDEDED;
}
.new-enrollment-form .form-field-50 .input-field-ss:focus {
    border-color: #00395A;
}
.state-city-pad{
    padding:10px 0 0 0;
}

.left-section .payment-img {
    position: absolute;
    right: 8px;
    top: 30px;
    width: 36px !important;
}
.left-section .payment-img1{
    width: 20px !important;
    position: absolute;
    top: 32px;
    right: 48px;
}
.left-section .billing-image{
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 6px;
}
.left-section .billing-image img{
    width:80%;
}
.left-section .billing-image .img2 {
    width: 26px !important;
    min-width: 26px;
    flex-shrink: 0;
}
.left-section .billing-image p{
    font-size: 16px;
    margin: 0;
}
.bill-image-card{
    justify-content: center;
}
.card-cvv{
    padding-top: 10px;
}
.header-cus-width{
    padding: 0px 20px;
}
.account-link {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.account-link:hover {
    background-color: #e2e6ea;
}

.linked-accounts p {
    margin-bottom: 5px;
}

.account-section-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-text i {
    font-size: 1.2rem;
}
.new-enrollment-form .form-field-100 .input-field-ss {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 11px 75px 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%;
    /* padding-top:20px; */
}
.update-new{
    border-left:1px solid #CDCDCD;
    border-right:1px solid #CDCDCD;
    border-bottom:1px solid #CDCDCD;
    border-top:1px solid #CDCDCD;
    border-radius: 0 8px 8px 8px;
    padding: 0px 20px 20px 20px;
}
.bank-fields-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
}
.new-pad{
    padding-top: 20px!important;
}

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

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

.choeck-dv {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
}
.choeck-dv input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
}

.error-text {
    color: #ff0f0f;
    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: 6px;
    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;
    color:#232323;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 48px;
    height: 60px;
}
.T-AND-C-TXT{
    font-size: 12px!important;
}
.resend-text {
    color: #5E6877;
    font-size: 12px;
    font-weight: 400;
}
.otp-error {
    font-size: 13px;
    margin-top: 5px;
}
.signInButtontwo{
    width:215px;
}
.left-section .content-section.otp-screen #formHeader {
    margin-top: 0px;
}


.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;
    background-color: #D3D3D3!important;
}

.validet-otp-form .otp-validate-btn.active {
    opacity: 1;
    pointer-events: auto;
    background-color: #00395A!important;
}

.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;
    text-align: center;
}

#loader #loaderAddHs {
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    gap: 24px;
}

#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;
}
.header-bredcrumb{
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
}
.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: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -6px;
    right: -4px;
    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: 30px;
    position: relative;
}

#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: 7px;
    border-radius:20px;
    background-color: #DFE2E6;
    flex: 0 0 104px !important;
    width: 104px;
}

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

#content-1 {
    display: none;
}

.upload-icon {
    width: 5%;
}

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

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

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

.bank-lock-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 22px !important;
    height: auto;
    pointer-events: none;
}
.acf-inn-sec label {
    color: #232323;
    font-size: 16px;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.disabled-bg {
    background: #f5f5f5;
}

.filter-item-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.filter-icon-left,
.filter-icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}
.filter-icon-right {
    right: 12px;
}

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

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

#serviceAddress {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath d='M7.65294 -5.89987e-05L4.336 3.05327L1.01905 -5.84637e-05L0.000119069 0.939942L4.336 4.93994L8.67187 0.939941L7.65294 -5.89987e-05Z' fill='%23CDCDCD'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
.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: #fbfbfb;
}

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

.pi-form-container {
    border-radius: 12px;
    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%;
    gap: 30px;
}

.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;
}

.save-btn button {
    padding: 5px 43px;
    border-radius: 9px;
}
.add-suer-btn{
    width: 200px;
    /* background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important; */
    border-radius: 9px!important;
}

.cus-col-ed{
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}
.responsive-sec .cus-col-ed:hover {
    color: #005382;
}
.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: #343C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

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

.billing-table-conatiner table td {
    border: none;
    padding: 12px;
    font-size: 14px;
    width: 25%;
}

.billing-table-conatiner .status-paid {
    color: white;
    background-color: #28a745;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;

}

.billing-table-conatiner {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.cd-btn {
    border-radius: 0px 0px 0px 0px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 0px !important;
}

.ba-btn {
    border-radius: 0px 0px 0px 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
}

.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: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px 0;
    color:#232323
}

/* .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 {
    color:#005382;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.detfs-copy {
    cursor: pointer;
}

.det-hff-sec {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    background: #EBFCFF;
    padding: 15px;
}
.border-cus-ai{
    border-radius: 9px;
    border: 1px solid #CDCDCD;
    background: #FFF;
}
.dt-hf-inner {
    display: flex;
    gap: 13px;
    align-items: center;
}

.det-list-ss {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #00395A;
}

.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;
}
.text-success-cus{
    color: #78A22D;
}
.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;
}

/* Compact entries-per-page custom dropdown — shared across all pages */
.cd-compact.cd-trigger {
  width: 50px !important;
  display: inline-flex !important;
  padding: 6px 20px 6px 8px !important;
  font-size: 12px;
  border: 1px solid #CBD5E1 !important;
  border-radius: 8px !important;
  color: #59719A;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2359719A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}


.cd-compact ~ .cd-options-list {
  width: 60px !important;
  right: auto !important;
}


.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;
}

.home-ser-cl-fil {
    display: none;
}

.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;
}

.search-sec-home-service {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-top: 25px;
    min-width: 34%;
}

.cf-home-service {
    position: absolute;
    right: 5px;
    top: 3px;
    background: #fffdfd;
}

.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;
}
.notification-date-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}


.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 {
    border-style: none !important;
}

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;
}

.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%
}

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 {
    background: #F7F7F7;
    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: 37px;
    cursor: pointer;
}
.disbaled-text{
    color: #D3D3D3!important;
    pointer-events: none;
    /* opacity: .65; */
}
.notification-card-content p {
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
.list-item {
    position: relative;
    padding-right: 36px; /* reserve space for dot */
  }
  
  .not-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .notification-card-content {
    min-width: 0;
    word-break: break-word;
  }
  

.notification-card-content .read-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343C6A;
    text-decoration: none;
}

.notification-card-content .unread-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343C6A;
    cursor: pointer;
    text-decoration: none;
}
.custom-border-radius-25{
    border-radius: 25px!important;
}
.not-tab {
    cursor: pointer;
}

.error-heading {
    margin-top: 128px;
    text-align: center;
    color: #ff7a7a;
    background: #fff5f5;
    padding: 50px;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid #ff7a7a;
}

.hidden-section-cus {
    display: none;
}

#error-message {
    height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#error-message-service {
    height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.unread-notification-para {
    color: #343C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}
.unread-notification-para-sec {
    color: #343C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
    /* 125% */
}
.notification-item-wrap{
    margin-bottom: 15px;
}
.notification-time {
    margin-right: 8px;
    margin-top: 4px;
    white-space: nowrap;
    color:#59719A;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    }

.notification-card-content a {
    display: block; 
}

.no-service{
    text-align: center;
    color: #232323;
}

.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;
    color: #45536A;
}


/* /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;
    display: none;
    align-items: center;
    justify-content: center;
    top: 22%;
    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: auto;
    gap: 25px;
}

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

#notificationSec {
    padding: 30px !important;
    background-color: #fff;
}

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

.bill-success {
    width: 50%
}

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

.uploadOuter {
    text-align: center;
    padding: 20px;

    strong {
        padding: 0 10px
    }
}

.dragBox {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s;
    border: 1px dashed #1F73B7;
    background: rgba(31, 115, 183, 0.05);
    border-radius: 10px;
    align-content: center;

    input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }
}

/* .draging {
    transform: scale(1.1);
  } */
/* #preview {
    text-align: center;
    img {
      max-width: 100%
    }
  } */
.dragBox label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    align-content: center;
}

.mobile-notification-read {
    color: #00395A;
}

.notification-card-conatiner {
    position: fixed;
    z-index: 9;
    top: 110px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.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;
}
.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;
}
.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;
}
#card-tab{
    padding:12px;
}
#bank-tab{
    padding:12px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.no-data-draft{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kapture-iframe{
    display: none;
}
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 900px;
    position: relative;
}

.btn-close.close-btn {
    position: absolute;
    top: 38px;
    right: 10px;
}
.ss-cus-ss{
  background-color: transparent!important;
  color: #232323 !important;
  font-size: 15px!important;
  font-weight:500;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* onboard-flow: remove left/right padding on selected-service tags */
.ob-ss {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {

.svc-addr-modal-content .modal-body {
    padding: 10px 0px!important;
}
  .ob-ss {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.draft-modal-sec {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8rem;
    /* top: -35px;
    right: 15px; */
}

.draft-modal-sec .btn {
    font-size: 0.7rem;
    padding: 0.25rem -0.5rem !important;
    width: 129px;
    color: #181717 !important;
}

.notification-card-conatiner a {
    color: #1F73B7;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.draft-modal-sec {
    display: none;
}

.draft-crd-desn {
    min-height: 218px!important;
}
.draft-body-sec{
    max-height: 485px;
    overflow: auto;
    min-height: 290px;
}
.cursor-pointer {
    cursor: pointer;
}

.multi-select-container {
    flex-wrap: wrap;
    display: flex;
    padding: 11px 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color: #131212;
    font-size: 15px;
    max-height: 50px;
    overflow-y: auto;
}

.multi-select-tag {
    /* background: #00395A; */
    color: #5b5656;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    position: relative;
    /* height: 28px; */
    gap:5px;
}

.multi-select-tag span {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multi-select-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    top: 73px;
}

.account-information-edit-sec {
    display: none;
}

.mul-sel-drdn {
    position: absolute;
    right: 10px;
    top: 42px;
}

.multi-select-dropdown div {
    padding: 8px;
    cursor: pointer;
}

.multi-select-dropdown div:hover {
    background: #f0f0f0;
}

.shepherd-header {
    height: 35px;
}

.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;
} */
.SignUp-Section .main-sec .left-section .new-enrollment-tab .ach-btn .active {
    border-radius: 8px 0px 0px 0px;
    background: #00395A;
    color: #fff;
}

.SignUp-Section .main-sec .left-section .new-enrollment-tab .ach-btn button {
    border-radius: 0px 8px 0px 0px;
    background: #F0F0F0;
    border: 0;
    width: 100%;
    color: #8D8D8D;
}

/* Bank Account tab (right tab) — mirror the radius when active */
.SignUp-Section .main-sec .left-section .new-enrollment-tab #bank-tab.active {
    border-radius: 0px 8px 0px 0px;
}

/* When bank tab is active, card tab (left, inactive) should have left-rounded top */
.SignUp-Section .main-sec .left-section .new-enrollment-tab #card-tab:not(.active) {
    border-radius: 8px 0px 0px 0px;
}

/* Content box: flat top-right corner when bank tab content is shown */
#bank .update-new {
    border-radius: 8px 8px 8px 8px;
}

.dashboard-section .new-enrollment-tab .ach-btn .active {
    background: #00395A;
    color: #fff;
}

.dashboard-section .new-enrollment-tab .ach-btn button {
    background: #F0F0F0;
    border: 0;
    width: 100%;
    color: #00395A;
}

.dashboard-section .new-enrollment-tab .ach-btn {
    width: 50%;
}

.SignUp-Section .main-sec .left-section .new-enrollment-tab .ach-btn {
    width: 50%;
}

.SignUp-Section .main-sec .left-section .new-enrollment-tab {
    margin: 0;
    width: 70%;
    align-self: flex-start;
}

.ach-tab-content .tab-pane .new-enrollment-form {
    display: flex;
}
.cus-tablft{
    border-radius: 5px 0px 0px 5px;
}
.cus-tabrft{
    border-radius: 0px 5px 5px 0px;
}
#clearDateFilter{
    display: none;
    border-radius: 6px !important;
    border: 1px solid #DFE2E6 !important;
    background: #FFF !important;
}
.drop-down-img{
    width: 20px;
    margin-right:6px;
}
.drop-down-img-address{
    width: 12px;
}
.addrs-font{
    font-size:13px;
}
.transaction-sec{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 10px;
    position: relative;
}
.cus-color{
    color: #CDCDCD;
}
.rc-cus-rs{
    color: #676666!important;
}
.cus-mul-drop-dd{
    display: flex;
    justify-content: space-between;
    border-radius: 9px!important;
    border: 1px solid #CDCDCD!important;
    background: #FFF;
    padding: 0px 7px !important;
}
/* Service type custom dropdown — options list matches cd-options-list styling */
.multi-select-sec {
    position: relative;
}

.cus-mul-se-sec {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    padding: 4px 0;
    z-index: 10000;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.multi-select-option-sec {
    padding: 8px 10px;
    font-size: 14px;
    color: #59719A;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #E2E8F0;
}

.multi-select-option-sec:last-child {
    border-bottom: none;
}

.multi-select-option-sec:hover {
    background: #FAFAFA;
}

/* onboard-flow: address field inherits row background on desktop and mobile */
.cus-mss-od .multi-select-box-sec,
.cus-mss-od .cus-mul-drop-dd {
    background: transparent !important;
}
/* onboard-flow: remove border from address dropdown on desktop */
@media (min-width: 768px) {
    .ob-addr-dd {
        border: none !important;
    }
}
.all-trns-filter-sec{
    position: absolute !important;
    right: 20%;
    display: flex;
    gap: 5px;
    top: 1%;
}
.dashboard-main{
    position: relative;
    min-height:100vh;
}
.btn-cuspd{
    padding: 7px 11px;
    border-radius: 5px;
    color: #747373;
}
.status-container{
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.status-container button{
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    width: 70px;
    margin: 5px;
}
.delete-btn , .delete-btn:hover, .delete-btn:focus, .delete-btn:active{
    background-color: crimson;
    color:#fff
}
.paid-btn, .paid-btn:hover, .paid-btn:active, .paid-btn:focus{
    background-color: #4CAF50;
    color:#fff
}
.signUp-btn-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}
.left-section .signUp-btn-container button{
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    border: 0.25px solid var(--Field-Text-Gray, #5E6877);
    background: var(--Off-Whilte, #FAFAFA);
    color: #343C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-section .signUp-btn-container button img {
    width: 22px;
    min-width: 20px;
    height: 24px;
    object-fit: contain;
}
.signUp-Otp-para-container{
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin-top:10px;
}
.signUp-Otp-para-container .divider-line {
    flex: 1;
    height: 1px;
    background-color: #DEDEDE;
}
.left-section .signUp-Otp-para-container p{
    font-size: 16px;
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
}
.signUp-Otp-para-container.billing-alert-mode .divider-line {
    display: none;
}
.signUp-Otp-para-container.billing-alert-mode p {
    white-space: normal;
    flex-shrink: 1;
    width: 100%;
}
.signUp-Otp-para-container.billing-alert-mode .alert {
    width: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.billing-desc {
    text-align: left;
}
.right-contentimg-container{
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: space-evenly;
    height: 100%;
}

.right-contentimg-container h2{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:50px 0;
}
.right-bank-details-container{
    align-items: flex-start;
    justify-content: center;
    gap:10px;
    width: 80%;
    margin: auto;
}
.right-bank-details-content{
    align-items: center;
    justify-content: flex-start;
}
.right-bank-details-content img{
    width: fit-content;
}
.right-bank-details-content p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.signUp4ImgContainer{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.signUp4ImgContainer img{
    width: fit-content;
    margin: auto;
}
.SignUp3Img img , .SignIn1Img img, .SignIn2Img img{
    width: 80%;
    margin: auto;
}
.name-input-field .input-ff-sec-100 input{
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 11px 12px;
    align-items: center;
    gap: 10px;
    transition: all 0.35s;
    outline: none;
}
.atrans-fs{
    font-size: 14px;
}
.name-input-field{
    width:100%;
}
.name-input-field .input-ff-sec-100{
    width:100%;
}
.fullname-input{
color:#45536A;
font-size: 16px;
font-weight: 400;
}
.onboard-main-container{
    background-image: url("../img/background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding:10px;
    /* overflow: auto; */
}
.onboard-inner-container{
    display: flex;
    border-radius: 20px 20px 20px 20px;
    background: #FFF;
    box-shadow: 5px 6px 10px 6px rgba(0, 0, 0, 0.25);
    margin: 45px auto 0;
    padding: 50px 50px 0;
    flex-direction: column;
    width: 85%;
    /* height: calc(100vh - 70px);
    overflow-y: auto; */
}
.onboard-inner-container .logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195.368px;
    height: 87px;
    margin: 0px auto 0px;
}

.logo-container-onboard{
     display: flex;
    justify-content: center;
    align-items: center;
    /* width: 150px; */
    margin: 0px auto 0px;   
}
.onboard-inner-container .intro-section h2{
    text-align: center;
    color: var(--Near-Black, #232323);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:30px;
}
.onboard-inner-container .intro-section{
    width:80%;
    margin: 15px auto;
}
.intro-section .content-block{
    border-radius: 8px;
    background: #EFF8FF;
    width: 800px;
    margin: 40px auto 10px auto;
    padding: 15px;
}
.intro-section .content-block p{
    color: var(--Medium-Blue-Gray, #343C6A);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
   
    margin:0

}
.let-hdr{
    margin-top: 8px!important;
}
.welcome-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url('../img/introEssie.png');; /* Same image */
    background-size: contain;
    background-repeat: no-repeat;
}
.cd-options-list li::before {
    content: none !important;
    display: none !important;
}
.welcome-section ul.cd-options-list {
    max-width: none !important;
}
.cus-drop-add{
    z-index: 99!important;
}
table td,
.table td,
tr,
.table-responsive,
.table-wrapper {
  overflow: visible;
  position: relative !important;
}

.welcome-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border-radius: 10px;
    padding: 0px;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.intro-btn{
    border-radius: 6px;
    background: var(--primary-blue, #00395A);
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: none;
    color: #fff;
    width: 280px;
    padding:8px 14px!important;
    font-size: 14px;
    font-weight: 600;
}

.intro-btn:hover{
    color: #fff !important;
    background-color: #005382 !important;
    border-color: #005382 !important;
}
.intro-btn-container{
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin:30px;
}
#serviceAddressCheckbox {
    width: 16px;
    height: 16px;
    border-radius: var(--spacing-xs, 4px);
    border: 1px solid var(--UX-gray, #CDCDCD);
    flex-shrink: 0;
}
.first-step-section .intro-btn-container .intro-btn {
    width: 100%;
}
.intro-section .content-block img{
    float: left;
    margin-right: 0px;
    object-fit: cover;
    width:170px;
    height:auto
}
.onboard-inner-container .first-step-section {
    width: 90%;
    margin:0 auto;
    margin-top:20px;
}

.first-step-section .content-block{
    background: none;
    display: flex;
    gap:10px;
    width: 100%;
    padding: 0px;
    position: relative;
}
.intro-section .content-block .block-image1 img {
    width: 80px;
}
.intro-section .content-block .block-image1{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.intro-section .content-block .block-image2{
    position: absolute;
    bottom: -12px;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.intro-section .content-block .block-image2 img {
    width: 24px;
}
.first-step-section .intro-section .content-block p{
    font-size: 20px;
}
.first-step-section .form-field-50{
    align-items: center;
}
.first-step-section .form-item-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.first-step-section .service-address-form{
    width: 540px;
    margin: auto;
}
.first-step-section .service-address-form .full-width{
    width: 100%;
}

/* Grid layout: City+State on same row (desktop), City alone / State+Zip on same row (mobile) */
.first-step-section .service-address-form .form-item-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}
.first-step-section .service-address-form .form-item-container > .flex-column {
    grid-column: span 2;
}
.first-step-section .service-address-form .svc-city-row {
    grid-column: 1 / 2;
}
.first-step-section .service-address-form .svc-state-row {
    grid-column: 2 / 3;
}
.first-step-section .service-address-form .svc-zip-row {
    grid-column: span 2;
}

@media (max-width: 767px) {
    .first-step-section .service-address-form .svc-city-row {
        grid-column: span 2;
    }
    .first-step-section .service-address-form .svc-state-row {
        grid-column: 1 / 2;
    }
    .first-step-section .service-address-form .svc-zip-row {
        grid-column: 2 / 3;
    }
}

.service-address-form .input-field-ss,
.new-enrollment-form .input-field-ss,
.new-enrollment-form .input-field-ss-selc {
    color: #232323 !important;
}

.service-address-form .input-field-ss::placeholder,
.new-enrollment-form .input-field-ss::placeholder,
.new-enrollment-form .input-field-ss-selc::placeholder {
    color: #5E6877 !important;
}

.service-address-form .intro-btn-container {
    width: 100%;
    margin: 30px 0;
}
.service-address-form .intro-btn-container .intro-btn {
    width: 100%;
}

.fourC-step-section .uploadOuter .inner-uploadSec{
    border-radius: 16px;
    border-top: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 20px;
}

.fourC-step-section .uploadOuter{
    gap: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.fourC-step-section .uploadOuter .dragBox {
    cursor: pointer;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fourC-step-section .uploadOuter .onboard-file-uploader{
    border-radius: 8px;
    border: 1px solid var(--UX-gray, #CDCDCD);
    background: var(--form-light-blue, #F5FBFE);
    width: 80%;
    height: auto;
    flex-shrink: 0;
    padding: 20px 0 30px;
}
.fourC-step-section .uploadOuter h2{
    color: var(--Near-Black, #232323);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fourC-step-section .uploadOuter .saveContinueBtn{
    border-radius: 6px;
    background: var(--Light-Gray, #D3D3D3);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    width: 449px;
}
.skip-btn{
    color: #307DE3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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;
}
.fourC-step-section .uploadOuter .inner-uploadSec .upload-icon {
    width: 24%;
}
.SkipForNowbtn{
    border-radius: 6px;
    background: var(--primary-blue, #00395A);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width:300px;
    padding: 8px 14px;
    border: none;
}
.light-blue-card{
    background:  #F7F7F7;
}
.onboard-protection-sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    
}
.onboard-protection-sec p{
    color: var(--Near-Black, #232323);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin:0;
}
.onboard-protection-sec img{
    width:30px;
}
.onboard-pass-sec .pass-lock{
    position: absolute;
    top: 10px;
    left: 7px;
}
.onboard-pass-sec input{
    padding-left: 36px;
}
.onboard-pass-sec .eye-symbol {
    right: 7px;
    top: 52%;
}
.onboard-addHomeServieForm{
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.onboard-addHomeServieForm .col-lg-12.w-100 .row {
    row-gap: 22px;
}
#vm_connect {
    width: 320px;
    height: 44px;
    padding: 8px 14px;
    border-radius: 6px;
    background: var(--Accent-Green, #78A22D);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
#loginBlock p img[src*="protection"] {
    width: 20px;
    height: 20px;
}
#infoIcon {
    width: 16.667px !important;
    height: 16.667px;
}
#loginInformation {
    width: 16px;
    height: 16px;
    border-radius: var(--spacing-xs, 4px);
    border: 1px solid var(--Medium-Blue-Gray, #343C6A);
    flex-shrink: 0;
    margin-right: 8px!important;
}
.home-save-btn{
    margin-top: 60px!important;
    margin-bottom: 60px!important;
    padding-right: 70px!important;
}
.onboardservicetypesec .onboardservicetypeimg{
    position: absolute;
    top: 8px;
    left: 5px;
}
.onboardservicetypesec .input-field-ac{
    padding-left: 30px;
}
.onboardUploadService1{
    width:70%;
}
.onboardUploadService2{
    width:30%;
}
.continue-btn, .prefer-btn{
    width:50%;
}
.green-tab{
    width:48%;
}
.step-size-width{
    width:800px !important;
    margin: auto;
    margin: 30px auto 10px auto;
}
.header-askEssie {
    padding: 0 18px;
}
.btn-styl{
    border-radius:6px!important;
}


.header-askEssie button{
    border-radius: 9px;
    background: var(--primary-blue, #00395A);
    color: #fff;
    width: 170px;
    height: 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header-askEssie button:focus{
    background-color: #002438 !important;
    border-color: #002438 !important;
}
.header-askEssie button img{
    width: 20px;
    height:20px;
}
.main-section .new-header-logo-container{
    width: 243px;
    margin-right: 0;
}
.new-header-logo-container img{
    width: 145px;
}
.welcome-card {
    background: #fff;
    border: 1px solid #DFEAF2;
    background: #FFF;
    padding: 21px 14px;
    max-width: 100%;
}
.chatbot-icon img {
    width: 80px;
    margin-right: 12px;
}
.welcome-text p {
    color: #343C6A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}
.welcome-text strong {
    font-weight: 600;
    color: #3b3b3b;
}
.cus-nav-des{
    color:#00395A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.address-field{
    background-color: #fff!important;
}
/*nidhi - onboarding flow new css*/
.secure-item {
    margin-bottom: 12px;
}

.secure-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.secure-header img {
    width: 18px;
    height: 18px;
}

.secure-desc {
    margin-left: 26px;   
    margin-top: 2px;
}
.page-container{
    display: flex;
    align-items: center;
    min-height: 0;
}
.container-width{
    width:100% !important;
    margin: auto;
}
.new-page{
    max-width:100%;
    display: flex!important;
    align-items: center!important;
}
.content-page{
    border:none!important;
}
.content-body{
    padding:0!important;
    padding-top: 40px;
}
.page-footer{
    border-top:none!important;
}
.btn-page{
    width:400px!important;
    margin-top:30px!important;
}
.category-page-con{
    padding-top: 30px!important;
    padding-bottom: 10px!important;
}
.category-page{
    color: #343C6A;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.btn-page.disabled{
    color: #fff!important;
    background-color:#D3D3D3!important;
    border-color:#D3D3D3!important;
}
.next-button{
    width:400px!important;
    margin-top:30px!important;
}
.next-button.disabled{
    color: #fff!important;
    background-color:#D3D3D3!important;
    border-color:#D3D3D3!important;
}
.provider-remove-border{
    border:none!important;
    box-shadow: none!important;
}
.vm-color{
    background:#F7F7F7!important;
}
.manage-subs{
    color:#00395A;
    font-size: 24px;
    font-weight: 600;
}
.dash-manage-subscription{
    font-size: 18px!important;
}
.billing-encryption-info {
    display: flex!important;
    align-items: center!important;
    gap: 6px!important;
    margin-top: 10px!important;
    width: fit-content!important;
    max-width: 100%!important;
}

/* Fix text spacing */
.billing-encryption-info p {
    margin: 0!important;
    line-height: 1.3!important;
     color:#45536A!important;
}


.no-tile-text{
    font-size:14px;
}

.dashboard-card-notile{
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: calc(33.33% - 10px);
    position: relative;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid #DFEAF2;
    background: #FFF;
}
.confirm-ser-desk{
    margin-top: 35px!important;
    padding-bottom: 5px!important;
}
.custom-ser-desk{
    padding-top: 15px!important;
}
#initial-continue-btn{
    margin-top: 60px!important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .signInButton {
        width: 100%;
    }
    .service-details {
        flex-direction: column;
        gap: 10px;
    }
    
    .chart-legend {
        justify-content: flex-start;
    }
    
    .welcome-card {
        margin-bottom: 20px;
    }
}

.select-category-footer{
    color: #343C6A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 768px) {
    .select-category-footer{
        font-size: 18px;
  }
    .signInButton {
        width: 100%;
    }
    .input-ff-full {
        width: 100%;
    }
    .ff-logo{
        width: 145px!important;
    }
    .payment-icon-img{
        margin: 0!important;
        width: 26px!important;
    }
    .slider-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        border-radius: 6px;
        background:transparent;
        height: 270px;
        position: relative;
    }
    .slider-arrows{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        cursor: pointer;
        padding-top: 25px;
        position: absolute;
        bottom: 15px;
        width: 100%;
        margin: 0 auto;
        left: 0;
    }
    .mobile-logo{
        width: 145px;
    }
    .container-fluid {
        padding: 15px !important;
    }
    
    .action-buttons .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .chart-legend {
        gap: 10px;
    }
    
    .legend-item {
        font-size: 11px;
    }
    .category-scroll-mobile {
        max-height: 65vh;       /* You can adjust this */
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 6px;     /* Prevent scroll overlay */
         border: 1px solid #DFEAF2;
        background: #FFF;
        padding:5px;
    }
   
     /* WebKit Browsers (Chrome, Edge, Safari) */
     .category-scroll-mobile::-webkit-scrollbar {
        width: 6px;                   /* Slim scrollbar */
    }

    .category-scroll-mobile::-webkit-scrollbar-track {
        background: #CDCDCD;          /* Light grey track (#E5E7EB) */
        border-radius: 10px;
    }

    .category-scroll-mobile::-webkit-scrollbar-thumb {
        background: #CDCDCD;          /* Slightly darker thumb (#C5C8D0) */
        border-radius: 10px;
    }

    .category-scroll-mobile::-webkit-scrollbar-thumb:hover {
        background: #b1b4bc;          /* Slightly darker on hover */
    }

    /* Firefox */
    .category-scroll-mobile {
        scrollbar-width: thin;        /* Slim scrollbar */
        scrollbar-color: #c5c8d0 #e5e7eb;
    }
    .icon-small {
        width: 30px;
        height: 30px;
      }
    
      /* Reduce spacing between icon & text */
      .icon-text-wrapper {
        gap: 10px !important;
      }

      .manage-subs{
        color:#00395A;
        font-size: 16px;
        font-weight: 600;
    }
    .override-mobile-margin.custom-ml {
        margin-left: 12px !important;
      }
    .welcome-card{
        border-radius:8px;
    }
    .otpFieldInput {
        width: 100%;
    }
    .billing-encryption-info {
        justify-content: center!important;
        margin-left: auto!important;
        margin-right: auto!important;
        gap: 6px!important;
    }

    .billing-encryption-info p {
        text-align: left!important;
         color:#45536A!important;
    }

    .no-tile-text{
        font-size:12px;
    }
}
.not-rr{
    color: #00395A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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;
}
.left-section .billing-image {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 4px;
}
.cl-head-cc{
    color: #343C6A;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}
.form-select-cus-cc{
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9px;
    border: 1px solid #DFEAF2;
    background: #FFF;
    color: #59719A!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left:28px;
    }
.side-heading-text{
    color: #343C6A;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}
.signupnew-btn{
    font-weight: 500!important;
}
#chartdiv {
  width: 100%;
  height: 500px;
}
#chartdiv-mobile {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.text-s-hhd{
    color:#343C6A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.cus-border-rad{
    border-radius:9px!important;
}
.w-80-cus{
    width: 80%;
}
.w-30-cus{
    width: 30%;
}

.address-img-icon{
    top:15px;
    left:10px;
}
.onboard-addr-trigger {
    cursor: pointer;
}
.onboard-addr-trigger-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 6px;
}
.chart-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.chart-title-custom {
    font-size: 1.7rem;
    font-weight: 700;
    color: #343C6A;
    letter-spacing: 0.01em;
}
.chart-view-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.chart-view-label {
    font-size: 1rem;
    color: #003859;
    font-weight: 500;
    margin-right: 6px;
}
.chart-view-select {
    border-radius: 999px;
    border: 1.5px solid #DFEAF2;
    background: #fff;
    padding: 4px 22px 4px 26px;
    font-size: 1rem;
    color: #003859!important;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    min-width: 220px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23597A9A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px 18px;
    transition: border-color 0.2s;
}
.icon-set-hide{
    visibility: hidden;
}
.gas-smoke {
  animation: gasFloat 2.5s ease-in-out infinite;
  opacity: 0.8;
}

@keyframes gasFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-6px) scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-12px) scale(1.1);
    opacity: 0;
  }
}


.wifi-animate {
  animation: wifiPulse 1.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes wifiPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.electricity-animate {
  animation: electricGlow 2.6s ease-in-out infinite;
}

@keyframes electricGlow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.globe-rotate {
  animation: globeSpin 15s linear infinite;
  transform-origin: center center;
}

@keyframes globeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.water-drop {
  animation: waterDrop 4.8s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes waterDrop {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(1px) scale(0.95);
    opacity: 0.9;
  }
  60% {
    transform: translateY(1px) scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.gas-flame {
  animation: flameFlicker 1.8s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes flameFlicker {
  0% {
    transform: scale(1);
    opacity: 0.88;
  }
  25% {
    transform: scale(1.02, 1.04);
    opacity: 0.95;
  }
  50% {
    transform: scale(0.99, 0.98);
    opacity: 0.82;
  }
  75% {
    transform: scale(1.015, 1.03);
    opacity: 0.92;
  }
  100% {
    transform: scale(1);
    opacity: 0.88;
  }
}


.service-icon-sec-dd{
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.chart-view-select.cd-trigger {
    background-image: none;
    padding-right: 2rem;
    color: #343C6A !important;
}
[data-cd-for="chartViewDesktop"] ~ .cd-options-list .cd-option:not(:last-child),
[data-cd-for="chartViewMobile"] ~ .cd-options-list .cd-option:not(:last-child) {
    border-bottom: 1px solid #E2E8F0;
}
[data-cd-for="chartViewDesktop"] ~ .cd-options-list .cd-option,
[data-cd-for="chartViewMobile"] ~ .cd-options-list .cd-option {
    color: #343C6A;
}
[data-cd-for="chartViewDesktop"] ~ .cd-options-list .cd-option.cd-selected,
[data-cd-for="chartViewMobile"] ~ .cd-options-list .cd-option.cd-selected {
    color: #001A29;
}
.chart-view-select:focus {
    border-color: #005382;
    outline: none;
}
.chart-view-select option {
    color: #343C6A;
}
.btn-primary {
    color: #fff;
    background-color: #00395A!important;
    border-color: #00395A!important;
    border-radius:8px !important; 
}
.btn-primary:hover {
    color: #fff;
    background-color: #005382!important;
    border-color: #005382!important;
}
.btn-primary:focus {
    color: #fff;
    background-color: #002438!important;
    border-color: #002438!important;
}
.btn-secondary.disabled, .btn-secondary:disabled{
    background-color: #D3D3D3!important;
    border-color: #D3D3D3!important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #00395A !important;
    border-color: #00395A !important;
}

.btn-secondary:hover {
    background-color: #005382 !important;
    border-color: #005382 !important;
}

.btn-secondary:focus {
    background-color: #002438 !important;
    border-color: #002438 !important;
}
/* other css */
.card-title-cus{
    color:#343C6A;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}
.active-account-cus{
    background:#C1F6C7;
    display: flex;
    width: 62px;
    height: 25px;
    padding: 2px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color:#343C6A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.update-payment-btn{
    width: 200px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 9px!important;
    background: #00395A;
}
.no-bill{
    text-align:center!important;
    background-color: #fff!important;
    border:none!important;
}
.table-header-sec-data {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 20px 24px;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 14px;
    color: #1d1d1f;
}

.table-row-sec-data {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.provider-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.provider-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.provider-name {
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
}

.frequency-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 12px;
    width: fit-content;
    background: #fff;
    color: #00395A;
    border: 1px solid #00395A;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.skeleton-table-sec {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}
.offcanvas-title{
color: #343C6A;
font-size: 22px;
font-weight: 600;
line-height: 30px;
}
.offcanvas-header{
    padding: 20px 25px 20px 20px!important;
}
.offcanvas-header .btn-close {
    padding-right: 8px!important;
}
.offcanvas-close-btn {
    text-decoration: none;
    color: #6c757d;
    font-size: 14px;
}
.resend-text{
    margin-top:10px;
    display:flex;
}
.resend-otp{
    margin-top:10px;
    display:flex;
}
.offcanvas-close-btn:hover {
    color: #000;
}

.offcanvas-close-btn .btn-close {
    margin: 0;
}
.close-text{
    color: #8D8D8D;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.signInButton{
    width:250px;
    text-align: center !important;
    -webkit-appearance: none;
    appearance: none;
}
.otpFieldInput{
    width:530px;
}

#allReadMark svg {
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
}
.transfer-details-modal{
    max-width: 650px;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-table-sec-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex-shrink: 0;
}

.skeleton-table-sec-text {
    height: 16px;
    width: 80px;
}

.skeleton-table-sec-amount {
    height: 16px;
    width: 60px;
}

.skeleton-table-sec-date {
    height: 16px;
    width: 80px;
}

.skeleton-table-sec-payment {
    height: 16px;
    width: 50px;
}
 .hdr-first br {
        display: block;
        margin-bottom: 12px;
        content: '';
}
.bank-service-title{
color: #232323;
font-size: 16px;
font-weight: 600;
padding: 10px 0;
text-align: left;
}
/* {media query */
@media only screen and (max-width: 1630px) {
    .custom-tabs .nav-link {
        padding: 10px 13px;
        font-size: 14px;
    }
    
}
@media only screen and (min-width: 1400px) {
    .container-fluid {
        width: 100% !important;
    }

}
@media (min-width: 1025px) and (max-width: 1680px) {
    .otpFieldInput {
        width: 100%;
    }
}


@media only screen and (max-width: 430px) {
    .dashboard-inner-section{
        padding-top: 47px;
    }
    .left-section .billing-image {
        display: flex;
        align-items: start;
        margin-top: 10px;
        gap: 0px;
    }
    .dashboard-main {
        margin-top: 70px !important;
    }
    .cus-mt-sec{
        margin-top: 5px!important;
    }
    .left-section .signUp-Otp-para-container p {
        font-size: 15px;
    }
    .mob-secsub{
        flex-direction: column;
    }
    .intro-section .content-block {
        margin: 0px;
        padding: 15px 10px!important;
    }
    .textConfig{
        font-size: 12px;
    }
    .gh-mov{
        margin-top: 15px!important;
    }
    .active-mobile-not-col {
        color: #eeebeb !important;
        font-weight: 200 !important;
    }
    .dashboard-section .breadcrumb{
        font-size: 12px;
    }
    .fb-breadcrumb{
        flex-direction: column;
    }
    .transaction-sec{
        padding: 3px;
    }
    .all-trns-filter-sec{
        position: relative!important;
        top: 0;
        right:0;
        left: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .cus-delect{
        width: 100%!important;
    }
    .custom-date-picker-btn{
        width: 100%;
    }
    .custom-tabs .nav-item{
        width: 100%;
    }
    .custom-tabs{
        display: flex;
        flex-wrap: nowrap!important;
    }
    .custom-tabs .nav-link {
        border: none;
        font-weight: 600;
        color: #6c757d;
        background-color: #f1f1f1;
        padding: 10px 7px;
        font-size: 15px;
    }
    .cus-delect .select2-container--default .select2-selection--multiple{
        border: none !important;
        padding: 0px 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-cuspd{
        width: 100%!important;
    }
    
    .banner-section {
        height: 150px !important;
        margin-top: 67px;
    }

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

    .skeleton-loader-main {
        /* background: #00395A; */
        /* top: 70px!important; */
    }

    .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: 17px;
    }

    .main-section .notification-canvas .notification-first-card {
        height: 69px;
        padding: 22px 29px!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;
    }
}

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

    .dashboard-section .new-enrollment-tab .ach-btn button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 354px) {
    .dashboard-section .new-enrollment-tab .ach-btn button {
        font-size: 12px;
    }
    .left-section .signUp-Otp-para-container p {
        font-size: 15px;
    }
}

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

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

    .slider-container {
        width: 100%;
        height: auto;
    }

    .left-section {
        width: 50%;
        overflow: visible;
    }

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

    .right-section {
        width: 60%;
    }

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

    .dashboard-card {
        width: calc(50% - 10px);
        
    }
    .right-contentimg-container {
        padding: 20px;
    }
    .right-contentimg-container h2 {
        margin: 20px 0;
    }
    .inner-main-sec {
        width: 90%;
    }
    .left-section .content-section h2 {
        font-size: 26px;
    }
    .left-section {
        gap:20px;
    }
    .left-section .billing-image p{
        font-size: 16px;
    }
    .onboard-inner-container{
        width: 90%;
        padding: 50px 0px 0;
    }
    .onboard-inner-container .intro-section {
        width: 100%;
        margin: 15px auto;
    }
    #ofMainSec .plaid-box{
        max-width: 100%;
    }
    .card-title-cus{
        margin-top:25px!important;
    }
}

@media only screen and (min-width: 410px) and (max-width: 425px) {
    .fb-checkbox-container .fb-checkbox {
        width: 71px;
    }
    .notification-canvas.offcanvas-end {
    top: 99px;
    max-height: calc(99vh - 100px);
    right: 0px!important;
    border-radius: 0 0 9px 9px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
    .left-section .signUp-Otp-para-container p {
        font-size: 15px;
    }

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

@media only screen and (min-width: 320px) and (max-width: 410px) {
    .left-section .signUp-Otp-para-container p {
        font-size: 15px;
    }
    .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) {
    .otpFieldInput {
        width: 100%;
    }
    .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: 1024px) {
    .intro-section .content-block{
        width:100%;
    }
}

.svc-addr-modal-content .modal-header {
    padding: 0 0 20px 0!important;
}

@media only screen and (max-width: 767px) {
    .transfer-details-modal{
    max-height: calc(100vh - 112px)!important;
}
    .confirm-ser-desk{
    margin-top: 25px!important;
    padding-bottom: 12px!important;
}
.custom-ser-desk{
    padding-top: 35px!important;
}
    .state-city-pad {
    padding: 0;
    }
    .intro-btn {
        padding:8px 14px!important;
        font-size: 14px;
        font-weight: 600;
    }
    .intro-section .content-block img {
    margin-right: 3px;
    margin-top: 2px;
    }
    .header-askEssie {
        padding-top: 15px;
    }
    .onboard-inner-container .logo-container{
        width: 145px;
        height: 64.57px;
    }
    .span-bar {
        flex: 0 0 56.318px !important;
        width: 56.318px;
    }
    .onboard-main-container {
    padding: 0!important;
    }
    .essie-hdr {
    font-size: 16px!important;
    }
    .hdr-first{
        margin-bottom: 4px!important;
    }
    .SignIn1Img img, .SignIn2Img img {
    width: 100%;
    margin: auto;
    }
    .first-ut{
    font-size: 22px!important;
    margin-bottom: 0px!important;
    }
    .SignUp-Section .main-sec .left-section .new-enrollment-tab {
        width: 100%;
    }
    .signInButtontwo {
        width: 100%;
    }
    .signInButton {
        width: 100%;
    }
    .left-section .signUp-Otp-para-container p {
        font-size: 15px;
    }
   
    .otpFieldInput {
        width: 100%;
    }
    .mobile-dashboard .profile-card {
        width: 100%
    }

    .search-sec-home-service {
        display: none;
    }

    .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%;
    }
    .banner-section .banner-content p {
        padding: 0;
        font-size: 13px;
    }

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

    .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;
        font-size: 12px;
        width: 30%;
    }

    .slider-container {
        width: 100%;
        padding: 8px;
    }

    .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-color: #78A22D;
        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: visible;
        padding: 20px;
    }

    .left-section .content-section {
        padding: 10px 0;
        justify-content: center;
        align-items: center;
    }

    .left-section img {
        width: 60%;
        padding: 0;
        margin: auto;
    }
    .left-section .signUp-btn-container button img {
        width: 24px;
        min-width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
    }

    .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;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .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.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;
        font-size: 12px;
        line-height: 20px;
    }

    .dr-head {
        font-size: 15px;
    }

    .uploadOuter {
        padding: 20px 0;
    }

    .upload-icon {
        width: 30%;
    }

    .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-x: hidden;
        background: none;
    }
    .inner-main-sec {
        width: 100%;
        margin: 10px auto;
        border-radius: 40px;
        background: #FFF;
        justify-content: center;
        display: flex;
        box-shadow: none;
        flex-direction: column;
    }
    .right-section {
        width: 90%;
        margin: auto;
        border-radius: 20px;
        overflow: hidden;
    }
    .right-contentimg-container{
        gap:20px;
        padding: 30px 10px;
        /* height: 248px; */
        min-height: 248px;
    }
    .right-contentimg-container h2 {
        font-size: 24px;
        margin: 0px;

    }
    .left-section .content-section .trmCond{
        font-size: 12px;
        text-align: center;
    }

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

    .main-section .notification-canvas {
        background-color: #fff;
    }
    #allReadMark svg {
        align-self: center;
        margin-top: auto;
        margin-bottom: auto;
    }

    /* .main-section .notification-canvas .btn-close {
        background-image: url(../img/notification-close.png);
        opacity: 1;
    } */
    .main-section .notification-canvas .btn-close {
        /* background: transparent url(../img/notification-close.png) center / 1em auto no-repeat !important; */
        opacity: 1 !important;
    }

    .main-section .notification-canvas .offcanvas-title {
        color: #343C6A;
        font-size: 22px;
        font-weight: 600;
    }

    .notification-card-content p {
        color:#343C6A;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

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

    .main-toast-conatiner.abandon-toast {
        top: 50%;
        bottom: unset;
        left: 50%;
        right: unset;
        transform: translate(-50%, -50%);
        width: 90%;
    }

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

    .mobile-notification-read {
        color: #343C6A;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .notification-card-content .unread-content {
        color:#343C6A;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .notification-card-content .read-content {
        color:#343C6A;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

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

    .main-section .notification-canvas .notification-first-card {
        background-color:#F7F7F7;
        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;
        padding: 4px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color:#343C6A!important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .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: 113px;
        display: flex;
    }
    header nav{
        width: 100%;
    }

    .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%
    }
    .dashboard-section .draft-modal-sec{
        flex-direction: column !important;
        width: 100% !important;
        padding: 20px !important;
        gap: 21px !important;
        align-items: flex-start !important;
        justify-content: center !important;
        margin: 25px 0 !important;
        position: relative !important;
        top:0;
        right:0;
    }
    .validet-otp-form .input-field{
        align-items: center;
        justify-content: center;
    }
    .left-section .content-section p{
        text-align: center;
    }
    .left-section .content-section.otp-screen #formDesc {
        text-align: center;
        white-space: normal;
    }
    .left-section .content-section .trmCond-new {
        text-align: center;
    }
    .signUp-btn-container{
        align-items: center;
    }
    .validet-otp-form{
        align-items: center;
    }
    .resend-text{
        text-align: center;
    }
    .slide p{
        font-size: 14px;
        line-height: 22px;
    }
    .left-section .billing-image p{
        font-size: 16px;
    }
    .right-section .bannerimage {
        width: 70px;
    }
    .mob-ac-sub-sec{
        flex-direction: column;
        width: 99%;
        margin: auto;
    }

    .btn-cuspd{
        width: 80%;
        margin: auto;
    }
    .onboard-inner-container{
        padding: 30px 0;
        width: 100%;
        margin:0;
        border-radius: 0;
        height:auto;
        min-height: 100vh;
    }
    .onboard-inner-container .intro-section h2{
        font-size: 20px;
        padding: 0 20px;
        margin-bottom:30px!important;
    }
    .onboard-inner-container .intro-section h2.first-ut {
        margin-bottom: 0px !important;
    }
    
    .intro-section .content-block {
        margin:0px;
        padding: 30px 10px;
    }
    .intro-section .content-block img{
        width: 50px;
    }
    .intro-section .content-block p{
        font-size: 16px;
        line-height: 26px;
    }
    .onboard-inner-container .intro-section {
        width: 100%;
    }
    .intro-btn-container{
        margin: 30px auto;
        width:90%;
    }
    .first-step-section .intro-btn-container{
        margin: 0px auto;
    }
    .onboard-inner-container .intro-section .right-contentimg-container h2 {
        color: #fff;
    }
    .intro-btn{
        width: 100%;
    }
    .first-step-section .service-address-form {
        width: 100%;
    }
    .intro-section .content-block .block-image1 img{
        width:40px;
    }
    .first-step-section .content-block{
        gap:0px;
        margin-top:20px;
    }
    .first-step-section  .intro-btn-container {
        width: 100%;
    }
    .fourC-step-section .uploadOuter .saveContinueBtn{
        width:100%;
    } 
    .fourC-step-section .uploadOuter .onboard-file-uploader{
        width:100%;
    }  
    .fourC-step-section .uploadOuter .inner-uploadSec {
        padding: 20px;
        gap:0;
    } 
    .fourC-step-section .uploadOuter{
        padding: 20px;
        gap:0
    }
    .skip-modal-width .intro-section .content-block p {
        font-size: 14px;
    }
    .onboard-addHomeServieForm .ac-form-field-50 .acf-inn-sec {
        width:100%
    }
    .plaid-box {
        max-width: 100% !important;
        margin: 20px auto !important;
        padding: 0 20px !important;
    }
    .onboard-protection-sec{
        align-items: flex-start;
    }
    .onboard-protection-sec p{
        font-size: 11px;
    }
    .onboardUploadService1{
        width:100%;
    }
    .onboardUploadService2{
        width:75%;
    }
    .container .plaid-box {
        padding:0 !important;
    }
    .essie-img{
        width:50px;
        margin-top:4px;
    }
    .continue-btn, .prefer-btn{
        width:100%;
    }
    .plaidOnboardingForm{
        padding:0 20px;
    }
    .onboardFinalSSO .signUp-btn-container{
        max-width: 100%;
    }
    .step-size-width{
        width:100% !important;
    }
    .privacy-mob{
        font-size: 12px!important;
    }
    .green-tab {
        width: 85%;
    }
    .first-step-section .form-item-container {
        gap:10px;
    }
    .first-step-section .form-field-50 .input-ff-sec {
        width: 100%;
        flex-direction: column;
    }
      #plaidOnboardingFlowHomeSAdd .multi-select-sec {
        width: 262px;
    }
    #completeSkipMyDashBoard .block-image2 {
        display: none;
    }
    /* #plaidOnboardingFlowHomeSAdd #serviceAddress {
        width: 262px;
    } */
    #plaidOnboardingFlowHomeSAdd .multi-select-sec {
        width: 262px;
    }
    #loginInfoText {
        font-size: 12px;
    }
    #loginInfoLabel,
    #loginInfoLabel2 {
        font-size: 12px;
    }
    .category-btn span {
        font-size: 18px;
    }
    .category-icon {
        width: 22px;
        height: 20px;
    }
    .font-mobb{
    font-size: 12px!important;
    color:#45536A;
    }
    .choeck-dv input[type="checkbox"] {
    margin-top: 0!important;
    }
    .svc-addr-form {
    width: 100%!important;
    margin-top: 40px!important;
    margin-bottom: 60px!important;
    }
    .svc-addr-modal-content .modal-header {
        padding: 0 0 10px 0!important;
    }
}


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

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

    .filter-dropdown-menu {
        width: 68%;
    }
    .otpFieldInput {
        width: 100%;
    }
}
@media screen and (min-width: 1025px) and (max-height: 700px) {
    .signInButton {
        width:100%;
    }
    .intro-section .content-block{
        width:100%;
    }
    /* Styles for screens that are 768px wide or less AND 600px tall or less */
    .right-section img {
        width: 80%;
        object-fit: cover;
        margin: 0 auto;
    }
    .right-contentimg-container h2{
        margin: 20px 0px;
    }
    .right-contentimg-container {
        padding: 20px;
    }
    .right-section .graphic-img{
        width:65% !important;
    }
    .right-section .graphic-img2{
        width:75% !important;
    }
    .right-section .graphic-img3{
        width:fit-content !important;
    }
    .right-section .right-bank-details-content img{
        width:25px !important;
    }
  }


  @media only screen and (max-width: 430px) {
    .signInButton {
        width: 100%;
    }
    .right-bank-details-container{
        width: 100%;
    }
    .acf-inn-sec input {
        width: 100%;
        padding-right: 35px; /* Space for pencil icon */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .input-field-ac {
        display: flex;
        padding: 11px 12px;
        align-items: center;
        border-radius: 8px;
        border: 1px solid #DEDEDE;
        background: #FFF;
        color: #131212;
        font-size: 15px;
        position: relative; /* Necessary to position the pencil icon */
    }

    .input-field-ac input {
        flex: 1;
        padding-right: 35px; /* Provide space for the pencil icon */
    }
    .main-section .notification-canvas{
        border-radius: 0 0 9px 9px;
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    }
    .notification-canvas.offcanvas-end{
        right:0px!important
    }
    .right-contentimg-container h2{
        margin: 20px 0px;
        font-size: 25px;
    }
    .gr-img{
    width: 24px!important;
    height: 24px!important;
    }
    .gr-txt{
        font-size:14px!important;
    }
    .right-bank-details-container .gr-sec{
        gap:7px!important;
    }

    .input-field-ac .edit-icon {
        position: absolute;
        right: 10px;
        color: #555;
        cursor: pointer;
    }
}

.dash-notify{
    position: absolute;
    background-color: #C23437;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -7px;
    right: -8px;
    cursor: pointer;
    display: flex
;
}

.dash-notify-final{
    position: absolute;
    background-color: #C23437;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -1px;
    right: -8px;
    cursor: pointer;
    display: flex;
}

.overflow-onbrd {
    overflow-x: clip !important;
}

.plaid-table-text{
    font-size:15px;
}

.bgr-primary:hover{
    color: #fff !important;
    background-color: #005382 !important;
    border-color: #005382 !important;
}

.no-transaction{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #343C6A;
}


#generalDuplicatePopup .modal-content {
    border-radius: 16px;
}

#generalDuplicatePopup .scroll-modal {
    max-height: 350px;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    #generalDuplicatePopup .modal-footer {
        flex-direction: column;
    }

    #generalDuplicatePopup .modal-footer .btn {
        width: 100%;
    }

    .home-save-btn {
        padding-right: 0 !important;
        justify-content: flex-end !important;
    }

    #initial-continue-btn {
        margin-top: 5px !important;
    }
    #dropdown-container {
        margin-bottom: 35px !important;
    }
}

.height-box{
    max-height: calc(100vh - 220px) !important;
}

@media screen and (max-height: 768px) {
    .height-box {
        max-height: calc(100vh - 180px) !important;
    }
     .plaid-table-box {
        border: none;
        border-radius: 0;
        overflow: visible;
    }
    .plaid-table-heading {
        display: none;
    }
      .mob-icon-wrap .d-flex.align-items-start,
    .mob-icon-wrap .content-wrapper {
        display: block !important;
    }
    .mob-icon-wrap .chatbot-icon,
    .mob-icon-wrap .icon-wrapper {
        float: left;
        margin-right: 10px;
        margin-bottom: 4px;
    }
    #initial-continue-btn{
    margin-top: 5px!important;
    }
    #dropdown-container{
        margin-bottom: 35px!important;
    }
}

@media screen and (min-height: 769px) and (max-height: 900px) {
    .height-box {
        max-height: calc(100vh - 200px) !important;
    }
}

@media screen and (min-height: 901px) {
    .height-box {
        max-height: calc(100vh - 220px) !important;
    }
}

.plaid-table-box {
    border: 1px solid #DFEAF2;
    border-radius: 8px;
    overflow: hidden;
}

.plaid-table-heading {
    font-size: 15px;
    font-weight: 600;
    color: #343C6A;
    margin: 0;
    padding: 12px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #DFEAF2;
}


/* Always show scrollbar on plaid datatable scroll body */
.dt-scroll-body,
.dataTables_scrollBody {
    overflow-y: scroll !important;
}

.dt-scroll-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
}

.dt-scroll-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 3px;
}

.dt-scroll-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: transparent;
}

/* Reusable class: makes chatbot icon float left on mobile so text wraps around it */


#completeSkipMyDashBoard.modal {
    align-items: flex-start;
}
#completeSkipMyDashBoard .modal-dialog-centered {
    align-items: flex-start;
    margin-top: 20px;
}

.modal-close-btn {
    background: none;
    border: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    line-height: 1;
}
.modal-close-icon {
    font-size: 29px;
    line-height: 1;
    vertical-align: middle;
    padding-bottom: 7px;
}
.modal-close-text {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

#plaidOnboardingFlowHomeSAdd .multi-select-sec .fa-angle-down,
#plaidOnboardingFlowHomeSAdd .multi-select-sec .fa-angle-down::before {
    font-size: 12px !important;
    width: 17.344px !important;
    display: inline-block !important;
}

 .close-verbiage{
    color: #8D8D8D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ── Additional Service Address Modal ── */
.svc-addr-modal-dialog {
    padding: 8px;
}

.svc-addr-modal-content {
    padding: 40px 40px 32px;
}

.svc-addr-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svc-addr-close-group {
    flex-shrink: 0;
    gap: 4px;
}

.svc-addr-btn-close {
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
}

.svc-addr-close-text {
    color: #8D8D8D !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal;
}

.svc-addr-modal-content .modal-body {
    padding: 10px 60px;
}

.address-container {
    margin-bottom: 16px;
}

.svc-addr-section-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    line-height: 20px;
    margin-bottom: 20px;
}

.address-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.address-icon {
    width: 15px;
    flex-shrink: 0;
}

.address-text {
    font-size: 14px;
    color: #232323;
}

.no-address {
    font-size: 14px;
    color: #8D8D8D;
}

.svc-addr-form {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.svc-addr-modal-footer {
    padding: 20px 0 0;
    justify-content: flex-end;
    gap: 24px;
}

.svc-addr-submit-btn {
    border-radius: 9px !important;
    min-width: 160px;
}
.additional-ser-add{
    color: #343C6A;
    font-size: 22px;
    font-weight: 600;
}
.add-new-text{
color: #59719A;
font-size: 12px;
font-weight: 400;
}
.new-address-icon{
    width: 16px;
    height: 16px;
}
.set-prim{
color:#59719A;
font-size: 12px;
font-weight: 400;
}
.set-prim-icon{
    width:16px;
    height:16px;
}

.btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}