/*

* Override Pages default styles or create your own styles here

*/
.thin-button {
    padding: 3px 15px;
}

.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
    overflow: visible;
}

form .row {
    margin-left: 15px;
}

.card-title {
    color: #0090d9;
}

.field-validation-error {
    margin-bottom: 15px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
    width: 100%;
}

@media (min-width: 1824px) {
    .menu-pin .container-fluid.container-fixed-lg {
        width: 1600px;
    }
}

@media (min-width: 2100px) {
    .menu-pin .container-fluid.container-fixed-lg {
        width: 1800px;
    }
}

.table thead tr th[class*='sorting_']:not([class='sorting_disabled']) {
    color: #0090d9;
    font-weight: bolder;
}

.table thead tr th {
    color: rgba(44, 44, 44, 0.74);
    text-align: center;
    /*font-family: sans-serif;*/
}

.table tr td {
    text-align: center;
}

.form-group-default.form-group-default-select2 {
    z-index: 0;
}

.form-group-default label.fade {
    opacity: 1;
}

.nav-tabs-simple > li > a:after {
    background-color: #3a38ad;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #1bbf89;
}

.label-danger {
    background-color: #DB524B;
}

.label-pending {
    background-color: #0F83C9;
}

/*Bet Detail*/
.bet-image {
    width: 24px;
}

.sportsdetail-header {
    color: #1d1dc7;
    font-weight: bold;
    text-align: initial;
}

.sportsdetail-bet {
    border-left: 3px solid #d6d6d6;
    margin-left: 6px;
    padding-left: 10px;
    color: black;
    text-align: initial;
}

.sportsdetail-match {
    text-align: initial;
}

.text-link {
    font-weight: bold;
    color: #0c14a2;
}
.custompopup {
    left: -80px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
}

        
.popup_wrapper {
    width: 40%;
    height: 51%;
    margin-top: 15%;
    margin-left: 40%;
    background-color: white;
    border-radius: 30px;
    padding: 10px 20px;
}
.login-wrapper .login-container {
    width: 50%;
}
@media (max-width: 500px) {
    .custompopup {
       
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50px;
        left:0;
        backdrop-filter: blur(5px);
    }
    .popup_wrapper {
        width: 80%;
        height: 70%;
        margin-top: 15%;
        margin-left: 10%;
        background-color: white;
        border-radius: 30px;
        padding: 10px 20px;
    }
    .login-wrapper .login-container {
        width: 85%;
    }

}