.grid-main {
    grid-gap: 5px;
    display: grid;
}

/* dashboard-start */
.dashboard-body {
    display: flex;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dashboard-canceledSubs .dashboard-header,
.dashboard-canceledSubs .l-sidebar {
    z-index: 9999;
}

.dashboard-body.modal-open {
    padding-right: 0!important;
}

.dashboard-body::-webkit-scrollbar {
    display: none;
}

.main-section {
    display: flex;
    padding: 0px 0px;
    background-color: #F5F7FC;
}

.l-sidebar {
    width: 300px;
    background-color: #021639;
    height: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s all ease-in-out;
    padding: 0px 0px 0px 0px;
    flex-shrink: 0;
    overflow-y: auto;
    position: relative;
}

.l-sidebar.l-sidebar-canceledSubs {
    z-index: 9999;
}

.side-bar-links {
    padding: 40px 0px 40px;
    position: relative;
}

.main-links {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.main-links li {
    background-color: transparent;
    width: 273px;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    transition: 0.6s all ease-in-out;
}

.main-links li a {
    padding: 15px 30px 15px 50px;
    width: 100%;
    display: flex;
    gap: 22px;
    color: #fff;
    font-family: 'Proxima-Nova-Medium';
    text-decoration: none;
    cursor: pointer;
}

.main-links li.active {
    background-color: #3155F4;
}

.main-links li.active:has(a[disabled]) {
    background: none;
}

.main-links li.active a {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
}

.main-links li a[disabled] {
    pointer-events: none;
    border: none;
    color: var(--transparents-white-35, rgba(255, 255, 255, 0.35));
    font: 500 16px 'Proxima-Nova-Medium';
}

.main-links li a[disabled].l-sidebar__active-link {
    color: #fff;
}

.main-links li a[disabled].l-sidebar__active-link img {
    opacity: 1;
}

.main-links li a[disabled] img {
    opacity: 0.5;
}

.main-links li.active .message-counter {
    background: #fff;
    color: #3155F4;
}

.message-counter {
    width: 24px;
    height: 24px;
    display: flex;
    background: #3155F4;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 50%;
    margin-left: 35px;
    flex-shrink: 0;
    font-family: 'ProximaNova-Bold';
}

.notificationcontent-main {
    display: flex;
    gap: 12px;
    padding: 0px 25px;
    align-items: center;
}

.full-notifications .notificationcontent-main {
    padding: 0px 0px;
}

.nft-content p a {
    text-decoration: none;
    color: #020202;
}

.nft-timing {
    color: #02020299;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    margin-left: 3px;
}

.nft-content p {
    font-family: 'ProximaNova-Regular';
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    font-size: 16px;
    color: #020202;
    margin-bottom: 0px;
}

.bold-text {
    font-weight: unset;
    font-family: 'Proxima-Nova-Semibold';
}

.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.wave {
    animation: wave 3s linear infinite alternate;
    transform-origin: center left;
}

.wave-container svg {
    width: 100%;
    border-radius: 10px;
}

.welcome-head h2 {
    font-size: 32px;
    font-family: 'ProximaNova-Bold';
    color: #fff;
    line-height: 32px;
}

@keyframes wave {
    0% {
        transform: translateX(-20px)
    }

    100% {

        transform: translateX(20px);

    }
}

.welcome-card {
    background-color: #0c2fa5;
    padding: 50px 50px 50px 60px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 15px;
}

.welcome-head p {
    font-family: "ProximaNova-Regular";
    color: #fff;
    line-height: 22.88px;
    font-size: 14px;
}

.tour-btn {
    width: 134px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    padding: 14px 0px;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
    font-family: 'ProximaNova-Bold';
    color: #3155F4;
}

.welcome-head {
    margin-bottom: 25px;
}

.aes-1 {
    position: absolute;
    left: 445px;
    top: 110px;
    z-index: -1;
}

.aes-1 img {
    animation: scale 7s alternate-reverse linear infinite;
}

.aes-2 {
    left: 460px;
    position: absolute;
    top: 135px;
    z-index: -1;
}

.db-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.l-sidebar.highlighter {
    z-index: 1030;
}

.aes-3 {
    position: absolute;
    left: 540px;
    top: 150px;
    z-index: -1;
}

.aes-4 {
    position: absolute;
    right: 25px;
    top: 110px;
    z-index: -1;
}

.aes-2 img {
    animation: movin 7s alternate-reverse linear infinite;
}

.aes-3,
.aes-4 img {
    animation: scale 7s alternate-reverse linear infinite;
}

@keyframes movin {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

@keyframes scale {
    0% {
        transform: rotate(0deg)scale(1);
    }

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

.anim {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    display: inline-block;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0.0deg)
    }

    10% {
        transform: rotate(14.0deg)
    }

    /* waving speed */
    20% {
        transform: rotate(-8.0deg)
    }

    30% {
        transform: rotate(14.0deg)
    }

    40% {
        transform: rotate(-4.0deg)
    }

    50% {
        transform: rotate(10.0deg)
    }

    60% {
        transform: rotate(0.0deg)
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0.0deg)
    }
}

.career-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 20px;
    margin-bottom: 15px;
}

.career-content p {
    color: #B8B8B9;
    font-size: 12px;
    line-height: 19.61px;
    font-family: 'ProximaNova-Regular';
}

.grow-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 20px;
    margin-bottom: 15px;
}

.career-content h4 {
    font-family: 'Proxima-Nova-Medium';
    font-size: 20px;
    line-height: 20px;
    color: #282E53;
}

.grow-thumb {
    margin-bottom: 15px;
}

.top-card {
    position: relative;
    background-color: #0c2fa5;
    z-index: 1;
    padding: 45px 25px 45px;
    border-radius: 10px;
}

.child {
    overflow: hidden;
}

.top-card.highlighter {
    z-index: 1030;
}

.wave-container figure {
    margin: 0;
}

.top-cont h4 {
    color: #FFF;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    line-height: normal;
}

.top-cont p {
    color: #FFF;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    line-height: 19.61px;
}

.prop-grid-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 30px;
    place-items: center;
}


.prop-content h5 {
    color: #FFF;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    line-height: normal;
    margin: 0;
}

.payments-cta {
    display: inline-block;
    width: 94px;
    font-family: "Proxima-Nova-Semibold";
    font-size: 10px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #fff;
    line-height: 10px;
    color: #fff;
    padding: 6px 0px;
    border-radius: 30px;
}

