.btn-site{
  background-color: #044c83;
  color: #FFFF;
  margin-left: 10px;
}
.menubar{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  vertical-align: center;
  height: 156px;
}
.btn-site-green{
  background-color: #46A950;
  margin-left: 10px;
  
  }
  .btn-site-content{
  background-color: #044c83;
  color: #FFFF;
  width: 100%;
 
}
.site-color{
  background-color: #044c83;
}
.text-box{
  padding: 5px;
  color: white;
  border-left: 2.5px solid #FFFF;
  border-right: 2.5px solid #FFFF;
  height: 95px;
}
.df{
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: center;
}
.pb{
  position: fixed;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 576px){
.desktop{
  display: none;
}
}
.court-ststus1{
  background-color: #36E606FC;
  color: white;
}
.court-ststus0{
  background-color: #ff0034fc;
  color: white;
}