:root {
    --primary: #008299;
    --secondary: #004F59;
    --greencolor: #008566;
    --headingcolor: #002A3A;
}


p {
    font-size: 1rem;
}

h2,
h3 {
    color: var(--headingcolor);
}

h2 {
    font-weight: 700;
    font-size: clamp(1.3rem, 1.6vw, 1.9rem);
}

.ui-widget {
    font-family: 'lato';
}

.forceCommunitySection .cb-section_column:only-child,
.cCouncillorDashboardLayout .slds-col--padded.contentRegion.comm-layout-column {
    padding: 0 !important;
}

.slds-button:focus {
    outline: none;
    box-shadow: none;
}

.slds-input:focus,
.slds-textarea:focus,
.uiInput--input.input:focus,
.slds-has-error .slds-input:focus {
    outline: 2px solid var(--greencolor);
    box-shadow: none;
    border: none;
}

.slds-button:focus-visible,
h2:focus-visible,
a:focus-visible,
.cQAProcess.buttonspan .responseBlock:focus-visible {
    outline: 2px solid var(--greencolor);
    box-shadow: none;
    border: none;
}

.slds-button_brand,
.slds-button_neutral:hover {
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid var(--greencolor);
    background: var(--greencolor);
    color: #FFF;
}

.ui-widget .slds-button_brand,
.ui-widget .slds-button_neutral {
    font-family: 'lato';
    font-size: 1rem;
}

.slds-button_neutral {
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid var(--greencolor);
    background: #fff;
    color: var(--greencolor);
}

.slds-button_brand:hover {
    background: var(--secondary);
}

.slds-button_brand[disabled]:hover {
    background-color: rgb(201, 199, 197);
}

@media(min-width:1200px) {

    .container,
    .cCustomLayoutNoImage .header-top,
    .cCustomLayoutNoImage .breadcrumbs,
    .cCustomLayoutNoImage .comm-navigation.forceCommunityGlobalNavigation,
    .cCustomLayoutNoImage .slds-col.content,
    .cCustomLayout1 .slds-col.content {
        width: 1170px;
        margin: auto;
        max-width: 100%;
    }
}


.flowruntimeBody__lwc .container {
    padding: 0;
}

.slds-card__footer.navigationBar .slds-button_brand,
.slds-card__footer.navigationBar .slds-button_neutral,
.flowruntimeBody__lwc .slds-button_brand,
.flowruntimeBody__lwc .slds-button_neutral {
    padding: 0.75rem 2rem;
}


.container-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #FCFDFD;
    z-index: 9;
    padding: 0;
    position: relative;
    margin: auto;
    margin-top: -6rem;
    border-radius: 4px;
    margin-bottom: 3rem;
    padding: 2rem;
}



@media(max-width:1200px) {

    .container,
    .cCustomLayoutNoImage .header-top,
    .cCustomLayoutNoImage .breadcrumbs,
    .cCustomLayoutNoImage .comm-navigation.forceCommunityGlobalNavigation,
    .cCustomLayoutNoImage .slds-col.content {
        padding-left: 1rem;
        padding-right: 1rem;
    }


}

@media(max-width:1200px) and (min-width:768px) {
    /* .container-wrapper.container {
        padding-left: 0rem;
        padding-right: 0rem;
    } */

    .container-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media(max-width:768px) {

    .container-wrapper {
        box-shadow: none;
        background-color: #fff;
        margin-top: 0;
        border-radius: 0;
        padding: 2rem 1rem;
        margin-bottom: 0;
    }

    .slds-card__footer.navigationBar .slds-button_brand,
    .slds-card__footer.navigationBar .slds-button_neutral,
    .flowruntimeBody__lwc .slds-button_brand,
    .flowruntimeBody__lwc .slds-button_neutral {
        padding: 0.5rem 1.25rem;
    }
}

/* Common Slds Modal Styling Start */




.slds-modal .slds-modal__header,
.slds-modal .slds-modal__footer {
    border: none;
    padding: 2rem;
}

.slds-modal .slds-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    color: var(--headingcolor);
    font-size: 1.2rem;
}

.slds-modal .slds-modal__content {
    padding: 0 2rem;
    background: #fff;
}

.modal-container.slds-modal__container {
    margin: auto;
    justify-content: center;
}

button.slds-button.slds-button_neutral.ok.desktop.uiButton--default.uiButton--brand.uiButton {
    padding: 0.55rem 2rem;
}

@media(min-width:768px) {
    .slds-modal .slds-modal__container {
        width: 670px;
        max-width: 100%;
    }
}

@media(max-width:768px) {

    .slds-modal .slds-modal__content {
        padding: 0 1rem;
    }

    .slds-modal .slds-modal__header,
    .slds-modal .slds-modal__footer {
        border: none;
        padding: 1rem;
    }
}

/* Common Slds modal styling end */

/* Common Forms Styling Start */

input,
.slds-input,
.ui-widget input,
.ui-widget select {
    color: #7A7A7A;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 52px;
    font-size: 1rem;
}

.slds-form-element__label {
    font-size: 1.125rem;
    color: var(--headingcolor);
    font-weight: 600;
    padding: 0;
}


.slds-checkbox .slds-checkbox_faux {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux {
    background-color: var(--greencolor);
}

.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    height: 0.4rem;
    width: 0.8rem
}

.slds-radio {
    margin-bottom: 1.2rem;
}

.slds-radio:last-child {
    margin-bottom: 0;
}

.slds-radio__label .slds-form-element__label,
.slds-checkbox .slds-checkbox__label .slds-form-element__label {
    font-size: 1rem;
    font-weight: normal;

}