.prop-content p {
    color: #FFF;
    text-align: center;
    font-family: 'ProximaNova-Regular';
    font-size: 10px;
    line-height: 16.342px;
    margin: 0;
}

.prop-content {
    display: grid;
    place-items: center;
    text-align: center;
    grid-gap: 10px;
}


.top-cont {
    margin-bottom: 30px;
}

.gold-content h5 {
    color: #FFD14F;
}

.gold-cta {
    background-color: #FFD14F;
    border: 1px solid transparent;
    color: #021639;
}

.tx-bold {
    font-family: 'ProximaNova-Bold';
}

.tp-element {
    position: absolute;
    bottom: 95px;
    right: 72px;
}

.tp-element img {
    animation: movin 7s alternate-reverse linear infinite;
}

.pd-bar-box1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pd-thumb-cont p {
    display: flex;
    align-items: center;
    color: #292F53;
    font-family: 'Proxima-Nova-Medium';
    font-size: 16px;
    line-height: normal;
    gap: 10px;
    margin: 0;
}

.property-address p {
    color: #003797;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

.prop-bar {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 15px;
    position: relative;
}

.drop-ellipse-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
}

/* circular-progress bar */
#wrapper {
    width: 115px;
    position: relative;
}

.progress .track,
.progress .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10px;
    transform: rotate(90deg)translate(0px, -80px);
    stroke-linecap: round;
}

.progress .track {
    stroke: #D9D7FF;
    stroke-width: 10px;
}

.progress .fill {
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}

.progress.blue .fill {
    stroke: #4E54EA;
}

.progress.green .fill {
    stroke: #4E54EA;
}


.progress .value,
.progress .text {
    font-family: 'Open Sans';
    fill: rgb(255, 255, 255);
    text-anchor: middle;
}

.progress .text {
    font-size: 12px;
}

.progress text {
    font-size: 11px;
    font-family: 'ProximaNova-Bold';
    fill: #003797;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#wrapper .progress {
    background-color: unset;
}

.progress-rounded-main {
    display: flex;
    align-items: center;
}

.progress-main {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 30px 0px 30px;
    position: relative;
}

.progress {
    width: 95px;
    height: 115px;
}

.progress-head h4 {
    color: #003797;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: normal;
    width: 128px;
}

.pg-gutter {
    --bs-gutter-x: 16px;
}

.progress-rounded-main {
    display: flex;
    align-items: center;
    padding: 0px 30px;
}


.progress--header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px 25px;
    position: absolute;
    right: -1px;
    top: 12px;
    z-index: 1;
}

.progress-before {
    position: absolute;
    top: 0;
    right: -6px;
}

.progress-before img {
    height: 130px;
}

.progress-content {
    flex-grow: 1;
}

.main-db-layout {
    padding-right: 20px;
    overflow: auto;
}

.progress-ratio-base {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-ratio p {
    margin: 0;
    color: #4148DE;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    line-height: 30px;
    padding-top: 10px;
}

.progress-head {
    margin-bottom: 25px;
}

.progress-head {
    margin-bottom: 15px;
}

.progress-charts-main {
    margin-bottom: 15px;
}
/* circular progress end */

.cash-flow-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 30px 30px 25px;
    margin-bottom: 15px;
    position: relative;
    scroll-margin: 550px;
}

.month-year-tabs .nav-tabs {
    display: flex;
    justify-content: flex-end;
    border: 0;
    padding: 0;
    margin-bottom: 25px;
    gap: 25px;
}

.month-year-tabs .nav-tabs .nav-link {
    padding: 0;
}

.month-year-tabs .nav-tabs .nav-link {
    border: 0;
    color: #292F53;
    font-family: 'Proxima-Nova-Medium';
    font-size: 12px;
    line-height: 14.62px;
    display: flex;
    position: relative;
    transition: 0.6s all ease-in-out;
}

.month-year-tabs .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    background-color: #0065F2;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: 0.6s all ease-in-out;


}

.month-year-tabs .nav-tabs .nav-link.active::after {
    width: 45px;
    height: 0.75px;
}

.month-year-tabs .nav-tabs .nav-link.active {
    font-family: 'ProximaNova-Bold';
    color: #0065F2;
}

.cash-flow-head h4 {
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0em;
    color: #003797;
    margin-bottom: 0px;
}

.money-content-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cash-flow-head p {
    color: rgba(2, 2, 2, 0.60);
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 25px;
}

.money-in-content h5 {
    color: #1A7D21;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    line-height: 22.879px;
    margin: 0px;
}

.money-in-value span {
    color: #1A7D21;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    line-height: 22.879px;
    margin: 0px;
}

.payment-history-card {
    padding: 12px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #D2FFE2;
}

.money-out h5 {
    color: #0600C3;
}

.money-out span {
    color: #0600C3;
}

.money-out-bg {
    background-color: #F3F2FB;
}

.transaction-view-btn {
    border-radius: 100px;
    background: #3155F4;
    width: 134px;
    color: #fff;
    padding: 11px 0px;
    border: 1px solid transparent;
    outline: 0;
    font-family: 'Proxima-Nova-Semibold';
    box-shadow: unset;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.6s all ease-in-out;
}

.view-all-transaction {
    padding: 25px 0px 0px;
    text-align: center;
}

.logout-side-button {
    text-align: center;
    padding: 60px 50px;
    width: 273px;
}

.logout-btn {
    text-align: center;
    width: 171px;
    background-color: #fff;
    border: 1px solid transparent;
    outline: 0;
    color: #04183A;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    line-height: normal;
    padding: 12px 0px;
    border-radius: 100px;
}

.kr-table-main table thead tr th {
    padding: 15px 8px;
    color: #717172CC;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 12px;
    line-height: 12px;
    border: 0;
}

.kr-table-main table tbody tr td {
    font-size: 12px;
    font-family: 'Proxima-Nova-Medium';
    border: 0;
}

.table-date-col {
    display: flex;
    gap: 5px;
    font-family: 'ProximaNova-Regular';
    color: #020202;
    margin-bottom: 0px;
}

.table-date-col span {
    font-family: 'Proxima-Nova-Semibold';
}

.status-buttons {
    border: 1px solid transparent;
    background-color: #F3EEFE;
    outline: 0;
    width: 57px;
    display: inline-block;
    padding: 4px 0px;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 8px;
    text-align: center;
    border-radius: 5px;
    color: #6E54BB;
}

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

