.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*****************Add Wallet Money css Start **********************/

#add_walletModal .modal-dialog{
    width: 385px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    height: 91vh;
}
#add_walletModal .modal-content{
    padding: 40px 25px 20px 25px;
    position: relative;
    width: 100%;
}

.locationmodel_bg {
    background-image: url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.locationmodel_bg button.login_close{
    position: absolute;
    right: -21px;
    top: -25px;
    background: rgb(126, 187, 32);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
    font-size: 20px;
    color: #fffbfb;
    line-height: 0px;
    box-shadow: 0px 4px 10px #0000008f;
    border: 0;
}
.locationmodel_bg button.login_close:hover,
.locationmodel_bg button.login_close:focus,
.locationmodel_bg button.login_close:active
{
    opacity: 1 !important;
    color: white !important;
}
#add_walletModal .modal-content .login_buton{
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228,43,43,1);
    background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
    background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
    border: 0px;
    color: #fff;
    box-shadow: 0px 5px 8px #00000024;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
}

#add_walletModal .modal-content .login_buton:active{
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228,43,43,1);
    background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
    background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
    border: 0px;
    color: #fff;
    width: 50%;
    
}