@import url(/css/bootstrap.min-98b9f9edd5db51a68484c1c4324083cf.css);
@import url(/css/tachyons.min-ed3b1ddcd0d36498dc57719654437e9e.css);
@import url(/css/bootstrap-theme-a291c70ab2a6a5c3eb2dcfe336837eea.css);
@import url(/css/buttons-f7bcdb9ee2e5479b361d54110562c1a0.css);
@import url(/css/colors-11712c05744d45925dd2e33e1b14b0bd.css);
@import url(/css/social-47dffa3f4648d713e0319340ae9ac930.css);
@import url(/css/social-share-787036eec62da4977f4ae06df4d21ee5.css);
@import url(/css/mailchimp-2af035a5d66245c17228360056561d95.css);
@import url(/css/animate.min-a06a3525da854143cc38f8df7e73d44e.css);
@import url(/css/font-awesome.min-7441465cab20b640d4156626d19cc63e.css);
@import url(/css/jquery.timeentry-67a4ce1d8397fe805823a9cb073b3634.css);

html {
  font-size: 10px;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: system, -apple-system, "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 14px;
}

.f-hero {
  font-size: 4rem;
}

.micro-logo {
  width: 6rem;
}

@media only screen and (max-width: 375px) {
  .micro-logo {
    width: 3.75rem;
  }
}

.flip {
  transform: rotate(0);
  -webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
   -o-transition: .2s ease-in-out;
   transition: .2s ease-in-out;
}
.flop {
  transform: rotate(-180deg);
  -webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
   -o-transition: .2s ease-in-out;
   transition: .2s ease-in-out;
}

@media (min-width: 768px) {
  .top--25 {
    top: -25rem;
  }
  .top--45 {
    top: -45rem;
  }
}

@media (min-width: 768px) {
  .score {
    height: 40px;
    width: 40px;
  }
  .micro-logo {
    width: 6rem;
  }
}

.search-select {
  height: 40px;
}

.switch-field {
  margin-bottom: 0 !important;
}

.switch-field label {
  margin-top: 8px;
  width: 50%;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0 0 0 #fff !important;
  -moz-box-shadow: 0 0 0 #fff !important;
  box-shadow: 0 0 0 #fff !important;
  background: #fff !important;
  color: #666 !important;
}

.switch-field input:checked + label {
  background: #fff !important;
  border: 2px solid #329CF8 !important;
  color: #666 !important;
}

.concierge {
  background: url(/img/concierge-header-bg-2fc24083b847202908791e2ecce71853.jpg) 0 0 no-repeat;
}

.location-scouting {
  background: url(/img/location-scouting-bg.jpg) 0 0 no-repeat;
}

.header-bg {
  background-image: url(/img/header-bg-876e34025564d8e2fae078c32869e7e6.jpg);
}

.add-space {
background-image: linear-gradient( 177.9deg,  rgba(58,62,88,1) 3.6%, rgba(119,127,148,1) 105.8% );}

.h46 {
    height: 46rem;
  }

.mw10 {
  max-width: 108rem;
}

.hover-underline:hover {
  border-bottom: 2px solid #333;
}

.hover-bg-shadow:hover {
  box-shadow: 0px 2px 4px 2px rgba( 0, 0, 0, 0.1 );
}

@media (--breakpoint-not-small) {
  .mw10-ns  {  max-width: 108rem; }
}

.g-signin-btn {
  border: none !important;
  box-shadow: none;
}

span.g-signin-buttonText {
  font-family: sans-serif !important;
}

.selected {
  color: #333 !important;
  border-bottom: 1px solid #333;
}

.active {
  color: #333 !important;
}

.fb-login-button {
  margin: 0;
}

.loading {
  background: #333 url(/img/loading-d8e1bf07cd28bbb94477d4282cccafaf.gif) center center no-repeat;
}

.grid-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
}

.flex-grow {
  flex-grow: 1;
}

