.newProjectCreationModal {
  width: 140% !important;
  height: 100%;
  background-color: #ffffff;
}
.new_model{
  height: 100%;
}
#newProjectCreation {
  top: 6% !important;
  left: -110px;
  height: 85%;
}

.projectType input[type="radio"]{
  /* appearance: none; */
}

.projectTypeContainer {
 
}

.projectType {
  /* width: calc(50% - 2rem); */
  width: 40%;
  margin: 0 1rem;
  position: relative;
  height: 4rem;
}

.projectTypeLabel{
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 0 .5rem;
  padding-bottom: 1rem;
  height: 100%;
  border: 2.5px solid transparent;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(149, 166, 229, 0.3);
  border-radius: 8px;
  transition: all .3s ease;
}

.projectType input[type="radio"]:not(:checked) + .projectTypeLabel:hover {
  box-shadow: 0px 4px 24px rgba(149, 166, 229, 0.75);
}

.projectType input[type="radio"]:checked + .projectTypeLabel {
  border: 2.5px solid #2e2e42;
}

.projectTypeLabel p {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: .4px;
}

.projectTypeImage {
  transform: scale(0.55);
}

#custom-tooltip1 {
  position: absolute;
  width: 350px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip2 {
  position: absolute;
  width: 350px;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip2 > .arrow-div {
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0) rotate(-45deg);
  border-top-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip3 {
  position: absolute;
  width: 350px;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip4 {
  position: absolute;
  width: 350px;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}
.warehouseFindingCategory{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px!important;
}
.projectTypeRadio{
  display: flex;
  justify-content: space-between;
}
.locationCityValue{
  border: 2px solid #dadada;
  width: 113%;
  /* margin: 0 .5rem !important; */
  padding: .25rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;   
}
.locationCityValueContainer{
cursor: pointer;
}

.locationCityValue::placeholder{
font-size: .8rem;
color: #666666;
}
.projectDateCont{
  position: relative;
}
.bluecalendarIcon {

  position: absolute;
  left: 14.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;


}

.select-css {
  font-size: 11px;
  font-family: ProximaNovaMed !important;
  color: rgb(110, 109, 109);
  line-height: 1.3;
  /* padding: 0.6em 1.4em 0.5em 0.8em; */
  /* width: 120%; */
  box-sizing: border-box;
  margin: 0;
  /* border: 1px solid rgb(206, 203, 203) !important; */
  /* border-radius: 4px; */
  appearance: none;
  border: 2px solid #dadada;
  width: 110%;
  padding: .4rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;   
  /* background-color: #fff; */
}

.select-css::-ms-expand {
  display: block !important;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  /* border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: rgb(92, 92, 92); */
  outline: none;
}
.select-css option {
  font-weight: normal;
  font-size: 15px;
}
.select-css option:hover {
  font-size: 18px;
  background-color: #ff7a06;
  border: 1px solid #e5e5e5;
  padding: 10px !important;
}  
.showFeature {
  cursor: pointer;
}
#features {
  background: url('/assets/images/search/Listings_dropdown_downicon.png'),
    linear-gradient(to bottom, white 0%, white 100%);
  /* height: 10%;
  width: 100%; */
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.regionMapCon{
  z-index: 10;
  position: absolute;
  width: 308px;
  height: fit-content;
  background-color: white;
  top:100px;
  /* margin-top: 11px; */
  /* margin-left: 0px; */
  border-radius: 8px;
  margin-left: 0px;
  box-shadow: 3px 3px 30px 3px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 0%);
}
.indReg{
  width: 120%;
  z-index: 10;
}
.imgRegions{
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  z-index: 10;
}
.featureServiceContainer {
  top:90px;
  z-index: 10;
  position: absolute;
  width: 500px;
  height: fit-content;
  background-color: white;
  margin-top: 10px;
  /* margin-left: 0px; */
  border-radius: 8px;
  margin-left: -175px;
  box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0);
  cursor: default;
}
.featureServiceContainerFulfillment {
  top:80px;
  z-index: 10;
  position: absolute;
  width: 450px;
  height: fit-content;
  background-color: white;
  margin-top: 10px;
  /* margin-left: 0px; */
  border-radius: 8px;
  margin-left: -175px;
  box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0);
  cursor: default;
}
.searchDiv{
  width: 84%;
  border-radius: 6px;
  align-items: center;
  padding: 1rem 1.2rem 1rem 3.1rem;
  height: 35px;
}
.secondCon{
  
  position: relative;
  left: 29%;
  transform: translate(9px, -163px);
}
.scrollableQuotes::-webkit-scrollbar {
  width: 9px;
}

