/*Css For Wordpress*/
.initial .pointer-label.high:before {
    content: '€';
    float: right;
    font-size: 16px;
    margin-top: 0px;
}
.calculator-card-wrap form {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px !important;
}
.card-left-side {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px !important;
}
.form-group {
    margin: 15px 0;
    width: 100%;
}
.form-label {
    font-size: 27px !important;
    color: #fff;
    margin-bottom: 25px !important;
    line-height: 35px !important;
    font-weight: 600 !important;
}

.calculator-card-wrap {
    width: 100%;
    align-items: flex-start;
    display: flex;
    padding: 44px 50px 60px;
    flex-direction: column;
    background: #29364D;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    max-width: 720px;
}
.calculator-card-top {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}
.interest-details-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.MuiSvgIcon-root {
    width: 24px;
    height: 24px;
    margin-top: -13px;
}
.interest-data {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.6);
    display: flex !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 5px !important;
    letter-spacing: -0.5px !important;
}
.interest-data:last-child { margin: 0px; }
.interest-data span:last-child {
    white-space: nowrap;
    margin-left: auto !important;
}
.interest-data:first-child .interest-display {
    font-size: 20px !important;
    font-weight: bold !important;
}
.interest-data:first-child {
    color: #fff !important;
    font-weight: bold !important;
    margin-bottom: 7px !important;
    padding-bottom: 2px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
}
.interest-label {
    line-height: 31px !important;
}
.lainaaika {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.lainaaika section {
    display: flex;
    font-size: 20px;
    width: 100%;
}
.lainaaika section label {
    position: relative;
    margin-bottom: 0;
    width: 20%;
    text-align: center;
    cursor: pointer;
}
.lainaaika section label span {
    border: 2px solid rgba(246, 235, 219, 0.5) !important;
    border-radius: 2px;
    background-color: transparent;
    height: 52px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(223, 205, 178, 0.6) !important;
    margin: 0 4px;
    font-weight: 700 !important;
}
.lainaaika section input[type="radio"]:disabled ~ span {
    background-color: #A4A4A4 !important;
    border-color: #A4A4A4 !important;
    color: #fff !important;
}
.lainaaika section input[type="radio"]:checked ~ span {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #F6A500 !important;
}
.lainaaika section input {
    opacity: 0 !important;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
}
#amount {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #fff !important;
    width: 110px;
	padding:0px !important;
    text-align: right !important;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}
.ui-widget.ui-widget-content {
    height: 12px;
  background: #ECDEC8;
  border-radius: 11px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
  width: 56px;
  height: 56px;
  top: -21px;
  appearance: none;
  background: url('slideri-nupp.png');
  background-size: 100%;
  cursor: pointer;
  margin-left: -28px;
  display: block;
  outline: none;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.ui-slider-range-min {
    background: linear-gradient(270deg, #F1B725 2.1%, #E9AA4A 100%) !important;
    height: 12px;
    border-radius:11px;
}
/*New changes*/
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line,
.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background-color: #fff;
}
.ui-slider-handle .ui-slider-tip{
	text-align:center !important;
}
.ui-slider-pip .ui-slider-label {
    font-size: 0.8em;
    text-align: center !important;
}
.ui-slider-pips .ui-slider-pip,.ui-slider-pips .ui-slider-label{
    margin-left: -1em !important;
}
.ui-slider-float .ui-slider-tip{
    line-height: 20px !important;
}
.ui-slider-pips [class*=ui-slider-pip-selected] { color: #F6A500; }
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label,
.ui-slider-pips .ui-slider-pip-inrange { color: #fff; }
.ui-slider-pips .ui-slider-pip { top: 30px; }
/* .ui-slider-tip {display: none;}

.ui-slider-tip {display: none !important;} */
.lainaaika section label span {font-size: 16px;}

.lainaaika section input[type="radio"]:disabled ~ span{
	opacity: 0.7;
    cursor: not-allowed;
}
.lainaaika section label span {
	border-color: #F6A500 !important;
	color: #fff !important;
}
.calculator-card-wrap {padding: 44px 40px 60px}
.calculator-card-wrap .sz-consumer-information{
    width: 100% !important;
}
.sz-consumer-information #loan_info {
    font-size: 16px !important;
    color: #ff9f00;
    display: block;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 5px !important;
    letter-spacing: -0.5px !important;
	line-height: 1.3 !important;
    text-decoration: underline;
	transform: translateY(10px) !important;
    text-align: center !important;
}
.calculator-card-wrap #error{
    margin-bottom: 10px !important;
}

/*new page css*/
.st-consumer-credit-information {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
}
.st-consumer-credit-information h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
}
.st-consumer-credit-information h4 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
}
.st-consumer-credit-information table { margin-bottom: 30px;}
.st-consumer-credit-information table,
.st-consumer-credit-information table tr,
.st-consumer-credit-information table tr td,
.st-consumer-credit-information table tr th {
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-color: #f1f1f1;
}
.st-consumer-credit-information table tr:nth-child(odd) { background: #FCFCFC}
.st-consumer-credit-information table tr td,
.st-consumer-credit-information table tr th {
    width: 50%;
    padding: 10px 15px;
}
.scroll-wrap {
    overflow: auto;
}
.text {
    color: #000;
    background-color: #fff;
    font-size: 12px;
    padding: 0px 8px;
    position: absolute;
	left: 50%;
    transform: translate(-50%, 0px) !important;
    top: -24px;
    border-radius: 3px !important;
}
.text:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255,255,255,0);
    border-top-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
@media (max-width: 999px){
    .calculator-card-wrap {
        padding: 20px 15px 20px !important;
    }
    .calculator-card-wrap form { margin-bottom: 20px !important; }
    .form-label { margin-bottom: 25px !important; }
    .ui-slider-tip { display: none !important; }
    .form-label { font-size: 20px !important; line-height: 26px !important;}
    .ui-state-default, .ui-widget-content .ui-state-default {
        margin-left: -18px !important;
        width: 40px !important;
        height: 40px !important;
        top: -16px !important;
    }
    .lainaaika section { flex-wrap: wrap !important; text-align: center !important; align-items: center !important; justify-content: center !important; }
    .lainaaika section label span {
        height: 40px !important;
        font-size: 14px !important;
        margin:  0 3px 6px !important;
    }
    .card-left-side { margin-bottom: 15px !important; }
    .interest-data,#amount,.interest-data:first-child .interest-display { font-size: 14px !important; }
	.st-consumer-credit-information h2 { font-size: 24px;}
    .st-consumer-credit-information h4 { font-size: 18px;}
    .st-consumer-credit-information { padding: 20px;}
    .scroll-wrap table {
        width: 1000px;
        max-width: 1000px;
    }
}

@media (max-width: 600px){.lainaaika section label { width: 33.333% !important; }}
@media (max-width: 400px){
    .interest-data:first-child { flex-direction: unset !important; }
    .interest-data { align-items:center !important; }
	.sz-consumer-information #loan_info{
    padding: 15px 0px !important;
	}
}