.cfh-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cancelled {
    color: #C73E00;
    background-color: #FCF0EA;

}

.completed {
    background-color: #E1FFFA;
    color: #318E94;
}

.prop-bar.highlighter {
    z-index: 1030;
}

.cash-flow-card.highlighter {
    z-index: 1030;
}

.cs-drop .dropdown-toggle {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.cs-drop .dropdown-toggle::after {
    content: none;
}

.cs-drop .card-menu {
    width: 0px;
    transition: 0.6s all ease-in-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cs-drop .card-menu.show {
    width: 198px;
    inset: 0px auto auto -174px !important;
    padding: 0;
    box-shadow: 0px 10px 80px 0px #26334D2B;
    border: 1px solid transparent;
}

.cmenu-main {
    display: flex;
    gap: 10px;
}

.cmenu-listing {
    padding: 20px 20px;
}

.cmn-content p {
    margin-bottom: 0px;
}

.cmenu-listing {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.cmn-content p a {
    color: #020202;
    text-decoration: none;
    font-family: 'Proxima-Nova-Medium';
    font-size: 16px;
    line-height: 16px;
}

.apexcharts-bar-area .apexcharts-series path {
    border-radius: 10px 10px 0 0;
    /* Adjust the radius as needed */
}

.chart-card {
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 30px 30px 25px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.chart {
    padding-top: 10px;
}

.status-completed {
    display: flex;
    width: 57px;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #177F63;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 8px;
    line-height: 20px;
    border-radius: 5px;
    background: #E1FFFA;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
}

.invoice-status {
    display: flex;
    gap: 6px;
}

.part-paid {
    background-color: #ECF9FE;
    color: #0370AE;
}

.desktop-hidden {
    display: none;
}

.header-links-mob li {
    list-style: none;
    color: #fff;
    padding-left: 50px;
}

.header-links-mob li a {
    text-decoration: none;
    color: #fff;
}

.drop-elip-thumb {
    position: absolute;
    top: 15px;
    right: 25px;
}

.submit-login-btn {
    display: flex;
    width: 306.923px;
    padding: 11px 0px 11px 0px;
    justify-content: center;
    align-items: center;
    background-color: #3155F4;
    border-radius: 100px;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
    font-family: "ProximaNova-Bold";
}

.log-login-button {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}
/* login page end */

/* lanlord register journey */
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrapper {
    position: relative;
    cursor: pointer;
}

.select-selected {
    width: 100%;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid rgba(184, 184, 185, .5);
    font-family: "Proxima-Nova-Semibold";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #3155F4;
}

.select-selected {
    width: 100%;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid rgba(184, 184, 185, .5);
    font-family: "Proxima-Nova-Semibold";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #3155F4;
}

.customDate {
    border: 1px solid rgba(184, 184, 185, .5);
    outline: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    font-family: "Proxima-Nova-Semibold";
    color: #3155F4;
    vertical-align: middle;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.customDate input {
    width: 50%;
    font-family: "Proxima-Nova-Semibold" !important;
    color: #020202;
    vertical-align: middle;
    font-size: 15px;
}

.customDate input::placeholder {
    color: #020202;
}

.customDate .input-group-append {
    cursor: pointer;
}

.customDate .icon {
    cursor: pointer;
}

.rent-field input {
    padding: 11px 25px 11px 36px !important;
}

.dollar-sign {
    position: absolute;
    top: 37px;
    left: 15px;
}

.dollar-sign p {
    margin-bottom: 0px;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3155F4;
}

.rent-field input {
    color: #020202;
    font-family: 'Proxima-Nova-Semibold';
}

.rent-field input::placeholder {
    color: #020202;
}

.select-arrow {
    width: 14px;
    height: 8px;
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 1;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.select-options {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 55px;
    left: auto;
    width: 100%;
    z-index: 2;
    padding: 15px 0px 0px;
    border-radius: 3px;
    border: 1px solid rgba(94, 109, 140, 0.25);
    height: 180px;
    overflow-y: auto;
}

.select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.select-option {
    padding: 15px 21px;
    cursor: pointer;
    color: #021639;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 18px;
}

.select-option:hover {
    background: #F5F9FF;
}

/* custom select */
.step-continue-btn {
    width: 350px;
}

.step-continue-btn[disabled] {
    pointer-events: none;
    background-color: rgba(107, 122, 153, 0.10);
    color: rgba(107, 122, 153, 0.40);
}
/* custom select */

/* custom date picker */
.customDate {
    border: 1px solid #b8b8b9;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    font-family: "Proxima-Nova-Semibold";
    color: #3155F4;
    vertical-align: middle;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customDate input {
    width: 50%;
    font-family: "Proxima-Nova-Semibold" !important;
    color: #020202;
    vertical-align: middle;
    font-size: 15px;
}

.customDate input::placeholder {
    color: #020202;
}

.customDate .input-group-append {
    cursor: pointer;
}

.date-picker {
    visibility: hidden;
    padding: 0 !important;
    width: 0.1px !important;
}

.customDate .icon {
    cursor: pointer;

}

.sq-ft-text {
    position: absolute;
    top: 35px;
    right: 15px;
}

.sq-ft-text span {
    font-family: 'Proxima-Nova-Medium';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #3155F4;
}

.amenities-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.amenities-options input[type="checkbox"]:checked {
    background-color: transparent;
    background-image: url(../images/rg-checked.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.amenities-options input[type="checkbox" i] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #3155F4;
    background-image: url(../images/rg-checked.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    transition: 0.3s all ease-in-out;
    background-position: -100px;
    border-radius: 50%;
}

.select-arrow.active {
    transform: rotate(180deg);
    transition: 0.6s all ease-in-out;
}
/* custom picker end */

.view-all-select {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.v-select-all {
    color: #3155F4;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 18px;
    line-height: normal;
    background-color: transparent;
    border: 0;
    outline: 0;
}
/* lanlord register journey end */

/* lanlord subscription */
.coming-soon-btn {
    background-color: rgba(224, 236, 253, 0.40);
    border: 1px solid transparent;
    color: #38445F;
    font-family: 'Proxima-Nova-Semibold';
}
/* lanlord subs end */

/* select account type */
.account-type-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #B8B8B9;
    border-radius: 10px;
    height: 340px;
    transition: 0.6s all ease-in-out;
}

.tenant-thumb {
    margin-bottom: 20px;
    height: 128px;
}

.account-holder h6 {
    color: #3155F4;
    text-align: center;
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0px;
}
/* select account type end */

/* tenant register */
.custom-resizer {
    background-image: url(../images/resizer.svg);
    background-size: 15px;
    background-position: 98% 95%;
    background-repeat: no-repeat;
}

.custom-resizer::-webkit-resizer {
    /* Customize the resizer handle for WebKit browsers (Chrome, Safari) */
    background-color: transparent;
    opacity: 0;
}

.typing {
    width: 53px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    background: #f3f3f5;
}

.typing .dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: #D6D6D6BF;
    border-radius: 50%;
    height: 7px;
    margin-right: 4px;
    vertical-align: middle;
    width: 7px;
    display: inline-block;
}

.typing .dot:nth-child(1) {
    animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
    animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
    animation-delay: 400ms;
}

.typing .dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #D6D6D6BF;
    }

    28% {
        transform: translateY(-7px);
        background-color: #D6D6D6BF;
    }

    44% {
        transform: translateY(0px);
        background-color: #D6D6D6BF;
    }
}

.smssg-btn {
    border-radius: 30px;
    background-color: #3155F4;
    width: 84px;
    outline: 0;
    border: 1px solid transparent;
    padding: 0px 0px;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 3px 0px;
}

.add_payment {
    padding: 9px 0px;
    min-width: 140px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_payment:hover {
    color: #fff;
}

.payments-method-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 30px 30px 25px;
    margin-bottom: 15px;
    position: relative;
}

table {
    width: 100%;
}


.bank-thumb {
    flex-shrink: 0;
    width: 30px;
}

.bank-thumb-name {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bank-name p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
}

.bank-account {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    color: #020202;
}

.checking {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    color: #020202;

}

.card-number {
    font-size: 12px;
    font-family: 'Proxima-Nova-Medium';
    line-height: 16px;
    margin-bottom: 0px;
    color: #020202;
}


.payment-table table tbody tr td {
    padding: 18px 0px;
}

.payment-table table tbody tr {
    border-bottom: 1px solid #E6E6E6;
}

.pr-bold {
    font-family: 'ProximaNova-Bold';
}
/* dashboard messages end */

/* dashboard calendar full */
.md-event-modal {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    padding: 30px 0px;
    border: 1px solid transparent;
}

.md-event-dialog {
    max-width: 776px;

}

.center-modal {
    margin: 50px 120px auto;
}
/* dashboard calendar full */

/* dashboard settings */
.settings-card {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
}

.settings-card .accordion {
    --bs-accordion-bg: unset;
}

.accordion-item {

    background-color: unset;
    border-width: 0px 0px 1px;
    border-color: #B8B8B999;
    padding: 35px;
}

.accordion-button:focus {

    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3155F4;
    transform: rotate(180deg);
}

.settings-card .accordion-button {

    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Proxima-Nova-Semibold';
    color: #020202CC;
    padding: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
}

.settings-card .accordion-body {
    padding: 0px 0px;
}

.acd-grid {
    display: flex;
}

.acd-left {
    width: 250px;
}

.acd-checks {
    display: flex;
    gap: 12px;
}

.acd-check-content h5 {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #3155F4;
    margin-bottom: 5px;
}

.acd-check-content p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
    color: #02020299;
}

.acd-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #3155F4;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.acd-checkbox input[type="checkbox"]:checked {
    background-color: transparent;
    background-image: url(../images/plan-select.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #3155F4;
}

.acd-check-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.acd-left p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #02020299;
    margin-bottom: 0px;
}

.acd-grid {
    display: flex;
    gap: 120px;
    padding: 10px 0px 15px;
}

.acd-right {
    width: 450px;
}
/* dashboard settings end */

/* lanlord notifications */
.db2-header {
    padding: 17px 50px;
    border-bottom: 2px solid #F3F8FF;
}

.back-to-db-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.backto-tb-btn {
    color: #0600C3 !important;
    font-size: 16px;
    font-style: normal;
    font-family: 'Proxima-Nova-Semibold';
    line-height: 28px;
    letter-spacing: 0.1px;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
}

.nf-right {
    width: 113px;
    flex-shrink: 0;
}

.nf-right img {
    width: 100%;
}

.full-notifications .nft-content p {
    max-width: 392px;
}

.full-notifications .nft-content {
    width: 100%;
}

.notifications-full-view {
    background-color: #fff;
    box-shadow: 0px 60px 120px 0px #26334D0D;
    border-radius: 20px;
    margin-bottom: 15px;
}

.notification-full-header {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 20px;
}

.full-notifications {
    border-bottom: none;
    padding: 30px 35px 45px;
    gap: 20px;
}

.lanlord-full-notify {
    padding: 0 0;
}
/* lanlord-notifications */

/* edit profile page */
.edf-cancel {
    display: flex;
    justify-content: space-between;
}

.edit-btn {
    width: 133px;
    background-color: #3155F4;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0px;
    border-radius: 100px;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 15px;
    font-style: normal;
    transition: 0.6s all ease-in-out;
}

.cancel-btn {
    width: 133px;
    background-color: transparent;
    outline: 0;
    border: 1px solid #3155F4;
    color: #0065F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0px;
    border-radius: 100px;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 15px;
    font-style: normal;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s all ease-in-out;
}

.cancel-btn.active {
    visibility: visible;
    opacity: 1;
}

.edit-btn[disabled],
.cancel-btn[disabled] {
    border: 1px solid transparent;
    background-color: rgba(107, 122, 153, 0.10);
    pointer-events: none;
    color: #6B7A9966;
}

.edit-cancel-button {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.three-dots p {
    background-color: #3155F41A;
    width: 78px;
    height: 35px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.three-dots p {
    background-color: #3155F41A;
    width: 78px;
    height: 35px;
    border-radius: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.th-dots {
    width: 4px;
    height: 4px;
    display: inline-flex;
    border-radius: 50%;
    background-color: #3155F4;
}

.disable-field .select-selected {
    background-color: #f1f2f5;
    border: 1px solid transparent !important;
    pointer-events: none;
    color: #6B7A99;
}

.disable-field .select-arrow {
    mix-blend-mode: luminosity;
}
/* edit profile page end */

/* add properties page  */
.selected-opt {
    color: #021639;
}

#next-btn {
    width: 289px;
    background-color: #3155F4;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    padding: 10px 0px;
    border-radius: 100px;
    text-align: center;
}

#prev-btn, .step-prev-btn {
    color: #3155F4;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    background: transparent;
    border: 0;
    outline: 0;
}

.unit-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.unit-options input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #3155F4;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.unit-options input[type="checkbox"]:checked {
    background-color: transparent;
    background-image: url(../images/plan-select.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #3155F4;
}

.unit-options input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #3155F4;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.unit-options input[type="radio"]:checked {
    background-color: transparent;
    background-image: url(../images/plan-select.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #3155F4;
}

.chk-box label {
    display: flex;
    gap: 15px;
    align-items: center;
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #3155F4;
}

.chk-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -999999999px;
}

.chk-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -999999999px;
}

.chk-box label {
    color: #021639;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chk-box input[type="radio"]:checked~.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3155F4;
}

.chk-box input[type="checkbox"]:checked~.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3155F4;
}

.chk-box {
    display: flex;
    gap: 10px;
}

.amenities-md-body {
    padding: 30px 40px;
}

.amenities-md-content {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 60px 120px 0px rgba(38, 51, 77, 0.05);
    border: 1px solid transparent;
}

.md-amn-head-main {
    display: flex;
    justify-content: space-between;
}

.cs-button {
    background-color: transparent;
    outline: 0;
    border: 0;
}

.amenities-md-head h3 {
    color: #003797;
    font-family: 'ProximaNova-Bold';
    font-size: 32px;
    line-height: normal;
    margin-bottom: 5px;
}

.amenities-md-head p {
    color: #4D5E80;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
}

.md-am-opt p {
    color: #021639;
    font-family: 'Proxima-Nova-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0px;
}

.am-bx-main {
    padding: 10px 0px;
}

.special-select-md-dialog {
    max-width: 850px;
}

.select-unit-radio-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/* smart wizard end */

/* dashboard tenant */
.ten-thumb-cont p {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    line-height: 20px;
    color: #003797;
}

.crb-amount p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #020202;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.overdue-label {
    width: 57px;
    display: inline-flex;
    justify-content: center;
    background-color: #FCF0EA;
    color: #C73E00;
    text-align: center;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 8px;
    line-height: 20px;
    border-radius: 5px;
}

.ten-prop-bar {
    padding: 12px 25px;
}

.crb-pay-now {
    width: 114.857px;
    height: 36px;
    border-radius: 100px;
    outline: 0;
    background-color: #3155F4;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    line-height: normal;
    line-height: 35px;
}

.pay-full-other {
    margin-bottom: 60px;
}

.select-payment-head {
    margin-bottom: 20px;
    align-items: center;
}

.select-payment-head h4 {
    color: #003797;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}

.select-payment-box-main {
    border: 1px solid #d0d1d1;
    border-radius: 10px;
    background-color: #fff;
}

.select-payment-boxes {
    display: flex;
    justify-content: space-between;
    padding: 37px 35px;
    align-items: center;
}

.spb-left h4 {
    gap: 25px;
    color: #020202;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    display: flex;
    margin-bottom: 0px;
}

.select-payment-main {
    margin-bottom: 60px;
}

.spb-left h4 span {
    color: #292F5399;
}

.select-payment-boxes:not(:last-child) {
    border-bottom: 1px solid #B8B8B966;
}

.progress-cta {
    background-color: #F3EEFE;
    width: 57px;
    color: #6E54BB;
    text-align: center;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding: 6px 0px;
    border-radius: 5px;
}
/* dashboard tenant */

/* loader css */
.loading-thumb {
    position: relative;
    width: 220px;
    margin: 0px auto;
}

.loading-gif {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9999;
}

.loading-text h4 {
    color: #ADB8CC;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Medium';
    text-align: center;
    margin: 50px 0px 10px;
    font-weight: 500;
}

.loading-text p {
    color: #ADB8CC;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
/* loader css end */

/* payment screen */
.plnsbs-content {
    padding: 30px 30px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.05);
}

.pln-card-fields label {
    display: block;
    color: #021639;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 3px;
}

.debit-fields {
    border: 1px solid #b8b8b9;
    width: 100%;
    padding: 15px 15px;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
}

.pln-card-fields {
    margin-bottom: 15px;
}

#purchase-button {
    border-radius: 100px;
    background-color: #3155F4;
    color: #fff;
    outline: 0;
    border: 1px solid transparent;
    padding: 14px 0px;
    width: 350px;
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    line-height: normal;
}

#purchase-button[disabled] {
    background-color: rgba(107, 122, 153, 0.10);
    color: #6B7A9966;
}

