/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*input,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 3;
}
.dropdown-placeholder{
    font-size: 12px;
}*/
.game-container{
    /*width: 100%;
    height: 80vh;*/
    background-color: black;
    border: 2px solid gray;
}
.menu-item{
    min-width: 180px;
}
.feature-box-custom{
    height: 100%;
}
.game-not-available{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
}
.dont-show{
    display: none !important;
}
.popup-message{
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.popup-message-content{
        display: table;
    margin: auto;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    position: absolute;
    padding: 2%;
    background-color: rgb(54 121 255);
    border-radius: 10px;
    /* border: 1px solid white;*/
}
.popup-message-txt{
    text-align: center;
}
.popup-message-button{
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    margin-top: 5%;
}
.li-tournament::before{
    content: unset !important;
}
.tournament-register-button{
    text-align: center;
    white-space: unset !important;
}
.trophy-icon{
    
}
.form-message{
    color: white;
    padding-bottom: 10px;
    text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
}
.form-control{
    /*padding: 0.375rem 0.375rem;*/
}
.fbox-content-custom{
    /*max-height: 102px;*/
}
.form-dob-dropdown{
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*padding: 0.375rem 0.5rem;*/
}
.dob-dropdown{
    width: 32%;
    padding: 0.375rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.drop-down-arrow{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/dropdownArrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}
.dob-dropdown-no-required{
    /*padding: 0.375rem 0rem 0.375rem 0.2rem;*/
    padding-left: 0.5rem;
}
.indent-list{
    padding-left: 7%;
}
/*.fbox-content{
    max-height: 102px;
}*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
}
.capitalize-text{
    text-transform: uppercase;
}
.required-color{
    color: red;
}
.sportbook-preloader{
    color: white;
    width: 100px;
    text-align: center;
    position: absolute;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.required-symbol{
    position: absolute;
    top: 10%;
    left: 4.5%;
}
.footer-logo{
    margin-bottom: unset;
}
.footer-text{
    font-size: 0.8rem;
    font-weight: bold;
}
.footer-logo-container{
    
}
.indent-list-terms{
    margin-left: 3%;
}
.device-xs #primary-menu-trigger{
    margin-left: unset !important;
}
@media (max-width: 1199px){
    .form-control, .dob-dropdown{
        font-size: 0.8rem;
    }
    #login-form-div{
        padding: 10 15 10 15px !important;
    }
}
@media (max-width: 991.98px) {
    #login-form-div{
        padding: 20 30 20 30px !important;
    }
    .col-md-4{
        width: 100%;
    }
    .col-md-8{
        width: 100%;
    }
    .entry {
        width: 50%;
        float: left;
    }
    .form-control, .dob-dropdown{
        font-size: 1rem;
    }
    .li-container{
        width: 100% !important;
    }
    .trophy-icon{
        width: 33% !important;
    }
    .footer-logo-container{
        display: flex;
        justify-content: center;
    }
    .footer-text-container{
        display: block !important;
    }
    .footer-text-terms{
        justify-content: center !important;
        padding-top: 2%;
    }
    
    .footer-widgets-wrap{
        padding-bottom: 40px !important;
    }
    .menu-item{
        justify-content: left !important;
        padding-left: 5%;
    }
}
@media (max-width: 575px) {
    .entry {
        width: 100%;
        float: left;
    }
    
}
@media (max-width: 767px) {
    .entry-meta:not(.no-separator) li::before {
        content: unset !important;
    }
    .entry-meta ul {
        margin: unset;
        text-align: left;
    }
    .trophy-icon{
        width: 100% !important;
    }
}
.disabled{
    pointer-events: none;
    user-select: none;
    
}
.unselected-lang{
    color: white !important;
    background-color: #9b9b9b !important;
}

.datepicker {
    color: #BBB !important;
    background-color: #00297d !important;
    /*border-color: unset!important;
    text-shadow: unset;*/
}
.login-error{
    color: #ef8b2b !important;;
    border: unset !important;
    background: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}