﻿


body  {
    background: #0e0f0f!important;
    background-color: #0e0f0f !important;
}




.float-right {
    float: right!important;
}

.float-left {
    float: left!important;
}


.text-center {
    text-align: center!important;
}


.topbarji {
    height: 60px;
}

.login__container-heading-inn {
    background: #333332;
    padding: 25px 20px;
}

.login__container-heading__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-top: 5px;
}

.login__container-heading-inn p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}


.nav {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.nav-pills .nav-link {
    white-space: normal; /* allow wrapping */
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-weight: 700;
        color: #d9ac4f;
        background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        background: none;
        border-bottom: 2px solid #d9ac4f;
    }


.nav-pills .nav-link {
    background: #4d4d4c;
    margin: 5px;
    color: #929292;
    font-size: 12px;
}



@media (max-width: 575.98px) {
    .nav-pills li {
        width: 50%;
    }
}

.LoginDiv input {
    color: #f5f3f0;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background: #333332;
    height: 50px;
}

.LoginDiv select {
   color: #f5f3f0;
    font-size: 12px;
    border: none;
    border-radius: 10px;
    background: #333332;
    height: 50px;
}



.LoginDiv .round-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .LoginDiv .round-checkbox:checked {
        appearance: auto;
        clip-path: circle(50% at 50% 50%);
        background-color: #d9ac4f!important; /* Example checked color */
    }

.LoginDiv label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.checkbox-wrapper label {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.checkbox-wrapper, .radio-wrapper {
    float: left;
}

.signIn__container-button {
    margin: 5px 40px;
}

    .signIn__container-button .active {
        background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        color: #8f5206;
        height: 50px;
        width: 100%;
        font-size: 18px;
        border-radius: 20px;
    }


    .signIn__container-button .register {
        width: 100%;
        height: 50px;
        color: #d9ac4f;
        font-size: 18px;
        background: transparent;
        border-radius: 20px;
        border: .2px solid #d9ac4f;
        box-shadow: none;
        text-shadow: none;
    }

    .signIn__container-button .register span {
    font-size: 13px;
    color: #A8A5A1;
    font-weight: 400;
}

     .signIn__container-button a {
        width: 100%;
        height: 50px;
        color: #d9ac4f;
        font-size: 18px;
        background: transparent; 
        box-shadow: none;
        text-shadow: none;
    }

.LoginDiv {
    padding: 15px;
}

 

#gameTabs  .nav-item a i {
    margin-right: 10px;
    font-size: 28px;
    margin-bottom: 5px;
}



 .foot-section i {
    color: #ca9c49;
    font-size: 40px;
    margin-bottom:10px;
}

 
.red {
    color:red;
}



.verifyInput__container-input button {  
    color: #8f5206;
    font-size: 13px;
    border: none;
    border-radius:20px;
    padding:0 17px;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        height: 50px;
}