.flex-auto {
  flex: auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-end {
  justify-content: flex-end;
}

.help {
  cursor: help;
}

.top--4 {
  top: -4rem;
}

.right--5 {
  right: -5rem;
}

.ticket {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
background: #f1e767; /* Old browsers */
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
input:focus,
textarea:focus {
    background-color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.shadow {
  box-shadow: 0px 0px 2px 1px rgba( 0, 0, 0, 0.1 );
}

.typed-cursor {
  display: none;
}

.grab {
  cursor: grab;
}

.grab:active {
  cursor: grabbing;
}

.navbar-inverse .navbar-nav>li>a {
  color: white !important;
}

.grabbing {cursor: grabbing;}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 1000ms infinite;
  -webkit-animation:fade 1600ms infinite;
}

.read {
  background: rgba(255,255,255,.5);
  font-weight: normal;
}

.unread {
    background: rgba(255,255,255,1);
    font-weight: bold;
}

@media (min-width: 480px){
  .artist-cover {
    background: url(/img/megan-davies-background-20c448df67d3a737773147750409fed0.jpg) no-repeat right center;
    background-size: 70%;
  }
}

.StripeElement {
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: red;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.w-15 {
  width: 15%;
}

.w-5 {
  width: 5%;
}

.search-number {
  background: white url(/img/search-number-bg-87db9d5d6004bdc9c9d5967334eae183.svg) center 2px no-repeat;
}

.hover {
  opacity: .6;
}

.hover:hover {
  opacity: 1;
}

.footer {
  background-color: rgba(0, 154, 176, 1);
}

.admin-header {
  background-color: white;
  }

.shadow-1 {
  box-shadow: 0 0px 8px 0 rgba( 0, 0, 0, 0.2 )
}

a.white:hover,
a.white:link,
a.white:active,
a.white:visited {
  text-decoration: none;
  color: white;
}

a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none;
}

.f-superheadline {
  font-size: 7rem;
}

.f7 {
  font-size: 0.75rem;
}

.cursor {
  cursor: pointer;
}

/* Space Listing Sidebar */

.admin-nav .nav-active {
}

.nav-active {
}

.nav-active a {
  color: #333 !important;
  border-left: 2px solid rgba(0,0,0,.5) !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: white !important;
}

#spaceFormDescriptionProgressIndicator a,
#spaceFormDepositProgressIndicator a,
#spaceFormPoliciesProgressIndicator a,
#spaceFormPhotosProgressIndicator a,
#spaceFormAmenitiesProgressIndicator a
 {
  color: rgba(33, 196, 221, 1);
}

.inactiveSpaceStep {
  pointer-events: none;
  cursor: default;
  color: rgba(0,0,0,.5) !important;
}

.inactive {
  pointer-events: none;
  cursor: default;
}

.b--near-green { border-color: rgba(84, 185, 136, .5); }

/* Opacity Classes */

.op9 { opacity: .9;}
.op8 { opacity: .8;}
.op7 { opacity: .7;}
.op6 { opacity: .6;}
.op5 { opacity: .5;}
.op3 { opacity: .4;}
.op3 { opacity: .3;}
.op2 { opacity: .2;}
.op1 { opacity: .1;}

.p3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vmid {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.grey-out:active,
.grey-out:focus,
.grey-out:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ts15 {
  text-shadow: 0 0 15px #000;
}

.lh-list {
  line-height: 1.4;
}

.form-control {
  border-radius: 0; }

.hide {
  display: none; }

.strong {
  font-weight: bold; }

.result:nth-child(3n+1) {
  clear: left; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

a.space-rate {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.availability td, .availability th {
  text-align: center; }
.availability .input-group-addon {
  font-size: 12px;
  font-weight: 700; }

.day-time-chooser .panel-heading {
  margin-bottom: 0.5rem; }

.scheduler td {
  width: 10%; }

.content {
  padding: 2rem 0 4rem 0; }

.img-conversation {
  max-width: 40%;
  margin-right: 2rem; }

.img-avatar {
  max-width: 40%; }

.home h2 {
  margin-bottom: 3rem;
  margin-top: 0; }

.widget-booking-summary h3 {
  margin-top: 0; }

 .search-header {
   z-index: 2;
 }

.admin-navbar {
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem; }

  @media (min-width: 768px){
    .search-results {
      position: absolute;
      top: 73px;
      bottom: 0;
      left: 0;
      width: 60%;
      overflow-y: scroll;
    }

  .search-map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    width: 50%;
  }
}

  @media (max-width: 768px){
    .search-results {
      width: 100%;
    }

  .search-map {
    display: none;
  }
}

#infoWindow {
  width: 200px;
  border: none;
}

.search-result:nth-child(2n+1){
    clear: left;
}

.similar-space-listing {
	width: 215px;
	display: inline-block;
}

.similar-space-listing h1 {
	margin: 12px 0;
	font-size: 14px;
}

.similar-space-listing h1 a {
	color: #21C4DD;
}

.similar-space-listing h2 {
	color: #808080;
	font-size: 11px;
	margin: 12px 0 2px;
}

.similar-space-listing p {
	color: #262626;
	font-weight: bold;
	font-size: 12px;
}

.w-0 {
	width: 0;
}

.bookmark-space-active {
	fill: #42C0A0;
}

#saved-collections {
  box-shadow: 0 -1px 6px 0px rgba(0, 0, 0, 0.25);
}

#saved-collections button:focus {
	outline: none;
}

#expand-collections-button {
	width: 32px;
	height: 32px;
	font-size: 16pt;
	top: -1px;
}

