
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #FAFAFA;
    font-family: Plus Jakarta Sans !important;
}

.main {
    margin-left: 112px;
}

.footer {
    position: absolute;
    bottom: -50px;
    width: 100%;
    white-space: nowrap;
    line-height: 80px;
    color: #C7D2D9 !important;
    z-index: 0;
}

.modal {
    padding-right: 15px !important;
    background: #00000075 !important;
}

.modal-backdrop {
    background-color: transparent;
}

.navbar-container {
    z-index: 2;
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 89px;
    border-bottom: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
    background: #FFF;
}


::-webkit-scrollbar {
    height: 1px;
    border-radius: 8px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 16px;
    background: #DCD1D9;
}

.modal-content::-webkit-scrollbar {
    display: none !important;
}

.modal-content {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('../images/calendar-alt.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

input[type="text"]:disabled {
    background-color: #FAFAFA !important;
    color: #6B889B !important;
}

input[type="number"]:disabled {
    background-color: #FAFAFA !important;
    color: #6B889B !important;
}

input[type="date"]:disabled {
    background-color: #FAFAFA !important;
    color: #6B889B !important;
}

::-webkit-input-placeholder {
    color: #7D97A7 !important;
}

.navbar {
    display: block;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular.baf7f542.ttf') format('truetype');
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('plusjakartasans-variablefont_wght.ttf') format('truetype');
}

@media (min-width: 0px) and (max-width : 575px) {

    .main {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .main-container-div {
        margin-top: 20px !important;
    }

    .footer-margin {
        margin-left: 0px !important;
    }

    .verticle-divider-2 {
        width: unset !important;
        height: unset !important;
        background: unset !important;
    }

    .horizontal-divider-2 {
        width: 100% !important;
        height: 1px !important;
        background: #DAE1E6 !important;
    }

    .login-title {
        margin-left: 0px;
    }

    .login-form {
        margin-left: 135px !important;
    }

    .tab {
        height: auto !important;
        width: auto !important;
    }

    .tabborder {
        border-right-style: none !important;
        border-right: none !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-style: solid !important;
    }

    .tabcontent {
        width: auto !important;
        height: auto !important;
    }

    .settings-card {
        width: 100% !important;
        height: auto !important;
    }

    .email-btn-width {
        width: 100%
    }

    .activeTab {
        border-left: none !important;
        border-left-color: transparent !important;
        border-left-width: 0px !important;
        border-bottom: solid !important;
        border-bottom-color: var(--purple-90, #F26840) !important;
        border-bottom-width: 3px !important;
    }


    .title-36px-400w-popup {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
    }

    .title-24px-700w-popup {
        font-size: 16px !important;
    }

    .card-payment-selection {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .account-input-description-1 {
        display: block !important;
    }

    .account-input-description-2 {
        display: none !important;
    }

    .dashboard-laststatement-container {
        margin-bottom: 22px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .last-statement-view {
        margin-top: 50% !important;
    }

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }


    .btn-recurring {
        margin-top: 30px !important;
    }

    .navbar-divider {
        display: none !important;
    }

    .verticle-divider {
        display: none !important;
    }

    #creditCardModalContainer {
        width: auto !important;
    }

    .input-no-of-payments {
        width: auto !important;
    }

    .tooltiptext-cus-balance {
        margin-top: -80px !important;
        margin-left: -240px !important;
    }

    .tooltiptext-statement-balance {
        margin-top: -60px !important;
        margin-left: -240px !important;
    }

    .login-page-form-container {
        margin-left: 0px !important;
    }

    .login-container {
        width: 360px !important;
    }

    .faq-container {
        width: 360px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        height: 1650px !important;
        left: 0px !important;
    }

    .faq-question-conatiner {
        width: 100% !important;
    }

    .login-logo-desktop-view {
        display: none !important;
    }

    .login-logo-mobile-view {
        display: block !important;
    }

    .login-logo-mobile-width {
        width: 360px !important;
        left: 0 !important;
    }

    .login-width-mobile-view {
        width: 360px !important;
        margin-top: 0px !important;
    }

    .login-form-width-mobile-view {
        width: 320px !important;
        margin: auto !important;
    }

    .login-body-container-width {
        margin-left: 0px !important;
    }

    .login-margin-mobile-view {
        margin-left: 0px !important;
        margin-top: 30px !important;
    }

    .login-header-gap-0 {
        gap: 0px !important;
    }

    .login-top-mobile-view {
        margin-top: 20px !important;
    }

    .login-form-title {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -573px !important;
        margin-left: -1012px !important;
    }

    .dashboard-tiles-width {
        width: 100% !important
    }

    .dashboard-tiles-child-width {
        width: 100% !important;
        margin: auto !important;
    }

    .dashboard-methods-width {
        width: 100% !important;
    }

    .error-message {
        text-align: left !important;
    }

    /*datatable*/
    .dataTables_length {
        margin-top: 8px !important;
        margin-left: 3% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .dataTables_paginate {
        margin-top: 5px !important;
        display: flex !important;
        justify-content: center !important;
        float: none !important;
    }

    .dataTables_info {
        margin-top: 0px !important;
        width: 100%;
    }

    .dashboard-view-statement-top {
        margin-top: 10% !important;
    }

    .default-payment-method-chip-top {
        top: 12px !important;
    }

    #lblErrorMessage {
        text-align: left !important;
    }

    .progressbar-label-active {
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .progressbar-label {
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .progressbar-left {
        margin-left: -9px !important;
    }

    .faq-container {
        width: 360px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        height: 1650px !important;
        left: 0px !important;
    }

    .faq-question-conatiner {
        width: 100% !important;
    }

    .tooltiptext-split-recurring-amount {
        width: 300px !important;
        right: 0px !important;
        top: -2px !important;
    }

    .input-no-of-payments-width {
        width: 100% !important;
    }

    .edit-recurring-modal-width {
        width: 100% !important;
    }

    .login-cookie-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
    }

    .login-cookie-save-button {
        width: 100%;
    }

    .login-cookie-main-page {
        width: 100% !important;
    }

    .login-cookie-main-page-content {
        padding-right: 0px !important;
    }

    .login-cookie-container-top {
        margin-top: 0px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }
    /*date*/
    input[type="date"]::before {
        color: #333130;
        content: attr(placeholder);
        margin-right: 3px;
    }

    input[type="date"]:focus::before {
        content: attr(placeholder) !important;
    }

    input[type="date"].has-value:focus::before {
        content: none !important;
    }

    input[type="date"].has-value::before {
        content: none !important;
    }

    input[type="date"] {
        display: flex;
    }

    .authorize-text-container-width {
        width: 80% !important;
    }

    .footer-login {
        position: absolute;
        bottom: 0px !important;
        width: 100% !important;
        white-space: nowrap !important;
        background: #fafafa08 !important;
        padding: 28px 64px !important;
        top: 1220px !important;
    }

    .error-container {
        padding: 10px !important;
        top: 300px !important;
    }

    .error-content-container {
        width: 90% !important
    }

    .error-shadow-container {
        width: 80% !important
    }

    .right-tilt-container-1 {
        left: 35px !important;
    }

    .right-tilt-container-2 {
        left: 20px !important;
    }

    .left-tilt-container-1 {
        right: 35px !important;
    }

    .left-tilt-container-2 {
        right: 20px !important;
    }

    .label-404 {
        font-size: 48px !important;
    }

    .label-page-not-found {
        font-size: 20px !important;
    }

    .label-error-message {
        font-size: 16px !important;
    }

    .input-otp {
        width: 20px !important;
        height: 25px !important;
    }

    .email-modal-width {
        width: auto !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 100%;
        height: 48px;
    }

    .linked-resident-list-input {
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 284px;
        height: 48px;
    }


    .sidenav {
        position: fixed;
        top: 0;
        left: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
        display: block;
        scrollbar-width: thin;
    }


    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        list-style: none;
        flex-direction: column !important;
        margin: 13px 0px 17px 0px !important;
        gap: 10px;
    }

    .footer {
        position: fixed !important;
        bottom: -55px !important;
        width: 100%;
        white-space: nowrap;
        height: 145px !important;
        margin-left: 0px !important;
    }

    .active-btn-tables {
        border: 0 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        text-align: center !important;
        border-radius: 8px !important;
        background: #F1572B !important;
        color: #FFF !important;
        padding: 8px !important;
    }

    .inactive-btn-tables {
        border-radius: 8px !important;
        border: 1px solid #E0E0E0 !important;
        padding: 8px !important;
        color: #4B4A48 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
    }

    .modal-dialog {
        width: 100% !important;
        margin-left: 8px !important;
    }
    .profile-activeTab-btn {
        color: var(--Additional-White, #FFF) !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        background: var(--Red-100, #F1572B) !important;
        white-space: nowrap;
    }

    .profile-inactiveTab-btn {
        color: var(--Neutral-80, #4B4A48) !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        border: 1px solid var(--Neutral-10, #F4F4F4) !important;
        white-space: nowrap;
    }

    .profile-tab-details-count-btn {
        display: block !important;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 20px 8px 20px 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        margin-bottom: 100px;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        width: 49px;
        height: 44px;
        border-radius: var(--8px, 8px);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        width: 49px;
        height: 44px;
        border-radius: var(--8px, 8px);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .sidenav-icon-resize {
        width: 21px;
        height: 20px;
    }

    .footer {
        position: fixed !important;
        bottom: -70px !important;
        height: 145px !important;
        border: 0px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Additional-White, #FFF) !important;
        box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.06) !important;
    }

    .container {
        background: #f5f5f5;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 328px;
        right: 0px;
        top: 45px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 310px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 300px !important;
    }

    .drop-down-list-style {
        font-size: 12px !important;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .side-nav-bar-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .tabContentdiv {
        height: 100%;
        width: 100%;
    }

    .resident-info-container {
        padding: 16px !important;
        width: 100% !important;
    }

    .community-info-container {
        width: 100% !important;
        padding: 16px !important;
    }
    /*
    .event-info-container {
        width: 100% !important;
        position: absolute;
        top: 96%; 
    }*/

    .event-info-container {
        border-radius: 16px;
        width: 100% !important;
    }

    .calendar-info-container {
        padding: 28px;
        border-radius: 16px;
        background: unset !important;
        box-shadow: unset !important;
        width: 100% !important;
        max-height: 876px;
        overflow: hidden !important;
        margin-top: -30px !important;
    }

    .payment-edit-container {
        margin-inline: -27px !important;
    }

    .navbar-container {
        padding: 18px !important;
    }

    .profile-submenu {
        margin-left: -218px !important;
        border-radius: 8px 0px 8px 8px !important;
    }

    .modal-remove-resident-container {
        width: 100% !important;
    }

    .remove-resident-title {
        font-size: 26px !important;
    }


    .offcanvas-body {
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: auto;
        margin-top: 25px;
    }

    .offcanvas-end {
        top: 0;
        right: 0;
        width: 264px;
        border-left: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(100%);
    }

    .events-active-tab {
        width: 220px;
        height: 255px;
        flex-shrink: 0;
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    }

    .events-Inactive-tab {
        width: 220px;
        height: 255px;
        flex-shrink: 0;
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 162px;
        height: 162px;
        margin: 10px 0px 20px 27px;
        border-bottom-right-radius: 126px;
        border-bottom-left-radius: 258px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 162px;
        height: 162px;
        margin: 10px 0px 20px 27px;
        border-bottom-right-radius: 126px;
        border-bottom-left-radius: 258px;
    }

    .register-btn {
        background: var(--Additional-White, #FFF);
        margin: 24px -57px 0px -3px !important;
        width: 126px !important;
        border-radius: var(--8px, 8px) !important;
        border: none !important;
        height: 51px !important;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 51%;
        height: 100%;
    }

    .calendar-second {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
        background: #FFF;
        width: 274px;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .month-second {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 94%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

    .weekdays div {
        width: calc(44.2rem / 7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Neutral-70, #636261);
        text-align: center;
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .days {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

    .days div {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Neutral-90, #333130);
        text-align: center;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
        width: 41.7px;
    }

    .days span:hover:not(.today) {
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 306px;
    }

    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
        width: 225px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
        width: 225px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 315px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    .resident-image-size {
        width: 64px;
        height: 64px;
    }

    .resident-name-size {
        font-size: 16px !important;
    }

    .bg-blue {
        width: 32px !important;
        height: 32px !important;
    }

    .bg-violet {
        width: 32px !important;
        height: 32px !important;
    }

    .bg-pink {
        width: 32px !important;
        height: 32px !important;
    }

    .bg-green {
        width: 32px !important;
        height: 32px !important;
    }

    .location-icon-size {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 8px !important;
    }

    .phone-icon-size {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 8px !important;
    }

    .fax-icon-size {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 8px !important;
    }

    .cake-icon-size {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 8px !important;
    }

    .resident-dob-font-size {
        font-size: 14px !important;
    }

    .bg-transparent {
        background-color: #FAFAFA !important;
    }

    .event-date-filter-container {
        position: fixed;
        bottom: 336px !important;
        left: 33px !important;
        z-index: 11 !important;
    }

    #btnApplyfilter {
        width: 200px !important;
    }

    .event-filter-dropdown-menu {
        width: 200px !important;
    }

    .event-type-width {
        width: 200px !important
    }

    .event-date-filter-dropdown {
        width: 220px !important;
    }

    .close-register-width {
        width: 100%;
    }

    .upcoming-events-width {
        width: 100% !important;
        height: 100% !important;
    }

    .or-hr-width {
        width: 50%
    }

    .profile-container {
        padding-top: 60px !important;
    }
    .next-button {
        width: 100% !important;
    }

    .edit-button {
        width: 100% !important;
    }

    .cancel-button {
        width: 100% !important;
    }

    #spnToolTipTextContent {
        right: 11px !important;
        top: 858px !important;
    }

    .payments-container-mv-padding {
        padding-top:60px !important;
    }

    #submit-button {
        width: 100% !important;
    }

        #submit-button iframe {
            width: 100% !important;
        }

    #card-number iframe {
        width: 100%;
    }

    #card-expiration iframe {
        width: 100%;
    }

    #card-cvv iframe {
        width: 100%;
    }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Height: 47px;
        color: #333130;
        width: 100%;
    }

    .card-logo-style {
        margin-top: 0px !important;
    }

    .add-card-modal-style {
        width: 100% !important;
    }

    .default-payment-method-chip-top {
        top: 37px !important;
    }

    .card-container {
        width: 100% !important;
    }

    .notification-container {
        left: 0;
        right: 0;
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .statements-grid-column-align {
        padding-right: 30px !important;
    }

    .tooltip-text-total-amount {
        margin-top: -125px !important;
        margin-left: -223px !important;
    }

    .payment-option-padding-left {
        text-align: left !important
    }

}


@media (min-width: 576px) and (max-width : 767px) {
    .main {
        margin-left: 0px !important;
    }

    .main-container-div {
        margin-top: 40px !important;
    }

    .footer-margin {
        margin-left: 0px !important;
    }

    .verticle-divider-2 {
        width: 0px !important;
        height: 0px !important;
        background: #DAE1E6;
    }

    .horizontal-divider-2 {
        width: 100% !important;
        height: 1px !important;
        background: #DAE1E6 !important;
    }

    .login-title {
        margin-left: 0px;
    }

    .login-form {
        margin-left: 135px !important;
    }

    .tab {
        height: auto !important;
        width: auto !important;
    }

    .tabborder {
        border-right-style: none !important;
        border-right: none !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-style: solid !important;
    }

    .tabcontent {
        width: auto !important;
        height: auto !important;
    }

    .settings-card {
        width: 100% !important;
        height: auto !important;
    }

    .activeTab {
        border-left: none !important;
        border-left-color: transparent !important;
        border-left-width: 0px !important;
        border-bottom: solid !important;
        border-bottom-color: var(--purple-90, #F26840) !important;
        border-bottom-width: 3px !important;
    }

    .title-36px-400w-popup {
        font-size: 25px !important;
        font-weight: 600 !important;
        line-height: 48px !important;
    }

    .title-24px-700w-popup {
        font-size: 16px !important;
    }

    .card-payment-selection {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .account-input-description-1 {
        display: block !important;
    }

    .account-input-description-2 {
        display: none !important;
    }

    .dashboard-laststatement-container {
        margin-bottom: 22px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .last-statement-view {
        margin-top: 55px !important;
    }

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }


    .btn-recurring {
        margin-top: 30px !important;
    }

    .navbar-divider {
        display: none !important;
    }

    .verticle-divider {
        display: none !important;
    }

    #creditCardModalContainer {
        width: auto !important;
    }

    .input-no-of-payments {
        width: auto !important;
    }

    .tooltiptext-cus-balance {
        margin-top: -80px !important;
        margin-left: -240px !important;
    }

    .tooltiptext-statement-balance {
        margin-top: -60px !important;
        margin-left: -240px !important;
    }

    .login-page-form-container {
        margin-left: 0px !important;
    }

    .login-container {
        width: 360px !important;
    }

    .faq-container {
        width: 500px !important;
    }

    .error-message {
        text-align: left !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        height: 1300px !important;
        left: 0px !important;
    }

    .faq-question-conatiner {
        width: 100% !important;
    }

    .login-logo-desktop-view {
        display: none !important;
    }

    .login-logo-mobile-view {
        display: block !important;
    }

    .login-width-mobile-view {
        width: 360px !important;
    }

    .login-margin-mobile-view {
        margin-left: 0px !important;
        margin-top: 25px !important;
    }

    .login-header-gap-0 {
        gap: 0px !important;
    }

    .login-top-mobile-view {
        margin-top: 20px !important;
    }

    .login-form-title {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
    }

    .login-body-container-width {
        margin-left: 0px !important;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -571px !important;
        margin-left: -940px !important;
    }

    .dashboard-tiles-width {
    }

    .dashboard-tiles-child-width {
        width: 100% !important;
        margin: auto !important;
    }

    .dashboard-methods-width {
        width: 100% !important;
    }
    /*datatable*/
    .dataTables_length {
        margin-top: 8px !important;
        margin-left: 3% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .dataTables_paginate {
        margin-top: 5px !important;
        display: flex !important;
        justify-content: center !important;
        float: none !important;
    }

    .dataTables_info {
        margin-top: 0px !important;
        width: 100%;
    }

    .dashboard-view-statement-top {
        margin-top: 10% !important;
    }

    #lblErrorMessage {
        text-align: left !important;
    }

    .progressbar-left {
        margin-left: -9px !important;
    }

    .tooltiptext-split-recurring-amount {
        width: 300px !important;
        right: 0px !important;
        top: -2px !important;
    }

    .input-no-of-payments-width {
        width: 100% !important;
    }

    .edit-recurring-modal-width {
        width: 100% !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-save-button {
        width: 100%;
    }

    .login-cookie-main-page {
        width: 100% !important;
    }

    .login-cookie-main-page-content {
        padding-right: 0px !important;
    }

    .login-cookie-container-top {
        margin-top: 0px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .footer-login {
        position: absolute;
        bottom: 0px !important;
        width: 100% !important;
        white-space: nowrap !important;
        background: #fafafa08 !important;
        padding: 28px 64px !important;
        top: 1354px !important;
    }

    .authorize-text-container-width {
        width: 90% !important;
    }

    .error-container {
        padding: 20px !important;
        top: 300px !important;
    }

    .error-content-container {
        width: 85% !important
    }

    .error-shadow-container {
        width: 80% !important
    }

    .right-tilt-container-1 {
        left: 70px !important;
    }

    .right-tilt-container-2 {
        left: 40px !important;
    }

    .left-tilt-container-1 {
        right: 70px !important
    }

    .left-tilt-container-2 {
        right: 40px !important
    }

    .label-404 {
        font-size: 60px !important;
    }

    .label-page-not-found {
        font-size: 25px !important;
    }


    .email-modal-width {
        width: auto !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 100%;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
        display: block;
        scrollbar-width: thin;
    }

    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }


    .active-btn-tables {
        border: 0 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        text-align: center !important;
        border-radius: 8px !important;
        background: #F1572B !important;
        color: #FFF !important;
        padding: 8px !important;
    }

    .inactive-btn-tables {
        border-radius: 8px !important;
        border: 1px solid #E0E0E0 !important;
        padding: 8px !important;
        color: #4B4A48 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
    }

    .profile-activeTab-btn {
        color: #FFF !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        background: var(--Red-100, #F1572B) !important;
    }

    .profile-inactiveTab-btn {
        color: #4B4A48 !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        border: 1px solid #F4F4F4 !important;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .side-navbar-container {
        margin-top: 60px !important;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 330px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 300px !important;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .tabContentdiv {
        height: 100%;
        width: 100%;
    }

    .resident-info-container {
        width: 100% !important;
    }

    .community-info-container {
        width: 100% !important;
    }


    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100% !important;
    }

    .calendar-info-container {
        width: 100% !important;
    }

    .dashboard-main-container-div {
        margin-top: 20px !important;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .profile-submenu {
        margin-left: -218px !important;
        border-radius: 8px 0px 8px 8px !important;
    }

    .modal-remove-resident-container {
        width: 100% !important;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }

    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }


    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .or-hr-width {
        width: 50%
    }

    .profile-container {
        padding-top: 80px !important;
    }

    .payments-container-mv-padding {
        padding-top: 60px !important;
    }

    #submit-button {
        width: 100% !important;
    }

        #submit-button iframe {
            width: 100% !important;
        }

    #card-number iframe {
        width: 100%;
    }

    #card-expiration iframe {
        width: 100%;
    }

    #card-cvv iframe {
        width: 100%;
    }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Height: 47px;
        color: #333130;
        width: 100%;
    }

    .card-logo-style {
        margin-top: 0px !important;
    }

    .add-card-modal-style {
        width: 100% !important;
    }

    .default-payment-method-chip-top {
        top: 37px !important;
    }

    .card-container {
        width: 100% !important;
    }

    .statements-grid-column-align {
        padding-right: 30px !important;
    }

    .tooltip-text-total-amount {
        margin-top: -125px !important;
        margin-left: -223px !important;
    }

    .payment-option-padding-left {
        text-align: left !important
    }
}


@media (min-width: 768px) and (max-width : 939px) {
    .main {
        margin-left: 0px !important;
    }

    .main-container-div {
        margin-top: 40px !important;
    }

    .footer-margin {
        margin-left: 0px !important;
    }

    .horizontal-divider-2 {
        width: 100% !important;
        height: 1px !important;
        background: #DAE1E6 !important;
    }

    .login-title {
        margin-left: 0px;
    }

    .login-form {
        margin-left: 135px !important;
    }

    .tab {
        width: 30% !important;
    }

    .settings-card {
        height: auto !important;
    }

    .activeTab {
        border-left: solid !important;
        border-left-color: var(--purple-90, #F26840) !important;
        border-left-width: 3px !important;
        border-bottom: none !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
    }

    .card-payment-selection {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .error-message {
        text-align: left !important;
    }

    .account-input-description-1 {
        display: block !important;
    }

    .account-input-description-2 {
        display: none !important;
    }

    .dashboard-laststatement-container {
        margin-bottom: 22px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .last-statement-view {
        margin-top: 55px !important;
    }

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }

    .btn-recurring {
        margin-top: 30px !important;
    }

    .navbar-divider {
        display: block !important;
    }

    .verticle-divider {
        display: none !important;
    }

    #creditCardModalContainer {
        width: auto !important;
    }

    .input-no-of-payments {
        width: auto !important;
    }

    .login-page-form-container {
        margin-left: 0px !important;
    }

    .login-container {
        width: 500px !important;
    }

    .faq-container {
        width: 750px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        left: 10px !important;
    }

    .faq-question-conatiner {
        width: 700px !important;
    }

    .login-logo-desktop-view {
        display: none !important;
    }

    .login-logo-mobile-view {
        display: block !important;
    }

    .login-logo-mobile-width {
        width: 790px !important;
        left: -178px !important;
    }

    .login-width-mobile-view {
        width: 400px !important;
        margin-left: -30px;
    }

    .login-margin-mobile-view {
        margin-left: 70px !important;
        margin-top: 20px !important;
    }

    .login-header-gap-0 {
        gap: 0px !important;
    }

    .login-top-mobile-view {
        margin-top: 20px !important;
    }

    .login-body-container-width {
        margin-left: 0px !important;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -570px !important;
        margin-left: -811px !important;
    }

    .dashboard-tiles-width {
    }

    .dashboard-tiles-child-width {
        width: 100% !important;
        margin: auto !important;
    }

    .dashboard-methods-width {
        width: 100% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 10% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .tooltiptext-split-recurring-amount {
        width: 366px !important;
        right: 0px !important;
        top: -2px !important;
    }

    .input-no-of-payments-width {
        width: 100% !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-save-button {
        width: 100%;
    }

    .login-cookie-main-page {
        width: 100% !important;
    }

    .login-cookie-main-page-content {
        padding-right: 0px !important;
    }

    .login-cookie-container-top {
        margin-top: 0px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .footer-login {
        position: absolute;
        bottom: 0px !important;
        width: 100% !important;
        white-space: nowrap !important;
        background: #fafafa08 !important;
        padding: 28px 64px !important;
        top: 1354px !important;
    }

    .authorize-text-container-width {
        width: 90% !important;
    }

    .error-container {
        padding: 20px !important;
        top: 300px !important;
    }

    .error-content-container {
        width: 80% !important
    }

    .error-shadow-container {
        width: 80% !important
    }

    .right-tilt-container-1 {
        left: 35px !important;
    }

    .right-tilt-container-2 {
        left: 20px !important;
    }

    .left-tilt-container-1 {
        right: 35px !important;
    }

    .left-tilt-container-2 {
        right: 20px !important;
    }

    .label-404 {
        font-size: 80px !important;
    }

    .email-modal-width {
        width: auto !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 100%;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        color: #FFF !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        background: #F1572B !important;
        white-space: nowrap;
    }

    .profile-inactiveTab-btn {
        color: #4B4A48 !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        border: 1px solid #F4F4F4 !important;
        white-space: nowrap;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .side-navbar-container {
        margin-top: 60px !important;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .tabContentdiv {
        float: left;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .resident-info-container {
        width: 100% !important;
    }

    .community-info-container {
        width: 100% !important;
    }


    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100% !important;
    }

    .calendar-info-container {
        width: 100% !important;
    }

    .dashboard-main-container-div {
        margin-top: 20px !important;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .modal-remove-resident-container {
        width: 100% !important;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }
    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .profile-container {
        padding-top: 80px !important;
    }

    .tooltiptext-statement-balance {
        margin-top: -60px !important;
        margin-left: -57px !important;
    }


    .dataTables_wrapper .dataTables_paginate {
        margin-top: 9px !important;
        margin-right: 173px !important;
    }

    .dataTables_wrapper .dataTables_info {
        margin-top: 52px !important;
        margin-left: 219px !important;
        position: absolute !important;
    }

    .dataTables_wrapper .dataTables_length {
        margin-left: 257px !important;
        margin-top: 19px !important;
    }

    .payments-container-mv-padding {
        padding-top: 70px !important;
    }

    #submit-button {
        width: 100% !important;
    }

        #submit-button iframe {
            width: 100% !important;
        }

    #card-number iframe {
        width: 100%;
    }

    #card-expiration iframe {
        width: 100%;
    }

    #card-cvv iframe {
        width: 100%;
    }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Height: 47px;
        color: #333130;
        width: 100%;
    }

    .card-logo-style {
        margin-top: 0px !important;
    }

    .add-card-modal-style {
        width: 100% !important;
    }

    .default-payment-method-chip-top {
        top: 37px !important;
    }

    .card-container {
        width: 100% !important;
    }

    .statements-grid-column-align {
        padding-right: 30px !important;
    }

    .payment-option-padding-left {
        text-align: left !important
    }
}

@media (min-width: 940px) and (max-width : 991px) {
    .main {
        margin-left: 0px !important;
    }

    .main-container-div {
        margin-top: 40px !important;
    }

    .footer-margin {
        margin-left: 0px !important;
    }

    .horizontal-divider-2 {
        width: 100% !important;
        height: 1px !important;
        background: #DAE1E6 !important;
    }

    .login-title {
        margin-left: 0px;
    }

    .login-form {
        margin-left: 135px !important;
    }

    .tab {
        width: 30% !important;
    }

    .settings-card {
        height: 184px !important;
    }

    .activeTab {
        border-left: solid !important;
        border-left-color: var(--purple-90, #F26840) !important;
        border-left-width: 3px !important;
        border-bottom: none !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
    }

    .login-width-mobile-view {
        width: 555px !important;
    }

    .card-payment-selection {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .account-input-description-1 {
        display: block !important;
    }

    .account-input-description-2 {
        display: none !important;
    }

    .dashboard-laststatement-container {
        margin-bottom: 22px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .last-statement-view {
        margin-top: 55px !important;
    }

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }

    .btn-recurring {
        margin-top: 60px !important;
    }

    .navbar-divider {
        display: block !important;
    }

    .verticle-divider {
        display: none !important;
    }

    #creditCardModalContainer {
        width: auto !important;
    }

    .input-no-of-payments {
        width: auto !important;
    }

    .login-page-form-container {
        margin-left: 0px !important;
    }

    .login-container {
        width: 500px !important;
    }

    .faq-container {
        width: 900px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        left: 0px !important;
    }

    .faq-question-conatiner {
        width: 810px !important;
    }

    .login-logo-desktop-view {
        display: none !important;
    }

    .login-logo-mobile-view {
        display: block !important;
    }

    .login-logo-mobile-width {
        width: 400px !important;
        left: -237px !important;
    }

    .login-width-mobile-view {
        width: 400px !important;
    }

    .login-margin-mobile-view {
        margin-left: 300px !important;
        margin-top: 20px !important;
    }

    .login-header-gap-0 {
        gap: 0px !important;
    }

    .login-top-mobile-view {
        margin-top: 20px !important;
    }

    .login-body-container-width {
        margin-left: -130px !important;
    }

    .dashboard-tiles-child-width {
        width: 100% !important;
        margin: auto !important;
    }

    .dashboard-methods-width {
        width: 100% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 10% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .tooltiptext-split-recurring-amount {
        width: 366px !important;
        right: 0px !important;
        top: -2px !important;
    }

    .input-no-of-payments-width {
        width: 100% !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-save-button {
        width: 100%;
    }

    .login-cookie-main-page {
        width: 100% !important;
    }

    .login-cookie-main-page-content {
        padding-right: 0px !important;
    }

    .login-cookie-container-top {
        margin-top: 0px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .footer-login {
        position: absolute;
        bottom: 0px !important;
        width: 100% !important;
        white-space: nowrap !important;
        background: #fafafa08 !important;
        padding: 28px 64px !important;
        top: 1354px !important;
    }

    .authorize-text-container-width {
        width: 50% !important;
    }

    .error-container {
        padding: 20px !important;
        top: 300px !important;
    }

    .error-content-container {
        width: 80% !important
    }

    .error-shadow-container {
        width: 80% !important
    }

    .right-tilt-container-1 {
        left: 35px !important;
    }

    .right-tilt-container-2 {
        left: 20px !important;
    }

    .left-tilt-container-1 {
        right: 35px !important;
    }

    .left-tilt-container-2 {
        right: 20px !important;
    }

    .email-modal-width {
        width: auto !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 100%;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }


    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        color: #FFF !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        background: #F1572B !important;
        white-space: nowrap;
    }

    .profile-inactiveTab-btn {
        color: #4B4A48 !important;
        font-family: "Plus Jakarta Sans" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        display: flex !important;
        padding: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        border: 1px solid #F4F4F4 !important;
        white-space: nowrap;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .side-navbar-container {
        margin-top: 60px !important;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        width: 49px;
        height: 44px;
        border-radius: var(--8px, 8px);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }


    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .tabContentdiv {
        float: left;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        width: 673px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }
    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .profile-container {
        padding-top: 80px !important;
    }

    .tooltiptext-statement-balance {
        margin-top: -60px !important;
        margin-left: -57px !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 9px !important;
        margin-right: 173px !important;
    }

    .dataTables_wrapper .dataTables_info {
        margin-top: 52px !important;
        margin-left: 219px !important;
        position: absolute !important;
    }

    .dataTables_wrapper .dataTables_length {
        margin-left: 257px !important;
        margin-top: 19px !important;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -570px !important;
        margin-left: -842px !important;
    }

    #submit-button {
        width: 100% !important;
    }

        #submit-button iframe {
            width: 100% !important;
        }

    #card-number iframe {
        width: 100%;
    }

    #card-expiration iframe {
        width: 100%;
    }

    #card-cvv iframe {
        width: 100%;
    }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Height: 47px;
        color: #333130;
        width: 100%;
    }

    .card-logo-style {
        margin-top: 0px !important;
    }

    .add-card-modal-style {
        width: 100% !important;
    }

    .default-payment-method-chip-top {
        top: 37px !important;
    }

    .card-container {
        width: 100% !important;
    }

    .statements-grid-column-align {
        padding-right: 30px !important;
    }


    .payment-option-padding-left {
        text-align: left !important
    }
}


@media (min-width: 992px) and (max-width : 1199px) {
    .login-title {
        margin-left: 80px;
    }

    .activeTab {
        border-left: solid !important;
        border-left-color: var(--purple-90, #F26840) !important;
        border-left-width: 3px !important;
        border-bottom: none !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
    }


    .title-36px-400w-popup {
        font-size: 36px !important;
        font-weight: 400 !important;
        line-height: 48px !important;
    }

    .account-input-description-1 {
        display: none !important;
    }

    .account-input-description-2 {
        display: block !important;
    }

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }

    .dashboard-laststatement-container {
        margin-bottom: 22px;
        margin-left: -10px;
        margin-right: 0px;
    }

    .btn-recurring {
        margin-top: 30px !important;
    }

    .navbar-divider {
        display: block !important;
    }

    .login-page-form-container {
        margin-left: 0px !important;
    }

    .faq-container {
        width: 1090px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        left: 152px !important;
    }

    .faq-question-conatiner {
        width: 810px !important;
    }

    .login-header-gap-0 {
        gap: 20px !important;
    }

    .login-top-mobile-view {
        margin-top: 0px !important;
    }

    .dashboard-tiles-height {
        height: 100% !important;
    }

    .dashboard-tiles-width {
        width: 100% !important;
    }

    .dashboard-tiles-child-width {
        width: 100% !important;
        margin: auto !important;
    }

    .dashboard-methods-width {
        width: 100% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 30% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-container-top {
        margin-top: 28px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .authorize-text-container-width {
        width: 50% !important;
    }

    .error-content-container {
        width: 665px !important
    }

    .error-container {
        top: 400px !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 290px;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #F26840 !important;
        border-bottom: solid !important;
        border-bottom-width: 2px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .profile-inactiveTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: var(--Neutral-50, #949392) !important;
        border-bottom: 0 !important;
        border-bottom-width: 0px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .linked-resident-list-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .linked-resident-search-container {
        margin-left: 0px !important;
        width: 360px !important;
    }

    .navbar-input-place-holder {
        font-size: 13px !important;
    }

    .tabContentdiv {
        float: left;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        width: 673px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }

    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 9px !important;
        margin-right: 266px !important;
    }

    .dataTables_wrapper .dataTables_info {
        margin-top: 49px !important;
        margin-left: 328px !important;
        position: absolute !important;
    }

    .dataTables_wrapper .dataTables_length {
        margin-left: 355px !important;
        margin-top: 17px !important;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -570px !important;
        margin-left: -414px !important;
    }

    #submit-button {
        width: 120px !important;
    }

        #submit-button iframe {
            width: 120px !important;
        }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Width: 300px;
        Height: 47px;
        color: #333130;
    }

    .add-card-modal-style {
        width: 667px !important;
    }

    .payment-option-padding-left {
        padding-left: 8px !important;
    }
}

@media (min-width: 1200px) and (max-width : 1330px) {

    .recurring-detail-font-sm {
        font-size: 14px !important;
    }

    .faq-container {
        width: 1200px !important;
    }

    .faq-body-conatiner {
        width: 100% !important;
        left: 152px !important;
    }

    .faq-question-conatiner {
        width: 810px !important;
    }

    .login-page-form-container {
        margin-left: 80px !important;
    }

    .dashboard-tiles-height {
        height: 100% !important;
    }

    .dashboard-tiles-width {
        width: 100% !important;
    }

    .dashboard-tiles-child-width {
        width: 101% !important;
    }

    .dashboard-methods-width {
        width: 60% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 30% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-container-top {
        margin-top: 28px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .authorize-text-container-width {
        width: 50% !important;
    }

    .error-content-container {
        width: 665px !important
    }

    .error-shadow-container {
        width: 600px !important
    }

    .error-container {
        top: 400px !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 260px;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }


    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #F26840 !important;
        border-bottom: solid !important;
        border-bottom-width: 2px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .profile-inactiveTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: var(--Neutral-50, #949392) !important;
        border-bottom: 0 !important;
        border-bottom-width: 0px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .tabContentdiv {
        height: 100%;
        width: 100%;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        width: 673px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }

    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -570px !important;
        margin-left: -366px !important;
    }

    #submit-button {
        width: 120px !important;
    }

        #submit-button iframe {
            width: 120px !important;
        }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Width: 300px;
        Height: 47px;
        color: #333130;
    }

    .add-card-modal-style {
        width: 667px !important;
    }


    .payment-option-padding-left {
        padding-left: 50px !important;
    }
}