.purchase-button {
    display: flex;
    justify-content: center;
    padding: 20px 0px 0px;
}

.error-message {
    font-size: 14px;
    font-family: 'Proxima-Nova-Medium';
    color: red;
}
/* payment screen end */

/* wak af setup */
.pd-confirm-head h4 {
    color: var(--Primary-Blueberry, #003797);
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
}

.pd-confirm-head h5 {
    color: #020202;
    font-family: "Proxima-Nova-Semibold";
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
}

.pd-confirm-head p {
    color: #021639;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.pd-confirm-head {
    margin-bottom: 20px;
}

.gobck-btn {
    border-radius: 100px;
    border: 1px solid #3155F4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: 0;
    padding: 12px 0px;
    color: #3155F4;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
}

.pn-btn {
    border-radius: 100px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3155F4;
    outline: 0;
    padding: 12px 0px;
    color: #fff;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    line-height: normal;
}

.gobck-pay {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 50px 0px 0px;
}
/* wak af setup end */

/**HM CSS**/
.hm_btn_custom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.select2-container .selection .select2-selection {
    padding: 8px 10px 0;
    height: 50px;
    font-size: 14px;
    display: block;
}

.select2-container .selection .select2-selection__rendered {
    color: #020202;
    font-weight: 500 !important;
    position: relative;
}

.select2-container .selection {
    height: 50px;
}

.select2-container {
    display: block;
    max-width: 100%;
}

span.select2-selection__arrow b {
    display: none;
}

span.select2-selection__arrow {
    top: 12px !important;
    right: 18px !important;
    z-index: 1;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

span.select2-selection__arrow.active {
    transform: rotate(180deg);
    transition: 0.6s all ease-in-out;
}

.select2-results__option {
    padding: 15px 21px !important;
    cursor: pointer !important;
    color: #021639;
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    line-height: 18px;
}

.select2-results__options::-webkit-scrollbar {
    width: 14px;
    background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #000;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.per-page-selection .select2-container {
    display: flex;
    width: 44px !important;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    padding: 2px 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.per-page-selection .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    color: #3155F4;
    text-align: center;
    font-family: 'Proxima-Nova-Medium';
    font-size: 14px;
}

.per-page-selection .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3155F4;
    line-height: 28px;
    font-family: 'Proxima-Nova-Medium';
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(/images/sl2arrow.svg) no-repeat center center;
    background-size: contain;
    height: 10px !important;
    top: 11px !important;
    right: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.pagination_pdf .select2-container .selection .select2-selection {
    height: unset;
    padding: 0;
}

.anchor_normal {
    text-decoration: none;
}

.anchor_normal:hover {
    color: #fff;
}
/**HM CSS**/

.simple_link_front {
    border: 0;
    background: transparent;
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    line-height: 18px;
    color: #3155F4;
    letter-spacing: 0px;
    text-decoration: underline;
}

.custom_error {
    color: red;
    font-size: 16px;
    margin-bottom: 25px;
}

.custom_success {
    font-size: 16px;
    margin-bottom: 25px;
    color: #3155f6;
}

.special_insertion {
    width: 100%;
    padding: 10px 0;
}

.disappear_option {
    display: none !important;
}

.custom_height {
    height: 320px;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
    padding-bottom: 10px !important;
}

div#card-element {
    border: 1px solid #b8b8b9;
    border-radius: 4px;
}

.appartment-slider img {
    height: 295px;
}

.disabled_hm,
.editable_hm {
    border: 0;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.editable_hm {
    color: #3155f4;
}

.disabled_hm {
    color: red;
}

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

.invitation_main {
    background: #021639;
    border-radius: 5px;
    padding: 20px 15px 16px;
    margin-bottom: 20px;
}

.invitation_main div {
    color: #fff;
    font-family: 'Proxima-Nova-Medium';
    width: 50%;
}

.invitation_main div:first-child {
    margin-right: 40px;
}

.invitation_main div input[type="text"] {
    padding: 7px 15px;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #b8b8b9;
    color: #020202;
    font-family: 'Proxima-Nova-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-right: 15px;
}

.invitation_main div input[type="submit"] {
    background-color: #FFF;
    border: 1px solid transparent;
    outline: 0;
    color: #04183A;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    line-height: normal;
    padding: 12px 0px;
    border-radius: 100px;
    width: 35%;
}

.rcp-user {
    position: absolute;
    top: 0;
    padding: 7px 15px;
}

.recipient-field input {
    padding: 11px 50px;
    width: 100%;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #3155F4;
    color: #000;
    font-family: 'Proxima-Nova-Medium';
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.snd-data {
    width: 172px;
    border-radius: 100px;
    background-color: #3155F4;
    padding: 11px 0px;
    display: inline-flex;
    justify-content: center;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
    font-family: "Proxima-Nova-Semibold";
    font-size: 15px;
    line-height: normal;
}

.canc-snd {
    color: #3155F4;
    background-color: transparent;
    outline: 0;
    font-family: "Proxima-Nova-Semibold";
    font-size: 15px;
    line-height: normal;
    border: 0;
}

.send-canc {
    gap: 20px;
    padding: 35px 0px;
}

.inv-code-head {
    padding: 30px 0px;
}

.py-acc-cs .accordion-button::after {
    display: none;
}

select[name="code"]+input.error {
    position: relative;
    top: -1px;
}

.pn-btn[disabled] {
    pointer-events: none;
    background-color: rgba(107, 122, 153, 0.10);
    color: rgba(107, 122, 153, 0.40);
}

img.invert {
    filter: invert(1);
}

.payment_thankyou ul {
    list-style: none;
    padding-left: 0;
    width: 70%;
}

.payment_thankyou ul li span {
    font-size: 18px;
    width: 50%;
}

.payment_thankyou ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.payment_thankyou ul li span:last-child {
    font-family: 'Proxima-Nova-Medium';
    font-weight: 600;
}

.mt-5.notice_section p:first-child {
    margin-bottom: 0 !important;
}

.capitalize {
    text-transform: capitalize;
}

.pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
    align-items: center;
    justify-content: end;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between>div {
    width: 50%;
}

.pagination span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    position: relative;
    left: -17px;
    top: 0;
}

.pagination a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    position: relative;
}

.pagination a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150>svg {
    width: 20px;
    height: 20px;
}

.pagination {
    margin-top: 35px;
}

.invoice-status.capitalize.txt-center {
    justify-content: center;
}

form.saved_card_form {
    text-align: right;
}

.yajra-del-edit {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.alert-yajra {
    background-color: red;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
}

.edit-yajra {
    background-color: #3155f4;
    outline: 0;
    border: 1px solid transparent;
    color: #fff;
}

.yajra::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.yajra::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.yajra::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 10px;
    border: 1px solid #fff;
}

.dataTables_info {
    font-family: 'Proxima-Nova-Medium';
    font-size: 15px;
    color: #020202 !important;
    margin-bottom: 10px;
}

#landlord_units_table_paginate {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Proxima-Nova-Medium';
    color: #020202 !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.paginate_button.previous {
    padding: 0 !important;
}

