@charset "utf-8";
/* CSS Document */

@import url('normal.css');

.account-wrapper{
    position: relative;
    background-color: #fff;
    display: flex;
    min-height: 100vh;
    padding-bottom: 12px;
}
.account-bg-1{
    background-image: url('../images/find-a-real-estate-agent.jpg');
}
/* .account-bg-2{
    background-image: url('../images/account-bg-2.jpg');
} */
.account-right{
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}
.account-wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(269.44deg, #006AFA 2.3%, #00AE86 99.19%);
    z-index: 2;
}
/* .account-right::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #EEECBC;
    mix-blend-mode: multiply;
} */
.account-logo {
    padding: 30px 40px;
}
.account-logo a{display: block;}
.account-logo a img{
    width: 60px;
}
.account-left{
    position: relative;
    background-color: #fff;
    width: 50%;
    flex: 0 0 50%;
    z-index: 1;
}
.account-scroll{
    display: flex;
    justify-content: flex-start;
    min-height: calc(100% - 128px);
    flex-direction: column;
}
.account-leftInner{
    padding:20px 15px 40px 15px;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.account-bw-leftInner{
    width: 100%;
    max-width: 500px;
}

.account-title h1{
    color: #00AE86;
    margin-bottom: 15px;
}
.account-title p{
    font-family: 'ProximaNova-Regular';
    color: #526D74;
}
.account-title p span{
    font-family: 'ProximaNova-Bold';
}

.form-part .form-group > label{
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #828282;
    line-height: 16px;
    padding-left: 5px;
}
.form-group-input{
    position: relative;
}
.form-control{
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    color: #757575;
    padding: 12px 15px;
    background-color: #fff;
    outline: none;
    width: 100%;
}
.account-review-title > span{
    display: block;
}
.account-review-title > span img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.account-review-title h3{
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #526D74;
    margin-left: 10px;
    margin-bottom: 0;
}
.account-review-title h3 span{
    font-family: 'ProximaNova-Bold';
}
.account-review p{
    font-family: 'ProximaNova-Regular-Italic';
    font-size: 14px;
    color: #526D74;
    margin: 5px 0 0;
}
.star-review i{
    font-size: 14px;
    color: #ccc;
}
.star-review i.active{
    color: #006AFA;
}
.account-footer p{
    font-family: 'ProximaNova-Regular';
    color: #526D74;

}
.footer-copy-right{
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.footer-copy-right p{
    padding:0rem 1rem 0;
    color: #3A506B;
}
.footer-copy-right a{
    color: #3A506B;
}

.password-label{
    display: flex;
    justify-content: space-between;
}
.password-label p{

}
.logged-in{
    display: flex;
    justify-content: space-between;
}

.form-part.email-sent-form .form-group > label, .email-sent-form p{
    color: #526D74;
}

.password-show-icon{
    line-height: 1;
    display: block;
}

.ci-user-picture{
    min-width: 56px;
    margin-right: 16px;
    position: relative;
}
.userediticonbtn {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    position: absolute;
    bottom: 0;
    right: -8px;
    color: #1e2e50;
}
.ci-user-picture img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.ci-user-name p{
    margin-bottom: 0;
}
.ci-user-name p>i{
    letter-spacing: 5px;
    font-style: normal;
}
.setup-container{
    position: relative;
    flex: 0 0 100%;
    padding-bottom: 50px;
}
.setup-container::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #00AE86;
    z-index: -1;
}
.setup-container .account-logo{
    padding: 15px 0;
}
.setup-container .account-leftInner{
    max-width: 100%;
}
.pi-form{
    background: #FFFFFF;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
border-radius: 6px;
padding: 70px 100px;
}
.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


#upload-profile-pic {
    max-width: 100%;
    max-height: 250px;
    height: 250px;
    padding-bottom: 25px;
    margin: 0 auto;
    /* display: none; */
}
/* #upload-profile-pic.ready {
    display: block;
} */
/* .croppie-container .cr-image{transform: none !important;} */
/* .cabinet.center-block{
    text-align: center;
    display: block;
} */

