@font-face {
    font-family: futura;
    src: url("/common/fonts/tt0140m_.ttf") format("woff2");
}
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
        body {
            font-family: 'futura', sans-serif!important;
            overflow-x: hidden;
        }
        /*    Login form*/
        
        #loginpage .modal-dialog {
            max-width: 400px;
        }
        
        .loginButton {
            background-color: #4CAF50;
            color: white;
            margin: 10px auto;
            border: none;
            display: block;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            padding: 6px 35px;
        }
        
        .signupButton {
            background-color: #4CAF50;
            color: white;
            margin: 10px auto;
            border: none;
            display: block;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            padding: 6px 35px;
        }
        
        .forgetinput {
            font-size: 100%;
            color: #49c524;
            cursor: pointer;
        }
        
        .newhere {
            font-size: 100%;
            color: #49c524;
        }
        
        .new {
            color: black;
        }
        
        .btnClose {
            float: right;
            font-size: 20px;
            background-color: #49c626;
            font-weight: 700;
            min-width: 20px;
            line-height: 01;
            color: #fff;
            border-radius: 50px;
            border: none;
        }
        /* Set a style for all buttons */
        
        .login_button {
            background-color: #49c524;
            color: white;
            padding: 10px 20px;
            margin: 0px 5px;
            border: none;
            cursor: pointer;
            width: 100%;
            float: right;
            border-radius: 50px;
        }

        .greenButton {
            background-color: #49c524;
            color: white;
            margin: 10px auto;
            border: none;
            display: block;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            padding: 10px 30px;
/*            margin-left: -50px;*/
            margin-top: 35px;
        }
        
        .p_outset {
            border-style: inherit;
            width: 100%;
            min-height: 100px;
            max-height: 100%;
            box-shadow: 0px 0px 5px black;
            border-radius: 8px;
            margin: 10px 0px;
            background-color: white;
            padding-bottom: 10px;
        }
        
        .labletext {
            font-size: 15px;
            color: grey;
        }
        
        .dropdown {
            float: left;
        }
        
        .dropdown a {
            color: black!important;
            font-size: 18px;
            font-weight: 600;
        }
        
        .greytext {
            color: grey;
            margin-top: 15px;
        }

.ellipsis {
/*
    white-space: nowrap; 
    width: 250px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    padding-left: 5%;
*/
    padding-left: 4%;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 4%;
}

.imageBlock:hover > .book { display: block}
.book:hover { 
    color: #fff;
    text-decoration: none;
}
.book {
    display: none;
    position: absolute;
    z-index: 10;
/*
    left: 77px;
    top: 80px;
*/
    color: #fff;
    font-size: 25px;
    font-weight: bold;
        background-color: rgba(0, 0, 0, 0.65);
    height: 190px;
    width: 100%;
    padding-top: 80px;
    padding-left: 80px;
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.imageBlock, .imageBlock img {
    width: 100%;
    height: 190px;
    position: relative;
}


/*-------------------------Booking Page---------------------*/

.blacktext{
    color: black!important;
    
    font-size: 20px;
    }
.greentext{
    color: #49c524;
    font-weight: 600;
    }

    
 .roundedbadge{
    background-color: #49c524;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    padding: 8px 7px;
    margin-right: 10px;
    margin-top: -2px;
        
    }
    
.court{
        width: 64%;
        margin-left: 42px;
    }
.dateid{
        width: 64%;
        margin-left: 42px;
    }
    .mydatepicker{
    width: 100%;
    padding-bottom: 5px;
    border-radius: 0px;
}
    
    .free{
        background-color: white;
        color:black;
        border: inset;
    }
    
    .selected{
        background-color: #4CAF50;
        
    }
    .booked{
        background-color: #dbdbdb;
        
    }
    
    
    
/*Regiter page*/
    
#regpage .modal-dialog
    {
        max-width: 400px;
       
    }



/***********************Toggle switches style**************************/

.switch-btn {
  position: relative;
  display: inline-block;
    background-color: #dbdbdb;
    border-radius: 50px!important;
    color: black;
/* padding: 12px 35px!important;*/
    width: 90px;
    height: 20px;
    font-weight: normal;
    font-size: 12px;
}

.switch-btn input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
        text-align: center;
    padding: 2px;
}

