/* frontend.v2.widget.compose-application.css */

.start-hide {
    display: none;
}
.widget-de {
    
}
.container-de {
    padding: 40px 10px 40px;
}

#widget-compose-application .input-group, #widget-compose-application .input-group label {
    cursor: pointer;
}
@media (max-width: 370px) {
    .call-to-action {
        line-height: 1;
        font-size: 1.0rem;
    }
}
.dynamic-text {
    font-size: 13px;
    line-height: 1.25;
    /*font-weight: 600;*/
    background: #fdf5dd;
    border: 1px solid #f9b169 !important;
    padding: 5px 10px;
}

/* generic classes */
.mb-30px {
    margin-bottom: 35px;
}
.text-01 {
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}
.text-02 {
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}
.text-03 {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(57, 181, 74);
}

/* autocomplete */
.ui-autocomplete {
    border: none !important;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}
.ui-autocomplete {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.ui-autocomplete li {
    
}
.ui-autocomplete li div {
    height: 50px;
    line-height: 45px;
    padding-left: 1.0rem !important;
    border: none;
    margin: 0;
    font-size: 1.05rem;
}
.ui-autocomplete li div.ui-state-active {
    background: #f5f5f6;
    color: #333;
    border: none;
    margin: 0;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    background-color: unset;
    -webkit-box-shadow: unset;
    -webkit-text-fill-color: unset;
}

/* state: regular */

.form-control {
    height: 50px;
}
.form-control:focus {
    box-shadow: none;
    border-color: rgb(206, 212, 218);
}
.form-control:invalid {
    box-shadow: none;
}
.float-container input {
    border: none;
    font-size: 1.05rem;
    outline: 0;
    padding: 20px 0 5px;
    width: 100%;
}

#widget-compose-application .input-group {
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    border-radius: 5px;
    transition: 0.3s;
}
#widget-compose-application .input-group .input-group-text {
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .55rem;
}
#widget-compose-application .input-group .float-container {
    border: none;
    background-color: transparent;
    padding-right: 0;
}
#widget-compose-application .form-control.is-invalid, #widget-compose-application .was-validated .form-control:invalid {
    padding-right: 0 !important;
}
#widget-compose-application .form-control.is-valid, #widget-compose-application .was-validated .form-control:valid {
    padding-right: 0 !important;
}
#widget-compose-application .input-group .form-control {
    background-color: transparent;
}

/* state: focus */
#widget-compose-application .input-group.input-state-focus {
    border-color: #b9b9b9;
    background-color: white;
    transition: 0.3s;
}


/* state: error */
#widget-compose-application .input-group.input-state-error {
    border-color: #ffeaea;
    background-color: #ffeaea;
    transition: 0.3s;
}


/* state: success */
#widget-compose-application .input-group.input-state-success {
    border-color: #e8fff1;
    background-color: #e8fff1;
}


/* widget-compose-application */
#widget-compose-application .float-container label {
    font-size: 0.85rem;
    top: -1px;
}
#widget-compose-application.no-shadow {
    box-shadow: none;
}
#widget-compose-application {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    background: white;
    overflow: hidden;
}
#widget-compose-application .pre-approve .subject {
    background: #3e4757;
    height: 65px;
    color: white;
}
#widget-compose-application .pre-approve .subject h2 {
    font-weight: 200;
    font-size: 21px;
    margin: 0;
    padding: 10px 0 0 0;
}
#widget-compose-application .pre-approve.pre-approve-v2 .subject {
    height: unset;
}
#widget-compose-application .pre-approve.pre-approve-v2 .subject h2 {
    padding: 1.0rem 0;
}
#widget-compose-application .pre-approve .subject span {
    font-weight: 200;
    font-size: 15px;
    margin: 0;
}
#widget-compose-application .pre-approve .indicator {
    height: 35px;
    border-bottom: 1px solid #dddddf;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#widget-compose-application .pre-approve .indicator-bg {
    width: 1%;
    height: 100%;
    background: #fedd32;
    position: absolute;
    z-index: 0;
}
#widget-compose-application .pre-approve .indicator-body {
    z-index: 1;
    position: relative;
    height: 100%;
    padding-top: 7px;
    font-weight: 200;
    font-size: 0.85rem;
}
#widget-compose-application .pre-approve .extra {
    padding: 5px 0;
}
#widget-compose-application .pre-approve .extra p {
    line-height: 1.1;
    font-weight: 300;
    font-size: 0.75rem;
}
#widget-compose-application .sliders {
    
}
#widget-compose-application .sliders .monthly-payment-label {
    
}
#widget-compose-application .sliders .monthly-payment-value {
    margin-left: 5px;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 600;
    background: #fdf5dd;
    border-bottom: 1px solid #f9b169 !important;
    padding: 0 5px;
}
#widget-compose-application .sliders .monthly-payment-value-digits {
    
}
#widget-compose-application .sliders h3 {
    margin: 0;
    padding: 0;
}
#widget-compose-application .sliders label {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 600;
}
#widget-compose-application .contacts {
    font-weight: 300;
}
.form-control::placeholder {
    
}
.form-control::placeholder:hover {
    
}
#widget-compose-application .form-control::selection {
    background: #ffdd2d;
}
#widget-compose-application .contacts label {
    user-select: none;
}
#widget-compose-application .contacts input {
    color: #333;
}
#widget-compose-application .p-terms {
    color: #7f7f7f;
    line-height: 1.1;
    font-weight: 300;
    font-size: 0.7rem;
}
#widget-compose-application .p-terms a {
    outline-width: 0;
    outline: none;
}
#widget-compose-application .p-selling-point {
    color: #c1c1c1;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}
