@font-face {
    font-family: "helvetica-bold";
    src: url("../../assets/fonts/helvetica-bold.ttf");
}

@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("../../assets/fonts/Manrope-ExtraBold.ttf");
}
@font-face {
    font-family: "Manrope-Light";
    src: url("../../assets/fonts/Manrope-Light.ttf");
}

@font-face {
    font-family: "Manrope-Medium";
    src: url("../../assets/fonts/Manrope-Medium.ttf");
}
   @font-face {
        font-family: LT-GEO-25;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 25\ UltLt.otf');
    }
    
    @font-face {
        font-family: LT-GEO-35;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 35\ Thin.otf');
    }
    
    @font-face {
        font-family: LT-GEO-45;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 45\ Light.otf');
    }
    
    @font-face {
        font-family: LT-GEO-55;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 55\ Roman.otf');
    }
    
    @font-face {
        font-family: LT-GEO-65;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 65\ Medium.otf');
    }
    
    @font-face {
        font-family: LT-GEO-75;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 75\ Bold.otf');
    }
    
    @font-face {
        font-family: LT-GEO-85;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 85\ Heavy.otf');
    }
    
    @font-face {
        font-family: LT-GEO-95;
        src: url('/assets/fonts/Linotype\ -\ Helvetica\ Neue\ LT\ GEO\ 95\ Black.otf');
    }
    
@keyframes closeadminmodalanim {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}
    @keyframes loadpageanim {
        0% {
            opacity: 0;
           
        }
        
        100% {
            opacity: 1;
        }
    }
    #submitbtn{
        margin-left:15px;
    }
    #sendmessagemdlclose{
        border:none;
        outline:none;
        background:none;
        position:absolute;
        top:20px;
        right:20px;
        cursor:pointer;
    }
    #sendmessagemdlclose i{
        font-size:22px;
    }
   .dashboard-sendmessage-modal{
  position: fixed;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 444;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
#modalbox-box{
    width:100%;
    max-width:630px;
}
.wmy-cont{
    display:flex;
    align-items:center;
    justify-content:center;
}
.trainers-dropdown{
    border: 1px solid #EFEFF5;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    color: #B9B9CB;
    font-size: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
        margin-bottom: 15px;
}
.trainers-dropdown select{
    border:none;
    outline:none;
    width:100%;
    height:100%;
    display:flex;
    font-family: LT-GEO-55;
    background:transparent;
    color:#B9B9CB;
}
#search_org:focus{
    border:1px solid #b9b9cb;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
}
.sendmessagemodal-inner{
  padding: 35px 25px;
  border-radius: 15px;
  background-color: white;
  width: 620px;
  display: flex;
  flex-direction: column;
}
.sendmessagemodal-inner h1{
  font-family: LT-GEO-75;
  font-size: 24px;
}
.message-headerbuttons{
  margin-top: 36px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.message-headerbuttons button
{
  padding: 15px 25px;
  font-family: LT-GEO-55;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9b9cb;
  background: transparent;
  border-radius: 12px;
  position: relative;
}
.message-headerbuttons button svg{
  width: 22px;
  height: 22px;
  margin: 0 6px;
}
.message-headerbuttons button:focus{
  border: 1px solid #f27404;
}
.message-headerbuttons button:focus{
  border: 1px solid red;
}
.message-headerbuttons button:focus #group-line{
  fill: #fa6400;
  transition: 0.4s all ease-in;
}
.message-headerbuttons button:focus #user-2-line{
  fill: #fa6400;
  transition: 0.4s all ease-in;
}
.message-headerbuttons button:focus #contacts-line{
  fill: #fa6400;
  transition: 0.4s all ease-in;
}
.all{
  margin-top: 32px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 10px 0;
}
.ourterms{
    position:relative;
    width:170px;
    display:flex;
    justify-content:flex-end;
}
.ourterms p{
    position:relative;
    float:right;
}
.sportitembtn{
width: max-content !important;
display: flex;
flex-basis: auto;
max-width: 100%;
        
}
.sendmessagemodal-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 370px;
  overflow-y: scroll;
}

.sendmessagemodal-list::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.sendmessagemodal-list::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.sendmessagemodal-list::-webkit-scrollbar-thumb {
  background: transparent;
}
.ls-col1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
}
.ls-col1  select{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: LT-GEO-55;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
}
.ls-col1 select option{
  font-family: LT-GEO-55;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  width: 100%;
}
.ls-col1 select .lscoloptemail{
  margin-left: 25px;
}
.ls-col1 select option .lscoloptemail{
  margin-left: 25px;
}
.ls-col1 input{
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #c5cee0;
  appearance: none;
  width: 20px;
  height: 20px;
}
.ls-col1 p{
  font-family: LT-GEO-55;
  font-size: 17px;
  font-weight: 500;
  color: #2c2c2c;
}
.activecol input{
  background: #fa6400;
  border: 5px solid #e6e6e9;
  appearance: none;
}
.smessagecol1{
  padding: 10 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #c5cee0;
}
#messagemail{
  margin-left: 12%;
}
.sendmessage-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sendmessagetitle-checkbox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.smessagecheckboxes{
  display: flex;
  align-items: center;
  justify-content: baseline;
}
.smessagecheckboxes .cb1{
  display: flex;
  margin: 0 5px;
}
.sendmessagetitleinp{
  width: 190px;
  height: 45px;
  border: 1px solid #b9b9cb;
  border-radius: 8px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
}
.sendmessage-area textarea{
  width: 100%;
  margin-top: 22px;
  border: 1px solid #b9b9cb;
  border-radius: 8px;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  height: 70px;
}
.textarea-button{
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.sendtextbutton{
  width: 70px;
  height: 70px;
  background: #fa6400;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-left: 10px;
  border-radius: 10px;
}
.sendtextbutton i{
  font-size: 24px;
  color: white;

}
.all{
  padding: 0;
} 
    
    
    

.input-error-message{
    border:1px solid red;
    color:red;
}
    
    .load {
        width: 55px;
        height: 55px;
        border: solid 10px #d7e800;
        border-radius: 50%;
        border-right-color: transparent;
        border-bottom-color: transparent;
        -webkit-transition: all 0.5s ease-in;
        -webkit-animation-name: rotate;
        -webkit-animation-duration: 1.0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        transition: all 0.5s ease-in;
        animation-name: rotate;
        animation-duration: 1.0s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    .circleloadingcontainer {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 99999999;
        background: #2c2c2c1d;
        top:0;
    }
  @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
.gm-ui-hover-effect{
    display: none !important;
}

.content{
    cursor: pointer !important;
}

.stadium-item.hide{
    display: none !important;
}

.search-list{
  position: absolute;
  width: 100%;
  flex-direction: column;
  padding: 15px 22px;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  left: 0;
  border-radius: 15px;
  border: 1px solid #b9b9cb;
  border-top: none;
  display: none;
  z-index:999;
  top: 43px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 220px;
  overflow-y: scroll;
  margin-top:0;
}
.search-list.active{
  display: flex;
}
.search-list li{
  list-style-type: none;
  padding: 12px;
  box-sizing: border-box;
  border-top: 1px solid #b9b9cb;
}
.search-list li a{
  font-family: LT-GEO-55;
  color: #000000;
}
.search-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.search-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: transparent;
    width: 0;
}

.search-list::-webkit-scrollbar-track {
    border-radius: 3px;
    background: transparent;
}
.langswitch-login{
    position:absolute;
    top:0;
    right:250px;
}
.admin-header-arrows{
    margin:0 auto !important;
}
  .navmenubutton {
        position: fixed;
        left:20px;
        top:20px;
        z-index: 99;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #979797;
        color: #757f88;
        align-items: center;
        justify-content: center;
        display: none;
        font-size: 16px;
    }
    .activitiescontainer{
        width:100%;
        justify-content:space-between;
        align-items:flex-start;
    }
    .admin-bot-nav{
        display:none;
    }
    .actpencil{
        position:absolute;
        top:0;
        right:50px;
        border:none;
        background:none;
        outline:none;
    }
    
    .actpencil i{
        color:#b9b9cb;
        font-size:22px;
    }
    .mapstadiumname{
        font-family: LT-GEO-55;
        margin-top:5px;
    }
    .mapstadiumprice{
        font-family:LT-GEO-75;
        font-size:15px !important;
        margin-top:10px;
    }
    .stadiumstitle1{
        font-family:LT-GEO-75 !important;
        padding:20px 15px !important;
    }
    .acttrash{
         position:absolute;
        top:0;
        right:0px;
        border:none;
        background:none;
        outline:none;
    }
    .profile-menu-row .plusimg{
        width:12px !important;
        min-height:12px !important;
        margin-right:10px !important;
        cursor:pointer;
    }
    .profile-menu-row  a{
        width:100%;
    }
    .profile-menu-row span{
        float:right;
    }
    .profile-menu-row p{
        font-family: LT-GEO-55;
    }
    .profileusername{
        font-family:LT-GEO-75 !important;
        font-size:18px !important;
    }
    .profileusermail{
        font-family:LT-GEO-55 !important;
        color:#b9b9cb;
    }
    .profile .xs{
        height:40px !important;
        font-size:14px;
        font-family:LT-GEO-55 !important;
        border:1px solid #d5d5d5;
        
    }
    .profile{
        margin-left:65px !important;
    }
    .profile-menu{
        border:1px solid #d5d5d5;
    }
    .acttrash i{
        color:#b9b9cb;
        font-size:22px;
    }
    .upcoming-recent{
        width: max-content;
        margin:0 auto;
        margin-top: 30px;
        margin-bottom:15px;
        border:1px solid #b9b9cb;
        border-radius:28px;
    }
    #activitiestoogleswitch{
        margin-top:25px !important;
        margin-bottom:40px !important;
    }
    .upcoming-recent button{
        padding:13px 65px;
        border-radius:28px;
        border:none;
        outline:none;
        background:transparent;
        
    }
    .upcoming-recent .active{
        background:yellow;
    }
    
    .admin-content {
        position: relative;
    }
    .slick-track {
    margin-left:0 !important;
    }
    
    .admin-content nav {
        align-items: center;
        justify-content: center;
        display:flex;
        justify-content:flex-start;
        padding-left:150px;
        padding-right:150px;
        border-top: 1px solid #EFEFF5;
        border-bottom: 2px solid #EFEFF5;
        display:none;
    }
    .Activities-nav{
        display:flex !important;
    }
    
    .Activities-nav ul{
        display:flex;
        align-items:center;
        padding-left:0 !important;
        margin:5px 0;
        
    }
    .Activities-nav ul p{
        margin:0 5px;
        color:#b9b9cb;
    }
    .Activities-nav ul li{
        list-style-type:none;
        cursor:pointer;
        padding: 5px;
    }
     .Activities-nav ul li:hover a{
        color:#2c2c2c !important;
        transition:0.4s all ease-in;
    }
    .Activities-nav ul li a{
        font-size:14px;
        color:#b9b9cb;
    }
    
    nav .navmenu-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }
    
    nav .navmenu-inner ul {
        width: 90%;
        display: flex;
        margin: 10px 0;
        background: white;
        border-radius: 15px;
        padding: 0;
    }
   
    .navmenu-inner ul li {
        width: 100%;
        padding: 25px 15px;
        box-sizing: border-box;
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
    }
    
    .navmenu-inner ul li a {
        text-decoration: none;
        color: #2c2c2c;
        font-weight: bold;
        font-family:LT-GEO-65;
        font-size: 18px;
    }



.fml {
    font-family: Manrope-Light;
}

.fmb {
    font-family: LT-GEO-45;
}

.fhb {
    font-family: LT-GEO-65 !important;
}