.paginate_button.next {
    padding: 0 !important;
}

.paginate_button.current {
    background: none !important;
    border: 0 !important;
}

.dataTables_length select {
    border: 1px solid transparent;
    outline: 0;
    font-family: 'Proxima-Nova-Medium';
}

.dataTables_length {
    font-family: 'Proxima-Nova-Medium';
}

.dataTables_filter {
    font-family: 'Proxima-Nova-Medium';
}

.yajra .table>thead {
    background: #f4f6fb;
}

.yajra .table {
    padding: 20px 0px;
    margin-bottom: 20px;
    width: 100% !important;
}

.yajra .dataTables_wrapper .dataTables_filter input {
    outline: 0;
}

#status_select {
    padding: 10px;
    border: 1px solid blue;
    outline: 0;
    border-radius: 4px;
}

.subs_sec h2 {
    color: #003797;
    font-family: 'Proxima-Nova-Medium';
    font-size: 25px;
}

.subs_sec div.sub_detail p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 13px;
}

.subs_sec {
    margin-top: 2em;
}

button.cancel_sub_btn {
    background: #fff;
    border-radius: 30px;
    padding: 3px 30px 6px;
    transition: .3s;
    border-color: #3155F4;
}

button.cancel_sub_btn:hover {
    border-color: #3155F4;
    background: #3155F4;
    color: #fff;
}

