﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    background-color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;

    /* sophie */
    color: #202223;
}

    label, body label {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.nav-tabs > li > a {
    border: none;
}

.wizard .nav-tabs {
    padding-bottom: 10px !important;
}

.wizard li.active:after {
    bottom: -10px !important;
}

@media screen and (max-width: 585px) {
    .smmenu {
        font-size: 7px;
    }

    .connecting-line {
        display: none !important;
    }
}

@media screen and (max-width: 999px) {
    .connecting-line {
        display: none !important;
    }
}

@media screen and (min-width: 585px) {
    .smmenu {
        font-size: 14px;
        font-weight: bold;
    }
}

@media (min-width: 1201px) {
    .container {
        max-width: 97%;
    }
}

.header {
    overflow: hidden;
    background-color: white;
}

.navbar-brand {
    height: 50px;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 18px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainHR {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: black;
    height: 1px;
}

.marginDiv {
    width: 90%;
    margin-left: 5%
}

.comment {
    font-size: 14pt;
}

.btnReset {
    font-size: 18pt;
}

.successDiv {
    display: none;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
}

.wizard {
    margin: 20px auto;
    background: #fff;

    /* sophie */
    background: #F6F6F7;
}

    .wizard .nav-tabs {
        position: relative;
        /*margin: 40px auto;*/
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
        overflow-x: scroll;
    }

@media (min-width: 768px) {
    .wizard > div.wizard-inner {
        position: relative;
        overflow-x: unset;
        overflow-y: hidden;
    }
}

.wizard-body {
    width: 650px;
    overflow: scroll;
    margin: 0px auto;
}

    .wizard-body .nav-tabs {
        margin: 0;
        padding: 0;
        border: 0;
    }

@media (min-width: 585px) {
    .wizard-body {
        width: 1080px;
        margin: 0px auto;
        overflow-x: unset;
        overflow-y: hidden;
    }
}

@media (min-width: 990px) {
    .wizard-body {
        margin: 0px auto;
        width: inherit;
        overflow-x: unset;
        overflow-y: hidden;
    }
}

#topnav li a .round-tab {
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    color: #323232;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#topnav li a,
#topnav li a:hover {
    background: none;
    border: 0;
}

#topnav li:hover a .round-tab,
#topnav li.active a .round-tab {
    background: #323232;
    color: #fff;
}


.header {
    overflow: hidden;
    background-color: white;
}

span.smmenu {
    text-align: center;
    display: block;
    width: 80%;
    margin-top: 9px;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
}

.navbar-brand {
    height: 50px;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 18px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*.connecting-line2 {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 83%;
    margin: 0 auto;
    left: -134px;
    right: 0;*/
/*top: 52%;*/
/*top: 45%;
    z-index: 1;
}*/


.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 36%;
    z-index: 1;
}

/*.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}*/

.wizard .nav-tabs {
    padding-bottom: 10px !important;
    justify-content: center;
}

.wizard li.active:after {
    bottom: -10px !important;
}

@media screen and (max-width: 585px) {
    .smmenu {
        font-size: 7px;
    }

    .connecting-line {
        display: none !important;
    }

    #wizard-header:before {
        height: 17vw;
        bottom: 30px;
        right: 0px;
        background-position: center;
        background-size: contain;
    }

    .wizard-inner {
        overflow-x: scroll;
    }

    #topnav li a .round-tab {
        width: 50px !important;
        height: 50px !important;
    }
}

span.round-tab {
    /* width: 70px;
    height: 70px;
    line-height: 70px;*/
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

/*.section-completed {
    background-color: #323232 !important;
    border: none !important;
}

span.round-tab.section-completed i {
    color: white !important;
}*/

/*span.round-tab i {
    color: #555555;
}*/

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #fff;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}


.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #373737;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #373737;
}

.wizard .nav-tabs > li {
    flex-basis: 0;
    flex-grow: 1;
}

.wizard .nav-tabs {
    flex-wrap: nowrap;
    gap: 10px;
}

@media (min-width: 768px) {
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 41%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #373737;
    }
}