.fmm {
    font-family: Manrope-Medium;
}
.landing-text{
    font-family:LT-GEO-75;
}
.company-login-socmedia p{
    font-family:LT-GEO-55;
}
.btn{
    font-family:LT-GEO-65 !important;
}
.form-navigation-buttons button{
    font-family:LT-GEO-65;
}
.form-navigation-buttons a{
    font-family:LT-GEO-65;
}
.company-label{
    font-family:LT-GEO-75;
}
.upload-file-text p{
    font-family:LT-GEO-45;
}
.upload-file-text #uploadFileText1{
    font-weight:700 !important;
}
.choseservicetitle{
    
    font-family:LT-GEO-55;
}
.servicename{
    font-weight:700;
    font-family:LT-GEO-45;
}
.chart-box p:first-child{
    font-family:LT-GEO-75;
}
.chart-box p:last-child{
    font-family:LT-GEO-65;
}
.tab.margin-off .tab-button {
    font-family:LT-GEO-55;
    font-size:14px !important;
}
.charts-data-color p{
    font-family:LT-GEO-65;
    color:#757F88;
    font-size:13px;
}
.pieTabLinks {
    font-family:LT-GEO-75 !important;
}
.pie-chart-data p{
    font-family:LT-GEO-55;
    font-size:12px;
    color:#757F88;
}
.pie-chart-data p span{
    font-family:LT-GEO-75;
    font-size:14px;
    color:#273645;
}
.m-1 .text-black{
     font-family:LT-GEO-75;
}
.m-1 .text-grey{
     font-family:LT-GEO-55;
     font-size:12px;
     margin-top:10px;
     color:#757F88;
}
.col-6 .ml-2 .text-black{
    font-family:LT-GEO-75;
}
.col-6 .ml-2 .text-grey{
    font-family:LT-GEO-55;
     margin-top:10px;
     font-size:12px;
     color:#757F88;
}
.col-12 .flex-column .text-grey{
    font-family:LT-GEO-55;
    font-size:14px;
    color:#757F88;
}
.col-12 .flex-column .text-black{
    font-family:LT-GEO-75;
    font-size:14px;
    margin-top:5px;
}
.accordion .text-black{
    font-family:LT-GEO-25;
    font-size:17px;
    color:#273645;
}
.accordion .mt-1{
    font-family:LT-GEO-55;
    font-size:12px;
    color:#757F88;
}
.panel .accordion-stadium-data .ml-2 .text-black {
    font-size:14px;
    font-family:LT-GEO-65;
}
.panel .accordion-stadium-data .ml-2 .text-grey {
    font-size:14px;
    font-family:LT-GEO-55;
    color:#757F88;
    margin-top:5px;
}
.col-10 .text-grey {
    margin-top:0px !important;
}
.square-sidebar-details>h2 {
    font-size: 24px;
    font-family:LT-GEO-55;
    font-weight: 400;
}
.square-sidebar-details>p, .square-sidebar-details>h6 {
    font-weight: 400;
    font-size: 14px;
    font-family: LT-GEO-55;
}
.square-sidebar-info>h6 {
    font-size: 18px;
    font-weight: 400;
    font-family:LT-GEO-75;
}
.square-sidebar-info .ml-1{
    font-family:LT-GEO-65;
}
.square-adds-header{
    font-family:LT-GEO-75;
}
.square-adds-body .ml-1{
    font-family:LT-GEO-55;
    font-size:14px;
}
.square-stadium-body-info .chip{
    font-family:LT-GEO-55;
    font-size:12px;
}
.square-stadium-body-info .mt-1{
    font-family:LT-GEO-55;
}
.square-stadium-header .ml-auto p{
    font-family:LT-GEO-75;
    font-size:14px;
}
.sport-item label{
    font-family:LT-GEO-55;
}
.square-stadium-header h4{
    font-family:LT-GEO-65;
}
.toggle-switch .toggle-name-one, .toggle-switch .toggle-name-two{
    font-family:LT-GEO-65;
}
.panel{
    background:transparent !important;
}
table tr th{
    font-family:LT-GEO-75;
}
.input-container>input{
     font-weight:700;
    font-family:LT-GEO-35;
    letter-spacing:1.2px;
    color: #000 !important;
}
.stadiumsizebutton p{
    font-family:LT-GEO-55;
}
.choseservicetitle2{
     
    font-family:LT-GEO-55;
}
.myservicetitl1{
    font-family:LT-GEO-65;
    font-weight:500;
}
.price-count p{
     font-family:LT-GEO-65;
    font-weight:500;
}
.admin-header-days p{
    font-family:LT-GEO-55 !important;
}

body {
    margin: 0;
    font-size: 16px;
    user-select:none;
    animation:loadpageanim 1.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.d-none{
    display: none;
}
.btn.yellow{
    width:max-content !important;
}
.admin-header-logo a{
    background-image: transparent !important;
}
.admin-header-logo img{
    object-fit:cover;
    margin-left:15px;
}
.admin-header-logo a:before{
     background: transparent !important;
}
.admin-header a{
    background-image: linear-gradient( to right, #2c2c2c, #2c2c2c 50%, #2c2c2c 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    display:flex;
    align-items:center;
}
.admin-header a:before {
    content: '';
    background: #2C2C2C;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.admin-header a:hover {
    background-position: 0;
}

.admin-header a:hover::before {
    width: 100%;
}

.main-container {
    height: 100%;
    width: 100%;
    overflow-x:hidden;
    overflow-y:hidden;
}
.responsivenav{
    width:100%;
}
.responsivenav span{
    color: #b9b9cb !important;
} 
.main-container-inner {
    height: 100%;
    display: flex;
}

.admin-left-nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background:white;
    border-right: 1px solid #EFEFF5;
}

.admin-left-nav-item {
    margin-bottom: 50px;
    cursor: pointer;
    width: 100%;
    border-right: 2px solid transparent;
}
.admin-left-nav-item a:hover {
    border-right: 2px solid #fa6400;
    color:#2c2c2c;
}

.admin-left-nav-item > a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin-left-nav-item:last-child {
    margin-bottom: 0;
}

.admin-left-nav-item > a > img {
    height: 32px;
    object-fit: contain;
    margin-bottom: 15px;
}

.admin-left-nav-item>a {
    color: #9CA3AA;
    font-size: 12px;
    font-family: "Manrope-Medium";
    text-decoration: none;
    padding:0 15px;
}

.admin-content {
    width: 100%;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    padding: 0 55px 0 20px;
    border-bottom: 1px solid #EFEFF5;
    position:relative;
}
.admin-pofile-logout {
    position: absolute;
    padding: 20px;
    background: white;
    color: #273645;
    right: 55px;
    top: 65px;
    width: 155px;
    display: none;
    /* height: 0px; */
}

.admin-pofile-logout.show{
    display: flex;
}

#profilelogout-dropdown {
    border: none;
    outline: none;
    background: transparent;
    margin-left: 6px;
}

.admin-pofile-logout a {
    border: none;
    /* background: #FA6400; */
    padding: 10px 14px;
    outline: none;
    border-radius: 12px;
    color: white;
    font-family: 'Manrope-Medium';
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@keyframes openlogoutanim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes closenavanim {
    0% {
        opacity: 1;
    } 
    100% {
        opacity: 0;
    }
}
.closeeditprofile{
    position:absolute;
    right:25px;
    top:25px;
    background:transparent;
    border:none;
    outline:none;
    font-size:22px;
    font-weight:700;
    padding:5px;
    color:black;
    cursor:pointer;
}

.admin-pofile-logout a p {
    margin-right: 10px;
    width: max-content;
}

.admin-pofile-logout a:hover {
    cursor: pointer;
}

.admin-header-left {
    display: flex;
    align-items: center;
    width: 70%;
}

.admin-header-logo {
    object-fit: contain;
    margin-right: 50px;  
}

.admin-header-daySwiper {
    display: flex;
    align-items: center;
    margin-right: 50px;  

}

.admin-header-arrows {
    display: flex;
    align-items: center;
}

.admin-header-arrows-item>img {
    height: 16px;
    object-fit: contain;
}

.admin-header-arrows-item {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #EBECF0;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    font-size:15px;
    font-weight:400;
    color:#b9b9cb;
    
}
.admin-header-arrows-item:hover{
    border: 2px solid #fa6400; 
    transition:0.4s all ease-in;
    color:#fa6400;
    
}

.admin-header-arrows-item:hover {
    border: 2px solid #fa6400;
}

.admin-header-days>p {
    color: #2F2E41;
    font-size: 18px;
    font-family: "helvetica-bold";
    margin-left: 10px;
}

.admin-header-dayWeek {
    display: flex;
    align-items: center;
    background-color: #F4F5F7;
}
.admin-header-dayWeek .active{
       background-color: #FA6400 !important;
       color: #fff !important;
       border-radius:6px;
}

.admin-header-dayWeek:hover{
    border:none !important;
}

.admin-header-dayWeek-item>a {
    padding: 8px 32px;
    font-size: 12px;
    background-color: #F4F5F7;
    font-family: "helvetica-bold";
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    transition: all ease-in-out .3s;
}
.admin-header-dayWeek a:before{
   
    background:transparent !important;
}
.admin-header-dayWeek .active>a {
    background-color: #FA6400;
    color: white;
}


.admin-header-profile {
    display: flex;
    align-items: center;
}

.admin-header-profile>a {
    color: #273645;
    font-size: 15px;
    font-family: "Manrope-Medium";
}
.admin-header-profile p{
     font-family: "Manrope-Medium" !important;
}

.admin-header-profile>img {
    margin-left: 10px;
    object-fit: contain;
}

.admin-calendar-filter {
    border-bottom: 1px solid #EFEFF5;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px 0 130px;
}

.admin-calendar-filter-left {
    display: flex;
    align-items: center;
}

.admin-calendar-filter-choose {
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}

.admin-calendar-filter-choose>p {
    color: #B9B9CB;
    font-size: 14px;
    font-family: "helvetica-bold";
    margin-right: 15px;
}

.admin-calendar-filter-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.admin-calendar-filter-item>p {
    color: #B9B9CB;
    font-size: 14px;
    font-family: LT-GEO-55;
    margin-left: 15px;
}
.m_n{
     font-family: "Manrope-Light" !important;
     
}

.admin-main-calendar {
    width: 100%;
}

.admin-main-calendar-hrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background-color: #F4F5F7;
}

.admin-main-calendar-hrs-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EFEFF5;
    height: 100px;
    width: 120px;
}

.admin-main-calendar-hrs-item-title>p {
    color: #757F88;
    font-size: 13px;
    font-family: "Manrope-Medium";
}

.admin-main-calendar-content {
    width: 100%;
    background-color: #F4F5F7;
    padding-left: 120px;
}

.admin-main-calendar-header {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: calc(100vw - 225px);
}

.admin-main-calendar-header-item {
    height: 99px;
    width: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    border: 1px solid #EFEFF5;
    background-color: white;
}

.admin-main-calendar-header-item>p {
    color: #273645;
    font-size: 17px;
    font-family: "Manrope-Medium";
    margin-bottom: 15px;
}

.admin-main-calendar-header-item>span {
    color: #757F88;
    font-size: 13px;
    font-family: "Manrope-Medium";
}

.calendar-hr-box {
    width: 260px;
    height: 100px;
    border: 1px solid #EFEFF5;
}

.admin-main-calendar-hrs-item {
    width: 100%;
    display: flex;
    align-items: center;
}


/* CALENDAR */

.calendarWrapper {
    display: flex;
    align-items: flex-start;
}

.calendarTimezones {
    background-color: #F4F5F7;
    height: 100%;
}

.calendarTimeblocks {
    display: flex;
    flex-direction: column;
}