.scrollableQuotes::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}
.scrollableQuotes::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  cursor: pointer;
  border-radius: 5px;
}

.scrollableQuotes::-webkit-scrollbar-thumb:hover {
  background: #adadad;
  cursor: pointer;
}
.pac-container {
  z-index: 1051 !important;
  }
  /* .warehouseResultContainer{ */
    /* position: relative;
    left: 38%; */
    /* display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  } */
/* .WHImgMainDiv{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  column-gap: 15px; */
  /* margin-left: 5rem; */
  
/* }.projectCompleteBtn{ */
  /* position: relative;
  left: 27rem; */

/* }
.projectSpecBtn{
  background-color: #666ace;
  color: white;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: .3rem 1.4rem; 
}*/
.projectResult{
  height: 78%;
  width: 100%;
  position: absolute;
  top: 17%;
}
.projectResult p{
  text-align: center;
  margin: 0;
}
.projectResult p:first-child{
  font-size: 18px;
  font-weight: bold;
}
.projectResult p:nth-child(2){
  font-size: 19px;
  font-weight: bolder;
}
.projectResult p:nth-child(3){
  font-size: 19px;
  font-weight: bolder;
}
.projectResultDiv{
  display: flex;
  gap: 15px;
  justify-content: center;
}
.resultDiv p{
  text-align: start;
  margin: 2px 0 2px 0;
  font-size: 12px !important;
  font-weight: bold !important;
  cursor: pointer;
}
.resultDiv .detailsDiv{
  padding: 5px 0 5px 0;
  display: flex;
  background-color: #d7d7d7;
  justify-content: space-around;
  border-radius: 5px;
}
.vl{
  border-left: 3px #949494 solid;
  height: 52px;
}
.sizeDiv p{
  margin: 0;
}
.costDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.costDiv p{
  margin: 0;
}
.projectCompleteBtn{
  display: flex;
  justify-content: center;
  flex-direction: column;
    align-items: center;
}
.projectSpecBtn{
  background-color:#405783;
  color: white;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: .3rem 2.4rem; 
} 
.date-picker{
  border: 2px solid #dadada;
  width: 114%;
  /* margin: 0 .5rem !important; */
  padding: .25rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;  
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #5459c8 !important;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.start-date {
  border-radius: 18px !important;
}
.daterangepicker td.end-date {
border-radius: 18px !important;
}
.daterangepicker td.ends{
background-color: white !important;
color: white !important;
cursor: default !important;
}
.daterangepicker td.ends:hover{
background-color: white !important;
color: white !important;
cursor: default !important;
}
.search-loader{
height: 72%;
width: 100%;
position: absolute;
top: 35%;
left: 0px;
}
.inner-container{
position: absolute;
top: 20%;
left: 30%;
width: 415px;
height: 90px;
border: 4px solid #ff8300;
border-radius: 50px;
}
.search-progressbar{
width: 75%;
position: relative;
top: 20%;
left: 20%;
height: 47px;
border-radius: 50px;
background-color: white;
}
.search-progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes .3s linear infinite;
}
.spinner{
position:absolute;
top:50%;
left:10%;
margin: -25px 0 0 -25px;
/* z-index: 2; */
width:50px;
height:50px;
transform: rotate3d(-2, 2,0 , 180deg);
}

.path {
stroke-linecap:'round';
/* animation: dash 1s ease-in-out infinite; */
animation: dash .8s cubic-bezier(0.3, 0.3, 0.6, 0.59) infinite
}
.path1{
stroke: lightgrey;
}