.croppie-container .cr-image{
    transition:none !important;
}

#termsServicepopup .modal-dialog{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.modal-content-spce{
    padding:15px;
}
.modal button.close{
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    color: #FFFFFF;
    opacity: 1;
}

.cl-popup{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.cl-popup.show{
    display: flex;
}
.cl-popup::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(5, 27, 49, 0.8);
    transition: opacity .15s linear;
}
.cl-popup.show::before{
    opacity: 1;
}
.cl-popup-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.cl-popup-content {
    position: relative;
    padding: 1rem;
}
.cl-popup-logo{
    margin-bottom: 10px;
}
.cl-popup-content p {
    font-size: 20px;
    margin-bottom: 0px;
}
.modal-footer-bg{
    width: 100%;
    height: 12px;
    background: linear-gradient(269.44deg, #006AFA 2.3%, #00AE86 99.19%);
}
.modal-congrats-body-green{
    background: #00AE86;
    padding: 50px 110px;
}
.modal-congrats-body-white{
    padding-top: 60px;
}

.congrats-bm p{
    color: #007B9B;
    margin-bottom: 20px;
}
.congrats-bm a{
    max-width: 300px;
    margin: auto;
    display: block;
}
.modal-default-content{
    border: none;
    border-radius: 0px;
}
.full-modal-height .modal-dialog{
    min-height: 100vh;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.full-modal-height .modal-default-content {
    border: none;
    border-radius: 0px;
    height: 100%;
    flex: 1;
}

.modal.show.modal-static .modal-dialog{
    transform: scale(1);
}
.ga-tab-part {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    padding-top: 0px;
}
.ga-tab-part .ga-nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.filter-flex{
    display: flex;
    align-items: center;
}
.ga-tab-part .nav-tabs {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1;
    flex-grow: 1;
}
.ga-filter-content {
    padding-top: 15px;
}
.ga-tab-part .nav-tabs .nav-link{
    color: #4F4F4F;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    padding: .5rem 0.5rem;
    margin-right: 1.5rem;
}
.ga-tab-part .nav-tabs .nav-link.active{
    font-family: 'ProximaNova-Bold';
    color: #00AE86;
}

.ga-tab-part .nav-tabs .nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    border-radius: 4px 4px 0 0;
    background: #00AE86;
    transition: all 0.4s linear;
}
.ga-tab-part .nav-tabs .nav-link.active::before{
    opacity: 1;
}
.ga-filter-jobs-list .job-sortby-filter {
    background-color: #fff;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.ga-filter-jobs-list .job-sortby-filter .form-group{
    margin-bottom: 0;
}
.ga-filter-jobs-list .ga-listing-scroll{
    max-height: 580px;
    padding-top: 0;
    overflow-x: hidden;
}
.ga-filter-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.ga-job-listed-box{
    background: #2E545F;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    padding-top: 0;
}
.jobshows-box {
    padding: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;

}
.jobshows-box p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    margin-right: 30px;
}
.job-view-box-offer {
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.job-sub-box-area {
    margin-right: 20px;
}
.job-sub-box-area a{
    display: inline-block;
    background-color: #00AE86;
    padding: 7px 12px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
}
.job-sub-box-area:last-child{
    margin-right: 0px;
}
.job-sub-box-area b {
    /*font-family: 'ProximaNova-SemiBold';*/
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    line-height: initial;
}
.job-sub-box-area span {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 13px;
    line-height: initial;
}


.job-filter .select2-container--default .select2-selection--single{
    border: 1px solid #C8C8C8;
    height: 36px;
}
.job-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #4F4F4F;
    line-height: 36px;
    padding-right: 40px;
}
.job-filter  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
    right: 10px;
}
.job-filter .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    background: url('../images/select-arrow.svg') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.jobDuration-part{
    max-width: 20%;
    flex: 0 0 20%;
}
.jobType-select{
    min-width: 200px;
    /* max-width: 20%;
    flex: 0 0 20%; */
}
.zipCode-part, .mlsArea-part{
    /* max-width: 15%;
    flex: 0 0 15%; */
}
.job-filter > div.form-group{
    padding-right: 20px;
}