@media (min-width: 900px) {
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 39%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #373737;
    }
}

@media (min-width: 1200px) {
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 42%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #323232;
    }
}

@media (min-width: 1400px) {
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 42%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #373737;
    }
}


.wizard .nav-tabs > li a {
    width: 80px;
    height: 50px;
    /*height: 70px; */
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    margin-bottom: 5px;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 5px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.header {
    overflow: hidden;
    background-color: white;
}

.navbar-brand {
    height: 50px;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 18px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainHR {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: black;
    height: 1px;
    margin-bottom: 0px !important;
}

.marginDiv {
    width: 90%;
    margin-left: 5%
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: white; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading {
    /* background-color: #323232 !important;
    color: white !important;
    border-color: #323232 !important; */

    /* sophie */
    background-color: #fff!important;
    color: #202223!important;
    border: 0!important;
    padding: 24px;
}

.panel-default {
    border-color: #323232 !important;

    /* sophie */
    border: 0!important;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.CustomControl {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .CustomControl:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.file-input {
    border-radius: 3px;
}

.btnCancel {
    color: red;
}

.marginRow {
    /* margin-top: 1%; */

    margin-bottom: 20px;
}

.activeLink {
    background: #eee !important;
}

.extendedCard {
    width: 95% !important;
    background-color: white;
    border-radius: 2em;
    margin-bottom: 2%;
}

.Questions {
    font-size: 14px !important;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.mt-sm-1 {
    margin-top: 1em;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
    .mt-sm-1 {
        margin-top: 0;
    }
}

.mobile-scroll-window-horizontal {
    overflow-x: scroll;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .mobile-scroll-window-horizontal {
        overflow: scroll;
    }
}

@media (min-width: 900px) {
    .mobile-scroll-window-horizontal {
        overflow: auto;
    }
}

@media only screen and (max-width: 575px) {
    #AssetsSectionTitleRow {
        display: none !important;
    }

    #BusinessAssetsSectionTitleRow {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .mobile-only-padding {
        padding-bottom: 10px !important;
    }
}

.mobile-scroll-body-horizontal {
    overflow: scroll;
}

@media (min-width: 768px) {
    .mobile-scroll-body-horizontal {
        width: 1080px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (min-width: 900px) {
    .mobile-scroll-body-horizontal {
        width: inherit;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


.w1300 {
    width: 1300px;
}

@media (min-width: 768px) {
    .w1300 {
        width: 1300px;
    }
}

@media (min-width: 900px) {
    .w1300 {
        width: 1400px;
    }
}

@media (min-width: 1400px) {
    .w1300 {
        width: inherit;
    }
}

.nav li.disabled {
    cursor: not-allowed;
}

    .nav li.disabled a {
        pointer-events: none;
        cursor: default;
        cursor: not-allowed;
    }

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 90px;
}

input[type="radio"] {
    margin: 0 0 0 10px;
}

@media screen and (min-width: 992px){
    .container {
        width: 100%;
        max-width: 100%;
    }
}

/*new skin 2020*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 1rem;
        width: 100%;
    }
}

.custom-file {
    width: 90% !important;
    float: left;
}

.custom-file-income {
    float: none !important;
}

.remove-file, .uploaded-file {
    float: left;
    margin-top: 1%;
    margin-left: 1%;
}

.custom-text-input {
    width: 90% !important;
    float: left;
}

.expensive_form .remove-file, .expensive_form .uploaded-file {
    margin-top: 10px;
}

.menu_container {
    height: 115px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);

    /* sophie */
    background: #F6F6F7;
}

.h-100 {
    height: 100% !important;
}

.site-logo {
    height: 80px;
    width: 273px;
    max-width: 100%;
    object-fit: contain;
    margin: 0;
}

.menu_container .header_logo {
    max-width: 320px;
    flex: 0 0 320px;
}

.menu_container .logo {
    height: 80px;
    background: url(../images/Farber.svg) no-repeat left center;
    background-size: 85%;
}

.menu_container .logo1 {
    height: 80px;
    background: url(../images/Farber.svg) no-repeat left center;
}

#wizard-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #017C8B;
    background-blend-mode: soft-light;
    min-height: 25px;
    position: relative;
}

#nonscrollable {
    top: 0;
    z-index: 999;
    position: sticky;
}

#summary_amounts {
    top: 0;
    right: 5rem;
    z-index: 999;
    position: fixed !important;
    margin-top: -10px !important;
}

@media screen and (max-width: 1160px) {
    #nonscrollable {
        top: auto;
        z-index: auto;
        position: relative;
    }

    #summary_amounts {
        top: auto;
        right: auto;
        z-index: auto;
        position: relative !important;
        margin-top: 0px !important;
    }
}

.body-wrapper-outer {
    display: block;
}

.body-wrapper {
    display: block;
}

#wizard-header:before {
    content: "";
    position: absolute;
    height: 17vw;
    width: calc(100% + 2px);
    bottom: -4px;
    right: 0px;
    background-position: bottom;
    background-size: 100% 140px;
}

