
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

*{
    font-family: 'Quicksand', sans-serif;
}


.header-logo{
    object-position: 50% 50%;
    /*width: 277px;*/
    width: auto;
    height: 64px;
    object-fit: cover;
}

.navbar{
    z-index: 2;
}
.header-search-area{
    background: url(https://static.wixstatic.com/media/bb71633f1c4e4e5abbd5da6daed3c106.jpg/v1/fill/w_1079,h_734,al_c,q_85,usm_0.66_1.00_0.01/bb71633f1c4e4e5abbd5da6daed3c106.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 700px;
    margin-top: -110px;
}

.location-search-area{
    margin-top: 150px;
    height: 50px;
}

 
.search-postal{
     height: 50px !important;
    border-radius: 0px !important;
   padding-top: 10px; 
}

.search-postal .select2-selection__arrow{
   padding-top: 10px !important; 
}

.location-search-area button{
    background-color:#24a4dc !important;
    border-color:#24a4dc !important;
    border-radius: 0px;

}

.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.register-buttons{
    margin-top: 100px;
}

.register-th{
    background-color: rgba(37, 165, 219, 1) !important;
    border-color:rgba(37, 165, 219, 1) !important;
    border-radius: 0px;
    margin: 10px;
    margin-left: 0px;
}

.register-cus{
    background-color: #a0a0a6 !important;
    border-color:#a0a0a6 !important;
    border-radius: 0px;
    margin: 10px;
    margin-left: 0px;
}

.button-default-1{
     background-color: #a0a0a6 !important;
    border-color:#a0a0a6 !important;
    border-radius: 0px; 
}
.button-primary-1{
    background-color: rgba(37, 165, 219, 1) !important;
    border-color:rgba(37, 165, 219, 1) !important;
    border-radius: 0px; 
}

.button-default-2{
    background-color: #b10c44;
    border-color: #b10c44;
    font-size: 10px;
    color:#fff;
    border-radius: 0;
}
.button-default-2:hover{
    background-color: #b10c44;
    border-color: #b10c44;
    font-size: 10px;
    color:#fff;
}


.button-danger-2{ 
    border-radius: 0;
}


.modal-1{
    border-radius: 0px;
}

.therapist-result{ 
    margin-top: -200px;
    background-color: #ffffff;
    padding: 15px;
}

.common-page-content{ 
    margin-top: -200px;
    background-color: #ffffff;
    padding: 15px;
}

.checked{
    color: orange;
}

.person-rating{
    float: left;
}
.distance-label{
    float: right;
    font-size: 15px;
    font-weight: 900;
}

.filter-area{
    margin-bottom: 20px;
}
.text-center{
    text-align: center;
}

.image-upload-preview{
    width: 100px;
    font-size: 10px;
}

.hidden{
    display: none !important; 
}
.profile_picture{
    font-size: 10px;
}

.area-covered-lable{
    margin-bottom: 0px;
}

.contact-me{
    font-size: 13px;
}

.profile-card .card-text{
    margin-bottom: 10px;
}

.reviews-card{
    margin-top: 15px;
}

.card-text-review-type{
    font-size: 14px;
    margin-top: 10px;
}

.card-text-review-type .rate{
    font-size: 13px;
    font-weight: 600;
}
.profile-img-review{
    width: auto;
    height: 40px;
}

.review-user-name{
    font-weight: 600;
    font-size: 14px;
}

.review-user-name-d{
     font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
}

.review-describe{
    font-size: 13px;
}
.review-time{
    font-size: 10px;
}

.contact-me-card-img{
    width: 70px; 
}

.mt50{
    margin-top: 50px;
}
 
.order-title-d{
    font-size: 12px;
    display: block;
}

.order-view{
    margin-top: 15px;
}

.message-area{
    height: 500px;
}

.user-image-order-chat{
    width: 50px;
}

.order-user-chat{
    font-size: 13px;
}

.chat-time{
    font-size: 8px;
}

.rating-value{
    font-size:12px;
    font-weight: 900;
    color:orange; 
}

.review-area{
    background-color: #e5e5e5;
    padding: 5px;
}

.fs20{
    font-size: 20px;
}


.attachment-send{
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}
 
.chat-text-area{
    padding-right:0px !important;
    padding-left: 0px !important;
}

.form-control-link{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box; 
    border-radius: .25rem;
}

.error{
    font-size: 13px;
    color: #f70404;
}

.success-icon{
        font-size: 50px;
    margin: 15px;
    color: #24ad24;
}

.list-group .active{
    background-color: #42a7dd !important;
    border-color: #3fa4dc !important;
}

.chat-view-chat-title{
    width: 100%;
    height: 50px; 
    top:0;
}
.chat-view-chat-body{
    width: 100%; 
    height: 310px; 
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-view-chat-footer{
    width: 100%;
    height: 100px; 
    bottom:0;
        overflow-y: scroll;
}

.online{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #60d960;
    margin-top: 2px;
}

.offline{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #7f7b7b;
    margin-top: 2px;
}

.last-seen{
    font-size: 10px;
        color: #837878;
        text-align: right;
}

.chat-title-name{
        font-size: 13px;
    font-weight: 900;
}

.inline-message{
    margin-top: 5px;
    font-size: 13px;
    color: #918888;
}

.unread{
    font-weight: 900;
    color: #000;
}

.name-in-chat{
    font-size: 11px;
}

.date-time-in-chat{
     font-size: 10px;
     color: #918888;
     float: right;
}

.h30{ 
    height: 30px;
}


.time-last-message{
    font-size: 9px;
    color: #918888;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.active .time-last-message{
    color:#fff;
}

.up-file-name{
    font-size: 10px;
}

.uploading-files-area,.uploading-d-files-area{
    padding-bottom: 5px;
}

.cancel-file{
    font-size: 10px;
    color: red;
    margin-left: 5px;
}

.progress{
    height: 8px;
}

.file-preview{
    font-size: 50px;
}

.file-name{
    font-size: 10px; 
}

.file-preview-link{
    color: #42a7dd;
}

.file-preview-link:hover{
    text-decoration: none;
}

.create-offer{
    font-size: 10px;
}

.withdraw-offer{
    color: #fff;
    font-size: 10px;
}
.withdraw-offer:hover{
    text-decoration: none;
}

.offer-action{
     color: #fff !important;
    font-size: 10px !important;
}

.offer-action:hover{
      text-decoration: none;
}

.reject-offer{
    font-size: 8px;
}

.reject-offer:hover{
      text-decoration: none;
}


.late-d{
    color:#db0707;
}

.built-in-message-input{
    margin:5px;
    color: #3fa5db;
}

.built-in-message-text{
    color: #9e9393 !important;
}

.contact-msg{
    height: 130px !important;
}

.chat-view-chat-title .list-group{
    z-index: 2 !important;
}

.withdrawable{
    font-size: 12px;
    font-weight: 900; 
}

.chat-view-chat-body > .row{
    margin-top: 20px;
}

.pl-10{
    padding-left: 10px;
}

.chat-view-chat-title .list-group-item{
    z-index: 2;
}

.btn-success-1{
    border-radius: 0;
}

.enter-location{
        height: 50px;
    border-radius: 0px;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.therapist-result .card{
    cursor: pointer;
    max-height: 450px; 
    min-height: 450px;
    margin-bottom: 30px;
}

.therapist-result .card-body{
    font-size: 12px;
}

.therapist-result .card-title{
    font-size: 16px;
    font-weight: 800;
}

.startingprice-label{
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;

}

.alert{
    border-radius: 0;
}