.form-control-36 .form-control{
    padding: 5px 15px;
}
.job-sortby-filter .custom-checkbox{
    padding-right: 15px;
    padding-left: 0;
}

.job-sortby-filter .custom-control-label::before,
.job-sortby-filter .custom-control-label::after{
display: none;
}

.job-sortby-filter .custom-control-label{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    padding: 2px 12px;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
}
.job-sortby-filter .custom-checkbox > input[type="checkbox"]:checked + label,
.job-sortby-filter .custom-checkbox > input[type="radio"]:checked + label{
    background: rgba(0, 106, 250, 0.08);
    border-color: rgb(238 243 255);
    color: #006AFA;
}
.ga-listing-wrapper {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.ga-listing-right {
    background: #F5F5F5;
}
.ga-listing-scroll{
    padding-top: 20px;
    max-height: 650px;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-x: hidden;
}
.give-assistance-container .ga-jl-scroll {
    max-height: calc(100% - 230px);
    min-height: calc(100% - 230px);
}
.ga-listing-scroll.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.ga-listing-right-row{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    margin: 0px 10px;
    margin-bottom: 10px;
}
.ga-listing-offer-top{
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
    margin-bottom: 4px;
    padding: 4px;
    display: flex;
}

.ga-listing-offer-left{
    background-color: rgba(0, 174, 133, 0.05);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 96px;
}
.ga-listing-offer-left h3{
    color: #007B9B;
    margin-bottom: 0;
    text-align: center;
}
.ga-listing-offer-left h3 span{
    display: block;
    font-size: 13px;
}
.ga-listing-offer-right {
    position: relative;
    margin-left: 15px;
    width: 100%;
    padding-right: 20px;
}
.ga-listing-offer-right ul li{
    font-size: 14px;
    padding: 2px 0px;
}
.ga-listing-offer-right ul li img{
    width: 14px;
    margin-right: 8px;
}
.ga-listing-right-icon{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    opacity: 0.5;
}
.ga-listing-right-icon:hover{
    opacity: 1;
}
.ga-listing-offer-bm{
    padding: 4px;
    display: flex;
}
.ga-listing-offer-bm a{
    font-family: 'ProximaNova-Extrabold';
    color: #006AFA;
    font-size: 15px;
    min-width: 96px;
    text-align: center;
}
.ga-listing-offer-bm p{
    font-size: 13px;
    color: #4F4F4F;
    margin-bottom: 0;
    margin-left: 15px;
}
.ga-listing-offer-bm p span{
    font-family: 'ProximaNova-Bold';
    display: inline-block;
}
#jobListing-map{
    height: 100%;
}
.ga-listing-left-col > a{
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 1;
}
.ga-jl-right{
    position: absolute;
    right: -100%;
    width: 100%;
    background: #fff;
    top: 0px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
    transition: all 0.4s ease;
}

