.table-info, .table-info > th, .table-info > td{
    background-color: #f1f1f1;
}
td.kv-group-even{
    background-color: #cbf1e5 !important;
}
td.kv-group-odd{
    background-color: #dae7e3 !important;

}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody{
    border-color: #bcbcbc;
}
.table-info, .table-info>td, .table-info>th{
    background-color: #e6efeb !important;
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th{
    border-color: #adb5bd !important;
}
.kv-grouped-row{
    background-color: #bfd7d1 !important;

}
.kv-expand-icon-cell:hover{
    background-color: #d4fcf4 !important;
}
.table-warning td{
    background-color: #73a999 !important;
    border-color: #adb5bd !important;

}
#dashboardGames-container{
   height:100vh !important;
}
.gridViewBtn{
    margin:5px;
    font-size: 13px !important;
    flex-wrap: nowrap !important;
    width: max-content;
    color: var(--link) !important;

}
.container{
    max-width: 90vw !important;
}
.alertModal{
    z-index: 1051 !important;
}
#deleteMultipleBtnAlert{
    display: none;
}
#loadingSpinner{
    color: #50DCAF !important;
    height: 20vh;
    border-width: 20px;
    width: 20vh;
    margin-top: 30vh;
}
#loadingBackground{
    display: none;
    height : 100%;
    width: 100%;
    background-color: rgba(115, 115, 115, 0.5);
    position: fixed;
    z-index: 5;
    text-align: center;
}
.logout{
    color:  var(--link)  !important;
}
.reg-nav-link{
    color: #fff !important;
}
.btn-primary{
    color: #fff !important;
    background-color:  var(--accent) !important;
    border-color:  var(--accent) !important;
}
.btn-primary:focus{
    border-color: #c7f5ed !important;
    box-shadow: 0 0 0 0.2rem  #c7f5ed !important;
}
th>a{
    color: var(--link) !important;
}
.dropdown-item:focus,
.dropdown-item:hover
{
    color: #f1f1f1 !important;
    background-color: var(--link) !important;
}
.dropdown-item
{
    color: #000000 !important;
}
.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled)
.select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled)
.select2-selection:focus{
    border-color: var(--link) !important;
    box-shadow: 0 0 0 0.2rem #d4f1f1 !important;
}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected]{
    background-color: var(--link) !important;
    color: #fff;
}
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs4 .select2-results__option[aria-selected=true]{
    background-color: #cbf3f3 !important;
    color: #193e3e;
}
.kv-editable-link{
    color: var(--link) !important;
}
.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #50c8c8 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #d4f1f1 !important;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active{
    color: #fff;
    background-color: var(--link) !important;
    border-color: var(--link) !important;
}
.s2-togall-button{
    color: var(--link) !important;
}
:root{
    --link: #50c8c8;
    --accent: #144B41;
    --primary: #f1f1f1 !important;

}
#logo{
    height: 30px;
    width: auto;
}
.green{
    color: green !important;
}
.red{
    color: red !important;
}

.help-block {
    color: red;
}
