* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background-color: #121212;

}

.referal{
    width: auto;
    align-items: center;
    margin-bottom: 20px;
}

#referal_show{
    margin-left: 14%;
    width: 70%;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 75%;
    box-sizing: content-box;
    background-color: #121212;
    color: chartreuse;
    border: none;
}

#referalCode{
    font-size: larger;
    margin-left: 26%;
    color: chartreuse;
}

.container {
    width: 100%;
}

#loader{
    display: none;
    position: absolute;
    top: 50%;
    right: 48%;
    z-index: 1500;
}

#h2 {
    color: #f0b90b;
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    padding-bottom: 40px;
    text-shadow: -5px 5px 10px rgba(240, 185, 10, 0.3);
}

.register_form {
    width: 100%;
    margin: 80px auto 30px auto;
    background: #121212;
    padding: 40px 60px 80px 60px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px -3px 33px 1px rgba(240, 185, 10, 0.3);
    position: relative;
}

label {
    display: block;
    position: relative;
    margin: 10px 0px;
}

.label-txt {
    position: absolute;
    top: -.2em;
    padding: 10px 0px 0px 0px;
    font-family: sans-serif;
    font-size: 10pt;
    letter-spacing: 1px;
    color: #BCBCBC;
    transition: ease .3s;
    width: 100%;
    text-align: left;
    background-color: #121212;
    margin-bottom: 30px;
}

.input {
    width: 100%;
    font-size: 14pt;
    background: transparent;
    border: none;
    outline: none;
    color: #BCBCBC;
    margin: 10px 0px;
}

.line-box {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
}

.line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fdd478;
    transition: ease .6s;
}

.input:focus+.line-box .line {
    width: 100%;
}

.label-active {
    top: -2em;
}


#cancel {
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c)) !important;
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%) !important;
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3) !important;
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3) !important;
    display: inline-block;
    width: 150px;
    height: 40px;
    margin: 10px 5px;
    background: #f0b90b;
    font-weight: bold;
    color: #525252;
    border: transparent;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;

}

#save {
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c)) !important;
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%) !important;
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3) !important;
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3) !important;
    display: inline-block;
    width: 150px;
    height: 40px;
    margin: 10px 8px;
    background: #f0b90b;
    font-weight: bold;
    color: #525252;
    border: transparent;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;
}

button:hover {
    color: #333331;
}

.label-txt {
    font-size: 16pt;
    font-family: 'Times New Roman', Times, serif;
}

.form-group {
    text-align: left;
    color: #BCBCBC;
}

.alert {
    position: relative;
    width: 250px;
    height: auto;
    padding: 5px;
    background-color: rgba(237, 217, 173, 0.2);
    color: #BCBCBC;
    text-align: center;
    margin: 0px auto;
    line-height: 20px;
    display: none;
    text-align: left;
    font-size: 14px;
    top: 10px;
}

#myModal{
    padding-left: 0px !important;
    overflow-y: auto;
}

.modal-header .close{
    margin-left: -15px;
}

.modal-header{
    border-bottom: 1px solid #121212;
}

.modal-footer{
    border-top: 1px solid #121212;
}

.modal-title {
    margin-right: 45px;
    width: 270px;
    font-size: 17pt;
}

.qr-img {
    vertical-align: middle;
    border-style: none;
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.modal-dialog{
    width: 400px;
    margin: 0px auto;
}

#code {
    color: #0baff0;
    font-size: 14pt;
    font-weight: bold;
}

.modal-content {
    background-color: #ffe04c;
    margin-bottom: 50px;
}

.modal-btn{
    display: block;
    margin: 0px auto;
    width: 175px;
    color: #ffe04c;
    background-color: #121212;
    font-size: 11pt;
}

.modaltxt3{
    font-weight: bold;
    text-align: justify;
}

.link_img{
    width: 50px;
}

.link-row{
    padding: 10px 20px 20px;
    display: inline-flex;
}

.googleplay{
    margin: 0px 30px 10px;
}

.modal-p{
    text-align: left;
    font-size: 18.5px;
}

.confirm_code{
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    color: #e83e8c;
    word-break: break-word;
}

.modaltext{
    font-size: 12pt;
    text-align: justify;
}
.modal-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 35px;
}
.modal-col:after{
    content: "";
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    right: 0;
}
.modal-col:last-child:after{
    display: none;
}

#confirm_register:hover , #complete-register:hover{
    color: #ccbf83;
}

.link-text{
    font-size: 10pt;
}

.rule_link{
    text-decoration: none;
    color: #BCBCBC;
}

.rule_link:hover{
    color: #f0b90b;
    text-decoration: none;
}

.register_modal{
    max-width: unset;
    width: 80%;
}

/*==============================media============================================*/
@media(min-width:601px) {

    .login_col{
        margin-top: 70px;
    }

}

