﻿body {
    margin: 0;
    font-family: "foco" !important;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
    text-align: left;
    line-height: 1.5;
    color: #002A49;
}

a {
    color: #33B7C6;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

h1 {
    text-align: center;
    font-family: "foco";
    font-size: 41px;
    font-weight: 600;
    letter-spacing: -1.64px;
    color: #1B4B6D;
    text-transform: capitalize;
    opacity: 1;
}

h2 {
    text-align: center;
    font-family: "foco";
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #1B4B6D;
    text-transform: capitalize;
    opacity: 1
}

.progress {
    background-color: #ECEBEB;
    height: 10px;
    border-radius: 0;
}

.progress-bar {
    background-color: #33B7C6;
}

.container {
    max-width: 1140px !important;
}

.section-title {
    text-align: left;
    font-family: "foco";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.72px;
    color: #1B4B6D;
    text-transform: capitalize;
    opacity: 1
}

#section-header {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    font-family: "foco" !important;
    font-weight: 400;
}

#imgCompanyLogo {
    width: 210px !important;
    height: 49px !important;
    margin-top: 5px;
}

@media (max-width: 420px) {
    #imgCompanyLogo {
        position: absolute;
        clip-path: inset(0px 150px 0px 0px);
    }
}

.phone-number {
    text-align: right;
}

    .phone-number img {
        width: 14px;
        margin-top: -10px;
        margin-right: 2px;
        filter: hue-rotate(95deg) saturate(3) contrast(300%) brightness(200%) grayscale(50%) invert(15%);
    }

    .phone-number a {
        color: #002A49;
        font-weight: 700;
        font-size: 19px;
        letter-spacing: 0.11px;
    }

        .phone-number a:hover {
            color: #1B4B6D;
        }

.section-container {
    background-color: #F2F2F1;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.loan-purpose-container, .bank-container, .bank-container-collapse {
    background-color: #F2F2F1;
    color: #1B4B6D;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    letter-spacing: -0.5px;
}

#section-loan-purpose-car-loan, #section-loan-purpose-home-improvements, #section-loan-purpose-medical-family-education,
#section-loan-purpose-living-utilities-bills, #section-loan-purpose-life-events, #section-loan-purpose-purchases,
#section-loan-purpose-business-loans {
    display: none;
}

#section-payslips-upload img, #section-drivers-licence-passport-upload img, #section-application-complete img {
    filter: hue-rotate(95deg) saturate(3) contrast(300%) brightness(200%) grayscale(50%) invert(15%);
}

#section-primary-loan-purpose .loan-purpose-container {
    min-height: 125px;
    font-size: 19px;
}

#section-sub-category-loan-purpose .loan-purpose-container {
    font-size: 16px;
}

.bank-container {
    min-height: 120px;
}

    .bank-container img {
        width: 140px;
        height: 100%;
    }

.bank-container-collapse {
    min-height: 115px;
    max-height: 115px;
}

    .bank-container-collapse img {
        width: 140px;
        height: 100%;
    }

#imgCommonwealthBank {
    width: 105px;
    height: 100%;
}

.loan-purpose-container:hover, .loan-purpose-container.selected,
.bank-container:hover, .bank-container.selected,
.bank-container-collapse:hover, .bank-container-collapse.selected {
    background-color: #33B7C6 !important;
}

    .loan-purpose-container:hover span, .loan-purpose-container.selected span {
        color: #fff !important;
    }

    .loan-purpose-container:hover img, .loan-purpose-container.selected img {
        fill: #fff !important;
        filter: brightness(10) !important;
    }

#section-primary-loan-purpose img {
    filter: hue-rotate(95deg) saturate(3) contrast(300%) brightness(200%) grayscale(50%) invert(15%);
}

#section-sub-category-loan-purpose img {
    width: 32px;
    height: 32px;
    float: left;
    margin: -2px 10px 0 5px;
    filter: hue-rotate(95deg) saturate(3) contrast(300%) brightness(200%) grayscale(50%) invert(15%);
}

.nav-pills .nav-link, .btn-group-toggle .btn-primary {
    color: #000;
    background-color: #b0dfe5;
    border-color: #fff;
    border-radius: 10px;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #33B7C6;
    border: none;
    font-family: "foco" !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    /*font-size: 1.1em !important;*/
    border-radius: 10px;
}

.btn-option {
    color: #33B7C6;
    background-color: #FFF;
    border: 1px solid #33B7C6 !important;
}

.btn-success {
    font-family: "rift-soft", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #002A49 !important;
    background-color: #D3F531;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn-info, .btn-success {
    font-family: "foco";
    background-color: #D3F531;
    border: none;
    border-radius: 10px !important;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}

.btn-partner-redirection {
    background-color: #FFA3A0 !important;
}

.btn-link {
    color: #33B7C6;
}

.btn-link:hover {
    color: #D3F531;
}

