
/* 
///////////////Netsol//////////// */
.pt-100{
    padding-top: 100px;
}
.br-1{
    border-radius: 4px;
    border: 1px solid #F1F1F1;
}
.br-2{
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
     border-radius: 4px;
}
.br-3 {
    background-color: #F7F7F7;
    border-radius: 4px;
}
.textareaMy{
    min-height: 90px !important;
    border-radius: 7px !important;
    border: solid 1px #bac9dd;
    resize: none;
}
.btnBlueI{
    width: 155px;
    height: 34px;
    background-color: #4ebffd;
    border-radius: 2px;
    padding: 10px 10px;
}
.br-5 {
    border-radius: 4px;
    border: 1px solid #F1F1F1;
}
.firstLetter::first-letter{
    text-transform: capitalize;
}
.br-6 {
    border-radius: 2px;
}
.rounded-4px{
    border-radius: 4px;
}
.font-13{
    font-size: 13px;
}
.font-30{
    font-size: 30px;
}
.font-34{
    font-size: 34px;
}
.inviteBtntwo{
    border: solid 1px #0191ea;
}
.carpoolerList{
    border: solid 1px #eaeaea;
    border-radius: 6px;
}
.carpoolerList:hover{
    box-shadow: 0 0 10px -2px #00000012;
}
.UserNameBig {
    width: 48px;
    color: #a5a5a5;
    height: 48px;
    background: #eaeaea;
  }

.lh-1{
    line-height: 0.3 !important;
}
.lh-2{
    line-height: 1;
}
.bg-btn{
    background-color: transparent;
    color: #919cab;
    border-radius: 3px;
    border: solid 1px #919cab;
    font-size: 11px;
    text-transform: capitalize;
    height: 18px;
    padding: 2px 7px;
}
.bg-btn span{
    padding-top: 2px;
    padding-left: 3px;
}
.bg-btn img{
    width: 12px;
    max-height: 11px;
    margin-left: -1px;
}
.btnBlack{
    /* height: 26px; */
    padding: 6px 18px;
}
.btnBlack.red{
    background-color: #e75858 !important;
}
.viewUserDetail{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.mx600{
    max-width: 600px;
}
.text-semiblack{
    color: #2B2B2B;
}
.text-bluelight{
    color: #0191ea;
}
.bg-bluelight{
    background-color: #edf8ff;
}

.alertmsg{
    height: auto;
    padding: 10px 18px;
    background-color: #e8faee;
    border: solid 1px #5dc27e;
    box-shadow: 0 0 24px rgba(134,205,157,0.2);
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    right:0;
    top: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #5dc27e;
    z-index: 1092;
    text-align: center;
    margin: 0 10px;
}
.alertmsg.rejectRequest{
    border: solid 1px #c25d5d;
    background-color: #fae8e8;
    color: #c25d5d;
    box-shadow: 0 0 24px rgba(205, 134, 134, 0.2);
}
.buttonLocation{
    max-width: 206px;
}
.semigrey{
    color: #555555
}
.tophidemenu{
    top: 80px;
}
.w-30{
    width: 30%;
}
.filter{
    left: 108px;
    top: -32px;
}
.btn-br{
    border: 1px solid #161637;
    background-color: #F6F6F6;
    color: #161637; 
    border-radius: 2px;
}
.logoCompany{
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    background-color: #fff;
}
.lightgray{
    background-color: #f6f6f6;
}
.w-750{
    max-width: 750px;
    width: 98%;
}

.pt-50{
    padding-top: 50px;
}
.h-386{
    height: 386px;
}

.hoverover:hover+.hide {
    display: block;

}
/* /////////////////////Listing /////////////////// */
.hover_effect:hover{
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
}
/* //////////////////Range picker//////////////// */
.lines{
    width: 87%;
    margin: auto;
    color: #c5c1c1;
    border: 1px;
}
.btn-carpol{
    background-color: #4EBFED;
    color: #fff;
    border-radius: 2px;
}
.btn-carpol:hover{
    background-color: #61c9f1;
    color: #fff;
}
.topTitle{
    border: solid 1px white;
    backdrop-filter: blur(84px);
    -webkit-backdrop-filter: blur(84px);
    background: rgba(255,255,255,0.56);
    border-radius: 6px;
    z-index: 2;
    height: 56px;
    padding: 14px 0;
}
.clusterTitle{
    margin-top: -20px;
}
.modal-h2{
    border-bottom: 0px;
}
.bg-btn2{
    background-color: #5DC27E;
    color: #fff;
    border-radius: 2px;
}

/* ///////////////////Range slider////////////////////////////// */
.sliderup {
    padding: 0px 29px;
    min-height: 30px;
    margin: 30px 0 20px 0;
}
.slider {
    top: 9px;
    position: relative;
}
.startyear,
.endyear {
	float: left;
	color: #333;
	text-align: right;
	font-weight: bold;
}
.endyear {
	text-align: left;
}
.setyear {
	position: absolute;
	top: -35px;
	left: 40%;
	width: 60px;
	height: 25px;
	text-align: center;
	color: #000000;
	font-weight: 500;
	white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    padding: 5px 13px;
    font-size: 10px;
}

.range {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0.9375rem;
}
input[type=range] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 10px;
	padding: 0;
	border-radius: 4px;
	/* background: #FFE014; */
	box-sizing: content-box;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	border: 2px solid #A7A7A7;
	border-radius: 25px;
	background: white;
}


