@import url('https://wppluginbox.com/ICONS/icons.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


:root{
/*--wpbox-theme:#4CAF50;*/
--wpbox-green:#25D366;
--wpbox-blue: #050b20;
--wpbox-theme:#405FF2;


--wpbox-default-font:"Nunito Sans", sans-serif;
}

[wpbox-container="1"] .calculator-area{
	font-family: var(--wpbox-default-font);
	font-weight: 300;
		margin: auto;
		width: 800px;
		padding:20px;
		background-color:#E9F2FF;
	}


.wpbox-card{
	-webkit-box-shadow: 0px -1px 12px 1px rgba(199,199,199,.5);
-moz-box-shadow: 0px -1px 12px 1px rgba(199,199,199,.5);
box-shadow: 0px -1px 12px 1px rgba(199,199,199,.5);
/*padding: 20px;*/
border-radius: 20px;
}

.wpbox-header{
/*padding: 20px;*/
}	





.sldr-div {
    margin: auto;
    margin-top: -36px;
    max-width: 100%;
    margin-bottom: 20px;
}



/*======================= MAIN =========================*/
.flex-1{
		display: flex;
	}

	.flex-1 > div:nth-child(1){
		width: 50%;
	}

	.flex-1 > div:nth-child(2){
		width: 50%;
	}

	@media screen and (max-width: 600px) {
	.flex-1{
		flex-direction: column;
		gap: 50px;
	}

	.flex-1 > div:nth-child(1){
		width: 100%;
	}

	.flex-1 > div:nth-child(2){
		width: 100%;
	}

	}
/*======================= MAIN =========================*/


/*=============== header =================*/
.wpbox-header{
    }

    .wpbox-header img {
    vertical-align: middle;
    width: 150px;
    height: 150px!important;
    border-radius: 50%!important;
}

.wpbox-header .model-title {
    font-size: 13px;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
    background-color: var(--wpbox-theme);
    padding: 12px 19px;
    color: white;
    border-radius: 0;
    width: fit-content;
    border-radius: 7px;
}
/*=============== header =================*/


/*=============== INPUTS =================*/
.wpbox-btn {
    background-color: var(--wpbox-theme);
    color: white;
    width: 100%;
    max-width: 214px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 12px;
    outline: 0;
    border: 1px solid white;
}

.wpbox-btn:hover{
	background-color: white;
	border:1px solid var(--wpbox-theme);
	color: var(--wpbox-theme);
	transition: 0.2s;
}


.calculator-area .input-box {
    margin-bottom: 20px;
    max-width: 285px;
}

.calculator-area .input-box label.wpbox-label {
    font-weight: bold;
    display: block;
    margin-bottom: 14px;
    color: var(--wpbox-theme);
    font-size: 15px;
}

.calculator-area .input-field {
    display: flex;
    align-items: center;
    background-color: #ffffff08;
    border-radius: 4px;
    border: 1px solid var(--wpbox-theme);
    overflow: hidden;
}

.calculator-area .input-field .prefix {
    background-color: var(--wpbox-theme);
    padding: 14px 12px;
    font-size: 14px;
    color: #ffffff;
    /* border-right: 1px solid #ffffff; */
    font-weight: bold;
    white-space: nowrap;
}

.calculator-area .input-box input.khyzer[type="text"],
.calculator-area .input-box select.khyzer{
    border: none;
    background: white;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    outline: none;
    color: #585858;
    font-family: var(--wpbox-default-font);
    font-weight: 700;
    letter-spacing: 1.5px;
}


/*=============== INPUTS =================*/


/*=============== RESULTS =================*/
.loan-summary {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--wpbox-default-font);
  font-size: 14px;
  border:0;
}

.loan-summary td {
  padding:12px 0px;
  vertical-align: top;
  border:0;
  border-bottom: 1px solid #b0b0b0;
}

.loan-summary td:first-child {
  text-align: left;
  color: #333;
}

.loan-summary td:last-child {
  text-align: right;
  font-weight: 700;
  font-size: 12px;
}

.loan-summary td[ltxt="1"]{
  text-align: left;
  border:0;
  font-size: 16px;
  color: var(--wpbox-theme);
}

.loan-summary .no-border td{border: 0;}

/*=============== RESULTS =================*/

@media screen and (max-width: 600px) {

.loan-summary {
    font-size: 12px;
}

}



/*=========== SLIDER CSS ===========*/
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none;
}

.irs--round .irs-handle {
    cursor: pointer;
    top: 31px;
    width: 15px;
    height: 15px;
    border: 4px solid var(--wpbox-theme);
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    padding: 4px 7px;
    background-color: var(--wpbox-theme);
    color: white;
    border-radius: 4px;
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #cfcfcf;
    border-radius: 4px;
}


/*=================== SLIDER =================*/


.wpbox-loader {
  border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid var(--wpbox-theme);
    border-radius: 50%;
    width: 30px;
    height: 30px;
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



@media screen and (max-width: 600px) {

[wpbox-container="1"] .calculator-area {
    max-width: 100%;
}


.calculator-area .input-box {
    max-width: 98%;
}


}