.calendarTimeblock {
    height: 99px;
    width: 100%;
    padding:0 27px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.calendarTimeblock>p {
    font-family: "Manrope-Medium";
    font-size: 13px;
    color: #757F88;
    transform: translateY(-8px);
}


/* CALENDAR HEADER */

.calendarWeekdays {
    width: 100%;
    overflow-x: scroll;
}
.calendarWeekdaysHeader .calendarWeekdaysBlock {
    padding: 25px 15px 0;
    display: flex;
    justify-content: space-between;
    box-sizing:border-box;
}
.calendarWeekdaysBlock div{
    flex-direction:column !important;
}
.calendarWeekdaysBlock .event{
    flex-direction:row !important;
}
.calendarWeekdaysBlock  div{
    display:flex;
}
.calendarWeekdaysHeader .calendarWeekdaysBlock > div:last-child{
    text-align: right;
}

.calendarWeekdaysBlock {
    height: 99px;
    flex: 0 0 250px;
    border-left: 1px solid #EBECEE;
    border-bottom: 1px solid #EBECEE;
    cursor: pointer;
}

.calendarWeekdaysBlock p {
    font-size: 17px;
    font-family: LT-GEO-25;
    color: #273645;
    font-weight: 600;
    margin-bottom: 4px;
}

.calendarWeekdaysBlock span {
    color: #757F88;
    font-size: 13px;
    font-family: LT-GEO-55;
    font-weight:700;
}


/* CALENDAR BODY */

.calendarWeekDaysBody {
    background-color: #F4F5F7;
    height: 100%;
}

.calendarWeekDaysBody {
    display: flex;
    align-items: flex-start;
}

.calendarWeekdaysColumn {
    flex: 0 0 250px;
    position: relative;
    background-color: #f4f5f7;
}

.calendarWeekdaysColumn .calendarWeekdaysBlock {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* EVENT CARD */

.event {
    margin-top: 4px;
    width: 240px;
    height: 90px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    font-family: 'Manrope-Medium' !important;
}

.event.default .eventPeople {
    background-color: #1483B3;
}

.event.default {
    background-color: #1AB4F4;
}

.event.tennis .eventPeople {
    background-color: #A1B305;
}

.event.tennis {
    background-color: #D0E608;
}

.event.basketball .eventPeople {
    background-color: #B35504;
}

.event.basketball {
    background-color: #F27404;
}

.event.football .eventPeople {
    background-color: #105a32;
}

.event.football {
    background-color: #009345;
}
.tennis{
    background-color: #D0E608;
}
.football{
    background-color: #009345;
}
.basketball{
    background-color: #F27404;
}
.error-text-item{
    color:red;
    font-size:18px;
}
.company-login-head-text{
    
}

.eventIcons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-right: 15px;
}

.eventIcon > img{
    max-height: 26px;
}

.eventPeople {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventPeople>span {
    color: #fff;
    font-size: 12px;
}

.eventInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.eventInfo>p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Manrope-Light' !important;
}

.eventTimes {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.eventTimes>p {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
}

.admin-people-group-header {
    display: flex;
    justify-content: space-between;
    padding: 40px 15px 20px 30px;
    align-items: center;
    background-color: #F4F5F7;
}

.admin-people-group-header-item {
    border: 1px solid #C5CEE0;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: space-between;
    margin:0 10px;
}
.admin-people-group-header-item:hover{
    background:white;
    border:none;
    transition:0.4s all ease-in;
    cursor:pointer;
}

.admin-people-group-header-item.sm-item {
    width: 210px;
}

.admin-people-header-item-title>p {
    line-height: 1.5;
    font-size: 18px;
    color: #273645;
}

.admin-people-header-item-title>p:last-child {
    font-size: 12px;
    color: #757F88;
}

.admin-people-main-content {
    background-color: #F4F5F7;
    width: 100%;
    padding: 0 15px 0 30px;
}

.admin-people-main-content-inner {
    background-color: white;
    width: 100%;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.admin-people-main-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border: none;
}

.admin-people-main-content-header-left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-people-main-content-header-left-side>p:first-child {
   
    width: 200px;

}

.admin-people-main-content-header-left-side>p:nth-child(2) {
   width: 160px;
  
}

.admin-people-main-content-header-left-side>p:nth-child(4) {
width: 240px;

}
#staffdiv{
    display:none;
    flex-direction:column;
}
#groupsdiv{
    flex-direction:column;
}
#trainersdiv, #clientdiv{
    flex-direction:column;
    display:none;
}
#staffdiv .admin-people-main-content-header-right-side{
    width:max-content !important;
    margin-left:auto;
}
#trainersdiv .admin-people-main-content-header-right-side, #clientdiv .admin-people-main-content-header-right-side{
    display:none !important;
}
.admin-people-main-content-header-left-side>p {
    color: #757F88;
    font-size: 14px;
}

.admin-people-main-content-header-right-side, .admin-trainers-main-content-header-right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    cursor: pointer;
}

.admin-people-main-content-header-right-side>div, .admin-trainers-main-content-header-right-side>div {
    height: 32px;
    width: 32px;
    background-color: #FA6400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:15px;
}

.admin-people-main-content-header-right-side>p, .admin-trainers-main-content-header-right-side>p {
    color: #273645;
    font-size: 14px;
}



.admin-people-main-content-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.admin-people-main-content-item-left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-people-main-content-item-left-side>p {
    font-size: 14px;
    color: #273645;
}

.admin-people-main-content-item-left-side>p:first-child {
width: 200px;

}

.admin-people-main-content-item-left-side>p:nth-child(2) {
    width: 160px;
}

.admin-people-main-content-item-left-side>p:nth-child(3) {
    width: 240px;

}

.admin-people-main-content-item-right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10%;
}

.admin-people-main-content-item-right-side>img {
    object-fit: contain;
    cursor: pointer;
}

.admin-people-main-content-item-subcontent-header {
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding: 15px 40px;
    border: 1px solid #EBECEE;
}

.admin-people-main-content-item-subcontent {
    background-color: #F0F1F2;
    transition: all ease-in-out .3s;
    display: none;
}

.admin-people-main-content-item-subcontent.show {
    display: block;
}

.admin-people-main-content-header-right-side {
    cursor: pointer;
}

.admin-people-main-content-header-left-side.bck-clr>p,
.admin-people-main-content-header-right-side.bck-clr>p {
    color: rgb(117, 127, 136, .4);
}

.admin-people-main-content-item-subcontent-item {
    display: flex;
    align-self: center;
    justify-content: space-between;
    border: 1px solid #EBECEE;
    padding: 20px 40px;
}

.admin-people-main-content-item-left-side.fnt-color>p {
    color: #757F88;
}

.admin-people-payment-btn-item {
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #E02020;
}

.admin-people-payment-btn-item>p {
    color: white;
    font-size: 12px;
}


.admin-people-payment-btn-item.payed {
    background-color: #009345;
}

.admin-people-main-content-item-right-side.sbc {
    width: 20%;
}

.addEvent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    background-color: #FA6400;
    width: 64px;
    height: 64px;
    cursor: pointer;
}