button.sub_btn {
    border-radius: 30px;
    padding: 5px 30px 6px;
    transition: .3s;
    background: #3155F4;
    color: #fff;
    border-color: #3155F4;
}

button.sub_btn:hover {
    background: #fff;
    color: #3155F4;
    border-color: #000;
}

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

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

img.chat_file {
    box-sizing: border-box;
    width: 100%;
}

.pln-card-fields.pd-confirm-head p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    margin-bottom: 0;
}

.select-selected.error-shadow {
    box-shadow: 0px 0px 5px 0px rgb(255 0 0 / 94%);
}

.fill svg path {
    fill: #3155F4;
}

.login-container {
    padding: 60px 15px 60px;
}

.mb-none {
    display: none;
}

.rcp-user {
    display: flex;
    gap: 21px;
}
/**HM CSS END**/

/* media start */
@media only screen and (min-width: 320px) and (max-width: 529px) {
    .datepicker-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        display: none;
    }

    /* mobile header */
    .button_container {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .button_container span {
        font-family: "ProximaNova-Bold";
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #3DCBB1;
    }
    /* mobile header end */

    .mbl-gap {
        gap: 35px;
        margin: 0 !important;
    }

    .pdr-0 {
        padding: 0px;
    }

    #feedbackForm {
        margin-bottom: 70px;
    }

    .cpt-text-main {
        gap: 0;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }

    .mp-0 {
        padding: 0;
    }

    .contact-head h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .grid-main {
        display: none;
    }

    /* dashboard-media */
    .l-sidebar {
        opacity: 0;
        left: -100%;
        position: fixed;
        top: 0;
        padding-top: 80px;
        z-index: 1;
    }

    .l-sidebar.open {
        left: 0%;
        opacity: 1;
    }

    .main-db-layout {
        padding-right: 0px;
    }

    .desktop-hidden {
        display: block;
    }

    .header-links-mob {
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
        gap: 30px;
    }

    .welcome-head h2 {
        font-size: 30px;
    }

    .welcome-card {
        padding: 50px 20px 50px 20px;
    }

    .aes-3 {
        left: 240px;
        top: 190px;
    }

    .aes-2 {
        left: 127px;
        top: 215px;
    }

    .notificationcontent-main {
        align-items: flex-start;
    }

    .pd-bar-box1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-address p {
        font-size: 18px;
    }

    .aes-4 {
        right: 14px;
    }

    .aes-1 {
        left: 185px;
        top: 200px;
    }

    .progress-rounded-main {
        padding: 0px 20px;
    }

    .cash-flow-head p {
        line-height: 16px;
    }

    .cash-flow-head h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cash-flow-card {
        padding: 30px 20px 25px;
    }

    .progress-charts-main .pg-gutter {
        gap: 15px;
    }
    /* dashboard media end */

    /* login media start */
    .login-container {
        padding: 60px 15px 60px;
    }

    .login-logo img {
        width: 80px;
    }

    .login-logo {
        margin-bottom: 60px;
    }

    /* lanlord register journey */
    .amenities-resp .select-selected {
        height: auto;
        padding: 15px 50px 15px 14px;
        flex-wrap: wrap;
    }

    .amenities-resp .select-options {
        top: 88px;
    }
    /* landloard register journey */

    /* account type */
    .sade-main {
        margin-bottom: 20px;
    }
    /* account type end */

    /* lanlord notifications */
    .db2-header {
        padding: 17px 15px;
    }

    .full-notifications .notificationcontent-main {
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .full-notifiucations {
        gap: 40px;
    }
    /* lanlord notifications end */

    .center-modal {
        margin: unset;
    }

    .plnsbs-content {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .datepicker-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        display: none;
    }

    /* mobile header */
    .button_container {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .button_container span {
        font-family: "ProximaNova-Bold";
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #3DCBB1;
    }
    /* mobile header end */

    .mbl-gap {
        gap: 35px;
        margin: 0 !important;
    }

    .pdr-0 {
        padding: 0px;
    }

    #feedbackForm {
        margin-bottom: 70px;
    }

    .cpt-text-main {
        gap: 0;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }

    .mp-0 {
        padding: 0;
    }

    .contact-head h4 {
        font-size: 16px;
        line-height: 28px;
    }

    /* dashboard-media */
    .l-sidebar {
        opacity: 0;
        left: -100%;
        position: fixed;
        top: 0;
        padding-top: 80px;
        z-index: 1;
    }

    .l-sidebar.open {
        left: 0%;
        opacity: 1;
    }

    .main-db-layout {
        padding-right: 0px;
    }

    .desktop-hidden {
        display: block;
    }

    .header-links-mob {
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
        gap: 30px;
    }

    .welcome-head h2 {
        font-size: 30px;
    }

    .welcome-card {
        padding: 50px 20px 50px 20px;
    }

    .aes-3 {
        left: 410px;
        top: 100px;
    }

    .aes-2 {
        left: 237px;
        top: 165px;
    }

    .notificationcontent-main {
        align-items: flex-start;
    }

    .pd-bar-box1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-address p {
        font-size: 18px;
    }

    .aes-4 {
        right: 14px;
    }

    .aes-1 {
        left: 205px;
        top: 160px;
    }

    .progress-rounded-main {
        padding: 0px 20px;
    }

    .cash-flow-head p {
        line-height: 16px;
    }

    .cash-flow-head h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cash-flow-card {
        padding: 30px 20px 25px;
    }

    .progress-charts-main .pg-gutter {
        gap: 15px;
    }
    /* dashboard media end */

    /* login media start */
    .login-container {
        padding: 60px 15px 60px;
    }

    .login-logo img {
        width: 80px;
    }

    .login-logo {
        margin-bottom: 60px;
    }

    /* lanlord register journey */
    .amenities-resp .select-selected {
        height: auto;
        padding: 15px 50px 15px 14px;
        flex-wrap: wrap;
    }

    .amenities-resp .select-options {
        top: 88px;
    }
    /* landloard register journey */

    /* account type */
    .sade-main {
        margin-bottom: 20px;
    }
    /* account type end */
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    /* mobile header */
    .button_container {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .appartment-slider img {
        height: 145px !important;
        object-fit: cover;
    }

    .button_container span {
        font-family: "ProximaNova-Bold";
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #3DCBB1;
    }
    /* mobile header end */

    .mbl-gap {
        gap: 0px;
        margin: 0 !important;
    }

    .pdr-0 {
        padding: 0px;
    }

    #feedbackForm {
        margin-bottom: 70px;
    }

    .cpt-text-main {
        flex-direction: row;
        align-items: unset;
    }

    /* dashboard-media */
    .l-sidebar {
        opacity: 0;
        left: -100%;
        position: fixed;
        top: 0;
        padding-top: 80px;
        z-index: 1;
    }

    .l-sidebar.open {
        position: sticky;
        left: 0%;
        opacity: 1;
    }

    .main-db-layout {
        padding-right: 0px;
    }

    .desktop-hidden {
        display: block;
    }

    .header-links-mob {
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
        gap: 30px;
    }

    .welcome-head h2 {
        font-size: 30px;
    }

    .welcome-card {
        padding: 50px 20px 50px 20px;
    }

    .aes-3 {
        left: 410px;
        top: 100px;
    }

    .aes-2 {
        left: 237px;
        top: 165px;
    }

    .notificationcontent-main {
        align-items: flex-start;
    }

    .pd-bar-box1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-address p {
        font-size: 18px;
    }

    .aes-4 {
        right: 14px;
    }

    .aes-1 {
        left: 205px;
        top: 160px;
    }

    .progress-rounded-main {
        padding: 0px 20px;
    }

    .cash-flow-head p {
        line-height: 16px;
    }

    .cash-flow-head h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cash-flow-card {
        padding: 30px 20px 25px;
    }

    .progress-charts-main .pg-gutter {
        gap: 15px;
    }
    /* dashboard media end */

    /* login media start */
    .login-container {
        padding: 60px 15px 60px;
    }

    .login-logo img {
        width: 80px;
    }

    .login-logo {
        margin-bottom: 60px;
    }

    /* lanlord register journey */
    .amenities-resp .select-selected {
        height: auto;
        padding: 15px 50px 15px 14px;
        flex-wrap: wrap;
    }

    .amenities-resp .select-options {
        top: 88px;
    }
    /* landloard register journey */

    .db2-header {
        padding: 17px 15px;
    }

    .full-notifications .notificationcontent-main {
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .full-notifiucations {
        gap: 40px;
    }

    /* lanlord notifications end */
    .tenan-view {
        justify-content: flex-end;
    }
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    /* dashboard-media */
    .l-sidebar {
        opacity: 0;
        left: -100%;
        position: fixed;
        top: 0;
        padding-top: 80px;
        z-index: 1;
    }

    .l-sidebar.open {
        position: sticky;
        left: 0%;
        opacity: 1;
    }

    .main-db-layout {
        padding-right: 0px;
    }

    .desktop-hidden {
        display: block;
    }

    .header-links-mob {
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
        gap: 30px;
    }

    .welcome-head h2 {
        font-size: 30px;
    }

    .welcome-card {
        padding: 50px 20px 50px 20px;
    }

    .aes-3 {
        left: 450px;
        top: 99px;
    }

    .aes-2 {
        left: 347px;
        top: 145px;
    }

    .notificationcontent-main {
        align-items: flex-start;
    }

    .pd-bar-box1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-address p {
        font-size: 18px;
    }

    .aes-4 {
        right: 14px;
    }

    .aes-1 {
        left: 315px;
        top: 140px;
    }

    .progress-rounded-main {
        padding: 0px 20px;
    }

    .cash-flow-head p {
        line-height: 16px;
    }

    .cash-flow-head h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cash-flow-card {
        padding: 30px 20px 25px;
    }

    .progress-charts-main .pg-gutter {
        gap: 15px;
    }
    /* dashboard media end */

    /* lanlord register journey */
    .amenities-resp .select-selected {
        height: auto;
        padding: 15px 50px 15px 14px;
        flex-wrap: wrap;
    }

    .amenities-resp .select-options {
        top: 88px;
    }
    /* landloard register journey */

    .db2-header {
        padding: 17px 15px;
    }

    .full-notifications .notificationcontent-main {

        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .full-notifiucations {
        gap: 40px;
    }
    /* lanlord notifications end */
}

@media only screen and (min-width:1200px) and (max-width: 1259px) {
    /* dashboard layout */
    .main-db-layout {
        padding-right: 0px;
    }
}

@media only screen and (min-width:1260px) and (max-width: 1365px) {
    /* dashboard media  */
    .main-db-layout {
        padding-right: 0;
    }

    .welcome-card {
        padding: 50px 30px 50px 30px;
    }

    .aes-2 {
        left: 432px;
        top: 151px;
    }

    .progress-rounded-main {
        padding: 0px 20px;
    }
    /* dashboard media end */
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .container:not(.listing-body .container) {
        max-width: 1210px;
    }

    .hd-container {
        max-width: 1440px !important;
    }
}

@media only screen and (min-width: 1901px) and (max-width: 2200px) {
    .prop-box {
        width: 150px;
    }
}

@media only screen and (max-width:768px) {
    /* dashboard settings page */
    .acd-grid {
        flex-direction: column;
        gap: 40px;
    }

    .acd-left {
        width: 100%;
    }

    .acd-right {
        width: 100%;
    }

    .acd-check-content h5 {
        font-size: 15px;
    }

    .edf-cancel {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .edit-cancel-button {
        align-items: flex-end;
        justify-content: flex-end;
    }

    td {
        width: auto !important;
    }

    .ten-prop-bar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .ten-prop-bar .ten-thumb-cont p {
        font-size: 17px;
    }

    .ten-prop-bar {
        padding: 25px 25px;
    }

    .crb-amount {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .tenan-view {
        justify-content: flex-end;
    }

    .twitter-logo {
        filter: invert(1);
    }
}

@media (min-width: 375px) {
    .action-btn {
        min-width: 170px;
    }
}

@media (min-width: 576px) {
    .add_payment {
        min-width: 160px;
    }
}

@media (min-width: 768px) {
    .vertical-spacing {
        gap: 20px;
    }
    .main-db-layout {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .cd-gap {
        --bs-gutter-x: 15px;
    }

    .tenan-view {
        justify-content: flex-end;
    }

    .dsk-none {
        display: none;
    }

    .mb-none {
        display: block;
    }
}

@media (min-width: 1200px) {
    .l-sidebar {
        height: auto;
    }
}
/* media end */