.nav-link {
    display: block;
    padding: 5px;
    background-color: #d6d5d3;
    color: #72726d;
    border-radius: 10px !important;
    font-family: "foco" !important;
    font-size: 18px;
    font-weight: 600 !important;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-group-toggle .btn-primary {
    color: #72726d;
    background-color: #d6d5d3;
    border: none;
    border-radius: 8px;
    font-family: "foco" !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.1em !important;
    margin: 3px;
    border: none;
}

.nav-pills .nav-link, .btn-group-toggle .btn-primary {
    color: #72726d;
    background-color: #ECEBEB;
    border: 1px solid #DFDEDD;
    font-family: "foco" !important;
    font-weight: 400;
    margin-right: 8px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #002A49;
        background-color: #D3F531;
        font-family: "foco" !important;
        font-weight: 400;
        border-radius: 10px;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7D5D4;
    border-radius: 10px;
}

textarea.form-control {
    color: #002A49;
    font-family: "foco";
    font-weight: 400;
}

.input-group-text {
    display: flex;
    text-align: center;
    white-space: nowrap;
    background-color: #33B7C6;
    border: 1px solid #ced4da;
    border-radius: 10px 0 0 10px !important;
    padding-bottom: 8px;
    border: none;
    color: #fff;
    font-family: "foco" !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

    .input-group-text input {
        color: #002A49;
        font-family: "foco" !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 1px;
    }

.readonly-amount .input-group-text {
    background-color: #72726D;
    color: #fff;
    border: 1px solid #d6d5d3;
}

.readonly-amount input {
    background-color: #33B7C6 !important;
    color: #002A49;
    font-family: "foco" !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #002A49;
    font-family: "foco" !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16.5px !important;
    text-align: left;
    text-transform: capitalize;
}

.required {
    color: #002A49;
}

.info-box {
    background-color: #85D0D9;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    color: #FFF;
    border-radius: 10px;
}

.text-info {
    color: #1B4B6D !important;
    font-size: 1em !important;
}

.text-initial {
    text-transform: initial !important;
}

.btn-primary:hover, .nav-link:hover, .btn-primary.active, .btn-upload.active {
    background-color: #D3F531 !important;
    color: #002A49 !important;
}

.btn-success:hover, .btn-info:hover {
    background-color: #33B7C6 !important;
    color: #fff !important;
}

.nav-link-menu:hover {
    background-color: #D3F531 !important;
    color: #495057 !important;
    font-size: 20px;
}

.btn-info {
    background-color: #33B7C6;
    color: #FFF !important;
    border-radius: 10px;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d7d5d4;
    border-radius: 5px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #218c43;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #33B7C6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #002A49;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent linear-gradient(180deg, #72726D19 0%, #D7D5D4 100%) 0% 0% no-repeat padding-box;
}

label.select-container {
    overflow: hidden;
    position: relative;
    display: block;
}

    label.select-container:after {
        content: "\f107 ";
        font-family: FontAwesome;
        font-weight: 600;
        font-size: 20px;
        color: #5F5F5A;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 1;
        height: 100%;
        pointer-events: none;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    top: 13px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:hover {
        background-color: #D3F531;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: #33B7C6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.error {
    color: red;
    font-size: 18px;
}

.error-border {
    border: 1.5px solid red !important;
}

.modal p {
    font-size: 20px;
}

    .modal p span {
        color: red;
    }


#section-terms ul {
    list-style: none;
    padding-left: 35px;
}

    #section-terms ul li {
        font-weight: 300;
        font-style: normal;
        font-size: 18px !important;
    }

        #section-terms ul li::before {
            content: "\2022";
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 25px;
        }

#section-application-complete p {
    font-size: 20px;
    letter-spacing: -0.28px;
    font-weight: 400;
}

#section-footer span {
    color: #1B4B6D;
    letter-spacing: -0.68px;
    font-size: 17px;
}

#section-footer img {
    filter: hue-rotate(95deg) saturate(3) contrast(300%) brightness(200%) grayscale(50%) invert(15%);
}

#section-footer a {
    font-weight: 600;
}

@media (min-width: 960px) {
    .tab-1 {
        padding: 0 12%;
    }
}

@media (min-width: 768px) {
    .yes-no-question {
        min-height: 50px;
        padding-top: 8px;
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    #section-primary-loan-purpose .loan-purpose-container {
        min-height: 130px;
        font-size: 16px;
    }
}

.btn-upload {
    background: #DAF3F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #33B7C6;
    border-radius: 11px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    margin: 10px;
    color: #002A49 !important;
}

    .btn-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

input[type="radio"] {
    display: none;
}

#btnContinue i {
    float: right;
    margin-top: 5px;
}

#btnBack i {
    float: left;
    margin-top: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

hr {
    background-color: transparent;
    padding-bottom: 5px !important;
}

#upnOtherDebtsApplicant1 hr:last-child, #upnOtherDebtsApplicant2 hr:last-child {
    display: none;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}

.disabled-button {
    pointer-events: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #33B7C6;
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
}

.align-self-center {
    margin-right: 5px;
}

.col-trust-pilot-alc {
    display: none;
}

.jb-skip {
    display: none;
}

.custom-combobox2 input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7D5D4;
    border-radius: 10px;
    font-family: "foco" !important;
    font-weight: 400;
}

.ui-menu {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ui-autocomplete li div {
    font-family: "foco" !important;
    font-weight: 400;
}

.custom-combobox2-toggle {
    display: block;
    text-align: right;
    margin-top: -30px;
    padding-bottom: 20px;
}

.custom-tooltip {
    background-color: #ffffcc;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 9999;
}

.disabled-button .custom-combobox2 input {
    background-color: #e9ecef;
    opacity: 1;
}