.editactivitymodal{
  position: fixed;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 444;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.editactivitymodal-inner{
  padding: 35px 20px;
  border-radius: 15px;
  background-color: white;
  width: 620px;
  display: flex;
  flex-direction: column;
}
.editactivitymodal-inner .col-1 {
    flex-grow:unset;
    max-width:100%;
    flex-basis:unset;
}
.editactivitymodal-inner .check-group > .check-item label{
    width:max-content !important;
    padding:0 10px !important;
}
.editactivitymodal-inner .admin-reserve-date-heading{
    display:flex;
    justify-content:space-between;
}
.editactivitymodal-inner .admin-reserve-date-heading i{
    padding:5px;
}
.editactivitymodal-inner .col-6{
  max-width: 100%;
}
.editactivitymodal-inner .check-group>.check-item {
  padding: 0px;
  margin: 0 10px;
}
.editactivitymodal-inner .btn{
  margin-left: auto;
  margin-right: 20px;
}




.admin-add-schedule-modal {
    position: fixed;
    background-color: rgb(0, 0, 0, .4);
    z-index: 444;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.admin-add-schedule-modal.group-modal{
    display: none ;
}
.admin-add-schedule-modal.group-inner{
    display: none ;
}

.admin-add-schedule-modal.group-modal.show, .admin-add-schedule-modal.group-inner.show{
    display: flex;
}

.admin-add-schedule-modal.group-inner .admin-add-schedule-modal-inner{
    width: 500px;
}
.admin-add-schedule-modal.group-modal .admin-add-schedule-modal-inner{
    width: 400px;
}
.admin-add-schedule-modal-individual-inputs-item.w-100>input{
    width: 100%;
}
.admin-add-schedule-modal-individual-inputs-item-payed{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #273645;
}
.admin-add-schedule-modal-individual-inputs-item-payed>p{
    margin-left: 15px;
    font-size: 14px;
    color: #273645;
}
.admin-add-schedule-modal.show {
    display: flex;
}

.admin-main-group {
    position: relative;
}

.admin-add-schedule-modal-inner {
    padding: 35px 50px;
    border-radius: 15px;
    background-color: white;
    width: max-content;
    max-height:90%;
    overflow-y:scroll;
}
.admin-add-schedule-modal-inner::-webkit-scrollbar{
    display: none;
}

.admin-add-schedule-modal-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.admin-add-schedule-modal-inner-header-content>p {
    color: #273645;
    font-size: 18px;
    line-height: 1.8;
}

.admin-add-schedule-modal-inner-header-img>img {
    object-fit: cover;
    height: 75px;
    width: 100%;
}

.admin-add-schedule-modal-inner-header-content>p:last-child {
    font-size: 12px;
}

.admin-add-schedule-modal-inner-header-content>p:first-child {
    font-size: 12px;
}

.admin-add-schedule-modal-inner-header-date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.admin-add-schedule-modal-inner-header-date-item {
    display: flex;
    align-items: center;
}

.admin-add-schedule-modal-inner-header-date-item>img {
    margin-right: 10px;
    object-fit: contain;
}

.admin-add-schedule-modal-inner-header-date-item>p {
    color: #273645;
    font-size: 12px;
    line-height: 1.8;
}

.admin-add-schedule-modal-types {
    display: flex;
    align-self: center;
    justify-content: space-around;
    border-bottom: 1px solid #EFEFF5;
    margin-bottom: 25px;
}

input[type="time"] {
    outline: none !important;
    border: none !important;
    width: 100%;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}

.admin-add-schedule-modal-types-item {
    cursor: pointer;
    flex: 1;
    text-align: center;
    padding: 20px 0;
}

.admin-add-schedule-modal-types-item>p {
    color: #B9B9CB;
    font-size: 16px;
}

.admin-add-schedule-modal-group-training {
    display: none;
}

.admin-add-schedule-modal-individual-inputs-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-individual-inputs-item>input {
    border: 1px solid #EFEFF5;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    color: #B9B9CB;
    font-size: 12px;
    width: 45%;
}

.admin-add-schedule-modal-individual-inputs-item>select {
    border: 1px solid #EFEFF5;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    color: #B9B9CB;
    font-size: 12px;
    width: 45%;
    outline: none;
    background-color: transparent;
}

.admin-add-schedule-modal-individual-inputs-item>input::placeholder {
    font-size: 12px;
    color: #B9B9CB;
}

.admin-add-schedule-modal-individual-inputs {
    margin-bottom: 30px;
}

.admin-add-schedule-modal-facility-title>p {
    font-size: 21px;
    color: #273645;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-facility-checkboxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-add-schedule-modal-facility-item-content {
    height: 88px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F4F5F7;
    position: relative;
    border-radius: 15px;
    margin-bottom: 5px;
}

.admin-add-schedule-modal-facility-item-content>input {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: -1;
    opacity: .009;
}
.admin-add-schedule-modal-facility-checkbox-item{
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.admin-add-schedule-modal-facility-checkbox-item>p {
    font-size: 12px;
    color: #273645;
}

.admin-add-schedule-modal-inner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.admin-add-schedule-modal-inner-footer>button {
    color: #181A26;
    font-size: 12px;
    padding: 15px 30px;
    border: 1px solid #979797;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
}

.admin-add-schedule-modal-inner-footer>button.active {
    background-color: #FA6400;
    color: white;
}

.admin-add-schedule-modal-individual-inputs-item.group select {
    width: 100%;
}

.admin-add-schedule-modal-group-training-schedule-title>p {
    color: #273645;
    font-size: 21px;
    margin-bottom: 25px;
}

.admin-add-schedule-modal-group-training-add-schedule {
    height: 115px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #E4E7ED;
    border-radius: 10px;
    margin-right: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-img {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C5CEE0;
    border-radius: 50%;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-img>img {
    object-fit: contain;
    height: 16px;
}

.admin-add-schedule-modal-types-item.active {
    border-bottom: 1px solid #FA6400;
}

.admin-add-schedule-modal-group-training-add-schedule>p {
    font-size: 12px;
    color: #273645;
}

.admin-add-schedule-modal-group-training-schedule-container {
    display: flex;
}

.admin-add-schedule-modal-group-training-add-schedule-list {
    display: flex;
    flex-direction: column;
    width: 80%;
    overflow-y:scroll;
    height:120px;
}
.admin-add-schedule-modal-group-training-add-schedule-list::-webkit-scrollbar{
    width:0;
    height:0;
}
.admin-add-schedule-modal-group-training-add-schedule-list::-webkit-scrollbar-thumb{
    background:transparent;
}
.admin-add-schedule-modal-group-training-add-schedule-list::-webkit-scrollbar-track{
    background:transparent;
}

.admin-add-schedule-modal-group-training-add-schedule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-item-day {
    height: 40px;
    border: 1px solid #E4E7ED;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: max-content;
    justify-content: space-around;
}

.admin-add-schedule-modal-individual-inputs-item.days {
    margin: 0;
}

.admin-add-schedule-modal-individual-inputs-item.days>select {
    border: 0;
    width: unset;
    padding: 0;
}

.admin-add-schedule-modal-group-training-add-schedule-item-hrs {
    display: flex;
    align-items: center;
    width: max-content;
}

.admin-add-schedule-modal-individual-inputs-item.hrs {
    margin: 0;
}

.admin-add-schedule-modal-individual-inputs-item.hrs>select {
    border: 0;
    width: unset;
    padding: 0;
}

.admin-add-schedule-modal-group-training-add-schedule-item-delete {
    cursor: pointer;
}
.admin-people-arrow{
    transform: rotate(180deg);
}

.calendar-modal{
    position: fixed;
    height: 100%;
    /* width: 100%; */
    z-index: 555;
    right: -100%;
    top: 105px;
    display: flex;
    justify-content: flex-end;
    transition: all .4s;
}
::-webkit-scrollbar {
    width: 5px;
    height:3px;
}
    
::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
    
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #FA6400;
}

.calendar-modal.show{
    transition: all 0.4s;
    right: 0;
    display: flex;
}

.calendar-modal-inner{
    background-color: white;
    padding: 30px 25px;
    height:100%;
    border-radius:12px;
    overflow-y:scroll;
}
.calendar-modal-inner::-webkit-scrollbar
{
  display: none;
}

.calendar-modal{
    padding:20px 0;
    box-sizing:border-box;
    align-items:flex-start;
}
.calendar-modal-main-pic{
    width: 100%;
    max-height:190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.calendar-modal-main-pic>img{
    object-fit: contain;
}
.calendar-modal-stadium>p{
font-size: 15px;
color: #273645;
margin-bottom: 10px;
}
.calendar-modal-stadium>h3{
    font-size: 21px;
    color: #273645;
    font-family: 'Manrope', sans-serif;
    font-weight:700;
    margin-bottom: 20px;
}
.calendar-modal-info{
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 40px;
}
.calendar-modal-info-item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.calendar-modal-info-item>img{
    margin-right: 15px;
    object-fit: contain;
}
.calendar-modal-info-item>p{
    color: #273645;
    font-size: 15px;
}
.calendar-modal-info-item-title>p{
    color: #273645;
    font-size: 17px;
    margin-bottom: 20px;
}
.calendar-modal-sendmail>button{
    width: 100%;
    background-color: #FA6400;
    border-radius: 8px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border:none;
outline: none;
cursor: pointer;
}
.calendar-modal-inner-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.calendar-modal-inner-header-left{
    display: flex;
    align-items: center;
}
.calendar-modal-inner-header-right{
    display: flex;
    align-items: center;
}
.calendar-modal-inner-header-left-slides>p{
    margin: 0 15px;
    color: #2F2E41;
    font-size: 14px;
}
.calendar-modal-inner-header-left-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #EBECF0;
    cursor: pointer;
}
.calendar-modal-inner-header-right>img{
    cursor: pointer;
}
.calendar-modal-inner-header-right>img:nth-child(2){
    margin: 0 20px;
}
.cm-info{
    margin-bottom: 20px;
}
.deleteEvent{
    cursor: pointer;
}
.calendar-modal-content{
    margin-bottom: 40px;
}
.admin-calendar-filter-choose select{
    border: none;
    outline: none;
    font-family:LT-GEO-55 !important;

}
.admin-calendar-filter-choose select:hover{
    cursor:pointer;
}
.admin-calendar-filter-choose select:focus-within{
    outline: none;

}

.delete-warning-modal{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color:rgb(0, 0, 0, .3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.delete-warning-modal.active{
    display: flex;
}
.delete-warning-modal-inner{
background-color: white;
width: 30%;
border-radius: 15px;
padding: 25px;


}
.admin-reserve-filter .filtercheckboxes{
    background:transparent !important;
}
.delete-warning-modal-inner>p{
    color: #273645;
    font-size: 16px;
    font-family: "Manrope-Medium";
    text-align: center;
    margin-bottom: 30px;
}
.delete-warning-modal-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delete-warning-modal-item{
    width: 48%;
    border:1px solid #FA6400;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    transition: all ease-in-out .3s;
}
.delete-warning-modal-item:hover{
    background-color: #FA6400;
    color: white;
}
.delete-warning-modal-item:hover.delete-warning-modal-item>p{
    color: white;
}
.delete-warning-modal-item>p{
    color:#273645 ;
    font-size: 14px;
    transition: all ease-in-out .3s;

    font-family: "Manrope-Medium";
}

.admin-calendar-filter-choose select{
    color: #b9b9cb;
    font-family: 'Manrope', sans-serif;
    font-weight:500;
}
input:focus{
        border-color: #FA6400;
        outline:none;
}
.admin-people-main-content-item {
    border-bottom: 1px solid #EBECEE !important;
}
.uploadphoto{
    max-width: 195px !important;
}
.upload-file > label > .upload-file-text p{
    word-break:break-word;
    width:100%;
}
.upload-file > input{
    display:none !important;
}




.admin-left-nav-item a svg {
    margin-bottom: 15px;
}

.admin-left-nav-item a:active {}

.admin-left-nav-item a:hover #Stroke_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_2 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_3 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_4 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_5 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_6 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_7 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_8 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_9 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_10 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_78 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_79 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}
.admin-left-nav-item a:hover #Path_77 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}
.admin-left-nav-item a:hover #Rectangle_45 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_80 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_81 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_184 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_76 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_191 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_190 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_77 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_75 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_42 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_43 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_44 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #group-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}
.admin-left-nav-item a:hover p{
    color:#2c2c2c;
    transition:0.4s all ease-in;
}

.stadium-sizes > a{
    position: relative;
}

.admin-left-nav-item svg > path{
    fill: #c5cee0;
}






/* -------------------------------------------new styles ----------------------------------------------------------*/

.admin-days-buttons {
    display: flex;
    align-items: center;
}

.select-left select {
    width: 90% !important;
}

.select-right select {
    width: 90% !important;
}

.select-left {
    display: flex;
}

.select-right {
    display: flex;
}

.check-group :checked+label .checkmark {
    background: #d0e608 !important;
}

.check-group :checked+label .checkmark img {
    display: flex;
}

.check-group>.check-item.w-100 label {
    width: 88px;
    position: relative;
}

.clearinpbtn {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    margin-left: 6px;
    color: #B9B9CB;
}

.stadiumsizebutton p {
    color: #273645;
}

.radio-group :checked+label .stadiumsizecheckbox {
    background: #d0e608;
    color: #fff;
}

.radio-group :checked+label .stadiumsizebutton {
    border: 2px solid #d0e608;
}

.radio-group :checked+label .stadiumsizecheckbox {
    background: #d0e608;
    color: #fff;
}

.radio-group i {
    color: transparent;
    font-size: 12px;
}

.radio-group :checked+label i {
    color: #2c2c2c !important;
}

.admin-calendar-filter {
    background: white;
}

.companychose-days-cont {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: max-content;
    margin-bottom: 150px;
}

.companychose-days-cont p {
    font-family: LT-GEO-65;
    font-weight:500;
    font-size: 15px;
}

.daysform {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chosedays-buttons {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.chosedaybtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 98px;
    border: 2px solid #F4F5F7;
    border-radius: 10px;
    margin: 20px;
    background: none;
      font-family: LT-GEO-65;
    font-weight:500;
    color:  #757f88;
}

.chosedaybtn:hover {
    border: 2px solid #D0E608;
    transition: 0.4s all ease-in;
    color:  black;
}

.priceofday-modal {
    position: absolute;
    width: 277px;
    height: max-content;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    border: 2px solid #F2F4F6;
    top: 90px;
    left: 140px;
    display: none;
    flex-direction: column;
}

.chosedaytxt {
    font-size: 15px;
    font-family: 'Manrope-Medium';
    color: #273645;
}

.chosepricetitle {
    font-size: 12px !important;
    margin: 12px 0;
    font-family: 'Manrope-Medium' !important;
    color: #757F88;
}

.stadiumtimeprice {
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    border: 1px solid #E4E7ED;
    border-radius: 10px;
    font-size: 12px !important;
    font-family: 'Manrope-Medium' !important;
}

.priceofday-modal input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stadiumtimeprice:focus {
    border-color: #D0E608;
    outline: none;
}

.differentpricebtn {
    background: none;
    border: none;
    outline: none;
    margin: 20px 0;
    text-decoration: underline;
    font-size: 14px !important;
    font-family: 'Manrope-Medium' !important;
    color: #757F88;
    text-align: start;
}

.close-save-buttons {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.closemodal1 {
    padding: 10px 17px;
    border: 1px solid #E4E7ED;
    background: transparent;
    font-size: 14px !important;
    font-family: 'Manrope-Medium' !important;
    color: #181A26;
    border-radius: 10px;
    outline: none;
}

.savemodal1 {
    padding: 10px 20px;
    border: none;
    outline: none;
    background: #D0E608;
    font-size: 14px !important;
    font-family: 'Manrope-Medium' !important;
    color: #273645;
    border-radius: 10px;
}

@keyframes opendaysanim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* chose times modal */

.chosetime-modal {
    position: absolute;
    width: 280px;
    height: max-content;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    border: 2px solid #F2F4F6;
    top: -70px;
    left: 270px;
    display: none;
    flex-direction: column;
}

.times-row1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.times-row1 button {
    padding: 10px 16px;
    border: 1px solid #E4E7ED;
    background: transparent;
    font-size: 12px !important;
    font-family: 'Manrope-Medium' !important;
    color: #181A26;
    border-radius: 10px;
    outline: none;
}

.times-row1 button:hover {
    background: #D0E608;
    color: white !important;
    transition: 0.4s all ease-in;
    cursor: pointer;
}

.admin-left-nav-item a svg {
    margin-bottom: 15px;
}

.admin-left-nav-item a:active {}

.admin-left-nav-item a:hover #Stroke_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_2 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_3 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_4 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_5 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_6 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_7 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_8 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_9 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Fill_10 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_78 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_79 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_45 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_80 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_81 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_184 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_76 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_191 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Group_190 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_77 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Path_75 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_42 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_43 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #Rectangle_44 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item a:hover #group-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}


/* active class styling ----------------------------------------------------------*/


/* .admin-left-nav-item .active #Stroke_1 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    } */

.admin-left-nav-item .active .rr1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}


/* .admin-left-nav-item .active #Fill_2 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_3 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_4 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_5 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_6 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_7 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_8 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_9 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    }
    
    .admin-left-nav-item .active #Fill_10 {
        fill: #fa6400;
        transition: 0.4s all ease-in;
    } */


/* ==========================navigation links active =====================*/

.stadfiltercard{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap !important;
}
.filtercardstadiumspecifications{
    display:flex;
    flex-direction:column;
    flex-basis:inherit !important;
    max-width:max-content !important;
}
.filtercardstadiumimage img{
    height:105px !important;
    width:120px !important;
}
.admin-left-nav-item .active #Stroke_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_1 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_2 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_3 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_4 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_5 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_6 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_7 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_8 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_9 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Fill_10 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_78 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_79 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Rectangle_45 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_80 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_81 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Group_184 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_76 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Group_191 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Group_190 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_77 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Path_75 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Rectangle_42 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Rectangle_43 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #Rectangle_44 {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active #group-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-left-nav-item .active {
    border-right: 2px solid #fa6400;
}


/* groups button active */

.admin-people-group-header .active {
    border: 1px solid white;
    background: white;
    transition: 0.4s all ease-in;
}

.admin-people-group-header .active #chat-new-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header .active #group-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header .active #user-2-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header .active #contacts-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}


/* group button hovers */

.admin-people-group-header-item:hover {
    border: 1px solid white;
    background: white;
    transition: 0.4s all ease-in;
    cursor: pointer;
}

.admin-people-group-header-item:hover #chat-new-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header-item:hover #group-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header-item:hover #user-2-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}

.admin-people-group-header-item:hover #contacts-line {
    fill: #fa6400;
    transition: 0.4s all ease-in;
}


/* employees */

.employees {
    display: flex !important;
}

.employees .admin-people-main-content-header {
    width: 100%;
}


/* stadiums and maps */

#userheader {
    position: initial;
}

#headerlinks2 a {
    color: #C2C8D0;
    text-decoration: none;
    margin: 0 30px;
}

#headerlinks2 button {
    margin-left: 0;
}

.stadiums-map-container {
    width: 100%;
    margin-left: auto;
    display: flex;
}

.stadiumscontainer1-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stadiumcontainerbuttons {
    display: flex;
    align-items: center;
    display: flex;
    width: max-content;
    padding: 20px;
    background: white;
    border-bottom: 1px solid #EFEFF5;
    margin-left:120px;
    margin-right:auto;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
}

.stadiumcontainerbuttons button {
    padding: 13px 17px;
    border-radius: 10px;
    border: 1px solid #EFEFF5;
    margin: 0 13px;
}

.stadiumscontainer-right {
    display: flex;
    width: 50%;
    background: #F9F9F9;
}

.stadiumlefttitle {
    width: 100%;
    display: flex;
    background: #F9F9F9;
}

.stadiumstitle1 {
    font-size: 24px;
    margin-left: 140px;
    align-self: flex-start;
    padding: 15px;
    background: #F9F9F9;
}

.stadium1 {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F9F9F9;
    padding: 25px 0;
    border-bottom:1px solid #EFEFF5;
    cursor: pointer;
}

.stadiumscontainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: scroll;
    height: 73vh;
}

.stadiumscontainer::-webkit-scrollbar {
    display: none;
}

.stadiumscontainer .active {
    background: white;
}

.stadium1 .stadium1-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 130px;
}