.flowruntimeBody__lwc .slds-form-element__legend.slds-form-element__label~.slds-form-element__control,
.input-row .slds-form-element__legend.slds-form-element__label~.slds-form-element__control {
    border-radius: 10px;
    margin-bottom: 1rem
}


legend.slds-form-element__legend.slds-form-element__label {
    margin-bottom: 1rem
}

.slds-radio .slds-radio_faux {
    width: 1.3rem;
    height: 1.3rem;
}

.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after {
    width: 0.75rem;
    height: 0.75rem;
}

.slds-form-element__label .slds-required {
    display: none;
}

.flowruntimeBody__lwc .cfsuite-addressgis .slds-form-element__control {
    border: none !important;
    padding: .5rem 0 0 0 !important;
}

.cfsuite-addressgis .slds-form-element__control span {
    display: inline-block;
    margin-right: 1.4rem;
}

@media (max-width:768px) {
    .slds-form-element__label {
        font-size: 1rem;
    }
}

/* Common Forms styling end */


/* Councilor New Header CSS Start */

.header-secondary {
    background: #EEEDEC;
}

.header-secondary a {
    color: #fff;
    font-weight: 600;
    background: var(--greencolor);
}

.header-primary .logoContainer {
    width: 240px;
    height: auto;
}

@media (max-width:1024px) {
    .header-primary {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .header-primary .logoContainer {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 672px) {
    .header-primary {
        display: none;
    }
}



/* Banner Styling Start */

.cfsuite-banner {
    position: relative;
    background-color: var(--primary);
    padding-bottom: 107px;
    background-position: 100% 32%;
    background-size: cover;
    background-position: left;
    z-index: 1;
}

.cfsuite-banner .cfsuite-profile_wrapper {
    padding-top: 50px;
}

.cfsuite-banner .cfsuite-profile_wrapper .cfsuite-profile_icon {
    font-size: 52px;
    font-weight: 700;
    color: var(--primary);
    border-radius: 100px;
    width: 94px;
    height: 94px;
    background: #fff;
}

.cfsuite-banner h1 {
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    color: #fff;
}

.cfsuite-banner .cfsuite-banner__title p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
}

.cfsuite-banner .cfsuite-banner__title p span {
    font-style: italic;
}

.cfsuite-banner .back-button {
    padding-top: 5rem;
    font-size: 1rem;
}

.cfsuite-banner .back-button a {
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {

    .cfsuite-banner {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .cfsuite-banner .back-button {
        padding-top: 0rem;
        padding-bottom: 0.5rem;
    }

    .cfsuite-banner .cfsuite-profile_wrapper {
        padding: 0;
    }

    .cfsuite-banner .cfsuite-profile_wrapper .cfsuite-profile_icon {
        margin-right: 1rem;
    }
}

@media (max-width: 30em) {
    .cfsuite-banner .cfsuite-profile_wrapper .cfsuite-profile_icon {
        display: none;
    }
}

/* Banner Styling end */

/* Footer Styling Start */

.cCustomLayoutNoImage .template-footer {
    margin-top: 2rem;
}


.footer-custom {
    background-color: #EEEDEC;
}

.footer-custom:before {
    content: "";
    background-image: url("/resource/footerTreeImage");
    background-repeat: no-repeat;
    background-position: right -61px bottom -38px;
    height: 100%;
    width: 200px;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
}

.footer-custom .footer-area {
    row-gap: 1.5rem;
}

.footer-custom .footer-area .slds-small-size_6-of-12:nth-child(1) {
    padding-right: 2rem;
}


.footer-custom h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary);
}

.footer-custom p {
    color: var(--secondary);
}

.footer-custom a {
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    color: var(--secondary);
}

.footer-custom a:hover,
.footer-custom .view-on-map {
    text-decoration: underline;
}

.footer-custom i {
    font-size: 1.2rem;
    width: 18px;
    vertical-align: middle;
}

.footer-custom .subscribe-link {
    color: #fff;
}

.footer-custom .subscribe-link:hover {
    text-decoration: none;
}

.footer-bottom {
    row-gap: 1rem;
    border-top: 1px solid #fff;
}

@media(max-width:767px) {
    .footer-custom .footer-area .slds-small-size_6-of-12:nth-child(1) {
        padding-right: 1rem;
    }
}

/* Footer CSS end  here */

/* My services CSS start here */

.new-welcome h2 {
    font-size: clamp(1.8rem, 2vw, 2rem);
}

.new-welcome-box {
    text-decoration: none;
    color: #000;
    height: 100%;
    min-height: 100px;
    padding: 0px 24px;
    padding-right: 16px;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    border: 1px solid #e0e0e0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.new-welcome-box:hover {
    text-decoration: none;
}

.new-welcome-box i {
    color: var(--primary);
    font-size: 2rem;
    margin-right: 1rem;
}

.new-welcome-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--headingcolor);
}

.new-welcome-box .arrow-right i {
    font-size: 12px;
    font-weight: 700;
    transition-property: transform;
    transition-duration: 0.1s;
    transform: translateX(1px);
}

.new-welcome-box:hover .arrow-right i {
    transform: translateX(4px);
}

@media (min-width: 769px) and (max-width: 1012px) {
    .new-welcome {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .new-welcome {
        padding: 16px;
    }

    .new-welcome-box {
        margin-bottom: 16px;
    }
}

/* My services CSS end here */

/* Small Cards home CSS start here */

.cfsuite-smallCards {
    position: relative;
    z-index: 4;
    margin-top: -60px;
}

.cfsuite-smallCards_wrapper {
    cursor: pointer;
    color: #4C4C4C;
    background-color: #fff;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);
    border-radius: .25rem;
    width: 100%;
}

.cfsuite-smallCards_wrapper:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .2);
}

