@import url('https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@400;500;700&display=swap');

body {
  background-color: #ffffff;
  color: #444444;
  font-family: "Poppins", 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-red {
    color:#DF061F;
}
.text-blue {
   color:#275788; 
}

.text-orange {
   color:#EB7B00; 
}

.text-orange {
   color:#EB7B00; 
}


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

.text-yellow {
   color:#fefa1c; 
}

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

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

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

a:hover {
    color: #000000;
    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: 15px;
    border-left: 1px solid #EB7B00;
    border-right: 1px solid #EB7B00;
    border-bottom: 1px solid #EB7B00;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.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 5 Pro';
    content: "\f555";
}

#progressbarfin #account:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f555";
}

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

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

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

#progressbar #personal:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f1ad";
}

#progressbarfin #personal:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f4fc";
}

#progressbarfin #inkomen:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0b1";
}

#progressbar #payment:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f15c";
}

#progressbarfin #payment:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f15c";
}

#progressbar #confirm:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
}

#progressbarfin #confirm:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
}

#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: #666666;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
    min-width: 150px;
    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: #333333;
    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: 0px 10px 0px 10px;
    min-width: 150px;
    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: "Verplicht veld";
    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 #d3d3d3;
    border-top: 1px solid #d3d3d3;
}
.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: #EB7B00;
    color: #ffffff;
    border: 4px solid #cd591a;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #EB7B00;
  left: 50%;
  width: 50%;
  border-color: #EB7B00;
}


.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #EB7B00;
}
.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: #666666;
    color: #ffffff;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
    min-width: 130px;
    text-decoration: none;
    border: none;
    border-radius: 0px 10px 0px 10px;
}
    
.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;
    min-width: 130px;
    text-decoration: none;
    border:none;
    border-radius: 0px 10px 0px 10px;
}
	
}



/* 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: #EB7B00;
    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: #EB7B00;
    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;
}
button#particulier-tab {
    background-color: #666666!important;
    opacity: 0.5;
}
button#zakelijk-tab {
    background-color: #666666 !important;
    opacity: 0.5;
}
div#zakelijk .form-wizard {
    border-color: #cccccc;
}
button#zakelijk-tab.active {
    background-color: #32578c !important;
    opacity: 1;
}
div#particulier .form-wizard {
    border-color: #25a19f;
}
button#particulier-tab.active {
    background-color: #DF061F !important;
    opacity: 1;
}
button#zakelijk-tab:hover {
    text-decoration: underline;
    background-color: #32578c !important;
    opacity: 1;
}
button#particulier-tab:hover {
    text-decoration: underline;
    background-color: #DF061F !important;
    opacity: 1;
}

.nav-tabs .nav-link {
    background-color: #25a19f;
    /* text-transform: uppercase; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 0px solid #ffffff;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff;
    isolation: isolate;
    /* border-left-color: #EB7B00; */
    /* border-right-color: #EB7B00; */
    /* border-top-color: #EB7B00; */
}

.ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-color: #EB7B00;
    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: #EB7B00;
}

.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: #f3f4f4;
    margin-right: 8px;
    margin-left: 8px;
}

.overzichtvar {
    border: none !important;
}

dt {
    font-weight: 400;
}

.text-partgreen {
    color:#25a19f;
    
}
form#particulier .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-color: #25a19f;
}

form#particulier span.ui-slider-handle.ui-state-default.ui-corner-all {
    background-color: #25a19f;
}

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

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

form#particulier span.tooltip {
    color: #25a19f;
}

form#particulier span.tooltip2 {
    color: #25a19f;
}

form#particulier .text-orange {
   color:#25a19f; 
}

div#particulier {
    border-top: 5px solid #DF061F;
}

div#zakelijk {
    border-top: 5px solid #32578c;
}

input#leasetermijnp {
    background-color: #DF061F;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: normal;
}

input#leasetermijnz {
    background-color: #32578c;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: normal;
}
.h2, h2 {
    font-size: 1.4rem;
}

h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}