.stadium1 .stadium1-inner img {
    margin-right: 20px;
    width: 100%;
    max-width: 185px;
    border-radius: 8px;
}

.map {
    width: 100%;
    height: 100%;
}

.stadium1-inner p {
    font-size: 18px;
}

.stadiunspecifics {
    color: #BFBFBF !important;
    font-size: 14px !important;
}

.gmnoprint {
    display: none !important;
}

.stadiums-map-search {
    position: absolute;
    top: 60px;
    left: 100px;
    background: white;
    padding: 20px 0;
    border-radius: 15px;
    width: 100%;
    max-width: 322px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.stadiums-map-search input {
    margin-left: 0px;
    border: none;
    outline: none;
    font-size: 14px !important;
    width: 80%;
    font-family:LT-GEO-45;
    color:black;
    margin-left:20px;
}
.stadiums-map-search input::placeholder{
    font-size:14px !important;
    color:black;
}
.sportbtns{
    max-width:500px !important;
    flex-basis:none;
    width:100% !important;
    flex-wrap:wrap;
}

.stadiums-map-search input::placeholder {
    font-size: 15px;
}

.stadiums-map-search img {
    margin-left: 5px;
}

.map-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.stadium-map-prices {
    position: absolute;
    top: 200;
    left: 200;
    padding: 7px 22px;
    background: white;
    border-radius: 19px;
}

#price2 {
    top: 400px !important;
    left: 120px !important;
}

#price3 {
    top: 450px !important;
    left: 520px !important;
}

#price4 {
    top: 350px !important;
    left: 420px !important;
}

.stadium-map-prices:hover {
    background: #D0E608;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}

.responsive-logo {
    display: none;
}
.dayswiper-dayweek-container{
    display:flex;
}
.filtercardstadiumimage img{
    width:100% !important;
    height:163px !important;
    object-fit: cover;
}
.admin-stadium-name .sportbtns{
    display:none;
}
.image-stadiumname{
        display: flex;
    align-items: center;
    padding: 15px 0;
}
.calendar-modal .admin-header-logo{
    display:none;
}
.stadiumimg-stadiumtitle{
    display:flex;
    align-items:center;
    justify-content:center;
}
.admin-add-schedule-modal-inner-header-img{
    margin-right:20px;
}
#modaltypes2{
    display:none;
}

    .passrecoverform {
        position: absolute;
        z-index: 92929292;
        display: none;
        width: 100%;
        height: 100%;
        background: #2c2c2c29;
        align-items: center;
        justify-content: center;
        top: 0;
    }
    
    .recoverpassword {
        display: flex;
        flex-direction: column;
        padding: 55px 40px;
        background: white;
        max-width: 360px;
        border-radius: 15px;
        width: 100%;
        height: max-content;
        position: relative;
    }
    
    .recoverpassclose {
        position: absolute;
        right: 30px;
        top: 30px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: #757f88;
        border: 1px solid #757f88;
        align-items: center;
        justify-content: center;
        display: flex;
        cursor: pointer;
    }
    .passrecoverform form{
        width:100%;
        align-items:center;
        justify-content:center;
        display:flex;
        flex-direction:column;
    }
    .passrecoverform .yellow{
        margin:0 auto;
    }
    
    @keyframes openmodalanim {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    #regright{
        position:relative;
    }
     .verificationform .yellow{
        margin:0 auto;
    }
       .verificationform {
        position: absolute;
        z-index: 92929292;
        display: none;
        width: 100%;
        height: 100%;
        background: #2c2c2c29;
        align-items: center;
        justify-content: center;
        top: 0;
    }
    
    .verificationcont {
        display: flex;
        flex-direction: column;
        padding: 55px 40px;
        background: white;
        max-width: 360px;
        border-radius: 15px;
        width: 100%;
        height: max-content;
        position: relative;
    }
    .charttabbutons{
        display:flex;
    }
   .chartboxes{
       display:flex;
       flex-direction:column;
   }
    #analyticscontainer .border-round-16{
        border-radius:16px;
    }
    #reportsgridspacing .border-round-16{
        border-radius:16px;
    }
    .square-stadium-body .col-4 img{
        border-radius:10px;
    }
    .square-content .check-item label{
        width:max-content !important;
        height:max-content;
        padding:10px 18px;
    }
    .sport-item.active label {
    background: #fa6400;
    color:#FFFFFF !important;
    }
    
    /* carousel */
.sportbtns {
  flex-basis: 0;
}

.sportbtns .col-4 {
  max-width: max-content;
}

.sportbtns .grid.spacing-1 {
  width: 900px !important;
}

.sportbtns .check-group.sm>.check-item label {
  width: max-content !important;
  height: max-content !important;
  padding: 14px 20px;
}

.stadiums-carousel-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1680px;
}

.checkbox-search {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.searchinput1 {
  width: 100%;
  max-width: 420px;
  border: 1px solid gray;
  border-radius: 18px;
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
}

.searchinput1 input {
  width: 100% !important;
  padding: 25px 20px;
  padding-left: 55px;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  border:none !important;
}

.searchinput1 button {
  position: absolute;
  left: 0;
  width: max-content;
  top: 20px;
  margin-left: 10px;
  border: none;
  background: none;
  outline: none;
  font-size: 24px;
  cursor: pointer;
}

.searchinput1 button i {
  transform: rotateZ(90deg);
}

.stadiumcarousels-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  font-family: LT-GEO-75 !important;
}

.stadium-carousel-card {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.carouselcardinnerimages {
  width: 100%;
  height: auto;
}

.stadium-carousel-card .cardslider-next {
  right: 38%;
  position: absolute;
  z-index: 999;
  background: white !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: black;
  border: none;
  outline: none;
  bottom: 30px;
}

.stadium-carousel-card .cardslider-prev {
  left: 38%;
  position: absolute;
  z-index: 999;
  background: white !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: black;
  border: none;
  outline: none;
  bottom: 30px;
}

.stadium-carousel-card .carouselcardinnerimages button i {
  color: #2c2c2c;
}

.stadium-carousel-card .cardslider-next::before {
  color: black;
}

.stadiumslider-next {
  position: absolute;
  left: 99%;
  top: 90px;
  width: 50px;
  height: 50px;
  border: 0;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  z-index: 99;
}

.stadiumslider-prev {
  position: absolute;
  right: 99%;
  top: 90px;
  width: 50px;
  height: 50px;
  border: 0;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  z-index: 99;
}
.map-sportbuttons{
    width:100% !important;
    max-width:500px !important;
    display:flex !important;
    flex-basis:0 !important;
}
.stadiumcontainerbuttons :checked + label{
    background:#d0e608 !important;
}
.chosesportcheckbox{
    width:max-content !important;
    max-width:max-content !important;
    flex-basis:0 !important;
    display:flex;
    
}
.chosesportcheckbox label{
        margin:0 12px;
    border: 2px solid #f4f5f7;
    border-radius:10px;
    padding:13px 22px;
    font-family:LT-GEO-45;
    font-size:14px !important;
}
.chosesportcheckbox input{
    display:none;
}
.add-remove-service {
  margin-left: 10px;
}
.add-remove-service button {
  font-size: 22px;
  font-weight: 700;
  margin: 0 5px;
  border: none;
  outline: none;
  background: none;
  cursor:pointer;
  padding:4px;
  position:relative;
  z-index:4;
}
.servicescount {
  width: max-content;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.scount {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scount p {
  font-size: 14px;
}
.scount span {
  margin-left: 5px;
}
.service-price{
  display: flex;
  align-items: center;
  justify-content: center;
}

    
    /* carousel */
.sportbtns {
  flex-basis: 0;
}

.sportbtns .col-4 {
  max-width: max-content;
}

.sportbtns .grid.spacing-1 {
  width: 900px !important;
}
.sportbtns .check-group.sm>.check-item label {
  width: max-content !important;
  height: max-content !important;
  padding: 14px 20px;
  font-family: LT-GEO-55;
}

.stadiums-carousel-wrapper {
  margin-top: 55px;
}

.checkbox-search {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.searchinput1 {
  width: 100%;
  max-width: 420px;
  border: 1px solid #EFEFF5;
  border-radius: 18px;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
  color:#EFEFF5;
}

.searchinput1 input {
  width: 100% !important;
  padding: 25px 25px;
  padding-left: 55px;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  color:#b9b9cb !important;
  font-size:15px;
  font-family: LT-GEO-55;
}
.searchinput1 input:placeholder{
    color:#b9b9cb !important;
  font-size:15px;
  font-family: LT-GEO-55;
}
.searchinput1 input:focus{
    border:1px solid #2c2c2c;
    border-radius:18px;
}


.searchinput1 button {
  position: absolute;
  left: 0;
  width: max-content;
  top: 20px;
  margin-left: 10px;
  border: none;
  background: none;
  outline: none;
  font-size: 24px;
  cursor: pointer;
}

.searchinput1 button i {
  transform: rotateZ(90deg);
  color:#b9b9cb;
}
.stadiumspecifications{
    margin-top:10px;
    color:#b9b9cb;
    font-family: LT-GEO-45;
    font-size:14px;
}
.stadiumname{
    font-family: LT-GEO-45;
    font-size:17px;
    margin-top:8px;
    
}
.stadiumprice{
    font-family: LT-GEO-65;
    font-size:17px;
    margin-top:8px;
}
.t1{
    font-size:26px;
    font-family: LT-GEO-75;
}
.t2{
    font-size:18px;
    color:#b9b9cb;
    
}
.admin-header .ml-auto a span{
    font-family: LT-GEO-55;
    color:#b9b9cb !important;
}

.stadiumcarousels-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  font-family: LT-GEO-75 !important;
}

.stadium-carousel-card {
  width: 100%;
  max-width: 380px !important;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.admin-reserve-date-body-hour{
    position:relative;
    justify-content:space-between;
}
.admin-reserve-date-body-hour .col-10{
    flex-grow:unset !important;
    max-width: 100% !important;
    flex-basis:auto !important;
    width:90% !important;
    display:flex;
}
.admin-reserve-date-body-hour .col-10 .swiper-wrapper{
}
.rl-right{
    flex-grow: unset;
    max-width: max-content;
    flex-basis: auto;
}
.rl-left{
    flex-grow: unset;
    max-width: max-content;
    flex-basis: auto;
}
.admin-reserve-date-body-hour .col-10 .swiper-button-next{
    position:absolute;
    right:0;
}

.carouselcardinnerimages {
  width: 100% !important;
  border-radius:15px !important;
  height: 100% !important;
}

.stadium-carousel-card .cardslider-next {
  right: 38%;
  position: absolute;
  z-index: 999;
  background: white !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: black;
  border: none;
  outline: none;
  bottom: 30px;
  cursor:pointer;
}

.stadium-carousel-card .cardslider-prev {
  left: 38%;
  position: absolute;
  z-index: 999;
  background: white !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: black;
  border: none;
  outline: none;
  bottom: 30px;
  cursor:pointer;
}

.stadium-carousel-card .carouselcardinnerimages button i {
  color: #2c2c2c;
}

.stadium-carousel-card .cardslider-next::before {
  color: black;
}

.stadiumslider-next {
  position: absolute;
  left: 99%;
  top: 90px;
  width: 50px;
  height: 50px;
  border: 0;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  z-index: 99;
  cursor:pointer;
}

.stadiumslider-prev {
  position: absolute;
  right: 99%;
  top: 90px;
  width: 50px;
  height: 50px;
  border: 0;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  z-index: 99;
  cursor:pointer;
}
.check-item input{
    /* visibility:hidden; */
    opacity: .00009;
}
.slick-slide img{
    border-radius:15px;
    height:254px;
    object-fit: contain;
}
.stadiums-carousel-wrapper .slick-slide img{
    height:100%;
    min-height:252px;
    max-height:252px;
    object-fit: cover !important;
}
.swiper-gallery img {
    border-radius:15px !important;
}
.h-100 {
   border-radius:8px;
    
}
    /*stadium details modal boxes*/
    /* reservemodal */

.stadiumreserve-modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow-y: none;
}
.stadiumreservation-inner .chosedate .mt-2 .col-10{
    width:100% !important;
    max-width:100% !important;
}
.modal-slider .check-item label{
    height:max-content !important;
}
.stadiumreservation-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background: white;
  border-radius: 16px;
  width:100%;
  max-width:620px;
}
.mclose-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  padding: 35px 55px;
}
.mclose-title i{
  font-size: 22px;
  font-weight: 400;
  color: #b9b9cb;
}
.mclose-title p{
  margin-left: 15px;
  font-size: 20px;
  font-family: LT-GEO-75;
}
.stadiumreservation-inner span{
  display: flex;
  width: 100%;
  height: 1px;
  background: #b9b9cb;
}
.stadiumreservation-inner .stadiumimage-texts{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
  padding: 15px 20px;
}
.modalstadiumname{
    font-size:20px;
    font-family: LT-GEO-55;
    color:#2c2c2c;
}
.chosedatetitletext{
    font-family: LT-GEO-75;
}
.automaticreserv{
    font-size:12px;
    font-family: LT-GEO-45;
    color:#b9b9cb;
}
.modalstadiumspec{
    font-size:15px;
    font-family: LT-GEO-55;
    color:#2c2c2c;
    margin-top:15px;
    
}
.stadiumreservation-inner .check-group > .check-item label{
    font-family: LT-GEO-45;
}
.stadiumreservation-inner .modal-slider > .check-item label{
    font-family: LT-GEO-45;
}

.stadiumitem-price p{
    font-size:15px;
    font-family:LT-GEO-55;
}
.fullpricetext{
    font-size:18px;
    font-family:LT-GEO-55;
}
.fullprice .price{
    font-family:LT-GEO-75;
    font-size:18px;
}
.reservebtn{
    font-family:LT-GEO-65;
    font-size:17px;
}
.stadiumreservation-inner .stadiumimage-texts img{
  max-width: 180px;
  border-radius: 10px;
  width: 100%;
}
.stadiumreservation-inner .stadiumspecifications{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;

}
.stadiumreservation-inner .chosedate{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
}
.stadiumreservation-inner .chosedatetitle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  padding-bottom:0px;
}
.stadiumreservation-inner .chosedate .admin-reserve-date{
    display: flex;
    padding: 10px;
    flex-direction: column;
    box-sizing:border-box;
    width: 87% !important;
    padding-top:0px;
}
.stadiumreservation-inner .check-group > .check-item label{
    height:105px !important;
}
.stadiumreservation-inner .modal-slider > .check-item label{
    height:50px !important;
}
.stadiumreservation-inner .datetimes-group label{
    height:max-content !important;
}
.stadiumreservation-inner .chosedate .mt-2{
    margin:30px 0 !important;
}
.stadiumitem-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 35px;
  padding-bottom: 15px;
}
.fullprice-reservebtn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 35px;
}

