/*ACT */
.act_calculator .result_content, .act_calculator .total{
	width: 19%;
}
/* SAT*/
.slider label {
    color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: 'IBM Plex Sans' !important;
	width: 380px;
}

.entry_calc {
	font-family: 'IBM Plex Sans' !important;
}

.slider span{
	width: 56px;
	text-align: center;
	display: inline-block;
	/* Button Text */
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #808190;
	/*margin-left: 10px;*/
}

.result_content{
	background-color: #EAEBFC;
	color: #000000;
}

.total{
	background-color: #9B9BF0;
	color: #ffffff;
}


.result_content, .total{
	display: flex;
	border-radius: 20px;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	/*gap: 16px;*/
	width: 31%;
	/*height: 164px;*/
}
.total h3{
	color: #ffffff !important;
}
.result_content h3{
	color: #000000 !important;
}
.result_content h3, .total h3{
	font-size: 24px !important;
	font-style: normal !important;
	font-family: 'IBM Plex Sans' !important;
	font-weight: 700 !important;
	line-height: 32px !important;
	margin: 0px 0px 16px 0px;
}
.row_result{
	display: flex; 
	justify-content: space-between;
}
.result_content p, .total p{
	font-size: 40px;
	font-style: normal;
	font-family: "IBM Plex Sans";
	font-weight: 700;
	line-height: 52px; /* 130% */
	margin: 0px;
}

input[type="number"]{
	text-align: center;
	/* Button Text */
	font-size: 20px;
	font-family: "IBM Plex Sans" !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #808190;
	border-radius: 8px;
	background:  #EAEBFC;
	border: 0px;
	width: 56px;
	height: 33px;
	padding: 3px 0px;
}
.form-group{
	display: flex;
	justify-content: space-between;
}
.slider{
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
}

.d-none{
	display: none;
}

.error{
	display: inline-block;
	text-align: right;
	padding-right: 4rem;
	color:rgb(255, 3, 3);
	font-style: italic;
	width: 100%;
	font-size: 14px;
}

/* Teléfonos */
@media only screen and (max-width: 575px){
	.error{
		text-align: left;
		padding-right: .25rem;
	}
	.slider, .row_result{
		flex-direction: column;
	}
	input[type='range']{
		width: 240px !important;
	}
	.act_calculator .result_content, 
	.act_calculator .total, .total, .result_content, 
	.gmat_calculator .result_content, .gmat_calculator .total,
	.gre_calculator .result_content, .isee_calculator .result_content, 
	.ssat_calculator .result_content .ssat_calculator .total{
		width: 100% !important;
		margin-bottom: 10px;
	}

	.ssat_calculator .row_slider{
		margin-bottom: 0px !important;
	}

	.col_content{
		padding: 0px 10px 20px 10px !important;
	}

	.slider label{
		margin-bottom: 10px;
	}
	.slider span{
		width: 34px;	
	}
	input[type="number"]{
		margin-right: 10px;
	}
	.margin-top{
		margin-top: 0px!important;
	}
	.slider label{
		width: 300px;
	}
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 480px;
		height: 32px;
		border-radius: 20px;
      -webkit-appearance: none;
      background-color: #EAEBFC;
	  margin-right: 12px;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 34px;
      -webkit-appearance: none;
      color: #13bba4;
      /*margin-top: -1px;*/
		border-radius: 20px;
		border: 20px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      border-radius: 20px;
	  border: 4px solid var(--Zinkerz-Palette-White, #FFF);
      -webkit-appearance: none;
      cursor: ew-resize;
      background: #696EEB;
	  width: 34px;
      height: 34px;
      box-shadow: -490px 0px 0px 480px #9B9BF0, 100px 100px 100px #000000;
		
    }

}

/* AP Calculus  Styles */
.ap_calculus_ab .result_content, .ap_calculus_ab .total{
	width: 24%;
}

.ap_calculus_ab .result_content, .ap_calculus_ab .total, .ap_calculus_ab .total h3{
	background-color: #E4F5FF; 
	color: #000000 !important; 
}

.ap_calculus_ab .predicted_score{
	background-color: #A3E3FF;
}

.ap_calculus_ab input[type='range']::-webkit-slider-thumb {
	box-shadow: -490px 0px 0px 480px #A3E3FF, 100px 100px 100px #000000;
}
.ap_calculus_ab input[type='range'], .ap_calculus_ab input[type="number"]{
	background-color: #E4F5FF;
}