.ga-pl-right-open .ga-jl-right{
    right: 0%;
}
.ga-jl-scroll {
    max-height: calc(100% - 174px);
    min-height: calc(100% - 174px);
    padding-top: 10px;
    background-color: #f5f5f5;
    overflow-x: hidden;
}
.ga-listing-left-col {
    max-width: calc(100% - 388px);
    height: 100%;
}
.ga-listing-right-col {
    max-width: 100%;
    min-width: 388px;
}
.back-job-listBtn{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
    line-height: 1;
}
.job-accept-row {
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.job-accept-detail{
    display: flex;
}
.job-accept-row .ga-listing-offer-left {
    background-color: rgba(0, 174, 133, 1);
}
.job-accept-row .ga-listing-offer-left h3 {
    color: #ffffff;
}
.ga-job-list-row{
    padding: 0px 30px;
    margin-bottom: 20px;
}
.property-number{
    font-size:13px;
    color: #007B9B;
    margin-bottom: 5px;
}
.property-number span{
    font-family: 'ProximaNova-Bold';
    display: inline-block;
}
.ga-property-top{
    display: flex;
}
.ga-p-left-img{
    min-width: 111px;
}
.ga-p-left-img img{
width: 111px;
border-radius: 4px;
max-height: 68px;
}
.ga-p-right{
margin-left: 10px;
}
.ga-p-right p{
    margin-bottom: 2px;
}
.ga-p-right h6{
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #828282;
}
.ga-p-right ul li{
    display: inline-block;
    border-right: 1px solid #666666;
    padding-right: 5px;
    margin-right: 1px;
    line-height: 1;
}
.ga-p-right ul li span{
    font-family: 'ProximaNova-Bold';
}
.ga-p-right ul li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.addbankmodal .form-bottom-border-box{
    border-bottom: none;
}
.min-width-220{
    min-width: 220px;
}
.job-summary-modal{
    padding-right:0 !important;
}
.job-summary-modal .close-modal-custom{
    right: 0;
    left: -35px;
    background-color: transparent;
}
.job-summary-modal .modal-dialog{
    margin: 0;
    margin-left: auto;
    max-width: 580px;
    height: 100%;
    width: 90%;
}

.modal.fade.job-summary-modal .modal-dialog{
    -webkit-transform: translate(100%,0px);
    transform: translate(100%, 0px);
}
.modal.job-summary-modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.job-summary-modal .modal-content{
    border: none;
    height: 100%;
    border-radius: 0;
}
.job-summary-modal-area{
    height: calc(100vh - 12px);
}
.job-summary-row{
    padding: 20px 15px;
    border-bottom: 1px solid #E0E0E0;
}
.job-summary-content{
    max-width: 500px;
    margin: auto;
}
.job-summary-title h4{
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    margin-bottom: 0;
}
.job-summary-title span{
    font-family: 'ProximaNova-Regular';
    display: inline-block;
    margin-left: 10px;
}
.js-property-img{
    margin-right: 18px;
    margin-bottom: 15px;
}
.js-property-img img{
    max-width: 53px;
    min-width: 53px;
    border-radius: 4px;
    background-color: #f5f5f5;
}
.js-property-title h3{
    margin-bottom: 0px;
}
.js-property-title span{
    display: block;
    color: #828282;
    margin-bottom: 15px;
}
.js-property-detail p{
    color: #666666;
    margin-bottom: 15px;
    max-width: 170px;
}

.bf-card-yellow{
    border-left: 4px solid #FFEBB7;
}
.bf-card-green{
    border-left: 4px solid #00AE86;
}
.bf-card-violet{
    border-left: 4px solid #F5CDF6;
}
.my-job-table .mp-header .mp-data:nth-child(5) {
    width: 9%;
}
.my-job-table .mp-header .mp-data:nth-child(6) {
    width: 12%;
}
.my-job-table .mp-header .mp-data:nth-child(7) {
    width: 11%;
}
.my-job-table .mp-header .mp-data:nth-child(8) {
    width: 11%;
}

.mj-property-num {
    position: absolute;
    bottom: 0;
    left:7px;
}
.mj-property-num h6 {
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    color: #fff;
}
.mj-property-num h6 span{
    font-family: 'ProximaNova-Bold';
}
.mj-all-done {
    padding-left: 40px;
    padding-right: 40px;
}
.mj-bm-col p{
margin-bottom: 0;
}
.mj-bm-col .dropdown-menu{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 0px 4px rgba(0, 0, 0, 0.14), 0px 0px 8px rgba(0, 0, 0, 0.12);
border-radius: 4px;
border: none;
    padding:4px 10px;
    width: 100%;
    top: auto;
    bottom: 100%;
    transform: translateY(-20%) !important;
}
.mj-bm-col .dropdown-menu a{
    display: block;
    font-size: 14px;
    color: #4F4F4F;
    padding: 6px 0;
}
.mj-bm-col .dropdown-menu.show {
    opacity: 1;
    transform: translateY(-5%) !important;
    visibility: visible;
}

.proprty-status p{
    /*font-family: 'ProximaNova-SemiBold';*/
    font-weight: 700;
}
.proprty-status p span.badge{
    min-width: 120px;
}

.status-dot.bg-green{
    background-color: #00AE86;
}
.bg-green-disabled.add-calendar-btn{
    pointer-events: none;
}

.cropImageModal .modal-dialog{
    max-width: 750px;
    width: 90%;
    margin: 0.5rem auto;
}
.up-photo-title{
    padding: 8px 15px;
    text-align: center;
}

#upload-demo{
    position: relative;
	width: 100%;
	height: 250px;
  padding-bottom:0;
}
.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
.croppie-container .cr-image{
    right: 0;
    margin: auto;
}
.croppie-container .cr-slider-wrap {
    width: 275px;
}
.cr-slider-wrap p{
    font-size: 13px;
    color: #8D8D94;
    text-align: left;
}
.cr-slider{
    width: 275px;
}
.upload-action-btn {
    margin-top: 60px;
    padding-top: 40px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.cr-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.cr-slider::-webkit-slider-runnable-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
}
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #E0E0E0;
}
.cr-slider::-moz-range-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
}
.cr-slider::-ms-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
    color: transparent;
}