.fullprice-reservebtn .reservebtn{
  border: none;
  outline: none;
  padding: 13px 32px;
  background: #d0e608;
  color: #2c2c2c;
  border-radius: 8px;
}
.fullprice-reservebtn .reservebtn:hover{
  transition: 0.4s all ease-in;
  padding: 13px 48px;
  background: #ecff45;
}
.fullprice-reservebtn .reservebtn:not(:hover){
  transition: 0.4s all ease-in;
  padding: 20px 37px;
  background: #d0e608;
  margin-bottom:10px;
}

/*calendarmodal*/
.calendar-modal{
  display: none;
  position: fixed;
  z-index: 999;
  background:rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  left:0;
  top:0;
}
@keyframes openmodalanim{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
    
}
@keyframes closemodalanim{
    100%{
        opacity:0;
    }
    0%{
        opacity:1;
    }
}





/* succes reservemodal  */
.stadium-succes-reservemodal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow-y: none;
}

.stadium-succes-reservemodal-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 590px;
  padding: 30px;
}

.succes-header-green{
  padding: 15px 0;
  background: #009345;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
}
.checkmark-circle{
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.checkmark-circle i{
  font-size: 12px;
  color: #009345;
}
.succes-header-green p{
    
  font-family: LT-GEO-45;
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
.stadium-succes-reservemodal-inner .modalstadiumspec{
    font-size:14px;
    margin-bottom:10px;
    margin-top:0 !important;
}
.stadium-succes-reservemodal-inner .stadiumspecifications{
    margin-top:0px !important;
}
.succes-stadiumspec-edit{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.edit-delete{
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.edit-delete button{
  border:none;
  background: none;
  outline: none;
  cursor: pointer;
  margin: 0 10px;
}
.succes-date-time{
  display: flex;
  margin-right: auto;
  width: max-content;
  margin-top: 15px;
}
.succes-date{
  display: flex;
  align-items: center;
  font-family:LT-GEO-55;
}
.succes-date img{
  margin-right: 10px;
}
.sd2{
  margin-left: 70px;
}
.stadium-succes-reservemodal-inner span{
  display: flex;
  width: 100%;
  height: 1px;
  background: #f4f5f7;
  margin: 20px 0;
}
.succes-otherdetails{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.succesitem1{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.succesitem1 p{
    font-family: LT-GEO-55;
    font-size:15px;
}
.sboldtext{
  margin-bottom: 20px;
  font-size:22px;
  font-family: LT-GEO-75;
}
.succes-fullprice{
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family:LT-GEO-55;
  font-size:18px;
}
.succes-fullprice span{
  width: max-content !important;
  border: none !important;
  background: none;
  margin: 0 !important;
  height: max-content !important;
  margin-left: 5px !important;
  font-family:LT-GEO-75;
}
.succes-otherdetails span{
  display: flex;
  width: 100%;
  background: transparent !important;
  border: 1px dashed #f4f5f7;
  margin: 15px 0;
}
.succesmodalbuttons{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.succesmodalbuttons button{
  padding: 15px 27px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  background: transparent;
  color: #2c2c2c;
  outline: none;
  font-family:LT-GEO-65;
  font-size:12px;
}





/* invite friend modal */
.invite-friend-modal
{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow-y: none;
}
.invite-friend-modal-inner{
  width: 100%;
  max-width: 430px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-sizing: border-box;
  background: white;
  border-radius: 16px;
}
.invite-friend-modal-inner p{
    font-size:20px;
    font-family:LT-GEO-75;
}
.invite-friend-modal-inner input{
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e4e7ed;
  font-family: LT-GEO-45;
  font-size: 14px;
  color: #b9b9cb;
}
.invite-friend-modal-inner input::placeholder{
  font-family: LT-GEO-45;
  color: #b9b9cb;
  font-size: 14px;
}
.invite-friend-modal-inner button:hover{
  background:d0e608;
}


/* delete modal */
.delete-modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow-y: none;
}
.delete-modal-inner{
  width: 100%;
  max-width: 430px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-sizing: border-box;
  background: white;
  border-radius: 16px;
}
.delete-modal-inner p{
  margin-bottom: 30px;
}
.deleteeventbtn:hover{
  transition: 0.4s all ease-in;
  background: #e02020;
  color:white;
}
.deleteeventbtn:not(:hover){
  transition: 0.4s all ease-in;
  background: #e02020;
  color:white;
}
.deleteeventbtn{
    color:white !important;
}
.delete-modal-inner p{
    font-size:20px;
    font-family:LT-GEO-75;
}


/* filter modal */
.filter-modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow-y: none;
}
.filter-modal-inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 540px;
  padding: 30px;
}
.finnersports{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top:45px;
}
.finnersports .sportbtns{
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.filtertitle{
    font-size: 20px;
    font-family: LT-GEO-75;
}
.finnersports p{
    font-size: 17px;
    font-family: LT-GEO-75;
    margin-bottom:10px;
}
.filter-modal-inner .chosedate{
    margin-top:45px;
    width:100%;
}
.filter-modal-inner .chosedatetitle{
    display:flex;
    justify-content:space-between;
}
.filter-modal-inner  .book-date{
    margin:0 5px;
}
.filter-modal-inner  .book-date label{
    width:auto !important;
    height:103px !important;
}
.filter-modal-inner .chosedate .check-group{
    justify-content:space-between;
}
.filter-modal-inner .book-date.active label{
    background:red;
}
    
.filter-modal-inner .book-datetime{
    width: 120px !important;
    margin-right: 0px !important;
}
.filter-modal-inner .book-datetime label{
    padding: 10px 15px;
    width: max-content !important;
}
.filter-modal-inner .chosedate .mt-2 .col-10{
    width:100% !important;
    max-width:100% !important;
}
.filtermodalbutton{
    margin-top:30px;
    width:100%;
    height:max-content;
    padding:15px 30px;
    box-sizing:border-box;
    background:#d0e608;
    color:black;
    font-family:LT-GEO-65;
    border:none;
    font-size:16px;
    outline:none;
}
.filtermodalbutton:hover{
    background:#e9fd37;
    transition:0.2s all ease-in;
}
.filtermodalbutton:not(:hover){
     background:#d0e608;
     transition:0.2s all ease-in;
     border-radius:10px;
}
.check-group  :checked + label {
    background-color: #d0e608;
    border-color: #d0e608;
}
.pickyoursportlanding{
    margin-top:140px !important;
    height:max-content !important;
}
.pick-sport-card{
    height:15vw !important;
}  
.pickyoursportlanding .mt-8{
    margin-top:140px !important;
}
.breadcrumbs {
    display:flex !important;
    background: #f9f9f9;
}
.stadiumlists{
    padding-top: 0 !important;
}
.activityimg{
    width:100%; 

    height:75%;
    border-radius:15px;
} 
.activitycol{
    padding: calc(16px);
    max-width: 530px;
    width: 100%;
}
    
    
    .editpasswordmodal{
  display: flex;
  visibility:hidden;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.editpasswordmodal .editpasswordinner{
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
  background: white;
  border-radius: 18px;
}
.editpasswordinner form{
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 100%;
}
.editpasswordinner .col-12 .mt-4{
  margin-top: 15px !important;
}
.editpasswordinner .col-12 .mt-4 button{
    margin:0 auto;
}
.editprofileinner .col-12 .mt-4{
  margin-top: 15px !important;
}
.editprofileinner .col-12 .mt-4 button{
    margin:0 auto;
}

.editprofilemodal{
    visibility:hidden;
  display: flex;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.editprofileinner{
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  padding: 30px 45px;
  background: white;
  border-radius: 18px;
}
.container {
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
}

.avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-edit input{
  display: none;
}
.avatar-edit input + label{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
   display:flex;
  align-items:center;
  justify-content:center;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
  
}
.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#imagePreview {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 
}
    
.book-date.active label {
    background:#d0e608 !important;
}
.book-datetime.active label {
    background: #d0e608 !important;
}
    
    
/*responsive*/
@media screen and (max-width: 1680px){
    .admin-reserve-content {
        padding-top: 0px !important;
    }
    .editprofileinner{
        zoom:85%
    }
    .pick-sport-content {
    padding-top: 0px !important;
}
}
@media screen and (max-width: 1366px){
   .admin-people-main-content-item-inner{
       padding:25px 20px;
   }
   .admin-people-main-content-header{
       padding:25px 20px;
   }
   .admin-people-main-content-header-left-side>p:nth-child(4) {
    width: 210px;
   }
   .admin-people-main-content-header-left-side>p:nth-child(3) {
    width: 210px;
   }
   .admin-people-main-content-header-left-side>p:nth-child(2) {
    width: 150px;
   }
   .admin-people-main-content-header-left-side>p:first-child {
    width: 170px;
   }
   .admin-people-main-content-item-left-side>p:first-child {
    width: 170px;
   }
   .admin-people-main-content-item-left-side>p:nth-child(2){
    width: 150px;
   }
   .admin-people-main-content-item-left-side>p:nth-child(3) {
    width: 210px;
   }
}
@media screen and (max-width:1024px){
    .admin-content{
        width:92% !important;
    }
    #clientdiv{
        overflow-x:scroll ;
    }
    #trainersdiv{
        overflow-x:scroll ;
    }
    #staffdiv{
        overflow-x:scroll ;
    }
    #groupsdiv{
        overflow-x:scroll ;
    }
    .admin-people-group-header{
        flex-wrap:wrap;
    }
        #groupbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #trainersbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #sendmessagemdlbtn{
          width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    .admin-people-main-content{
        padding:0 !important;
    }
    #staffbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #clientbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    .px-10 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .sportbtns .grid.spacing-1{
        width:max-content !important;
    }
    .admin-content nav{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .stadium-carousel-card{
        max-width:330px !important;
    }
    .slick-slide img {
        height:215px !important;
    }
    .admin-header-left{
        margin:0 auto;
    }
    .admin-header-days{
        margin:0 auto;
    }
    .admin-calendar-filter-left{
        width:300px;
    }
    
}

@media screen and (max-width:850px) {
    .admin-people-main-content-items{
        width:800px;
    }
    .stadiums-map-container{
        flex-direction:column-reverse;
        align-items:center;
        justify-content:center;
    }
    .stadiumscontainer-right {
        height:300px;
        width:93%;
        margin-top:20px;
    }
    .stadiumscontainer1-left{
        width:93%;
    }
    .stadium1 .stadium1-inner img{
        min-height:100% !important;
    }
    .stadiumstitle1{
        display:none;
    }
    .admin-header-logo{
        margin-bottom:0;
    }
    .message-headerbuttons{
        flex-wrap:wrap;
    }
    .stadiumcontainerbuttons{
        display:none;
    }
    .message-headerbuttons button{
        margin:15px 0;
    }
    .ls-col1-mail{
        margin-left:0 !important;
    }
    .ls-col1-name{
        margin-left:20px !important;
        display:flex;
        flex-direction:column;
    }
    .dashboard-sendmessage-modal{
        overflow-y:scroll;
        overflow-x:hidden;
        align-items:flex-start;
    }
    #sendmessagemdlclose{
        top:40px;
    }
    .admin-trainers-main-content-items{
        width:max-content;
    }
        .admin-people-group-header{
        flex-direction:column;
    }
    #groupsdiv{
        overflow-x:scroll;
    }
    .admin-people-main-content-header-left-side>p:nth-child(4) {
    width: 135px;
    }
    .square-sidebar{
    height:max-content;
    min-height:auto;
    }
    .squareadds .col-6{
    width: 100%;
    max-width: 100%;
    flex-basis:auto;
    }
    .col-sportbuttons{
        flex-direction:column;
    }
    .col-sportbuttons .col-8{
        width:100%;
        max-width:100%;
        flex-basis:auto;
    }
    .col-sportbuttons .col-8 .check-group{
        justify-content:space-around;
    }
    .col-sportbuttons .col-4{
        flex-basis:none;
        max-width:100%;
        width:100%;
    }
    .col-sportbuttons .col-4 button{
        margin-left:0;
        width:100%;
    }
    .col-sportbuttons .col-4 .ml-auto{
        margin:0 auto !important;
    }
    .squarestadiums-container .square-stadium-body{
        flex-direction:column;
    }
    .squarestadiums-container .col-4{
        max-width:100%;
        flex-basis:auto;
    }

  
    .adminsquare{
        flex-direction:column;
    }
    .sendmessagemdlbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #groupbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #trainersbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #sendmessagemdlbtn{
          width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    .admin-people-main-content{
        padding:0 !important;
    }
    #staffbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #clientbtn{
        width:100%;
        margin: 0;
        margin-bottom:15px;
    }
    #myChart{
        width:100% !important;
    }
    #adminnavmenu{
    
    width:100%;
    display:none;
    background:#f9f9f9;
    position:absolute;
    z-index:9;
    height:100vh;
    padding-left:20px !important;
    padding-right:20px !important;
}
#analyticscontainer{
    padding:0 !important;
    margin-top:20px;
}
#analyticscontainer .col-8{
    padding:0 !important;
}
#analitycscontainer .spacing-1{
    padding:0 15px;
    box-sizing:border-box;
}
#reportsgridspacing{
    padding: 0px 10px !important;
    box-sizing:border-box;
    margin-top:20px;
}
#reportsgridspacing .col-10{
    padding:0 !important;
}
#reportsgridspacing .chosestadium-dropdown{
    margin-left:0;
}

