@font-face {
    font-family: 'FontAwesome';
    src: url('../vendors/fontawesome/fontawesome-webfont.ttf');
}

@font-face {
    font-family: 'FontAwesomePro';
    src: url('../vendors/fontawesome/FontAwesome5Free-Solid-900.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'FontAwesomePro';
    src: url('../vendors/fontawesome/FontAwesome5Pro-Regular-400.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'FontAwesomePro';
    src: url('../vendors/fontawesome/FontAwesome5Pro-Light-300.otf');
    font-weight: 300;
}

html, body {
    font-family: 'Rubik', Helvetica, Arial;
    font-weight: 300;
    font-size: 1rem;
}

p {
    /* letter-spacing: 1px; */
    line-height: 1.2;
}

.font-weight-medium {
    font-weight: 500;
}

.text-break-all {
    word-break: break-all;
}

.text-success {
    color: #00A651 !important;
}

.text-danger {
    color: #EE2E24 !important;
}

.custom-container {
    max-width: 520px;
}

/* FONT AWESOME */
.fa, .fab, .fad, .fal, .far, .fas {
    font-family: 'FontAwesomePro';
}

.fa, .fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

.fal {
    font-weight: 300;
}

/* BTN */
.btn {
    font-weight: 500;
    padding: .5rem .75rem;
    border-radius: 8px;
}

    .btn,
    .btn:focus,
    .btn:active,
    .btn:hover {
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    background-color: #FEBE10;
    border-color: #FEBE10;
    color: black;
    min-width: 60%;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #fe9d1a;
        border-color: #fe9d1a;
        color: black;
    }


    .btn-primary:disabled {
        color: #fff;
        background-color: #2c3e50 !important;
        border-color: #2c3e50 !important;
    }

.btn-success {
    background-color: #00A651;
    border-color: #00A651;
}

.btn-danger {
    background-color: #EE2E24;
    border-color: #EE2E24;
}

.icon-wrapper > img,
.img-wrapper > img {
    width: 100%;
}

/* DROPDOWN */
.dropdown-toggle {
    font-weight: 300;
}

    .dropdown-toggle::after {
        font-family: 'FontAwesomePro';
        font-weight: 400;
        content: "\f0d7";
        border: none;
    }

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.dropdown-item {
    font-weight: 300;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fe7b1a;
    }

/* FORM */
label {
    font-size: 15px;
    color: #363636;
}

.form-group label > i {
    font-size: 18px;
    width: 18px;
    text-align: center;
    vertical-align: text-bottom;
}

.form-control {
    font-weight: 300;
    font-size: 16px;
    border: 2px solid #E1E1E1;
    border-radius: 8px;
    height: calc(1.5em + .75rem + 8px);
}

    .form-control,
    .form-control:focus,
    .form-control:active,
    .form-control:hover,
    .form-control:focus:active,
    .form-control:focus:hover,
    .form-control:active:hover {
        outline: none;
        box-shadow: none;
        border-color: #E1E1E1;
    }

/* MAIN */
#main {
    background: url('../images/bg.jpg');
    min-height: 100vh;
    background-position: top center;
    background-size: cover;
}

    #main .content {
        min-height: calc(100vh - 112px);
    }

    #main .card {
        width: 520px;
        max-width: 100%;
        border-radius: 1rem;
        border: none;
        box-shadow: 15px 26px 35px rgba(66, 33, 0, 0.3);
    }

        #main .card.card-sm {
            width: 380px;
            max-width: 100%;
        }

        #main .card .card-header {
            padding: 20px 30px;
        }

    #main .card-body {
        padding: 0;
    }

        #main .card-body .inner-wrapper {
            padding: 50px 30px;
        }

@media only screen and (max-width: 375px) {
    #main .card-body .inner-wrapper {
        padding: 40px 20px;
    }
}

/* LANGUAGE SWITCHER */
.language-switcher .icon-wrapper {
    width: 30px;
}

/* LOGO */
.logo-wrapper {
    max-width: 200px;
}

/* BANK SELECTOR */
#bankForm label > .label {
    min-width: 75px;
    display: inline-block;
}

.bank-selector .bank {
    width: 16%;
    position: relative;
    cursor: pointer;
}

    .bank-selector .bank > .img-wrapper {
        border-radius: 15px;
        border: 3px solid transparent;
        overflow: hidden;
    }

        .bank-selector .bank > .img-wrapper.border {
            border: 3px solid #D7D7D7 !important;
        }

    .bank-selector .bank.selected > .img-wrapper {
        border-color: #00A651 !important;
    }

    .bank-selector .bank.selected::after {
        font-family: 'FontAwesomePro';
        font-weight: 400;
        content: "\f00c";
        border: none;
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #00A651;
        color: white;
        font-size: 10px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        line-height: 16px;
        text-align: center;
    }

.bank-selector input[type="radio"] {
    visibility: hidden;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 375px) {
    #bankForm label > .label {
        min-width: 60px;
    }

    .bank-selector .bank {
        width: 18%;
    }
}

/* BANK LOGIN PAGE */
#bankLoginPage .card .card-header {
    font-size: 13px;
    padding: 20px 30px 15px;
}

    #bankLoginPage .card .card-header .price {
        font-size: 15px;
        letter-spacing: 1px;
    }

@media only screen and (max-width: 320px) {
    #bankLoginPage .card .card-header {
        padding: 20px 20px 15px;
    }
}

/* PROGRESS INDICATOR */
ul.progress-indicator {
    display: flex;
    padding: 0;
    justify-content: center;
}

    ul.progress-indicator li.item {
        list-style: none;
        width: 33%;
        text-align: center;
        position: relative;
        padding-top: 1rem;
    }

        ul.progress-indicator li.item span {
            font-size: 12px;
        }

        ul.progress-indicator li.item:before {
            content: "";
            width: 15px;
            height: 15px;
            display: block;
            border: 2px solid #231F20;
            border-radius: 50%;
            background: white;
            margin-left: auto;
            margin-right: auto;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }

        ul.progress-indicator li.item.active:before {
            background: #FEBE10;
        }

        ul.progress-indicator li.item:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #231F20;
            position: absolute;
            top: 7px;
            left: 0;
            z-index: 0;
        }

        ul.progress-indicator li.item:first-child:after {
            width: 50%;
            left: 50%;
        }

        ul.progress-indicator li.item:last-child:after {
            width: 50%;
        }

/* BANK LOGIN FORM */
#bankLoginForm .form-group {
    position: relative;
    max-width: 300px;
}

    #bankLoginForm .form-group > i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
    }

    #bankLoginForm .form-group > .form-control {
        padding-left: 42px;
    }

.result-icon {
    font-size: 55px;
}

/* FOOTER */
footer {
    /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; */
    padding: 1rem;
    background-color: black;
    color: white;
    font-size: 14px;
}
