/* here you can put your own css to customize and override the theme */

.age {padding: 2px 4px; font-size: 12px; background-color: #999999; color: #ffffff;}
.female {background-color:#feb3c5; color: #ffffff; }
.male {background-color: #8ca3f0; color: #ffffff; }
.video-verify {padding: 2px 4px; font-size: 11px;}
.fullmodal {
    display:    none;
    position:   fixed;
    z-index:    99999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .1 )
    url('./ajax-loader.gif')
    50% 50%
    no-repeat;
}
body.loading {
    /*overflow: hidden;*/
}
body.loading .fullmodal {
    display: block;
}