#wizard-header .wizard {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_white {
    background: white;

    /* sophie */
    background: #F6F6F7;
}

.xcontainer-fluid {
    position: relative;
}

.widget_footer_image {
    text-align: center;
}

.border_curves:not(.top):not(.bottom):before, .border_curves.top:before {
    content: "";
    position: absolute;
    height: 17vw;
    width: calc(100% + 12px);
    top: -3px;
    left: -2px;
    transform: scaleY(-1);
    background-size: contain;
    background-position: bottom;
}

.info .title {
    font-size: 30px;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.info .booking_link {
    min-height: 45px;
    background: #e81a3b;
    color: #fff;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    white-space: nowrap;
    text-decoration: none;
}

    .info .booking_link:hover, .info .booking_link:focus {
        background-color: #333;
    }

.widget_footer_image:before {
    content: '';
    background-size: contain;
    background-position: bottom;
    position: absolute;
    height: 17vw;
    width: calc(100% + 2px);
    top: -3px;
    left: -2px;
    transform: scaleY(-1);
}

.widget_footer_image:after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .9;
    background-color: #323232 !important;
    border-radius: inherit;
}

.widget_footer_image:after {
    content: "";
    padding-bottom: 18vw;
}

.image_overlay.black::after {
    background-color: #333 !important;
}

.widget_footer_image.black::after {
    background: none;
    background-color: #333;
    opacity: .8;
}

.widget_footer_image .bg_image::after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.border_curves {
    position: relative;
    z-index: 0;
}

    .border_curves * {
        z-index: 1;
    }