#widget-compose-application .alert {
    font-size: 0.6rem;
    line-height: 1.1;
}
#widget-compose-application .alert b {
    font-weight: 700;
}
#widget-compose-application .p-example {
    color: #7f7f7f;
    line-height: 1.1;
    font-weight: 300;
    font-size: 0.6rem;
}
#widget-compose-application .p-example-lg {
    line-height: 1.2;
    font-size: 0.8rem;
}
#widget-compose-application .p-example strong, #widget-compose-application .p-example b {
    font-weight: 700;
    color: #4f4f4f;
}
#widget-compose-application .example-extra-container {
    border-radius: 5px;
    border: 1px solid #d0d0d0 !important;
}
#widget-compose-application .badge {
    width: 117px;
    height: 40px;
    padding: 0;
}
#widget-compose-application .badge-social-proof {
    
}
#widget-compose-application .badge-social-proof .badge-social-proof-text {
    font-size: 0.8rem;
    /*color: #bbb;*/
    font-weight: 400;
}
#widget-compose-application .badge-security {
    
}
#widget-compose-application .badge-security img {
    width: 35px;
}
#widget-compose-application .badge-security i {
    color: #2ac768;
    font-size: 1.1rem;
}
#widget-compose-application .badge-security p {
    font-size: 0.8rem;
    color: #bbb;
    font-weight: 400;
}
#widget-compose-application .badge-sambla {
    color: #7f7f7f;
    line-height: 1.1;
    font-weight: 200;
    font-size: 0.6rem;
    position: relative;
    bottom: 3px;
}
#widget-compose-application .badge-sambla img {
    height: 20px;
    margin-top: 2px;
}

/* widget-social-proof */
.widget-social-proof {
    padding: 0;
    position: relative;
    width: 100%;
}
.widget-social-proof .star {
    width: 20px;
    margin-right: -3px;
}
.widget-social-proof .stars {
    
}
.widget-social-proof .text {
    font-size: 0.6rem;
    font-weight: 200;
    color: #7f7f7f;
    margin: 2px 0 0 0;
}



#slider_amount {
    width: 95%;
}
#slider_period {
    width: 95%;
}

/* sliders noui */
.noUi-horizontal .noUi-handle {
    top: -13px;
    width: 30px;
    height: 30px;
    outline-width: 0;
    outline: none;
}
.noUi-handle {
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 0.625rem rgba(0,0,0,0.2);
    background: #fedd32;
    outline-width: 0;
    outline: none;
}
.noUi-handle:focus {
    outline-width: 0;
}
.noUi-handle::before {
    display: none;
}
.noUi-handle::after {
    height: 20px;
    width: 20px;
    left: 5px;
    top: 5px;
    border-radius: 10px;
    background: white;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -25px;
}
.noUi-horizontal {
    height: 5px;
}
.noUi-target {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.noUi-connect {
    border-radius: 0;
    box-shadow: none;
    background: #fedd32;
}