.slider:before {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/*
input:checked + .slider {
    background-color: #49c524 !important;
    color: white
}


input:focus + .slider {
  box-shadow: 0 0 1px #49c524;
      color: white
} */



/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.amenitiesbox .nav {
    padding-bottom: 5px;
     padding-top: 10px;
}



.nav-pills li a{
    background-color: #dbdbdb;
    border-radius: 50px!important;
    color: black;
    padding: 3px 25px!important;

}

.nav-pills li a .active{
     background-color: #49c524!important;
    border-radius: 50px!important;
    color: white;
    padding: 5px 25px!important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #49c524!important;
}

.statustoggle .nav>li>a:focus, .statustoggle .nav>li>a:hover {
    text-decoration: none;
    background-color: #49c524!important;
     color: #fff;
}

.freeSlot {
    background: #fff !important;
    border: 0.5px solid #d2d2d2;
}

.bookedSlot {
    background: #d2d2d2 !important;
    border: 0.5px solid #d2d2d2;
}

.selectedSlot {
    background: #49c524 !important;
    border: 0.5px solid #d2d2d2;
    color: white !important;
}

.success {
	color: #49c524;
	margin-bottom: 10px;
	line-height: 1.42857;
}

.error {
	color: #a94442;
	margin-bottom: 10px;
	line-height: 1.42857;
}

.dropdown {
    float: right;
    margin-right: 1%;
}

.userProfile li {
    margin-left: 10px;
    cursor: pointer
}

.modal-title {
    font-weight: 700;
}

.line-overthrough {
    text-decoration: line-through;
}

.sports{
        font-weight: 100;
        font-size: 15px;
        margin-left: 8%;
}
.venue{
        font-weight: 100;
        font-size: 15px;
        margin-left: 8%;
}
.imgheight{
    height: 23px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#listing .panel{
    border-radius: 11px !important;
    background-color: #f9f9f9;
}
#listing .col-sm-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.imgtext{
    padding-left: 4%;
    padding-right: 4%;
}

.booking {
    padding: 10px;
    border-radius: 8px;
}
.summary{
    padding: 6px;
    border-radius: 8px;
    
}
/***************Modal***************/
.myModalStyle {
    overflow-x: hidden !important; 
    overflow-y: auto !important;
}

.myModalStyle .btnCloseSimple {
    float: right;
    font-size: 20px;
    font-weight: 900;
    min-width: 20px;
    line-height: 01;
    color: #000;
    border-radius: 50px;
    border: none;
    background-color: transparent;

}
.myModalStyle  .modal-header {
    border-bottom: none;
}
.myModalStyle .modal-header2 {
    padding: 10px 15px;
    padding-bottom: 20px;
}
.myModalStyle .modal-content {
    position: absolute;
    width: 100%;
}
.modal-dialog label {
    font-weight: 500!important;
    padding-top: 8px;
}
input.borderleftnone {
    border-left: none;
}
.modal-dialog label.modalLabel{
    color: #777;
    font-size: 13px;
}
.modalBtn{
    margin: 5px 7px;
}
.btn-green {
    background-color: #49c626;
    color: white;
    padding: 3px 10px;
    min-width: 140px;
    font-size: 14px;
    border-radius: 50px!important;
}
.h4Text{
    font-size: 18px;
}
.h2Text{
    font-size: 24px;
}
.spacing {
    padding: 0px 5px 15px;
     display: block; 
}
.backBtn{
    margin-right: 45px;
}
.err{
    color: red;
}
.mainContainer{
  padding: 10px;
  margin: 0px !important
}
.homeContainer{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 10%;
}
.sp-10{
    padding: 10px 10%;
}
.imgContainer{
    padding: 0px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #243443;
    min-height: 373px;
    
}
.imgContainer.col-sm-4{
    background-color: white;
}
.tableHeading .table > thead > tr > th, tr.tableHeading2  {
    border-bottom: 2px solid gray;
}
#topnav{
    display: flex;
    justify-content: space-around;
    margin: 25px 0px;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

#topnav a{
    text-decoration: none;
    color: #49c524;
}
#topnav a:hover {
    border-bottom: 3px solid #49c524;
}
  
#topnav a.active {
    border-bottom: 3px solid #49c524;
}

