.my-teetime-main{
    margin: 15px 0px 0px 0px;
}
/* .card{
   
} */

#page-wrapper {
  height: calc(100vh - 156px) !important;
  min-height: calc(100vh - 156px) !important;
  overflow: auto;
}

.d-flex{
  display:flex;
}
.flex-1{
  flex: 1;
}
.flex-2{
  flex: 2;
}
.my-tt-box{
    display:flex;
    align-items:center;
    background: #fff;
    min-height: 75px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 30px !important;
    font-size: 14px;
    flex-wrap:wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor:pointer;
}
.action-btns{
    display:flex;
}
.ac-btn{
    font-size: 20px;
    width: 34px;
    text-align: center;
    height: 35px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    min-width: 34px;
    margin-left: auto;
}
.edit-btn{
    background-color: #333333;
}
.del-btn{
    background-color: #ff645d;
}

.pagination {
    display: inline-block;
    float: right;
    margin: 20px 20px;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    
  }
  
  .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 4px;
  }
  .pagination a.btn {
    background-color: #d9534f;
    color: white;
    border-radius: 4px;
  }
  .pagination a:hover:not(.active) {background-color:  #999; border-radius: 4px;}

  /* ==============sidebar style start============= */
  .overlay{
    /* display: none; */
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
.sidebar-right-outer{
  width: 560px;
  max-width: 560px;
  z-index: 1012;
  /* display: none; */
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  background: #fff;
  position: fixed;
  margin-right: 0px !important;
  bottom: 0;
  min-height: 100vh;
  right: -5000px;
  top: 0;
  transition: 0.5s;
}
.sidebar-right-outer.open{
    right: 0px;
}
.sidebar-right-outer.open{
    /* overflow: scroll!important; */
    overflow-x: hidden!important;
}
.popup-title{
  background-color: #009245;
  position: relative;
  padding: 18px 21px;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  align-items: center;
  letter-spacing: 0.5px;
}
.sidebar-widget-inner{
  margin: 0px 0px 10px 0px;
}
.rclose{
  margin-left:auto;
}
.rclose img{
  cursor: pointer;
}
.sidebar-widget {
  padding: 20px;
  /* overflow-y: scroll; */
  height: 100%;
}
.sideTitle{
  font-weight: bold;
  font-size: 16px;
}
.sidebar-wrapper{
  /* height: calc(100vh - 72px); */
}
.cancel-btn-outer{
  padding: 15px 0px;
  margin-top: 50px;
}
.cancel-btn-outer .cbtn{
  letter-spacing: 1px;
  width:175px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
}
.sidebar-widget::-webkit-scrollbar {
  width: 3px;
  background: #eee
}
/* ==============sidebar style end============= */

.tabs-outer{
  display:flex;
  border-bottom: 2px solid #DDD;
  margin-bottom:15px;
}
.char_name.active {
  font-weight: bold;
  color: #16663a;
  background: transparent;
  border-bottom: 2px solid #16663a;
  margin-bottom: -2px;
}

.char_name {
  padding:10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  width: 200px;
  position: relative;
}
.char_name.active::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border-width: 0px 5px 8px;
  border-style: solid;
  border-color: #3d8b3d transparent;
  display: block;
  width: 0;
  transform: scale(1);
}


.slot-inner{
  padding: 10px 10px;
  background-color: #80808014;
  border-radius: 4px;
  margin-bottom:15px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
  text-transform: capitalize;
}
.holegrup{
  /* width:130px; */
  width:50px;
}

.sideList{
  background-color: #0D1323;
  color: #fff;
}
.sideHole{
  justify-content: center;
}
.sidedate{
  justify-content: end;
}
.m-outer{
  border-top: 5px solid #d43f3a;
}
.cancelBookingMsg{
  margin: 0px 0px 15px 0px;
  color: #d9534f;
  /* font-weight: bold; */
  font-size: 14px;
}
.dateTime-outer{
  display: flex;
}
.dateTime-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.rFirst{
  flex-direction: column;
  align-items: center;
  text-align:center;
}
.TimeInner{
  margin-top:5px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px !important;
}
.mt-5{
  margin-top:5px;
}
.mb-5{
  margin-bottom:5px;
}
.Reserved{
  background-color: #ffa500d4;
  color:#333;
}
.CheckedIn{
  background-color: #009245d4;
  color:#fff;
}
.Cancelled{
  background-color: #d9534fd4;
  color:#fff;
}
.No{
  background-color: #d9534fd4;
  color:#fff;
}
#myModal h4{
  font-size:18px;
}
.badge{
  max-height: 19px;
}
.rightData-outer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ----------------spinner style----------- */