.bds_form button[type=submit] {
    display: inline-block;
    border: 0;
    width: fit-content;
    margin: 10px 0;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    background-color: #e81a3b;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

    .bds_form button[type=submit]:hover, .bds_form button[type=submit]:focus {
        background-color: #333;
    }

.bds_form button[type=submit] {
    display: inline-block;
    border: 0;
    width: fit-content;
    margin: 10px 0;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    background-color: #e81a3b;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

    .bds_form button[type=submit]:hover, .bds_form button[type=submit]:focus {
        background-color: #333;
    }


.bds_form .btn-primary {
    background: #017C8B !important;
    border: transparent;
    font-size: 16px;
}

input[type="button"] {
}

.bds_form .btn-primary:hover {
    color: #fff;
    background-color: #333 !important;
    border-color: #333 !important;
}

.bds_form .btn-primary-cbb {
    background: #18181b !important; /* zinc-900 */
    border: transparent;
    font-size: 16px;
    color: #fff;
}

    .bds_form .btn-primary-cbb:hover {
        color: #fff;
        background-color: #27272a !important; /* zinc-800 */
        border-color: #27272a !important;
    }

.bds_form .btn-primary-ppsa {
    background: #eab308 !important; /* yellow-500 */
    border: transparent;
    font-size: 16px;
    color: #18181b; /* dark text for contrast */
}

    .bds_form .btn-primary-ppsa:hover {
        color: #18181b;
        background-color: #ca8a04 !important; /* yellow-600 */
        border-color: #ca8a04 !important;
    }

#wizard-header {
    overflow: hidden;
}

.footer_custom {
    overflow: hidden;
    background-color: #323232 !important;
}

.hide_Bgline {
    position: relative;
}

.custom_bds {
    padding-top: 0px !important;
}

@media screen and (max-width: 585px) {
    #wizard-header:before {
        height: 17vw;
        bottom: 30px;
        right: 0px;
        background-position: center;
        background-size: contain;
    }

    .border_curves:not(.top):not(.bottom):before, .border_curves.top:before {
        top: 0px;
        left: -8px;
        transform: scaleY(-1);
        background-size: contain;
        background-position: bottom;
    }

    .custom_bds .form-group label {
        width: 100%;
    }

    .custom_bds .panel-group .panel {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .custom_inside h3 {
        font-size: 24px !important;
        text-align: left;
    }

    .footer_custom {
        overflow: auto;
    }

    .custom_form_layout h4, .custom_form_layout h4, .bds_form h4 {
        margin-bottom: 10px !important;
    }
}

/*personal information page*/
.custom_form_layout input, .custom_form_layout select, .custom_form_layout textarea {
    border-radius: 0;
    border: 1px solid #000;
    /*height: 38px;*/

    /* sophie */
    border-radius: 2px;
    border: 1px solid #8C9196;
}

.custom_inside h3, .custom_form_layout h3, .bds_form h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 5px;

    /* sophie */
    font-size: 32px;
}