@media(max-width:319px) {

    .g-recaptcha {
        margin: 0px -20%;
        transform: scale(0.8);
        width: 200px;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }

    .googleplay {
        margin: 0px 8px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 95% !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 85px;

    }

    #save {
        float: none;
        width: 85px;
        margin: 10px 41px 10px 8px;
    }

    .label-txt {
        font-size: 12pt;
    }

    .form-check-label {
        font-size: 11pt;
    }

    .alert{
        width: 200px;
    }

    .modal-dialog{
        width: 280px;
        margin: 0px auto;
    }
    
    .modal-title{
        margin-right: 10px;
        font-size: 14pt;
    } 
    
}

@media(min-width:320px) and (max-width:337px) {

    .register_form{
        padding: 40px;
    }

    .g-recaptcha {
        margin: 0px -20%;
        transform: scale(0.8);
        width: 200px;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }

    .googleplay {
        margin: 0px 10px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 95% !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 90px;
    }

    #save {
        float: none;
        width: 90px;
        margin: 10px 15px;
    }

    .form-check-label {
        font-size: 10pt;
    }

    .label-txt {
        font-size: 12pt;
    }

    .alert{
        width: 200px;
    }

    .modal-dialog{
        width: 300px;
        margin: 0px auto;
    }
    
    .modal-title{
        margin-right: 10px;
        font-size: 14pt;
    }
}

@media(min-width:338px) and (max-width:400px) {

    .g-recaptcha {
        margin: 0px -20%;
        transform: scale(0.8);
        width: 200px;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }

    .googleplay {
        margin: 0px 17px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 95% !important;
    }
    
    #cancel {
        float: none;
        margin: 10px auto;
        width: 100px;
    }

    #save {
        float: none;
        width: 100px;
    }

    .form-check-label {
        font-size: 11pt;
    }

    .label-txt {
        font-size: 14pt;
    }

    .alert{
        width: 200px;
    }

    .modal-dialog{
        width: 320px;
        margin: 0px auto;
    }
    
    .modal-title{
        margin-right: 10px;
        font-size: 14pt;
    }
}

@media(min-width:401px) and (max-width:440px) {

    .g-recaptcha {
        margin: 0px -13%;
        transform: scale(0.8);
        width: 200px;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }

    .modal-title {
        font-size: 14pt;
    }

    .googleplay {
        margin: 0px 20px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 90% !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 120px;
    }

    #save {
        float: none;
        width: 120px;
        margin: 10px 5px 10px 0px;
    }
}

@media(min-width:441px) and (max-width:500px) {

    .g-recaptcha {
        margin: 0px -13%;
        transform: scale(0.8);
        width: 200px;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }

    .modal-title {
        font-size: 15pt;
    }

    .googleplay {
        margin: 0px 25px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 80% !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 120px;
    }

    #save {
        float: none;
        width: 120px;
        margin: 10px 5px 10px 0px;
    }

    #h2 {
        font-size: 30pt;
    }
}

@media(min-width:501px) and (max-width:600px) {

    .g-recaptcha {
        margin: 0px -13%;
        transform: scale(0.8);
        width: 200px;
    }

    .modal-title {
        font-size: 15pt;
    }

    .googleplay {
        margin: 0px 25px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 80% !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 120px;
    }

    #save {
        float: none;
        width: 120px;
        margin: 10px 5px 10px 0px;
    }

    #h2 {
        font-size: 30pt;
    }
}

@media(min-width:601px) and (max-width:767px){

    .g-recaptcha {
        margin: 0px -13%;
        transform: scale(0.8);
        width: 200px;
    }

    .googleplay {
        margin: 0px 35px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 460px !important;
    }

    #cancel {
        float: none;
        margin: 10px auto;
        width: 120px;
    }

    #save {
        float: none;
        width: 120px;
        margin: 10px 5px 10px 0px;
    }

    #h2 {
        font-size: 30pt;
    }

}

@media(min-width:768px) and (max-width:1150px){

    .register_modal {
        max-width: unset !important;
        width: 460px !important;
    }

    .modal-col{
        width: 100%;
        flex: auto;
        max-width: unset;
    }
}

@media(min-width:1151px) and (max-width:1480px){

    #line2{
        margin-left: -4px;
    }

    .googleplay {
        margin: 0px 15px 10px;
    }

    .register_modal {
        max-width: unset !important;
        width: 90% !important;
    }

    .link-text {
        font-size: 10pt;
        width: 80px;
    }
}

@media(min-width:1481px) and (max-width:1550px){

    #line2{
        margin-left: -5px;
    }
}

@media(min-width:1550px){

    #line2{
        margin-left: -20px;
    }
}
@media screen and (max-width:1150px){

    .modal-col{
        width: 100%;
        flex: auto;
        max-width: unset;
        padding: 10px;
    }
    .modal-col:after{
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}