/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&display=swap');*/

body {
  background-color: #ffffff;
  color: #444444;
  /*font-family: 'Nunito', sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px){
.h2, h2 {
    font-size: 1.5rem;
}
}

.grecaptcha-badge {
    display: none !important;
}

.text-blue {
    color: #2c4964;
}

.text-orange {
   color:#e3631d; 
}

.text-orange {
   color:#f09401; 
}

.text-green {
   color:#13b938; 
}

.text-yellow {
   color:#fefa1c; 
}

.bg-orange {
   background-color:#f09401c9; 
}

.nav-link.active {
    color: #ffffff!important;
    background-color: #f09401 !important;
    border-color: unset !important;
    border-radius: unset;
}

span.fieldname {
    min-width: 120px;
    float: left;
    color: #cccccc;
}
a {
    text-decoration: none;
    color: #212529;
}

a:hover {
    color: #212529;
    text-decoration: underline;
}
.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.fs-18 {
    fonts-size:18px;
}

.fs-19 {
    fonts-size:19px;
}

.fs-20 {
    fonts-size:20px;
}

.bg-black {
    background-color: #000000;
}

dd {
    float: left;
    margin-right: 0px;
}

img.mainimage {
    width: 100%;
}

.form-floating>label {
    padding: 1rem 0 1rem .75rem;
}

.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://www.leasemodule.nl/modules/leaseframe/client/30054/mxcalculator/images/default_image.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
  min-height:100%;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  padding: 10px 0 0 10px;
  text-align: center;
}

.form-wizard {
    color: #212529;
    padding: 10px 30px 10px 30px;
    border: 1px solid #f3f4f4;
    background-color: #fdfdfd;
}

.partnerblok {
    margin-bottom: -17px;
}

.woonsituatieblok {
    margin-bottom: -17px;
}

.partnerinkomenblok {
    margin-bottom: -17px;
}


#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbarfin li {
    width: 20%;
}

#progressbar #account:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\31";
    font-size: 1.4em;
}

#progressbarfin #account:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\31";
    font-size: 1.4em;
}

#progressbar li.active:before, #progressbar li.active:after,
#progressbar li.activated:before, #progressbar li.activated:after {
    background: #f09401;
}

#progressbarfin li.active:before, #progressbarfin li.active:after,
#progressbarfin li.active:before, #progressbarfin li.active:after, #progressbarfin li.activated:before, #progressbarfin li.activated:after {
    background: #f09401;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #999999;
    border-radius: 50%;
    margin: 10px auto 10px auto;
    padding: 2px;
}

#progressbarfin li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #999999;
    border-radius: 50%;
    margin: 10px auto 10px auto;
    padding: 2px;
}

#progressbar #personal:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\32";
    font-size: 1.4em;
}

#progressbarfin #personal:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\32";
    font-size: 1.4em;
}

#progressbarfin #inkomen:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\33";
    font-size: 1.4em;
}

#progressbar #payment:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\33";
    font-size: 1.4em;
}

#progressbarfin #payment:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\34";
    font-size: 1.4em;
}

#progressbar #confirm:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\34";
    font-size: 1.4em;
}

#progressbarfin #confirm:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\35";
    font-size: 1.4em;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 0;
}

#progressbarfin li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 0;
}

.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-submit, .form-wizard .form-wizard-exit-btn {
    background-color: #13b938;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    min-width: 170px;
    text-decoration: none;
    border:none;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus
,.form-wizard .form-wizard-exit-btn:hover, .form-wizard .form-wizard-exit-btn:focus
{
    background-color: #0e8b2a;
    text-decoration: none;
}

.form-wizard .form-wizard-previous-btn,.form-wizard .form-wizard-reset-btn {
    background-color: #666666;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    min-width: 170px;
    text-decoration: none;
}
.form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus,.form-wizard .form-wizard-reset-btn:hover,.form-wizard .form-wizard-reset-btn:focus {
    background-color: #333333;
    text-decoration: none;
}


.form-floating>.form-select {
    cursor: pointer;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .wizard-form-error::after {
    content: "Kötelező mező";
    font-size: 12px;
    padding: 0 10px;
    color:#d70b0b;
}



.form-wizard .form-control {
    /* font-weight: 300; */
    /* height: auto !important; */
    /* padding: 15px; */
    /* color: #888888; */
    /* background-color: #f1f1f1; */
    /* border: none; */
	font-size: 16px;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 0;
}