#expand-collections-button div {
	position: relative;
	top: -1px;
}

#padding-for-collection {
	width: 100%;
	height: 78px;
	position: relative;
}

.space-added {
	background-color: yellow;
	opacity: 0.9;
}

.bg-medium-gray {
	background: #999;
}

.break-word {
	overflow-wrap: break-word
}

.collection-picker {
  width: 280px;
  top: 50px;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

/* A simple class cannot modify `margin-top` on a checkbox because of the `input[type=checkbox]`
 * selector later in this file (although it doesn't matter where it appears, because
 * the CSS attribute selector takes precedence over a class without an attribute selector).
 */
input[type=checkbox].collection-picker-checkbox {
	margin-top: 0.5rem;
}

.pro-type {
  background: -webkit-linear-gradient(#fff, #999 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.has-placeholder {
  width: 5vw;
  height: 710px;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(7px);
  text-align: center;
}

.pro-search-button {
  z-index: 100;
  position: relative;
  top: 20px;
}

/* Pro Search Tabs */

.pro-search-tab {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 320px) {
   .pro-search-tab {
    position: relative;
    top: 5px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
  .pro-search-tab {
    top: 5px;
  }
}

@media only screen and (min-width : 768px) {
  .pro-search-tab {
    top: 0;
  }
}

@media only screen and (min-width : 960px) and (max-width : 1024px) {
  .pro-search-tab {
    top: 0 !important;
  }
}

@media only screen and (min-width : 800px) and (max-width : 1024px) {
  .pro-search-tab {
    top: 5px;
  }
}

@media only screen and (max-width : 800px) {
   .pro-search-tab {
    top: 5px;
  }
}

/* Pro Search Overlay */

.pro-search {
    z-index: 90;
    position: absolute;
    background: white;
    padding-top: 20px;
}

@media only screen and (min-width: 320px) {
   .pro-search {
    top: 256px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 540px) {
   .pro-search {
    top: 440px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
   .pro-search {
    top: 286px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
   .pro-search {
    top: 330px;
  }
}

@media only screen and (min-width : 768px) {
   .pro-search {
    top: 330px;
  }
}

.btn {
  margin-bottom: 0 !important;
}

.btn:hover, .btn:active {
  color: white;
  border-color: white;
}

.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.h-34 {
  min-height: 34px;
}

.w-300 {
  min-width: 300px;
}

/*Turn off Bootstrap*/
input[type=checkbox], input[type=radio]
{
  margin-top: 0;
}

/*Turn off Bootstrap*/
label {
  margin-bottom: 0;
}

.slick-slide {
  line-height: 0px;
  margin-bottom: 8px;
}

.disable-interaction {
	pointer-events: none;
}

.enable-interaction {
	pointer-events: auto;
}

.disable-slick-transformations {
	transform: none !important;
}

.slick-lightbox-slick-item-inner {
  width: 100%;
}

.slick-lightbox-slick-img {
	min-width: 50%;
  object-fit: contain;

	/* This is for the `object-fit` polyfill... */
	font-family: 'object-fit: contain;';
}

.slick-lightbox-slick .slick-arrow {
	z-index: 999;
}

.space-media-carousel-navigation .slick-slide img {
	width: auto;
	height: 140px;
  object-fit: cover;

	/* This is for the `object-fit` polyfill... */
	font-family: 'object-fit: cover;';
}

.space-media-carousel-lightbox:focus {
	outline: none;
}

/* Concierge Landing Page */

.bg-dust {
  background-color: #f9f9f9;
}

.concierge-lp-bg {
  background: url(/img/concierge-lp-background-717ba24c2d2d9c56af06f6bb9b6bccfd.jpg) center 0 no-repeat;
}

.deep-purple {
  color: #413954;
}

.b--purple-dust {
  border-color: #E6E4EB;
}

.bg-purple-dust {
  background-color: #EBE8F3;
}

.btr12 {
  border-top-right-radius: 12px;
}

.btl12 {
  border-top-left-radius: 12px;
}

@media (min-width: 320px) and (max-width: 480px) {
   .bl--sm {
    border-left-width: 1px;
    border-left-style: solid;
  }
   .bb--sm {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .btrn--sm {
    border-top-right-radius: none;
  }
  .bbr--sm {
    border-bottom-right-radius: 12px;
  }
  .bbl--sm {
    border-bottom-left-radius: 12px;
  }
  .btr--sm {
    border-top-right-radius: 12px;
  }
  .btl--sm {
    border-top-left-radius: 12px;
  }
  .btr12 {
    border-top-right-radius: 0;
  }
  .btl12 {
    border-top-left-radius: 0;
  }
  .br12 {
    border-radius: 12px;
  }
}

.image-container {
    display:block;
    position:relative;
    width: 100%;
    height: 100%;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sortable-selected {
    background-color: rgba(66, 192, 160, 1);
}

.image-location-scouting {
	top: 35% !important;
}
.image-location-scouting .prev{
	float: left;
	width: 7%;
	height: 450px;
	padding-left: 15px;
	color: rgb(255, 255, 255);
	align-items: center;
	display: grid;
	background-color: #000;
}
.image-location-scouting .next{
	float: left;
	width: 7%;
	height: 450px;
	color: rgb(255, 255, 255);
	align-items: center;
	display: grid;
	background-color: #000;
	padding-right: 15px;
}
.image-location-scouting .next a, .image-location-scouting .prev a{
	color: #fff;
}
.image-location-scouting .image{
	float: left;
	width: 86%;
	background-color: #000;
}
.ekko-lightbox{
	background-color: rgba(0,0,0,.8) !important;
}
.ekko-lightbox-nav-overlay a{
	opacity: 1 !important;
}
.ekko-lightbox-nav-overlay a span{
	border-radius: 45%;
    background: #CACACA;
    display: inline-block;
    padding: 5px !important;
	font-size: 15px;
}
.ekko-lightbox-nav-overlay a:first-child span{
	left: -70px;
	position: absolute;
}
.ekko-lightbox-nav-overlay a:last-child span{
	right: -70px;
	position: absolute;
}
.market-list{
	color: rgba(0, 196, 223, 1);
	font-size: 18px;
	line-height: 34px;
	width: 25%;
	max-width: 25%;
	min-width: 224px;
	padding-right: 16px;
}
@media (min-width: 768px) {
	.market-list-container{
		border-top: 1px solid #eaeaea;
		padding: 32px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {
	.market-list-container{
		border-top: 1px solid #eaeaea;
		padding-left: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.market-list-page h1, .market-list-page h2{
		padding-left:20px;
	}
}
#enquiryFormDiv ul{
	list-style: none;
}
#enquiryFormDiv ul.pa0 li:before{
	content: '✓';
	color: rgba(0, 196, 223, 1);
}
.avvay-market, .avvay-market-search {
	position: relative;
	display: inline-block;
}
.avvay-market-location-icon{
	top: 12px;
    left: -9px;
    position: absolute;
    padding-left: 20px;
}
.avvay-market-arrow-down-icon{
	top: 8px;
    position: absolute;
}
.avvay-market-search-arrow-down-icon{
	top: 5px;
    position: absolute;
}
.avvay-market-search>.flip, .avvay-market-search>.flop{
	right: -1px;
}
.avvay-market>.flip{
    right: -15px;
}
.avvay-market>.flop{
    right: -15px;
}
.avvay-market-toggle {
	position: absolute !important;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.avvay-market-input {
	height:40px;
	width: 110%;
	border: 1px solid #c7c7cd;
	background-color: #fff;
	text-indent: 26px;
	color: #333;
	font-size: 1.25rem;
	line-height: 26px;
	cursor: pointer;
	outline: none;
	border-radius: 1rem;
}
.avvay-market-search-input{
	height:35px;
	background-color: #fff;
	color: #333;
	font-size: 1.25rem;
	line-height: 26px;
	cursor: pointer;
	outline: none;
	border: 1px solid rgba(0,0,0,.2);
}
.avvay-market-input::placeholder, .avvay-market-search-input::placeholder {
  color: #404040 !important;
}
#menu{
	max-width: 37rem;
}
#menu>div{
	background-color: #f2f2f2 !important;
	padding: 1.25rem;
}
.fc-event-title{
	text-align: center;
	width: 100%;
	padding-top: 4px !important;
}
.fc-button-primary{
	background-color: #40D3E7 !important;
	border-color: #40D3E7 !important;
}
.fc-toolbar-title{
	font-weight: 600;
	font-size: 1.5rem !important;
}
.fc .fc-daygrid-day.fc-day-today {
	background-color: #40D3E7 !important;
	border: none !important;
} 
.fc-event-today{
	background-color: #787878 !important;
}
.fc-daygrid-event{
	border-radius: 3px;
	margin: 0 auto !important;
}
.fc-daygrid-block-event{
	border-radius: 50% !important;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.reportNotes{
	white-space:pre-line;
}
.pswp__caption__center {
  text-align: center !important;
  padding: 0px !important;
}
.error {
  border-color: red !important;
}
/* Booking Html CSS : START */
.booking-title{
  color:#42c0a0 !important;
}
.booking-title-main{
  padding-top: 1.6rem !important;
  color: #b1b1b1 !important;
}
.sub-item-booking{
  color: #b1b1b1 !important;
}
.refund-title{
  color: red !important;
  padding-top: 2rem !important;
}
.refund-span{
  font-size: x-small !important;
}
.booking-summary .bb {
  border-bottom-style: none !important;
}
/* This fixes the override if both classes are present */
.booking-summary .bb.booking-summary-above-border {
  border-top-style: solid !important;
  border-top-width: 1px;
  padding-top: 10px !important;
  /* padding-bottom: 3px !important; */
}
.booking-summary .bb.booking-bordor-bootom {
  border-bottom-style:solid !important;
  border-bottom-width: 1px;
  padding-bottom: 4rem !important;

}
.booking-bottom-pedding{
  padding-bottom: 4rem !important;

}
.booking-summary .pv4{
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
}
.booking-billing
{
  width: 40% !important;
  flex-wrap: wrap !important;
  display: flex !important;
}
.booking-summary .flex-grow{
  flex-grow: unset !important;
}
.remaining-booking-value,.remaining-booking-title
{
  background-color: #fcf6b1;
}
.remaining-booking-value
{
  width: fit-content !important;
  padding-right: 15px;
}
/* Booking Html CSS : END */
/* Upgrade Css :Start */
/* Base width utility: applies to all screen sizes unless overridden */
.w-100 {
  width: 100% !important;
}

/* Not-small screens: ≥ 30em (≥ 480px) */
@media screen and (min-width: 30em) {
  .w-5-ns   { width: 5% !important; }
  .w-10-ns  { width: 10% !important; }
  .w-15-ns  { width: 15% !important; }
  .w-20-ns  { width: 20% !important; }
  .w-25-ns  { width: 25% !important; }
  .w-30-ns  { width: 30% !important; }
  .w-40-ns  { width: 40% !important; }
  .w-50-ns  { width: 50% !important; }
  .w-60-ns  { width: 60% !important; }
  .w-70-ns  { width: 70% !important; }
  .w-75-ns  { width: 75% !important; }
  .w-80-ns  { width: 80% !important; }
  .w-90-ns  { width: 90% !important; }
  .w-100-ns { width: 100% !important; }
  .w-0-ns   { width: 0 !important; }
  .w-33-ns {
      width: 33% !important;
  }
  .order-1-ns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1 !important;
  }

  .order-2-ns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2 !important;
  }

  .mh2-ns {
      margin-left: 3.5rem !important;
      margin-right: 0.5rem;
  }

  .f4-ns {
    font-size: 1.25rem !important;
  } 
  .f5-ns {
    font-size: 1rem !important;
  }
  /* Optional: consistent font size */
  .w-5-ns, .w-10-ns, .w-15-ns, .w-20-ns, .w-25-ns, .w-30-ns,
  .w-40-ns, .w-50-ns, .w-60-ns, .w-70-ns, .w-75-ns, .w-80-ns,
  .w-90-ns, .w-100-ns, .w-0-ns {
    font-size: 14px;
  }
}

/* Medium-only screens: ≥ 30em and ≤ 60em (480px – 960px) */
@media screen and (min-width: 30em) and (max-width: 60em) {
  .w-25-m  { width: 25% !important; }
  .w-30-m  { width: 30% !important; }
  .w-50-m  { width: 50% !important; }
  .w-70-m  { width: 70% !important; }
  .w-75-m  { width: 75% !important; }
  .w-80-m  { width: 80% !important; }
  .w-100-m { width: 100% !important; }

  .w-25-m, .w-30-m, .w-50-m, .w-70-m, .w-75-m, .w-80-m, .w-100-m {
    font-size: 14px;
  }
  .order-1-m {
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important;
  }
  .order-2-m {
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important;
  }
}
@media screen and (min-width: 60em) {
  .w-33-l {
      width: 33% !important;
  }
  .w-50-l {
      width: 50% !important;
  }
}

#sendEnquiry {
  margin: 10px 0px 0px 0px;
}
/* .pv4 {
  padding-bottom: 0% !important;
} */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442 !important;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.booking-mt
{
  margin-top: 20px !important;
}
.booking-title-main-reserve
{
  padding-bottom: 10px !important;
}
.remove-pt{
  padding-top: 0 !important;
}
.remove-pb{
  padding-bottom: 0 !important;
}
.see-details-title{
  color: rgba(33, 196, 221, 1);
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
#extraDetailsCollapse{
  padding-bottom: 1.6rem !important;
}

.carousel-item {
  transition: transform 1s ease-in-out !important; /* default is 0.6s */
}
.carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: block !important;
  width: 3rem !important;
  height: 3rem !important;
}
#space h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.form-group {
  margin-bottom: 15px !important;
}
.registration-container .form-group {
  margin-bottom: 15px !important;
}
.form-control,
.form-select{
  font-size: 14px !important;
  padding: 6px 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
}
#loginForm .pv4,
#forgot-password .pv4,
#enquiryForm .pv4,
#login-form .pv4,
#registrationForm .pv4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#enquiryForm .form-control,
#login-form .form-control,
#registrationForm .form-control {
  font-size: 14px !important;
}
.btn--teal {
  color: #fff !important;
  background-color: rgba(0, 196, 223, 1) !important;
}
/* .navbar {
  background: white !important;
} */
.bg-transparent{
  background-color: transparent !important;
}

#bookings-list .collapse:not(.show) {
    display: block !important;
}

.btn--green {
    color: #fff !important;
    background-color: rgba(66, 192, 160, 1) !important;
}

#searchFilters .form-select {
    /* margin-left: 13px !important; */
  background-position: right !important;
}
#searchFilters .form-control {
  /* padding: 6px 12px !important; */
  padding-left: 12px;
  font-size: 13px !important;
}
.menu-dropdown{
  inset: 10px 0px auto auto !important;
}
.dropdown-menu{
  min-width: 160px;
  padding: 6px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-item {
  --bs-dropdown-item-padding-x: 2rem;
}
.datepicker td, .datepicker th {
  width: 30px !important;
  height: 30px !important;
}
#fixedRateNumberOfGuests,
#numberOfGuests {
  padding: 6px 12px !important;
  margin-bottom: 10px;
} 

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
    background-image: none !important;
}
a {
  text-decoration: none !important;
}