.square-main{
    padding:0 !important;
}
    .filtercardstadiumimage img {
        width:100% !important;
   max-width: 350px !important;
    height:max-content !important;
    }
    .activityimg{
        width:100% !important;
    }
    .activitycol{
        margin:0 auto;
    }
    
    .profilecontainer .grid{
        flex-direction:column;
        display:flex;
        width:max-content;
        margin:0 auto;
        width:100% !important;
        align-items:center;
    }
    .profilecontainer .col-6{
        display: flex;
        width: 100%;
        max-width: 350px;
        margin:20px 0;
    }
    .breadcrumbs{
        display:none !important;
    }
    .spcard{
        width:50%;
        max-width:300px !important;
        display:flex;
        flex-basis:unset;
    }
    
    .pick-sport-card {
     height: 30vw !important;
     width:100%;
    }
    .chosesportgrid{
        justify-content:space-between;
    }
    .pick-sport-card > .pick-sport-subcard{
        height:29vw !important;
    }
    #offerplaces{
        margin-bottom:110px;
    }
    .admin-bot-nav{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .admin-bot-nav .icon-text.active {
    filter: invert(16%) sepia(11%) saturate(1544%) hue-rotate(204deg) brightness(20%) contrast(90%);
    border-top:  none !important;
    }
    .icon-text a{
        margin:0 25px !important;
    }
    .pick-sport-content .Activities-nav{
        display:none !important;
    }
    .pick-sport-content{
        padding-top:0px !important;
    }
    .admin-header .ml-auto{
        display:none !important;
    }
    .main-container-inner .absolute .admin-header-logo {
        margin-bottom:0px !important;
    }
    .checkbox-search{
        flex-direction:column-reverse !important;
        background:white;
        margin-top:0px !important;
        border-bottom: 1px solid #EFEFF5;
    }
    .header2{
        border-bottom:none !important;
    }
    .stadiums-main-container{
        padding:0px !important;
        width:100% !important;
    }
    .checkbox-search .sportbtns{
        padding-top:0px !important;
    }
    .checkbox-search .sportbtns .check-group{
        margin:0 auto !important;
        flex-wrap: wrap;
        display: flex;
        width: 100% !important;
        justify-content: center;
    }
    .stadiums-carousel-wrapper{
        padding:0 55px !important;
        box-sizing:border-box;
    }
    .font-size-12{
        font-size:12px;
    }
    .navmenubutton{
        display:flex;
    }
    #analyticscontainer{
        flex-direction:column;
    }
    #analyticscontainer .col-8{
        max-width:initial;
    }
    #analyticscontainer .col-4{
        max-width:initial;
    }
    .calendar-modal .admin-header-logo{
    display:flex;
    }
    .responsive-logo {
        margin: 20px auto;
        display: flex;
    }
    .company-container .left {
        width: auto !important;
    }
    .company-container>.left .logo-container {
        display: none;
    }
    .company-container>.left .landing-text {
        display: none;
    }
    .company-container>.right form {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .company-container>.right {
        width: 100% !important;
    }
    .right .spacing-1 {
        width: 100% !important;
        max-width: 500px;
        margin: 0 20px !important;
    }
    .right .spacing-2 {
        width: 100% !important;
        max-width: 500px;
        margin: 0 20px !important;
    }
    .company-container>.right .form-container {
        padding: 40px 0 !important;
        padding-top: 0px !important;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #regright .language-switch {
        display: none;
    }
    #regright .btn.yellow {
        width: 100% !important;
    }
    #regright .grid {
        width: 100% !important;
    }
    .dayswiper-dayweek-container{
        flex-direction:column-reverse;
        margin-top:15px;
    }
    .admin-header{
        position:relative;
    }
    .admin-header-left {
        width:auto;
     }
     .admin-calendar-filter-item{
         display:none;
     }
     .admin-calendar-filter{
         padding:0 !important;
     }
     .admin-calendar-filter-choose{
         margin-right:0px !important;
     }
     .admin-header-logo{
         margin-right:0 !important;
         margin-bottom:30px;
     }
     .admin-header-left{
         flex-direction:column;
     }
     .admin-header-daySwiper{
         margin-right:0 !important;
         flex-direction:column-reverse;
         margin-top:25px;
     }
     .admin-header-profile{
         display:none;
     }
    .admin-header{
        height:auto !important;
        padding:25px 20px !important;
        margin:0 auto !important;
        box-sizing:border-box;
        justify-content:center;
        align-items:flex-start;
    }
    .admin-left-nav{
        display:none;
    }
    .admin-header-arrows-item{
        margin:0 8px;
        margin-top:10px;
    }
    .calendar-modal {
         padding-top:30px;
        width: 100%;
        height: auto;
        justify-content: center;
        background:white;
        flex-direction:column;
        align-items:center;
        top:0;
    }
    #reportsgridspacing{
        flex-direction:column;
    }
    #reportscont{
        max-width:initial !important;
        flex-direction:column;
    }
    #reportscont .border-round-16{
        border-radius:16px;
    }
    #reportsanalitycs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width:initial !important;
    }
    .chartboxes{
        flex-direction:row;
        width:100%;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    #reportsanalitycs .border-round-16{
        width:100%;
        max-width:100% !important;
        border-radius:16px;
    }
    .chartboxes .chart-box{
        width:max-content;
    }
    .pickyoursportlanding{
        padding: 0px !important;
    }
}

