@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

html, body {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

body{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Inter', sans-serif;
    color: #000;
}
p{
    margin-bottom: 0;
}
.col-sm-12{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.container, .container-sm {
  max-width: 700px !important;
}
.sky-blue{
    background-color: #007;
}
.bg-yellow{
  background-color: #FFF799 !important;
}
.bg-red{
  background: #FF2F2F;
}
.txt-blue , .your-name{
    color: #007 !important;
}
.txt-grey{
  color:  #919191;
}
.txt-yellow{
  color: #FFF799;
}
.txt-orange{
  color: #FF7800;
}
.txt-green{
  color: #20BF55;
}
.txt-red{
  color: #FF2F2F;
}
::placeholder , .vendor-edit-form textarea::placeholder{
    color:  #919191;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
}
h1 ,h2 , h3, h4 , h5 , h6 {
    color: #000;
}
a{
    text-decoration: none;
    color: #007;
}
h4{
font-size: 22px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.44px;
}
.f-20{
  font-size: 20px;
}
.f-14{
font-size: 14px;
line-height: 140%;
letter-spacing: -0.28px;
}
.f-12{
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.24px;
  }
.f-18{
font-size: 18px;
font-weight: 500;
letter-spacing: -0.36px;
}
label.txt-blue.your-name.text-dark{
    color: #000 !important;
}
.p-16{
  padding-left: 16px;
  padding-right: 16px;
}
.p-16-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pb-10{
  padding-bottom: 10px;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pb-15{
  padding-bottom: 15px;
}

.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-15{
  padding-top: 15px;
}
.w-30 {
	width:30% !important;
}
.main-logo-sec{
  max-height: 100%;
  height: 100vh;
  padding-top: 280px;
  padding-bottom: 75px;
  overflow: auto;
  min-height: 812px;
}
.logo-details{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 230px;
    align-items: center;
    flex-direction: column;
}
.main-logo img{
max-width: 304px;
height: 148px;
width: 100%;
margin: auto;
}
.powered-by-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.powered-by-txt p{
    color:  #FFF799;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.28px;
}
.powered-by-txt img{
    width: 101px;
height: 23px;
flex-shrink: 0;
}

/* signin */
section.signin-sec {
  max-height: 100%;
  height: 100vh;
  overflow: auto;
  min-height: 812px;
}
.signin-details{
    max-height: 560px;
    border-radius: 0 0 10px 10px;
    padding: 80px 43px 53px 44px;
}
.logo-cont img{
max-width: 257px;
height: 125px;
width: 100%;
flex-shrink: 0;
}
.sign-create-details{
    padding-bottom: 70px;
}
.sign-create-details , .signin-details {
    display: flex;
    flex-direction: column;
    gap: 29px;
    justify-content: center;
}
.forget-pwd{
    display: flex;
    align-items: center;
    gap: 59px;
}
.form-container1 label{
    color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.36px;
}
.forget-pwd  .sign-txt{
    color:  #FFF799;
font-size: 12px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.24px;
display: flex;
align-items: center;
gap: 7px;
}
.forget-pwd  .sign-txt input{
    height: 16px ;
    width: 16px;
}
.new-btn{
    color:  #007;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
    background-color: #FFF799;
    padding: 10px 16px;
    width: 177px;
height: 44px;
}
.forget-txt{
    color:  #FFF799;
font-size: 12px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.24px;
text-decoration: none;
}
.create-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.create-details p , .vendor-subtitle{
    color: #000;
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.36px;
}
.vendor-subtitle{
    text-align: left !important;
    color:  #007;
}
.create-ac{
    border-radius: 10px;
border: 1px solid #E3E3E3;
background: #FFF;
width: 288px;
}
.social-link-detalis a{
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
}
.skip-btn{
    background: transparent;
    border-color: #007;
}

/* profile photo */
.file-input {
    display: none;
  }
  .upload-button {
    font-size: 70px;
    padding: 0 10px 10px 10px;
    border: 2px solid #c4c4c4;
    cursor: pointer;
    height: 157px;
    width: 157px;
    border-radius: 20px;
    background: #C4C4C4;
    color: #fff;
  }

  .file-name {
    margin-left: 10px;
    font-size: 16px;
    color: #007;
  }


.iti {
    width: 100%;
  }

  .iti__flag-container {
    padding-right: 10px;
  }

  .iti__selected-flag {
    background-color: #f0f0f0;
  }
  .iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    position: relative;
    overflow: auto;
    top: 24%;
}
.email-otp input , .email-otp input::placeholder{
color: #007;
font-size: 40px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.8px;
padding: 15px 0;
text-align: center;
}
.resend-btn{
    border-color: #E3E3E3 !important;
    color: #919191 !important;
    background-color: #FFF !important;
    width: 117px;
    height: 35px;
    padding: 5px 11px;
}
  .email-confirmed img{
    padding: 8px;
    background: #007;
    border-radius: 50px;
  }
  .vendor-signup-sec{
    max-height: 100%;
    height: 100vh;
    overflow: auto;
    min-height: 812px;
  }
  .vendor-signup-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0 200px 0;
  }

  /* vendor */
  .vendor{
    max-width: 700px !important;
    width: 100% !important;
    margin: 0 auto;
    min-height: 812px;
    height: 100%;
  }
  .ventor-content{
    padding: 30px 30px;
    padding-bottom: 140px !important;
  }
  .ventor-content img {
    /*width: 100%;*/
}
.email-confirmed img {
  width: auto;
}
.file-input-wrapper img {
  width: auto;
}
.journey-item img {
  width: 100%;
}
.ventor-content h4 img {
  width: auto;
}
.loc2-img1 img{
  width: auto;
}
  .ventor-content-title{
    color:  #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.44px;
    padding-bottom: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vendor-form input ,   .vendor-form input::placeholder{
    color: #1e1e1e;
    font-size: 16px;
    border-radius: 25px;
  }
  .ventor-bottom-button{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
  }
  .vendor-fill-bg{
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
  }
  .vendor-fill-bg a {
    background-color: #E3E3E3;
    height: 6px;
    opacity: 1;
    width: 100%;
  }
  .vendor-fill-bg .fourth25 {
    background: linear-gradient(to right, #FFF799 25%, #E3E3E3 25%);
}
  .vendor-fill-bg .fourth50 {
    background: linear-gradient(to right, #FFF799 50%, #E3E3E3 50%);
}
  .vendor-fill-bg .fourth75 {
    background: linear-gradient(to right, #FFF799 75%, #E3E3E3 75%);
}
.vendor-fill-bg .fourth100 {
    background: linear-gradient(to right, #FFF799 100%, #E3E3E3 100%);
}
  .back-next-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 37px;
  }
  .back-btn{
    color: #007;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;

  }
  .next-btn{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
    background-color: #007;
    border-radius: 8px;
    padding: 10px 30px;
  }

  .vendor-signup-label .profile-name-box p {
    color:  #000;
  }
  .vendor-signup-label .profile-name-box p , .event-view-all-txt h5 , .event-view-all-txt a {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
  .vendor-form.signup input ,  .vendor-form.signup textarea {
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #919191;
    padding: 10px 23px;
    border-color: #ededed;
  }
  .vendor-form.signup input::placeholder{
    /* box-shadow: 0 -9px 5px rgba(0, 0, 0, 0.1); */
    color: #919191;
    padding: 10px 2px;
  }

  .char-count {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }
  .vendor-venu-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    padding-top: 18px;
  }
  .input-below-txt , .char-count , .venu-list-item p{
  color:  #000;

  }
  .input-below-txt , .char-count , .venu-list-item p , .event-night-item a{
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
  .char-count{
    color: #919191 !important;
  }
  .rating-filter1{
      width: 96px;
      height: 36px;
      border-radius: 5px;
      background: #5CBF20;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px;
      color: #FFF;
      font-size: 20px;
      font-weight: 600;
      line-height: 140%;
      letter-spacing: -0.4px;
  }
.rating-filter1:first-child{
    background: #B2BF20 !important;
}
.rating-filter1:last-child{
    background:  #20BF55 !important;
}

  .venu-list-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 18px 25px 43px 25px;
    border:1px solid #B5B5B5;
    height: 90px;
    width: 90px;
    border-radius: 10px;
  }
  .venu-list-item:hover , .venue-container:hover {
    background-color: #FFF799;
    border-color: #FFF799;
  }
  .venu-list-item img{
    height: 25px;
    width: 25px;
  }
   /* .venu-list-item p {
    z-index: 9;
   } */
   .vendor-subtitle2{
    color: #007;
    letter-spacing: -0.32px;
   }
   .publish-details h4{
    color:  #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.52px;
    padding-bottom: 26px;
   }
   .publish-details p{
    color:  #000;
    font-size: 14px;
    letter-spacing: -0.28px;
   }
   .publish-details {
    padding: 5px 35px 30px 35px;
}
.opening-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}
.opening-day {
    color:  #000 !important;
}
.opening-time , .opening-day{
    color:  #007;
    font-size: 15px;
    letter-spacing: -0.3px;

}
.venu-close{
    color: #919191 !important;
}
.opening-time {
  border: 1px solid #E3E3E3;
  padding: 3px 14px;
  border-radius: 10px;
}

.personal-info-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.personal-info-list p , .info-title{
font-size: 14px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.28px;
}
.personal-info-list p:last-child{
  text-align: end;
}
.info-title {
  font-weight: 500;
}
.now-live span{
  color: #FFF799;
font-weight: 900;
line-height: 140%;
letter-spacing: -0.44px;
}
.congrate{
font-size: 26px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.52px;
}

/* favourite */
.favourite-details {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 100px;
}
.favourite-top-menu , .favourite-tab-menu , .favourite-footer{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.favourite-tab-menu{justify-content: center;}
a.favourite-search {
  width: 100% !important;
}
.favourite-top-menu a{
  padding: 10px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 10px;
  width: 44px;
}
.favourite-search{
  position: relative;
    display: inline-block;
    border: 0 !important;
    width: 227px !important;
    padding: 0 !important;
}
.favourite-search .form-control {
  padding: 9px 9px 9px 40px;
}
.favourite-search img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.favourite-tab-menu a{
  width: 90px;
  height: 70px;
  padding: 10px;
}
.favourite-tab-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.favourite-tab-list p{
  color: #000;
text-align: center;
font-size: 14px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.28px;
}
.favourite-tab-list.active , .favourite-tab-list:hover{
  background-color: #007;
  color: #fff;
  border-radius: 10px;
}
.favourite-tab-list:hover p , .favourite-tab-list.active p{
  color: #fff;
}
.favourite-tab-list img  {
  transition: filter 0.3s ease;
}

.favourite-tab-list:hover img , .favourite-tab-list.active img{
  filter: brightness(0) invert(1);
}
.personal-desc{
  flex-direction: column;
  align-items: flex-start;

}
.personal-desc p:last-child{
  text-align: left;
  color: #007;
}
.favourite-footer{
  position: fixed;
  top: auto;
  bottom: 0;
  padding: 20px 45px 20px 45px;
  background: #fff;
  max-width: 750px;
}
.favourite-bar-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.bar-rating-details{
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  background-color: #20BF55;
  padding: 5px 15px;
  border-radius: 10px;

}
.bar-rating-details p{
  color: #FFF;
text-align: center;
font-size: 20px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.4px;
}
.bar-name-content{
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.bar-name-content img{
  height: 20px;
  width: 20px;
}
.bar-name-title{
  color: #000;
font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
margin-bottom: 0;
}
.bar-loc-price{
  display: flex;
  align-items: center;
}
.bar-loc-price p{
  border-left: 2px solid #000;
  padding-left: 6px;
  padding-right: 6px;
}

.dropdown-menu {
  position: absolute;
  top: 70px;
  right: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  height: 200px;
  overflow: auto;
  padding: 0;
}

.dropdown-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu ul li {
  padding: 7px 12px;
  border-bottom: 1px solid #E3E3E3;
}

.dropdown-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.24px;
}

.dropdown-menu ul li a:hover {
  background-color: #f1f1f1;
}
/* N */
h4{
  letter-spacing: -0.44px;
}
.email-otp input,
.email-otp input::placeholder {

  color: #007;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  padding: 15px 0;
  text-align: center;
}

.location-img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.venue-container {
  width: 100%;
  height: 90px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #B5B5B5;
  background: #FFF;
  margin-top: 3%;
  align-items: center;
  padding-right: 20px;
}
.venue-container.active{background-color:#FFF799; border-color: #FFF799;}
.venu-list-item.active{background-color:#FFF799; border-color: #FFF799;}
.vendor-icon{
    width: 80px;
    text-align: center;
}
.venue-vibe {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
	width: 100%;
  	max-width: 100px;
  	max-height: 100px;
  	height: 100%;
}
.venue-vibe.active, .venue-vibe:hover {
    background-color:#FFF799; border-color: #FFF799;
}
.venue_detail_vibe {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    padding-left: 50px;
    padding-right: 50px;
}
.vibe_listing img {
    height: 30px;
}
.vibe_listing p {
    font-size: 8px;
    font-weight: 400;
    line-height: 140%; /* 11.2px */
    letter-spacing: -0.16px;
}

.vibe_listing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #FFF799;
    border-radius: 12px;
}
/*.vibes_vendor_form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}*/
.vibes_vendor_form {
  display: flex;
  gap: 20px 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.venue-vibe.active {
  border: 2px solid #007bff;
  border-radius: 8px;
}*/
.vendor-icon p{font-size: 13px}
.venue-container-text{
  width: calc(100% - 80px);
transform: rotate(-0.087deg);
flex-shrink: 0;
color: var(--Jet-Black, #000);
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.2px;
padding-left: 0 !important;
}
.venu-list-item p{text-align:center;}
.venue-container-img-txt{
  font-size: 14px;
  font-weight: 600;
}
.img-location{
  margin: 10px 13px 11px 11px;
}
.location-img-container{
  background-color: #fff;
  border: solid 1px #fff;
  width: 44px;
  height: 40px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
/* N */

.user-profile-details{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.profile-personal-details{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 40px;
  align-items: center;
}
.profile-name-box h5{
  color:  #000;
text-align: center;
font-size: 20px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.4px;
margin-bottom: 0;
}
.profile-name-box img{
width: 112px;
height: 112px;
border-radius: 20px;
}
.p-details-list h6{
font-size: 12px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.24px;
}
.p-details-list p , .upload-ticket {
font-size: 14px;
line-height: 140%;
letter-spacing: -0.28px;
}
.location-active h6 span{
  font-style: italic;
  font-weight: 300;
  color: #919191 !important;
}
.profile-edit-details{
  padding-left: 24px;
  padding-right: 24px;
}
.profile-activity{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.activity-list-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color:  #000;
font-size: 15px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.3px;
}
.f-15 , .activity-list-item{
  font-size: 15px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.3px;
}
.rating-profile{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rating-time{
  display: flex;
  align-items: center;
}
.star-green svg path{
  fill: #20BF55;
}
.star-green {
  display: flex;
  align-items: center;
}
.rating-time p{
color: #919191;
}
.rating-name a{
  font-weight: 600 !important;
}
.rating-profile-txt , .rating-name a , .rating-time p{

font-size: 15px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.3px;
}
.events-btn{
  width: 90px !important;
  font-weight: 600;
    padding: 10px 19px !important;
    position: relative;
    z-index: 99;
    background: #fff;
}
/* .loc-filter-details1{
  padding: 0;
} */
.location-filter-cont{
  margin-top: -60px;
}
.location-filter-cont img{
  height: 371px;
  object-fit: cover;
  width: 100%;
}
.filter-bottom-container {
  border-radius: 20px 20px 0 0 ;
}


/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -276px;
  width: 276px;
  height: 100%;
  background: #007;
  color: white;
  padding-top: 20px;
  z-index: 9999;
  transition: 0.3s;
  box-shadow: 3px 0px 10px rgba(0,0,0,0.2);
}

.sidebar.active {
  left: 0;
}

.user-profile {
display: flex;
align-items: center;
gap: 10px;
/*padding: 10px 25px;*/
padding: 10px 18px;
}

.user-profile img {
  width: 60px;
  height: 60px;
  border-radius: 10;
}

.user-info h3 {
  color:  #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 3px;
}

.user-info p {
  margin: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.24px;
}

.menu {
  list-style: none;
  padding: 0;
}

.menu a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.menu a span {
  margin-right: 10px;
}

.bottom-menu , .menu {
  /* position: absolute; */
  /* bottom: 35px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}
.sidebar-list-cont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 85%;
  overflow: auto;
}

.bottom-menu a , .menu a {
  display: flex;
  text-decoration: none;
  color: #fff;
  padding: 0px 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  gap: 11px;
  align-items: center;
}

.bottom-menu .report {
  border-radius: 5px;
  border: 2px solid #ffffff;
  margin: 0 23px;
  padding: 10px 15px !important;
}

.close-btn{
  float: right;
    margin-right: 15px;
}

/* event */
.tonight-search{
  width: 297px !important;
}
/* .event-tab-menu {
  overflow: scroll;
} */
.event-tab-menu a{
    /*width: 70px;*/
    height: auto;
    padding: 6px 10px;
}
.event-tab-menu .favourite-tab-list.active , .event-tab-menu .favourite-tab-list:hover{
  width: 100px !important;
}
.tonignt-opening {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tonight-img img {
  width: 100%;
}
.event-night-item img {
  width: 100%;
  border-radius:16px;
}
.spot-loc-img img {
  width: 100%;
}
.tonight-entry , .event-view-all-txt , .event-night-item-time , .spot-review , .spot-start-away , .custom-spacebetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tonignt-opening h4{
font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
margin-bottom: 0;
}
.event-list-night{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.event-view-all-txt {
  padding-bottom: 10px;
}
.spotlight-review-details{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.s-review-txt , .spot-rate-icon{
  display: flex;
  align-items: center;
  gap: 5px;
}
.hidden-text {
  display: none;
}
.later-event-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.fresher-party{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.pub-quiz-bg{
  margin-top: -85px;
}
.pub-quiz-top a{
  z-index: 99;
  position: relative;
  background-color: #fff;
}
.quiz-share-box{
  display: flex;
  gap: 12px;
  align-items: center;
}
.vendor-edit-form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.vendor-edit-form input{
  width: 100%;
}
.start-date-time {
  align-items: self-end;
  justify-content: space-between;
  width: 100%;
}
.start-date-time input{
  width: 150px !important;
}
.vendor-edit-form textarea{
  border-radius: 20px;
}
.upload-ticket{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
    border: dotted;
    background: #fff;
    padding: 16px;
    border-width: 2px;
}
.vendor-edit-field-item {
  width: 100%;
}
.cover-img-btn{
  padding: 35px 20px;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 39px;
}

.ticket-req{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 25px;
}

.slider:before {
  position: absolute;
  content: "✔";
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  left: 0px;
  bottom: 0px;
  width: 39px;
  height: 39px;
  background-color: white;
  border-radius: 50%;
  transition: .4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}

.custom-switch  input:checked + .slider {
  background-color: #007;
}

.custom-switch  input:checked + .slider:before {
  transform: translateX(24px);
  color: #007;
  left: 14px;
}
.left-arrow1{
  z-index: 9;
  background-color: #fff;
}
.jour-map-search2{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.jour-map-search input{
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25) inset !important;
}
.journey-route{
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 14px;
  padding-right: 14px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: darkgray lightgray;
}
.j-route-item{
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content:center ;
  /* padding: 40px; */
  border-radius: 20px;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
min-width: 145px;
height: 134px;
width: 100%;
}
.safe-bg{
  background-color: #F6FFF3;
}
.j-map-des input::placeholder{
  color: #919191;
  font-size: 15px;
letter-spacing: -0.3px
}
.j-map-loc input::placeholder{
  color: #000000;
  font-size: 15px;
  letter-spacing: -0.3px
}
.venu-filter-list-item input {
  height: 16px;
  width: 16px;
}
.sign-log{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 305px;
}
.log-btn1{
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #FFF799;
  text-align: center;
  border-radius: 10px;
}
.log-sign-sec{
  padding-top: 140px !important;
}
.log-btn1:hover{
  background-color: #fff373 !important;
}
.sign-btn1:hover{
  background-color: #FFF799 !important;
  border: 1px solid #FFF799;
  color: #000 !important;
}
.cust-icon svg path{
  fill: #FFF799;
}
.vendor1-icon svg path{
  fill: #fff;
}
.venue-filter1-rating{
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-rating{
  border-radius: 5px;
  background: #5CBF20;
  width: 96px;
  height: 36px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.filter-rating img{
  height: 15px;
  width: 15px;
}
.filter-rating.active , .filter-rating:hover{
  background-color: #B2BF20;
}


#customRange::-webkit-slider-thumb , #customRange-rr::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 33px;
  height: 33px;
  background: darkblue;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
  position: relative;
  z-index: 2;
}


.pub-img img{
  border-radius: 20px 20px 0 0;
    height: 171px;
    width: 100%;
      object-fit: cover;
    }
.favourite-top-menu{
    position: relative;
       z-index: 99;
      }

.activity-list-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #FFF799;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
text-align: center;
font-size: 8px;
letter-spacing: -0.16px;
color: #000;
}
.activity-list-item.active , .activity-list-item:hover{
  background-color: #FFF799;
}
.free-entry-filter{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}
.free-entry-filter .slider:before{
  height: 30px;
  width: 30px;
  font-size: 20px;
  line-height: 30px;
}
.free-entry-filter .custom-switch {
  width: 57px;
  height: 30px;
}
.free-entry-filter .custom-switch input:checked + .free-entry-filter .slider:before {
  transform: translateX(24px);
  color: #007;
  left: 4px;
}
.view-menu-btn{
  border:1px solid #007;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.view-menu-boxes{
  display: flex;
  align-items: center;
  gap: 12px;
  object-fit: cover;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: darkgray lightgray;
}
.view-menu-item img{
  width: 227px;
  height: 181px;
  min-width: 227px;

}
.view-menu-item{
  width: 227px;
  height: 181px;
}
.venu-cont1-box{
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.border-0{
  border: 0 !important;
}
.bg-transparent{
  background: transparent !important;
}
.accomodation-sec .card-body , .accomodation-sec .accordion-header{
  padding-left: 0px;
  padding-right: 0px;
}

.journey-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}
.journey-item{
  color:  #000;
font-size: 16px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.32px;
}
.journey-item a{
font-size: 12px;
line-height: 140%;
letter-spacing: -0.24px;
}
.sos-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 323px;
  margin: 0 auto;
  width: 100%;
}
.sos-content h1{
text-align: center;
font-size: 30px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.6px;
max-width: 265px;
width: 100px;
margin: 0 auto;
min-width: 265px;
}
.sos-content h4{
text-align: center;
font-size: 18px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.36px;
}
.sos-btn-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 74px;
}
.sos-confirm-btn{
text-align: center;
font-size: 26px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.52px;
width: 254px;
height: 44px;
padding: 5px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #fff;
}
.sos-cancel-btn{
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.4px;
}
.diable-content-box{
  max-width: 300px;
  gap: 15px;
}

.alert-icon {
  max-width: 38px;
  margin-bottom: 10px;
}

.diable-content-box h4 , .cancel1-btn {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.pin-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.dot {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  transition: background 0.3s;
}

.filled {
  background: white;
}

.keypad {
  display: flex;
  gap: 14px 23px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.keypad button {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background: white;
  font-size: 50px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1px;
  color: #FF2F2F;
  cursor: pointer;
}

.keypad button:active {
  background: #ccc;
}

.skip {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 24px;
  width: 85px;
  height: 85px;
  border: 1px solid #000;
}

.cancel1-btn {
  background: none;
  border: none;
}

.new-functio-box-item{
  padding: 10px;
  width: 85%;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
.new-functio-box-list {
  display: flex;
  gap: 6px;
  align-items: center;
}
.new-functio-box-item2 {
  display: flex
;
  padding: 5px;
  flex-direction: column;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.new-functio-box-item2 img{
  width: 24px;
  height: 24px;
}
.function-distance-km{
  display: flex;
  align-items: center;
 padding: 12px;
  justify-content: space-between;
  border-radius: 10px;
  max-width: 700px;
  width: 100%;
  border: 1px solid  #E3E3E3;

}
.function-distance-km:hover , .function-distance-km.active{
  background: #007;
  border: 1px solid  #007;
  color: #fff !important;
}
.function-distance-km img{
  padding-right: 20px;
}
.function-distance-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.let-go-fun{
  padding: 8px 128px;
  border-radius: 10px;
  display: flex
;
    align-items: center;
    justify-content: center;
}
.loc-image img{
  width: 100%;
}
.balance{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 5px;
  min-width: 183px;
  border: 1px solid  #007;
  background: #FFF;
  border-radius: 10px;
max-width: 183px;
margin: 0 auto;
padding-bottom: 8px;
}
.more-bal{
font-size: 40px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.8px;
}
.profile-wallet-box{
  display: flex;
align-items: center;
  gap: 12px;
  justify-content: center;
}
.profile-wallet-box .wallet-btn{
  width: 145px;
height: 58px;
  border-radius: 10px;
  border: 1px solid  #007;
  background: #FFF;
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-details {
  position: relative;
}
.free-entry-txt{
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E3E3E3;
}
.free-entry-title{
font-size: 25px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.5px;
padding: 12px 5px 10px 16px;
border-radius: 10px;
max-width: 750px;
width: 100%;
height: 357px;
text-align: left;
}
.free-entry-title span{
font-size: 15px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.3px;
}
.free-shot-title{
  color: #620988;
  background-color: #F199FF;
  position: absolute;
    top: 31%;
}
.bottle-beer{
  padding: 12px 5px 10px 16px;
border-radius: 10px;
position: absolute;
top: 37%;
width: 100%;
}
.bar-code{
  background-color: #fff;
  border-radius: 10px;
}
.bottle-beer h4{
  font-size: 25px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.5px;
text-align: left;

}
.the-heart{
  text-align: left;
}
.app-val{
  position: relative;
  bottom: -125px;
}
p.buy-details.f-12 {
  text-align: left;
}


.gm-style a[href^="https://maps.google.com/maps"] {
			display: none !important;
		}

		/* Hide the "Terms of Service" link */
		.gm-style .gm-style-cc {
			display: none !important;
		}

		/* Hide the keyboard shortcuts button */
		.gm-style .gm-style-iw-d {
			overflow: hidden !important;
		}

		.gm-style .gm-style-iw-t::after {
			display: none !important;
		}
.filter-bottom-container.sticky-top {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.user-profile.vendor-new-profile img {
    width: 100%;
    height: 72px;
    object-fit: cover;
}
.user-profile.vendor-new-profile{
    align-items: flex-start;
}
.vendor-user-new-info h3{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    width: 100%;
    white-space: nowrap;
}

li.line-border {
    height: 2px;
    color: #fff;
    width: 80%;
    background: #fff;
    margin-left: 23px;
    margin-right: 23px;
}

.favourite-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
}

.favourite-bar-list{
	width:100%;
}

.sidebar-list-cont.vendor-new-list {
    height: 80%;
}

.quick-message-modal{
    max-width: 325px;
    margin: 0 auto;
}
.quick-modal-footer{
    padding-top: 5px;
}
.quick-modal-footer hr {
    height: 20px;
    color: #3d3d3d;
    width: 40px;
    rotate: 90deg;
    margin-left: -20px !important;
}

		