#mobile-menu {
  padding: 1rem;
}
.mobile-nav-icon i {
  font-size: 20px !important;
  color: #fff !important;
}

#mobile-menu
.navbar-nav {
  padding-left: 20px !important;
}

#mobile-menu {
  transition: max-height 0.4s ease;
  padding-top: 0 !important;
}

/* Expanded state (add with JS) */
#mobile-menu.show {
  max-height: 500px; /* adjust based on content height */
}
button:focus:not(:focus-visible) {
    outline: none !important;
}
.navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
#mobile-menu
.nav-item
{
  /* border-top: 1px solid rgba(0, 0, 0, 0.1) !important; */
  padding: 8px 20px !important;
}
#mobile-menu
.navbar-mobile
{
  padding: 0 !important;
}
#mobile-menu
.nav-item .nav-link{
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-color: rgba(0, 0, 0, .1) !important;
}
#mobile-menu
.navbar-nav>li>a {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    line-height: 0.7 !important;
}
#mobile-menu
.navbar-nav {
  margin: 0px -30px 7.5px -30px !important;
}

.logo-section
{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.logo-section-inner{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.mobile-device-nav
nav li a{
  position: relative;
  display: block;
  padding: 10px 15px;
}
#mobile-menu-inner .navbar-nav{
  margin: 0 !important;
}
#mobile-menu .navbar-nav a {
    padding-top: 10px !important;
    display: block !important;
    padding-bottom: 10px !important;
}
#mobile-menu-inner .navbar-nav a{
  padding-top: 10px !important;
    display: block !important;
    padding-bottom: 10px !important;
}
.mobile-device-nav {
  padding: 0 !important;
}
.mobile-device-nav a {
  margin-left: -10px !important;
}

