
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap');


/*   
::-webkit-scrollbar {
  display:none
} */

*{ scrollbar-width: none }
body {
  margin-left: 0px;
  margin-right: 0px;
  width:100%;
  background-color: white;
  overflow-x: hidden;
}

.HomePage {
  overflow-x: hidden;
  width:100%; 
  animation-name: FadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  background-color: white;
}

.Main {
  /* position: relative; */
  /* overflow-x: hidden; */
  scrollbar-width: none;
  background-color: white;
  /* margin-left: 0px;
  margin-right: 15px; */
  font-family: 'Red Hat Text', sans-serif;
  height: auto;
  min-height: 100Vh;
}

.Img{
  opacity: 1;
}

.Img:hover{
  transform: scale(1.01);
}

.Img2{
              
  border-radius: 6px; 
  box-shadow: 2px 4px 8px #252525;
  cursor: pointer;
  
}
.Img2:hover{
  transform: scale(1.01);
}

.TourGuifooter{
 
  position: absolute;
  top: 92%;
  
  z-index: 99999;

}


@media only screen and (min-width:700px){
  
  
  
  .footerConto{
  
    position: fixed;
   bottom: 50%;
   left:95%;
    background-color: #00ff00;
    width:55px;
    height:220px;
    border:2px solid white;
    border-radius: 6px;
    cursor: pointer;
    z-index:99;
  }
  .footerPic{
    height: 40px;
   
    
    
  }

  .footWrite{
    font-size: 32px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
   
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
 
}
@media only screen and (max-width:700px){

  .footerConto{
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    background-color: #00ff00;
    width:100%;
    height:60px;
    border:2px solid white;
    border-radius: 6px;
    cursor: pointer;
    z-index:99;
  }
  
  
  .footerPic{
    height: 40px;
   
    
    
  }
  
  
  
  .footWrite{
    font-size: 32px;
    
    padding-left: 20px;
   
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
}

.BookBod{
  /* scroll-behavior: smooth; */
  margin-left: 20px;
  margin-right: 60px;
  height:fit-content;
  max-width: 900px;
  animation-name: FadeIn;
  animation-duration: 2s;
  animation-iteration-count: 1;
  min-width: 300px;
}
.BookBod2{
  /* scroll-behavior: smooth; */
  margin-left: 20px;
  margin-right: 60px;
  height:fit-content;
  width: 900px;
  animation-name: FadeIn;
  animation-duration: 2s;
  animation-iteration-count: 1;
  min-width: 300px;
}


.darkFadeBackGround{
  
  position: absolute;
  top:1px;
  background-image: linear-gradient(rgba(255, 255, 255, 0) ,rgba(0, 0, 0, 0.438) );
  border-radius: 6px;
  z-index: 1;
}

.TourGuiContainer {
  position: relative;
  text-align: center;
  color: white;
  overflow:hidden;
  
  
  border-radius: 6px;
  
  box-shadow: 1px 3px 4px #888888;
 
}


@media only screen and (max-width:750px){
  


  .BookBod{
    /* scroll-behavior: smooth; */
    margin-left: 20px;
    margin-right: 60px;
    height:fit-content;
    width: 100%;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    min-width: 300px;
  }

  .BookBod2{
    /* scroll-behavior: smooth; */
    margin-left: 20px;
    margin-right: 60px;
    height:fit-content;
    width:95%;
    animation-name: FadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    min-width: 300px;
  }
}





.Description{
  font-family: 'Red Hat Text', sans-serif;
}
.Bar{
 
 position: sticky;
  top:6px;
  z-index:1;
  height:50px;
  width:100%;
  background-color: rgb(82, 171, 255);
  /* background-color: rgb(0, 128, 248); */
  display: flex;
  justify-content:space-evenly; 
  color:white;
  align-items:center;
  
 
  border-radius: 4px;
}

.homeCont{
  background-color: rgb(255, 255, 255);
  width:45px;
  height: 45px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(68, 68, 68);
  cursor: pointer;
}

.SideMenu{
  border:2px solid black;
  border-radius: 6px;
  position: absolute;
  top:0px;
  background-color: white;
  z-index: 1;
  white-space: nowrap;
  width:40%;
  right:30px;
  font-family: 'Red Hat Text', sans-serif;
  animation-name: sideIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  overflow: hidden;
}

.DropMenu{
  border:1px solid black;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  background-color: white;
  z-index: 1;
  white-space: nowrap;
  height:130px;
  font-family: 'Red Hat Text', sans-serif;
  animation-name: MediumUpIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  overflow: hidden;
}
.DownMenu{
  font-family: 'Red Hat Text', sans-serif;
  animation-name: UpIn;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  height:600px;
 
  overflow:scroll;
}
.UpMenu{
  font-family: 'Red Hat Text', sans-serif;
  animation-name: UpOut;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  height:0px;
 
  overflow:scroll;
}
@keyframes UpIn {
  from {
      height:0px
     
  }

  to {
      height:560px
  }
  
}

@keyframes UpOut {
  from {
      height:560px
     
  }

  to {
      height:0px;
      display: none;
  }
  
}

.SmallDownMenu{
  font-family: 'Red Hat Text', sans-serif;
  animation-name: SmallUpIn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  height:50px;
 
  overflow:scroll;
}
@keyframes SmallUpIn {
  from {
      height:0px
     
  }

  to {
      height:50px
  }
  
}

@keyframes MediumUpIn {
  from {
      height:0px
     
  }

  to {
    height:130px;
  }
  
}


@keyframes sideIn {
  from {
      width:0%;

  }

  to {
      width:40%;
      /* right:30px; */
  }
}


.StatsBuilderPop{
  position: relative;
  width:110%;
  z-index: 999;
  background-color: white;
  
  border-radius: 8px;
  border: 1px solid black;
  box-shadow: 2px 4px 2px #888888;
  bottom:30px
}

/* .homeCont:active {
  transform: scale(1.1);
} */
.notsAnchor{
  position: sticky;
  top:55px;
  font-family: 'Red Hat Text', sans-serif;
  z-index: 2;
  
}

.HomeBut{

  background: url('Images/Home.png');
  background-size: contain;

  background-position: center;
  background-repeat: no-repeat;

  width:35px;
  height: 35px;

/*
color:rgb(255, 255, 255);
font-size:x-large;
text-align: center; */

}


.Greeting{

  background: url('Images/menu.png');
  background-size: contain;

  background-position: center;
  background-repeat: no-repeat;
  
  width:35px;
  height: 35px;

  /* text-align: center;
  color:rgb(255, 255, 255);
  font-size:x-large;
  cursor: pointer;
  width:38% */
}
  

.Bin{

  
  background: url('Images/bin.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
 
  width:10%;
 }



.Notifications{
  
  
  border-radius: 50%;
  
  background: url('Images/notification-bell.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color:  rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  width:55px;
  height: 55px;
  

}
  .Notifications:active {
      transform: scale(1.1);
  }

.Noti{
  font-weight: bolder;
  text-align: center;
  padding-top: 17px;
  /* padding-left: 1px; */
  /* text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; */
  /* text-shadow: 0px 0px 2px #ffffff; */

  font-size:large;
  color:rgb(255, 255, 255)
}


.Hidden{
  display: none;
  
}
.CenterRight{
  display:flex;
  justify-content:right;
}

.CenterLeft{
  display:flex;
  justify-content:left;
}
.Center{
  display:flex;
  justify-content:center;
}
.CenterSpace {

  display: flex;
  justify-content: space-between;
  
}
.CenterEven {
  display: flex;
  justify-content: space-evenly;
}

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

.Left {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: left;
}

.Right {
  padding-left: 5%;
  padding-right: 15%;
  display: flex;
  justify-content: right;
  white-space: nowrap;
}

.Margin{
  margin-left: 20px;
  margin-right: 20px;
}

.PadderTop{
  padding-top:10px;
}
.PadderHalf{
  padding-top:5px;
}
.Darker{
  background-color: rgba(117, 117, 117, 0.8)
}

.PadderLeft {
  padding-left: 10px;
}

.PadderLeftHalf {
  padding-left: 5px;
}
.WideFit{
  padding-left:10%;
  width: 80%;
  padding-right:10%;
}
.WiderFit{
  padding-left:5%;
  width: 90%;
  padding-right:5%;
}

.WidestFit{
  padding-left:2%;
  width: 96%;
  padding-right:2%;
}
.OneThird{
  width:30%;
  border: 2px solid black;
  text-align: center;
  cursor: pointer;
  
}

.Quarter{
  width:25%;
  font-size: medium;
}

.QuarterCenter{
  width:25%;
  text-align: center;
}

.TwoThirds{
  width:66%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.ThirdLeft2{
  font-size: x-small;
  width:33%;
  text-align: left
}
.ThirdLeft{
  width:33%;
  text-align: left
}
.ThirdLeft3{
  width:33%;
  text-align: left;
  font-size: large;
}
.ThirdRight{
  width:33%;
  text-align: right
}
.ThirdCenter{
  width:33%;
  text-align: center
}
.BigThird{
  width:30%;
  min-height:160px;
  text-align:center;
  font-size: large;
  overflow: hidden;
 
}


.ThirtyThree{
  width:33%;
  
  text-align: left
}
.FiftyPer{
  width:50%;
  font-size:larger;
  font-weight:bold;
  text-align:center
}
/* 
.PopBlock{
  width:50%;
  height:10vh;
  font-size: large;
} */


.Normal{
  font-size:medium;
  font-weight:normal;
  text-align:center
}
.NormalLeft{
  font-size:medium;
  font-weight:normal;
  text-align:left
}
.NormalRight{
  font-size:medium;
  font-weight:normal;
  text-align:right
}

.Bold{
  font-size:large;
  font-weight:bold;
  text-align:center
}

.BoldLeft{
  font-size:large;
  font-weight:bold;
  text-align:left
}
.BoldRight{
  font-size:large;
  font-weight:bold;
  text-align:right
}

.Heading{
  
  /* font-size:5vw; */
  font-size:x-large;
  font-weight:bold;
  text-align:center

}
.FancyHeading{
  font-size:xx-large;
  font-weight:bold;
  text-align:center;
 
}
.FancyMainHeading{
  font-size:xx-large;
  font-weight:bold;
  text-align:center;
  
}

.SmallHeading{
  font-size:large;
  font-weight:bold;
  text-align:center
}

.ControlsBox {

  padding:10px 10px 10px 10px;
  border:2px solid black;
  display: flex;
  justify-content: space-between;
}

.Pressed{
  border-radius: 5px;
  background-color: rgba(117, 117, 117, 0.8)
  
}
.UnPressed{
  border-radius: 5px;
  background-color: rgba(117, 117, 117, 0.158)
}

.PressedBig{
  height: 4vh;
  font-size: medium;
  border-radius: 5px;
  background-color: rgba(117, 117, 117, 0.877)
  
}
.UnPressedBig{
  height: 4vh;
  font-size: medium;
  border-radius: 5px;
  background-color: rgba(117, 117, 117, 0.158)
}

.Date{
  width: auto;
  background-color: white;
  height:30px;
  font-size: large;
  color:black;
  font-family: 'Red Hat Text', sans-serif;
  border-radius: 6px;
  border: 1px solid rgba(128, 128, 128, 0.596);
}


.SmallDate{
  width: auto;
  background-color: white;
  height:20px;
  font-size: small;
  color:black;
  font-family: 'Red Hat Text', sans-serif;
  border-radius: 6px;
  border: 1px solid rgba(128, 128, 128, 0.596);
}

.formInfo{
  height: 21px;
}
.WideBut {
  
  width: 100%;
  height: 100px;
  font-size: x-large;
  border-radius: 6px;
}

.WideBut2 {
  
  
  box-shadow: 1px 3px 4px #888888;
  width: 82%;
  background-color:  rgb(0, 157, 248);;
  min-height: 100px;
  height:fit-content;
  font-size: x-large;
  border: 1px solid black;
  border-radius: 10px;
  color: white;
  font-weight: 600;
}

.BigBut {
  color:black;
  cursor: pointer;
  width: 40%;
  height: 100px;
  font-size: x-large;
  border-radius: 8px;
}
  
.BuildBut {
  cursor: pointer;
  width: 40%;
  height: 80px;
  font-size: x-large;
  border-radius: 5%;
}
  .BuildBut:active {
      transform: scale(1.05);
      /* background-color: rgb(111, 111, 111, 0.30) */
  }



.ReviewReasonBut {
  cursor: pointer;
  width: 50%;
  height: 100px;
  font-size: medium;
  border-radius: 5%;
}
  .ReviewReasonBut:active {
      transform: scale(1.05);
      /* background-color: rgb(111, 111, 111, 0.30) */
  }


.SmallBut{
  color:black;
  cursor: pointer;
  width: fit-content;
  height: 3vh;
  font-size: medium;
  padding-left: 3px;
  padding-right: 3px;
  overflow: hidden;
  display: flex;
      
  align-items:center;
  justify-content:center;
}

.SmallBut2{
  color:black;
  cursor: pointer;
  text-align: center;
  width: 100%;
  
  font-size: large;
 
  overflow: hidden;
}

.WidishBut{
  color:black;
  cursor: pointer;
  text-align: center;
  width: 80%;
  
  font-size: 2vh;
 
  overflow: hidden;
}

.WidishBut2{
  color:black;
  cursor: pointer;
  text-align: center;
 
  
  font-size: 14px;
 
  overflow: hidden;
}

.BigText{
  cursor: pointer;
  width: 50%;
  text-align: center;
  font-size: x-large;
  border-radius: 5%;
 
}
.SmallTextBox{
  width:30%;

}

.MediumText{
  text-align: center;
  font-size: large;
}

.Check{
  height: 50px;
  width:50px;
}
.SmallCheck{
  height: 28px;
  width:28px;
 
}


.daysBut{
  
  height: 25px;
  width:27px;
 text-align: left;
  background-color: white;
  border-radius: 1px;
  border: 1px solid black;
}
.daysBut:active{
  transform: scale(1.1);
}



.Star{
  background: url('Images/Star.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
}
.NoStar{
  background: url('Images/BlankStar.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  
}

.SmallStar{
  background: url('Images/Star.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
}
.SmallStarText{
  width: 90%;
  overflow: scroll;
  white-space: nowrap;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  height:22px;
  
}
.GuideRota{
  background: url('Images/GuideRota.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}

.KitchenRota{
  background: url('Images/KitchenRota.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  
  width: 50px;
  height:50px;
}

.MyRota{
  background: url('Images/MyRota.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}
  
.CheckIn{
  background: url('Images/CheckIn.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}
.Invoice{
  background: url('Images/Invoice.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
  
}



.Users{
  background: url('Images/Users.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}

.OfficeRota{
  background: url('Images/OfficeRota.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}

.MainButMaster{
  box-shadow: 0px 0px 2px 2px #888888;
  width: 90px;
  height:100px;
  cursor: pointer;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: x-large;
}

.TourManager{
  background: url('Images/TourManager.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}

.Daily{
  background: url('Images/Daily.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}
.GiveReviews{
  background: url('Images/GiveReviews.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}
.ViewReviews{
  background: url('Images/ViewReviews.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}
 
.Stats{
  background: url('Images/Stats.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}


.BarRota{
  background: url('Images/BarRota.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}

.SalesAgents{
  background: url('Images/SalesAgents.svg');
  background-repeat: no-repeat;
  background-origin:content-box;
  background-size: contain;
  width: 50px;
  height:50px;
}


  .LableError {
      display:flex;
      justify-content:center;
      align-items: center;
      color:red;
      font-size: x-large;
      animation-name: ErrorAni;
      animation-duration: 0.3s;
      animation-iteration-count: 1; 
  }
  

  .Error {
      display:flex;
      justify-content:center;
      color:red;
     
      font-size: medium;
      animation-name: ErrorAni;
      animation-duration: 0.3s;
      animation-iteration-count: 1; 
  }
  .ErrorDone {
      display:flex;
      justify-content:center;
      color:red;
      font-size: medium;

  }
  .Success {
      display:flex;
      justify-content:center;
      color:rgb(43, 255, 0);
      font-size: medium;
      animation-name: ErrorAni;
      animation-duration: 0.7s;
      animation-iteration-count: 1; 
  }
  .SuccessDone {
      display:flex;
      justify-content:center;
      color:rgb(43, 255, 0);
      font-size: medium;

  }
  
  @keyframes ErrorAni {
      from {
         transform: scale(2);
      }
  
      to {
          transform: scale(1);
      }
  }


.FaderIn {
  overflow-x: hidden;
  width:100%; 
  animation-name: FadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;

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


.MaxWidth{
  width:100%; 
  max-width: 750px;
}

@keyframes FadeIn {
  0% {
      opacity:0
  }

  100% {
      opacity: 1
  }
}
.CenterSpaceSoftBorder{
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.popRota{
  padding-left: 20px;
  border-width:1px;
  height: 50px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  display: flex;
  align-items:center;
  justify-content:center;
  
}
.popRotaInput{
  
  border-width:1px;
  height: 25px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  width:30px
}

.popRotaInput2{
  
  border-width:1px;
  height: 40px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  width:50px
}

.RotaMeetingControl{
  border-width:1px;
  height: 50px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
}



.loginInput{
  border-width:1px;
  height: 50px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  
}

.LogBut{
  color:black;
  font-size: 30px;
  height:50px;
  width:100%;
  border-radius:8px;
  border-color: rgba(0, 255, 255, 0.637);
  border-width:1px;
  background-color:  rgba(0, 255, 255);
}
.LogBut:active{
  transform: scale(1.05);
}
.NotificationResults{
  position: absolute;
  max-height: 50vh;
  overflow: scroll;
  left:40%;
  background-color:  rgb(248, 248, 248);
  width:60%;
  color: #000000;
  z-index: 100;
  
}
.NotsHov{
  background-color: rgb(248, 248, 248);
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
  
}
  .NotsHov:hover{
      background-color: rgba(136, 136, 136, 0.575);
  }

.SearchResults{
  position: absolute;
  background-color:  rgb(255, 255, 255);
  min-width: 50%;
  width:fit-content;
  margin-right: 10%;
  color: #000000;
}

.DarkHov{
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
  .DarkHov:hover{
      background-color: rgba(136, 136, 136, 0.575);
  }
.SelectedMeetingUser{
  text-align: left;
  font-size: large;
  width:80%
}

.ShiftTypeBut{
  cursor: pointer;
  width: 30%;
  height: 70px;
  font-size: 12px;
  color:black;
  margin: 0px 0px 0px 0px;
  overflow:hidden;
  padding:0px 0px 0px 0px ;
}

.BarRotaMaster{
  width:  900px;
  overflow-x: scroll!important;
  min-height:100vh
}
.BarRotaHeading{
  font-family: 'Red Hat Text', sans-serif;
  
  width:100px;
  text-align: center;
  font-size: medium;
  min-height:30px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  border-radius: 4px;    
  align-items:center;
  justify-content:center;
  /* background-color: white; */
}

.BarRotaBlock{
  
  width:100px;
  
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:40px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  /* border :1px solid black;  */
  /* border-radius: 2px; */
}

.PrivateGuideRotaBlock{
  width:100px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:150px;
  overflow: scroll;
  /* border :1px solid black;  */
  /* border-radius: 2px; */
}

.GuideRotaNameAvailable{
  
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  background-color: white;
  border-radius: 8px;
 
}
.GuideRotaPageMaster{

  
  width: 900px;
  overflow-x: scroll!important;
  min-height:100vh

}
.GuideRotaMasterBlock{
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid black;
  border-radius: 5px;
 
}

.GuideRotaMasterBlock2{
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  min-width:104px;

  border-radius: 5px;
}


.WeekViewHeading{
  font-family: 'Red Hat Text', sans-serif;

  min-width:150px;
  
  text-align: center;
  font-size: medium;
  
}

.WeekViewTourName{
  min-height: 200px;
  border:1px solid black
}

.GuideRotaBlock{
  
  width:100px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  min-height: 100px;
  /* border :1px solid black;  */
  /* border-radius: 2px; */
}

.RotaHeading{
  font-family: 'Red Hat Text', sans-serif;
 
  min-width:106px;
  text-align: center;
  font-size: medium;
  height:30px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  border-radius: 4px;    
  align-items:center;
  justify-content:center;
  /* background-color: white; */
}


.GuideRotaTourName{
  width:100px;
  text-align: center;
  font-size: medium;
  min-height:40px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  border-radius: 4px;
  align-items:center;
  justify-content:center;
  cursor: pointer;
}

.MeetingMyRotaBlock{
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:150px;
  background-color: #fffb0086;
  
  display: flex;
      
  align-items:center;
  justify-content:center;
}

.BarMyRotaBlock{
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:70px;
  background-color: #00ff8860;
  
  display: flex;
      
  align-items:center;
  justify-content:center;
}

.GuideMyRotaBlock{
  overflow:hidden;
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:150px;
  background-color: rgba(0, 255, 255, 0.705);
  
  display: flex;
      
  align-items:center;
  justify-content:center;
}

.RotaBlock{
  width:104px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:30px;
  
  
  display: flex;
      
  align-items:center;
  justify-content:center;
}

.RunBox{
  width: 80%;
  height: 100px;
  border:2px solid black;
  /* display:flex; */
  /* justify-content: center;  */
  align-items: center;
  text-align: center;
}

.RunSlot{
  height:20px;
  width:50%;
  border-radius: 8px;
}

.RunTour{
  border-width:1px;
  height: 50px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
  padding-left:8px;
}
.Arrow{
  
  width: 100%;
  /* height: 10vh; */
  background: url('Images/Arrow.png');
  background-repeat: no-repeat;
  background-origin:border-box;
  background-position: center;
  background-size: 90%;
  
}
.DownArrow{
  
  width: 100%;
  height: 70px;
  background: url('Images/DownArrow.png');
  background-repeat: no-repeat;
  background-origin:border-box;
  background-position: center;
  background-size: contain;
  
}

.LoaderAbsolute{
  position: absolute;
  top:20%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid aqua;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.Loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid aqua;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.MainLoader{
  
  border: 5px solid rgb(88, 88, 88); 
  border-radius: 50%;
  border-top: 5px solid rgba(88, 88, 88, 0);
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.glow {
  border-width:1px;
  height: 50px;
  color:black;
  border-radius:8px;
  font-size: 20px;
  /* background-color: rgba(255, 0, 0, 0.596);
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow {
  0% {
    background-color: #ff00c8;
  }
  50% {
      background-color: #e68a00;
    }
  100% {
      background-color: rgb(255, 230, 0)
  }
}

@keyframes glow {
  0% {
      background-color: #ff00c8;
    }
    50% {
        background-color: #e68a00;
      }
    100% {
        background-color: rgb(255, 230, 0)
    }
}



/* @media only screen and (min-width: 900px) {
   */

  /* html,body {
 
      width:100vw;
      min-height: 100vh;
      /* overflow-x: hidden; */
  /* } */
 
  /* .PopUpWindow{
      z-index: 2;
      animation-name: OpenWindowAnimation;
      animation-duration: 0.3s;
      animation-iteration-count: 1;
      position: absolute;
      top:16%;
      left:10%;
      min-height: 400px;
      width:80%;
      height:auto;
      border: 1px solid black;
      background-color: rgb(255, 255, 255);
      border-radius: 6px;
      box-shadow: 4px 8px 4px #888888;
    overflow-y: scroll;
    overflow-x: hidden;
     
  } */ 
  /* .Bar{
      position: sticky;
      top:6px;
  
      height:50px;
      width:96%;
      background-color: black;
      display: flex;
      justify-content: space-evenly; 
      color:white;
      align-items:center;
      font-family: 'Red Hat Text', sans-serif;
    
      
  } */

  /* .RotaMain{
      min-width:856px;
      display: block;
      animation-name: FadeIn;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
  } */




  /* .WideBut {
      width: 90%;
      height: 10vh;
      font-size: large;
      border-radius: 5%;
     
  }
  
      .WideBut:active {
          transform: scale(1.1);
          background-color: rgb(111, 111, 111, 0.30)
      }
  
  .BigBut {
      width: 40%;
      height: 10vh;
      font-size: large;
      border-radius: 5%;
  }
      .BigBut:active {
         transform:scale(1.1);
          background-color: rgb(111, 111, 111, 0.30)
      } */
/* }  */

@media only screen and (max-width: 600px){
  
  
  .PopUpWindow{
      animation-name: OpenWindowAnimation;
      animation-duration: 0.3s;
      animation-iteration-count: 1;
      position: absolute;
      top:16%;
      left:10%;
      min-height: 400px;
      width:80%;
      height:auto;
      border: 1px solid black;
      background-color: rgb(255, 255, 255);
      border-radius: 6px;
      box-shadow: 4px 8px 4px #888888;
      overflow:scroll
     
  }
  /* .PillFlex{
      width: auto;
      font-size: large;
      color:black;
      border: 1px solid rgba(0, 0, 0, 0.664);
      border-radius: 10px;
      font-family: 'Red Hat Text', sans-serif;
      text-align: center;
      overflow:scroll;
      
  } */

  .RotaPop{
      position: absolute;
      padding-left: 15px;
      padding-right: 15px;
      top:20%;
      left:50%;
      width:100%;
      height:auto;
      border: 3px solid black;
      background-color: rgb(255, 255, 255);
  }

    

 
  /* html,body {

      width:100vw;
      min-height: 100vh;
      /* overflow-x: hidden; */
  /* }  */
      
  
  
  /* .RotaMain{
      min-width:856px;
      display: block;
      animation-name: FadeIn;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
  } */
  
  /* .Main {
     
      
    

      font-family: 'Red Hat Text', sans-serif;
      height: auto;
      
  } */
  
  .ThinBox{
      margin-left: 0%;
      margin-right: 0%;
  }

  /* .Heading{
  
      font-size:5vw;
      font-size:x-large;
      font-weight:bold;
      text-align:center
  
  } */

  .SmallBut{
      cursor: pointer;
      width: fit-content;
      height: 7vh;
      font-size: medium;
      padding-left: 3px;
      padding-right: 3px;
      overflow: hidden;
      display: flex;
          
      align-items:center;
      justify-content:center;
  }

  /* .NotificationResults{
      position: absolute;
      max-height: 50vh;
      overflow: scroll;
      left:40%;
      background-color:  rgba(0, 0, 0, 0.342);
      width:60%;
      color: #000000;
   
  } */

      
  .SideMenu{
      border:2px solid black;
      border-radius: 6px;
      position: absolute;
      top:0px;
      background-color: rgb(255, 255, 255);
     
 
      white-space: nowrap;
      width:40%;
      right:15px;
      font-family: 'Red Hat Text', sans-serif;
      animation-name: sideIn;
      animation-duration: 0.3s;
      animation-iteration-count: 1;
      
  }

  


  
  /* @keyframes sideIn {
      from {
          width:0%;
          right:0
      }

      to {
          width:40%;
          right:8px;
      }
} */
}



.LoaderAbsolute{
  position: absolute;
  top:20%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid aqua;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.Loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid aqua;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ExtraSmallTxt{
  font-family: 'Red Hat Text', sans-serif;

  font-size: x-small;
}
.SmallTxt{
  font-family: 'Red Hat Text', sans-serif;

  font-size: small;
}


.SmallTxtCenter{
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: small;
}

.SmallTxtCenterVert{
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: small;
  display: flex;
  align-items: center;
}

.MediumTxt{
  font-family: 'Red Hat Text', sans-serif;

  font-size: medium;
}
.MediumTxtRight{
  font-family: 'Red Hat Text', sans-serif;
  text-align: right;
  font-size: medium;
} 
.MediumTxtCenter{
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: medium;
}



.MediumTxtCenterVert{
  display: flex;
  align-items: center;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: medium;
}

.YearMonthSelect{
  font-family: 'Red Hat Text', sans-serif;
  background-color: #b8b8b893;
  box-shadow: 1px 2px 2px #888888;
  border-radius: 6px;
  font-size: large;
}
.YearMonthSelect:active{
  background-color: #c7c7c793;
}

.LargeTxt{
  font-family: 'Red Hat Text', sans-serif;

  font-size: large;
}

.LargeTxtCenter{
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: large;
}

.LargeTxtRight{
  font-family: 'Red Hat Text', sans-serif;
  text-align: right;
  font-size: large;
}

.LargeTxtCenterVert{
  display: flex;
  align-items: center;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: large;
}

.ExtraLargeTxt{
  font-family: 'Red Hat Text', sans-serif;

  font-size: x-large;
}

.ExtraLargeTxtCenter{
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: x-large;
}
.ExtraLargeTxtCenterVert{
  display: flex;
  align-items: center;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: x-large;
}
.TimeBut{
  width: auto;
  height: 35px;
  font-size: large;
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  box-shadow: 1px 3px 4px #888888;
  
}



.PillButSmall{
  width: auto;
  height: 25px;
  
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  background-color: white;
}

.PillBut{
  width: auto;
  height: 35px;
  font-size: large;
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
}

.PillButError{
  animation-name: PillErrorAni;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  width: auto;
  height: 35px;
  font-size: large;
 
  color:rgb(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  /* background-color: rgba(0, 255, 255, 0.45); */
}

.PillFlex{
  width: auto;
  font-size: large;
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  overflow: scroll;
  
}


@keyframes PillErrorAni{
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes BlurFadeAni{
  0% {  filter: none }
  
  100% {  filter: blur(2px); }
}

.PillButSelected{
  width: auto;
  height: 35px;
  font-size: large;
  font-weight: bolder;
  color:black;
  border: 1px solid black;
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  background-color: rgba(0,225,225, 0.86);
}

.WeekDay{
  /* background-color: rgba(0, 255, 255, 0.452); */
  width:35px;
  
  border: none;
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  text-align: center;
  color: black;
}


.Blank{
  background-color: rgb(255, 255, 255);
  width:35px;
 
  box-shadow: inset 0 0 0px #f9f8fc;
  border: none;
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.MonthDay{
  background-color:#00ff00bd;
  /* box-shadow: inset 0 0 0px #ffffff; */
  width:35px;
  height:35px;
 
  border: solid 1px grey;
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  border-radius: 2px;
  text-align: center;
  color: rgb(0, 0, 0);
  /* background-image: linear-gradient(rgba(21, 255, 0, 0.6), rgba(0, 0, 0, 0.15)); */
}

.MonthDayPast{
  box-shadow: inset 0 0 0px #f9f8fc;
  background-color:rgba(121, 121, 121, 0.1);
  width:35px;;
  height:35px;;
  border: solid 1px grey;
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  border-radius: 2px;
  text-align: center;
  color: rgb(134, 134, 134, 0.5);
  pointer-events: none;
  /* background-image: linear-gradient(rgba(0, 255, 255, 0.60), rgba(0, 0, 0, 0.15)); */
}
.MonthDayPastClickable{
  box-shadow: inset 0 0 0px #f9f8fc;
  background-color:rgba(121, 121, 121, 0.1);
  width:35px;;
  height:35px;;
  border: solid 1px grey;
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  border-radius: 2px;
  text-align: center;
  color: rgb(134, 134, 134, 0.5);
  
  /* background-image: linear-gradient(rgba(0, 255, 255, 0.60), rgba(0, 0, 0, 0.15)); */
}

.MonthDaySelected{
  border-radius: 2px;
  background-color:#00ffff;
  width:35px;
  height:35px;;
  border: solid 2px rgb(0, 0, 0);
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  text-align: center;
  
  font-weight: bolder;
}

.PopUpWindowShort{
  animation-name: OpenWindowAnimation;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  position: absolute;
  top:15%;
  left:10%;
  max-height: 400px;
  width:80%;
  height:auto;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 4px 8px 4px #888888;
  overflow:scroll
 
}
.PopUpWindowShortWithoutAni{
 
  position: absolute;
  top:15%;
  left:10%;
  max-height: 400px;
  width:80%;
  height:auto;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 4px 8px 4px #888888;
  overflow:scroll
 
}
.PopUpWindow{
  animation-name: OpenWindowAnimation;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  position: absolute;
  top:16%;
  left:10%;
  min-height: 400px;
  width:80%;
  height:auto;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 4px 8px 4px #888888;
  overflow-y: scroll;
  overflow-x: hidden;
 
}

.PopUpWindowRelative{
  animation-name: OpenWindowAnimation;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  position: relative;
  /* top:16%;
  left:10%; */
  min-height: 400px;
  width:80%;
  height:auto;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 4px 8px 4px #888888;
  overflow-y: scroll;
  overflow-x: hidden;
 
}

.PopUpWindowWithoutAni{
 
  position: absolute;
  top:16%;
  left:10%;
  min-height: 400px;
  width:80%;
  height:auto;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 4px 8px 4px #888888;
  overflow-y: scroll;
    overflow-x: hidden;
 
}




.CloseButWrap{
  display: flex;
  justify-content: right;
  padding-left: 3px;
  
}

.CloseBut{
  position: sticky;
  display: inline-block;
  width:25px;
  height: 25px;
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  text-align: center;
  
  border-top: none;
  border-right: none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;;
  
  background-color: rgb(0, 157, 248,70);
  border-radius: 6px;
  cursor: pointer;
  font-weight: bolder;
  color:white
 
}
  .CloseBut:active{
      transform:scale(1.1);
  }



button {
  /* background-color: rgba(0, 255, 255, 0.35); */
  cursor: pointer;
  background-color: white;
  box-shadow: 1px 3px 4px #888888;
  
  /* -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
  
}
button:active{
  box-shadow: inset 0 0 8px #f9f8fc;
  position: relative;
  top: 3px;
  left: 1px;
  
}


@keyframes OpenWindowAnimation{
  from {
      opacity:0;
      transform:scale(0);
  }

  to {
      opacity: 1;
      transform:scale(1);
  }
}
@keyframes ComeIn {
  0% {
      opacity:0;
      position: relative;
      top:10px
  }
  
  100% {
      opacity:1;
      position: relative;
      top: 0px;
  }
}

.NumberInputShort{
  width:25%;
  text-align: center;
  font-size: large;
  border:1px solid black;
  border-radius: 6px;
}

.DayToursDisplay{
  width:85%;
  min-height:400px;
}
.heatIndicator{
  /* position: relative;
  left:70%;
  bottom:30px;*/
  border:2px solid black; 
  border-radius: 4px;
  height:25px;
  width:100px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.heatUnit{
 
  
  background-color: rgba(0, 253, 0, 0.9);
  /* border:1px solid black; */
  border-radius: 2px;
  height:23px;
  width:10px
}

.SmallStayBut{
  font-family: 'Red Hat Text', sans-serif;
  font-size: medium;
  color: white;
  background-color: rgb(0, 157, 248);
  padding:2px 2px 2px 2px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  
}

.ExtraSmallStayBut{
  font-family: 'Red Hat Text', sans-serif;
  font-size: small;
  color: white;
  background-color: rgb(0, 157, 248);
  padding:1px 1px 1px 1px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  
}

.StayBut{
  font-family: 'Red Hat Text', sans-serif;
  font-size: large;
  color: white;
  background-color: rgb(0, 157, 248);
  padding:5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.StayButGrey{
  font-family: 'Red Hat Text', sans-serif;
  font-size: large;
  color: white;
  background-color: rgb(122, 122, 122);
  padding:5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}

.LeaveBut{
  font-family: 'Red Hat Text', sans-serif;
  font-size: large;
  color: white;
  background-color: rgb(87, 87, 87);
  padding:5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.TourPicBook{
  position: absolute;
  bottom:10%;
  font-family: 'Red Hat Text', sans-serif;
  font-size: large;
  color: white;
  background-color: rgb(0, 157, 248);
  right: 10%;
  padding:5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
  .TourPicBook:hover{
      background-color: rgb(0, 134, 211);
  }
  .TourPicBook:active{
      background-color: rgb(0, 111, 175);
  }

.TourPicDescription{
  position: absolute;
  bottom:5%;
  left: 8%;
  padding:4px 4px 4px 4px;
  font-family: 'Red Hat Text', sans-serif;
  width:fit-content;
  max-width: 60%;
  color: white;
  font-weight: 500;
  background-color: #00000060;
  border:1px solid white;
  border-radius: 8px;
 
}
  
.TourPicDescriptionHeadline{
  font-size: small;
  text-align: left;
  font-weight: 500;
  
 
}


.TourPicDescriptionName{
  font-size: large;
  text-align: left;
  font-weight: 600;
}

.AvailsDisplay{
  background-color: rgba(0, 255, 255,50);
  display:flex;
  justify-content:space-between;; 
  border-radius: 6px; 
  box-shadow: 2px 4px 4px #919191;
  min-height: 40px;
  /* border:2px solid #00ff00; */
}    
  .AvailsDisplay:active{
      box-shadow: none;
      position: relative;
      left:2px;
      top:4px
  }


  .availsBox{
    display: flex;
    align-items: center;
}


.LittleFishBanner{
  height:400px;
  overflow: hidden;
  width:97%
}

@media only screen and (max-width: 600px){
  .LittleFishBanner{
    height:300px;
    overflow: hidden;
    width:97%
  }
}

.GuestNumber{
  width:35px;
  border:none;
  border-radius: 6px; 
  background-color: #00ff0060;
  font-size: medium;
  padding: 4px 4px 4px 4px;
  text-align: center;
}



.TripAdvisorBox{
  padding-left: 30px;
  animation-name: FadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
 
}
.TA_selfserveprop{
  border-radius: 6px!important;
  position: relative!important;
  right:15px!important;
}

.linkClass{
  height: 20px;
}

.widSSPSummary{
  display: none !important;
}
.widSSPH11{
  display: none !important;
}
.widSSPAll{
  display: none !important;
}
.widSSPPopIdxData{
  font-size: small!important;
  font-weight: 200px !important;;
}

.closeBut2{
  width:30px;
  height:30px;
  background: url('../Images/CloseBut.png'); 
  background-repeat: no-repeat; 
  background-origin:content-box;  
  background-size: contain;
}



.absolute{
  position: absolute;
  top:2%;
  box-shadow: 0px 0px 8px #252525;
  background-color: white;
  border-radius: 6px;
  width:80%;
  animation-name: OpenWindowAnimation;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  z-index: 99999;
}

.NOTPAID{
  position:relative;
  bottom: 30px;
  z-index: 2;
  transform: rotate(28deg);
  font-size: x-large;
  color: red;
  background-color: rgba(255, 255, 255, 0.418);
}

.shopBod{
  
  margin-right: 30px;
}



.price{
  display: flex;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid white;
  border-radius: 6px;
  width:fit-content;
  font-size: small;
}

.ShadowBox{
  font-family: 'Red Hat Text', sans-serif;
  /* box-shadow: 0px 0px 8px #888888; */
  
 
  border-radius: 6px;
  /* border: 1px solid rgba(0, 0, 0, 0.616); */
}

.DarkBoxWider{
  box-shadow: 0px 0px 8px #888888; 
  width:92%;
  padding-left: 10px;
  padding-right:10px;
  border-radius: 6px;
}

.DarkBorder{
  box-shadow: 0px 0px 8px #888888; 
  width:100%;
  padding-left: 10px;
  padding-right:10px;
  border-radius: 6px;
}

.darkBoxBook{
                
  box-shadow: rgb(0, 0, 0) 0px 0px 4px; 
  padding: 10px; 
  border-radius: 6px;

}

.DarkBox{
  box-shadow: 0px 0px 8px #888888; 
  width:80%;
  padding-left: 10px;
  padding-right:10px;
  border-radius: 6px;
}

.MediumTxtCenterVertOutLine{
  display: flex;
  align-items: center;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
  font-size: medium;
  color: white;
  font-weight: bolder;
  border: 2px solid rgb(255, 255, 255);
  padding-left:4px;
  padding-right:4px;
  border-radius: 6px;
}

.bottomLine2{
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.288)
}

.bottomLine{
  width:75%;
  height: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.288)
}

.ThinLine{
  width:75%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.288)
}


.Wide{
  width: 100%;
}

.AvailsLong{
  justify-content: space-evenly;
  padding-left:10px;
  padding-right:10px;
  display:flex;
  align-items:center; 
  border-radius: 6px; 
  box-shadow: 1px 3px 4px #888888;
  animation-name: ComeIn; 
  animation-duration: 0.3s; 
  animation-iteration-count: 1;
  cursor:pointer;
  min-height:50px;
  white-space: nowrap;
  overflow: scroll;
  border:1px solid black;
  
}
.AvailsLong:active{
  box-shadow: inset 0 0 8px #f9f8fc;
  /* font-weight: bold; */
  /* background-color: rgba(0, 255, 255, 0.89); */
  position: relative;
  top: 3px;
  left: 1px;
}
.dayUnselected2{
  box-shadow: inset 0 0 0px #f9f8fc;
  background-color:rgba(121, 121, 121, 0.1);
  width: 30px; 
  height: 30px;
  border:1px solid rgb(255, 255, 255);
  font-family: 'Red Hat Text', sans-serif;
  font-size: small;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  /* color: rgb(134, 134, 134, 0.5); */
  
  /* background-image: linear-gradient(rgba(0, 255, 255, 0.60), rgba(0, 0, 0, 0.15)); */
}

.daySelected2{
  box-shadow: inset 0 0 0px #f9f8fc;
  background-color:rgba(121, 121, 121, 0.1);
  width: 30px; 
  height: 30px;
  background-color:rgb(0, 157, 248) ;
  border:1px solid rgb(0, 89, 141) ;
  color:white;
  font-weight: bold;
  font-family: 'Red Hat Text', sans-serif;
  font-size: small;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  /* color: rgb(134, 134, 134, 0.5); */
  
  /* background-image: linear-gradient(rgba(0, 255, 255, 0.60), rgba(0, 0, 0, 0.15)); */
}

.dayUnselected{
  border:1px solid rgb(0, 157, 248);
  width: 35px; 
  height: 35px;
  border-radius: 50%;
  display: flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
  cursor: pointer;
  /*border-radius: 50%;
  height:30px;
  width:30px;
  font-size: medium;
  border:1px solid rgb(0, 157, 248); */
}
.daySelected{
  width: 35px; 
  height: 35px;
  border-radius: 50%;
  display: flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
  background-color:rgb(0, 157, 248) ;
  border:1px solid rgb(0, 89, 141) ;
  color:white;
  font-weight: bold;
  font-size: medium;
  cursor: pointer;
}

.SettingsBut{
  font-family: 'Red Hat Text', sans-serif;
  font-size: large;
  color: white;
  background-color: rgb(0, 157, 248);
  padding:5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  width:100px;
  text-align: center;
 
}

.rolinLeft{
  animation-name: rollInLeft; 
  animation-duration: 0.5s; 
  animation-iteration-count: 1;
  position: relative;
  overflow: hidden;
}

.rolinRight{
  animation-name: rollInRight; 
  animation-duration: 0.5s; 
  animation-iteration-count: 1;
  position: relative;
  overflow: hidden;
}

@keyframes rollInLeft {
      from {
       
          right:100px
      }

      to {
          
          right:0px;
      }
}

@keyframes rollInRight {
  from {
      
      left:100px
  }

  to {
     
      left:0px;
  }
}

.SmallSelected{
  opacity:1;
  width:20%;
  font-size: large;
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
}
.SmallUnSelected{
  opacity:0.4;
  width:20%;
  font-size: large;
  color:black;
  border: 1px solid rgba(0, 0, 0, 0.664);
  border-radius: 10px;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
}



.InfoButInfo{
  
  max-width:40%;
  display: block;
  position: absolute;
  /* bottom: 5px; */
  left: 28%;
  background-color: black;
  color: white;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 6px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.InfoBut{
  font-size: small;
  /* font-style: italic; */
  color:white;
  align-items: center;
  display: flex;
  justify-content: center;
 
  width: 20px;
  height: 20px;
  background-color: #131313af;
  border: 1px solid #25252573;
  border-radius: 50%;
}


.toggle {
  display: inline-block;
  width: 60px;
  height: 32px;
  position: relative;
  border-radius: 32px;
  background-color: #ccd;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle::before {
  content: "";
  position: absolute;
  width: 30px;
  height:30px;
  border-radius: 50%;
  background-color: #fff;
  /* bottom: 1px; */
  /* left: 4px; */
  transition: transform 0.3s;
  border: 1px solid black
}

.toggle.on {
  background-color: rgb(82, 171, 255);
}

.toggle.on::before {
  transform: translateX(30px);
}



.shiny{
  width:100px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height:40px;
  border-radius: 5px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background: linear-gradient(-45deg, #FFD700 40%, #fafafa 50%, #FFD700 60%);
  background-size: 300%;
 background-position-x: 100%;
 animation: shimmer 3s infinite linear;

}

@keyframes shimmer {
  0% {
     background-position-x: 100%
  }
  70% {
      background-position-x: 100%
   }
  100% {
      background-position-x: 0%
   }
}





.loaderPosh, .loaderPosh:before, .loaderPosh:after {
 
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-fill-mode: both;
  animation: bblFadInOut 1.7s infinite ease-in-out;
}
.loaderPosh {
  bottom: 13px;
  
  color: #000000;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loaderPosh:before,
.loaderPosh:after {
 
  content: '';
  position: absolute;
}
.loaderPosh:before {
 
  left: -3.5em;
  animation-delay: -0.32s;
}
.loaderPosh:after {
  left: 3.5em;
 
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    
/* 
.loaderPosh {
  width: calc(100px - 24px);
  height: 25px;
  position: relative;
  animation: flippx 2s infinite linear;
}
.loaderPosh:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFF;
  transform-origin: -12px 50%;
  animation: spin 1s infinite linear;
}
.loaderPosh:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

@keyframes flippx {
  0%, 49% {
    transform: scaleX(1);
  }
  50%, 100% {
    transform: scaleX(-1);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
} */
      