@media screen and (max-width:500px){
    .profilevh100{
        height:100%!important;
    }
        .admin-content{
        width:100% !important;
    }
    .admin-header-logo img{
        margin-left:0;
        content:' ';
        background: url('/assets/images/logo-yellow.svg');
        background-size:cover;
        background-position:center;
        width:115px;
        height:37px;
    }
    .stadium1 .stadium1-inner{
        margin-left:0px;
    }
    .sendtextbutton {
        margin-top:20px;
        width:100%;
    }
    .sendmessagetitle-checkbox{
        flex-direction:column;
    }
    .sendmessagetitleinp{
        width:100%;
    }
    .smessagecheckboxes{
        margin-top:20px;
        margin-left:auto;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .message-headerbuttons {
        flex-direction:column;
        
    }
     .message-headerbuttons button{
         width:100%;
     }
     .textarea-button{
         flex-direction:column;
     }
    .wmy-cont{
        margin-bottom:15px;
    }
    body{
        padding-bottom:80px;
    }

    .editactivitymodal-inner{
        width:95%;
    }
    .spacing-1{
        padding:0 15px !important;
        box-sizing:border-box;
    }
    .filtercardstadiumimage{
        max-width:250px !important;
        width:100% !important;
    }
    .filtercardstadiumimage img {
        width:140px !important;
        max-width: max-content !important;
        height:105px !important;
    }
    .admin-reserve-filter-heading{
        padding-bottom:15px !important;
    }
    .service-item .flex{
        justify-content:start !important;
    }
    .service-item .flex label{
        background:transparent !important;
        margin-left:5px !important;
    }
    .admin-reserve-filter-heading{
        padding:0 10px !important;
        box-sizing:border-box !important;
    }
    .p-1{
        padding:0 !important;
    }
    .systematic-days-chose{
        display:none !important;
    }
    .admin-header a{
        margin-right:auto;
    }
    .admin-header div{
        margin-right:auto;
    }
    .editprofilemodal{
        top: 0;
        height:100%;
        position:fixed;
        background:white;
    }
    .avatar-upload{
        margin:10px auto;
    }
    .editprofilemodal .editmodalinner{
        overflow-y:scroll;
        height:100%;
    }
    #activitiestoogleswitch{
        margin-bottom:0px !important;
    }
    .activitycol .mt-2{
        margin-top:5px !important;
    }
    .activitycol .fmm{
        margin-top:5px !important;
    }
    .activitycol {
        padding:0 !important;
    }
    .activityimg{
        height:55vw !important;
        width:100% !important;
    }
    .px-10 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .profile-menu{
        width:100%;
    }
    .profile{
        margin-left:0px !important;
        margin:0 auto !important;
    }
    .profilecontainer{
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .pick-sport-subcard-button{
        margin-top:80px ;
        justify-content:center;
    }
    .pickyoursportlanding{
        margin-top:45px !important;
    }
    .pickyoursportlanding .mt-8{
        justify-content: center;
        flex-direction: column-reverse;
        width: max-content;
        align-items: center;
        margin: 0 auto;
    }
    .pickyoursportlanding .mt-8 a{
        margin:10px;
    }
    .pickyoursportlanding .pick-sport{
        margin-top:10px !important;
    }
    .pick-sport-subcard-button{
        padding:0 10px !important;
        height:45px !important;
    }
    .searchinput1{
        width:90% !important;
        margin:0 auto !important;
    }
    .searchinput1 input{
        padding:18px 20px;
    }
    .searchinput1 button {
        top:13px;
        font-size:20px;
        top:0;
        left:0;
        margin:auto 0;
       position:initial;
        
    }
    .checkbox-search form{
        display:flex;
        flex-direction:row-reverse;
        
    }
    .grid.spacing-2 {
        width:100% !important;
        margin:0 auto !important;
    }
    .stadiumslider-prev {
        display:none !important;
    }
    .stadiumslider-next{
        display:none !important;
    }
    .stadiums-carousel-wrapper{
        padding:0 20px !important;
    }
    .col-9 .border-round-16{
        border-radius:16px;
    }
    .col-3 .border-round-16{
        border-radius:16px;
    }
    .col-12 .border-round-16{
        border-radius:16px;
    }
    #transactionsmaincont{
    display: flex;
    flex-direction: column;
   
    }
    #transactionsmaincont table{
    width: 100% !important;
    padding: 0 !important;
    }
    #transactionsmaincont table tr{
    justify-content: space-between;
    display: flex;
    flex-direction:column;
    width: 90%;
    margin:0 auto;
    height:auto;
    }
    #transactionsmaincont table th{
    width: auto;
    padding: 0px !important;
    height:max-content;
    margin:10px 0;
    }
    
    .tab{
        flex-direction:column;
        align-items:center;
    }
    .charts-data-colors{
        margin:0 auto !important;
    }
    .h-100 .tab{
        flex-direction:row !important;
    }
    .pie-chart{
        zoom:40%
    }

    
    #analyticscontainer .col-3{
        width:100%;
        max-width:initial;
        flex-basis:initial;
    }
      #analyticscontainer .col-9{
        width:100%;
        max-width:initial;
        flex-basis:initial;
    }
    .grid .p-1{
        border-radius:15px;
    }
    .grid .p-1 .flex{
        justify-content:space-around;
        width:100%;
        
    }
    
    
    
    .admin-add-schedule-modal-inner {
        padding:35px 20px;
    }

    .admin-add-schedule-modal-group-training-add-schedule{
        flex-direction:row;
        align-items:center;
        width:100%;
        padding:10px 0;
        margin-right:0;
        height:max-content;
        justify-content:start;
        margin-bottom:15px;
    }
    .admin-add-schedule-modal-group-training-schedule-container{
        flex-direction:column;
    }
    
    .admin-add-schedule-modal-group-training-add-schedule-img{
        margin-bottom: 0;
        margin-right: 20px;
        margin-left:30px;
    }
    .admin-add-schedule-modal-group-training-add-schedule-item-day {
        width:85%;
    }
    .admin-add-schedule-modal-group-training-add-schedule-item-hrs{
        width:85%;
        justify-content:space-between;
        margin-top:15px;
    }
    .admin-add-schedule-modal-group-training-add-schedule-list{
        width:100%;
    }
    .admin-add-schedule-modal-group-training-add-schedule-item{
        flex-wrap: wrap;
         width: 100%;
         position:relative;
    }
    .admin-add-schedule-modal-group-training-add-schedule-item-delete{
        position:absolute;
        right:0;
        top:auto;
    }
    .admin-add-schedule-modal-facility-checkbox-item{
        flex-basis: calc(45% - 40px);
        margin-top:20px;
    }
    .admin-add-schedule-modal-facility-title>p{
        margin-bottom:0;
    }
    .admin-add-schedule-modal-facility-checkboxes{
        flex-wrap:wrap;
    }
    .admin-add-schedule-modal-individual-inputs-item{
        flex-direction:column;
    }
    .admin-add-schedule-modal-individual-inputs-item{
        margin-bottom:0;
    }
    .admin-add-schedule-modal-individual-inputs-item select{
        margin-bottom:15px;
        width:100%;
    }
    .admin-add-schedule-modal-individual-inputs-item input{
        margin-bottom:15px;
        width:100%;
    }
    #modaltypes2{
    display:flex;
    zoom:90%
    }
    .admin-calendar-filter-left{
        justify-content:center;
    }
    .admin-calendar-filter{
        zoom: 80%;
        align-items: center;
        justify-content: center;
    }
    .admin-add-schedule-modal-main-content .admin-add-schedule-modal-types {
        display:none;
    }
    .admin-add-schedule-modal-inner-header-content>p:first-child {
    font-size: 16px !important;
    }
    .admin-add-schedule-modal-inner-header-content>p {
    font-size:22px;
    }
    .stadiumimg-stadiumtitle{
        flex-direction:column;
        width:100%;
        align-items:self-start;
    }
    .stadiumimg-stadiumtitle .fhb{
        margin-top:20px;
    }
    .stadiumimg-stadiumtitle img{
        width:100%;
        height:100%;
        max-height:unset !important;
    }
    .admin-add-schedule-modal-inner-header-img{
        margin-right:0;
        width:100%;
        height:200px !important;
    }
    .admin-add-schedule-modal{
        justify-content:flex-start;
        background:white;
        align-items: self-start;
    }
    .admin-add-schedule-modal-inner{
        border-radius:0;
    }
    .admin-add-schedule-modal-inner-header{
        flex-direction:column-reverse;
        align-items:center;
    }
    .admin-add-schedule-modal-inner-header-date{
        flex-direction:row;
        width:100%;
        margin-bottom:20px;
    }
   
    .calendar-modal-inner{
        overflow-y:scroll;
        height:85vh;
    }
    .calendar-modal-inner::-webkit-scrollbar {
      display: none;
     }
    .admin-main-calendar{
        zoom:70%
    }
    .admin-calendar-filter-choose{
        width:45%;
    }
    .admin-calendar-filter-choose select{
        width:100%;
    }
    .calendar-modal-inner{
        padding:30px 0;
    }
    .calendar-modal-info{
        max-height:initial !important;
    }
    .right .spacing-1{
        margin:0 !important;
        width:100% !important;
        height:75vh;
    }
     .right .spacing-2{
        margin:0 !important;
        height:75vh !important;
    }
    .company-container>.right .form-navigation-buttons{
        padding:0 !important;
        margin:0 20px;
    }
    .btn.yellow{
        font-size:12px;
    }
    .uploadphoto{
        max-width:initial !important;
        width:100%;
    }
    #checkgroup{
        justify-content:space-between; 
        align-items:center;
    }
    #checkgroup .col-3{
        max-width:initial !important;
       
    }
    .stadium-sizes{
        justify-content:space-between !important;
    }
    .stadiumsizebutton{
        margin:10px 0 !important;
    }
    .select-left select {
        width: 80% !important;
    }
    .select-right select {
        width: 80% !important;
    }
    .companychose-days-cont{
        width:100% !important;
        margin-bottom:35px;
        margin-top:40px;
    }
    #regright .company-label{
        margin:0 auto;
        margin-bottom:10px;
    }
    .priceofday-modal {
        left:auto !important;
        top:auto !important;
    }
    .chosetime-modal {
        left:auto !important;
        top:auto !important;
    }
    .company-service-item{
        justify-content:space-between;
        padding: 0 10px;
         margin: 10px;
    }
    .company-service-headings{
        width:90%;
        margin:0 auto;
    }
    .company-container>.right .form-container{
        overflow-x:hidden;
    }
    .radio-group{
        height:max-content !important;
    }
    #registerEnd .form-container {
        height:75vh !important;
        height:135vh !important;
    }
    #choseservicecont{
        height:auto !important;
    }
     #choseservicecont .check-group{
         height:auto !important;
     }
     
    .stadiums-main-container{
        padding:0 !important;
    }
    .admin-stadium-name h6{
        margin-bottom:15px;
    }
    .swiper-gallery-responsive img{
        height:250px;
    }
    .admin-stadium-name{
        flex-direction:column !important;
    }
    .image-stadiumname{
        display:flex;
        width:100%;
        justify-content:space-between;
        flex-direction:row-reverse;
        align-items:center;
        padding-bottom:0 !important;
        padding-top:0 !important;
    }
    .admin-stadium-name .sportbtns {
        padding-top:0 !important;
        border-top: 1px solid #EFEFF5;
        padding-bottom:15px !important;
    }
    .admin-stadium-name .sportbtns .grid{
        margin:0 auto !important;
    }
    .adminreservedatecontainer{
        margin-top:0 !important;
        padding-top: 15px !important;
    }
    .bg-white{
        padding-left:15px !important;
        padding-right:15px !important;
    }
     .check-group{
        background:transparent !important;
    }
    
}

  @media screen and (max-width:375px){
    .stadiumcarousels-title{
        margin-bottom:15px !important;
    }
    
    .t1{
        font-size:23px;
    }
      
    .stadium-carousel-card {
        max-width: 230px !important;
    }
    .slick-slide img {
        height: 135px !important;
    }
    .cardslider-prev{
        display:none !important;
    }
    .cardslider-next{
        display:none !important;
    }
    .stadiums-carousel-wrapper{
        margin:60px auto !important;
    }
    #offerplaces{
        margin-bottom:130px !important;
    }
      
  }

.check-group {
  background: #fff;
  border-radius: 0.5rem;
  counter-reset: total;
  counter-reset: checked;
}
/* .check-group > * + * {
  margin-top: 0.75rem;
} */
.check-group .checkbox {
  counter-increment: total;
}
.check-group input[type="checkbox"]:checked {
  counter-increment: checked;
}
.check-group__result {
  font-weight: bold;
  padding-top: 0.75rem;
  border-top: 1px solid #fa6400;
}
.check-group__result:after {
  content: counter(checked) " / " counter(total);
  padding-left: 1ch;
}
.checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.checkbox__input {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  opacity: 0;
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__icon .tick {
  stroke-dashoffset: 0;
}
.checkbox__icon {
  width: 1.375em;
  height: 1.375em;
  flex-shrink: 0;
  overflow: visible;
}
.checkbox__icon .tick {
  stroke-dasharray: 20px;
  stroke-dashoffset: 20px;
  transition: stroke-dashoffset 0.2s ease-out;
}
.checkbox__label {
  margin-left: 0.5em;
  font-family: contractica-regular;
}
.checkbox__label a {
  color: #232323;
  font-family: contractica-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration-line: underline;
}



.chosestadium-dropdown{
  margin-left: 30px;
  width: 300px;
  height: 40px;
  border: 1px solid #9ca3aa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 8px;
}
.chosestadium-dropdown select{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.ls-col1-name{
    margin-left:10px;
}
.ls-col1-mail{
    margin-left:35px;
}
.cb1 p{
    margin-left:5px;
}

.stadiumdropdownul {
  height: max-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  border-radius: 10px;
  margin: 0;
  background: transparent;
}
.stadiumdropdownul li {
  padding: 5px 10px;
  z-index: 2;
  list-style-type: none;
  background: transparent;
  margin: 3px 0;
  cursor: pointer;
  font-family:LT-GEO-55;
  font-size:15px;
}
.stadiumdropdownul li:not(.init) {
  float: left;
  width: 100%;
  display: none;
}
ul li:not(.init):hover,
ul li.selected:not(.init) {
  background: #ebecee;
}
li.init {
  cursor: pointer;
}

a#submit {
  z-index: 1;
}
.col12dropdownstadiums{
  background: white;
  padding: 0 !important;
  width: 100%;
  max-width: 95%;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 10px;
  flex-basis: auto;
  flex-grow:initial;
}
.stadiumdropdownul .accordion-stadium-data {
    margin-top: 12px !important;
    margin-bottom:12px !important;
}
.admin-reserve-date-body-hour .col-10 .swiper-wrapper{
    align-items:flex-end;
}
.swiper-wrapper{
    align-items:flex-end;
}

.admin-people-main-content-items{
    width:100%;
}
.admin-people-group-header{
    padding:15px 25px;
}
a{
    text-decoration:none;
}
.stadiumcheckgroup{
    background:transparent !important;
}



.football-cl .addEvent, .football-cl ~ body > .admin-add-schedule-modal-inner-footer>button.active{
    background-color: #009345 !important;
}

.football-cl .admin-left-nav-item .active{
    border-color: #009345 !important;
}
  
.football-cl .admin-left-nav-item .active path{
    fill: #009345 !important;
}



.stadiumcheckgroup > *{
    margin-top: 0 !important;
}
.profile > .profile-pic img{
    min-width:100% !important;
    min-height:100% !important;
}

.admin-header-dayWeek a:hover{
    border:none !important;
    color:white !important;
}
.col-sportbuttons .col-4 .w-100{
    width: max-content !important;
    margin-left:auto;
}
.ourterms svg { 
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: -.5em; 
  top: -0.25em;
  border: 2px solid #000;
  border-radius:4px;
  border:2px solid #F4F5F7;
  outline:none !important;
}
.ourterms label {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
  
}
.ourterms input[type="checkbox"] {
  opacity: 0;
  width: 40px;
  height: 40px;
}
.ourterms label {
  transition: color 80ms linear;
}
.ourterms label svg {
  transition: border-color 80ms linear;
}
.ourterms label svg path {
  transition: stroke-dashoffset 80ms linear;
}
.ourterms input[type="checkbox"]:checked ~ label svg path {
  stroke-dashoffset: 0;
}
.ourterms input[type="checkbox"]:checked ~ label svg {
 border-color: white;
 fill: white !important;
 background:#66bb6a;
 stroke:white !important;
}
.termstextarea{
      width: 100%;
    margin-top: 32px;
    resize: none;
    border: 1px solid #F4F5F7;
    color: #757f88;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    font-size:16px;
    visibility:hidden;
}
/* input[type="checkbox"]:focus ~ label svg {
 box-shadow: 0 0 20px 0 #66bb6a; 
} */

