
.mdl-switch-dark .mdl-switch__track {
    background-color: #777;
}
.mdl-switch-dark .mdl-switch__thumb {
    background: #ccc;
}
.mdl-switch.is-checked .mdl-switch__track {
    background: linear-gradient(90deg,#1EC8B4 0%,#00AAD2 100%);
}
.mdl-switch.is-checked .mdl-switch__thumb {
    background: #fff;
}
.mdl-radio {
    text-align: left;
    color: #777;
    font-family: "Neue Haas Unica W01 Regular";
    font-size: 18px;
    margin-right: 30px;
    line-height: 24px;
    height: auto;
  padding-top: 8px;
}
.pop-content .mdl-radio{
	color: #ccc;
	font-size: 16px;
}
.onWhiteBg .mdl-radio{
	color: #aaa;
}
.mdl-radio.last{
	margin-right: 0;
}
.mdl-radio.is-upgraded {
    padding-left: 40px;
}
.mdl-radio__outer-circle {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    border: 2px solid #222;
    background: #222;
    border-radius: 50%;
    z-index: 2;
}
.pop-content .mdl-radio__outer-circle{
    border: 2px solid #333;
    background: #333;
}
.onWhiteBg .mdl-radio__outer-circle{
	background: #ddd;
    border: 2px solid #ddd;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #222;
}
.pop-content .mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 0px solid transparent;
    background: linear-gradient(90deg,#1EC8B4 0%,#00AAD2 100%);
}
.onWhiteBg .mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #ddd;
}
.mdl-radio__inner-circle {
  left: 9px;
  top: 14px;
  width: 12px;
  height: 12px;
  z-index: 100;
   background: #1EC8B4;
   background: rgb(63,212,197);
   background: -moz-linear-gradient(top, rgba(63,212,197,1) 0%, rgba(62,166,212,1) 100%);
   background: -webkit-linear-gradient(top, rgba(63,212,197,1) 0%,rgba(62,166,212,1) 100%);
   background: linear-gradient(to bottom, rgba(63,212,197,1) 0%,rgba(62,166,212,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1EC8B4', endColorstr='#3ea6d4',GradientType=1 );
}
.pop-content .mdl-radio__inner-circle{
	background: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
.onWhiteBg .mdl-radio__inner-circle{
	
}
.mdl-radio__label{
  transition: 0.2s;
}
.is-checked .mdl-radio__label {
    color: #fff;
}

.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -4px;
    box-sizing: border-box;
    width: 38px;
    height: 38px;
 }
 
.mdl-radio.disabled{
	pointer-events: none;
	opacity: 0.8;
}

.onWhiteBg .is-checked .mdl-radio__label {
    color: #333;
}

.pop-fm-usecasepreset .mdl-radio{
	line-height: 18px;
}

.mdl-radio__sublabel{
	font-family: "Neue Haas Unica W01 Light";
    font-size: 14px;
    line-height: 18px;
}

.pop-fm-usecasepreset .mdl-radio{
	padding-top: 8px;
}

.mdl-button{
	letter-spacing: 0;
  padding: 0 50px;
  font-family: "Neue Haas Unica W01 Regular";
  line-height: 48px;
  border-radius: 24px;
  font-size: 20px;
}

.mdl-button.disabled{
	background: linear-gradient( 90deg, #999 0%, #777 100%);
	pointer-events: none;
	opacity: 0.3;
}


.mdl-textfield{
    padding-bottom: 0;
    width: 100%;
}

input.mdl-textfield__input[type="password"],
input.mdl-textfield__input[type="number"],
input.mdl-textfield__input[type="text"]{
    background: #333;
    color: #fff;
}


input.mdl-textfield__input[type="password"]:focus,
input.mdl-textfield__input[type="number"]:focus,
input.mdl-textfield__input[type="text"]:focus{
    background: #111;
}

.mdl-textfield__label{
    left: 10px;
    top: 35px;
    font-family: "Neue Haas Unica W01 Light";
    color: #aaa;
    font-size: 20px;
}
.mdl-textfield__label:after{
    display: none;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{
    color: #aaa;
    font-size: 12px;
    top: 0px;
    font-family: "Neue Haas Unica W01 Light";
}


.pop-content .mdl-radio__outer-circle fieldset[disabled] .mdl-radio, 
.pop-content .mdl-radio.is-disabled .mdl-radio__outer-circle {
    border: 2px solid #444;
    cursor: auto;
    background: #444;
}

.mbsc-yoyotheme.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
    background: #ffffff;
}


.mdl-radio__sublabel {
    font-size: 14px;
    font-family: "Neue Haas Unica W01 Light";
    color: #777;
    padding-left: 0px;
    position: relative;
    top: -3px;
}