.sessionText{
    display: flex;
    font-size: 18px;
    color: red;
    justify-content: center;
}
.noBorder{
    border: none !important;
}
.footerText{
    display: flex;
    font-size: 18px;
    justify-content: center;
    outline: none !important;
}
.loyal-bg{
    position: relative;
    left: 3rem;
}
.loyal-logo{
    position: absolute;
    top: 3.5rem;
    left: 0.1rem;
}
.loyal-name{
    position: absolute;
    bottom: 3.7rem;
    left: 3.7rem;
}
.loyal-count{
    font-size: 10px;
    display: flex;
    font-weight: 600;
    position: relative;
    left: 3.1rem;
    bottom: 11rem;
    font-family: 'Roboto';
}
.loyal-Cot{
    margin: 0px;
    padding: 0px;
    overflow: hidden auto;
   
}
.loyal-scrollbar {
    max-height: 70vh;
  }

  .loyal-scrollbar::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    background-color: #49C524;
  }
.loyalty-modal{
    width: 40%;
    margin-top: 10rem;
}
.loyalty-content{
    background-image: url('../loyalty/blast.gif');
}
.ticket-holder{
    display: flex;
    justify-content: center;
    margin-top: -130px;
}   

.closeBtn{
    color: #A0A0A0 !important;
    cursor: pointer;
    position: relative;
    margin-right: -1.5rem;
    bottom: 0.4rem;
}
.btn-reedem {
    background: linear-gradient(90deg, #FFE37E 0%, #FFD231 31.77%, #FFDF6E 60.94%, #CBA00A 100%) !important;
    color: black !important;
    padding: 7px 15px;
    min-width: 300px;
    font-size: 16px;
    border-radius: 50px!important;
    outline: none !important;
    margin: 5px 7px;
    font-family: 'Roboto';
}
.success-text{
   font-size: 25px;
   font-family: 'Roboto';
   font-weight: 500;
   color: #FFE37E;
}
.success-booking{
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #E1E1E1;
}
.reedem{
    margin-top: 25px;
    margin-bottom: 0px;
}
.location-text{
    color: #878B97;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    margin-left: 1.6rem;
    margin-top: 0.7rem;
    cursor: default;
    display: flex;
    justify-content: space-between;
}
.site-text{
    color: #222B41;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0px 2px 15px;
    cursor: default;
}
.book-btn{
    font-family: 'Roboto';
    display: flex;
    width: calc(100% - 40px);
    padding: 6px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: none;
    margin: 20px;
    color: white;
    background: #49C524;
    cursor: pointer;
}
.ticket-box{
    margin: 0px 10px;
    padding: 5px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

  .custom-scrollbar {
    width: 93%;
    cursor: pointer;
  }

  .custom-scrollbar::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    background-color: #49C524;
  }
  
.loyaltyContainer{
    padding: 0px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #243443;
    min-height: 385px;
    
}
.box{
    display: flex;
    width: 100%;
}
.box-1{
    justify-content: flex-start;
    margin-left: 2rem;
    width: calc(100% - 90px);
}
.box-2{
    justify-content: flex-end;
}
.loyaltyContainer.col-sm-4{
    background-color: white;
}
.booking-text{
    display: flex;
    flex-direction: column-reverse;
    margin-right: 15px;
}
.booking-img{
    width: 30%;
    margin-left: 15px;
    margin-top: 4px;
    color: red;
    cursor: pointer;
}
.booking-img-1 {
    width: 30%;
    margin-left: 15px;
    margin-top: 4px;
    transform: rotate(180deg);
}
.info-cont{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-right: 16px;
}
.info-text{
    width: 55px;
    color: #B9B9B9;
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.book-btn-top{
    padding: 1px 0px;
}
.box-empty{
    min-height: 80px;
}
.redeem-btn{
    font-family: 'Roboto';
    display: flex;
    width: calc(100% - 40px);
    padding: 6px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: none;
    margin: 20px;
    color: white;
    background: linear-gradient(90deg, #FEB804 0%, #C68F00 100%);
    cursor: pointer;
}
.court-text{
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}
.event-icon{
    font-size: 15px;
    position: relative;
    top: 0.3rem;
    font-weight: 600;
}
.time-text{
    margin-left: 0.5rem;
    padding-top: 5px;
}