﻿.app-reqs {
    padding: 30px;
    border: solid 1px #efefef;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    box-shadow: 0px 0px 3px 1px #efefef;
}

    .app-reqs h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .app-reqs ul {
        list-style: none !important;
        margin-left: 0px !important;
    }

        .app-reqs ul li::before {
            content: '';
            display: inline-block;
            height: 30px;
            width: 30px;
            background-size: 24px;
            background-image: url('../../Hapo/assets/src/images/checkmark-circle-green.svg');
            background-repeat: no-repeat;
            margin-right: 10px;
            background-position: center center;
            vertical-align: middle;
        }

.content-container p, 
.content-container li, 
.content-container td {
    font-size: 18px;
}

.content-container .link-main p {
    font-size: 14px;
}

.content-tile .app-title h2 {
    font-family: 'museo-sans';
    font-weight: 500;
    font-size: 32px;
}

.complete-tile {
    padding-top: 50px;
}

.visa-content p {
    padding-bottom: 30px;
}

.visa-content {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .section-parsonal-main .btn {
        min-width: 200px;
    }
}
    .app-tile label {
        font-family: 'museo-sans';
        font-weight: 500;
        font-size: 16px;
    }

.app-page-title p {
    font-family: 'bebas-neue';
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase
}

.req-fields p {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 14px;
}

.persondata p {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0px;
}

.member-tile-container .member-tile .review-title {
    font-family: 'museo-sans';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.member-tile-container .member-tile p {
    font-family: 'museo-sans';
    font-size: 18px;
}

.page-title h2 {
    padding-bottom: 50px;
}

.section__loan-links {
    margin-left: 2px;
}

.app-buttons {
    padding-top: 30px;
}

.app-buttons a {
    text-decoration: none;
}

.visa-terms {
    padding-top: 50px;
}

.app-form {
    padding-top: 20px;
    padding-bottom: 50px;
}

.off-screen {
    position: relative;
    left: -10000px;
}

.row-form-select {
    height: 38px;
    margin-bottom: 20px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-label {
    margin-top: 2px;
    margin-left: 10px;
}

.radio-col {
    padding-left: 35px;
}

.check-control {
    width: 30px;
    margin-right: 15px;
}

.check-label {
    margin-top: 5px;
}

.removeInc {
    margin-top:32px;
}

.nav__dropdown-content ul li a {
    font-family:museo-sans,sans-serif;
    font-size:16px;
    color:rgb(255,255,255);
}

.nav__dropdown-content h5 a {
    font-family: museo-sans,sans-serif;
    font-size: 18px;
    color: rgb(255,255,255);
}

.card {
    background: rgba(34,34,34, .93);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:focus) ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");*/
    background-repeat: no-repeat;
    background-position: right calc(1rem + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-check-input {
    width: 20px;
    height: 20px;
    accent-color: black;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.form-group .btn-group .btn-toggle-outline {
    color: black;
    background-color: transparent;
    background-image: none;
    border-color: black;
    height: 2rem;
    padding-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
}

input[type="radio"]:checked+.btn-toggle-outline {
    color: white;
    background-color: black;
    border-color: black;
}

.btn-group input[type="radio"]:first-of-type + label {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.btn-group input[type="radio"]:last-of-type + label {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.btn-extra-income {
    background-color: #FFDC32;
    color: black;
    padding: 7px 15px 7px 15px !important;
}

.progress {
    height: 2rem;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: inherit;
}

    .progress > .progress-bar:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .progress > .progress-bar:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .progress .progress-bar {
        margin-left: 2px;
        margin-right: 2px;
        background-color: #DDDDDD;
        color: black;
    }

    .progress .bg-complete {
        background-color: #B8E986;
    }

    .progress .bg-warning {
        background-color: #DDDDDD !important;
    }

    .progress .active {
        background-color: #FFDC32;
    }

.progress-bar .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'museo-sans';
    font-weight: 700;
    font-size: 12px;
}

    .progress-bar .nav-link.disabled {
        color: black;
    }

.progress-mobile > ul {
    display: flex;
    list-style-type: none;
}

    .progress-mobile > ul > li ~ li {
        margin-left: 37px;
    }

    .progress-mobile > ul > li {
        width: 100%;
        max-width: 35px;
    }

        .progress-mobile > ul > li > a {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            aspect-ratio: 1 / 1;
            border-radius: 100%;
            border: 2px solid;
            position: relative;
            background-color: #6BBF16;
            border-color: #6BBF16;
            position: relative;
            transition: background-color .3s, border-color .3s ease-in-out;
        }

        .progress-mobile > ul > li ~ li > a:before {
            content: '';
            display: inline;
            position: absolute;
            top: 50%;
            right: calc(100% + 2px);
            transform: translateY(-50%);
            width: 37px;
            height: 2px;
            background-color: #6BBF16;
            transition: background-color .3s ease-in-out;
        }

        .progress-mobile > ul > li > a > i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: opacity .3s, visibility .3s ease-in-out;
        }

.progress-mobile .bg-warning {
    background-color: unset !important;
}
/*  is active  */

.progress-mobile .active > a {
    background-color: #FFDC32;
    border-color: #CFAD08;
    cursor: default;
}

    .progress-mobile .active > a > i {
        opacity: 0;
        visibility: hidden;
    }

.progress-mobile .active ~ li > a {
    border-color: #B2B2B2;
    background-color: #E6E6E6;
    cursor: default;
}

    .progress-mobile .active ~ li > a:before {
        background-color: #B2B2B2;
    }

    .progress-mobile .active ~ li > a i {
        opacity: 0;
        visibility: hidden;
    }

@media(min-width: 1000px) {
    .progress {
        display: flex;
    }

    .progress-mobile {
        display: none;
    }

}
@media(max-width: 1000px) {
    .progress {
        display: none;
    }

    .progress-mobile {
        display: block;
    }
}

@media(max-width: 430px) {
    .progress-mobile > ul > li ~ li {
        margin-left: 20px;
    }

        .progress-mobile > ul > li ~ li > a:before {
            width: 20px;
        }
    .btn {
        line-height: 1.5 !important;
        white-space:normal !important;
        max-width: 150px !important;
        min-width: 100px !important;
    }

    .no-mobile-view {
        display: none;
    }
}


.app-radio-col {
    padding-left: 1.25rem;
}
    .app-radio-col input[type="radio"] + label {
        padding-left: 0.5rem;
        padding-right: 2rem;
    }

.btn--banana {
    line-height: 0;
    height: 50px;
    min-width: 150px;
}

.link-main .link-title {
    line-height: 1 !important;
}

.blue-link {
    color: #007bff;
}

.link-icon-img {
    height: 72px !important;
    width: 90px !important;
}