.toefl_calculator input[type='range']::-webkit-slider-thumb{
	box-shadow: -490px 0px 0px 480px #ffe65a, 100px 100px 100px #000000;
}

.toefl_calculator input[type='range'], .toefl_calculator input[type="number"]{
	background-color: #fff8cf;
}

.toefl_calculator .result_content{
	background-color: #fff8cf; 
	width: 19%;
	color: #000000 !important; 
}

.toefl_calculator .total{
	background-color: #ffe65a; 
	width: 19%;
	color: #000000 !important; 
}
.toefl_calculator .total h3{
	color: #000000 !important; 
}

.gmat_calculator input[type='range']::-webkit-slider-thumb, .gre_calculator input[type='range']::-webkit-slider-thumb {
	box-shadow: -490px 0px 0px 480px #FFC867, 100px 100px 100px #000000;
}

.gmat_calculator input[type='range'], .gmat_calculator input[type="number"],
.gre_calculator input[type='range'], .gre_calculator input[type="number"]{
	background-color: #FFEFD2;
}

.gmat_calculator .result_content{
	background-color: #FFEFD2; 
	width: 23%;
	color: #000000 !important; 
}

.gre_calculator .result_content{
	background-color: #FFEFD2; 
	width: 49%;
	color: #000000 !important; 
}

.gmat_calculator .total, .gre_calculator .total{
	background-color: #FFC867; 
	width: 23%;
	color: #000000 !important; 
}
.gmat_calculator .total h3, .gre_calculator .total h3{
	color: #000000 !important; 
}

.row_content {
	display: flex;
	justify-content: center;
	width: 100%;
}

.row_content h4 {
	font-weight: 700 !important;
	font-size: 20px !important;
	font-family: 'IBM Plex Sans' !important;
}
/*gre styles*/
.gre_calculator .row_content h4{
	color: #000000 !important;
	margin: 0px 10px 15px 10px !important;
}
.isee_calculator .row_content h4{
	color: #000000 !important;
	margin: 0px 5px 15px 5px !important;
}

.ssat_calculator .row_content h4{
	color: #000000 !important;
	margin: 0px 0px 15px 5px !important;
}

.gre_calculator .row_content, .isee_calculator .row_content, .ssat_calculator .row_content{
	display: flex;
	justify-content: space-around;
}

.gre_calculator .col_content{
	width: 50%;
	padding: 5px 40px 5px 40px;
}

.ssat_calculator .col_content{
	width: 50%;
	padding: 5px 10px 5px 10px;
}
.isee_calculator .col_content{
	width: 33.33%;
	padding: 5px 20px 5px 20px;
}

.col_content{
	padding: 0px 40px 20px 40px;
}

.border-right{
	border-right: 1px solid #FFC867;
}
.border-left{
	border-left: 1px solid #FFC867;
}

.isee_calculator input[type='range']::-webkit-slider-thumb, .ssat_calculator input[type='range']::-webkit-slider-thumb {
	box-shadow: -490px 0px 0px 480px #808190, 100px 100px 100px #000000;
}

.isee_calculator input[type='range'], .isee_calculator input[type="number"],
.ssat_calculator input[type='range'], .ssat_calculator input[type="number"]{
	background-color: #e9e9e9;
}

.isee_calculator .result_content{
	background-color: #e9e9e9; 
	width: 49%;
	color: #000000 !important; 
}

.ssat_calculator .result_content{
	background-color: #e9e9e9; 
	width: 32%;
	color: #000000 !important; 
}

.ssat_calculator .total_scores .result_content, .ssat_calculator .total {
	background-color: #e9e9e9; 
	width: 49%;
	color: #000000 !important; 
}
.ssat_calculator .total h3{	
	color: #000000 !important; 
}
.ssat_calculator .row_slider{
	margin-bottom: 20px;
}


.isee_calculator .border-right, .ssat_calculator .border-right{
	border-right: 1px solid #808190;
}
.isee_calculator .border-left, .ssat_calculator .border-left{
	border-left: 1px solid #808190;
}

.margin-top{
	margin-top: 2%;
}

/* Teléfonos */
@media only screen and (max-width: 575px){
	.ap_calculus_ab .result_content, .ap_calculus_ab .total{
		width: 100%;
	}
}