#mobile-menu.collapsing{
  height: 0px !important; 
  overflow: hidden; 
  padding-top: 0px; 
  margin-top: 0px; 
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.bootbox-close-button.close {
  float: right  !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: .2 !important;
  border: none !important;
}
.bg-red {
    background-color: rgba(250, 128, 114, 1) !important;
}
.bg-green {
    background-color: #19a974 !important;
}
.modal-footer .btn:hover{
  color: #fff !important;
  -webkit-transition: background-color .3s, color .3s, border .3s !important;
  transition: background-color .3s, color .3s, border .3s !important;

}
.modal-footer .btn:hover{
  color: #fff !important;
  -webkit-transition: background-color .3s, color .3s, border .3s !important;
  transition: background-color .3s, color .3s, border .3s !important;
}
#fixedAvailableTimes .collapse.in,
#availableTimes .collapse.in {
  display: block !important;
}

#hourlyAvailabilitySearchForm
.form-group{
  margin-bottom: unset !important;
}
/*.f4 {
  font-size: 14px !important;
}*/


#marketSearchForm .h-34 {
    min-height: 34px !important;
}
.f4-small {
  font-size: 1.25rem !important;
}
#marketSearchForm .form-select {
    padding: 6px 24px 6px 15px !important;
    font-size: 14px !important;
}
/* Logged user pages Css:Start */
#spaceForm .fade:not(.show) {
  opacity: unset !important;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #555 !important;
  text-align: center !important;
  background-color: #eee !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}