.cancel-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.cancel-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 4px;
  border: 4px solid #0d132300;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0d1323 transparent transparent transparent;
}
.cancel-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.cancel-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.cancel-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ------------- spinner style end---------------------- */

@media all and (max-width:1224px){
  .dateTime-outer, .holesView, .playesView, .btotalView{
    flex:1;
  }
}
@media all and (max-width:600px){
.sidebar-right{
  width: calc(100% - 50px);
}
.sideList{
  flex-wrap:wrap;
  font-size: 12px;
}
.dateTime-outer, .holesView, .playesView, .btotalView{
  width:50%;
  flex:initial;
  /* text-align: center;
  justify-content: center; */
}
.playesView, .btotalView{
  margin-top:5px;
}
.rightData-outer{
  align-items: baseline;
  padding: 0px;
}
.dateTime-inner{
  align-items:start;
}
}
@media all and (max-width:424px){
.tDate{
  width: 100%;
  flex: inherit;
  justify-content: center;
  margin-bottom: 5px;
}
.sideHole{
  justify-content: start;
}
}
@media all and (max-width:375px){
  .rightData-outer{
    width:50% !important;
    flex:initial !important;
  }
  .dateTime-outer, .holesView, .playesView, .btotalView{
    text-align:initial;
    justify-content: initial;
    width: 100%;
  }
  .dateTime-inner{
    align-items:initial;
  }
  .holesView{
    margin-top:5px;
  }
}
@media all and (max-width:768px){
.my-tt-box{
  justify-content: space-between;
}
.rightData-outer{
  flex: 1;
  flex-wrap: wrap;
}
.my-tt-box{
  flex-wrap:nowrap;
}
.courseName{
  white-space: break-spaces;
}
.login-box-modal{
  width: 320px !important;
}
}
@media all and (max-width:950px) and (min-width:765px){
  .dateTime-outer, .holesView, .playesView, .btotalView{
    width:50%;
    flex:initial;
    /* text-align: center;
    justify-content: center; */
  }
  .playesView, .btotalView{
    margin-top:5px;
  }
  .rightData-outer{
    align-items: baseline;
  }
  .dateTime-inner{
    align-items: start;
  }

  .login-box-modal{
    width: 600px !important;
  }

}
@media all and (min-width:376px)and (max-width:767px){
  .idStatus-outer{
    max-width: 35%;
  }

  .login-box-modal{
    width: 370px !important;
  }
}

.mb-0{
  margin-bottom:0px !important;
}


.login-box{
  border-radius: 0;
  box-shadow: 0 5px 20px rgb(0 0 0 / 31%) !important;
  border: none;
  background-color: #fff;
  padding: 20px 20px;
}

.login-box-modal{
  color: #777;
  padding: 15px 25px;
  width: 600px;
  margin: 30px auto; 
}
  
.d-block{
  display: block;
}

.my-outer{
  height:calc(100vh - 121px);
  overflow-x: hidden;
}
@media all and (max-width:392px){
  .my-tt-box{
    font-size: 12px;
  }
}
.Requested{
  background-color: #f44f13d4 !important;
  color:#333;
}
.Request{
  background-color: #ae0d07d4 !important;
  color:#fff;
}