.cfsuite-smallCards i {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
}

.cfsuite-smallCards_icon i {
    font-size: 2.2rem;
    font-weight: normal;
}

.cfsuite-smallCards_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--headingcolor);
}

.cfsuite-smallCards .cfsuite-smallCards_summary {
    font-size: 1rem;
}

.cfsuite-smallCards_wrapper a:hover,
.cfsuite-smallCards_wrapper a,
.cfsuite-smallCards a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .cfsuite-smallCards {
        margin-top: 20px;
    }

    .cfsuite-smallCards .slds-grid.slds-wrap {
        row-gap: 1rem;
    }
}

/* Small Cards home CSS end here */

/* My Bins styling start */

.cfsuite-mybins .slds-tabs_default__link {
    color: #000;
    font-size: 1.1rem;
}

.cfsuite-mybins .slds-is-active .slds-tabs_default__link {
    color: var(--headingcolor);
    font-weight: 700;
}

.cfsuite-mybins .slds-tabs_default__item.slds-is-active:after,
.cfsuite-mybins .slds-tabs_default__item:hover:after,
.cfsuite-mybins .slds-tabs--default__item:hover:after {
    background-color: var(--primary);
    height: 2px;
}

.cfsuite-mybins ul.slds-tabs_default__nav {
    border-bottom-color: #E5E5E5;
}

.cfsuite-mybins h2,
.cfsuite-mybins h3 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
}

.cfsuite-mybins h3 {
    font-weight: 700;
    font-size: 20px;
}

.cfsuite-mybins h2 i {
    color: var(--primary);
}

.cfsuite-mybins .mybins-details,
.mybins-subscription {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    background-color: #fff;
}

.mybins-details .mybins-details_binbox {
    background-color: #F9F9F9;
    border-radius: 8px;
    max-width: 200px;
    min-height: 194px;
    position: relative;
    margin-right: 1rem;
}

.mybins-details .mybins-details_binbox:last-child {
    margin-right: 0;
}

.mybins-details img {
    width: 44px;
    height: 53px;
}

.mybins-details .binbox-title {
    font-weight: 700;
    min-height: 50px;
}

.mybins-details .binbox-tag-free,
.mybins-details .binbox-tag-paid {
    display: inline-block;
    color: #364254;
    background: #fff;
    padding: 3px 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
}

.mybins-details .binbox-tag-paid {
    background-color: #FFF0EB;
    color: #AE5024;
}

.mybins-details ul {
    margin: 0;
    gap: 1.5rem;
}

p.mybins-day,
p.mybins-day i {
    color: #004F59;
}

p.mybins-day i {
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}

p.mybins-name {
    font-size: 1.1rem;
    padding-left: 10px;
    font-weight: 600;
}

