﻿@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
   // position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -35px;
    margin-top: -35px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 12.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  //transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.1rem;
  outline: none;
  position: relative;
  //z-index: 1000;
}


.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}


.option-input:checked::before {
   
  height: 30px;
  width: 30px;
  position: absolute;
  font-family: FontAwesome;
   content: "\f00C";
   _content: '?'; 
   _content: 'v'; 
  display: inline-block;
  font-size: 18px;
  color:white;
  
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
 // z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.option-input.money::before {
 // border-radius: 10px;
  height: 20px;
  width: 20px;
  font-size: 18px;
  line-height:18px;
  margin-right: 0.1rem;
  top: 1px;

}

.option-input.money {
   border-radius: 50%;
  height: 20px;
  width: 20px;
  
  margin-right: 0.1rem;
  top: 3px;
  margin-top:0px;
  left:0px;
}

.option-input.money::after {
  border-radius: 50%;
}



.option-input.login::before {
  height: 15px;
  width: 15px;
  font-size: 12px;
  line-height:13px;
  margin-right: 0.1rem;
  top: 1px;
}

.option-input.login {
   border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 0.1rem;
  top: 5px;
  margin-top:0px;
  left:0px;
}

.option-input.login::after {
  border-radius: 50%;
}




.option-input.ec2000:before {
  border-radius: 5px;	
  height: 25px;
  width: 25px;
  font-size: 14pt;
  background-color:#8eb852;
  line-height:18pt;
  margin-right: 0.1rem;
}

.option-input.ec2000 {
  border-radius: 5px;
  height: 24px;
  width: 24px;
  margin-right: 0.1rem;
  top: 0px;
  margin-top:0px;
  left:0px;
  background-color: #9ec862;
}

.option-input.ec2000::after {
  border-radius: 5px;
}