#spaceFormDeposit
.table>:not(caption)>*>* {
  background-color: transparent !important;
}
#booking .hidden,
#spaceFormPhotos .hidden,
#spaceFormDeposit
.hidden {
  display: none !important;
}
.time-availability-selector-row .pa3{
  padding: 0.5rem !important;
}
#spaceFormAmenities
label {
  display: inline-flex !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  font-weight: 100 ;
}
.fw6 {
  font-weight: 600 !important;
}

#spaceFormAmenities .mh1 {
  margin-right: 0 !important;
}
#spaceFormAmenities .mv3 {
  margin-bottom: 0 !important;
}
#hourlyAvailabilitySearchForm .f4,
.booking-confirmation .f4,
.reservation-addon-request .f4,
#bookings-list .f4,
#booking .f4,
#reservation .f4,
#reservations .f4 {
  font-size: 1.25rem !important;
}
/*.f2 {
  font-size: 2.25rem !important;
}*/
/* Logged user pages Css:End */
/* Upgrade Css :End */
#bookings-list #SearchFilters .navbar-nav {
    flex-direction: column !important;
}
#bookings-list .navbar.navbar-expand-lg{
    display: block !important;
}
#bookings-list #SearchFilters,#bookings-list .collapse:not(.show)
{
 flex-direction: column !important;
}