@keyframes dash{
0%{
  stroke-dasharray:1, 150;
  stroke-dashoffset:0;
}
50%{
  stroke-dasharray:90, 150;
  stroke-dashoffset:-35;
}
100%{
  stroke-dasharray:90, 150;
  stroke-dashoffset:-124;
}
}
.percentage-indicator{
position: absolute;
display: flex;
top: 38%;
left: 26px;
text-align: center;
align-items: center;
justify-content: center;
width: 7%;
}
.loading-percentage{
font-size: 13px;
font-weight: bolder;
margin-bottom: 0;
line-height: 1.5;
}
.percentage-indicator span{
font-size: 13px;
font-weight: bolder;
}
.text-div{
/* position: absolute;
text-align: center;
top: 53%;
left: 34%; */
text-align: center;
}
.text-div p{
font-size: 20px;
font-weight: normal;
margin: 0;
}
/* .projectResult{
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
top: 100px;
width: 100%;
} */

.subHeadingForColdStorage{
  margin: 0 !important;
  margin-top: 1.5rem !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  }

.coldStorageContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;

}

.coldStorageContainer > p{
  font-size: 0.9rem;
  margin: 0 0.2rem;

}

.rangeColdStorage{
      border: 2px solid #dadada;
      width: 22%;
      margin: 0 .5rem !important;
      padding: .5rem !important;
      border-radius: 6px;
      outline: none;
  }
  
  
  .rangeColdStorage::placeholder{
      font-size: 0.9rem;
      color: #aaaaaa;
  } 

.coldStorageUnitContainer{
      display: flex;
      justify-content: center;
      background-color: #c8caed;
      border-radius: 4px;
      align-items: center;
      padding-right: .3rem;
} 

.unitColdStorage{
  appearance: none;
} 

.unitColdStorageLabel{
    cursor: pointer;
    text-align: center;
    margin: .3rem 0 !important;
    padding: .2rem .8rem !important;
    border-radius: 6px;
    font-weight: 600;
    transition: all .3s ease;
}
.unitColdStorage:checked + .unitColdStorageLabel{
    background-color: #5459c8;
    color: white;
}

.coldstorageUnit{
margin-top: -1rem;
}
.alert-div{
position: absolute;
top: 16px;
right: 76px;
}
.closeButton{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
#listingDetails{
  top:65px;
  overflow-y: hidden;
  height: 83%;
}
.listingsContent{
  width: 100% !important;
  left:14%;
}
.listingModalBody{
  max-height: 465px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.listingModalBody::-webkit-scrollbar {
  width: 9px;
}

.listingModalBody::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}
.listingModalBody::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  cursor: pointer;
  border-radius: 5px;
}

