/*---- 08-02-2022 css ----*/
.stopper .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.stopper .navbar-dark{
	padding: 0px;
	height: 60px;
}

.navbar .header-logo{
    padding:10px 10px 10px 30px;
}

/*.stopper .navbar .collapse.navbar-collapse{
	padding-right: 90px;
}*/

.navbar .header-logo a{
    color:#fff;
    text-transform: capitalize;
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
}

.stopper .navbar .navbar-nav .nav-link{
	margin: 0;
	font-size: 19px;
    padding: 17px 25px;
}

.stopper .navbar .navbar-nav .nav-link.active{
	color: #fff;
	background: #336633;
}

.stopper .navbar .fadebar {
	top: 65px;
}

.stopper .submenu #draggable_menu .bottom .nav.nav-pills {
    justify-content: flex-end;
}

.stopper .submenu #draggable_menu .bottom .nav.nav-pills .nav-item a.nav-link{
    font-size: 19px;
}

.stopper .submenu #draggable_menu .bottom .nav.nav-pills .nav-item a.nav-link.active {
    background: #fff;
    border-top: 5px solid #22b00d;
    color: #5A5A5A !important;
    line-height: 40px;
}

.stopper .submenu #draggable_menu .top{
	opacity: 0;
	visibility: hidden;
}

/*------ 14-02-2022 ------*/

.stopper .submenu #draggable_menu .bottom .admin-menu {
    /*padding-left: 20px;*/
}

.stopper .submenu #draggable_menu .bottom .admin-menu h2{
    text-transform: capitalize; 
    font-size: 25px;
    color: #464646;
}

.stopper .submenu #draggable_menu .bottom .admin-menu.games-menu.custom{
    align-items: baseline;
}

.stopper .submenu #draggable_menu .bottom .admin-menu.games-menu h2{
    margin-bottom: 0px;
    padding: 0 8px;
}

.submenu #draggable_menu .bottom .admin-menu.games-menu h2.header{
    display: flex;
    align-items: baseline;
}

.submenu #draggable_menu .bottom .admin-menu.games-menu h2 .custom-date{
    padding-left: 5px;
}

.stopper .submenu #draggable_menu .bottom .submenu-item ul.nav.nav-pills {
    justify-content: left;
    flex-wrap: nowrap;
}

.stopper .submenu #draggable_menu .bottom .submenu-item .nav.nav-pills li.nav-item .nav-link {
    padding: 0 10px;
}

.stopper .submenu #draggable_menu .bottom .order-12{
    display: flex;
    align-items: flex-end;
}

.stopper .submenu #draggable_menu .bottom .order-12 .nav li.nav-item{
    flex: 0 1 70px;
}

/*----- 17-02-2022 -----*/
.admin-menu h2 {
    font-weight: 700;
}

.admin-menu h2 span {
    font-weight: normal;
} 

.stopper .nav-pills .nav-link.signout{
    background: transparent;
}

.stopper .nav-pills .nav-link.signout i{
    margin-left: 6px;
    font-size: 20px;
} 
/* 23-02-2022 games */ 
.games-item .sub-menu-bar{
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: baseline; */
    background: #e5e5e5;
    padding: 20px;
    border-radius: 10px; 
    border: 1px solid #898989;
} 
.games-item  .sub-menu-bar .nav-dropdowns {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
} 
.games-item  .sub-menu-bar .nav-dropdowns .nav-item a.nav-link.dropdown-toggle {
    background-color: #fff;
    line-height: 28px;
    padding: 6px 13px;
    font-size: 24px;
    height: 40px;
    min-width: 100px;
    font-weight: 400; 
    border: 1px solid #898989;
}
.games-item  .sub-menu-bar .nav-dropdowns .nav-item:nth-child(5) a.nav-link{
    text-decoration: underline;
} 
.games-item .sub-menu-bar a.btn-primary.show-game-btn {
    background-color: #2BB550;
    border: 2px solid #898989;  
    min-width: 180px;
    font-size: 24px;
    text-align: center;
    /* white-space: nowrap;
    padding:6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem; */
} 
.games-item  .sub-menu-bar .nav-dropdowns .nav-item  .dropdown-menu {
    min-width: 135px;
    margin-top: 4px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #898989;
} 
.games-item .sub-menu-bar .nav-dropdowns .nav-item .dropdown-menu .dropdown-item:focus,
.games-item .sub-menu-bar .nav-dropdowns .nav-item .dropdown-menu .dropdown-item:hover {
    background:#2BB550;;
} 
.games-header .nav-pills .dropdown-toggle{ 
    background:#fff;
    line-height: 28px;
    padding: 6px 13px;
    font-size: 24px;
    height: 40px;
    min-width: 100px;
    font-weight: 400;
    border: 1px solid #898989;  
    border-radius: 10px; 
}

.games-header .nav-pills .nav-item .dropdown-menu {
    min-width: 135px;
    margin-top: 4px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #898989;
}

.games-header .bottom .nav .nav-item a.nav-link img {
    padding-left: 10px;
}

.games-header .bottom .nav .nav-item .nav-link.dropdown-toggle{
    padding: 8px 15px;
    height: 44px;
}

.games-header .bottom .nav .nav-item .nav-link:hover {
    background: #fff;
}

.games-header .bottom .nav .nav-item .nav-link.signout:hover{
    background: transparent;
}

.games-item .sub-menu-bar .nav-dropdowns a.nav-link {
    color: #6A6A6A;
}

.games-item .sub-menu-bar .nav-dropdowns .dropdown-menu .custom-checkbox label:hover{
    color:#fff;
}

/*---- 24-02-2022 ----*/
.games-header .bottom .bottom-align{
    display: block;
}

