.blockUI {
display: none !important;
}
.hide-jazzCash {
display: none;
}
.text-for-jc{
background: #fff;
padding: 10px;
font-size: 12px;
font-weight: bold;
font-family: arial;
border: 1px solid #999;
margin-bottom:15px;
} .container-jc {
display: block;
position: relative;
padding-left: 35px;
padding-bottom: 15px;
cursor: pointer;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
label#lable_MWALLET {
padding-bottom: 20px;
} .container-jc input {
position: absolute;
opacity: 0;
cursor: pointer;
} .checkmark {
position: absolute;
top: 0;
left: 0; }
#lable_MWALLET .checkmark {
height: 36px;
width: 30px;
}
#lable_OTC .checkmark {
height: 27px;
width: 30px;
}
#lable_MIGS .checkmark {
height: 36px;
width: 30px;
} .container-jc:hover input ~ .checkmark {
background-color: #ccc;
} .container-jc input:checked ~ .checkmark {
background-color: #2196F3;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .container-jc input:checked ~ .checkmark:after {
display: block;
} .container-jc .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%; }