.scrollableQuotes::-webkit-scrollbar-thumb:hover {
  background: #adadad;
  cursor: pointer;
}
/* .container-1{
  background-color: #80808038;
} */
.laborDiv{
  height: 100px;
  background: url(/assets/Dashboard/Listing_BG_2.png) no-repeat left top;
}
.storageDiv{
  height: 100px;
  background: url(/assets/Dashboard/Listing_BG_1.png) no-repeat left top;
}
#datePicker{
  position: absolute;
  left: 6%;
  /* top: 16%; */
  height: 362px;
  width: 71%;
  z-index: 100;
  margin-top: -10px;
}
.dateChooseDiv{
  display: flex;
  justify-content: center;
}
.dateChoose{
  background-color: lightgray;
  border-radius: 30px;
  margin: 15px 0px;
  padding: 6px;
  width: 300px;
  gap: 6px;
}
.labels{
  padding: 5px 15px;
  border-radius: 20px !important;
  margin-bottom: 0px;
  width: 49%;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  border: none;
  background-color: lightgray;
}
.labelActive{
  background-color: white;
}
.labels:hover{
  background-color: white;
  cursor: pointer;
}
.period{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.periodH6,.monthH6{
  font-weight: bold;
}
.periodSelection{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.periodLabel{
  border: 3px lightgrey solid;
  border-radius: 20px !important;
  padding: 5px 10px;
  font-weight: bold;
  background-color: white;
}
.periodLabel:hover{
  border-color: black;
  cursor: pointer;
}
.periodLabelActive{
  border-color: black;
}
.monthSec{
  display: flex;
  max-width: 544px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.monthSec::-webkit-scrollbar{
  display: none;
}
.monthsList{
  display: flex;
  gap: 10px;
}
.monthDiv{
  border: 3px lightgrey solid;
  border-radius: 10px;
  width: 100px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.monthDiv:hover{
  border-color: black;
  cursor: pointer;
}
.monthIcon{
  height: 25px;
  width: 25px;
}
.p-month, .p-year{
  margin-bottom: 0px;
}
.p-month{
  font-size: 16px;
  font-weight: bold;
}
.p-year{
  font-size: 14px;
  font-weight: bold;
}
.left-button{
  position: absolute;
  left: 58px;
  bottom:20%;
}
.right-button{
  position: absolute;
  right: 62px;
  bottom:20%;
}
.lf-btn, .rt-btn{
  border: 3px lightgrey solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
}
.lf-btn:focus, .rt-btn:focus{
  outline: none;
}
.lf-btn:active, .rt-btn:active{
  width: 28px;
  height: 28px;
}
.calender{
  display: flex;
  margin: 10px;
  height: 74%;
  width: 100%;
  gap: 3%;
}
.fir-month,.sec-month{
  width: 47%;
}
.fir-month h5{
  text-align: center;
}
.sec-month h5{
  text-align: center;
}
.month-div{
  padding: 5px;
  height: 85%;
}
.week-head{
  display: flex;
}
.wh{
  width: calc(100%/7);
  text-align: center;
  font-weight: 400;
}
.day-div{
  display: flex;
  flex-wrap: wrap;
  height: 88%;
  margin-top: 5px;
}
.days{
  width: calc(100%/7);
  height: calc(100%/7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.prev-btn{
  position: absolute;
}
.next-btn{
  position: absolute;
  right: 13px;
}
.next-button, .prev-button{
  background-color: white;
  border: 0;
  border-radius: 50%;
  padding: 7px;
}
.next-button:hover, .prev-button:hover{
  background-color: lightgrey;
}
.next-button:focus, .prev-button:focus{
  outline: none;
}
.inActiveDays{
  color: lightgray;
}
.activeDays{
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activeDays:hover{
  border-radius: 50%;
  cursor: pointer;
  border: 3px black solid;
}
.activeButtonGroup{
  border-color: black;;
}
.selectedMonthDiv{
  border-color: black;
}
.selectedDayDiv{
  border-radius: 50%;
  background-color: black;
  color: white;
  font-weight: bold;
  border: 3px black solid;
}
.gif-loader{
  /* height: 33%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sizeDiv{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.locationSearchTooltip{
  position: relative;
}
.locationSearchTooltip div{
  position: absolute;
  z-index: 99999;
  width: 500px;
  background-color: white;
  bottom: 10px;
  border: 2px solid grey;
  border-radius: 7px;
  box-shadow: 10px 5px 15px grey;
  display: none;

}
.locationCityValueContainer:hover .locationSearchTooltip div{
  display: flex;
}
.locationSearchTooltip div p{
  padding: 10px;
  margin: 0;
}

.sqreFootageClass{
  border: 2px solid #dadada;
  width: 113%;
  padding: .25rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;    
}

.sqreFootageClass::placeholder{
  font-size: .8rem;
  color: #666666;  
}

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

.findWhz-mapViewFull{
width: 90%;
height: auto;
}

.list-carousel-app{
  display: flex;
  width: 100%;
  justify-content: center;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.list-carousel-app::-webkit-scrollbar {
  display: none;
}

.controll-buttons-app{
  display: flex;
  gap: 15px;
}

.left-right-btns{
  font-size: 20px;
  cursor: pointer;
}