.games-header .admin-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.games-header .admin-menu .admin-dropdown .select2-container--default .select2-selection--single{
    border: transparent;
    background: transparent;
}

.games-header .admin-menu .admin-dropdown .select2-container--default .select2-selection--single{
    background: transparent;
}

.games-header .admin-menu .admin-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 21px;
}

.games-header .admin-menu .admin-dropdown .select2.select2-container{
    width: 170px !important; 
}

.select2-selection .select2-selection__arrow{
    position: relative;
}

.select2-selection .select2-selection__arrow b{
    display: none;
}

.select2-selection .select2-selection__arrow:before{
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    right: 5px; 
}

.select2-search.select2-search--dropdown{
    padding: 4px 10px;
}

.select2-search.select2-search--dropdown input{
    background: url(../img/games-search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
    border: transparent !important;
    border-bottom: 1px solid #707070 !important;
    padding-left: 25px;
}

.select2-search.select2-search--dropdown input:focus-visible{
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
    background: #2BB550;
    color: #fff;
}

.select2-dropdown .select2-results__options li.select2-results__option{
    font-size: 19px;
}

.select2-container--open .select2-dropdown--below{
    border: 1px solid #B2B2B2;
    border-radius: 5px;
}


.games-header .bottom .nav-pills .dropdown-menu .dropdown-item:hover{
    background: #2BB550;
}

.games-header .bottom .nav-pills .dropdown-menu .dropdown-item.custom-checkbox label:hover{
    color: #fff;
}


/*.games-dropdown select#choose-filters .select2-container .select2-selection--single{
    height: 40px !important;
}*/



.games-dropdown .select2.select2-container{
    width: 200px !important;
}

.games-dropdown .select2 span.select2-selection.select2-selection--single {
    height: 45px;
    border: 2px solid #B2B2B2;
    border-radius: 8px;
}

.games-dropdown .select2 span.select2-selection--single span#select2-choose-filters-container {
    line-height: 42px;
    font-size: 21px;
    color: #313131;
}

.games-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
    right: 5px;
}

.select2-dropdown--below .select2-search--dropdown input:nth-child(2){
    display: none;
}


.games-item .sub-menu-bar form{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}


/*---- 25-02-2022 ----*/

#year-item .sub-menu-bar ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#year-item .sub-menu-bar .games-calender span{
    color: #313131;
    font-size: 24px; 
    padding-right: 10px;
}

#year-item .sub-menu-bar .games-calender input{
    border:2px solid #B2B2B2; 
    background: #fff;
    border-radius: 8px;
    max-width: 130px;
}

#year-item .sub-menu-bar .games-calender input:focus-visible {
    outline: none;
}

#year-item .sub-menu-bar form {
    justify-content: flex-start;
    align-items: center;
}

#year-item .sub-menu-bar a.show-game-btn{
    margin-left: 20px;
}

.filter-dropdown .select2.select2-container{
    width: 170px !important;
}

.filter-dropdown .select2 span.select2-selection.select2-selection--single {
    height: 45px;
    border: 2px solid #B2B2B2;
    border-radius: 8px;
}

.filter-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    /* font-size: 24px; */
    color: #313131;
}

.filter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
    right: 5px;
}

input[aria-controls="select2-gender-results"] {
    display: none;
}

input[aria-controls="select2-choose-filters-results"] {
    display: none;
}

input[aria-controls="select2-age-results"] {
    display: none;
}

input[aria-controls="select2-division-results"] {
    display: none;
}

input[aria-controls="select2-opponent-results"] {
    display: none;
}

input[aria-controls="select2-select_player-results"] {
    display: none;
}


.select2-container--open .select2-dropdown{
    top: 7px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom{
    background:#fff;
    /* left: 500px !important; */
}

.datepicker .datepicker-days table.table-condensed {
    width: 250px;
}   

.selected-value{
    padding-top: 20px !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.selected-value > div{
    margin-right: 15px;
    margin-bottom: 10px;
}

.selected-value label{
    /* max-width: 120px; */
    border: 2px solid #B2B2B2;
    border-radius: 8px;
    padding: 5px 10px;
    line-height: 30px;
    color: #B2B2B2;
}

.selected-value i{
   padding-left: 10px;
   color: #B2B2B2;
   font-weight: normal;
   cursor: pointer;
}

.selected-value.container{
    padding-top: 0;
    padding-bottom: 0;
}

.sub-menu-bar .nav-link.reset{
    min-width: 120px;
    text-align: center;
    text-decoration: underline;
}

.sub-menu-bar .nav-link.reset:hover{
    text-decoration: underline;
}

.custom-date {
    font-size: 18px;
}

/* .edit-data{
    padding-left: 10px;
} */

.edit-data a{
    text-decoration: underline;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 21px;
    color: #313131;
}

#games-item .show-hide{
    padding-top: 0;
}

.stopper .submenu .container .games{
    padding-bottom: 10px;
}

.games-header .admin-menu .admin-dropdown.player .select2.select2-container{
    width: auto !important;
}

.games-header .admin-menu .admin-dropdown.player .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: -4px;
}

.select2-dropdown.bigdrop{
    width: 160px !important;
}

.admin-dropdown.player .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right:25px;
}

.submenu .bottom .bottom-align .nav-item a.nav-link.signout-img img{
    max-width: 21px;
    height: 19px;
    padding-left: 2px;
}

/* 06-05-2022 */

.sticky-down {
    position: sticky;
    top: 180px;
    z-index: 1;
    background: #fff;
}

.sticky-up {
    position: sticky;
    top: 180px;
    z-index: 1;
    background: #fff;
}   

.sticky-down.sticky-down-css {
    position: sticky;
    top: 345px;
    z-index: 1;
    background: #fff;
}
.dashboard-nodata {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}   
