:root {
    --score-dark-green: #139913;
    --score-border: #e8ebee;
    --score-accent: #eb9009;
    --score-red: #ee0309;
    --score-yellow: #f7e003;
    --score-light-green: #a4c809;
    --text-black: #000000;
}

* {
    font-family: Poppins, sans-serif!important;
    text-transform: none;
}

body {
    overflow-x: hidden;
}

.ml5 {
    opacity: 0;
    font-size: 1.3rem;
}

.ml2 {
    font-weight: 800;
    font-size: 3.5rem;
    opacity: 0;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml15 {
    display: none;
    font-weight: 800;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.ml15 .word {
    display: inline-block;
    line-height: 1em;
}

.popup ul li {
    float: inherit !important;
}

.popup ul {
    min-width: 95% !important;
}

.background {
    background-image: url('/images/Bg.png');
    background-size: 100%;
}

.list_style li {
    list-style: none;
    padding: 10px 10px 10px 0;
    line-height: 20px;
    width: 100%;
}

.static-pages .list_style li:before {
    content: "check";
}

.list_style li:before {
    content: "check_circle";
    /* FontAwesome Unicode */
    font-family: 'Material Icons' !important;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    font-size: 1.5rem;
    margin-right: 5px;
    color: #ffb100;
    position: absolute;
}

.list_style li ul li:before {
    content: "check";
    /* FontAwesome Unicode */
    font-family: 'Material Icons' !important;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    font-size: 1.5rem;
    margin-right: 5px;
    color: #ffb100;
    position: absolute;
}

.width200 {
    width: 200px;
}

.width100 {
    width: 100px
}

.small_icon {}

.application {
    /*max-width: 1800px;*/
    /*margin: 0 auto;*/
}

.width85 {
    max-width: 90%;
    margin: 0 auto;
}

h1 {
    font-size: 3.4rem;
    font-weight: 800;
}

.homepage h2, .larger_text {
    font-size: 2.2rem;
    font-weight: 800;
}

.homepage h3 {
    font-size: 1.1rem !important;
}

.homepage p {
    font-size: 12px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.center {
    margin: 0 auto;
}

.grey-bg {
    background: #fafafa;
}
.fundo-score-action {
    padding-left: 5px;
}

.fundo-score-action .score-wrap {
    display: flex;
    border-radius: 9999px;
    background-color: #FCEFCD;
    padding: 0.5rem;
    align-items: center;
    max-height: 35px;
}

.score-wrap .fundo-score {
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-wrap .fundo-score span{
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #000000 !important;
    padding: 0 10px;
}

.fundo-score-action .fundo-score-drop-menu {
    right: 0;
    margin-top: 0.5rem;
    background-color: rgb(255 255 255);
    border-radius: 0.375rem;
    padding-left: 0;
}

.fundo-score-action .fundo-score-drop-menu .fundo-score-drop-menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    font-size: 1.063rem !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    background: transparent !important;
    color: #000000 !important;
    padding: 10px !important;
}

.score-info-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 125px);;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 125px;
    z-index: 1;
}

.score-info-dropdown {
    background: #ffffff;
    width: 100%;
    padding: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    max-width: 500px;
    right: 0;
    margin-top: 4rem;
    z-index: 2;
}

.score-info-dropdown .score-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.score-info-wrap h3 {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
}

.score-info-wrap .score-number {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.score-info-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.score-info-wrap li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.score-info-wrap .score-head {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    place-items: center;
}

.score-info-wrap .score-number {
    display: flex;
    flex-direction: column;
}

.score-info-wrap .score-number .score-item {
    display: flex;
    gap: 0.5rem;
    place-items: center;
}

.score-head .score-banner{
    width: 100%;
}

.score-info-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../images/green-check.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.no-fundo-score {
    font-size: 14px;
    color: #7E7E7E;
}

.score-number .fundo-score-num {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #EB9009;
}

.score-info-foot {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.score-info-foot .score-link {
    display: flex;
    justify-content: space-between;
    color: #EB9009;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}


.score-info-foot .score-link a {
    color: #EB9009;
}

.score-info-foot .score-close {
    margin: 0 auto;
}

.score-info-wrap .score-animation {
    width: 100%;
}

.score-info-wrap .score-animation .play-anime {
    position: absolute;
    right: 8%;
    top: 18%;
}

@media (min-width: 650px) {
    .score-info-dropdown {
        right: 7%;
    }
    .score-info-wrap li {
        font-size: 14px !important;
    }
    .score-info-wrap h3 {
        font-size: 14px !important;
    }
}
.login_btn {
    background-color: #fff !important;
    color: #70d063 !important;
    border-radius: 20px !important;
    width: 140px;
    box-shadow: 1px 1px 1px #b99898;
}

.homepage-banner .login_btn {
    background-color: #95DF9C !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    /*width: 140px;*/
    box-shadow: 1px 1px 1px #b99898;
    text-transform: none !important;
    display: inline;
    min-width: auto;
    width: auto;
}

.homepage-banner .login_btn .v-btn__content{
    text-transform: none !important;
}

.v-btn:before {
    background-color: transparent !important;
}

/* Credit Section */

.commentSectionTop {
    box-shadow: 10px 10px 80px #00000029 !important;
    border-radius: 20px !important;
    margin: 0 auto ;
}

.commentSectionTop h2 {
    color: #FFB100 !important;
    font-weight: 600 !important;
    font-size: 20px;
    text-transform: initial !important;
}

.commentSectionTop .layout > .flex > h2 {
    font-size: 30px;
}

.commentSectionTop h2 span {
    display: block;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: initial !important;
    color: #000000 !important;
}

.review_success {
    width: 100% !important;
    background: #85DE76;
    padding: 10px;
    color: #ffffff !important;
    border-radius: 5px;
}

.commentSectionTop .play_btn {
    position: absolute;
    width: 200px;
    right: 35px;
    top: -80px;
}

.commentSectionTop .continue-btn .v-btn__content {
    text-align: center !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.commentSectionTop .comment_text_area label {
    color: #6F6F6F;
}

.commentSectionTop a, .commentSectionTop .theme--light.v-icon {
    color: #85DE76;
}

.commentSectionTop .review_success .theme--light.v-icon {
    color: #ffffff;
}

.two_color_bg {
    background-image: url('../images/creditscorebg.png'), linear-gradient(to bottom, #85DE76 0%, #85DE76 50%, #85DE76 70%, white 50%, white 100%);
    background-size: 100%;
}

.double_bg_green {
    background-image: linear-gradient(to bottom, #fafafa 0%, #fafafa 50%, #fafafa 50%, #63d38a 50%, #63d38a 100%);
}

.two_color_bg h1 {
    color: #ffffff;
}

.commentSectionTop input {
    background: #ffffff !important;
}

/*End Credit Section*/

button:focus {
    outline: none !important;
}

button .v-btn__content {
    letter-spacing: normal;
}

.desktop_bg {
    background-image: url(../images/bgwithppl-03-c.png), linear-gradient(to bottom, #85DE76 0%, #85DE76 50%, #85DE76 78%, white 50%, white 100%);
    background-size: 100%;
    color: #fff;
    background-position: 78% 50%;
}

.static_page_bg {
    background: url('/images/Bg.png');
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.desktop_bg_sm {
    background: url('/images/Bg.png');
    color: #fff;
    background-size: 100% 75%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.manbg {
    /* background: url('/images/manbg.png');*/
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-bg {
    background: url('/images/contactbg.png');
    background-size: cover;
    color: #fff;
}

.features_box {
    border: 1px solid #f8f8f8;
    padding-left: 30px;
    border-right: 0;
}

.features_box:last-child {
    border: 1px solid #f8f8f8;
}

.features_box:hover {
    box-shadow: 0px 6px 15px #e8dcdc;
    background: #ffffff;
}

.features_box .v-image__image--cover {
    background-size: contain;
    background-position: center left !important;
}

.example_box {
    padding: 30px 0;
    border-right: 0;
}

.example_box p {
    text-align: center !important;
    font-size: 12px !important;
}

.example_box h2 {
    font-size: 1.9rem;
    line-height: 26px;
    font-weight: 900;
}

.example_box h5 {
    font-size: 1rem;
    line-height: 1.2rem;
}

.right_icon {
    float: right;
    color: #000000 !important;
}

.justify_left {
    text-align: justify;
    text-align-last: left;
}

.hide {
    display: none;
    transition: all .3s ease;
}

.no-margin {
    margin: 0;
}

.container .no-padding {
    padding: 0 !important;
}

small {
    display: block;
}

.slider_display {
    font-size: 1.7rem;
    font-weight: 700;
    color: #e5e5e5;
}

.slide_amount {
    color: #ffb100;
}

.v-slider__track__container .v-slider__track-fill {
    background-color: #ffb100 !important;
    border-color: #ffb100 !important;
}

.v-subheader {
    font-size: 1.1rem;
}

.footer {
    z-index: 1;
    background: #272727;
}

.footer .footer-head {
    float: right;
}

.footer .footer-head li {
    list-style: none;
    float: left;
}

.social_icon_lg {
    width: 42px;
}

.social_icon_xs {
    width: 25px;
}

.apply_now_icon_lg {
    font-size: 2rem;
}

.apply_now_icon_xs {
    margin-left: 63px;
    font-size: 3rem;
}

.creditline_img {
    width: 40%;
}

.repay_apply {
    margin: 26px auto !important;
    width: 162px !important;
}

.read_more {
    color: #ffb100;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
}

.display_xs {
    display: none !important;
}

.display_lg {
    display: block !important;
}

.faq-form .v-select__slot, .faq-form .v-input__slot {
    border: 1px solid #decece;
    border-radius: 5px;
    min-width: 100%;
}

.faq-form .v-icon {
    color: #000 !important;
}

.faq-form>.v-input__control>.v-input__slot:after, .faq-form>.v-input__control>.v-input__slot:before {
    display: none;
}

.faq-form input {
    padding: 10px;
}

.google_img {
    width: 42%;
}

.v-carousel {
    box-shadow: none !important;
}

.full-width .v-carousel__controls {
    background: none;
    top: 44% !important;
}

.theme--dark.v-btn {
    color: #efefef;
}

.v-btn--active {
    color: #c9c9c9 !important;
}

.v-carousel__prev, .v-carousel__next {
    display: none;
}

.highest_value {
    background: #f8f8f8;
    border: 1px solid #f3f1f1;
    font-size: 15px;
    color: #e5e5e5;
    padding: 3px 10px;
    position: absolute;
    margin: 2px 10px
}

}

.height450 {
    height: 450px;
}

.floating_btn:hover {
    position: absolute !important;
}

.expander_btn {
    color: #000;
    background: #fff;
    border-radius: 15px;
    font-size: 2rem;
    box-shadow: 1px 1px 1px #f7dbdb;
    border: 1px solid #fafafa;
    cursor: pointer;
}

.double_bg {
    background: linear-gradient(0deg, #ffffff 50%, #fafafa 50%);
    width: 100%;
}

.double_bg_static {
    background: linear-gradient(0deg, #1bd57c 50%, #fafafa 50%);
    width: 100%;
}

.double_bg_repay {
    background: linear-gradient(0deg, #fafafa 50%, #fafafa 50%);
    width: 100%;
}

.info-block ul {
    border: 1px solid #e0e0e0;
    height: 400px;
    text-decoration: none;
    overflow-y: auto;
    padding: 10px;
    border-radius: 10px;
}

.info-block ul li {
    list-style: none;
    padding: 10px 10px 0px 10px;
}

.info-block label {
    font-weight: 600
}

.info-block label:after {
    content: ":"
}

.info-block ul li .layout {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.info-block ul li span {
    text-transform: capitalize
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis_p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pop_title {
    font-size: 1.2rem;
}

.warning_notice p {
    font-size: 12px
}

.warning_notice h4 {
    font-size: 16px;
}

.warning_notice .warning_btn {
    font-size: 14px !important;
    width: 45%;
    margin: 10px;
}

.warning_notice .decline {
    background-color: red !important;
}

@media (max-width: 1024px) {
    .desktop_bg {
        background-position: 78% 65% !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1290px) {
    .desktop_bg {
        background-position: 78% 61% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .desktop_bg {
        background-position: 78% 55% !important;
    }
}

@media (max-width: 768px) {
    .ml15 {
        display: block;
    }
    .ml2, .ml15 {
        font-size: 2rem !important;
    }
    .height450 {}
    .full-width .v-carousel__controls {
        top: 46% !important;
    }
    .google_img {
        width: 85%;
    }
    .width85 {
        width: 100%;
        max-width: 100%;
    }
    .desktop_bg {
        background-position: 78% 69% !important;
    }
    .desktop_bg .half_btn_width_left {
        width: 85% !important;
        height: 60px !important;
        font-size: 1.5rem;
    }
    .display_xs {
        display: block !important;
    }
    .display_lg {
        display: none !important;
    }
    .manbg {
        background: none;
    }
    .creditline_img {
        width: 100%;
    }
    .v-carousel {
        box-shadow: none;
    }
    .v-carousel__controls {
        background: none;
    }
    .theme--dark.v-btn {
        color: #efefef;
    }
    .v-btn--active {
        color: #c9c9c9 !important;
    }
    .v-carousel__prev, .v-carousel__next {
        display: none;
    }
    .v-carousel .features_box {
        border: 1px solid #fcfcfc !important;
        border-right: 0;
    }
    .features_box {
        padding: 20px;
        border: 1px solid #f8f8f8 !important;
    }
    .homepage h2 {
        font-size: 1.3rem;
        text-transform: none;
    }
    .example_box h2 {
        font-size: 1.3rem;
        line-height: 20px;
        font-weight: 900;
    }
    .example_box {
        padding: 15px 0;
    }
    h1 {
        font-size: 2rem !important;
        width: 60%;
        margin: 0 auto;
    }
}

.main-carousel, .testo-carousel, .blog-carousel {
    width: 100%
}

.main-carousel .features_box {
    min-height: 46vh;
}

.testo-carousel .features_box {
    min-height: 46vh;
}

strong {
    font-weight: 600 !important;
}

.carousel-cell {
    width: clamp(250px, 70%, 400px);
    height: 360px;
    margin-right: 10px;
    border-radius: 5px;
}

.flickity-button {
    display: none;
}

.flickity-page-dots .dot {
    background: #c9c9c9;
}

.dob_select {
    width: 29%;
    display: inline-block;
}

.referral-container {
    padding: 0 16px;
    margin: 1.5rem 0;
}

.referral-container .action-button{
    border: 1px solid #E5EAEE;
    border-radius: 8px;
}

.referral-container .action-button button{
    border: 1px solid #E5EAEE;
    border-radius: 8px;
    max-height: 40px;
    background-color: #FBE9CE !important;
}

.referral-container .referral .action-button button{
    height: 44px !important;
}

.referral-container .action-button button.ref_inactive_btn{
    background-color: transparent !important;
}

.referral-container .referral-xs-wrap{
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
}

.referral {
    border-radius: 20px;
    margin-bottom: 60px;
    color: #fff;
}

.referral .image-wrap {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 30px;
}

.referral .image-wrap h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.referral .image-wrap p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.referral .image-wrap img {
    position: relative;
    width: 197px;
    margin: 0;
    left: 0;
}

.referral .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.referral .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.referral .error_msg, .error_msg_xs {
    font-size: 12px;
    text-align: left;
    display: block;
    font-style: italic;
    color: red;
}

.referral .success_msg, .success_msg_xs {
    font-size: 12px;
    text-align: left;
    display: block;
    font-style: italic;
    color: green;
}

.referral h2 {
    font-size: 28px !important;
    line-height: 28px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}

.referral .ref_box {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 30px;
    height: 100%;
    border: 1px solid #E5E5E5;
}

.referral .ref_box p {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
}


.ref_box p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
}

.continue_btn.orange_btn.ref_org_btn {
    min-width: 100% !important;
}

.orange_btn:hover {
    background: #FF9900 !important;
}

.ref_org_btn {
    max-height: 40px;
}

.v-btn {
    box-shadow: none !important;
}

.ref_org_btn .v-btn__content {
    font-size: 15px !important;
}

.ref_inactive_btn {
    border: none !important;
    color: #000000!important;
}

.referral p {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
}

.referral_xs {
    margin: 20px auto;
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: none;
}

.referral_xs h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.referral img {
    position: absolute;
    width: 282px;
    margin-top: -83px;
    left: 97px;
}

.referral_xs img {
    position: relative;
    width: 37%;
    margin-bottom: -10%;
}

.referal_white_btn {
    border-radius: 5px;
    color: #ffb100 !important;
    width: 30%;
    justify-content: left;
    padding-left: 10px;
}

.referal_orange_btn {
    border-radius: 5px;
    color: #fff !important;
    background: #ffb100 !important;
    width: 100%;
    justify-content: left;
    padding-left: 10px;
    height: inherit !important;
    font-size: 17px
}

.ref_xs_btn .referal_orange_btn {
    margin: 0 auto
}

.ref_xs_btn .orange_border_btn {
    color: #ffb100 !important
}

.option_ls {
    border-radius: 5px;
    border: 1px solid #707070;
}

.option_ls h4 {
    font-size: 17px;
    color: #707070;
    padding: 10px;
}

.ref_content p {
    font-size: 17px;
}

.ref_content .v-input input {
    border: 1px solid #ccc;
    margin-top: 12px;
    border-radius: 5px;
    padding: 10px;
}

.ref_content .v-input .v-label {
    font-size: 20px !important;
    color: #707070!important;
}

.ref_content .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    border: none;
}

.v-slider__track {
    height: 5px !important;
    background: #f4f4f4 !important;
}

.v-slider__track-fill {
    height: 5px !important;
    background: #ffb100 !important;
}

.warning-popup {
    overflow-x: hidden;
}

.warning-popup .header {
    background-color: #f5f5f5;
}

.warning-popup .title {
    font-size: 18px!important;
    font-weight: 500;
    line-height: 1!important;
    letter-spacing: .02em!important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

.warning-popup .title .popback {
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    padding: 5px;
    margin-right: 10px;
    color: #000;
    border: 1px solid #ece5e5;
}

.warning-popup p {
    width: 85%;
    font-size: 13px;
}


.card_style_new {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: none !important;
    border-radius: 20px !important;
}

.v-card h2 {
    text-align: left;
    font: Bold 22px/33px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.dash_nav h3 {
    text-align: left;
    font: 700 15px/46px Poppins !important;
    letter-spacing: 0px;
    color: #000000;
}

.v-card h3 {
    text-align: left;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0px;
    color: #000000;
}

.dash_nav .flex {
    border: 2px solid #ffffff;
}

.v-card h4 {
    text-align: left;
    font: 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.v-card h5 {
    text-align: left;
    font: 400 14px/21px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
}

.v-card label {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #A6AAB2;
    opacity: 1;
}

.v-card .form-label {
    text-align: left;
    font: 400 14px/21px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
}

.v-card .form-label span {
    background: #848B8E1A 0% 0% no-repeat padding-box;
    border: 3px solid #ECEFF0;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 3px;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
}

.v-card input {
    background: #F5F7F8 0% 0% no-repeat padding-box;
    border: 1px solid #ECEFF0;
    border-radius: 4px;
    min-height: 44px;
    padding: 10px !important;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #A6AAB2 !important;
}

.v-card .v-select__slot input {
    background: transparent;
    border: none;
    min-height: 20px;
}

.v-card .v-select__slot {
    background: #F5F7F8 0% 0% no-repeat padding-box;
    border: 1px solid #ECEFF0;
    border-radius: 4px;
    min-height: 44px;
    padding: 0px 10px !important;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #A6AAB2 !important;
}

.v-card .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    border: none;
}

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

.v-input--is-label-active {
    color: transparent !important;
}

.mobile_block {
    background: #ffffff;
    z-index: 100;
    box-shadow: 10px 10px 80px #00000029;
    border-radius: 20px;
}

.mobile-verify-block-signup {
    background: url('/images/Verify-Mobile.png') no-repeat;
    background-size: contain;
}

.notification-block .v-image__image {
    background-size: contain;
}

.v-card .v-btn {
    padding: 0;
    margin: 0;
}


.v-card button i {
    font-size: 30px !important;
}

.login_banner {
    background: url('/images/Login-banner.png') no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.email_bg {
    background: url('/images/email_bg.png') no-repeat;
    background-size: contain;
}

.email_bg_footer {
    background: url('/images/footer.png') no-repeat;
    background-size: cover;
}

.link {
    text-align: left;
    font: Medium 14px/12px Poppins;
    letter-spacing: 0px;
    color: #FFB100;
    opacity: 1;
}

.bg-org {
    background-color: #ffb200;
    min-height: 530px;
}

.bg-white {
    background-color: #ffffff;
}

.token_box input {
    text-align: center
}

.v-card .v-btn__content {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 10px;
}

.orange_btn .v-btn__content, .back_btn .v-btn__content {
    display: block !important;
    border-radius: 4px;
}

.green_bg_ .green_btn .v-btn__content {
    color: #ffffff;
}

.v-card .v-btn__content i {
    /* float: right; */
}

.application_form_bg {
    /*background: linear-gradient(to bottom, #61D16D 50%, #FFFFFF 50%);*/
}

.header-section {
    max-width: 100% !important;
    background-color: rgb(97 209 109);
    padding-top: 1rem;
}

.header-section .fundo-nav {
    background-color: #FFFFFF !important;
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important;
}

.header-section .fundo-nav .v-toolbar__content {
    max-width: 960px !important;
    margin: 0 auto !important;
    height: unset !important;
    padding: 0;
}

.header-section .fundo-nav .v-toolbar__content .nav-wrap {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.header-section .fundo-nav .v-toolbar__content .header-nav {
    display: flex !important;
    gap: 2rem !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}

.header-section .fundo-nav .header-nav .nav-text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.header-section .fundo-nav .header-nav .active_page {
    position: relative;
}

.header-section .fundo-nav .header-nav .active_page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #f2af06;
    left: 0;
    bottom: -10px;
}

.header-section .fundo-nav .header-nav .active_page .nav-text {
    color: #EB9009;
    font-weight: 600;
}

main.v-content.dashboard {
    background-color: rgb(244 245 247);
    width: 100%;
    position: relative;
}

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

.dashboard .dashboard-content-wrap {
    background: #fff;
    max-width: 960px !important;
    margin: 0 auto;
}

.login_form_bg {
    background: url('/images/BG-login.jpg') no-repeat;
    background-size: 112%;
}

.v-card ul {
    list-style: none;
    padding: 0;
}

.v-card ul li {
    float: left !important;
}

ul.v-date-picker-years li {
    float: none !important;
    width: auto;
}

ul.v-date-picker-years li.active {
    background-color: #FFB100 !important;
    caret-color: auto !important;
    font-size: 28px !important;
}

.staticpage_nw .v-card ul {
    min-width:auto;
}

.staticpage_nw .v-card ul li {
    float: none !important;
}

.staticpage_nw .v-card ul li p {
    white-space: normal;
}

.v-card ul .currentstep h5 {
    text-align: left;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    letter-spacing: 0px;
    color: #000000;
}

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

.v-card ul {
    min-width: 845px;
}

.v-card .progress {
    background: #FFB100 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 189px;
    height: 5px;
    transition-duration: 3s;
    transition-delay: 0s;
}

.v-card .yes_no_block .yes_no_btn {
    background: #F5F7F8 0% 0% no-repeat padding-box !important;
    border: 1px solid #ECEFF0;
    border-radius: 4px;
    text-align: center;
}

.v-card .yes_no_block .v-btn__content {
    margin: 10px;
    padding: 10px;
    text-align: center;
    font: 400 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

.v-card .yes_no_block .selectedAns {
    background: #85DE76 0% 0% no-repeat padding-box !important;
    border: 1px solid #85DE76;
    border-radius: 4px;
}

.v-card .yes_no_block .selectedAns .v-btn__content {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    color: #ffffff !important;
}

.v-card .yes_no_block .yes_no_btn:hover {
    background: #85DE76 0% 0% no-repeat padding-box !important;
    border: 1px solid #85DE76;
    border-radius: 4px;
}

.v-card .yes_no_block .yes_no_btn .v-btn__content:hover {
    font: 600 14px/21px Poppins !important;
    color: #ffffff !important;
}

.v-btn.income_btn {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.yes_no_btn .medicare_color {
    float: left !important;
    font-size: 17px !important;
    margin-top: 1px;
}

.yes_no_btn .green_icon {
    color: #1CC400 !important;
    opacity: 0.6;
}

.yes_no_btn .blue_icon {
    color: #0076FF !important;
    opacity: 1;
}

.yes_no_btn .yellow_icon {
    color: #FFE200 !important;
    opacity: 1;
}

.reason_block .create_new_reason {
    background-color: #85DE76 !important;
    border: 1px solid #85DE76 !important;
    border-radius: 4px;
}

.reason_btn {
    min-height: 60px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 4px !important;
    width: 90%;
}

.subreason_block .reason_btn{
    border-radius: 20px !important;
    min-height: 0px !important;
}
.subreason_block .reason_btn .reason_icon{
    border-right: none;
    margin-top: 0;
}
.subreason_block .reason_btn p{
    width: 100%;
    margin-top: 18px;
    padding: 0;
}

.reason_block .reason_btn.selected_reason {
    background: #85DE76 !important;
    color: #fff !important;
}

.desktop_reason_btn {
    width: 100%;
}

.reason_block .desktop_reason_btn:hover {
    background-color: #85DE76 !important;
    color: #fff;
}

.reason_btn .v-btn__content {
    padding: 20px 0 !important;
}

.reason_btn .reason_icon {
    border-right: 1px solid #E6E6E6;
    width: 55px;
    margin-top: 6px;
    padding: 10px;
}

.reason_btn p {
    text-align: left;
    font: 600 13px/16px Poppins;
    margin-top: 10%;
    white-space: break-spaces;
    float: right;
    margin-right: 30px;
    width: 60%;
    padding-left: 10px;
}

.theme--light.v-input textarea {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 10px;
}

.application_button_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}


.btn-outline {
    border: 1px solid #848B8E !important;
    border-radius: 4px !important;
}

.btn-outline .v-btn__content {
    font: 500 16px/25px Poppins;
    color: #848B8E;
    text-transform: uppercase;
}

.back_btn {
    height: 50px !important;
}

.continue_btn {
    background: #FFB100 !important;
    color: #fff !important;
    border: none !important;
    height: 50px !important;
    min-width: 200px !important;
}

.continue_btn:hover {
    background: #FF9D00 !important;
}

.continue_btn .v-btn__content {
    color: #fff !important;
    text-align: center;

}

.secondary_btn {
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #EB9009 !important;
    height: 50px !important;
}

.secondary_btn .v-btn__content {
    color: #EB9009 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.orange_btn.new{
    width: 100% !important;
}

.orange_btn.new .v-btn__content{
    display: flex !important;
    justify-content: space-between !important;
}

.back_btn .v-btn__content i {
    font-size: 25px!important;
}

.v-text-field>.v-input__control>.v-input__slot:after {
    border: transparent !important;
}

.v-input__prepend-inner {
    padding: 6px 13px;
    color: #848B8E !important;
    margin-right: 5px !important;
}

.withIcon .v-input__slot {
    background: #F5F7F8;
    border: 1px solid #ECEFF0;
    border-radius: 4px;
    color: #848B8E;
}

.referral .v-input__slot {
    max-width: auto;
}

.mobile_block .v-input__slot {
    max-width: 100%;
}

.loading_text {
    font: 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.loading_img .v-image__image--cover {
    background-size: contain !important;
}

.expenses_sum_block {
    background: #F7F7F8 0% 0% no-repeat padding-box;
    border: 1px solid #CBD4D8;
    border-radius: 4px;
}

.expenses_sum_block h3 {
    text-align: center;
    font-size: 32px !important;
}

.expenses_sum_block p {
    font: 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
    text-transform: capitalize;
}

.exp_tot {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBD4D8;
    border-radius: 4px;
}

.org-outline {
    border: 1px solid #FFB100 !important;
    height: 44px;
    text-align: center;
}

.org-outline .v-btn__content {
    color: #FFB100;
    text-align: center;
}

.login_bottom .white--txt {
    font: Regular 13px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px;
}

.login_bottom img {
    float: left;
}

.application_form_bg .error {
    background: #ee0c0c9c !important;
}

.error .reapply_p, .error .reapply_h3, .error .error_icon {
    color: #fff !important;
}

.error .error_icon {
    border: 4px solid #d60000 !important;
}

.reapply .error_icon {
    background: none;
    border: none;
    color: #D60000 !important;
    border-radius: 48px;
    margin-right: 0px;
    font-size: 36px !important;
    padding: 0;
}

.error_message {
    background: #D600001A;
    border: 1px solid #D60000;
    border-radius: 4px;
}

.error_message i {
    float: left;
    background: #D600001A 0% 0% no-repeat padding-box;
    border: 2px solid #D60000;
    border-radius: 108px;
    font-size: 15px !important;
    padding: 7px;
    margin: 4px 10px;
    font-weight: bold;
    width: 35px;
    height: 35px;
}

.error_message p {
    text-align: left;
    font: 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #D60000;
    width: 100%;
    margin: 0;
}

.success_message {
    background-image: url(/images/Verify-Mobile-02.png);
    background-size: contain;
    height: 106px;
    width: 416px;
}

.success_message i {
    float: left;
    background: #FFB100 0% 0% no-repeat padding-box;
    border: 2px solid #FFB100;
    border-radius: 108px;
    font-size: 15px !important;
    padding: 7px;
    margin: 4px 10px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    color: #fff !important;
}

.success_message p {
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000000;
    width: 76%;
    margin: 0;
    float: right;
    margin-top: 15px;
}

.v-textarea .v-input__slot {
    min-width: 100%;
}

.application_form_bg .v-card {
    background: transparent !important;
}
@media only screen and  (min-width: 200px) and (max-width: 1264px) {
    .notes_container {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1264px) {
    .container {
        max-width: 90% !important;
    }
}

.search_back_input .v-input__slot {
    border: 1px solid #E8E8E8 !important;
    border-radius: 50px !important;
}

.search_back_input .v-input__slot input {
    background: transparent;
    border: none;
    padding: 0 !important;
    margin: 5px;
}

.check-list ul li {
    float: none !important;
    font: 500 14px/12px Poppins;
    margin:0 0 30px 30px;
    clear:both;
}
@media (min-width: 768px) {
    .check-list ul li {
        height: 35px;
    }
}

.check-list ul li p {
    margin-bottom:0;padding-top:10px;
}

.check-list ul li .btn-outline {
    margin-top:0
}

.check-list ul li p .v-icon {
    margin-top:-10px;
}

.success_icon {
    background: #85DE7619 0% 0% no-repeat padding-box;
    color: #85DE76 !important;
    border-radius: 20px;
    margin-right: 10px;
    border: 2px solid #85DE76;
    font-size: 17px !important;
    padding: 5px;
}

.error_icon {
    background: #D600001A 0% 0% no-repeat padding-box;
    border: 2px solid #D60000;
    color: #D60000 !important;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 17px !important;
    padding: 5px;
}

.inactive_icon {
    background: #FFFFFF1A 0% 0% no-repeat padding-box;
    color: #CDD0D1 !important;
    border: 2px solid #CDD0D1;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 17px !important;
    padding: 5px;
}

.check_error_msg {
    font: 600 14px/12px Poppins;
    letter-spacing: 0px;
    color: #D60000;
    width: 35%;
    display: inline-block;
}

.check_error_msg span {
    font: 400 11px/17px Poppins;
    display: block;
    line-height: 5px;
    color: #848B8E;
}

}

.check_invalid_msg {
    font: 400 14px/12px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
    width: 35%;
    display: inline-block;
}

.check_invalid_msg span {
    font: 400 11px/17px Poppins;
    display: block;
}

.fundo_score_href {
    font: 400 14px/35px Poppins;
    float: right;
    color: #FFB100;
}

.checklist_btn {
    width: auto !important;
    padding: 0 10px !important;
    border: 1px solid #FFB100 !important;
    max-height: 30px;
}

.checklist_btn .v-btn__content {
    color: #FFB100;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
}

.static .center {
    text-align: center !important;
}

.staticpage_nw .center {
    text-align: center !important;
}

.statsic_green_block h2 {
    color: #fff !important;
}

.statsic_green_block h3 {
    color: #fff !important;
}

.static ul li {
    float: none;
}

.v-card .grey--text {
    color: #9f9f9f!important;
    caret-color: #9f9f9f!important;
    font-size: 13px;
}

.bankdetail_p {
    max-width: 288px;
}

.org_circle_btn {
    color: #85DE76 !important;
    /* font: 500 14px/21px Poppins; */
    border: 1px solid #85DE76 !important;
    border-radius: 20px !important;
}

.v-date-picker-header button {
    width: auto;
    height: auto;
}

.v-input--selection-controls__ripple {
    z-index: 999999;
}

.v-input--selection-controls__input .theme--light.v-icon {
    color: #85DE76 !important;
}

.search_back_input .v-input__slot {
    max-width: 270px;
}

.reapply_h2 {
    text-transform: initial !important;
    font-size: 32px !important;
}

.reapply_h3 {
    text-transform: initial !important;
    font-size: 18px !important;
}

.reapply_p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #A6AAB2;
    opacity: 1;
}

.reapply_box {
    border: 1px solid #ECEFF0;
    /* border: solid; */
    border-radius: 5px;
}

.vertical_align {
    vertical-align: middle;
    display: inline-grid;
}

.reapply_box .success_icon {
    width: 40px;
    height: 40px;
    /* float: right; */
    margin: 0 auto;
}

.closed_app_section {
    box-shadow: 0px 30px 99px #2D402A14;
    border-radius: 26px;
}

.closed_app_section h2 {
    text-align: left;
    font-weight: Bold;
    font-size: 35px;
    line-height: 40px !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: 35px;
    text-transform: initial !important;
}

.closed_app_section p {
    text-align: left;
    font-size: 12px !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 13px;
}

.closed_app_section h3 {
    text-align: left;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: bold !important;
    letter-spacing: 0px;
    color: #000000;
}

.closed_app_section .title {
    width: 70%;
    float: left;
}

.closed_app_section .promotion {
    background-image: url('/images/closed_acc_bg.png');
    background-size: cover;
    background-position: bottom;
    min-height: 319px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.closed_app_section .positive {
    background-image: url('/images/positive.png');
    background-size: cover;
    min-height: 319px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.closed_app_section .negative {
    background: #FCE8E9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.closed_app_section .positive h2 {
    text-align: center;
    font-weight: Bold !important;
    font-size: 38px !important;
    line-height: 52px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.closed_app_section .negative h2 {
    text-align: center;
    font-weight: Bold !important;
    font-size: 38px !important;
    line-height: 40px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.positive-icon {
    width: 154px;
    margin: 0 auto;
}

.closed_app_section .promotion h2 {
    text-align: left;
    font-weight: Bold !important;
    font-size: 89px !important;
    line-height: 111px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.secure_img .v-image__image--cover {
    background-size: contain !important;
}

.closed_app_section .promotion h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 0;
}

.confeit {
    background-size: 50%;
    background-repeat-x: no-repeat;
    background-position: top right;
}

.loanstatus_header_new .small-font {
    text-align: left;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 18px;
    color: #7E7E7E !important;
    opacity: 1;
}

.loanstatus_header_new .flex {
    min-width: inherit;
}

.loanstatus_header_new .pverified .flex {
    min-width: 0;
}

.loanstatus_header_new .pverified .flex h4 {
    margin-top: 7px;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: #7E7E7E !important;
}

.loanstatus_header_new .pverified .success_icon {
    background: #85DE7619 0% 0% no-repeat padding-box;
    color: #85DE76 !important;
    border-radius: 20px;
    margin-right: 22px;
    border: 4px solid #85DE76;
    font-size: 17px !important;
    padding: 5px;
    font-size: 24px !important;
}

.loanstatus_header_new .pverified .error_icon {
    background: transparent;
    border-radius: 20px;
    margin-right: 10px;
    border: 4px solid #D60000;
    font-size: 17px !important;
    padding: 5px;
    font-size: 24px !important;
}

.v-icon.error_clear.material-icons.theme--light {
    color: #D60000
}

.loanstatus_header_new .small {
    text-align: left;
    font-size: 15px !important;
    font-weight: Bold !important;
    line-height: 40px !important;
    letter-spacing: 0px;
    color: #7E7E7E !important;
    opacity: 1;
}

.bankdetail ul {
    text-align: left;
    min-width: 300px;
}

.bankdetail ul li {
    float: none;
}

.bankdetail ul li label {
    min-width: 150px;
    display: inline-block;
}

.payment_btn {
    width: auto !important;
    padding: 0 10px !important;
    font: 600 13px/33px Poppins;
    color: #000000;
    display: inline-block;
    text-align: inherit;
    cursor: pointer;
}



.payment_btn_wrap div:nth-child(1) {
    border-right: 1px solid #D0D5DD !important;
}

.payment_btn_wrap {
    border: 1px solid #D0D5DD !important;
    border-radius: 3px !important;
}

.theme--light.v-datatable .v-datatable__actions {
    display: none;
}

.schedule .elevation-1 {
    box-shadow: none !important;
}

.profile_section h3 {
    font: 600 18px/46px Poppins;
    color: #848B8E
}

.profile_section label {
    font: 400 15px/46px Poppins;
    color: #848B8E !important;
}

.profile_section p {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
}

.profile_section .success_message p {
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
    width: 76% !important;
    margin: 0 !important;
    float: right !important;
    margin-top: 35px !important;
}

.card_payment_block {
    box-shadow: 1px 3px 10px #00000014;
    border: 1px solid #EDEFF2;
    border-radius: 8px;
}

.card_payment_block .payment_verified h4 {
    font: 600 13px/14px Poppins;
    color: #7E7E7E;
    padding: 2px 0 0 0;
}

.card_payment_block .payment_verified p {
    font: 400 10px/14px Poppins;
    color: #7E7E7E;
}

.payment_verified {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 23px;
    padding: 5px 5px;
    margin: 10px;
    height: 43px;
    float: right;
    cursor: pointer;
}

.card_payment_block small {
    font: 400 11px/17px Poppins;
    color: #848B8E;
}

.card_payment_block .card_payment_block_detail p {
    text-align: left;
    font: 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
}

.payment_btn_active {
    border-bottom: 4px solid #FFB100;
}

.orange_border_btn {
    height: 50px !important;
}

.fullwidth_input .v-input__slot {
    max-width: 100%;
}

.fullwidth_input .v-input__prepend-inner{
    padding: 6px 0px !important;
    margin-right: 0px !important;
}
.fullwidth_input .v-input__prepend-inner i{
    font-family: Poppins, sans-serif!important;
    font-weight: 600 !important;
}

.update_btn .v-btn__content {
    text-align: center;
}

.update_btn {
    max-width: 200px;
}

.profile_section .error_message p {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 21px!important;
    color: #D60000 !important;
    line-height: auto !important;
    white-space: break-spaces !important;
}

.fundo_score_board {
    background: #FFB1001A 0% 0% no-repeat padding-box;
    border: 1px solid #FFB100;
    border-radius: 34px;
    opacity: 1;
}

.application_status_banner_declined h5 {
    text-align: left;
    font: Bold 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.fundo_score_board small {
    text-align: left;
    font: 500 11px/17px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.fundo_score_board p {
    text-align: left;
    font: 400 13px/18px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.score_p {
    text-align: left;
    font: 700 26px/30px Poppins !important;
    letter-spacing: 0px;
    opacity: 1;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
    box-shadow: none !important;
}

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

.digit_text {
    font-size: 12px;
    display: block;
}

.herf_btn {
    text-align: left;
    font: Medium 13px/25px Poppins;
    letter-spacing: 0px;
    color: #FFB100;
    opacity: 1;
}

a.change-account-link.herf_btn {
    color: #FFB100;
}

.bank_detail_box {
    box-shadow: 0px 10px 30px #0000001A;
    border-radius: 10px;
}

.v-input__append-inner {
    position: absolute;
    right: 0;
    top: 5px;
}

.v-input__icon--append .v-icon {
    color: #bbbdbe  !important;
}
.bank_detail_box v-img {
    border-bottom: 1px solid #EDEDED;
}

.previousBankDetailexist h4 {
    text-align: left;
    font: 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding: 0;
}

.previousBankDetailexist h5 {
    text-align: left;
    font: 500 15px/46px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
    opacity: 1;
}

.bank_detail_box .bank_logo {
    max-width: 60%;
}

.bank_detail_box label {
    text-align: left;
    font: 500 15px/46px Poppins;
    letter-spacing: 0px;
    color: #848B8E;
    opacity: 1;
}

.bank_detail_box p {
    text-align: left;
    font: 600 18px/12px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

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

.bank-link-btn .v-btn__content {
    text-align: center;
    padding: 0;
}

.bank-link-btn_outline {
    height: 50px !important;
}

.bank-link-btn_outline .v-btn__content {
    font-size: 13px;
}

.authorize h4 {
    text-align: center;
    color: #000000;
    opacity: 1;
    text-transform: inherit;
    font-weight: 500;
    font-size: 27px;
    line-height: inherit;
}

.authorize p {
    text-align: center;
    font: 400 18px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.fiona_terms h5 {
    text-align: left;
    font: 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.fiona_terms p {
    text-align: left;
    font: Regular 13px/20px Poppins;
    letter-spacing: 0px;
    color: #7B7777;
    opacity: 1;
}

.terms_box ul li p {
    margin-top: -26px;
    margin-left: 10px;
}

.terms_box ul li {
    list-style: inside;
    float: none !important;
    text-align: left;
}

.terms_box .list_style li {
    list-style: none;
    float: none;
    text-align: left;
}

.terms_box {
    max-height: 415px;
    overflow-y: scroll;
    border: 1px solid #919191;
    border-radius: 5px;
}
.terms_box.object {
    height: 415px;
}

.terms_box .list_style li:before {
    position: relative;
    margin-left: -1em;
    /* margin-top: -2px; */
    margin-right: 0;
}

.dash_nav h3 {
    text-align: center;
    margin: 0;
}

.auth_process h2 {
    text-align: center;
    text-transform: inherit;
}

.alert-warning ul li {
    float: none !important;
}

.creditScore p {
    font-size: 16px;
    line-height: 27px;
    width: 85%;
    color: #000000;
}

.creditScore h2 {
    font-size: 40px;
    line-height: 79px;
}

.score_img {
    box-shadow: 20px 20px 40px #00000029;
    border-radius: 8px;
}

.testomonial_box {
    background: #ffffff;
    min-width: 385px;
    box-shadow: 20px 20px 60px #0000001F;
    border-radius: 11px;
}

.testomonial_box p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400 !important;
    text-align: left;
}

.no-box-shadow {
    box-shadow: none !important;
}

.theme--light.v-select .v-select__selection--comma {
    color: #A6AAB2 !important;
}

.saving span {
    display: none;
}

.v-card .error_input input {
    border: 1px solid red;
}

.v-card .error_input_select .v-input__slot {
    border: 1px solid red;
    border-radius: 4px;
}

.v-card .error_input_btn {
    border: 1px solid red !important;
    border-radius: 4px !important;
}

.paynow-alert i {
    font-size: 55px !important;
}

.paynow-alert h3 {
    color: #ffffff;
    font-size: 16px;
}

.successful_alert_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 80px #00000029;
    border-radius: 10px;
}

.successful_alert_box h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.successful_alert_box p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
}

.successful_alert_box .orange_btn .v-btn__content {
    font-size: 13px;
    line-height: 33px;
    font-weight: 600;
    text-transform: none;
    padding: 10px;
}

.successful_alert_box .orange_btn .v-btn__content i {
    font-size: 25px !important;
}

.successful_alert_box .orange_btn {
    width: 80%;
    float: left
}

.success_icon_application {
    border-radius: 40px;
    font-size: 40px !important;
    border: 5px solid #85DE76;
    background: #fff;
    color: #85DE76 !important;
    padding: 10px;
}

.error_icon_application {
    border-radius: 40px;
    font-size: 40px !important;
    border: 5px solid red;
    background: #fff;
    color: red !important;
    padding: 10px;
}

.application_success_btn {
    font-size: 16px;
    font-weight: 600;
}

.application_success_btn .v-btn__content {
    white-space: normal;
    text-align: center;
}

.white-box-border {
    border: 1px solid #ffffff;
    box-shadow: 0px 30px 60px #00000014;
}

.email_sub_msg {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #6A6A6A;
}

.footer-head {
    list-style: none;
}

.footer-head li {
    float: left;
}

.image_box_shadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #00000029;
    border-radius: 11px;
    max-width: 75px !important;
    height: 75px;
    padding: 15px;
}

.review_ad h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.review_ad a {
    float: left;
    font-size: 13px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFB100;
}

.review_ad a i {
    font-size: 17px !important;
    line-height: 33px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    color: #FFB100 !important;
}

.review_star {
    width: 30px;
}

.review_google {
    width: 77px;
}

.review_product {
    width: 141px;
}

.required_fied {
    color: rev
}

.mobile-verify-block-otp {
    border: 1px solid #eceff0;
    background: #f5f7f8;
    border-radius: 5px;
}

.input_error_msg {
    font-size: 13px;
    color: red;
}

.active_page .small-h3 {
    color: #000000 !important;
}

.dash_nav .flex .white-text {
    color: #ffffff;
}

.border-top-radius-right {
    border-top-right-radius: 20px;
}

.v-datatable th {
    line-height: 46px !important;
    font-weight: 500;
    letter-spacing: 0px;
    color: #7E7E7E !important;
    text-transform: uppercase;
}

.loan-status-info thead {
    border-bottom: none !important;
}

.loan-status-info .v-datatable tbody tr td {
    color: #7E7E7E !important;
    font: 15px !important;
    font-weight: Bold !important;
}

.loan-status-info th.column.text-xs-left {
    max-width: 120px;
    overflow: hidden;
    white-space: pre-line;
    line-height: 20px !important;
    text-align: center !important;
}

.loan-status-info .v-datatable tbody tr td,
.loan-status-info .v-datatable thead tr th {
    padding: 0 10px !important;
}

.loan-status-info
.theme--light.v-table
tbody
tr:hover:not(.v-datatable__expand-row) {
    background-color: transparent !important;
}

.loan-status-info table.v-table tbody > tr > td {
    height: 30px !important;
}

.double-schedule thead {
    border-bottom: none !important;
}

.v-card
.schedule-popup
h2 {
    text-transform: none;
}
.schedule-select-btn
.v-btn__content {
    text-transform: none !important;
}
.schedule-select-btn
.v-btn.v-btn--outline {
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid;
    height:45px;
}
.schedule-table table.v-table thead th {
    font-size: 15px !important;
    line-height: 0px !important;
    text-transform: none;
}
.schedule-table table.v-table thead tr {
    height:30px;
}
.schedule-table table.v-table tbody td {
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    height: 22px;
}
.schedule-select-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-table table{
    background-color: transparent !important;
}
.schedule-table.table_tr_styl tbody tr:nth-child(2n+1) {
    background: transparent !important;
}

.equal-schedule thead {
    border-bottom: none !important;
}
.reschedule-btn{
    max-width: 39%;
    min-width: 92px !important;
}

.reschedule-btn
.v-btn__content {
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
    display: block !important;
    border-radius: 4px;
}
.reschedule-btn .v-btn__content i {
    display: none !important;
}
@media (max-width: 750px) {
    .reschedule-btn{
        max-width: 80%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

}

@media (max-width: 1250px) and (min-width: 751px) {
    .reschedule-btn {
        max-width: 39.5%;
    }
}

@media (min-width: 1265px) and (max-width: 1550px) {
    .reschedule-btn{
        max-width: 80%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

}



@media (max-width: 400px) {
    .loan-status-info tbody > tr > td:first-child {
        display: none;
    }

    .loan-status-info thead > tr > th:first-child {
        display: none;
    }
}


.v-datatable thead {
    border-bottom: 1px solid #DFDFE5;
}

.theme--light.v-table thead tr:first-child, .theme--light.v-table tbody tr:not(:first-child) {
    border: none !important;
}

.table_tr_styl tbody tr:nth-child(2n+1) {
    background: #ffffff !important;
}

.payout_btn {
    width: 80% !important;
    height: 35px !important;
    margin: 10px !important;
}

.payout_btn .v-btn__content {
    padding: 0 !important;
    text-align: center;
}

.v-datatable {
    overflow-x: hidden;
}

.v-datatable .normal {
    font-size: 15px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0px;
    color: #848B8E;
}

.star_rating {
    color: #fff !important;
    background: #71cf61;
    border-radius: 20px;
    padding: 8px;
    font-size: 25px;
}

.score .fundo_score {
    text-align: left !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 25px !important;
    color: #000000 !important;
}

.fundo_score_p {
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #000000 !important;
}

.fundo_score_link {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 35px !important;
    color: #FFB100;
}

.score_btn {
    margin-top: -1px;
}

.score-mover {
    margin-top: -60px;
}

.score_btn .v-image__image {
    background-size: 100%;
}

.popup-alert-box h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.popup-alert-box span {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    color: #848B8E;
    opacity: 1;
}

.cancel_btn_popup {
    border: 1px solid #848B8E !important;
}

.cancel_btn_popup .v-btn__content {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #848B8E;
}

.yes_btn_popup .v-btn__content {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 0 !important;
    text-align: center;
}

.man-position {
    margin-top: 23px;
}

.footer_text_color {
    font-size: 15px !important;
}

.fundo_flag {
    float: right;
    right: calc(100% - 70%);
    width: 90px;
}

.flag_height {
    height: 117px;
}

.display_sm_flex {
    display: flex !important;
}

.display_flex .referral_border {
    background: #fff;
    margin-top: -1px !important;
}

.green_bg_ref {
    background-color: #61D16D;
}

.ref_xs_btn .v-btn__content {
    font-size: 12px !important;
    font-weight: 700;
    text-transform: capitalize;
    color: #EB9009;
}

.static-pages h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 65px;
    color: #000000;
}

.static-pages h5 {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
}

.static-pages h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #646464;
}

.static-pages p {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

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

.password_view {
    float: right;
    margin-top: -40px;
    margin-right: 10px;
    color: #bbbdbe !important;
}

.bank_detail .v-input__slot {
    max-width: 100% !important;
}

/* arrears */

.arrearpopupwidth {
    max-width: 80% !important;
}

.arrears {
    max-width: 533px;
}

.arrears .negative {
    /*border-radius: 0;*/
    background-size: cover;
}

.arrears .negative h2 {
    text-align: left;
    color: #000000;
}

.arrears .negative h4 {
    text-align: left;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-transform: inherit;
}

.arrears p {
    text-align: left;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.orange_btn .v-btn__content {
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
}

.arrears .orange_btn .v-btn__content i {
    font-size: 20px!important;
    margin-top: 6px;
}

.arrearpopup h3 {
    text-align: left;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.display_inline {
    display: inline;
}

.arrearpopup .plans {
    border-top: 1px solid #D9D9D9;
}

.arrearpopup .plans .half_btn_width_left {
    float: right;
}

.arrearpopup .small-font {
    line-height: 15px;
}

.arrearpopup .bottom-btn {
    bottom: 25px;
    position: absolute;
    width: 40%;
}

.topbanner_bg {
    height: 125px;
    background: transparent linear-gradient(274deg, #FFD800 0%, #FFB400 100%) 0% 0% no-repeat padding-box;
}

.topbanner_bg_popup {
    background: transparent linear-gradient(274deg, #FFD800 0%, #FFB400 100%) 0% 0% no-repeat padding-box;
}

.topbanner_bg h4 {
    text-align: left;
    font-size: 17px;
    margin-bottom: -15px;
    line-height: 23px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: inherit;
}

.topbanner_bg p {
    text-align: left;
    font-weight: 600;
    font-size: clamp(16px, 1.5rem, 20px);
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.topbanner_bg .v-btn {
    background: #FFFFFF !important;
    border-radius: 6px;
}

.topbanner_bg .v-btn__content {
    font-size: 12px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.f_logo_bg {
    background: url(/images/topbanner/f.svg) no-repeat top left;
    background-size: contain;
    background-position: -6%;
}

.topbanner_bg_popup h2 {
    text-align: center;
    font-weight: 800 !important;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-transform: inherit;
}

.topbanner_bg_popup h3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 35px;
    text-align: center;
    font-weight: 800 !important;
    font-size: 30px !important;
    line-height: 50px !important;
    letter-spacing: 0px;
    color: #FFB100;
    opacity: 1;
}

.topbanner_bg_popup p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #D60000;
    opacity: 1;
}

.prime_list i {
    font-size: 37px !important;
    color: #ffffff8c !important;
}

.prime_list {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
}

.close_prime_popup {
    color: #ffffff !important;
    float: right;
    font-size: 38px !important;
    margin: 10px 10px 0 10px;
}

.top-banner-mobile-view h4 {
    line-height: 24px !important;
}

.choose_bank_p {
    color: #848B8E !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-align: center !important;
}

.bank_terms p {
    width: 100%;
}

.bank_terms ul li {
    max-width: 660px;
}

.login_card {
    max-width: 1200px;
    overflow: hidden;
}

.fileupload {
    min-height: 380px;
}

.fileupload h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
    color: #848B8E;
    opacity: 1;
}

.fileupload p {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #848B8E;
    opacity: 1;
}

.idUpload_box {
    width: auto;
}

.idUpload_box ul {
    min-width: auto !important;
}

.idUpload_box li {
    background: #fff7f7;
    border-radius: 10px;
    height: auto;
    width: 200px;
    text-align: center;
    margin: 10px;
    padding: 20px;
}

.idUpload_box .imageblock {
    height: auto;

}

.idUpload_box .btn-submit {
    background-color: red !important;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 15px;
}

.idUpload_box i {
    float: right;
    margin: 10px;
    border-radius: 20px;
}

.idUpload_box img {
    border-radius: 10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.form_err_msg {
    display: block;
    color: red;
}

.verify_btn {
    height: 45px !important;
    margin-top: 35px !important;
;
}

.verify_btn.verify_btn_in_leadapply {
    margin-top: 44px !important;
}

.verify_btn .v-btn__content {
    text-align: center;
}

.bank_detail ul li {
    float: none !important;
}

.reapply_box .question_block, .reapply_box .yes_no_block button {
    padding: 0 !important;
    margin: 0 !important;
}


.reapply_box .yes_no_block .left-align .flex {
    margin-right: 30px !important;
}

.reapply_box .yes_no_block .left-align .right-50{
    margin-right: 50px !important;
}

.round_btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 23px;
    padding: 5px 5px;
    height: 43px;
    float: right;
    cursor: pointer;
}
.round_btn h5{
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
}

.upload_doc_btnset .round_btn{
    min-width: 180px;
}
.upload_doc_btnset h5{
    padding-top:7px; white-space:nowrap;
}
.pr-a-120hz3t{
    background: #fff !important;
}
.google_img .v-image__image--cover{
    background-size: auto;
    background-position-y: top !important;
}

.v-text-field__slot label, label.primary--text, label.v-label--active, label.theme--light {
    color:#84dd76 !important;
    caret-color: #84dd76 !important;
}

label.v-label--active {
    top: 20px !important;
}

.back_btn .v-btn__content {
    text-align: center;
}

#map {
    max-width: none !important;
}

.primary-list {
    display: flex;
    align-items: center;
    padding: 10px;
}

.policy-defination li {
    font-size: 0.8rem;
}

.pr-inline-rating {
    width: 200px;
}
.pr-inline-rating  * {
    background-repeat: repeat;
}
#pr-rich-rating-badge-widget * {
    background-repeat: repeat;
}

.pr-inline-rating > div > div > div > span:nth-child(2) {
    color: rgb(102, 102, 102) !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
}

.form-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, .8);
}
.form-loading strong {
    font-size: 14px;
}

.static-banner {
    clear:both;
    width:100%;
}

@media only screen and (max-width: 320px) {
    .google-review {
        width: auto !important;
    }
    .google-review .g-comments {
        display: none;
    }

    .pr-inline-rating > div > div > div > span:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 265px) {
    .pr-inline-rating > div > div > div > div {
        display: none;
    }


}

.discount_parent {
    background: #fffae7;
    border: 1px solid #ffc700;
    border-radius: 24px;
    max-width: 550px;
    min-width: 190px;
}
.discount_parent p {
    margin-bottom: 12px !important;
}
.discount_banner_content{
    /*padding-left: 25%;*/
    padding-right: 10px;
}
.logo_animation {
    position: relative;
    left: -70px;
    top: -70px;
}

.discount_text {
    color: #c2ae67;
}
.discount_title {
    line-height: 15px !important;
    font-size: 15px !important;
}
.discount_subtitle {
    line-height: 18px;
    font-size: 16px;
    position: relative;
    font-weight: 600 !important;
}
.discount_banner {
    background: #fff2c4;
    border-radius: 25px;
    max-width: 300px;
}
.discount_container {
    background: #fff2c4;
    border-radius: 25px;
    min-height: 33px;
    max-width: 180px;
}
.discount_container p {
    line-height: 25px;
    font-size: 11px;
    /*font-weight: 500;*/
}
.saving_container {
    background: #FFFAE7;
    border-radius: 25px;
    min-height: 33px;
}
.notes_container {
    border-radius: 25px;
    min-height: 33px;
    text-align: left;
    line-height: 1.2rem;
    color: grey;
    padding: 10px 0 10px 0;
}
.saving_container span{
    background: #FFEAA2;
}
.saving_container p {
    line-height: 25px;
    font-size: 11px;
    /*font-weight: 500;*/
}
.balance_title {
    font-size: 13px;
}
.balance {
    color: #ddbe78;
    line-height: 18px;
}
.pay_btn {
    border-radius: 6px;
    height: 30px !important;
}
.terms_checkbox_label {
    color: #000000;
}
.term_link {
    color: #ffb100;
}
.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.line-through {
    text-decoration-line: line-through;
    text-decoration-thickness: 3px;
}
.spacing-05 {
    letter-spacing: 0.05rem;
}
.orange_border_btn {
    color: #ffb100 !important;
    border: 1px solid #ffb100 !important;
    background: transparent !important;
}
.repaymnt_amnt {
    align-items: center;
    justify-content: center;
    color: black !important;
    display: flex;
    margin-bottom: 9px;
    height: 40px;
    min-height: 40px !important;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    background: white;
    line-height: 18px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #eceff0;
    border-radius: 4px;
}
label.repaymnt_amnt {
    width: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right-width: 0px;
}
input.repaymnt_amnt {
    width: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*MACC BANNER*/
.banner-progress {
    display: grid;
    grid-template-columns: 23px 3fr;
    align-items: center;
}
.banner-progress .v-progress-linear {
    width: 100.5% !important;
}
.progress-tile {
    /*min-width: 150px;*/
    width: 25%;
}
.timeline {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    padding-left: 5px;
}
.banner-tooltip {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 10px;
    background: #F9EAB5;
    font-size: 14px;
    font-weight: 400;
    left: 0px;
    border-radius: 12px;
    transform: translateY(20px);
    height: 100%;
    min-height: 100px;
    width: fit-content;
    position: relative;
    top: -35px;
    align-content: center;
}
.banner-tooltip-transparent {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 10px;
    background: white;
    font-size: 14px;
    font-weight: 400;
    left: 0px;
    border-radius: 12px;
    transform: translateY(20px);
    height: 100%;
    min-height: 100px;
    width: 100px;
    position: relative;
    bottom: 0px;
    align-content: center;
    text-align: left;
}
.banner-tooltip:after {
    border-width: 30px 20px 0px 0px;
    border-style: solid;
    border-color: #F9EAB5 transparent transparent transparent;
    bottom: 0px;
    left: 0px;
    transform: translateY(20px);
    position: absolute;
    content: '';
    opacity: 1;
}
.face {
    position: absolute;
    top: -15px;
    left: 10px;
}
.banner-tooltip .title {
    font-style: normal;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 12px !important;
    letter-spacing: 0 !important;
    text-align: left;
}
.banner-tooltip .amount {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 12px;
    text-align: left;
    margin: 10px 0 15px 0;
}
.banner-tooltip .time {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}
.banner-tooltip .time strong {
    font-size: 8px;
}
.banner-tooltip-transparent .title {
    font-style: normal;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 12px !important;
    color: #E50300;
    margin-bottom: 5px;
}
.banner-tooltip-transparent .time {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 12px;
}
.banner-tooltip-transparent .amount {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 12px;
    text-align: left;
    margin: 10px 0 20px 0;
}
.step:nth-of-type(1) {
    opacity: 1
}
.step:nth-of-type(2) {
    opacity: 0.8
}
.step:nth-of-type(3) {
    opacity: 0.5
}
.step:nth-of-type(4) {
    opacity: 0.3
}
.step:nth-of-type(5) {
    opacity: 0.1
}
.macc_pay .v-btn__content{
    display: flex !important;
    justify-content: space-between;
}
#parent {
    margin-top: 3rem !important;
}
.banner-title{
    font-weight: 700;
    font-size: 30px;
}
@media only screen and (max-width: 730px) {
    /*.progress-tile {*/
    /*    min-width: 120px !important;*/
    /*}*/
    .banner-tooltip .time strong {
        font-size: 7px;
    }

    /*    optional*/
    .progress-tile {
        min-width: 80px !important;
    }
    .banner-tooltip {
        min-height: 85px;
        width: 90px;
    }
    .banner-tooltip-transparent {
        min-height: 85px;
        width: 90px;
    }
    .banner-tooltip .title {
        font-size: 10px !important;
    }
    .banner-tooltip .time {
        font-size: 8px;
    }
    .banner-tooltip .amount {
        font-size: 15px;
        margin: 5px 0 10px 0;
    }
    .banner-tooltip-transparent .title {
        font-size: 10px !important;
    }
    .banner-tooltip-transparent .time {
        font-size: 8px;
    }
    .banner-tooltip-transparent .amount {
        font-size: 15px;
        margin: 5px 0 10px 0;
    }
    .timeline {
        font-size: 10px;
    }
    .banner-title {
        font-size: 32px;
    }
}

/*MACC BANNER END*/

@media only screen and (max-width: 1000px) {
    .discount_banner_content{
        width: 100%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
    .discount_parent{
        width: 480px;
    }
}
@media only screen and (max-width: 600px) {
    .discount_banner_content {
        width: 90% !important;
    }
    .discount_parent p {
        margin-bottom: 4px !important;
    }
    .discount_subtitle {
        font-size: 12px !important;
        padding-top: 0px !important;
    }
    .pay_btn{
        border-radius: 2px !important;
        height: 20px !important;
    }
    .discount_banner {
        max-width: 270px;
    }
}
@media only screen and (max-width: 530px) {
    .disc_percentage {
        font-size: 38px !important;
    }
    .discount_title {
        font-size: 11px !important;
        line-height: 13px !important;
    }
    .discount_banner {
        font-size: 10px;
    }
    .discount_banner {
        border-radius: 10px !important;
        font-size: 12px;
    }
    .discount_banner div:nth-child(3) {
        padding-left: 0px !important;
    }
    .discount_text {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1250px) and (max-width: 1550px) {
    .discount_banner_content{
        margin-left: 8%;
    }
}
@media only screen and (min-width: 400px ) and (max-width: 600px) {
    .logo_animation {
        left: -40px !important;
        top: -40px !important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 530px) {
    .discount_subtitle {
        font-size: 11px !important;
    }
    .logo_animation {
        left: -50px !important;
        top: -35px !important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 430px) {
    .discount_subtitle{
        font-size: 8px !important;
    }
}
@media only screen and (max-width: 400px) {
    .logo_animation {
        left: -50px !important;
        top: -35px !important;
    }
    .discount_parent{
        border-radius: 10px !important;
    }
    .discount_text {
        font-size: 8px !important;
    }
    .disc_percentage {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .discount_title{
        font-size: 11px !important;
        line-height: 11px !important;
    }
    .discount_subtitle{
        font-size: 8px !important;
    }
    .discount_banner{
        font-size: 8px !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 340px){
    .logo_animation {
        left: -45px !important;
        top: -30px !important;
    }
    .disc_percentage{
        font-size: 25px !important;
    }
    .discount_title {
        font-size: 9px !important;
    }
    .discount_parent .payment-disclaimer {
        font-size: 7px !important;
    }

    .discount_parent p {
        font-size: 10px !important;
    }
    .discount_subtitle{
        font-size: 8px !important;
    }
    .orange_btn {
        height: 20px !important;
    }
}
@media only screen and (min-width: 270px) and (max-width: 300px) {
    .logo_animation{
        left: -35px !important;
        top: -25px !important;
    }
    .discount {
        width: 15px !important;
        height: 15px !important;
        line-height: 15px !important;
    }
    .disc_percentage{
        font-size: 20px !important;
        line-height: 15px !important;
    }
    .discount_title{
        font-size: 5px !important;
    }
    .discount_banner {
        font-size: 6px !important;
    }
    .discount_subtitle{
        font-size: 5px !important;
        line-height: 8px !important;
    }
    .discount_parent {
        border-radius: 10px !important;
        font-size: 5px !important;
    }
    .discount_title{
        line-height: 6px !important;
    }
    .pay_btn{
        height: 15px !important;
    }
    .line-through {
        text-decoration-thickness: 2px;
    }
    .balance{
        line-height: 12px !important;
    }
    .discount_text{
        font-size: 6px !important;
    }
}

#thumb {
    width: 20px;
    height: 20px;
}

.discount {
    border-radius: 50%;
    background: white;
    width: 32px;
    height: 32px;
    line-height: 28px;
}

#a10_hera a {
    color: #86de76 !important;
}

.hera_top_position {
    position: relative !important;
    top: -8rem;
}

/*Start of Payment popup with discount*/
.payout-dialog {
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 5px !important;
}
.payout-popup{
    width: 400px;
    float: right;
}
.payout-popup .banner {
    height: 90px;
}
.payout-popup .coin-container {
    width: 90px;
}
.payout-popup .discount_wrapper{
    width: 80%;
    float: right;
}
#coins {
    position: relative;
    top: -50px;
    left: -65px;
}

.payout-popup .payout-discount-title {
    line-height: 15px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}
.payout-popup .black-label{
    margin-top: 0px !important;
    padding: 0px !important;
}
.payout-popup .v-input--selection-controls__input .theme--light.v-icon{
    color: red !important;
}
.payout-popup .divider {
    content: '';
    height: 1px;
    background: #FFC700;
    display: block;
    position: relative;
    top: 16px;
}
#checkboxLabel {
    color: blue;
    font-size: 10px;
}
.payout-popup .right-0{
    padding-right: 0px !important;
}
.payout-popup .top-20{
    margin-top: 20px !important;
}
.payout-popup .top-40{
    margin-top: 40px !important;
}
.payout-popup .disc_percentage{
    font-family: Poppins, sans-serif!important;
    font-size: 38px;
}
.payout-popup .popup {
    width: 20px;
}
.payout-popup .popup .discount{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payout-popup .no_background{
    background: none;
}
.payout-popup .payout-balance-title{
    font-size: 11px !important;
}
.payout-popup .payout .balance{
    font-size: 18px !important;
}
.payout-popup .amount_box{
    padding: 10px;
    border-radius: 10px;
    max-width: 170px !important;
    background: #FFF2C4;
    height: 145px;
    line-height: 16px !important;
    min-width: 170px !important;
}
.payout-popup .amount_selected{
    border: 2px solid #FFB100;
}
.payout-popup .custom-amount{
    font-size: 12px;
    line-height: 14px;
}
.payout-popup .currency_sign {
    border: 1px solid #D0D5DD;
    color: #D0D5DD !important;
}
.payout-popup label.repaymnt_amnt{
    width: 40px !important;
}
.payout-popup .custom_popup_amount{
    border: 1px solid #D0D5DD;
    padding-left: 5px;
    border-left: 0px;
    color: black !important;
    max-width: 90px !important;
}
.payout-popup .payout_discount_subtitle {
    line-height: 10px;
    font-size: 12px;
    position: relative;
    font-weight: 500 !important;
}
.payout-popup .popup-discount-text {
    color: #c2ae67;
    font-size: 12px;
}
.payout-popup .pay-now-terms .v-input--selection-controls__input .theme--light.v-icon {
    color: black !important;
}
.payout-popup .payment-terms-checkbox{
    line-height: 20px;
}
.payout-popup .payment-action-btn{
    width: 160px !important;
    height: 42px !important;
    font-size: 15px;
    text-transform: uppercase;
}
@media only screen and (max-width: 380px){
    .payout-popup .discount-divider{
        font-size: 10px !important;
        padding: 0px !important;
    }
}

@media only screen and (max-width: 450px) {
    #coins {
        top: -42px;
        left: -15px;
        height: 120px;
        width: 120px;
    }
    .payout-popup .discount_wrapper{
        padding-left: 20px ;
    }
    /*For more smaller screens*/
    .payout-dialog{
        width: 90% !important;
    }
    .payout-popup .amount_box{
        max-width: 45% !important;
        min-width: 0px !important;
        height: 140px;
        font-size: 10px;
    }
    .payout-popup .amount_box .popup-discount-text  {
        font-size: 10px;
    }
    .payout-popup .custom-amount {
        font-size: 10px;
        line-height: 11px;
    }
    .payout-popup label.repaymnt_amnt {
        max-width: 30px;
    }
    .payout-popup .custom_popup_amount {
        padding-left: 3px;
        max-width: 80px !important;
    }
    .payout-popup .payment-action-btn{
        width: 130px !important;
        height: 35px !important;
        font-size: 15px;
    }
}
@media only screen and (max-width: 400px) {
    .disc_percentage {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}
@media screen and (min-width: 380px) and (max-width: 450px) {
    .payout-popup .amount_box{
        max-width: 45% !important;
        min-width: 80px !important;
        margin-bottom: 5px;
    }
    .payout-popup .mode-container{
        justify-content: space-between !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 340px){
    .disc_percentage{
        font-size: 22px !important;
    }
}
@media only screen and (min-width: 270px) and (max-width: 300px) {
    .disc_percentage{
        font-size: 20px !important;
        line-height: 15px !important;
    }
}
@media only screen and (max-width: 390px) {
    .caption{
        font-size: 10px;
    }
    .payout-popup .amount_box .popup-discount-text {
        font-size: 9px;
    }
    .payout-popup label.repaymnt_amnt {
        max-width: 25%;
    }
    .payout-popup .custom_popup_amount {
        max-width: 70% !important;
        font-size: 20px;
    }
}
@media only screen and (min-width: 380px) and (max-width: 780px){
    .payout-popup .discount_wrapper h3 {
        font-size: 1.575rem !important;
    }
}
@media only screen and (max-width: 400px) {
    .payout-popup .discount_wrapper h3 {
        font-size: .9rem !important;
    }
}
.dollar_background{
    background: #FFEAA2
}
.payout-popup .no-padding{
    padding: 0px !important;
}
.payout-popup .full-width{
    width: 100% !important;
}
.payout-popup .cancel-btn-color{
    color: #848B8E !important;
}
.payout-popup .payment-disclaimer{
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .2px;
    font-style: italic;
}
.payout-popup .pay-now-terms .v-input--selection-controls__input .theme--light.v-icon {
    color: #FFFAE7 !important;
    border: 1px solid #FFB100;
    height: 20px;
    width: 20px;
    border-radius: 4px;
}
.payout-popup .pay-now-terms .v-icon.accent--text{
    background: black !important;
}
.payout-popup .pay-now-terms .v-input--selection-controls__input{
    margin-right: 4px !important;
}
.payout-popup .payment-terms-checkbox{
    line-height: 20px;
}
.payout-popup .payment-action-btn{
    width: 160px;
    height: 42px !important;
    font-size: 15px;
    text-transform: uppercase;
}

.payout-popup .black-label{
    margin-top: 0px !important;
    padding: 0px !important;
}
.payout-popup .black-label input[type="checkbox"] {
    /* Add your custom checkbox styles here */
    /* Example styles: */
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background-color: #fff;
}
.payout-popup .black-label .v-input--selection-controls__ripple {
    /* Add your custom ripple effect styles here */
    /* Example styles: */
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.payout-popup .black-label .v-input--selection-controls__ripple.active {
    /* Add your custom active ripple effect styles here */
    /* Example styles: */
    opacity: 1;
}


.payout-popup .v-input--selection-controls__input .theme--light.v-icon{
    color: red !important;
}
.success_payup_disclaimer {
    font-size: 11px !important;
    font-style: italic;
}
.success_payup_disclaimer .redirect_message {
    font-size: 10px !important;
    font-weight: 500;
}
.payout-popup .mode_text {
    font-size: 11px !important;
}

#checkboxLabel {
    color: blue;
    font-size: 10px;
}
.payout-popup .payout-popup label.repaymnt_amnt{
    border-right-width: 1px;
}
.payout-popup .mode-container {
    justify-content: space-between;
    flex-direction: row;
}
.inactive-form {
    opacity:0.4;
    pointer-events: none;
}
/*End of Payment popup design*/
@media only screen and (min-width: 400px) and (max-width: 600px){
    .discount {
        width: 26px !important;
        height: 26px !important;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 400px){
    #thumb{
        width: 15px;
        height: 15px;
    }
    .discount {
        width: 20px !important;
        height: 20px !important;
        line-height: 18px !important;
    }
}
@media only screen and (min-width: 270px) and (max-width: 300px) {
    #thumb{
        height: 10px !important;
        width: 10px !important;
    }
}

/*Willingness section css*/
.direction-column {
    flex-direction: column;
}
.option-selection .v-btn__content{
    text-transform: none !important;
}
.options-selection .v-btn__content{
    text-transform: none !important;
}
.options-selection span {
    max-width: 40px !important;
}
.willingness-form {
    padding-left: 0px !important;
}
.willingness-form .form-content.closed {
    height: 0px;
    transform: scaleY(0);
}
.willingness-form .cancel-btn {
    width: 110px !important;
    height: 44px !important;
    border-radius: 4px;
    border: 1px solid #ffb100;
    color: #ffb100 !important;
    font-weight: 700;
}
.willingness-form .submit-btn {
    margin-left: 15px;
    width: 189px !important;
    height: 44px !important;
    background: #ffb100 !important;
    border-radius: 4px;
    font-weight: 700;
    color: white !important;
}
@media only screen and (max-width: 540px) {
    .willingness-form .cancel-btn {
        width: auto !important;
    }
    .willingness-form .submit-btn {
        margin-left: 15px;
        width: auto !important;
    }
}
.selection-btn-group {
    display: flex;
    flex-direction: row;
}
.selection-btn-group > :first-child {
    border-radius: 5px 0px 0px 5px !important;
    width: 49%;
    margin: 0px !important;
}

.selection-btn-group > :nth-child(2) {
    padding: 5px;
    border-radius: 0px 5px 5px 0px !important;
    width: 50%;
    position: relative;
    left: -5px;
    margin: 0px !important;
}
.form .v-responsive__content {
    width: 50px !important;
}
.support-btn .v-btn__content{
    text-transform: none !important;
}
.willingness-form .v-input {
    padding: 0px
}
.willingness-form .v-select__slot{
    background: white !important;
}
.willingness-form input {
    background: white !important;
}
.dialog-container {
    max-width: 350px !important;
    margin-top: 25px;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.26) !important;
}
.dialog-tip {
    position: relative;
    top: -25px;
    width: 0;
    height: 20px;
    left: 40%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #FFFFFF;
}
.supporter-form {
    position: absolute;
    z-index: 1;
}
.supporter-form p {
    font-size: 11px !important;
    line-height: 20px;
    font-weight: 500;
    word-break: break-word;
}
.supporter-form .form-elements {
    padding: 5px 5px 15px 5px;
}
.supporter-form label {
    color: #80683b !important;
    display: flex;
    justify-content: left;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
}
.supporter-form input {
    border: 1px solid #D0D5DD ;
}
.supporter-form textarea {
    border: 1px solid #D0D5DD ;
}
.supporter-form .error_border {
    border-color: red ;
}
.supporter-form .v-card__title{
    padding-top: 0px !important;
}
.supporter-form .v-btn__content{
    text-transform: capitalize !important;
}
.willingness-cancel-btn.cancel-btn {
    width: 100px !important;
}
.willingness-submit-btn{
    max-width: 60% !important;
}
.willingness-cancel-btn{
    max-width: 30% !important;
}
@media only screen and (max-width: 630px) and (min-width: 450px) {
    /*.selection-btn-group > :first-child {*/
    /*    border-radius: 5px !important;*/
    /*    width: 100%;*/
    /*}*/

    /*.selection-btn-group > :nth-child(2) {*/
    /*    padding: 5px;*/
    /*    border-radius: 5px !important;*/
    /*    left: 0px !important;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    margin-top: 2px !important;*/
    /*}*/
}
@media only screen and (max-width: 450px) {
    .selection-btn-group{
        display: flex;
        flex-direction: row;
    }
    .selection-btn-group button {
        height: 40px !important;
    }
}
@media only screen and (max-width: 550px) {
    .selection-btn {
        height: 50% !important;
        width: 90% !important;
    }
}
@media only screen and (max-width: 600px) {
    .selection-btn-group {
        display: flex;
        /*flex-direction: row;*/
    }
    .selection-btn-group.column{
        flex-direction: column !important;
    }
    .selection-btn-group.column > :first-child {
        border-radius: 5px !important;
        width: 100%;
    }

    .selection-btn-group.column > :nth-child(2) {
        padding: 5px;
        border-radius: 5px !important;
        left: 0px !important;
        width: 100%;
        /*position: relative;*/
        /*margin-top: 2px !important;*/
    }
    .selection-btn-group button{
        border-radius: 5px !important;
        height: 40px !important;
        /*width: 100% !important;*/
        /*width: 100% !important;*/
    }
    .selection-btn-group > :nth-child(2) {
        left: 0px !important;
    }
    .contribution-application .header-container {
        flex-direction: column ;
        padding-left: 0px !important;
    }
}
@media only screen and (max-width: 400px) and (min-width: 350px) {
    .selection-btn-group button .v-btn__content {
        font-size: 11px;
    }
}
@media only screen and (max-width: 350px) {
    .selection-btn-group button .v-btn__content {
        font-size: 9px !important;
    }
}
.supporter-disclaimer{
    color: #ACB5C7 !important;
}

.willingness-form .top-disclaimer {
    max-width: 700px !important;
}
.willingness-form .play-container{
    max-width: 110px;
}
.willingness-form .contribution_info {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px;
    margin: 0px !important;
    color: #00000;
}

.willingness-form .form {
    background: #fffae7;
    border: 1px solid #ffc700;
    border-radius: 16px;
    padding: 20px;
    max-width: 800px !important;
}
.willingness-form .form .heading {
    font-size: 16px !important;
}
.willingness-form .form .info-para {
    color: #000000;
    font-weight: 500 !important;
}
.willingness-form .form .top-section {
    /*border-bottom: 1px solid #ffb100;*/
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.willingness-form .form .form-disclaimer {
    font-size: 12px !important;
    line-height: 20px;
    color: #000000;
}
.willingness-form .hashtag {
    float: left;
    font-size: 14px;
    color: #f57500;
    font-weight: 500;
}

.willingness-form .field-group {
    line-height: 30px;
    max-width: 500px;
    margin-bottom: 5px !important;
}
.willingness-form .field-group .v-input {
    width: 100% !important;
}
.willingness-form .form-fields label {
    color: #80683b;
    font-size: 14px;
    font-weight: 500;
    margin: 0px !important;
}
.willingness-form .form-fields .v-select__selection--comma{
    white-space: pre-line !important;
}
.willingness-form .disclaimer {
    color: #80683b;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 19px;
}
.willingness-form .form-content {
    overflow: hidden;
    transition: transform 1s cubic-bezier(0, -1, 0, 1);
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
}

.willingness-form .closer {
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #ffb100;
    transform: matrix(1, 0, 0, -1, 0, -12);
    cursor: pointer;
}
.willingness-form .closer .spinner {
    position: relative;
    display: flex;
    width: 10px;
    height: 3px;
    left: 6px;
    top: 8px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    color: #ffb100;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid transparent;
    border-bottom-color: #ffb100;
}
.willingness-form .closer .spinner.toggler {
    top: 5px;
    border-bottom: 0px solid transparent;
    border-top: 10px solid transparent;
    border-top-color: #ffb100;
}
.willingness-form .no-bottom-border {
    border-bottom: 0px !important;
}
.willingness-form .file-upload {
    color: black !important;
    line-height: 36px;
    width: 100% !important;
    padding: 0px 0px 0px 10px !important;
}
.willingness-form .file-upload::-webkit-file-upload-button {
    display: none;
}
.willingness-form .file-trigger {
    float: right;
    background: #ffb100;
    border: 1px solid #ffb100;
    height: 44px;
    width: 90px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    color: white !important;
    display: flex;
    font-weight: 500;
    font-size: 15px;
    top: -44px;
    cursor: grab;
}
.willingness-form .file-upload span {
    line-height: 45;
}
.willingness-form .address .v-text-field {
    max-width: 155px !important;
}
.willingness-form .relation-select {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    text-align: left;
    background: white !important;
    border: 1px solid #ECEFF0;
    border-radius: 4px;
    min-height: 44px;
    padding: 10px 10px !important;
    font-size: 14px;
    letter-spacing: 0px;
    color: #A6AAB2 !important;
    -webkit-appearance: menulist;
}
.willingness-form .doc-list-item {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border: 1px solid #F6EED0;
    border-radius: 5px;
    background: white;
    width: 100%;
}
.willingness-form .doc-list-item i {
    font-size: 25px;
    margin:  0px
}
.willingness-form .action-container{
    justify-content: left;
    margin-left: 20% !important;
}

@media only screen and (min-width: 400px) and (max-width: 600px){
    .willingness-form .action-container{
        margin-left: 0% !important;
        justify-content: center !important;
    }
}
.bank-container .v-autocomplete{
    margin: 0px !important;
}
.label-container {
    background: #daf9eb;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Layout css for contributio*/
.contribution-application {
    min-height: 300px;
    padding-left: 15%;
    padding-right: 15%;

}
.contribution-application .header-container{
    display: flex;
}
.contribution-application .header-container div:first-child{
    display: flex;
    flex-direction: column;
}
.contribution-application .header-font {
    font-size: 2.0rem;
    font-weight: 700;
}
.line-height-2 {
    line-height: 2.2rem;
}
.contribution-application #family-poster{
    position: absolute;
    right: 15%;
    z-index: 1;
}
#contribution-container{
    max-width: 100%;
    background: white;
    padding-left: 15%;
    padding-right: 15%;
}
.text-no-underline {
    text-decoration: none !important;
}
.width50 {
    width: 50%;
}
.contact-btns button:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 42px;
}
.contact-btns button:nth-child(2) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 42px;
    margin-left: -2px;
}
.contact-btns .v-btn__content {
    text-transform: capitalize !important;
}
.flex-grow-1{
    flex-grow: 1;
}
.contribution-form {
    background: #fffae7;
    border: 1px solid #ffc700;
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
}
.contribution-form .top-border {
    border-top: 1px solid #ffb100;
    width: calc(100% + 48px) !important;
}
@media only screen and (max-width: 625px) {
    .contribution-form .top-border {
        width: calc(100% + 36px) !important;
    }
    .willingness-form {
        max-width: 100% !important;
        padding-right: 0px !important;
    }
    .willingness-form .contribution-form {
        max-width: 100% !important;
    }
}
.contribution-form-buttons .v-btn__content{
    text-transform: capitalize !important;
}

/*Bank details*/

.bank-container {
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 4px !important;
    max-height: 400px;
    overflow: auto;
}
.bank-container .bank{
    cursor: pointer;
}
.bank-container .bank.selected {
    border: 1px solid green
}
.selection-box {
    background: #FFF2C4;
    border-radius: 8px;
    width: 140px;
    height: 150px;
    cursor: pointer;
    flex-direction: column;
}
.selection-box.selected{
    border: 3px solid #FFB100;
}
.selection-box.not-selected{
    border: none;
}
.selection-box h5 {
    line-height: 15px;
    margin: 10px 0px 0px 0px;
}
.selection-box.selected button{
    background: #FFB100 !important;
    color: white;
    border: none;
}
.selection-box.not-selected button{
    background: transparent !important;
    color: #848B8E;
    border: 1px solid #FFD43A;;
}
.selection-btn {
    border-radius: 4px !important;
    max-width: 150px;
    height: 35px;
}
.box-disclaimer {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    color : #C2AE67;
}
.btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.bank-login-form div p {
    text-align: center !important;
}
@media only screen and (max-width: 600px) {
    #contribution-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 340px) {
    .payout-popup .discount-divider {
        font-size: 10px !important;
    }

    .payout-popup .payout-discount-title {
        font-size: 8px !important;
        letter-spacing: 0;
        line-height: 10px !important;
    }

    .payout-popup .payout_discount_subtitle {
        font-size: 9px !important;
    }

    .payout-popup .payment-terms-checkbox {
        font-size: 11px !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 380px){
    .payout-popup .mode-container{
        /*flex-direction: column !important;*/
        /*align-items: center !important;*/
    }
}
.orange_btn_disabled {
    background: rgba(0,0,0,.12)!important;
    color: rgba(0,0,0,.26)!important
}
.cursor-not-allowed{
    cursor: not-allowed !important;
}
.lock .v-image__image{
    max-width: 70px;
    max-height: 60px;
}
.inactive{
    opacity:0.4;
    pointer-events: none;
}
.text-black {
    color: black !important;
}
.mt-40 {
    margin-top: 40px !important;
}

@media only screen and (max-width: 750px) {
    .header-container div:nth-child(2){
        height: 375px !important;
    }
    .contribution-application #family-poster {
        position: relative;
        left: 10px;
        height: 500px;
        width: 105%;
        top: -15px;
    }
}


@media only screen and (min-width: 1150px) {
    .v-alert.fraud-alert {
        margin-right: 72px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1149px) {
    .v-alert.fraud-alert {
        margin-right: 40px;
        margin-left: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .v-alert.fraud-alert {
        margin-right: 24px;
    }
}

/*Centerlink Iframe css*/
iframe#centreLinkFrame {
    width: 1px;
    min-width: 100%;
    border-bottom: 1px solid #ECEFF0;
}
.centrelink_form {
    border: 1px solid #ECEFF0;
    border-radius: 5px;
}
.terms-popup p {
    width: 100% !important;
}

/*Macc Contract css*/
.macc-contract-container {
    max-width: 700px !important;
}

/*New home page style additions*/
.homepage-banner .flickity-page-dots {
    bottom: -10px !important;
}

.homepage-banner .flickity-page-dots .dot {
    margin: 1px !important;
}
.customer-testimonial .flickity-page-dots {
    display: none;
}
@media only screen and (max-width: 400px) {
    .payout-popup .payout-discount-title {
        font-size: 8px !important;
        letter-spacing: 0;
        line-height: 10px !important;
    }
}

.pdf-container {
    background-color: grey;
    padding: 12px;
    overflow: auto;
    border: 1px solid grey;
}
.pdf-container .canvas {
    width: 100%;
}

.pdf-container .canvas + .canvas {
    margin-top: 12px;
}

#lite #app .application .application--wrap {
    display: block;
}
#lite #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg .fundo-nav,
#lite #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard .navigation-bar,
#lite #app .application .application--wrap > .footer{
    display: none;
}
#lite #app #apply-now .preferred-card-btn-group {
    margin-bottom: 1em;
}
#lite body#lead-market #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard {
    margin: 0 !important;
}
#lite .v-dialog:not(.v-dialog--fullscreen) {
    overflow-x: hidden;
    overflow-y: auto;
}

#lite .v-dialog:not(.v-dialog--fullscreen)::-webkit-scrollbar {
    width: .3em;
}
#lite .v-dialog:not(.v-dialog--fullscreen)::-webkit-scrollbar-track {
    box-shadow: initial;
    border-radius: 0;
}
#lite .v-dialog:not(.v-dialog--fullscreen)::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 0;
}

/* Handle on hover */
#lite .v-dialog:not(.v-dialog--fullscreen)::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
#lite #app #apply-now .preferred-card-btn-group button {
    margin: 0  1em 0 0 !important;
    display: block;
    float: left;
}
#lite #app #apply-now .preferred-card-btn-group button .v-btn__content {
    width: 100%;
}
#lite #app #apply-now .preferred-card-btn-group button:last-child {
    margin: 0 !important;
    float: none;
}
#lite #app .application .application--wrap > div.application_form_bg {
    background: white;
}
#lite body#lead-market #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard .lead-container {
    margin: 0 !important;
    padding: 1em;
    border-radius: 0 !important;
    min-width: 100%;
}
#lite #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard > .v-content__wrap > #scroolto {
    margin: 0 !important;
    width: 100%;
}
#lite body.swal2-shown.swal2-height-auto {
    padding: 0 !important;
}
#lite #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard > .v-content__wrap .referral-container {
    margin-bottom: 0;
}
#lite #app .application .application--wrap > div.layout.wrap.row.justify-center.align-center.application_form_bg > main.dashboard > .v-content__wrap .v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*Fundo score component css*/
.score-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--score-border);
    border-radius: 0.5rem;
    background: #fff;
}

.score-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .score-wrapper {
        padding: 2rem;
        gap: 1rem;
    }
}

.score-title {
    font-weight: 600;
    font-size: 0.875rem; /* 14px */
    color: var(--text-black);
}

.score-display {
    font-weight: 700;
    font-size: 2rem;
    color: var(--text-black);
}

.score-summary {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem; /* 14px */
    font-weight: 400;
    text-align: left;
    color: var(--text-black);
}

@media (min-width: 768px) {
    .score-summary {
        text-align: center;
        gap: 0.75rem;
    }
}

.break-md {
    display: none;
}

@media (min-width: 768px) {
    .break-md {
        display: inline;
    }
}

.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--score-accent);
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .learn-more {
        justify-content: center;
    }
}

.learn-more a {
    color: var(--score-accent);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.score-bar-wrapper {
    position: relative;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .score-bar-wrapper {
        margin-top: 3rem;
    }
}

.score-bar {
    display: flex;
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .score-bar {
        height: 14px;
        border-radius: 14px;
    }
}

.bar-segment {
    height: 100%;
    flex: 1 1 auto;
}

.bar-segment.red {
    background: var(--score-red);
}

.bar-segment.yellow {
    background: var(--score-yellow);
}

.bar-segment.light-green {
    background: var(--score-light-green);
}

.bar-segment.dark-green {
    background: var(--score-dark-green);
}

.person-icon {
    position: absolute;
    height: 30px;
    transform: translateX(-50%) translateY(-125%);
    transition: left 0.3s ease;
}

@media (min-width: 768px) {
    .person-icon {
        height: 60px;
        transform: translateX(-50%) translateY(-120%);
    }
}

.bar-labels {
    position: relative;
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
}

.bar-labels .label {
    position: absolute;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .bar-labels .label {
        font-size: 1.25rem;
    }
}

.label-start {
    left: 0%;
    transform: translateX(0);
    text-align: left;
}

.label-end {
    left: 100%;
    transform: translateX(-100%);
    text-align: right;
}
