body{
	font-family:apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	background:#eee;
}


h1{
	font-size: 30px;
	color: #e64125;
}
h3{
	font-size:25px;
}


.element{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


.calculator{
	    box-shadow: 0px 0px 20px 2px #888;
}


table{
	width:100%;
	text-align: center;
	margin:auto;
	margin-bottom: 10px;
	
	
}

select{
	width: 100%;
	text-align-last: center;
	height: 80px;
	font-size:20px;
	transition: all ease 0.3s;
	color:#fff;
	border: none;
	
	
}
#tab1 select{
	background: rgb(174, 0, 0);
	
	
}
#tab1 select:hover{
	 background: #e64125;
	 
    
}
#tab1 select:focus{
	 background: #e64125;
}


#tab2 select{
	background: rgb(174, 0, 0);
}
#tab2 select:hover{
	 background:#e64125;
}
#tab2 select:focus{
	 background: #e64125;
}
input{
	width:100%;
	text-align: center;
	height: 78px;
	font-size:20px;
	color:#fff;
	transition: all ease 0.3s;
	border: none;
}
#tab1 input{
	background: rgb(174, 0, 0);
}
#tab1 input:hover{
	 background: #e64125;
}
#tab1 input:focus{
	 background: #e64125;
}
	
table td{
	font-size:20px;
	width: 33.33%;
	
}

.tablec label{
	height: 55px;
	display: inline-block;
	width: 100%;	
	padding-top:25px;	
	background: rgb(174, 0, 0);
	color: white;
}
.tablec label:hover{
	background-color: #e64125;
}
.resulttable label{
	height: 40px;
	display: inline-block;
	width: 100%;
	color: white;
	margin: auto;
	

	padding-top:15px;
	padding-bottom: 10px;
}

#tab1 .resulttable label{
	
	background: rgb(174, 0, 0);
	color: white;
}

#tab2 .resulttable label{
	
	background: rgb(174, 0, 0);
}
#tab3 .resulttable td:nth-child(1){
	width: 10%;
	background: rgb(174, 0, 0);
}

#tab3 .resulttable label{
	
	background: #941086;
}
/*slider*/

.slidecontainer {
    width: 100%;
}

.slider2 {
    -webkit-appearance: none;
    width: 98.5%;
    height: 30px;
    
    background: rgb(174, 0, 0);
    outline: none;
    opacity: 0.9;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2:hover {
    opacity: 1;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 60px;
    height: 30px;
    
    background:rgba(144, 20, 20, 0.98);
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 60px;
    height: 30px;
    
    background:  rgba(144, 20, 20, 0.98);
    cursor: pointer;
}

.tablink {
  background-color: #000;
  color:#fff;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: bold;
 width: 50%;
	height: 60px;
}

.tablink:hover {
  background-color: #5f1d12;
}

.tabcontent {
  color: black;
  display: none;
  padding: 50px;
	padding-top: 20px;
  text-align: center;
}
.mismatched{
	margin: 0px;display: block;width: 50%;
}
.mismatchedempty{
	width: 25%;
}
@media only screen and ( max-width: 420px ){
	.tabcontent {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mismatchedempty{
	width: 3%;
}
	.mismatched{
		font-size:24px;
	}
}
#tab1 {background-color:#ffffff;}
#tab2 {background-color:#ffffff}
#tab3 {background-color:#ffffff;}

#tabbtn1,#tabbtn2,#tabbtn3{
	transition: all ease 0.3s;
	
}



.button{
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
}
 .button label{

  position: relative;
  
    font-size: 28px;
    color: #fff;
  margin-left: 1px;
	margin-right: 1px;
  padding: 15px 25px 15px 25px;
 
  display: inline-block;
  text-align: center;
 transition: all ease 0.3s;
  cursor: pointer;
	
}
#tab1 .button label{
background: rgb(174, 0, 0);
}
#tab1 .button label:hover{
	 background: #e64125;
}
#tab1 .button input:checked+label {
	 background: rgba(95, 0, 0, 0.98);
	
}


#tab2 .button label{
background: rgb(174, 0, 0);
}
#tab2 .button label:hover{
	 background:  #e64125;
}
#tab2 .button input:checked+label {
	 background: rgba(95, 0, 0, 0.98);
	
}

#tab3 .button label{
background: rgb(174, 0, 0);
}
#tab3 .button label:hover{
	 background:  #e64125;
}
#tab3 .button input:checked+label {
	 background: rgba(95, 0, 0, 0.98);
	
}
.btnmismatch{
	float: right;
	
}

input[type="radio"]{
	display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 32px;
	top:10px;
	margin-left: auto;
	margin-right: 0px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
	background: #0f0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0d0d0;
  -webkit-transition: .4s;
  transition: .4s;
	
}

.slider:before {
	
  position: absolute;
  content: "";
  height: 36px;
  width: 30px;
  left: 0px;
  top: -3px;
  background-color: rgba(95, 0, 0, 0.98);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e64125;
	
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  
  -webkit-transform: translateX(88px);
  -ms-transform: translateX(88px);
  transform: translateX(88px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 2px;
}

.slider.round:before {
  border-radius: 2px;
}