#SearchFilters .nav-item input
{
  margin-right:10px !important;
}
#SearchFilters .nav-item
{
  display:flex !important;
}

@media (min-width: 992px) {
    #bookings-list .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
    #bookings-list .navbar.navbar-expand-lg{
      display: block !important;
  }
}

#bookings-list .form-select{
  padding: .375rem 3.25rem .375rem 1.75rem !important;
}
#addExtraCharges,
#acceptButton {
  font-size: .85em !important;
}
#reservationTimePicker
.hover-near-black {
  padding: 10px 15px !important;
}
#reservationTimePicker .hover-near-black.active{
  color: #555 !important;
}
.btn--red {
    color: #fff !important; 
    background-color: rgba(250, 128, 114, 1) !important;
}
.fc-dayGridMonth-view
a {
  color: #337ab7 !important;
  text-decoration: none !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
 {
  margin-left: calc(-1 * var(--bs-border-width)) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#internal-support-main a {
    color: #337ab7 !important;
    text-decoration: none !important; 
}
#homepage-form hr,
#project-internal-rankings hr,  
#internal-support-main
hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}

#homepage-form h4,
#cache-form h4,
#project-internal-rankings h4, 
#internal-support-main h4{
  font-size: 18px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


#internal-support-main h2{
  font-size: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