.inputRange {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}
.addressTool{
    top: -27px;
    background-color: black;
    color: white;
    font-size: 10px;
    padding: 4px;
    border-radius: 3px;
}
.locationShow:hover .addressTool{
display: block !important;
}
.locationShow{
    cursor: pointer;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #5DC27E;
    box-shadow: 0px 2px 6px rgba(200, 213, 232, 0.75);
    cursor: pointer;
    position: relative;
}
.acceptBtnInvite:disabled{
    pointer-events: none !important;
    opacity: 0.8 ;
}
.slider::-moz-range-thumb {
    width: 8px;
    height: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #5DC27E;
    box-shadow: 0px 2px 6px rgba(200, 213, 232, 0.75);
    cursor: pointer;
    position: relative;

}

.blue-text {

    top: 20px;
}
.slide_icon{
    top: -7px;
    left: 0px;
    width: 42px;

}
.slide_icon_second{
    top: -5px;
    width: 36px;
    right: 2px;

}
.w-33{
    width: 33px;
}
.w-28{
    width: 28px;
}
.w_80{
    width: 80px;
}



.copylink{
    top: 18px;
    right: 11px;
}
/* .bg-gray{
    background-color: ;
} */
.display {
   margin: auto;
   padding-top: 10px;
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.lines{
    width: 87%;
    margin: auto;
    color: #c5c1c1;
    border: 1px;
}
.btn-carpol{
    background-color: #4EBFED;
    color: #fff;
    border-radius: 2px;
}
.modal-h2{
    border-bottom: 0px;
}
.bg-btn2{
    background-color: #5DC27E;
    color: #fff;
    border-radius: 2px;
}


.before-this {
    display:none;
}

.companyName{
    width: 80px;
    height: 80px;
    background-color: white;
}
.text-grey91{
    color: #919cab;
}
.btnGreen {
    height: 41px;
    max-width: 372px;
    margin: 0 auto;
    background: #47b549;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    color: #ffffff;
  }
.btnGreyline {
    height: 41px;
    max-width: 372px;
    margin: 0 auto;
    background: transparent;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    color: #919cab;
    border: solid 1px #919cab !important;
  }
/* /////////////////Responsive /////////////// */

.pointer-none{
    pointer-events: none;
    cursor: none;
}
@media (max-width: 480px){
    .alertmsg{
        max-width: 300px;
    }
}

@media (max-width: 768px){
    .reversContainer{
        flex-direction: column-reverse !important;
    }.reversContainer .w-60{
        width: 100% !important;
        border-top:solid 1px #eaeaea;
    }
    .buttonLocation{
        max-width: 100% !important;
    }
    .displayed{
        display: none;
    }
    .companyName{
        border-radius: 3px;
        border: solid 1px #ebebeb;
        width: 60px;
        height: 60px;
        font-size: 20px !important;
        margin-right: 10px;
    }
    .mapDivMobileUp{
        display: flex ;
        flex-direction: column-reverse;
    }
    .sliderup{
        width: 100% !important;
    }
    .filtered{
        display: inline-block;
    }
    .stats-mb{
       display: block;
        
    }
    .left-width{
        width: 100%;

    } 
    .right-width {
     width: 0%;
    }
    .before-this
    {
        display: block;
    }
    .initial_logo{
        position: initial !important;
    }
    .mobile_br{
        border-top: 0;
    }
    .desktop_head{
        display: block;
    }
    .modile_head{
        display: none;
    }
    .logo_screen{
        display: none;
    }
    .location_mob{
        text-align: start;
    }
    .ranger{
        display: none;
    }
    .menu_popup{
        width: 25px;
    }
    .mobile_content{
        background: transparent !important;
        border: 0px;
    }
    
    .mobile_content_c1{
        display: none;
    }
    .carpoler_text{
        display: none;
    }
    .bg_white{
        background-color: #fff;
    }
    .carpol_section{
        padding-top: 61px;
    }
   
    .lh_mob{
        line-height: 1px;
    }
     /* .drop_notification .dropdown-menu {
            max-width: 386px;
            min-width: auto;
    
    } */
        .screen_edit {
            display: none;
        }

}

.bcF4F4F4 {
    border-color: #f4f4f4 !important;
  }
  .chatName {
    width: 38px;
    color: #a5a5a5;
    height: 38px;
    background: #eaeaea;
  }
  .msgAlert {
    width: 20px;
    height: 20px;
    background: #e75858;
    border-radius: 20px;
    line-height: 23px;
    align-self: baseline;
  }
  .text-grey18 {
    color: #181818;
  }
  .text-grey01 {
    color: #0191ea;
  }
  
  .chatList {
    cursor: pointer;
  }
  .chatList:hover,
  .chatList.active {
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
  }
  .chatList:hover .border-bottom{
      border: none !important;
  }
  .chatList.active .border-bottom{
      border: none !important;
  }
  .arrowChat{
      cursor: pointer;
  }
  .chatList.active .textAreaList{
      border-bottom: none !important;
  }
  .chatOpen .textarea {
    text-align: left;
  }
  .chatNameBig {
    width: 45px;
    color: #a5a5a5;
    height: 45px;
    background: #eaeaea;
  }
  .discleft {
    padding-left: 20px;
  }
  .discleft:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    background-color: #919cab;
    left: 10px;
    top: 8px;
  }
  
  .chatOpen.replay {
    flex-direction: row-reverse;
  }
  .chatOpen.replay .textarea {
    text-align: right;
  }
  .chatOpen.replay .textarea h3 {
    flex-direction: row-reverse;
  }
  .chatOpen.replay .textarea h3 .discleft {
    padding-left: 0 !important;
    padding-right: 20px;
  }
  .chatOpen.replay .textarea h3 .discleft:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    background-color: #919cab;
    right: 10px;
    top: 8px;
    left: inherit;
  }
  .chatUserList {
    height: calc(100vh - 238px);
    overflow-y: auto;
  }
  .chatOpend {
    height: calc(100vh - 324px);
    overflow-y: auto;
  }
  .chatDate span {
    color: #919cab;
    z-index: 2;
    background-color: white;
    width: 64px;
  }
  .chatDate::after {
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    background-color: #f4f4f4;
    right: 0;
    top: 7px;
    left: 0;
    z-index: 1;
  }
  .chatInput::placeholder {
    font-size: 14px;
    color: #919cab;
  }
  .chatInput:focus {
    outline: none;
    border: none;
  }
  .loaderChat{
      z-index: 1090;
  }
  .chatSection{
      padding-top: 100px;
  }
  .ChatOpenContainer{
      position: relative;
  }
  @media (max-width: 768px) {
      .chatSection{
          padding-top: 60px;
          position: relative;
          max-height: calc(100vh - 0px);
          min-height: calc(100vh - 0px);
          height: calc(100vh - 0px);
      }
      .chatUserList {
          height: calc(100vh - 123px);
      }
      .chatOpend {
          height: calc(100vh - 266px);
        }
    .chatContainer {
      flex-direction: column;
    }
    .chatContainer .w-30,
    .chatContainer .w-60 {
      width: 100%;
    }
    .ChatOpenContainer{
      position: absolute;
      top: 61px;
      background: white;
      z-index: 11030;
      transform: translateX(700px);
      transition: all 0.4s;
      left: 0;
      height: calc(100vh - 60px);
      }
    .ChatOpenContainer.showChat{
      transform: translateX(0px);
      transition: all 0.4s;
      }
    .chatInputUp {
      border: none !important;
      padding: 20px 16px;
      width: 100%;
      position: fixed;
      bottom: 0;
    }
    .chatInputIn {
      border: solid 1px #f4f4f4 !important;
      border-radius: 70px;
      overflow: hidden;
    }
    .chatInput::placeholder {
      font-size: 11px;
      color: #999999;
    }
    .chatInputIn input{
      padding-top: 17px !important;
      padding-bottom: 17px !important;
      padding-left: 20px !important;
    }
    .chatBtn  {
      padding: 7px !important;
    }
    .chatBtn img {
      border-radius: 60px;
      overflow: hidden;
      padding: 0 !important;
    }
  }

@media (min-width: 800px) {
   .mapDivMobile{
       display: flex !important;
   }
.stats-mb {
        display: none;
    }
.desktop_head{
    display: none;
}
.screen_edit{
    display: none;
}
   
}