.custom_inside {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.custom_form_layout h4, .custom_form_layout h4, .bds_form h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;

    /* sophie */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bds_form button[type=submit] {
    display: inline-block;
    border: 0;
    width: fit-content;
    margin: 10px 0;
    margin-left: 0;
    color: black;
    font-size: 16px;
    white-space: nowrap;
    background-color: #FCC247 !important;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

    .bds_form button[type=submit]:hover, .bds_form button[type=submit]:focus {
        background-color: #333;
    }

.custom_form_layout {
    margin-bottom: 20px;
}

    .custom_form_layout input {
        border-radius: 0;
        border: 1px solid #000;

        /* sophie */
        border-radius: 2px;
        border: 1px solid #8C9196;
    }

.custom-file-label {
    border: 1px solid #000;
    border-radius: 0;
}

.disclosure_inner_content {
    display: inline-block;
    padding: 0 25px;
    padding-bottom: 25px;
}

.bds_form label {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;

    /* sophie */
    font-size: 14px;
    font-weight: 400;
}

.bds_form .panel-title {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.bds_form .tab-pane > h3 {
    margin-bottom: 20px !important;
}

.bds_form .tab-pane > h4 {
    margin-bottom: 30px;
}

.bds_form .form-check {
    padding-left: 0;
}

textarea#FinancialDifficultyOther {
    margin-top: 10px;
}

/*
.bds_form .removebtn {
    background-color: red !important;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    border-color: #f56e6e !important;
}
*/

select#ApplicantProposalResult {
    padding-left: 5px;
}

.remove-file.af-remove_btn {
    margin-top: 32px;
}

.ifEMployer {
    margin-top: 15px;
}

.prev-step {
    display: inline-block;
    border: 0;
    width: fit-content;
    margin: 10px 0;
    margin-left: 0;
    color: black;
    font-size: 16px;
    white-space: nowrap;
    background-color: #FCC247 !important;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

    .prev-step:hover, .prev-step:focus {
        background-color: #333;
    }

@media screen and (max-width: 1024px) {
    .wizard-body {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: table;
    }

    .wizard {
        width: 100%;
    }

        .wizard .nav-tabs > li a {
            width: 60px;
            height: 60px;
            line-height: 50px;
        }

    #topnav li a .round-tab {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .smmenu {
        font-size: 12px;
        text-overflow: clip;
        display: block;
        max-width: 85px !important;
        width: 85px !important;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .wizard .nav-tabs {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .wizard li:after {
        display: none;
    }

    .custom_form_layout input, .custom_form_layout select {
        margin-bottom: 10px;
    }

    .bds_form .tab-pane > h3 {
        font-size: 23px;
        line-height: 30px;
    }

    h4.d-block.d-md-none {
        margin: 10px 0px;
    }

    .form-check-label.mb-label {
        padding-left: 30px !important;
    }

        .form-check-label.mb-label input {
            margin-left: -25px !important;
            margin-right: 5px !important;
        }

    h4.panel-title {
        text-align: center;
    }

    .panel-title b {
        display: block;
    }

    .custom_form_layout .custom-file {
        height: auto;
    }

    .bds_form label.d-block, .bds_form h4.d-block {
        display: none !important;
    }
}

/* sophie */
h1 {
    font-size: 32px;
}


.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none!important;

    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-body {
    padding: 0px 24px 24px 24px;
}

.h4-checkbox {
    margin-bottom: 15px!important;
}

select.form-control {
    background-color: #fff!important;
}

.col-md-6 select.form-control,
.col-md-4 select.form-control {
    background: url("../images/expand-arrow-1.png") 97.5% / 12px no-repeat;
}

.col-md-3 select.form-control {
    background: url("../images/expand-arrow-1.png") 96.5% / 12px no-repeat;
}

.col-sm-2 select.form-control,
.col-md-2 select.form-control {
    background: url("../images/expand-arrow-1.png") 94% / 12px no-repeat;
}

.col-sm-1 select.form-control,
.col-md-1 select.form-control {
    background: url("../images/expand-arrow-1.png") 88% / 12px no-repeat;
}

.wizard li.active:after {
    display: none;
}

#divContinue h4.SuccessMSG {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.footer-img {
    margin-bottom: 27px;
}

#ContactInfo .divSpouse {
    margin-top: 40px;
}

.panel.panel-default {
    margin-bottom: 24px!important;
}

/* personal info */
.addInfoDependentsDiv > div {
    display: flex;
    justify-content: flex-start;
}

.addInfoDependentsDiv > div > .row.marginRow.custom_form_layout {
    width: 100%;
}

.trash {
    align-items: flex-end;
    margin-left: 5px;
}

.trash input {
    width: 27px;
    border: 0!important;
}

input.left-checkbox {
    margin-left: 20px!important;
}

/* assets */
/* vehicles */
.remove-vehicle {
    border: 0!important;
    width: 27px;
}

.trash-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* investments */
.investment-row {
    display: flex;
    justify-content: flex-start;
}

.investment-row > .row.marginRow.custom_form_layout {
    width: 100%;
}

/* Other Expenses */
.other-expense-row {
    display: flex;
    justify-content: flex-start;
}

    .other-expense-row > .row.marginRow.custom_form_layout {
        width: 100%;
    }

@media screen and (min-width: 990px) {
    .mobile-scroll-window-horizontal {
        margin-right: 0px;
    }
}

/* income */
/* applicant */
.addApplicantDiv {
    display: flex;
    justify-content: flex-start;
}

    .addApplicantDiv > .row.marginRow.custom_form_layout {
        width: 100%;
    }

input.remove-empApp {
    border: 0!important;
    width: 27px;
}

.hr-40 {
    margin: 40px 0px
}

/* debts & loans */
input.remove-debtloansowe,
input.remove-debtloanspersonalcreditor {
    border: 0!important;
    width: 27px;
}

.select2.select2-container.select2-container--default {
    display: inline;
}
.select2-selection.select2-selection--single {
    min-height: 34px;
    padding-top: 2px;
}
.select2-selection__arrow {
    min-height: 30px;
}

.col-35 {
    flex: 0 0 35%;
    max-width: 35%;
}

.col-30 {
    flex: 0 0 30%;
    max-width: 30%;
}

.col-33 {
    flex: 0 0 33%;
    max-width: 33%;
}

.col-22 {
    flex: 0 0 21.666667%;
    max-width: 21.666667%;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-18 {
    flex: 0 0 18%;
    max-width: 18%;
}

.col-17 {
    flex: 0 0 17.2%;
    max-width: 20.666667%;
}

.col-15 {
    flex: 0 0 15.5%;
    max-width: 20.666667%;
}

.col-14 {
    flex: 0 0 14.5% !important;
    max-width: 14.5% !important;
}

.col-14-special {
    flex: 0 0 14.837% !important;
    max-width: 14.837% !important;
}

.col-13 {
    flex: 0 0 13% !important;
    max-width: 13% !important;
}

.col-12 {
    flex: 0 0 12% !important;
    max-width: 12% !important;
}

.col-11 {
    flex: 0 0 11% !important;
    max-width: 11% !important;
}

.col-10 {
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

.col-8 {
    flex: 0 0 8% !important;
    max-width: 8% !important;
}

.col-7 {
    flex: 0 0 7% !important;
    max-width: 7% !important;
}


.centre-row > div {
    align-self: end;
}

.col-25 {
    flex: 0 0 25.8%;
    max-width: 26%;
}

.col-16 {
    flex: 0 0 16%;
    max-width: 20%;
}

.h4-mb-0 {
    margin-bottom: 0!important;
    margin-top: 24px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.panel-heading h4.panel-title,
.panel-heading h4.panel-title b {
    font-size: 20px!important;
    font-weight: 600!important;
}

.panel-heading {
    border-radius: 4px;
}

.btn, .btn-primary {
    height: 36px;
}

.bds_form input[value="Add more"],
.bds_form button[type=submit].prevnext,
a.prev-step,
.bds_form button[type=submit].next-step {
    border: 1px solid #017C8B!important;
    color: #017C8B!important;
    background-color: transparent!important;
}

.bds_form input[value="Add more"]:hover,
.bds_form button[type=submit].prevnext:hover,
a.prev-step:hover,
.bds_form button[type=submit].next-step:hover {
    color: #fff!important;
    background-color: #017C8B!important;
    border-color: #017C8B!important;

    /* border: 1px solid #005763!important;
    color: #005763!important;
    background-color: transparent!important; */

}

.customButton {
    border: 1px solid #017C8B !important;
    color: #017C8B !important;
    background-color: transparent !important;
}

    .customButton:hover {
        color: #fff !important;
        background-color: #017C8B !important;
        border-color: #017C8B !important;
        /* border: 1px solid #005763!important;
    color: #005763!important;
    background-color: transparent!important; */
    }

input[type=submit].btn-primary.next-step {
    height: 36px;
    display: inline-block;
    border: 0;
    width: fit-content;
    margin: 10px 0;
    margin-left: 0;
    font-size: 16px;
    white-space: nowrap;
    transition: all .2s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
}

.bds_form button[type=submit].newprimary {
    color: #fff!important;
    background-color: #017C8B!important;
}

.bds_form button[type=submit].newprimary:hover,
input[type=submit].btn-primary.next-step:hover {
    color: #fff!important;
    background-color: #005763!important;
    border-color: #005763!important;
}


.flex-row {
    display: flex;
}

.uploaded-file {
    color: #019966!important;
}

.questionnaire .panel-heading {
    padding-bottom: 0!important;
}


/* Customized control over select2 styles - Below */
.select2-results__option:nth-of-type(even) {
    background-color: white;
}

.select2-results__option:nth-of-type(odd) {
    background-color: #eeeeee;
}

.select2-results__group {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}

.select2-results__options {
    overflow-x: hidden;
}

.select2-results {
    border: 1px solid gray;
}

.select2-results__option .select2-results__option--group {
    width: calc(100% - 10px);
}
/* Customized control over select2 styles - Above */

/* ul.list-inline.pull-left {
    float: right!important;
} */

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    border: 1px solid #017C8B !important;
    color: #017C8B !important;
    background-color: transparent !important;
    line-height: 46px;
}

    .scroll-to-top:focus,
    .scroll-to-top:hover {
        color: white !important;
    }

    .scroll-to-top:hover {
        background-color: #017C8B !important;
    }

    .scroll-to-top i {
        font-weight: 800;
    }