#proOpportunity {
  padding-top: 25px !important;
}
#reservationPurposeField {
  padding-right: 30px !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  appearance: none;
  -webkit-appearance: none;
  height: 34px !important;
}
#hourlyAvailabilitySearchForm::placeholder {
  color: #acb7b7 !important;
  opacity: 1; /* required for Firefox */
}
#hourlyAvailabilitySearchForm .form-control, #fixedRateForm .form-control {
  font-size: 1.25rem !important;
  line-height: normal !important;
  height: 34px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  color: #555;
}
textarea.form-control {
    height: auto !important;
}
#support-main {
  padding-top: 25px !important;
}
#homepage-form a,
#cache-form a,
.pro-activity-list-custom a,
#support-main a {
  color: #45759f !important;
}
#support-main h3 {
  font-size: 24px !important;
}
/* #support-main
.table-striped>tbody>tr>th{
    background-color: #f9f9f9 !important;
} */
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f9f9f9 !important;
    background-color: #f9f9f9 !important;
}
.table>:not(caption)>*>* {
  background-color: transparent !important;
}
#suspensionForm .dtc{
  padding-bottom: 13px !important;
}
#suspensionForm button {
  border-radius: revert-layer !important;
}
.scout-textarea {
  padding-top: 10px !important;
}
.scount-main-class {
  padding-top: 0% !important;
}
.scount-main-class .f4 {
  font-size: 1.25rem !important;
}
#support-main .di button{
  color: inherit;
  font-family: sans-serif !important;
}
#support-main table{
  caption-side: top !important; 
}
#homepage-form .btn-danger {
  color: #fff !important;;
}
.landing-page-dynamic-form .form-control[disabled]{
  border: 1px solid #ccc !important;
}
.footer-logo {
  width: 93px !important;
}
.dropdown-toggle::after {
  vertical-align: middle !important; 
  margin-left: 0.4em;
}
.cursor-pointer{
  cursor: pointer !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
  pointer-events: visible;
  cursor: not-allowed;
}