@media (min-width: 1331px) and (max-width : 1399px) {
    .login-title {
        margin-left: 40px;
    }

    .activeTab {
        border-left: solid !important;
        border-left-color: var(--purple-90, #F26840) !important;
        border-left-width: 3px !important;
        border-bottom: none !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
    }

    .account-input-description-1 {
        display: none !important;
    }

    .account-input-description-2 {
        display: block !important;
    }

    .navbar-divider {
        display: block !important;
    }

    .faq-container {
        width: 1300px !important;
    }

    .faq-body-conatiner {
        width: 1136px !important;
        left: 152px !important;
    }

    .faq-question-conatiner {
        width: 810px !important;
    }

    .login-margin-mobile-view {
        margin-left: 600px !important;
    }

    .login-page-form-container {
        margin-left: 30px !important;
    }

    .dashboard-tiles-height {
        height: 100% !important;
    }

    .dashboard-tiles-width {
        width: 100% !important;
    }

    .dashboard-tiles-child-width {
        width: 101% !important;
    }

    .dashboard-methods-width {
        width: 50% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 30% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-container-top {
        margin-top: 28px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .authorize-text-container-width {
        width: 50% !important;
    }

    .error-content-container {
        width: 665px !important
    }

    .error-shadow-container {
        width: 600px !important
    }

    .error-container {
        top: 400px !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 360px;
        height: 48px;
    }


    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #F26840 !important;
        border-bottom: solid !important;
        border-bottom-width: 2px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .profile-inactiveTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: var(--Neutral-50, #949392) !important;
        border-bottom: 0 !important;
        border-bottom-width: 0px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-input-place-holder {
        font-size: 14px !important;
    }

    .tabContentdiv {
        height: 100%;
        width: 100%;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        width: 673px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }
    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .tooltiptext-payment-status-position {
        width: 280px !important;
        margin-top: -573px !important;
        margin-left: -1046px !important;
    }

    #submit-button {
        width: 120px !important;
    }

        #submit-button iframe {
            width: 120px !important;
        }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Width: 300px;
        Height: 47px;
        color: #333130;
    }

    .add-card-modal-style {
        width: 667px !important;
    }

    .payment-option-padding-left {
        padding-left: 58px !important;
    }

}

@media (min-width: 1400px) {
    .activeTab {
        border-left: solid !important;
        border-left-color: var(--purple-90, #F26840) !important;
        border-left-width: 3px !important;
        border-bottom: none !important;
        border-bottom-color: transparent !important;
        border-bottom-width: 0px !important;
    }

    .login-page-form-container {
        margin-left: 600px !important;
    }

    .account-input-description-1 {
        display: none !important;
    }

    .account-input-description-2 {
        display: block !important;
    }

    .navbar-divider {
        display: block !important;
    }

    .faq-container {
        width: 1440px !important;
    }

    .faq-body-conatiner {
        width: 1136px !important;
        left: 152px !important;
    }

    .faq-question-conatiner {
        width: 810px !important;
    }

    .login-margin-mobile-view {
        margin-left: 140px !important;
    }

    .dashboard-tiles-height {
        height: 100% !important;
    }

    .dashboard-tiles-width {
        width: 100% !important;
    }

    .dashboard-tiles-child-width {
        width: 101% !important;
    }

    .dashboard-methods-width {
        width: 60% !important;
    }

    .dashboard-view-statement-top {
        margin-top: 30% !important;
    }

    #lblErrorMessage {
        text-align: right !important;
    }

    .login-cookie-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .login-cookie-container-top {
        margin-top: 28px !important;
    }

    .date-input-icon-visibility {
        display: block !important;
    }

    .authorize-text-container-width {
        width: 50% !important;
    }

    .error-content-container {
        width: 665px !important
    }

    .error-shadow-container {
        width: 600px !important
    }

    .error-container {
        top: 400px !important;
    }

    .linked-resident-list-input-style {
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        cursor: pointer;
        width: 360px;
        height: 48px;
    }

    .linked-resident-list-input {
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Neutral-20, #E0E0E0);
        background: var(--Additional-White, #FFF);
        width: 360px;
        height: 48px;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        width: 112px;
        height: 100%;
        padding: 40px 8px 10px 8px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-right: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        z-index: 1;
        transition: width 0.5s;
    }


    .dropdown-container {
        display: none;
        padding-left: 20px;
        background: #FFF;
    }

    .side-nav-collape-button {
        display: inline-flex;
        padding: 8px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 36px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 79px;
        left: 95px;
        z-index: 11;
        transition: left 0.5s;
    }

    .side-navbar-container {
        margin-top: 14px !important;
    }

    .logout-btn-position {
        position: absolute;
        bottom: 25px;
        width: 80%;
    }

    .mfa-btn-position {
        padding: 21px 0px 0px 0px;
        position: absolute;
        bottom: 100px;
        width: 80%;
    }

    .nav {
        display: flex;
        padding-left: 8px !important;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .profile-activeTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #F26840 !important;
        border-bottom: solid !important;
        border-bottom-width: 2px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .profile-inactiveTab-btn {
        font-family: Plus Jakarta Sans !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: var(--Neutral-50, #949392) !important;
        border-bottom: 0 !important;
        border-bottom-width: 0px !important;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-profile-container-div {
        display: flex;
        width: 1248px;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        flex: 1 0 0;
        border-style: solid;
        border-width: 1px;
        height: 100%;
        min-height: 712px;
        border-radius: var(--16, 16px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: #FFF;
    }

    .active-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Pink-10, #FEF9F7);
        justify-content: center;
        cursor: pointer;
    }

    .inactive-menu-bg {
        display: flex;
        padding: 8px 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: var(--8px, 8px);
        border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
        background: var(--Additional-White, #FFF);
        justify-content: center;
        cursor: pointer;
    }

    .active-menu {
        background-image: url('../images/ellipse 2.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .inactive-menu {
        background-image: url('../images/ellipse 1.svg') !important;
        background-repeat: no-repeat !important;
        width: 40px;
        height: 40px;
        gap: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .border-top {
        border-top: 1px solid var(--Cerulean-Blue-30, #C7D2D9) !important;
    }

    .notification-menu {
        display: none;
        z-index: 11;
        position: fixed;
        background: white;
        width: 385px;
        right: 0px;
        top: 64px;
        box-shadow: 0px 16px 26px rgba(237, 237, 237, 0.4);
        height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .tabContentdiv {
        height: 100%;
        width: 100%;
    }

    .events-active-tab {
        border-radius: var(--16, 16px);
        background: #DBD7F3;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-Inactive-tab {
        border-radius: var(--16, 16px);
        background: #EDF7FB;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
        height: 160px;
        align-self: stretch;
    }

    .events-active-child-icon {
        background-image: url('../images/child_icon.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .events-inactive-child-icon {
        background-image: url('../images/child_icon_2.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
    }

    .event-info-container {
        padding: 28px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
        height: 556px;
        width: 673px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        border-radius: 8px;
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        width: 64%;
        height: 100%;
    }

    .month {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }


    #month-select {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 150px;
    }

    #year-select {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: var(--4px, 4px);
        color: var(--Neutral-90, #333130);
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.18px;
        width: 100px;
    }

    .weekdays {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -15px;
    }

        .weekdays div {
            width: calc(45.2rem / 7);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-70, #636261);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .days {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem;
        margin-top: -22px;
    }

        .days div {
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--Neutral-90, #333130);
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            letter-spacing: 0.16px;
            width: 65px;
        }

        .days span:hover:not(.today) {
            border-radius: 50px;
            background: var(--Red-40, #F9BCAA);
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .prev-date,
    .next-date {
        color: var(--Neutral-50, #949392) !important
    }

    .today span {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: var(--Red-40, #F9BCAA);
        line-height: 40px;
    }

    .calender-margin-align {
        margin-left: 260px;
    }
    /* Timing events */

    .time-Event-tab-pink {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #F3D7F2;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .time-Event-tab-blue {
        display: flex;
        height: 100%;
        padding: 2px var(--16, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
        background: #CDF7E8;
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        width: 487px;
    }

    .fc-theme-standard td, .fc-theme-standard th {
        border: transparent;
    }

    .fc {
        color: var(--Neutral-50, #949392);
        font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .fc-v-event .fc-event-title-container {
        min-height: 0px;
        display: flex;
        height: 64px;
        flex-direction: column;
        justify-content: center !important;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--8px, 8px);
    }

    .fc .fc-timegrid-slot {
        background-color: white;
    }

    .fc .fc-timegrid-axis-cushion {
        font-family: 'Courier New', Courier, monospace;
        font-size: 14px;
        color: #555;
    }

    .fc .fc-col-header-cell-cushion {
        display: none;
    }

    .dashboard-container-align {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .resident-image-size {
        width: 132px;
        height: 132px;
    }

    .event-date-filter-container {
        position: relative;
        bottom: 726px;
        left: 223px;
        z-index: 111111;
    }

    .input-field-style {
        display: flex;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        Width: 300px;
        Height: 47px;
        color: #333130;
    }

    .add-card-modal-style {
        width: 667px !important;
    }

    .payment-option-padding-left {
        padding-left: 57px !important;
    }

    .authorize-text-container-width {
        width: 40% !important;
    }
}


@media (max-width : 360px) {

    #main {
        height: 400px
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 0px;
    }
}

.form-caption {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-submit-button {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border: 0;
    border-radius: var(--8px, 8px);
    background: var(--color-pink-500, #F26840);
    color: var(--additional-white, #FFFFFF);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.form-input {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--neutral-20, #E0E0E0);
    background: var(--additional-white, #FFF);
}

.form-container {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-left: -100px;
    margin-top: 30px;
}

.form-body {
    display: flex;
    width: 555px;
    padding: 24px 28px 24px 28px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border-radius: 16px;
    background: var(--additional-white, #FFF);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.login-page-title {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.verticle-divider {
    width: 1px;
    height: 40px;
    background: #B5C3CD;
}

.verticle-divider-2 {
    width: 1px;
    height: 77px;
    background: #DAE1E6;
}

.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
}

.chevron-down {
    background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.chevron-up-faq {
    background-image: url('../images/chevron-up-faq.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
}

.chevron-down-faq {
    background-image: url('../images/chevron-down-faq.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
}

.chevron-up-faq {
    background-image: url('../images/chevron-up-faq.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
}

.chevron-down-faq {
    background-image: url('../images/chevron-down-faq.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
}

.input-currency-icon {
    background-image: url('../images/dollar-sign.svg');
    background-repeat: no-repeat !important;
    background-position-x: 6px;
    background-position-y: 14px;
}

.input-currency-icon:disabled {
    background-image: url('../images/dollar-sign.svg');
    background-repeat: no-repeat !important;
    background-position-x: 6px;
    background-position-y: 14px;
}

.input-currency-icon:placeholder-shown {
    background-image: url('../images/dollar-sign.svg');
    background-repeat: no-repeat !important;
    background-position-x: 6px;
    background-position-y: 14px;
}


.user-dropdown-icon {
    width: 40px;
    border: none;
    height: 16px;
    padding: 2px;
    background-color: transparent;
}

.title-16px-700w {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.title-16px-600w {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.title-16px-400w-center {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.title-12px-400w-center {
    color: var(--neutral-60, #7B7A79);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.title-12px-400w {
    color: var(--neutral-80, #4B4A48);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.title-36px-400w {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.title-18px-400w {
    color: #636261;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.title-18px-700w {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.title-24px-700w {
    color: var(--neutral-80, #4B4A48);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.title-40px-400w {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

.title-12px-400w {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btn-107 {
    display: flex;
    padding: 8px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--color-lola-350, #FDFCFD);
    color: var(--pink-500, #F26840);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.main-container-div {
    display: flex;
    width: 1400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: var(--8px, 8px);
    background: var(--color-additional-white, #FFF);
}

.top-container-div {
    padding: 20px;
    padding-top: 42px;
    padding-bottom: 42px;
    align-items: center;
    gap: 84px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--color-grey-450, #F4F4F4);
    background: var(--color-grey-400, #FFF);
}

.top-container-left-div {
    height: 300px;
}

.table-container-div {
    height: auto;
    padding: 24px;
    align-items: center;
    gap: 84px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--neutral-20, #E0E0E0);
}

/*.or-sm {
    margin-top: 10px
}*/

.recurring-icon {
    background-image: url('../images/sync-alt.svg') !important;
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 67% !important;
}

.table-header {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-bottom-color: #DAE1E6 !important;
    border-radius: 8px 0px 0px 0px;
    border-bottom: 1px solid #E0E0E0;
    background: #FAFAFA !important;
    white-space: nowrap;
}

.table-td {
    white-space: nowrap;
    color: var(--Neutral-90, #333130);
}

.no-payment-message {
    color: var(--color-scorpion-500, #665860);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.tab {
    float: left;
    background-color: white;
    height: 600px;
    width: 21%;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: #333130;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        height: 60px;
        padding-left: 20px;
        margin-left: -8px;
        border-left: solid;
        border-left-color: transparent;
        border-left-width: 3px;
        border-bottom: none;
        border-bottom-color: transparent;
        border-bottom-width: 0px;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

.tabcontent {
    float: left;
    height: 600px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80%;
}

.tabborder {
    border-right: black;
    border-right-style: solid;
    border-width: 1px !important;
    border-color: #ece7e7 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tablinks {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activeTab {
    border-left: solid;
    border-left-color: var(--purple-90, #F26840);
    border-left-width: 3px;
    border-bottom: none;
    border-bottom-color: transparent;
    border-bottom-width: 0px;
    font-family: Plus Jakarta Sans !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #F26840 !important;
}

.activeButton {
    color: #4B4046;
    border-bottom: solid;
    border-bottom-color: var(--purple-90, #F26840) !important;
    border-radius: 0px;
}

.settings-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--neutral-20, #E0E0E0);
    height: 184px;
    width: 50%;
}

.card-body {
    width: 100%;
}

.edit-button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--neutral-40, #ACABAA);
    background: var(--additional-white, #FFF);
    width: 120px;
    color: #4B4A48;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.next-button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--8px, 8px);
    background: #F26840;
    box-shadow: 0px 1px 6px 0px #E7DFE5;
    width: 120px;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: 0;
}

.cancel-button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--neutral-40, #ACABAA);
    background: var(--additional-white, #FFF);
    width: 120px;
    color: #4B4A48;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.payment-method-icon-background {
    border-radius: 4px;
    background: var(--white-smoke, #FAFAFA);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}

.payment-method {
    height: auto;
    width: auto;
    border-color: #C7D2D9;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--cerulean-blue-30, #C7D2D9);
    padding: 10px 16px 10px 16px;
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
}

.dropdown-item {
    padding: 5px 10px !important;
}

dropdown-item:hover {
    color: black;
    font-size: 15px !important;
}

.dropdown-item:focus {
    font-size: 15px !important;
}

.dropdown-title {
    color: var(--neutral-90, #333130);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .dropdown-title:hover {
        color: black;
        font-size: 15px !important;
    }

.title-36px-400w-popup {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.title-24px-700w-popup {
    color: var(--neutral-80, #4B4A48);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.title-16px-400w {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.title-16px-400w-popup {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.title-14px-400w-popup {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-payment-selection:hover {
    background-color: #FDF2EF;
    border-color: #F268405c !important;
    cursor: pointer;
}

.card-icon-bg :hover {
    background-color: #FDF2EF !important;
}

.card-icon-bg-active {
    background-color: #f268401c !important;
}

.form-check-input[type=radio], .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    border-color: #ACABAA;
}

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

.margin-account-input {
    margin-bottom: -10px;
}

.account-input-description-1 {
    display: none;
}

.account-input-description-2 {
    display: block;
}

.form-select-icon {
    background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    cursor: pointer;
}

.dashboard-laststatement-container {
    padding: 35px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: var(--16px, 16px);
    border: 1px solid var(--cerulean-blue-30, #C7D2D9);
    background: var(--additional-white, #FFF);
}

.last-statement-view {
    margin-top: 55px !important;
}

.recurring-detail-font-sm {
    font-size: 18px;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc {
    cursor: pointer !important;
}

    table.dataTable > thead .sorting:after {
        content: "\f161" !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        left: 10px !important;
        bottom: 1.5em !important;
        cursor: pointer !important;
        color: lightgray;
        padding-left: 10px !important;
    }

    table.dataTable > thead .sorting_asc:after {
        content: "\f161" !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        right: 10px !important;
        left: 10px !important;
        bottom: 1.5em !important;
        cursor: pointer !important;
        padding-left: 10px !important;
    }

    table.dataTable > thead .sorting_desc:after {
        content: "\f160" !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        right: 10px !important;
        left: 10px !important;
        bottom: 1.5em !important;
        cursor: pointer !important;
        padding-left: 10px !important;
    }

table.dataTable > thead .sorting_asc_disabled:after {
    content: "\f161" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    right: 10px !important;
    left: 10px !important;
    bottom: 1.5em !important;
}

table.dataTable > thead .sorting_desc_disabled:after {
    content: "\f160" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    right: 10px !important;
    left: 10px !important;
    bottom: 1.5em !important;
    padding-left: 10px !important;
}

#show-all-asses, .dataTables_filter, .deletable .close-select, .documenticon, .fas.header-menu-icon, .footer-step.done .footer-step-count span, .hover-example, .main-content #new-document-row, .main-sidebar .sidebar-content .sidebar-nav ul.mobile-menu, .move-resident-faq .accordion .accordion-item .accordion-header .accordion-button:after, .progress-circle:not(.over50) .first50-bar, .vertical-timeline .vertical-timeline-element .vertical-timeline-element-icon .badge-dot-xl.badge:empty, .wrapper.active .profile_info, .wrapper.active .sidebar ul li a span.title-resident-profile, .wrapper.active .sidebar ul li button span.title-resident-profile {
    display: none;
}

.paging_simple_numbers ul li {
    padding: 0 3px !important;
    line-height: normal;
    height: fit-content;
    border: none !important;
    margin-left: 0 !important;
}

    .paging_simple_numbers ul li:hover {
        background: none !important;
        border: none !important;
        margin-left: 0 !important;
    }

    .paging_simple_numbers ul li a {
        border: none;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background: none;
        text-align: center;
        font-weight: 700;
        padding: 0;
        line-height: 35px;
        z-index: 0 !important;
        color: var(--neutral-70, #636261);
        text-align: center;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.16px;
    }

    .paging_simple_numbers ul li.page-item.previous a, .paging_simple_numbers ul li.page-item.next a {
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
    }

    .paging_simple_numbers ul li.page-item.disabled .page-link {
        background-color: inherit;
    }

    .paging_simple_numbers ul li.page-item.previous a {
        padding-right: 10px;
        padding-left: 25px;
        color: var(--neutral-70, #636261);
        text-align: right;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .paging_simple_numbers ul li.page-item.next a {
        padding-right: 25px;
        padding-left: 10px;
        color: var(--neutral-70, #636261);
        text-align: right;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .paging_simple_numbers ul li.active a {
        background-color: #F7DED6 !important;
        border-color: #F7DED6 !important;
        color: #4B4046 !important;
    }

    .paging_simple_numbers ul li a:hover {
        background-color: #F7DED6 !important;
        border-color: #F7DED6 !important;
        color: #636261 !important;
    }

    .paging_simple_numbers ul li.paginate_button.previous a:before {
        content: "\2039";
        position: absolute;
        left: 10px;
        font-size: 30px;
        top: -2px;
    }

    .paging_simple_numbers ul li.paginate_button.next a:after {
        content: "\203A";
        position: absolute;
        right: 10px;
        font-size: 30px;
        top: -2px;
    }

.dataTables_wrapper .dataTables_info {
    display: flex;
    justify-content: center;
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: -24px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: -30px;
}

.dataTables_wrapper .dataTables_length {
    margin-top: 20px;
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.datatable_select:active {
    border: 0px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    display: block;
}

.datatable-select-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../images/angle-down.svg') !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: pointer;
}


.btn:focus {
    box-shadow: none !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 32px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E0E0E0;
    transition: .4s;
    border-radius: 16px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #F26840;
}

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

.btn-aline-secondary {
    color: var(--Neutral-80, #4B4A48);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 8px;
    border: 1px solid var(--neutral-40, #ACABAA);
    background: var(--additional-white, #FFF);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    transition: all 0.5s ease;
}

    .btn-aline-secondary:hover {
        color: var(--neutral-80, #4B4A48);
        background: var(--additional-white, #FFF);
    }

.form-control-edit-modal {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--neutral-20, #E0E0E0);
    background: var(--additional-white, #FFF);
    width: 100%;
    height: 48px
}

select.form-control-edit-modal {
    color: #333130 !important;
}

    select.form-control-edit-modal.touched {
        color: #333130 !important;
    }

    select.form-control-edit-modal option {
        color: #333130 !important;
    }

.control-label {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--neutral-90, #333130);
}

.btn-recurring {
    margin-top: 60px;
}

.navbar-divider {
    display: block;
    width: 1px;
    height: 20px;
    background: #DAE1E6;
    left: 123px;
    margin: 10px 10px 0px -5px;
}

.activeTab-icon {
    fill: #F26840 !important;
}

.activeTab-payment-icon {
    fill: #F268405c !important;
}

button:disabled,
button[disabled] {
    background-color: #f78f72;
    color: white;
}

.input-no-of-payments {
    width: 243px;
}

.date-input-focus {
    color: red;
}

select.form-control {
    color: #333130;
}


    select.form-control option {
        color: #333130;
    }

.tooltip-cus {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-cus .tooltiptext-cus {
        visibility: hidden;
        width: 300px;
        background-color: #fff;
        color: #4B4A48;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px;
        position: absolute;
        z-index: 1;
        margin-top: -75px;
        margin-left: -22px;
        font-family: Plus Jakarta Sans;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: 1px solid var(--cerulean-blue-30, #C7D2D9);
    }

    .tooltip-cus:hover .tooltiptext-cus {
        visibility: visible;
    }

.tooltip-cus-balance {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-cus-balance .tooltiptext-cus-balance {
        visibility: hidden;
        width: 300px;
        background-color: #fff;
        color: #4B4A48;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px;
        position: absolute;
        z-index: 1;
        margin-top: 6px;
        margin-left: 7px;
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: 1px solid var(--cerulean-blue-30, #C7D2D9);
    }

    .tooltip-cus-balance:hover .tooltiptext-cus-balance {
        visibility: visible;
    }


@media (min-width: 1550px) and (max-width : 2228px) {

    .error-main-container {
        padding: 700px 0px 0px 0px;
        height: 450px;
    }
}

@media (min-width: 1200px) and (max-width : 1550px) {

    .error-main-container {
        padding: 585px 0px 0px 0px;
        height: 450px;
    }
}

@media (min-width: 700px) and (max-width : 1200px) {

    .error-main-container {
        padding: 650px 0px 0px 0px;
        height: 450px;
    }
}

@media (min-width: 375px) and (max-width : 700px) {

    .error-main-container {
        padding: 590px 0px 0px 0px;
        height: 760px;
        overflow: hidden;
    }
}

.right-tilt-container-1 {
    display: flex;
    width: 600px;
    height: 350px;
    padding: 84px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(5deg);
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F9F9F9;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    left: 120px;
    top: 460px;
}

.right-tilt-container-2 {
    display: flex;
    width: 600px;
    height: 350px;
    padding: 84px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(5deg);
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FBFBFB;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    left: 80px;
    top: 65px;
}

.left-tilt-container-1 {
    display: flex;
    width: 600px;
    height: 350px;
    transform: rotate(-5deg);
    padding: 84px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F9F9F9;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    bottom: 240px;
    right: 120px;
}

.left-tilt-container-2 {
    display: flex;
    width: 600px;
    height: 350px;
    transform: rotate(-5deg);
    padding: 84px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FBFBFB;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    bottom: 635px;
    right: 80px;
    position: relative;
}

.center-error-404-container {
    display: flex;
    width: 665px;
    height: 432px;
    padding: 84px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: var(--16px, 16px);
    background: var(--additional-white, #FFF);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    bottom: 1027px;
}

.label-404 {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 108px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 1.08px;
}

.label-page-not-found {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

.label-error-message {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.anchor-go-back {
    color: #F26840;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-left: 8px
}


button[data-id*="selectOneMethod"],
button[data-id*="selectSplitFirstMethod"],
button[data-id*="selectSplitSecondMethod"],
button[data-id*="selectSplitRecurring_1"],
button[data-id*="selectSplitRecurring_2"] {
    border-radius: 8px;
    border: 1px solid #C7D2D9;
    padding: 12px 16px 16px 12px;
    height: 73px;
}

.bootstrap-select .dropdown-menu {
    background-color: whitesmoke;
    max-height: 200px !important;
}

    .bootstrap-select .dropdown-menu .inner .dropdown-menu {
        background-color: whitesmoke;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #E6E6E7;
    color: black;
}

.event-date-filter-dropdown {
    display: flex;
    width: 364px;
    padding: var(--16, 16px) 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--16, 16px);
    border-radius: 0px 0px var(--8px, 8px) var(--8px, 8px);
    background: var(--Additional-White, #FFF);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.multi-dropdown-firstline {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.multi-dropdown-secondline {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.multi-dropdown-secondline-valid {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 8px;
}

.multi-dropdown-secondline-expiry-date {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 5px;
}

.multi-dropdown-secondline-account-type {
    color: var(--Neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 8px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle {
    height: 73px !important;
}

.auto-pay-btn {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #ACABAA;
    background: #FFF;
    color: #4B4A48;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    height: 56px;
}

.info-icon {
    background-image: url('../images/info.svg') !important;
    width: 24px;
    height: 24px;
}

.icon-background {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--4px, 4px);
    background: var(--neutral-5, #FAFAFA);
}

.login-page-form-container {
    margin-left: 147px;
}

.progressbar-icon {
    margin-left: 34%;
    border-radius: 72px;
    background: var(--purple-100, #F1572B);
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.progressbar-inactive-icon {
    color: var(--neutral-40, #ACABAA);
    text-align: center;
    font-family: Plus Jakarta Sans !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.progressbar-label-active {
    color: var(--neutral-80, #4B4A48);
    text-align: center;
    font-family: Plus Jakarta Sans !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.progressbar-label {
    color: var(--neutral-80, #4B4A48);
    text-align: center;
    font-family: Plus Jakarta Sans !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-check-icon {
    background-image: url('../images/ellipse21.svg') !important;
    background-repeat: no-repeat !important;
    border-radius: 15px !important;
    margin-top: 5px !important;
    background-size: 12px !important;
}

    .form-check-icon:checked {
        background-color: #F26840 !important;
        border-color: #F1572B !important;
    }

    .form-check-icon[type=radio], .form-check-icon[type=checkbox] {
        width: 22px;
        height: 22px;
        margin-top: 5px;
        background-color: #FFFFFF;
        border-color: #F5896B;
    }

.btn-aline-primary-ep {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 102px;
    height: 56px;
    border-radius: var(--8px, 8px);
    background: var(--Red-90, #F26840);
    color: var(--Additional-White, #FFF);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: 0;
}


.input-percent-icon {
    color: #466A82;
    top: 40px;
    right: 25px;
    font-family: Plus Jakarta Sans !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.date-placeholder {
    position: absolute;
    z-index: 1;
}

.input-caption {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa !important;
    opacity: 0.6;
}

.payment-modal-description {
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.tooltip-payment-status {
    display: inline-block;
    cursor: pointer;
}

    .tooltip-payment-status .tooltiptext-payment-status {
        visibility: hidden;
        width: 366px;
        color: #4B4A48;
        text-align: left;
        padding: 12px 12px;
        position: absolute;
        z-index: 1;
        margin-top: -425px;
        margin-left: -368px;
        color: var(--Neutral-70, #636261);
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.14px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        /* Tender shadow */
        box-shadow: 0px 4px 8px 0px rgba(237, 237, 237, 0.25);
    }

    .tooltip-payment-status:hover .tooltiptext-payment-status {
        visibility: visible;
    }

.hide {
    display: none !important;
}

.custom-select-picker {
    border-radius: 8px;
    border: 1px solid #C7D2D9 !important;
    height: 50px;
    color: var(--neutral-90, #333130);
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.tooltip-split-recurring-amount {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltiptext-split-recurring-amount {
    display: none;
    width: 366px;
    color: #4B4A48;
    text-align: left;
    padding: 12px 12px;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: -225px;
    margin-left: -60px;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(237, 237, 237, 0.25);
}


.dashboard-tooltip-info-bold-font {
    color: var(--Neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.active-edit-split-payment-button {
    background: #FEEEEA !important;
    border: 1px solid #F1572B !important;
    color: #F1572B !important;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.split-payment-type-Button {
    color: #4B4A48;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-bottom-width: 1px;
    width: 50%;
    height: 40px;
    background: var(--Neutral-5, #FAFAFA);
}

.input-edit-doller-icon {
    color: var(--Neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    top: 35px;
    left: 9px;
}

.login-logo-desktop-view {
    display: block;
}

.login-logo-mobile-view {
    display: none;
}

@media (min-width: 99px) and (max-width : 399px) {

    #loading-image-login img {
        left: 25% !important;
    }

    #loading-image img {
        left: 25% !important;
    }
}

@media (min-width: 400px) and (max-width : 499px) {

    #loading-image-login img {
        left: 25% !important;
    }

    #loading-image img {
        left: 25% !important;
    }
}

@media (min-width: 500px) and (max-width : 559px) {

    #loading-image-login img {
        left: 30% !important;
    }

    #loading-image img {
        left: 30% !important;
    }
}

@media (min-width: 560px) and (max-width : 991px) {

    #loading-image-login img {
        left: 40% !important;
    }

    #loading-image img {
        left: 40% !important;
    }
}

@media (min-width: 992px) and (max-width : 2228px) {

    #loading-image-login img {
        left: 44% !important;
    }

    #loading-image img {
        left: 44% !important;
    }
}

.payment-method-split-chip {
    display: inline-flex;
    padding: 8px;
    align-items: center;
    gap: 9px;
    border-radius: var(--4px, 4px);
    background: var(--Red-10, #FEEEEA);
    color: var(--Red-100, #F1572B);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.payment-method-recurring-chip {
    display: inline-flex;
    padding: 8px;
    align-items: center;
    gap: 9px;
    border-radius: var(--4px, 4px);
    background: var(--neutral-10, #F4F4F4);
    color: var(--neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.payment-method-account-name-label {
    color: var(--Neutral-90, #333130);
    font-family: "Plus Jakarta Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.payment-method-account-type-label {
    color: var(--Neutral-70, #636261);
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.payment-method-default-type-label {
    color: var(--Neutral-70, #636261);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.payment-method-add-btn {
    color: #F26840;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

    .payment-method-add-btn:hover {
        color: #F26840;
        text-decoration: none;
    }

.payment-method-add-label {
    color: var(--neutral-90, #333130);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18px;
    margin-left: 12px;
}

.payment-method-hr-divider {
    width: 1070px;
    height: 1px;
    background: #ECF0F2;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.payment-method-account-number-label {
    color: var(--Neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
}

@media (max-width:360px) {
    .payment-method-account-name-label {
        font-size: 12px !important;
    }
}

@media(min-width:993px) {
    .profile-page-add-credit-card {
        width: 350px !important;
    }
}

.frm-container-blocked {
    border-radius: 8px;
    border: 1px solid #C7D2D9;
    background: #FFF;
    padding: 24px;
}

.privacy-url {
    color: var(--Neutral-90, #333130) !important;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    cursor: pointer;
}

@media (hover: hover) {
    .privacy-url:hover {
        outline: 0;
    }
}

.footer-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: #fafafa08;
    top: 1004px;
    padding: 28px 64px;
    color: var(--Neutral-90, #333130) !important;
}

.hr-divider-ach {
    width: 99%;
    height: 1px;
    background: #ECF0F2;
    margin-top: 25px;
    margin-left: 2px;
    margin-right: 15px;
}

#btnContinue[disabled] {
    background-color: #FBCDBF !important;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1260px !important;
    }
}

.active-btn-tables {
    border: 0;
    background: transparent;
    border-bottom: solid 2px;
    border-color: #F26840;
    padding: 0px;
    border-radius: 1px;
    padding-bottom: 8px;
    color: #F26840;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18px;
    text-align: center;
}

.inactive-btn-tables {
    border: 0;
    background: transparent;
    padding: 0px;
    border-radius: 3px;
    padding-bottom: 8px;
    color: #949392;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18px;
    text-align: center;
}

tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.waffle-menu-bg {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 58px;
    border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
    background: var(--Cerulean-Blue-50, #A2B4C0);
}

.nav-bar-select {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--Neutral-20, #E0E0E0);
    background: var(--Additional-White, #FFF);
    color: var(--Cerulean-Blue-60, #90A6B4);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#NotificationCount {
    position: absolute !important;
    left: 14px;
    top: 14px;
    padding: 0px;
    border-radius: 50% !important;
    width: 16px;
    height: 16px;
    font-size: 17px;
    background: #F26840;
}

.Notification-count-position {
    position: absolute;
    bottom: -4px;
    left: 5px;
    color: var(--Additional-White, #FFF);
    font-family: 'Plus Jakarta Sans';
    font-size: 10px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.input-search-icon {
    background-image: url('../images/search.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
}


.google-icon {
    background-image: url('../images/google-icon.png') !important;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.horizontal-divder {
    width: auto;
    height: 1px;
    background: #DAE1E6;
}

.auth-btn {
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Cerulean-Blue-30, #C7D2D9);
    background: #FFF;
}

.skip-btn {
    padding: 16px 32px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Neutral-40, #ACABAA);
    background: #FFF;
    width: 100%;
}

.form-check-input[type=radio], .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    border-color: #ACABAA;
    cursor: pointer;
}

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

.icon-background {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--4px, 4px);
    background: var(--Neutral-5, #FAFAFA);
}

.eye-slash-icon {
    background-image: url('../images/eye-slash.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
}

/*.horizontal-divider-2 {
    width: 168px;
    height: 1px;
    background: #DAE1E6;
}*/

.link-resident-modal-width {
    width: 550px;
}

.notification-settings {
    width: auto;
    height: auto;
}

.emails-font-style {
    color: var(--Neutral-90, #333130);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.linked-resident-list-input-container {
    margin: 0px 0px 0px 0px;
}

    .linked-resident-list-input-container .dataTables_wrapper {
        min-height: 300px;
        height: 300px;
        overflow-y: auto;
    }

    .linked-resident-list-input-container thead tr:first-child Th {
        position: sticky;
        z-index: 12;
        top: 0;
        background: white;
    }

.linked-resident-search-input-container {
    margin: 0px 0px 0px 0px;
}

    .linked-resident-search-input-container .dataTables_wrapper {
        min-height: 300px;
        height: 300px;
        overflow-y: auto;
    }

    .linked-resident-search-input-container thead tr:first-child Th {
        position: sticky;
        z-index: 12;
        top: 0;
        background: white;
    }


.linked-resident-dropdown-style {
    width: 600px;
    background: #FFF !important;
    padding: var(--16, 16px) 12px;
    border: 2px solid #f3ededf7;
    min-height: 200px !important;
    overflow: hidden;
    margin: 0;
}

.linked-resident-list-container {
    overflow: hidden;
    max-height: 485px;
    overflow-y: auto;
    position: absolute;
    z-index: 99;
    width: 360px;
    padding: var(--16, 16px) 12px;
    border-radius: 0px 0px var(--8px, 8px) var(--8px, 8px);
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.linked-resident-search-container {
    overflow: hidden;
    max-height: 485px;
    overflow-y: auto;
    position: absolute;
    z-index: 99;
    width: 360px;
    padding: var(--16, 16px) 12px;
    border-radius: 0px 0px var(--8px, 8px) var(--8px, 8px);
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.table-responsive {
    overflow-x: clip;
}


.resident-search-list-tr {
    height: 15px !important;
}

.drop-down-list-style {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}



.multiselectdDate {
    color: var(--color-scorpion-600, #4B4046);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    padding: 8px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--color-lola-350, #FBF9FB);
    margin: 3px 5px;
}

    .multiselectdDate:hover {
        background: #fbf0fb;
    }



.login-user-bg {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px 0px 5px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1.5px solid var(--Additional-White, #FFF);
    background: var(--Pink-10, #FEF9F7);
}

.user-short-name-style {
    color: var(--Additional-Tangerine, #E88C16);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.application-switcher-active-menu-bg {
    display: flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--8px, 8px);
    border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
    background: var(--Pink-10, #FEF9F7);
    justify-content: center;
    cursor: pointer;
}

.application-switcher-inactive-menu-bg {
    display: flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--8px, 8px);
    border: 0px solid var(--Cerulean-Blue-30, #C7D2D9);
    background: var(--Additional-White, #FFF);
    justify-content: center;
    cursor: pointer;
}

.application-switcher-active-menu {
    background-image: url('../images/ellipse 2.svg') !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    gap: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.application-switcher-inactive-menu {
    background-image: url('../images/ellipse 1.svg') !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    gap: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navbar-input-place-holder {
    color: #90A6B4;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.resident-link-form-heading {
    color: #333130;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18px;
}

.resident-link-form-label {
    color: #333130;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.active-resident {
    color: #333130;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 4px 8px 4px 4px;
    border-radius: 48px;
    border: 1px solid #F1572B;
    background: #FEF9F7;
    cursor: pointer;
    width: fit-content;
}

.inactive-resident {
    color: #636261;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 4px 8px 4px 4px;
    border-radius: 48px;
    border: 1px solid #C4C3C3;
    background: #FFF;
    cursor: pointer;
    width: fit-content;
}

.resident-info-container {
    position: relative;
    padding: 28px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    height: 296px;
    width: 275px;
}

.community-info-container {
    padding: 28px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    height: 296px;
    width: 374px;
}

.calendar-info-container {
    padding: 28px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    max-height: 876px;
    width: 551px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dashboard-main-container-div {
    display: flex;
    width: 1400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: var(--8px, 8px);
    background: var(--color-additional-white, #FFF);
}

.dashborad-page-title {
    color: #333130;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.dashborad-card-title {
    color: #333130;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.dropdown-active {
    transition: all 0.5s;
}

.side-nav-activeTab-btn {
    border-radius: 4px;
    background: var(--Pink-10, #FEF9F7);
}

.side-nav-inactiveTab-btn {
    border-radius: 0px;
    background: #FFF;
}

.sideBar-active {
    background: #FFF;
}

.app-item {
    transition: all 0.5s;
    white-space: nowrap;
}

.menu-item {
    transition: all 0.5s;
    white-space: nowrap;
}

.register-btn {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--Neutral-40, #ACABAA);
    background: var(--Additional-White, #FFF);
    margin-inline: -16px;
    margin-top: 72px;
}

.payment-edit-container {
    display: inline-flex;
    padding: 12px var(--16, 16px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: var(--8px, 8px);
    background: var(--Gradient-Gold-to-Pink, linear-gradient(104deg, #F2F0DA -2.95%, #F8C6B6 112.91%));
}


.calender-border {
    padding: 24px 0px 0px 0px;
    border-radius: 8px;
    border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
    background: var(--Color-Additional-White, #FFF);
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: var(--8px, 8px) !important;
    background: var(--Red-30, #FBCDBF) !important;
    position: relative !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    background-color: none !important;
}

.carousel-indicators .active {
    background: var(--Red-70, #F5896B) !important;
    background-color: none !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    top: 282px;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    left: 46px;
}

#btnAddResident:disabled {
    background-color: #FBCDBF;
    color: #FFF;
}

.biweekly-status {
    display: flex;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 28px;
    border: 1px solid #F26840;
    background: #FFF;
    color: #F26840;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.btn-profile-submenu {
    display: inline-block;
    cursor: pointer;
}

.profile-submenu {
    display: none;
    padding: 12px 12px;
    position: absolute;
    z-index: 1;
    font-family: Lato;
    border: 1px solid #C7D2D9;
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 0px 8px 8px 8px;
    color: #333130;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 201px;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.modal-remove-resident-container {
    width: 588px;
}

.remove-resident-title {
    color: #333130;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.remove-resident-title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1.5px solid #DF6784;
    background: #D63D62;
    padding: 5px;
    width: 48px;
    height: 48px;
}

.remove-resident-content {
    color: #333130;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.remove-resident-cancel-btn {
    border-radius: 8px;
    border: 1px solid #ACABAA;
    background: #FFF;
    color: #4B4A48;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 16px 32px;
}

.remove-resident-yes-btn {
    border-radius: 8px;
    background: #D63D46;
    color: #4B4A48;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 16px 32px;
    color: #FFF;
    border: 0;
}

:root {
    --fc-border-color: white;
    --fc-daygrid-event-dot-width: 5px;
}

.form-select {
    border-radius: var(--8px, 8px);
    border: 1px solid var(--Neutral-20, #E0E0E0);
    background: var(--Additional-White, #FFF);
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}


.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
    color: var(--Neutral-90, #333130);
    text-align: start;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.chevron-down-icon-black {
    background-image: url('../images/chevron-down-black.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    cursor: pointer;
}

.resident-name-size {
    color: var(--Neutral-90, #333130);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.bg-blue {
    padding: 8px;
    border-radius: 4px;
    background: rgba(73, 173, 220, 0.10);
    width: 40px;
    height: 40px;
}

.bg-violet {
    padding: 8px;
    border-radius: 4px;
    background: rgba(67, 45, 191, 0.10);
    width: 40px;
    height: 40px;
}

.bg-pink {
    padding: 8px;
    border-radius: 4px;
    background: rgba(232, 54, 229, 0.10);
    width: 40px;
    height: 40px;
}

.bg-green {
    padding: 8px;
    border-radius: 4px;
    background: rgba(77, 226, 138, 0.10);
    width: 40px;
    height: 40px;
}

.resident-dob-font-size {
    color: var(--Neutral-70, #636261);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.mySlides {
    display: none
}


.dot-border {
    width: 8px;
    height: 8px;
    border-radius: var(--8px, 8px);
    background: var(--Red-30, #FBCDBF);
    cursor: pointer
}

.dot-active-color {
    width: 8px;
    height: 8px;
    border-radius: var(--8px, 8px);
    background: var(--Red-70, #F5896B);
    cursor: pointer
}

#btnApplyfilter {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--8px, 8px);
    background: #F26840;
    box-shadow: 0px 1px 6px 0px #E7DFE5;
    width: 120px;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: 0;
}

.event-filter-dropdown-menu {
    display: flex;
    flex-direction: column;
    width: 340px;
    max-height: 184px;
    padding: var(--16, 16px) 0px var(--16, 16px) 12px;
    border-radius: 0px 0px var(--8px, 8px) var(--8px, 8px);
    background: var(--Additional-White, #FFF);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    color: var(--Neutral-90, #333130);
    text-align: start;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: unset;
    gap: 10px;
    overflow: auto;
}

.disabled-input {
    border-radius: 8px !important;
    border: 1px solid #E0E0E0 !important;
    background-color: #F5F5F5 !important;
    color: #665860 !important;
    cursor: auto !important;
}

#btnShowSchedule {
    color: var(--Red-90, #F26840);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: -25px;
    display: none;
}

.upload-document-container {
    padding: 28px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    height: 369px;
    width: 673px;
    overflow-y: auto;
    overflow-x: hidden;
}

.offcanvas-backdrop {
    height: 100% !important;
}

.next-button:disabled,
.next-button[disabled] {
    background-color: #FBCDBF;
    color: white;
}

.tooltip-statement-balance {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-statement-balance .tooltiptext-statement-balance {
        visibility: hidden;
        width: 300px;
        background-color: #fff;
        color: #4B4A48;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px;
        position: absolute;
        z-index: 1;
        margin-top: 6px;
        margin-left: 7px;
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: 1px solid var(--cerulean-blue-30, #C7D2D9);
    }

    .tooltip-statement-balance:hover .tooltiptext-statement-balance {
        visibility: visible;
    }

.tooltip-content {
    position: absolute;
    z-index: 1;
    width: 366px;
    color: #4B4A48;
    text-align: left;
    padding: 12px 12px;
    right: 528px;
    top: 290px;
    color: var(--Neutral-70, #636261);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
    background: var(--Color-Additional-White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(237, 237, 237, 0.25);
}

.tooltip-payment-status {
    display: inline-block;
}

.tooltip-payment-status:hover #spnToolTipTextContent {
    display: block;
}

@media (min-width: 0px) and (max-width : 450px) {
    .btn-width {
        width: 50% !important;
    }
    .btn-100 {
        width: 100% !important;
    }
    .font-size-24 {
        font-size: 24px !important;
        line-height: 40px !important;
    }
    .cancel-button {
        width: 100% !important;
    }
    #divNoOfpayments{
        width:100% !important;
    }

    .edit-no-of-payment-width {
        width: 100% !important;
    }
}

@media (min-width: 451px) and (max-width : 991px) {
    .btn-width {
        width: 100% !important;
    }

    .btn-100 {
        width: 100% !important;
    }

    .font-size-24 {
        font-size: 24px !important;
        line-height: 40px !important;
    }
    .cancel-button {
        width: 100% !important;
    }
    .next-button {
        width: 100% !important;
    }

    .edit-button {
        width: 100% !important;
    }
    #divNoOfpayments {
        width: 100% !important;
    }

    .edit-no-of-payment-width {
        width: 100% !important;
    }
}

.payments-container-mv-padding {
    padding-top: 80px;
}
#divAddCreditCardAccount {
    width: 100% !important
}

body.no-scroll {
    overflow: hidden;
}

body.position-fixed {
    position:fixed;
    top:0;
}

.font-24px-600w {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
}

.font-18px-400w {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.font-18px-600w {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}


.font-16px-400w-636261c {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-14px-400w {
    color: #333130 !important;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.font-36px-400w_COM {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

@media (min-width: 992px) {

    .font-36px-400w {
        color: #333130;
        font-family: "Plus Jakarta Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
    }
}

.card-input-error-message {
    color: #B24020;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.card-input-error-border {
    border: 1px solid #B24020 !important;
}

#submit-button iframe {
    height: 58px !important;
    width: 120px;
    margin-top: 3px;
}

.form-select-icon-card {
    background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 9px top 14px !important;
    cursor: pointer;
}

.card-type-caption {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.payment-info-error-notification-container {
    margin-top: -6px;
}

@media (min-width: 0px) and (max-width : 359px) {

    .default-payment-method-chip-right {
        right: 15px !important;
    }
}

.card-list-container-style {
    margin-bottom: 45px;
}

.multi-dropdown-secondline-card-type {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.pac-container {
    font-family: Plus Jakarta Sans !important;
}


.calendar-main-container {
    z-index: 5;
    width: 328px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(237, 237, 237, 0.60);
    padding: 8px 12px;
    right: 0;
    bottom: 55px;
}

.calendar-main-container-second {
    z-index: 1111;
    width: 328px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(237, 237, 237, 0.60);
    padding: 8px 12px;
    right: 0;
    bottom: 55px;
}

.calendar-container {
    background: #FFF;
    z-index: 1;
    padding: 15px;
    width: 305px;
    border-radius: 8px;
    border: 1px solid #DAE1E6;
    margin-top: 8px;
}

.calendar-container-second {
    background: #FFF;
    z-index: 1;
    padding: 15px;
    width: 305px;
    border-radius: 8px;
    border: 1px solid #DAE1E6;
    margin-top: 8px;
}

.calendar-date-pick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    background: #FFF;
    width: 274px;
    height: 100%;
}

.month-date-pick {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.weekdays-date-pick {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.weekdays-date-pick div {
    width: calc(45.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #636261;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.days-date-pick {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    margin-top: -22px;
    gap: 0px;
}

.days-date-pick div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4046;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    height: 38px;
    width: 38px;
}

.days-date-pick span:hover:not(.today) {
    border-radius: 50px;
    background: #F9BCAA;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.calendar-second-date-pick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    background: #FFF;
    width: 274px;
    height: 100%;
}

.month-second-date-pick {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.weekdays-second-date-pick {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.weekdays-second-date-pick div {
    width: calc(45.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #636261;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.days-second-date-pick {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    margin-top: -22px;
    gap: 0px;
}

.days-second-date-pick div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4046;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    height: 38px;
    width: 38px;
}

.days-second-date-pick span:hover:not(.today) {
    border-radius: 50px;
    background: #F9BCAA;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.selected-date {
    border-radius: 50px;
    background: #F9BCAA;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.prev-date-date-pick,
.next-date-date-pick
.prev-date-first-date-pick,
.prev-date-second-date-pick,
.next-date-first-date-pick,
.next-date-second-date-pick {
    color: #949392 !important
}

.next-button-calendar {
    color: #4B4046;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.previous-button-calendar {
    color: #58798E;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.chevron-down-icon-black {
    background-image: url('../images/chevron-down-cal.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    cursor: pointer;
}

.calender-icon {
    background-image: url('../images/calendar-alt.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    cursor: pointer;
}

.month-and-year {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.18px;
}
@media (max-width : 430px) {
    .calendar-main-container {
        width: 310px !important;
        left: 50% !important;
        transform: translate(-50%, 0%) !important;
    }

    .calendar-main-container-second {
        width: 310px !important;
        left: 50% !important;
        transform: translate(-50%, 0%) !important;
    }
}

@media (max-width : 575px) {
    .calendar-main-container {
        width: 310px !important;
    }

    .calendar-main-container-second {
        width: 310px !important;
    }

    .calendar-container {
        padding: 5px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 285px !important;
    }

    .calendar-container-second {
        padding: 5px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 285px !important;
    }

    .calendar-date-pick {
        width: 274px !important;
        gap: 24px !important;
    }

    .calendar-second-date-pick {
        width: 274px !important;
        gap: 24px !important;
    }
}

@media (max-width : 1024px) {
    .modal-dialog-single {
        height: 860px !important;
    }
}

.notification-success {
    color: #4B4A48;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
}

#notificationCloseBtn {
    pointer-events: auto;
    cursor: pointer;
}

.notification-container {
    border-radius: 8px;
    border: 1px solid #22A44D;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #E9F6ED;
    position: fixed;
    z-index: 9999;
    width: fit-content;
    padding: 16px;
    top: 10px;
    right: 10px;
}

.error-notification {
    border: 1px solid #B24020 !important;
    background: #FCF2F4 !important;
}

.tooltip-total-amount {
    cursor: pointer;
}

    .tooltip-total-amount .tooltip-text-total-amount {
        width: 248px;
        padding: 12px;
        border-radius: var(--8px, 8px);
        border: 1px solid var(--Cerulean-Blue-20, #DAE1E6);
        background: var(--Color-Additional-White, #FFF);
        box-shadow: 0px 4px 8px 0px rgba(237, 237, 237, 0.25);
        visibility: hidden;
        color: #4B4A48;
        text-align: left;
        position: absolute;
        z-index: 1;
        margin-top: -106px;
        margin-left: 5px;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .tooltip-total-amount:hover .tooltip-text-total-amount {
        visibility: visible;
    }

.cancel-btn {
    padding: 0px;
    float: right;
    color: #D63D46;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    background: none;
}
.tooltip-deadline-date {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-deadline-date .tooltiptext-deadline-date {
        visibility: hidden;
        width: 260px;
        background-color: #fff;
        color: #4B4A48;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px;
        position: absolute;
        right: 0;
        top: -63px;
        z-index: 1;
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: 1px solid #C7D2D9;
    }

    .tooltip-deadline-date:hover .tooltiptext-deadline-date {
        visibility: visible;
    }

.tooltip-lastcancel-date {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-lastcancel-date .tooltiptext-lastcancel-date {
        visibility: hidden;
        width: 260px;
        background-color: #fff;
        color: #4B4A48;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px;
        position: absolute;
        right: 0;
        top: -63px;
        z-index: 1;
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: 1px solid #C7D2D9;
    }

    .tooltip-lastcancel-date:hover .tooltiptext-lastcancel-date {
        visibility: visible;
    }


.method-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    align-self: stretch;
    cursor: pointer;
}


.method-radio {
    width: 22px;
    height: 22px;
    color: #F26840;
}

input[type="radio"] {
    display: none;
}


.lblforRdo {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #C7D2D9;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="radio"]:checked + .lblforRdo {
    background-color: #F26840;
    border-color: #F26840;
}

    input[type="radio"]:checked + .lblforRdo:after {
        content: "";
        width: 11px;
        height: 11px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-52%, -50%);
    }

.hr-style {
    color: #ECF0F2;
    opacity: 1.25;
    width: 100%;
}

.payment-method-default-position {
    top: 23px;
    right: 50px;
    z-index: 1;
}

.payment-method-select-border {
    border-radius: 8px;
    border: 1px solid #C7D2D9 !important;
    height: 73px !important;
}

.card-brand-mb-view-position {
    position: absolute;
    z-index: 1;
    right: 45px;
    top: 20px;
    border: 0px;
    background: transparent;
    display: flex;
    gap: 10px;
}

.method-bg-color {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--4px, 4px);
    background: var(--Neutral-5, #FAFAFA);
    transition: background 0.3s ease;
}

.method-main-container-border-radius {
    border-radius: 8px;
}


.method-main-container, .method-main-container-first, .method-main-container-second {
    border: 1px solid #BBA6B5;
    transition: all 0.3s ease;
}

.method-icon-color {
    fill: #ACABAA;
    transition: fill 0.3s ease;
}

.method-main-container:has(input[type="radio"]:checked) {
    border: 1px solid #F9BCAA;
}

    .method-main-container:has(input[type="radio"]:checked) .method-bg-color {
        background: #FDF2EF;
    }

    .method-main-container:has(input[type="radio"]:checked) .method-icon-color {
        fill: #F8AB95;
    }

.method-main-container .method-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms;
}

.method-main-container:has(input[type="radio"]:checked) .method-content > div {
    overflow: initial;
    padding: 16px;
    padding-top: 0px;
}

.method-main-container .method-content > div {
    overflow: hidden;
    padding: 0px;
    padding-top: 0px;
}

.method-main-container:has(input[type="radio"]:checked) .method-content {
    grid-template-rows: 1fr;
}

.card-bg-mv {
    border-radius: 8px;
    border: 1px solid #DAE1E6;
    background: #FAFAFA;
    width: 100%;
    padding: 12px 16px;
    top: 64px
}

.transparent-orange {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--Red-80, #F47955);
    background: rgba(240, 148, 110, 0.10);
}

.btn-close-position {
    color: #808080;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: -10px;
}

.emerald-bg {
    color: white;
    border-radius: 50px;
    border: 1.5px solid #77D496;
    background: #50C878;
    width: 50px;
    height: 50px;
    cursor: auto
}

.danger-bg {
    color: white;
    border-radius: 50px;
    border: 1.5px solid #DF6784;
    background: #D63D62;
    width: 50px;
    height: 50px;
}

.auth-text-box-position {
    margin-top: -8px;
    margin-right: 9px;
    font-size: 14px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.check-box-style {
    font-size: 14px;
    margin-left: -24px;
    margin-top: 2px;
    stroke-width: 1px;
    stroke: var(--neutral-40, #ACABAA);
}

.btn-calender-apply {
    border-radius: 8px;
    background: #F26840;
    color: #FFF;
    padding: 8px 24px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.btn-calender-cancel {
    border-radius: 8px;
    border: 1px solid #ACABAA;
    background: #FFF;
    color: #4B4A48;
    padding: 8px 24px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.disabled-date {
    opacity: 0.6 !important;
    cursor: none !important;
    pointer-events: none !important;
}

.recurring-noitce-bg {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #4EACEF;
    background: #F2F9FC;
}

.payment-type-btn-style {
    width: 100%;
    display: flex;
    padding: var(--16, 16px);
    align-items: center;
    align-self: stretch;
    border-radius: var(--8px, 8px);
    border: 1px solid var(--neutral-20, #E0E0E0);
}

.payment-type-btn-inline-style {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--4px, 4px);
    background: var(--neutral-5, #FAFAFA);
}

@media (min-width: 992px) {

    .payment-method-mb-label {
        margin-bottom: -30px;
    }
}

.payment-method-label-cursor {
    cursor: auto;
    z-index: 1;
    width:20%;
}

@media (min-width: 0px) and (max-width : 991px) {
    .payment-method-label-cursor {
        width: 50% !important;
    }
}

@media (max-width: 992px) {
    .payment-modal-heading-font-style {
        font-size: 24px !important;
        font-weight: 600 !important;
    }
}

.cursor-pointer {
    cursor: pointer
}

custom-horizontal-row {
    background: #E6E6E6;
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 15px;
}

button[data-id*="selectACHMethodFirst"],
button[data-id*="selectCARDMethodFirst"],
button[data-id*="selectACHMethodSecond"],
button[data-id*="selectCARDMethodSecond"] {
    border-radius: 8px;
    border: 1px solid #C7D2D9;
    padding: 12px 16px 16px 12px;
    height: 73px;
}

.method-icon-color {
    fill: #ACABAA;
    transition: fill 0.3s ease;
}

.method-main-container-first:has(input[type="radio"]:checked) {
    border: 1px solid #F9BCAA;
}

    .method-main-container-first:has(input[type="radio"]:checked) .method-bg-color {
        background: #FDF2EF;
    }

    .method-main-container-first:has(input[type="radio"]:checked) .method-icon-color {
        fill: #F8AB95;
    }

.method-main-container-first .method-content-first {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms;
}

.method-main-container-first:has(input[type="radio"]:checked) .method-content-first > div {
    overflow: initial;
}

.method-main-container-first .method-content-first > div {
    overflow: hidden;
}

.method-main-container-first:has(input[type="radio"]:checked) .method-content-first {
    grid-template-rows: 1fr;
}

.method-name {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.method-description {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.method-main-container-second:has(input[type="radio"]:checked) {
    border: 1px solid #F9BCAA;
}

    .method-main-container-second:has(input[type="radio"]:checked) .method-bg-color {
        background: #FDF2EF;
    }

    .method-main-container-second:has(input[type="radio"]:checked) .method-icon-color {
        fill: #F8AB95;
    }

.method-main-container-second .method-content-second {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms;
}

.method-main-container-second:has(input[type="radio"]:checked) .method-content-second > div {
    overflow: initial;
}

.method-main-container-second .method-content-second > div {
    overflow: hidden;
}

.method-main-container-second:has(input[type="radio"]:checked) .method-content-second {
    grid-template-rows: 1fr;
}


.method-content-first, .method-content-second {
    padding: 0 16px 16px 16px;
}

.method-head-content {
    padding: 16px;
    cursor: pointer;
}

.method-main-container-first, .method-main-container-second {
    border-radius: 8px;
}

.edit-page-tab-btn {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: #FAFAFA;
    color: #4B4A48;
    font-weight: 400;
    border: 1px solid #FAFAFA;
}

.edit-active-action-tab {
    border: 1px solid #F1572B;
    background: var(--Red-10, #FEEEEA);
    color: #F1572B;
}

.add-button-container {
    width: 20%;
}

.caution-label-Ach-position {
    top: 23px;
    right: 117px;
    z-index: 1;
}

.caution-label-card-position {
    top: 23px;
    right: 117px;
    z-index: 1;
}

@media (min-width: 0px) and (max-width : 360px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 114px !important;
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 114px !important;
    }
}

@media (min-width: 361px) and (max-width : 374px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 128px !important;
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 133px !important;
    }
}

@media (min-width: 375px) and (max-width : 376px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 129px !important
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 132px !important;
    }
}

@media (min-width: 377px) and (max-width : 390px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 138px !important;
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 146px !important;
    }
}

@media (min-width: 391px) and (max-width : 415px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 165px !important;
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 170px !important;
    }
}

@media (min-width: 416px) and (max-width : 430px) {

    .caution-label-Ach-position {
        top: 37px !important;
        right: 180px !important;
    }

    .caution-label-card-position {
        top: 37px !important;
        right: 186px !important;
    }
}

@media (min-width: 0px) and (max-width : 400px) {
    .login-width-mobile-view {
        width: 95% !important;
        margin-top: 0px !important;
    }

    .login-left-container {
        height: 100% !important;
        width: 90% !important;
        margin-left: 9px !important;
    }

    .footer-mobile-view-top {
        top: 1440px !important
    }

    .add-method-width {
        width: min-content !important;
    }
}

.avatar {
    border-radius: 100px;
    border: 1.5px solid var(--Additional-White, #FFF);
    background: var(--Pink-20, #FDF2EF);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: var(--Additional-Tangerine, #E88C16);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card-cancel-button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ACABAA;
    background: #FFF;
    width: 120px;
    color: #4B4A48;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.card-logo-container {
    width: auto !important;
}

.font-12px-400w {
    color: var(--neutral-80, #4B4A48);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-14px-400w-636261c {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-14px-400w-4B4A48c {
    color: #4B4A48;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-14px-600w-636261c {
    color: #636261;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.font-16px-400w {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-16px-400w-4B4A48c {
    color: #4B4A48;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.font-16px-600w {
    color: var(--Neutral-90, #333130);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.font-16px-600w-4B4A48c {
    color: #4B4A48;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.font-16px-600w-6B889Bc {
    color: #6B889B;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.font-16px-700w-F26840c {
    color: #F26840;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.font-16px-700w-F26840c {
    color: #F26840;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.font-18px-700w {
    color: #333130;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.card-number-container {
    width: 100% !important;
}

.caution-bg {
    display: flex;
    height: 22px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--4px, 4px);
    background: var(--Orange-100, #FFEDD5);
}

.days-second {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    margin-top: -22px;
    gap: 0px;
}

.days-second div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4046;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
    height: 38px;
    width: 38px;
}

.days-second span:hover:not(.today) {
    border-radius: 50px;
    background: #F9BCAA;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.dropdown-menu-user {
    position: absolute;
    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;
}

.error-login-contanier {
    display: none;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #B24020;
    background: rgba(227, 124, 149, 0.10);
    margin-bottom: 25px
}

@media (min-width: 991px) and (max-width : 1199px) {
    .hr-margin-top-dashboard {
        margin-top: 11% !important;
    }
}

@media (min-width: 768px) and (max-width : 991px) {
    .hr-margin-top-dashboard {
        margin-top: 15% !important;
    }
}

.span-wrap-content {
    display: inline;
    margin-bottom: 6px;
    line-height: 21px;
    margin-right: 4px;
}

.billing-state-truncate {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

button[data-id*="selectOneTimeACHMethod"],
button[data-id*="selectOneTimeEFTMethod"],
button[data-id*="selectOneTimeCARDMethod"],
button[data-id*="selectRecurringACHMethod"],
button[data-id*="selectRecurringEFTMethod"],
button[data-id*="selectRecurringCARDMethod"],
button[data-id*="selectEditRecurringACHMethod"],
button[data-id*="selectEditRecurringEFTMethod"],
button[data-id*="selectEditRecurringCARDMethod"],
button[data-id*="selectSplitFirstMethod"],
button[data-id*="selectSplitSecondMethod"],
button[data-id*="selectEditSplitRecurringACHMethodFirstAccount"],
button[data-id*="selectEditSplitRecurringEFTMethodFirstAccount"],
button[data-id*="selectEditSplitRecurringCARDMethodFirstAccount"],
button[data-id*="selectEditSplitRecurringACHMethodSecondAccount"],
button[data-id*="selectEditSplitRecurringEFTMethodSecondAccount"],
button[data-id*="selectEditSplitRecurringCARDMethodSecondAccount"] {
    border-radius: 8px;
    border: 1px solid #C7D2D9;
    padding: 12px 16px 16px 12px;
    height: 73px;
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button[data-id*="selectACHMethodFirst"],
button[data-id*="selectCARDMethodFirst"],
button[data-id*="selectACHMethodSecond"],
button[data-id*="selectCARDMethodSecond"] {
    border-radius: 8px;
    border: 1px solid #C7D2D9;
    padding: 12px 16px 16px 12px;
    height: 73px;
}

.error-alert-red {
    color: var(--Additional-Red120, #B24020);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    flex: 1 0 0;
}

input[type="text"].error,
input[type="number"].error,
input[type="date"].error,
input[type="email"].error,
input[type="[password]"].error {
    box-shadow: 0 0 0 1px #DC2626;
}

.error {
    border: 1px solid red !important;
}

.caution-icon {
    background-image: url('../images/exclamation-triangle.svg') !important;
    background-repeat: no-repeat;
    width: var(--16, 16px);
    height: var(--16, 16px);
}

.account-login-error-alert {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Additional-Red120, #B24020);
    background: var(--Transparent-Pink, rgba(227, 124, 149, 0.10));
}

.container-enroll {
    padding-top: 100px;
    padding-left: 50px;
}

.mfa-caption {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.mfa-description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.factor-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    width: 100%;
    max-width: 664px;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #C7D2D9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
}

    .factor-card:hover {
        border-color: #A3B4BD;
        box-shadow: 0px 4px 8px rgba(0,0,0,0.08);
    }

.factor-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.factor-status {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
}

    .factor-status.enrolled {
        background: rgba(138, 218, 165, 0.15);
        color: #319B54;
    }

    .factor-status.pending {
        background: rgba(255, 193, 7, 0.15);
        color: #D63D46;
    }

.factor-action button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #D63D46;
    cursor: pointer;
    transition: color 0.2s;
}

    .factor-action button:hover {
        color: #a52a2a;
    }

.factor-pending-msg {
    max-width:410px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #D63D46;
    background: #fff3f3;
    padding: 8px 12px;
    border-radius: 8px;
}

.toast {
    background-color: rgba(255,255,255,.85) !important;
}