.error{color:red !important;}
/* Mark required with * */
label.required::after {
    content: '*';
    margin-left: 4px;
    color: red;
  }
  .myloading {
    position: fixed;
    top: 25%;
    left: 48%;
    width: 4%;
    height: 30%;
    z-index: 99;
    display: none;
  }
.myloading img{
  width:100%;
}
header .logo-container .right-header .dropdown .login-btn {
  border: 1px solid var(--primaryColor);
  border-radius: 10px;
  padding: 7px 14px;
  width: fit-content;
  color:#f8f9fa;
  background:transparent;
}

header .logo-container .right-header.dropdown .service-icon {
  gap: 20px;
}
.login-dropdown{
  background: #212529 !important;
}
.login-dropdown .dropdown-item{
  color: #f8f9fa !important;
}
.login-dropdown .dropdown-item:hover{
  background: #d4a256 !important;
}
.location_image{
  max-height:350px;
}
.location_image img{
  object-fit:cover;
  cursor:pointer;
}
.available-location h2{
  font-size:1.5rem !important;
}
.inventory-btn{
  width:auto !important;
  height:32px !important;
}
.choose_inventory{
  height: 25px !important;
  width: 25px !important;
}
.selected_transfer_closet{
  height:21px;
  width:21px;
  position: absolute;
    top: 9px;
    right: 21px;
    height: 21px;
    width: 21px;
}
.selected_transfer_closet:checked{
  color: #d4a256 !important;
}
.inventory_detail_div{
  padding:42px;
}
.inventory_listing{
  padding: 1.6rem 1.2rem;
    box-shadow: 0 3px 10px #cacaca;
    border-radius: 9px;
    border-bottom: 5px solid var(--primaryColor);
}
.green{
  color:#0f7c0f;
  font-weight: bold;
}
.yellow{
  color:#d79f40;
  font-weight: bold;
}
.red{
  color:#dd4747;
  font-weight: bold;
}
.status_text{
  background:#585858;
}
.status_text p{
font-size:14px !important;
}
/* Website pagination */
.pagination{
  float: right;
  margin-top: 2%;
}
.page-item.active .page-link{
  background: var(--primaryColor);
  border-color: var(--primaryColor);
}
.page-item .page-link:hover{
  color: var(--primaryColor);
}
.pay_btn{
  float:right;
}
.inventory_box{
  border-radius: 9px;
    border-bottom: 5px solid var(--primaryColor);
    box-shadow: 0 3px 10px #cacaca;
    margin-bottom: 2%;
}
.direct_inventory{
  height: 280px;
  overflow-y: scroll;
  border-bottom:1px dashed #ccc
}
.detail_inventory{
  padding:20px;
}
.booking-info .checkout-item-list .invent-img {
  width: 80px;
  height: 65px;
  margin-right: 10px;
}
.inventory-status{
  float:right;
  background-color: #d6a156;
    padding: 5px;
    color: #fff !important;
}
.invent-detail .int-service-list{
  line-height: 1.8;
}
.images_list img{
  margin-right:5px;
  height:115px;
  width:115px;
  /* border:1px solid #ced4da; */
}
.lang_btn{
border: 1px solid var(--primaryColor);
border-radius: 10px;
padding: 7px 14px;
/* width: fit-content; */
color: #f8f9fa;
background: #000;
width: 90px;
}

.datepicker td {
  padding: 5px !important;
}
.delivery-modal label{
  margin: 10px 0 0 9px !important;
}
.direct_service_detail img{
  object-fit: cover;
  height: 100px;
  border-radius: 5px;
  margin-right: 10px;
  width: 100px;
}


/* Userful tips */

.useful-accordian .accordion-button::after {
  background-image: url('../img/plus.png');
  width: 15px;
  height: 15px;
  background-size: contain;
}

.useful-accordian .accordion-item {
  border-bottom: 0;
  box-shadow: 0px 3px 7px #8080804f;
  border-radius: 7px !important;
}