.mybins-details .readonly_info {
    border-left: none;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.mybins-details .readonly_info p {
    display: none;
}

@media(max-width:1150px) {
    .mybins-details .mybins-details_binbox {
        width: 31.5%;
    }

    .mybins-details ul {
        margin: 0;
        gap: 1rem;
    }

    .mybins-details .binbox-title {
        min-height: 100%;
    }
}

@media(max-width:768px) {
    .mybins-details .mybins-details_binbox {
        width: 47.7%;
    }

    .cfsuite-mybins .my-bins_title {
        flex-direction: column-reverse;
        gap: 1.5rem;
        align-items: self-start;
    }



    .cfsuite-mybins .mybins-details,
    .mybins-subscription {
        padding: 1rem;
    }
}

@media(max-width:479px) {
    .mybins-details .mybins-details_binbox {
        width: 100%;
    }

    .cfsuite-mybins .make-bin-request {
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
}


/* Subscription Tab details */

.subscription-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 2rem;
}

.subscription-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.subscription-item i,
.subscription-item .red-bin,
.subscription-item .yellow-bin,
.subscription-item .green-bin {
    margin-bottom: 6px;
    display: flex;
}

.subscription-item img {
    width: 28px;
    height: 28px;
}

/* .subscription-item .red-bin {
    border: 1px solid #B5231D;
    color: #B5231D;
}

.subscription-item .yellow-bin {
    border: 1px solid #FFB900;
    color: #FFB900;
}

.subscription-item .green-bin {
    border: 1px solid #00635B;
    color: #00635B;
} */

.subscription-free-item i {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.mybins-subscription .subscription-renew-date {
    color: #7A7A7A;
}

.mybins-subscription .subscription-price {
    color: #00635B;
    font-size: 20px;
    font-weight: 600;
}

/* Cancelled  subscription*/

.cancelled-subscription h2 i {
    color: #0000004F;
}

.cancelled-subscription h2 span {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    font-weight: normal;
}

/* My bins Payment History Table */

.mybins-payment-history_table {
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

/* .payment-history-filters {
    row-gap: 1rem;
} */

.payment-history-filters p {
    font-weight: 700;
}

.mybins-payment-history .filter-section .slds-button.slds-button_neutral~.slds-dropdown .slds-dropdown__list {
    overflow: hidden;
}

.mybins-payment-history .payment-history-filters input {
    border: 1px solid #D6D6D6;
    height: 44px;
    color: #757575;
}

.mybins-payment-history thead .slds-is-sortable .slds-th__action {
    color: var(--headingcolor);
}

.mybins-payment-history .slds-table_bordered tbody td,
.mybins-payment-history .slds-table_bordered tbody th {
    font-size: 14px;
    color: var(--headingcolor);
    padding-top: 12px;
    padding-bottom: 12px;
}

.mybins-payment-history .slds-table_bordered tbody td:nth-child(2),
.mybins-payment-history .slds-table_bordered tbody th {
    font-weight: 600;
}

/* .mybins-payment-history .slds-table_bordered tbody th {
    color: #00635B;
} */

.mybins-payment-history .slds-table_bordered tbody .downlaod-receipt {
    color: #93333A;
}

.mybins-payment-history .slds-table_bordered tbody .downlaod-receipt .slds-truncate:before {
    content: "\f1c1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    margin-right: 6px;
    font-size: 1rem;
}

/* My bins styling end */

/* Show more topics styling start */

.cShowMoreTopics h2 {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.cShowMoreTopics .report-type-area {
    row-gap: 80px;
}

.cShowMoreTopics a {
    text-decoration: none;
}

.cShowMoreTopics .report-type-icon-container {
    color: #fff;
    font-size: 40px;
    background-color: var(--greencolor);
    height: 100px;
    width: 100px;
    border-radius: 125px;
    margin: auto;
    padding-top: 0 !important;
}

.report-type-option:hover .report-type-icon-container {
    background-color: var(--secondary);
}

.cShowMoreTopics h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (max-width: 1024px) {
    /* .cShowMoreTopics .report-type-icon-container {
        font-size: 24px;
        height: 120px;
        width: 120px;

    } */

    .cShowMoreTopics .report-type-area {
        row-gap: 40px;
    }
}

@media (max-width:479px) {
    .cShowMoreTopics {
        padding: 2rem 1rem;
    }

    .cShowMoreTopics h2 {
        padding-bottom: 2rem;
        text-align: left;

    }

    .cShowMoreTopics h3 {
        font-size: 1.2rem;
        text-align: left;
    }

    .cShowMoreTopics .report-type-area {
        row-gap: 32px;
    }

    .cShowMoreTopics .report-type-icon-container i {
        width: 80px;
    }

    .cShowMoreTopics .report-type-icon-container {
        font-size: 24px;
        height: 80px;
        width: 80px;
    }

    .report-type-option {
        display: flex;
        align-items: center;
        gap: 1.3rem;
    }

    .cShowMoreTopics .report-type-icon-container {
        margin: 0;
    }

    .report-type-title {
        margin-top: 0;
    }

}


/* My Request Page Styling end */

/* Track your request search box styling start */

.cCaseSearchBox:before,
.cBreadcrumbs:before,
.smart-search:before {
    content: "";
    height: 100%;
    background: #EEEDEC;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100vw - var(--scrollbar-width, 16px));
    z-index: -1;
}


.cCaseSearchBox:before {
    background: #E5F3F5;
    background-size: 291px 120%;
    background-image: url(/resource/1741247982000/trackRequestSideImage);
    background-repeat: no-repeat;
    transform: translateX(-50%);
    background-position: -66px 42%;
}

.cCaseSearchBox .container {
    width: 595px;
    max-width: 100%;
    margin: 0 auto;
}

.cCaseSearchBox h2 {
    font-size: clamp(1.4rem, 2vw, 2rem);
}

.cCaseSearchBox .uiInput--input.input {
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 4px;
    color: var(--headingcolor);
    font-size: 1rem;
    height: 50px;
}

.cCaseSearchBox .uiInput--input.input::placeholder {
    color: var(--headingcolor);
}

.cCaseSearchBox .slds-button_brand {
    margin-left: 11px;
    border-radius: 4px;
    height: 50px;
}

.cCaseSearchBox .error-message {
    color: #d62f33;
}

@media (max-width:768px) {

    .cCaseSearchBox {
        padding: 2rem 1rem;
    }
}

/* Track your request search box styling end */

/* Recent requests styling start */

.cRecentRequests {
    background-color: #fff;
}

.cRecentRequests .map-content {
    width: 980px;
    max-width: 100%;
    padding: 50px 1rem;
}

.cRecentRequests h2 {
    font-size: 2.2rem;
}

.cRecentRequests .subtitle {
    color: var(--headingcolor);
}

.cRecentRequests .summary {
    font-weight: 700;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: .8rem 0 1.3rem;
    margin: 1.2rem auto;
}

.cRecentRequests .pending-count,
.cRecentRequests .progress-count,
.cRecentRequests .completed-count {
    color: #002A3A;
    font-size: 50px;
}

.cRecentRequests h3 {
    font-size: 16px;
}

.cRecentRequests .pending-count {
    color: #AD2E30;
}

.cRecentRequests .progress-count {
    color: #007747;
}

.cRecentRequests .actions .slds-button {
    font-size: 1rem;
    color: var(--headingcolor);
}

.cRecentRequests .slds-button.active {
    border-bottom: 1px solid var(--headingcolor);
}

.cRecentRequests .uiInput--select.select {
    border: 1px solid #D4D4D4;
    height: 40px;
    font-size: 1rem;
    color: var(--headingcolor);
}

.cRecentRequests .requests-container {
    display: block;

}

.cRecentRequests .recent-requests-list tbody {
    height: 435px;
}

.cRecentRequests .recent-requests-list .slds-table {
    border-top: none;
}

.cRecentRequests .slds-table tbody td,
.cRecentRequests .slds-table tbody th {
    font-size: 14px;
    color: var(--headingcolor);
    padding-top: 10px;
    padding-bottom: 10px;
}

.cRecentRequests .slds-table tbody tr td:first-child {
    color: #00635B;
    font-weight: 600;
}



/* Recent requests styling end */

/* Submit Request page styling start */

.cRequestWizard {
    margin-bottom: 3rem;
}

/* BreadCrumb styling start */

.cBreadcrumbs .links li {
    display: inline-block;
}

.cBreadcrumbs .links li a {
    color: var(--secondary);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: underline;
}

.cBreadcrumbs .links li:last-child a {
    color: var(--headingcolor);
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
}

.cBreadcrumbs .links a>i {
    margin: 0 10px;
    vertical-align: middle;
}

/* Sidebar Phone Number Styling Start */


.cPhoneNumbers h2 {
    padding: 15px 20px;
    font-size: 1.4rem;
    background-color: #008566;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.cPhoneNumbers .phone-content {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 5px 5px;
}

.cPhoneNumbers p {
    padding: 20px 20px 20px 20px;
    font-size: 1.15rem;
}

.cPhoneNumbers a {
    color: var(--headingcolor);
}

@media(max-width:768px) {
    .cPhoneNumbers a {
        text-decoration: underline;
    }
}

/* Add Attachemnt Componennt styling start */

.add-attachment-button {
    text-decoration: underline;
    font-weight: 700;
    color: var(--primary);
    font-size: 1.25rem;
}

/* Request Record List Page CSS start */

.cMyRequestRecordListPage {
    margin-bottom: 3rem;
}

.cMyRequestRecordListPage .slds-table {
    border-top: none;
}

.cMyRequestRecordListPage .slds-table tbody td,
.cMyRequestRecordListPage .slds-table tbody th {
    font-size: 16px;
    color: var(--headingcolor);
    padding-top: 18px;
    padding-bottom: 18px;
}

.cMyRequestRecordListPage .slds-table thead th {
    padding-bottom: 1rem;
}

.cMyRequestRecordListPage .slds-table tbody tr td:first-child {
    color: #00635B;
    font-weight: 600;
}

/* QA Process Styling start */
/* Rates Payment plan styling also included in it */

.cQAProcess.buttonspan .responseBlock,
.cPaymentPlanOrExtension .buttonspan .responseBlock,
.cRatesFAQ button.title {
    padding: 20px 30px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 7px;
    overflow: auto;
    font-size: clamp(18px, 2vw, 20px);
    background-color: #f0f0f0;
    width: 100%;
    border: none;
    color: var(--headingcolor);
    text-align: left;
    font-family: 'Lato';
}

@media(max-width:768px) {

    .cQAProcess.buttonspan .responseBlock,
    .cPaymentPlanOrExtension .buttonspan .responseBlock,
    .cRatesFAQ button.title {
        padding: 1rem;
        line-height: 28px;
    }
}

.cQAProcess.buttonspan .responseBlock:hover,
.cPaymentPlanOrExtension .buttonspan .responseBlock:hover,
.cRatesFAQ button.title:hover {
    background-color: var(--secondary);
    color: white;
}

.cQAProcess.mainBlock .back.button,
.cCommunityMap .back.button,
.cDetailComponent .back.button,
.cPaymentPlanOrExtension .back.button,
.cRefundCredit .back.button,
.cRatesFAQ .back.button,
.back-button-title .back.button {
    display: block;
    height: 60px;
    border-radius: 100%;
    color: var(--headingcolor);
    font-size: 26px;
    background: #fff;
    border: none;
    padding: 0;
}

.cQAProcess.mainBlock h2,
.cCommunityMap h2,
.cDetailComponent h2,
.cPaymentPlanOrExtension h2,
.cRefundCredit h2,
.cRatesFAQ h2,
.back-button-title h2 {
    font-size: clamp(1.5rem, 2vw, 1.9rem);
}

.cDetailComponent .cCaseContactInfo input {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cDetailComponent h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

/* 
.details-file-uplaoder-lwc .slds-file-selector__dropzone:before {
    content: "Add attachment";
    text-decoration: underline;
    font-weight: 700;
    color: var(--primary);
    font-size: 1.25rem;
}

.details-file-uplaoder-lwc .slds-file-selector__dropzone {
    border: none;
}

.details-file-uplaoder-lwc .slds-file-selector__body {
    opacity: 0;
}

.details-file-uplaoder-lwc .slds-form-element__label {
    display: none;
} */

/* Smart Search Styling Start */

.smart-search {
    padding: 120px 1rem;
}

.smart-search:before {
    background-image: url(/resource/smartSearchBannerImage);
    background-repeat: no-repeat;
    background-size: cover;
}

.smart-search .smart-search_box {
    width: 750px;
    margin: auto;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

.smart-search h2 {
    font-size: clamp(1.8rem, 2vw, 1.8rem)
}

.smart-search input {
    font-size: 1rem;
    height: 56px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding-left: 2.3rem;
}

.smart-search .slds-input-has-icon .slds-input__icon {
    /* pointer-events: none; */
    width: 1.3rem;
    height: 1.3rem;
    top: 47%;
}

.smart-search .smart-search_result,
.address-search_result {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
    max-height: 250px;
    overflow: auto;
    z-index: 2;
}

.smart-search .smart-search_result a,
.address-search_result a {
    font-size: 1rem;
    line-height: 2rem;
    color: var(--headingcolor);
}

.smart-search .smart-search_result p,
.address-search_result p {
    color: var(--headingcolor);
}

@media(max-width:768px) {
    .smart-search {
        padding: 60px 1rem;
    }

    .smart-search .smart-search_box {
        padding: 1.5rem;
    }


}

/* Smart Search Styling end */

/* Cfsuite Inbox styling start */


.filter-section .filter-text p {
    color: var(--headingcolor);
    font-weight: 600;
}

.filter-section svg.slds-button__icon.slds-button__icon_right {
    display: none;
}

.filter-section .slds-button.slds-button_neutral:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 10px;
}

.filter-section .slds-is-open .slds-button.slds-button_neutral:after {
    content: "\f106";

}

.filter-section .slds-button.slds-button_neutral,
.mobile-menu-tab-open .slds-button {
    padding: 3px 19px;
    font-size: 15px;
    color: #757575;
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
    border-radius: 20px;
    font-weight: 700;
}

.filter-section .slds-dropdown.slds-dropdown_left {
    padding: 1rem 0.8rem;
}

.filter-section span.slds-form-element__label {
    font-size: 1rem !important
}

.filter-section .slds-checkbox,
.filter-section .slds-radio {
    margin-bottom: 0.7rem;
}

.filter-section .slds-checkbox:last-child,
.filter-section .slds-radio:last-child {
    margin-bottom: 0rem;
}

.filter-section .slds-form-element__legend.slds-form-element__label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--headingcolor);
    margin-bottom: 0.6rem;
}

.filter-section .clear-all {
    color: var(--headingcolor);
    font-size: 14px;
    font-weight: 600;
}

.filter-section .clear-all i {
    font-size: 12px;
}

.filter-section .filter-badge {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.filter-section .filter-badge i {
    font-size: 12px;
    color: #fff;
}

.filter-search-area input {
    border: 1px solid #D6D6D6;
    height: 44px;
    color: #757575;
    font-size: 1rem;
}

.cfsuite-myinbox .mail-menu-tab .slds-button {
    color: var(--headingcolor);
    font-size: 16px;
    width: 100%;
    position: relative;
    border: none;

}

.cfsuite-myinbox .mail-menu-tab li.active>.slds-button,
.cfsuite-myinbox .mail-menu-tab li>.slds-button:hover {
    background: rgba(214, 214, 214, 0.50);
}

.cfsuite-myinbox .mail-menu-tab li.active>.slds-button::before,
.cfsuite-myinbox .mail-menu-tab li>.slds-button:hover::before {
    content: "";
    width: 8px;
    height: 100%;
    background-color: var(--primary);
    left: 0;
    top: 0;
    position: absolute;

}


.cfsuite-myinbox .mail-menu-tab .slds-button div i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
    width: 24px;
}

.cfsuite-myinbox .mail-menu-tab .delete-mail-folder {
    display: none;
    position: absolute;
    right: 0;
    color: var(--primary);
}

.cfsuite-myinbox .mail-menu-tab .slds-button:hover .delete-mail-folder {
    display: initial;
}

.cfsuite-myinbox .mail-menu-tab .slds-button:hover .mail-count {
    display: none;
}

.cfsuite-myinbox .mail-menu-tab .delete-mail-folder i {
    font-size: 1rem;
    color: #002b30;
}

.cfsuite-myinbox .inbox-area {
    border: 1px solid #E4E4E7;
}

.cfsuite-myinbox .message-item {
    border-bottom: 1px solid #E4E4E7;
}

.cfsuite-myinbox .message-item:not(:only-child):last-child {
    border-bottom: none !important;
}

.cfsuite-myinbox .mail-menu-tab {
    border-right: 1px solid #E4E4E7;
}

.cfsuite-myinbox i {
    font-size: 1.25rem;
}

.cfsuite-myinbox .mail-address {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}

.cfsuite-myinbox .custom-date {
    color: #7A7A7A;
    font-size: 13px;
}

.cfsuite-myinbox h3 {
    font-size: 1rem;
    font-weight: 600;
}

.cfsuite-myinbox .mail-title {
    color: #008299;
}

.cfsuite-myinbox .mail-snippet {
    color: var(--Text-Secondary, #7A7A7A);
    font-size: 14px;
}

.cfsuite-myinbox .mail-address {
    font-weight: 600;
}

.cfsuite-myinbox .unread-message {
    background: #0082990a;
}

.cfsuite-myinbox .unread-message .mail-title {
    font-weight: 600;
}

.cfsuite-myinbox .unread-message,
.cfsuite-myinbox .read-message {
    cursor: pointer;
}

.cfsuite-myinbox .mail-content-tab {
    max-height: 600px;
    overflow-y: auto;
}

.cfsuite-myinbox .mail-content-tab i {
    margin-top: 3px;
}

.cfsuite-myinbox .message-header .slds-button.slds-button_icon {
    color: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid;
    display: flex;
    justify-content: center;
}

.cfsuite-myinbox .move-folder-popup ul {
    top: 35px;
    width: 231px;
    max-height: 200px;
    right: 0;
    overflow: auto;
    box-shadow: 0px 13px 61px 0px rgba(169, 169, 169, 0.37);
    background: #FFF;
    border-radius: 4px;
}

.cfsuite-myinbox .move-folder-popup .slds-button {
    color: var(--headingcolor);
    font-size: 1rem;
    line-height: normal;
    width: 100%;
}

.cfsuite-myinbox .move-folder-popup .slds-button:hover {
    color: #fff;
    background-color: var(--primary);
}

.cfsuite-myinbox .no-record-found-error {
    height: 100%;
}

.cfsuite-myinbox .no-record-found-error.slds-grid_align-center {
    padding-top: 2rem !important;
}

.cfsuite-myinbox .full-width-content {
    width: 100%;
}

.cfsuite-myinbox .back-to-mail .slds-button {
    color: #004F59;
    font-size: 1.05rem;
    margin: 0;
}

.cfsuite-myinbox .back-to-mail {
    border-bottom: 1px solid #E4E4E7;
}

.filter-section-mobile-button,
.filter-text .slds-button,
.filter-apply-buttons {
    display: none;
}

@media(max-width:768px) {
    .hide-clear-filter-mobile {
        display: none;
    }

    .filter-apply-buttons {
        display: flex;
        width: 100%;
    }

    .filter-text .slds-button {
        display: block;
    }

    .filter-section-mobile-button {
        color: var(--primary);
        font-size: 1.15rem;
        padding: 8px;
        border-radius: 4px;
        border: 1px solid #D6D6D6;
        width: 42px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cfsuite-myinbox .mail-menu-tab {
        padding: 0;
        border: none;
    }

    .filter-section .filter-text,
    .filter-section .slds-dropdown-trigger.slds-dropdown-trigger_click,
    .filter-section .slds-button.slds-button_neutral {
        width: 100%;
    }

    .filter-section .filter-text {
        margin-bottom: 1rem;
    }

    .filter-section .filter-text i {
        font-size: 1.5rem;
    }

    .filter-section .slds-button.slds-button_neutral {
        background: #fff;
        border: none;
        border-bottom: 1px solid #E4E4E7;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.9rem 0rem;
        color: var(--headingcolor);
    }

    .filter-section .slds-dropdown.slds-dropdown_left {
        position: static;
        width: 100%;
        box-shadow: none;
        border: 0;
        padding-left: 0;
    }

    .filter-search-area {
        flex-direction: row-reverse
    }

    .filter-search-area .slds-grid.slds-grid_vertical-align-center.slds-col.slds-medium-size_8-of-12 {
        justify-content: end;
    }

    .filter-section .filter-apply-buttons {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 1rem;
    }

    .filter-section .filter-apply-buttons .slds-button {
        width: auto;
        border-bottom: 0;
        padding: 0.60rem 1.6rem;
    }

    .filter-section .filter-apply-buttons .slds-button:after {
        display: none;
    }

    .filter-section .filter-apply-buttons .slds-button_neutral {
        font-weight: 700;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid var(--greencolor);
        background: #fff;
        color: var(--greencolor);
    }
}


/* My Inbox styling end */



/* Personal Details Styling Start  */

.user-profile .container {
    padding: 0;
}

.user-profile .slds-vertical-tabs__content.slds-show {
    padding: 0;
}

.user-profile .slds-vertical-tabs,
.user-profile .slds-vertical-tabs__nav-item {
    border-radius: 0;
    border: 0;
}


.user-profile .slds-vertical-tabs__link {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-left: 8px solid #F6F6F6
}

.user-profile .slds-is-active .slds-vertical-tabs__link,
.user-profile .slds-vertical-tabs__link:hover {
    background-color: #D6D6D6 !important;
    border-left-color: var(--primary);
}

.user-profile .slds-vertical-tabs__nav {
    border-right: 0;
    background-color: #F6F6F6;
    padding-top: 1rem;
    width: 250px;
    max-width: 100%;
}

.user-profile .slds-vertical-tabs {
    background-color: #F6F6F6;
    height: 100%;
    min-height: 600px;
}

.border-bottom {
    border-bottom: 1px solid #EFF0F0;
}

.user-profile_personal-details {
    padding-bottom: 100px;
}

.user-profile_personal-details-title {
    font-size: 1.5rem;
}

.user-profile_personal-details .user-info p {
    font-size: 1.1rem;
}

.user-profile .user-info p:nth-child(1),
.user-profile .notification-preferences .slds-text-heading_small {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
}

.user-profile .user-info p:nth-child(2),
.user-profile .user-info .description {
    color: #8D8D8D
}

.user-profile_personal-details .slds-button_neutral:hover {
    background-color: transparent;
}

/* Personal Details Styling Start  */

/* Notification and preferences Start */


.notification-and-preferences .slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_on,
.notification-and-preferences .slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_off,
.notification-and-preferences .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after {
    display: none;
}

.notification-and-preferences .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux {
    background-color: var(--primary);
    border-color: var(--primary);
}

.user-profile .notification-and-preferences .user-info .toggle-on {
    color: var(--primary);
    font-weight: 700;
    font-size: 1rem;
}

.user-profile .notification-and-preferences .user-info p:nth-child(2) {
    color: var(--headingcolor);
}

.user-profile .notification-and-preferences .user-info .toggle-off {
    color: #BF2F38;
    font-weight: 700;
    font-size: 1rem;
}

@media(max-width:768px) {

    .user-profile_personal-details {
        padding-bottom: 40px;
    }
}

/* Notification and preferences End */

/* My Profile Styling Start */

.cfsuite-myprofile .container-wrapper {
    padding: 0;
}

.cfsuite-myprofile .left-nav {
    background-color: #F6F6F6;
}

.cfsuite-myprofile .left-nav .menu-item {
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--headingcolor);
    border-left: 8px solid transparent;
    padding: 0.75rem 1rem;
    width: 100%;
    margin: 0;
    text-align: left;
}

.cfsuite-myprofile .left-nav .menu-item.active {
    background: rgba(214, 214, 214, 0.50);
    border-left-color: var(--primary);
}

.main-content .contact-title {
    font-size: 1.5rem;
    border-bottom: 1px solid #EBEBEB;
}


.main-content .slds-modal__container .address-search_result {
    position: fixed;
    width: 91%;
    max-height: 180px;
}

.main-content .main-content_item {
    border-bottom: 1px solid #EBEBEB;

}

.main-content_item p {
    color: var(--headingcolor);
}

.main-content_item p.label {
    font-weight: 600;
}

.main-content .clear-residential {
    position: absolute;
    top: 44px;
    right: 16px;
    font-size: 1.4rem;
}

.main-content_item .slds-button {
    color: var(--primary);
    font-size: 1.125rem;
    text-decoration: underline;
}

.main-content input,
.main-content .slds-combobox__input {
    color: #7A7A7A;
    font-size: 1rem;
    height: 52px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.main-content .slds-combobox__input {
    display: flex;
    align-items: center;
}

.main-content .slds-card__header .slds-media__body h2 span {
    font-weight: 700;
    font-size: clamp(1.3rem, 1.6vw, 1.9rem);

}

.main-content .slds-card__header.slds-grid.header {
    padding: 0;
    padding-bottom: 1rem;
}

.readonly_info {
    color: var(--headingcolor);
    font-size: 1rem;
    border-radius: 4px;
    border-left: 5px solid #009B61;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
}

.readonly_info i {
    font-size: 1.5rem;
    width: 24px;
    color: #008299
}

.main-content .readonly_info.error_info {
    border-left-color: #F34
}

.main-content .readonly_info.error_info i {
    color: #F34;
}

.readonly_info .read-only-note {
    font-weight: 700;
}

.main-content .modal-subtext {
    color: #7A7A7A;
}

.passsword-reset-modal p {
    line-height: 30px;
}

.main-content .flowruntimeBody__lwc {
    padding: 0 !important;
    margin: 0;
    background-color: #FCFDFD;
}

.main-content .cfsuite-addressgis button.slds-button {
    padding: 0.5rem 2rem;
}

.cfsuite-myprofile .slds-modal__content .slds-form-element .slds-radio {
    display: inline-block;
    margin-right: 1.4rem;
}

@media (max-width:768px) {
    .cfsuite-myprofile .container-wrapper {
        padding: 2rem 1rem;
    }

    .cfsuite-myprofile .main-content {
        padding: 1rem 0
    }

    .cfsuite-myprofile .left-nav {
        padding: 0;
    }
}

/* Thank You styling start */

.thank-you-payment h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.thank-you-payment li {
    font-size: 1rem;
    color: var(--headingcolor)
}

.thank-you-payment ul {
    list-style-type: disc;
    margin-left: 2rem;
}

.thank-you-payment .success-icon i,
.cThankYou .thankyou-title .success-icon i {
    color: #009B61;
    font-size: 3rem;
}

.thank-you-payment .slds-card__footer.navigationBar {
    border: 0;
    text-align: left;
    padding-left: 0;
}

.thank-you-payment .navigation-bar__right-align {
    width: 100%;
}


/* Forgot Password */

.main-content .eye-icon.slds-button {
    position: absolute;
    top: 47px;
    right: 15px;
}

.current-password {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.main-content .forgot-my-password {
    color: #00698F;
    text-decoration: underline;
}

/* My profile styling end */


/* Slide In Mobile Pop up styling start */

.mobile-slide-menu-close {
    display: none;
}

@media(max-width:768px) {

    .slide-section {
        position: fixed;
        width: 100%;
        height: 100dvh;
        background-color: #fff;
        z-index: 9;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1rem;
        transition: all 0.5s ease-in-out;
    }

    .slide-section.slide-section-out {
        transform: translateX(-100%);
        width: 0;
        opacity: 0;
    }

    .slide-section.slide-section-in {
        transform: translateX(0);
    }

    .slide-section .mobile-slide-menu-close {
        display: flex;
    }

    .slide-section .mobile-slide-menu-close .slds-button {
        width: auto;
    }

    .slide-section .mobile-slide-menu-close i {
        font-size: 2.2rem;
    }

}

/* Slide In Mobile Pop up styling end */

/* Common Styling for Profile and inbox menu start*/

.mobile-menu-tab-open {
    display: none;
}

@media(max-width:768px) {

    .mobile-menu-tab-open {
        display: block;
    }

    .mobile-menu-tab-open .slds-button {
        font-size: 1rem;
        font-weight: normal;
        color: var(--headingcolor);
        padding: 3px 16px;
    }

    .mobile-menu-tab-open i {
        font-size: 1rem;
    }

    .mobile-menu-tab-open .fa-angle-down {
        margin-top: 3px;
    }

    .cfsuite-myinbox .mail-menu-tab li.active>.slds-button,
    .cfsuite-myprofile .left-nav .menu-item.active {
        background-color: var(--primary);
        color: #fff;
    }

    .cfsuite-myinbox .mail-menu-tab li>.slds-button:hover,
    .cfsuite-myprofile .left-nav .menu-item:hover {
        background-color: #fff;
        color: var(--headingcolor);
    }

    .cfsuite-myinbox .mail-menu-tab li.active>.slds-button::before,
    .cfsuite-myinbox .mail-menu-tab li>.slds-button:hover::before {
        display: none;
    }
}

/* Common Styling for Profile and inbox menu end*/


/* My Property & Rates styling start  */

.cMyLinkedProperties h2 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.cPropertyLink .input-row .slds-text-color_error {
    margin-top: -6px;
}

.cPropertyLink .input-row .slds-required {
    display: none;
}


/* Toast styling start  */

.slds-notify--toast {
    background-color: #002A3A;
    border-radius: 8px;
}

.slds-notify--toast svg {
    fill: #03CE82;
}

/* UI Date Picker Styling  start*/

.ui-datepicker.ui-widget {
    width: 330px !important;
    max-width: 100%;
}

.ui-datepicker .ui-datepicker-header span.ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    content: "\f104";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: "\f105";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 20px;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 10px;
    font-size: 1.5rem;
    color: var(--headingcolor);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all {
    top: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 12px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 1.2rem;
    line-height: normal;
    color: var(--headingcolor);
}

.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.flowruntimeBody .slds-form-element__label {
    font-size: 1rem;
    color: #002a3a;
    font-weight: bold;
    padding: 0;
    padding-bottom: 10px;
}
            
.flowruntimeBody .contact-cont .slds-form-element__label {
    padding-top: 1rem;
    padding-bottom: 5px;
}

.flowruntimeBody .contact-cont .slds-form-element .slds-form-element__label {
    display: none;
}
