/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-Sep-2022, 12:12:03
    Author     : ishan
*/
textarea{
    line-height: 140%;
}
.rooms-slider-item {
    padding-bottom: 70%;
    border-radius: 20px;
    overflow: hidden;
}
.rooms-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.rooms-content-wrap {
    border-radius: 20px;
}

.rooms-search-wrap .rooms-search-inner-wrap {
    /*width: 100% !important;*/
    height: auto !important;
}

.ajax-load{
    margin: auto;
    width: fit-content;
    text-align: center;
    font-size: 18px;
}

.error_message{
    margin-bottom: 20px;
    color: red;
    font-size: 18px;
    margin-top: 10px;
    line-height: 150%;
}

.hero-search-wrap .information-wrap .booknow-wrap .info-wrap .df{
    min-width: 20%;
    margin-top: 25px;
}

@media only screen and (max-width: 575px){
    .hero-search-wrap .information-wrap .booknow-wrap .info-wrap .df{
        margin-top: 15px;
    }
    .hero-content-wrap h3{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px){
    .hero-search-wrap .information-wrap .booknow-wrap .info-wrap .df{
        min-width: 40%;
    }
    .hero-content-wrap h3{
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 991px){
    .hero-search-wrap .information-wrap .booknow-wrap .info-wrap .df{
        width: 25%;        
    }
    .hero-content-wrap h1{width: 40%;}    
    .hero-content-wrap h3{
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1360px){
    .hero-search-wrap .information-wrap .booknow-wrap .info-wrap .df{
        width: 20%;        
    }
}

@media only screen and (min-width: 1199px){
    .hero-search-wrap, .hero-host-app{
        padding-bottom: 36px;
    }
}
.landing-page-header-wrap header{
    background-color: #ffffff70;
    padding:11px
}
.search-bar{
/*    margin: 2vh;
    display: inline-flex;*/
}

select:selected:disabled {
    color: gray;
}

.img-fluid{
    border-radius: 20px;
}
.input-disabled , select[disabled] > option {
    color: #828282;
    background: #eee !important;
}

.file-choose{    
    font-size: 16px;
}

.paymentBox{
    max-width: 400px;
    margin: auto;
}
.card-errors{
    color: red;
    margin-top:10px;
}
.completedSuccess{
    margin-bottom: 15px
}
.hostreview{margin:20px auto;display:inline-block;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.speech-bubble{width:90%;margin:auto;position:relative;background:#fff;border-radius:.4em;padding:2% 5%;text-align:justify;font-size:16px;line-height:24px}
.reviewer{display:inline-block;width:100%;margin:auto;color:#181c3f;font-size:16px}
.reviewSwitch{
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.reviewer p{
    display:inline-block;
    width: 75%;
    margin: 0em;
    font-size: 16px;
}
.reviewText {        
    padding-top: 10px;   
}
.reviewText p{        
    font-size: 16px;
}
.reviewlist{
    width: 90%;
    background: white;
    margin: 30px auto;
    padding: 2%;
    max-width: 875px;    
}
#studentReview{
    background-color:#fdefee
}
.emailReviewHeading{
    margin: auto;
    width: 90%;                        
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    padding: 50px;
    color: #181c3f;
}
.justify-text{
    text-align: justify;
}
.reviewCount{            
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color:rgba(29, 33, 41, 0.6);
}
.highlight {
    background-color: #ff0;
}
.searchQuestion {
    margin-top: 4rem;
}
.guest-FAQ-wrap{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.login-wrap{
    width: 90%;
    max-width: 450px;
    margin: 5% auto;
    border: 1px solid rgba(112,112,112,.5);
    border-radius: 6px;
    height: auto;
    text-align: center;
    padding: 2%;
    -webkit-box-shadow: 9px 9px 20px rgb(0 0 0 / 20%);
    box-shadow: 9px 9px 20px rgb(0 0 0 / 20%);
    background: #fff;
}

.mask{background:#fff;width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:100000000}#intro-loader{height:40px;width:40px;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}#intro-loader:before{content:"";display:block;position:absolute;left:-1px;top:-1px;height:100%;width:100%;animation:rotation 1s linear infinite;border:1px solid #ff931e;border-top:1px solid transparent;border-radius:100%}#intro-loader>.icon{position:absolute;top:50%;left:50%;height:0;width:10.6px;margin-top:0;margin-left:-5.3px;animation:wink 1s ease-in-out infinite alternate}@media only screen and (min-width:768px){#intro-loader{height:60px;width:60px;margin-top:-30px;margin-left:-30px}#intro-loader:before{left:-2px;top:-2px;border-top-width:2px;border-left-width:2px;border-bottom-width:2px;border-right-width:2px}#intro-loader>.icon{height:0;width:15.9px;margin-top:0;margin-left:-7.95px}}@media only screen and (min-width:1200px){#intro-loader{height:80px;width:80px;margin-top:-40px;margin-left:-40px}#intro-loader>.icon{height:0;width:21.2px;margin-top:0;margin-left:-10.6px}}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes wink{from{opacity:0}to{opacity:1}}#ui-datepicker-div{z-index: 10000!important;}

.guest-FAQ-wrap p {
    margin-bottom: 1.5rem;
}
.guest-FAQ-wrap ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.availabilityUpdate{
    max-width: 300px;
    margin: auto;
}
.blockroom, .updateAvailablity{
    margin: auto;
}
.hero-content-list li {
    list-style:none;
    background-image:none;
    background-repeat:none;
    background-position:0; 
}
.space-bottom-large{
    margin-bottom: 20vh
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1;
}
.legalContent{width:80%;margin:auto;text-align:justify;background-image:url(../images/logo/lightfavicon.png);background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:75%;line-height:150%}







.did-floating-label-content {
	 position: relative;
	 margin-bottom: 20px;
}

.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}

.did-floating-label {
  color: #1e4c82;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {  
    font-size: 16px;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #026972;
  border-radius: 4px;
  box-sizing: border-box;
}
.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label, 
.did-floating-select:disabled ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

.guestDescription {
    height: 270px;
    padding:10px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");*/
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}
.did-error-input .did-floating-label {
  font-weight: 600;
  color: #9d3b3b;
}
.did-error-input .did-floating-select:not([multiple]):not([size]) {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");*/
}

.input-group {
  display: flex;
}
.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3d85d8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.rent-price-dashboard{
    padding-left: 37px;
    font-size: 24px;
    height: 60px;    
}
.rent-price-label{
    font-size: 18px;    
    left: 40px;
    top: 20px;
}
.opacity0{
    opacity: 0;
}
.hosting-preference{
    font-size: 18px;
    height: 50px;
}
.line-height-150{
    line-height: 1.5;
}
.con-us-btn-big{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding: 10px 12px;
}
.border-none{
    border: none;
}
.background-none{
    background: none;
}
.centerFlex{
    margin:auto;
    width:fit-content;
}
.max-width-600{
    max-width:600px;
}
.date-of-birth-label{
    font-size: min(16px,12px);
    top: 16px;
    left: 3%;
}
.check{
   width:20px;
   vertical-align: unset;
}
.file-choose-bill {
    min-height: 130px;
    max-width: 350px;
}
.padding-top-10{
    padding-top:10px;
}
.padding-top-btm-20{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.margin-top-30{
    margin-top:10px;
}
.recommanded-slider .slick-slide {
    background: transparent;
}
.recommanded-slider .recommanded-img,
.recommanded-slider .recommanded-inner-wrap,
.recommanded-slider .recommanded-slider-item {
    width: 100%;
}
.recommanded-slider .slick-slide>div {
    padding: 1.5rem 1.5rem;
}
.recommanded-slider .recommanded-inner-wrap {
    padding: 2rem;
}
.recommanded-slider .recommanded-slider-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.slick-next{
    right: -10px;
}
.slick-prev{
    left: -5px;
}
.background-black{
    background: black;
}

.background-darkBlue{
    background: #004c6c;
}
.potraitLogo{
    max-width: 115px;
    margin: auto;
}
.background-orange{
    background-color: #f4a261
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.querySubmitted{
    margin: auto;
    width: fit-content;
}
.font-15{
    font-size: 15px!important;
}
.did-location-selected{
    top: -8px;
    font-size: 13px;
}
.showConfirmation{
    display: block;
    z-index: 99999;
    width:calc(100% - 20px);
    height: 95%;    
}
.edit-listing-btn{
    margin: 10px auto; color: black; background: white
}
.photo-upload-text{
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    line-height: 150%;
}