.useful-accordian .accordion-button:not(.collapsed)::after {
  background-image: url('../img/minus.png');
}

.useful-accordian .accordion-flush .accordion-item .accordion-button {
  border-radius: 7px !important;
}

.useful-accordian .accordion-button {
  padding: 10px 15px;
  font-size: 14px;
}

.useful-accordian .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}

.useful-accordian .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.useful-accordian .accordion-body {
  padding-top: 0;
  font-size: 13px;
}

/* how to work */
.videoCarousel div.owl-nav,
.imgCarousel div.owl-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.videoCarousel .owl-prev,
.videoCarousel .owl-next,
.imgCarousel .owl-prev,
.imgCarousel .owl-next {
  border: 1px solid var(--primaryColor) !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 50px;
}

.videoCarousel .owl-prev i,
.videoCarousel .owl-next i,
.imgCarousel .owl-prev i,
.imgCarousel .owl-next i {
  color: var(--primaryColor) !important;
  font-weight: bold;
  font-size: 12px;
}

/* base-inventory */

.edit-icon span {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  padding: 5px 10px 10px 10px;
  display: block;
}
.edit-icon a {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  padding: 5px 10px 10px 10px;
  display: block;
}

.edit-icon {
  position: absolute;
  right: 7px;
  top: 7px;
}

#increaseLimit .closet-icon {
  width: 35px;
}

#increaseLimit input {
  border: 0;
  outline: none;
}

#increaseLimit .form-control {
  padding: 7px 10px;
}

#increaseLimit .minus,
#increaseLimit .plus {

  padding: 1px 2px 7px 3px;
}
.currency_symbol{
  margin: 2px 0 0 6px;
  font-size: 20px;
}
.base_inventory_form{
  /* gap: 20px; */
    height: 450px;
    overflow-y: scroll;
}
.carousel-video video{
  height: fit-content;
  width: 100%;
}
.owl-carousel .owl-item img {
  border: 1px solid #dbdbdb !important;
}
.single_img{
  border: 1px solid #dbdbdb !important;

}
.action_buttons{
  margin-top:2%
}
.restrict_client img{
  height:25px;
  width:25px;
}
.favorite_heart{
  color:#d6a156;
  margin:10px 0 0 9px;
}
/* .closet-list{
  height: 600px;
  overflow-y: scroll;
} */
.restrict_client{
  margin:3px;
}
.marked_red{
  border:2px solid red !important;
}
.map_window{
  line-height:1.8;
}
.blue_color{
  background:#5a9ee5 !important;
  border-color:#5a9ee5 !important;


}
.green_color{
  background:green !important;
  border-color:green !important;
}
.yellow_color{
  background:#fece00 !important;
  border-color:#fece00 !important;

}
#wash-iron-tab-pane .table tbody tr{
  border:2px solid #5a9ee5 !important;
}
#delivery-tab-pane .table tbody tr{
  border:2px solid #fece00 !important;
}
#inventory-pickup-request-tab-pane .table tbody tr{
  border:2px solid green !important;
}
#selectAddress .address_list{
  height: 345px;
    overflow: scroll;
}
.filter_btn{
  text-align: right;
  margin-bottom: 3%;
}
.filter_btn .btn{
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.filter_btn .btn:hover{
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.__filter_box .ref-btn{
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color:#fff;
}

#searchTextField{
  width:85% !important;
  white-space:pre-wrap !important;
}
.direct_service_info{
  font-size:18px;
}
.favorites_list{
  height: 775px;
    overflow-y: scroll;
}
/* .inventory_img{
  height:300px;
  width:300px;
} */
.inv_detail{
  padding-top:1%;
}
.inventory_info{
  float:right;margin:2px 5px;
}

.wardrobe img{
  height:25px;
  width:20px;
}
.button_width{
  width:90%;
  margin:3%;
}

.banner .banner-content form .btn-dark {
  width:fit-content;
  font-size: 14px;
  padding: 10px 25px;
}


header .logo-container .right-header .login-btn {
   /* width: 210px;  */
  display: block;
  max-width: 210px;
  min-width: fit-content;
}
.info_location_image img{
height:150px;
width:100%;
}
.faq_div{
  min-height: 300px;
  overflow-y: scroll;
}
/** Ads */
#gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;

  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width:1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width:800px) {
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width:600px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

#gallery .image img,
#gallery .image video {
  width: 100%;
  height: 250px;
  margin: 4% auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  object-fit: cover;
}