.form-select:disabled {
    color: #212529;
    background-color: #f1f1f1;
    border: none;
}

.form-control:disabled, .form-control[readonly]{
    color: #212529;
    background-color: #f1f1f1;
    border: none;
}



.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 15px 0;
}
.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #f09401;
    color: #ffffff;
    border: 4px solid #f09401;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #f09401;
  left: 50%;
  width: 50%;
  border-color: #f09401;
}


.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #f09401;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
li#account,li#personal,li#inkomen,li#payment,li#confirm {
    font-size: 10px;
}
    
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-submit, .form-wizard .form-wizard-exit-btn {
    background-color: #13b938;
    color: #ffffff;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
    border-radius: 25px;
    min-width: 130px;
    text-decoration: none;
    border:none;
    width: 100%;
}
    
.form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-reset-btn {
    background-color: #666666;
    color: #ffffff;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
    border-radius: 25px;
    min-width: 130px;
    text-decoration: none;
    border:none;
}
    
    
}



/* Tooltip container */
span.tooltip {
    position: absolute;
    z-index: 1080;
    display: inline-block;
    margin: 0;
    /* font-family: var(--bs-font-sans-serif); */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    opacity: 1;
    color: #e3631d;
    top: 5px;
    right: 10px;
}

span.tooltip span.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 175%;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}
span.tooltip span.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

span.tooltip:hover span.tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Tooltip2 container */
span.tooltip2 {
    position: absolute;
    z-index: 1080;
    display: inline-block;
    margin: 0;
    /* font-family: var(--bs-font-sans-serif); */
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    opacity: 1;
    color: #e3631d;
    padding-left: 5px;
}

span.tooltip2 span.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 250%;
    left: 50%;
    margin-left: -135px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}
span.tooltip2 span.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

span.tooltip2:hover span.tooltiptext {
  visibility: visible;
  opacity: 1;
}

span#aanbetalingzlabel,span#looptijdzlabel,span#slottermijnzlabel {
    min-width: 178px;
    display: inline-block;
}

span.text-grey {
    color: #999999;
}

div#box_1600 {
    max-width: 1600px;
    background-color: #ffffff;
    border-radius: 5px;
}

.nav-tabs .nav-link {
    background-color: #999999;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: bold;
    padding:15px 0;
}
.nav-tabs {
    border-bottom: 2px solid #f09401;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    /* border-bottom: 1px solid #f09401 !important; */
    font-weight: 800;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    /* border-left-color: #0097db; */
    /* border-right-color: #0097db; */
    /* border-top-color: #0097db; */
    /* border-bottom-color: #0097db; */
}

.ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-color: #f09401;
    border-radius: 0.25rem;
}

.ui-state-focus {
	border:2px solid #275788;
	background: none;
	outline: none;
}


span.ui-slider-handle.ui-state-default.ui-corner-all {
    cursor: pointer;
    border: none;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #f09401;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0.25rem;
}

.ui-widget.ui-widget-content {
    height: 7px;
    border: none !important;
    background-color: #cccccc;
    margin-right: 8px;
    margin-left: 8px;
}

.overzichtvar {
    border: none !important;
    background-color: transparent;
}

dt {
    font-weight: 400;
}

.border-orange {
border-color: #f09401 !important;
}

span.pr1 {
    padding-right: 5px;
    float: left;
}

#zakelijk .form-wizard {
    color: #212529;
    padding: 20px;
    border: 1px solid #f3f4f4;
    background-color: #0097db0d;
}

#zakelijk-tab.nav-link.active {
    color: #ffffff!important;
    background-color: #0097db !important;
    /* border-color: unset !important; */
    /* border-radius: unset; */
}

#particulier .form-wizard {
    color: #212529;
    padding: 10px 30px 10px 30px;
    border: 1px solid #f3f4f4;
    background-color: #f094012b;
}

.nav-tabs #particulier-tab.nav-link {
    background-color: #999999;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 34px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0 !important;
}

ul#myTab a:hover {
    text-decoration: none;
}
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs #particulier-tab.nav-link.active {
    background-color: #999999;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0 !important;
}

.nav-tabs #zakelijk-tab.nav-link {
    background-color: #999999;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 34px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
}

.nav-tabs #zakelijk-tab.nav-link.active {
    background-color: #999999;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0;
}

button#zakelijk-tab:hover {
    background-color: #0097db !important;
}

button#particulier-tab:hover {
    background-color: #f09401 !important;
}