
.hidden {
    display:none;
}

*::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
*::-webkit-scrollbar-corner {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0,0,0,.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

body {
    font-size: .875rem;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: .5rem;
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #0049b7;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  .error{
      color:#ff0000;
  }

  .top-header{
    background:#0049b7;
  }

  .bg-primary{
    background:#0049b7 !important;
}

.badge-primary{
  background:#0049b7 !important;
}

.btn-primary{
    background:#0049b7 !important;
}

.btn-outline-primary{
  color: #0049b7 !important;
  border-color: #0049b7 !important;
}
.btn-outline-primary:hover{
  background-color: #0049b7 !important;
  color: #ffffff !important;
}
.btn-outline-primary.active{
  background-color: #0049b7 !important;
  border-color: #0049b7 !important;
  color: #ffffff !important;
}
.border-primary{
  border-color: #0049b7 !important;
}
.text-primary{
    color:#0049b7 !important;
}
  .card{
    border-radius:3px;
  }
  .card-header, .card-footer{
    background:#ffffff;
  }

  .card-header .h4, .card-header h4{
    margin:0;
    font-size: 1.2rem;
    line-height:30px;
  }

  .table-hover tbody tr:hover{
    background-color: #fafafa;
  }

  .navbar .navbar-toggler{
    top:0.6rem;
  }

  .lcf-nav.nav-pills{
    background-color:#0049b7;
    padding:4px;
    border-radius:3px;
    font-size:18px;
    color:#ffc107;
  }

  .lcf-nav.nav-pills .nav-link, .lcf-nav.nav-pills .nav-link:hover{
    color:#ffc107;
  }
  .lcf-nav.nav-pills .nav-link.active{
    background-color:#ffc107;
    color:#0049b7;
  }

  #navigation-view{
    display: none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y: auto;
    background:#f1f3f6;
    z-index:99999;
  }

  #sub-navigation-view{
    display: none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y: auto;
    background:#f1f3f6;
    z-index:999999;
  }

  .fixed-footer{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background:#0049b7;
    z-index:999999;
    padding:5px;
    border-top: 2px solid #ffc107;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 15%);
  }

  .btn-select-team-player.selected{
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }

  .btn-select-team-player .chk_team_b_players{
    opacity:0;
    position: fixed;
    pointer-events: none;
  }

  .btn-select-team-player .chk_team_a_players{
    opacity:0;
    position: fixed;
    pointer-events: none;
  }

  .btn-select-team-player .chk_team_players{
    opacity:0;
    position: fixed;
    pointer-events: none;
  }

  .challenge_video{
    width:auto;
    max-width:100%;
    margin: 0 auto;
    border: 2px solid #ffc107;
    background: #0049b7;
    padding: 0px;
  }

  @media (max-width: 576px) {
    .navbar-brand{
      max-width:50%;
    }
  }

  .navbar-brand img{
    max-width:100%;
  }

  .logo-block{
    position:relative;
  }

  .games_block{
    margin: 15px 0;
    background: #0049b7;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffc107;
  }

  .matches_block{
    margin: 15px 0;
    background: #0049b7;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffc107;
  }

  .quiz_block{
    margin: 15px 0;
    background: #0049b7;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffc107;
  }

  .badge-quiz{
    color:#0049b7 !important; /*#a62991*/
  }

  .badge-match{
    color:#0049b7 !important;
  }

  .badge-game{
    color:#0049b7 !important;
  }



  .bg-transparent{
    background:transparent !important;
  }

  .list-group-item.match-row{
    background:transparent !important;
  }

  .btn-select-team{
    color:#0049b7 !important;
    margin-top:5px;
    font-weight:bold;
  }

  .btn-game-play{
    color:#0049b7 !important; /*#5a1094*/
  }

  .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control[type=file] {
    overflow: hidden;
}

.image-preview-box{
  margin-top:10px;
}

.image-preview-box img{
  border:1px solid #dddddd;
  border-radius:4px;
  background:#ffffff;
}

.weekly-image-preview{
  margin-top:10px;
}

.weekly-image-preview img{
  border:1px solid #dddddd;
  border-radius:4px;
  background:#ffffff;
}

body{
  background-color: #f1f3f6;
}

.pageloader {
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  text-align: center;
}

.loader-wrap {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 2px solid #0049b7;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgb(255 193 7 / 15%);
  color: #0049b7;
}

.navbar-dark .navbar-nav .nav-link{
  color:#ffffff !important;
}

.btn-icon-display-edit{
  position:absolute;
  top:5px;
  right:5px;
}

.lbl-app-search{
  margin-left:-2px;
  background: #0049b7;
  color: #fff;
  cursor: pointer;
  border-color: #0049b7;
}

.app-search{
  border-color: #cccccc;
  font-weight: 500;
  color: #333333;
  border-right:0;
}

.list-group-item:focus, .list-group-item:hover{
  outline-color: #0049b7;
}

.posm-install-image{
  display: inline-block;
  position:relative;
  margin-right: 5px;
}

.posm-install-image img{
  width:100px;
  height:100px;
}

.btn-posm-img-remove{
  position: absolute;
    right: 5px;
    top: 5px;
}


.top-header{
  background: linear-gradient(120deg, rgba(0,76,186,1) 0%, rgba(0,129,239,1) 100%);
}

#sidebarMenu.sidebar{
  background: #e8effc !important;
}

.app-export-action.dropdown-toggle::after{
content:" ";
}

.export-formats.dropdown-menu{
  background: #ffffff;
  border-color: #004bb8;
  padding: 0;
}

.export-formats.dropdown-menu .dropdown-item {
  color: #004bb8;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 20px;
}

.app-export-action:hover, .app-export-action:focus{
  color: #0049b7 !important;
}

.table-responsive-top {
  overflow-x: auto;
  position: relative;
  height: 20px;
}
.table-responsive-top table {
  margin: 0;
  visibility: hidden;
}