.modal-img,
.model-vid {
  width: 100%;
  height: auto;
}

.modal-body {
  padding: 10px;
}

.image {
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  height: fit-content;
  margin: auto;
}


.image figcaption span h3 {
  font-size: 18px;
}

.image figcaption .ads-btn {
  background-color: var(--primaryColor);
  padding: 3px 10px;
  color: var(--whiteColor);
  border-radius: 5px;
  width: 45px;
  font-size: 14px;
  position: absolute;
  top: 8%;
  right: 5%;

}

.image figcaption span {
  position: absolute;
  left: 5%;
  bottom: 24%;
}


.image figcaption span .book-btn {
  background-color: var(--primaryColor);
  padding: 3px 10px;
  color: var(--whiteColor);
  border-radius: 5px;
  width: 62px;
  font-size: 14px;
  padding: 7px 14px;
  /* width: 95px; */
  width: auto;
}
#how-works .how-work-list li .content {
  width: calc(100% - 70px);
}
#how_work_list{
  padding:2%;
}
.card-height{
  min-height: 150px;
}
.gps_image{
  height: 31px;
  width: 36px;
  position: absolute;
  top: 185px;
  right: 1%;
}
.map_btn{
  position: absolute;
    top: 260px;
    right: 30%;
    /* vertical-align: middle; */
}
.my_closets_section{
  min-height: 450px;
  overflow-y: scroll;
}
/* .cat_image_options{
  z-index:1 !important;
} */
.select2-container--default {
  /* .select2-selection--single { */
	  border-color: #fff;
    height: 60px;
    padding: 7.5px 0;
    border-radius: 0;
}
    .select2-selection__arrow {
      height: 58px;
    }
  /* }
} */

 .select2-dropdown {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}
#find_closet_delivery{
  font-size: 12px;
    margin-top: 35% !important;
    padding: 10px;
}
/* Gallery view */
.swiper-slide {
  width: fit-content !important;
  padding: 0;
}

.swiper-slide img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
#selectClosetPoint .modal-body{
  padding:22px !important;
}
.choose_closet_current_loc img{
  height: 25px !important;
    width: 25px !important;
    position: absolute;
    right: 5px;
    top: 39px;
}
.text-underline{
  text-decoration: underline;
}
#selectAddressBody{
  height:345px;
  overflow: scroll;
}
.fa-magnifying-glass{
  font-size: 18px !important;
  vertical-align: middle;
}
.address_list{
  height: 345px;
    overflow: scroll;
}
.social_btn{
  border:1px solid #635c5c;
}
.social_btn img{
  height: 20px;
  width: 20px;
  margin-right: 2%;
}
.social_btn .fa{
  height: 20px;
  width: 20px;
  margin-right: 2%;
}
.ads-border{
  border: 5px solid red;
  border-radius: 7%;
}
#extra-services-history .nav-item{
  margin-right:2%;
}
.delivery-box-bg{
  background: var(--primaryColor) !important;
    padding: 7px;
}
.pickup_inventory{
  border: 1px solid #b5a3a3;
  margin: 1px;
  padding: 10px;
  border-radius: 5px;
}

/*  Choose service type modal Css*/
.service-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
}
.service-box.active {
  border: 2px solid var(--primaryColor);
  background: #efefef;
}
.service-info {
  display: flex;
  align-items: center;
}
.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primaryColor);
}
/*  End Choose service type modal Css*/

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