/* custome css start  */
.open_door,
.open_house,
.lable-price {
    padding: 6px 12px 6px 12px;
    background-color: #4f4f4f;
    border-radius: 25px;
    position: relative;
}
.open_door:after,
.open_house:after,
.lable-price::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid #4f4f4f;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.open_door {
    padding: 6px 12px 6px 12px;
    background-color: #007753;
    border-radius: 25px;
    position: relative;
}
.open_door:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid #007753;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.open_house {
    padding: 6px 12px 6px 12px;
    background-color: #0043B1;
    border-radius: 25px;
    position: relative;
}
.open_house:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid #0043B1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.task {
    padding: 6px 12px 6px 12px;
    background-color: #ED7646;
    border-radius: 25px;
    position: relative;
}
.task::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid  #ED7646;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.lease {
    padding: 6px 12px 6px 12px;
    background-color: #6393FF;
    border-radius: 25px;
    position: relative;
}
.lease::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid #6393FF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
#legend {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20%;
    margin-bottom: 20px;
}
#legend div.open-door-legend span {
    background: #007753;
}
#legend div.open-house-legend span {
    background: #0043B1;
}
#legend div.lease-legend span {
    background: #6393FF;
}
#legend div.task-legend span {
    background: #ED7646;
}
#legend span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
#legend div {
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    max-width: 135px;
    width: 100%;

}
.mlsArea-part {
    width: 135px;
    min-width: 135px;
}
@media (max-width: 991px){
    .ga-tab-part{
        padding-top: 0;
    }
    .ga-tab-part .ga-nav {
        display: inherit;
    }
    .ga-tab-part .job-sortby-filter {
        padding: 15px 25px;
    }
    #legend {
        margin-left: 0;
    }
}
@media (min-width: 768px){

    .ga-listing-wrapper.available-job-container{
        height: calc(100vh - 265px);
    }
    .ga-listing-wrapper.available-job-container .ga-listing-scroll{
        height: 100%;
        max-height: calc(100vh - 335px);
    }
    .ga-listing-wrapper.give-assistance-container{
        height: calc(100vh - 169px);
    }
    .ga-listing-wrapper.give-assistance-container .ga-listing-scroll{
        height: 100%;
        max-height: calc(100vh - 172px);
    }
}
@media (min-width: 992px){
    .ga-listing-wrapper.available-job-container{
        height: calc(100vh - 265px);
    }
    .ga-listing-wrapper.give-assistance-container{
        height: calc(100vh - 172px);
    }
}




.lable-price.blue-lable-price {
   background-color: #0B3BB6;
}
.lable-price.blue-lable-price::after{
 border-top-color: #0B3BB6;
}
