/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.pages-remaining{
    display: inline-block;
    background: #EFF1FF;
    color: #4F80FF;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.pages-remaining svg{
    vertical-align: middle;
    margin-right: 5px;
}
.hmk-blue {
    background: #161381 !important;
    color: #fff !important;
    border: none;
}

.hmk-message{
    background: #009688bf;
    padding: 10px 10px;
    color: #fff;
    max-width: 96%;
    border-radius: 5px;
}
.msg .hmk-btn{
    margin-bottom: 5px;
}

a.fax:active, a.fax:focus{
    background: #041291;
    color: #fff !important;
}
.groups-nav #invite-groups-li,
.groups-nav #group-messages-groups-li,
#wpe-wps-settings-menu-inner #custom,
#wpe-wps-settings-menu-inner #social,
#wpe-wps-settings-menu-inner #sidebar,
#wpe-wps-settings-menu-inner #hours,
#wpe-wps-settings-menu-inner #contact {
 display: none;
}
.wpe_wpspace .wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content #wpe-wps-header-info #wpe-wps-cta-wrapper a.join-company{
    color: #fff !important;
}

.hmk-ref-btn{
  margin-bottom: 10px !important;
}

.processing {
    opacity: 0.5;
    pointer-events: none;
}


tr.ajax-call{
    background:#f8eeee;
}

.hmk-poc-actions{
    padding: 2px 8px;
    margin-left: 5px;
}

.poc-actions{
    float: right;
}

.add-company-team{
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
}

.add-company-team input{
    width: 100%;
}

.send-ref-fax{
    margin-left: 10px;
}

.fax-button{
    background: #0f0f0f;
    border: none;
    padding: 4px 12px;
    margin-left: 10px;
}

.fax-container{
    background: #f1f1f1;
    padding: 6px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.send-ref-fax-modal .body{
    width: 100%;
}
.acf-repeater .acf-actions .acf-button {
    float: right;
    background: #041291;
    color: #fff;
    border: none;
    cursor: pointer;
}

.status-container {
    flex: 1.7;
    text-align: center;
    font-size: 12px;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .item-block .status-container span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    background: #f6f6f6;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a5a9;
    text-transform: capitalize;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .item-block .status-container span.reviewing-options {
    background: #edf2ff;
    color: #4f80ff;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .item-block .status-container span.helped {
    background: #ebf7eb;
    color: #34aa36;
}

body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{
    min-width: 25% !important;
}
.ref-button{
    float: right;
    background: #070783;
    padding: 3px 15px;
    color: #fff;
    cursor: pointer;
}

.ref-back{
    float: none;
    margin-bottom: 20px;
    display: inline-block;
}
.ref-back:hover{
    color:#fff;
}

.send-ref-container {
    padding: 0;
    margin: 0 auto;
    border: 1px solid #eaeaea;
}
.send-ref-container li {
    list-style: none;
    padding: 15px 10px;
}

.send-ref-container li span {
    width: 33%;
    display: inline-block;
}

.send-ref-container li.ref-head {
    font-weight: bold;
}

.send-ref-container li:nth-child(odd) {
    background: #f3f3f3;
}
.send-ref-container .ref-button {
    margin-bottom: 0px;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
}

.ref-head .send-ref{
    text-align: center;
}

.ref-button{
    background: #041291;
    border-radius: 8px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    border-color: #041291;
    padding: 7px 25px;
    margin-bottom: 15px;
}

.hide-space-menu #wpe-wps-settings-menu-inner #tabs,
.hide-space-menu #wpe-wps-settings-menu-inner #social,
.hide-space-menu #wpe-wps-settings-menu-inner #contact,
.hide-space-menu #wpe-wps-settings-menu-inner #hours,
.hide-space-menu #wpe-wps-settings-menu-inner #sidebar,
.hide-space-menu #wpe-wps-header-action-buttons:first-child {
    display: none;
}

.hide-space-menu .wpe-wps-header-nav-tabs li:nth-of-type(3) {
    display:none !important;
}

.pro-item{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.hmk-provider-post{
    margin-right: 15px !important;
    margin-bottom: 25px !important;
}

.industry-filter .select2-selection , .select2-container--default .select2-selection--multiple{
    border: 1px solid #ccc;
}
.select2-container--below{
    width: auto;
    min-width: 150px;
}

.hmk-provider-post .elementor-posts--thumbnail-top .elementor-post__thumbnail__link{
    margin-bottom: 0px !important;
}
.hmk-meta i {
    margin-right: 5px;
}

.hmk-meta span {
    margin-left: 5px;
}

.hmk-meta{
    padding-left: 10px !important;
}

#tabs {

    width: 100%;
    height: 35px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    margin-left: 0;
    display: inline-block;


}
a {cursor:pointer;}

#tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
    margin: 0 auto;
    margin-right: 5px;
}

#tabs li a {

    font-family:Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #5685bc;;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    display:block;
    background: #FFF;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-decoration:none;
    outline:none;
    padding: 3px 40px;

}

#tabs li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
    padding-left: 8px;
    padding-right: 8px;
    color:#666666;
    background: #EEE;
    outline:none;
    border-bottom: solid 1px #CCC;
    padding: 3px 40px;

}

#tabs li a:hover, #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
    padding: 3px 40px;
}

#team-users .select2-container--below{
    min-width: 400px;
}

.my-account .select2-dropdown{
    margin-top:32px;
}

.team-select{
    margin-bottom: 20px;
}

.admission-group-list{
    margin:25px 0px;
}
.admission-group-list li {
    font-size: 16px;
    font-weight: bold;
    height: 43px;
    border-bottom: 1px solid #e8e6e6;
    list-style: none;
    padding: 8px 0px;
}

.admission-group-list li span {
    float: right;
}

.admission-group-list li.approved span , span.admission-approved, span.admission-booked , span.approved{
    color: #298b5a;
}

.admission-group-list li.denied span , span.denied {
    color: #ff0000;
}

.admission-status {
    display: block;
    text-align: center;
    font-size: 17px;
    margin-top: 25px;
    font-weight: bold;
    border: 1px solid #b9b8b8;
    padding: 8px 3px;
    background: #efefef;
}

.admission-status-title{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px !important;
}

.admission-status-form{
    margin-top: 20px;
}

.admission-status-form input{
    margin-top: 0px;
}

.admission-type-hidden{
    display: none;
}

.hmk-datepicker{
    margin-top: 5px;
}

.learndash .hmk-care-plans{
    display: none;
}

img.status-icon{
    height:32px;
    float: right;
    margin-top:-7px;
}

/* Team CSS */
.team-container img{
    height: 22px;
    filter: invert(60%) sepia(0%) saturate(247%) hue-rotate(177deg) brightness(88%) contrast(84%);
}

.remove-team img{
    filter: invert(43%) sepia(36%) saturate(725%) hue-rotate(97deg) brightness(95%) contrast(91%);
}

.ajax-call img{
    filter: invert(60%) sepia(69%) saturate(3860%) hue-rotate(185deg) brightness(99%) contrast(107%);
}

.team-pending img{
    filter: invert(60%) sepia(69%) saturate(3860%) hue-rotate(185deg) brightness(99%) contrast(107%);
}

.team-container{
    border-left: 1px solid #e7e4e4;
}

.team-container a{
    pointer-events: all !important;
}

.team-reqs{
    border-bottom: 1px solid #d9d9d9;max-width: 600px;
    padding: 5px 5px;
}

.team-reqs .approve {
    float: right;
    background: #05a56a;
    color: #fff;
    padding: 0px 7px;
    border-radius: 3px;
    cursor: pointer;
}

.team-reqs .deny{
    float: right;
    margin-right: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0px 14px;
    border-radius: 3px;
    cursor: pointer;
}

div.ajax-call{
    background:#ededed;
}

.portal-image , .my-team-container{
    display:inline-block;
    width:48%;
    margin-right:2%;
}

.my-team-container{
    float:left;
}

.admission-portal-image{
    display:inline-block;
    width:48%;
    margin-right:2%;
    padding-left:20px;
}

.admission-portal-image .portal-image-field{
    display:none !important;
}
.portal-pics .admission-image-field{
    display:none !important;
}

.single-pathway .stage p,
.single-help_request .stage p{
    font-size: 13px !important;
}

@media only screen and (max-width: 601px) {
    .single-pathway .stage ,
    .single-help_request .stage {
        grid-gap: 6px !important;
    }

}

/* Landing Page CSS */
.overflow-div .elementor-row{position:relative;left:60px;align-items:center;}
.overflow-div .elementor-row>div:first-child{padding-right:10%;}
.three-box .elementor-row{justify-content:space-between;}
.three-box .elementor-row .elementor-column{width:calc(33.333% - 46px);}
.three-box .elementor-row .elementor-column:not(:last-child):after{content:"";position:absolute;width:89px;height:19px;background-image:url(/wp-content/themes/buddyboss-theme-child/assets/images/devider.png);background-repeat:no-repeat;left:calc(100% - 10px);top:50%;margin-top:-9.5px;background-position:center;}
.three-box .elementor-row .elementor-column .elementor-widget-image-box,
.three-box .elementor-row .elementor-column .elementor-widget-image-box .elementor-widget-container{height:100%;}
.content-box h4{margin:0;color:#212c65;font-weight:600;font-size:17px;}
.content-box p{font-size:14px;line-height:1.45;padding-bottom:20px;margin-bottom:20px;border-bottom:2px solid #fff;color:#6A6A6A;}
.content-box p:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}
.icon-column .elementor-widget-image-box{margin-bottom:0;}
.elementor-widget-image-box .elementor-image-box-wrapper{align-items:center!important;}
.icon-column .elementor-widget-image-box .elementor-image-box-img{width:99px!important;flex-shrink:0;}
.icon-column .elementor-widget-image-box .elementor-image-box-content h3{margin-bottom:5px;}
.icon-column .elementor-widget-image-box .elementor-image-box-content p{line-height: 1.2;}
.icon-column .elementor-widget-image-box:not(:last-child) .elementor-widget-container:after{content:"";position:absolute;width:2px;height:60px;bottom:10px;background:#ededed;left:50px;}
.price-boxes .elementor-row{box-shadow:8px 9px 34px -18px rgba(39,49,63,0.30);-webkit-box-shadow:8px 9px 34px -18px rgba(39,49,63,0.30);-moz-box-shadow:8px 9px 34px -18px rgba(39,49,63,0.30);border-radius:20px;}
.price-boxes .elementor-widget-image-box,
.price-boxes .elementor-widget-image-box .elementor-widget-container{height:100%;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description strong{display:block;font-size:53px;color:#000;line-height:1;font-family:"Montserrat",Sans-serif;font-weight:600;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description span{display:block;margin-bottom:15px;margin-left:0;color:#6a6a6a;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description strong + span{display:block;font-size:12px;line-height:1;margin-bottom:15px;color:#b4b4b4;font-family:"Montserrat",Sans-serif;font-weight:600;}
.price-boxes .elementor-column:last-child .elementor-widget-container .elementor-image-box-description>span:first-child{color:#6E7989;font-size:16px;font-weight:500;line-height:1;width:184px;margin:0 auto;background:#e6e9f0;padding:10px;margin-bottom:27px;border-radius:10px;max-width:100%;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description a{color:#34aa36;font-size:12px;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description a:hover{color:#C83431;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-description a:after{content:"\f30b";font-family:"Font Awesome 5 Free";font-weight:900;margin-left:10px;}
.price-boxes .elementor-column:not(:last-child) .elementor-widget-container:after{content:"";position:absolute;right:0;width:1px;height:70%;top:15%;background:#dfdfdf;}
.price-boxes .elementor-column .elementor-widget-container{transition:all 0.2s;}
.price-boxes .elementor-column .elementor-widget-container:hover{transform:scale(1.03);box-shadow:0px 22px 34px -18px rgba(39,49,63,0.3);-webkit-box-shadow:0px 22px 34px -18px rgba(39,49,63,0.3);-moz-box-shadow:0px 22px 34px -18px rgba(39,49,63,0.3);border-radius:20px!important;z-index:1;position:relative;}
.price-boxes .elementor-column:not(:last-child) .elementor-widget-container:hover:after{background:transparent;}
.price-boxes .elementor-image-box-wrapper .elementor-image-box-title{max-width:200px;margin:0 auto;min-height:48px;margin-bottom:10px!important;line-height:1;}
.main-section{background-image:url("/wp-content/themes/buddyboss-theme-child/assets/images/main.png"),linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(246,248,252,1) 50%,rgba(246,248,252,1) 100%)!important;background-position:left center;background-repeat:no-repeat;background-size:cover;}
.main-section h1{position:relative;top:-50px;}
.main-section h1 strong{display:block;font-size:60px;font-weight:bold;color:#212C65;}
.main-section .elementor-row{padding-right:6.5%;}
.main-section .elementor-row h2{min-height:48px;}
.main-section .elementor-row p{min-height:81px;}
.main-boxes .elementor-column:not(:first-child){width:335px;max-width: 100%;}
.main-boxes .elementor-column:first-child,
.heading-col .elementor-column:first-child{width:calc(100% - 670px);}
.heading-col .elementor-column:last-child{width:670px;}
.page-template-template-landing-page div#primary{padding-top:0;padding-bottom:0;}
.page-template-template-landing-page .site-header{box-shadow:none;}
.mb10{margin-bottom:10px!important;}

.single-wpe_wpspace .referral-top-filter,
.single-wpe_wpspace .referral-filter-container{
    margin-bottom: 40px;
}
.single-wpe_wpspace .referral-top-filter, .single-wpe_wpspace .referral-filter-container{
    display: flex;
    row-gap: 30px;
    column-gap: 15px;
}
.single-wpe_wpspace .referral-top-filter .buttons-referral-container{
    flex: 1;
}
.single-wpe_wpspace .referral-top-filter .search-box-referral{
    flex: 1;
    text-align: right;
}
.single-wpe_wpspace .referral-top-filter button{
    color: #122b46;
    border-color: #122b46;
    background-color: transparent;
    margin-right: 5px;
    min-width: 115px;
}
.single-wpe_wpspace .referral-top-filter button.active{
    color: #fff;
    border-color: #34aa36;
    background-color: #34aa36;;
}

.single-wpe_wpspace .referral-filter-container .filter-category:last-child .select2-container{

}
.single-wpe_wpspace .filter-category{
    flex-basis: 33.333%;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-self: flex-end;
}
.single-wpe_wpspace .filter-category:last-child{

}
.single-wpe_wpspace .filter-category .clear-filter{
    align-self: flex-start;
}
.single-wpe_wpspace .referral-filter-container .filter-category label{
    display: block;
    align-self: flex-start;
}
.single-wpe_wpspace .filter-category select {
    width: 100% !important;
}
.single-wpe_wpspace .select2-container .select2-selection--single{
    padding: 5px;
    height: auto;
}
.single-wpe_wpspace .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EDF2FF;
    border: 1px solid #EDF2FF;
    color: #041291;
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #041291; 
}
.single-wpe_wpspace .select2-container--default .select2-search--inline .select2-search__field{
    height: 30px;
    padding: 7px;
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple{
    position: relative;
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple:before,
.single-wpe_wpspace .select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 5.5px;
    top: 19px;
    box-sizing: border-box;
    border: 3px solid #000;
    border-color: transparent transparent #7E7E89 #7E7E89;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgb(214 214 214 / 78%);
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple:after,
.single-wpe_wpspace .select2-container--default .select2-selection--single:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 14px;
    top: 22px;
    box-sizing: border-box;
    border: 3px solid #000;
    border-color: transparent transparent #7E7E89 #7E7E89;
    transform-origin: 0 0;
    transform: rotate(315deg);
    box-shadow: -3px 3px 3px -3px rgb(214 214 214 / 78%);
}
.single-wpe_wpspace input.help-request-search{
    width: 65%;
}
table#data, table.data{
    border-color: #E7E9EC;
    border-radius: 8px;
    margin-bottom:0;
}
.single-wpe_wpspace .select2-container--default .select2-selection--multiple,
.single-wpe_wpspace .industry-filter .select2-selection {
    border: 1px solid #E7E9EC;
    border-radius: 6px;
}
table#data thead tr th, table.data thead tr th{
    color: #122B46;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #E7E9EC;
    white-space: nowrap;
}
table#data tbody tr td, table.data tbody tr td{
    font-weight: 500;
    color: #122B46;
    font-size: 14px;
    vertical-align: middle;
    border-bottom-color: #E7E9EC;
}
table#data tbody tr td.patient-terr .p-detail, table.data tbody tr td.patient-terr .p-detail{
    display: flex;
    align-items: center;
}
table#data tbody tr td.patient-terr span, table.data tbody tr td.patient-terr span{
    margin-right: 8px;
    line-height: 20px;
}
table#data tbody tr td.patient-terr span:last-child, table.data tbody tr td.patient-terr span:last-child{
    margin-right: 0;
}
table#data tbody tr td sub, table.data tbody tr td sub{
    display: inline-block;
    color: #7E7E89;
    font-size: 12px;
    margin-top: 0px;
    width: 100%;
    line-height: 18px;
    top:-2px;
}
table#data tbody tr td button.status.pending, table.data tbody tr td button.status.pending{
    background-color: #EFF1FF;
    color: #4F80FF;
    border-color: transparent;
}

table#data tbody tr td button.clk-here, table.data tbody tr td button.clk-here{
    color: #041291;
    border-color: #041291;
    background-color: #fff;
}
table#data tbody tr td:last-child, table.data tbody tr td:last-child{
    text-align: center;
}
tr.hidden {
    display: none;
}
.checkbox-fil{
    position: relative;
    color: #122b46;
    border-color: #122b46;
    background-color: transparent;
    margin-right: 5px;
    padding: 11px 20px;
    font-weight: 500;
    font-style: normal;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 0;
}    
.checkbox-fil input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
span.hidden{
    opacity: 0;
    display: none;
}
.pagesControllers{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagesControllers button{
    border-radius: 4px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #7E7E89;
    margin: 0 2px;
    font-family: inherit;
    width: 30px;
    height: 30px;
    line-height: 1px;
}
.pagesControllers button.currentPage{
    border-color: #34AA36;
    color: #34AA36;
}
.tablemanager tr.active{
    display: table-row;
}
.tablemanager tr.inactive{
    display: none;
}

.nolog{
    padding: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid #e7e9ec;
    border-top: 0;
    border-radius: 6px;
}
.not-found{
    padding: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid #e7e9ec;
    border-radius: 6px; 
}
.tablemanager tr a.clk-here, table tr a.clk-here, .btn-all-my-request.status{
    background-color: transparent;
    border-color: #041291;
    color: #041291 !important;
    
}
.btn-all-my-request.status.reviewing, .btn-all-my-request.status.reviewing:hover {
    background-color: #EFF1FF;
    border-color: #EFF1FF;
    color: #4F80FF !important;
}
.btn-all-my-request.status.helped, .btn-all-my-request.status.helped{
    background-color: #EBF7EB;
    border-color: #EBF7EB;
    color: #34AA36 !important;
}
.btn-all-my-request.status.declined,
.btn-all-my-request.status.declined:hover{
    background-color: #FAEBEA;
    color: #C83431 !important;
    border-color: transparent;
}
.btn-all-my-request.status.pending,
.btn-all-my-request.status.pending:hover{
    background-color: #EFF1FF;
    color: #041291 !important;
    border-color: transparent;
}
table.data tbody tr td button.status.declined, table.data tbody tr td button.status.declined:hover {
    background-color: #FAEBEA;
    color: #C83431 !important;
    border-color: transparent;
}
table#data tbody tr td button.status.declined, table.data tbody tr td button.status.declined{
    background-color: #FAEBEA;
    color: #C83431 !important;
    border-color: transparent;
}
.btn-all-my-request.status.open, .btn-all-my-request.status.open:hover {
    color: #007cff !important;
    background-color: #eff1ff;
    border-color: #eff1ff;
}
#data-referrals.hmk-pginate-dashboard tr a.clk-here{
    min-width: 115px;
}
.tablemanager tr a.clk-here:hover, table tr a.clk-here:hover, .btn-all-my-request.status:hover{
    background-color:#041291;
    color: #fff !important;
    border-color: #041291;
}
.single-wpe_wpspace .send-ref-container li{
    display: flex;
}
.ref-button{
    line-height: 30px;
}
.page-template-health-pro .site-content{
    padding-left: 0;
    padding-right: 0;
}
.page-template-health-pro .container {
    
}
.main-content.page-template-health-pro{
    padding-left: 0;
    padding-right: 0;
}
.page-template-health-pro .header-box{
    width: 100%;
    /* height: 185px; */
    padding: 50px 20px;
    /* padding-top: 20px; */
    box-sizing: border-box;
    background: #212C65;
    align-items: center;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
}
.page-template-health-pro .boxes {
    display: flex;
    display: -webkit-flex;
}
.page-template-health-pro .user-info {
    align-items: center;
    flex: 75%;
}
.page-template-health-pro .user-info .user-profile-img {
    width: 60px;
    height: 60px;
}
.page-template-health-pro .user-greeting {
    margin-left: 10px;
}
.page-template-health-pro .user-greeting .greet {
    font-weight: 700;
    font-size: 30px;
    line-height: 21px;
    margin-bottom: 15px;
}
.page-template-health-pro .user-greeting .tagline {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
}
.page-template-health-pro .eael-grid-post-holder {
    border: 0px solid rgba(0,0,0,.1);
}
.page-template-health-pro eael-post-grid-container .eael-post-grid .eael-grid-post {
    padding: 0px !important;
}
.page-template-health-pro .space-archive-wrapper article{
    padding: 0px;
}
.page-template-health-pro .user-greeting span {
    color: #FFFFFF;
    display: block;
}
.page-template-health-pro .care-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 5%);
    border-radius: 12px;
    padding: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #323232;
    justify-content: space-between;
}
.page-template-health-pro .care-content {
    flex: 50%;
    margin: 0 12px;
    align-self: center;
}
.page-template-health-pro .care-btn {
    flex: 35%;
    align-self: center;
    text-align: right;
}
.page-template-health-pro .btn {
    background: #59A847;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 14px;
}
.page-template-health-pro .help-requests, .page-template-health-pro #wpe-wps-index-content-wrapper{
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-health-pro .help-requests h3, .page-template-health-pro #wpe-wps-index-content-wrapper h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #323232;
    margin: 0 0px;
    width: auto;
    display: flex;
}
.page-template-health-pro .help-requests h3 a, .page-template-health-pro #wpe-wps-index-content-wrapper h3 a{
    justify-self: flex-end;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #59A847;
    flex: 1;
}

.page-template-health-pro .requests {
    flex-direction: row;
    -webkit-flex-direction: row;
}
.page-template-health-pro .request-item {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 16px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.page-template-health-pro .request-item:first-child{
    margin-left: 0;
}
.page-template-health-pro .user-meta {
    display: flex;
    align-items: center;
}
.page-template-health-pro .user-thumb {
    margin-right: 10px;
}
.page-template-health-pro .user-meta-info h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #323232;
    margin: 0 0 5px;
}
.page-template-health-pro .user-meta-info span {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #A3A5A9;
    margin-right: 10px;
    display: inline-block;
}
.page-template-health-pro .req-detail {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #323232;
    margin-top: 15px;
}
.page-template-health-pro .req-act {
    clear: both;
    margin-top: 20px;
}
.page-template-health-pro .req-act a {
    display: block;
}
.page-template-health-pro .btn-large {
    padding: 12px 20px;
    background: #59A847;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.page-template-health-pro .space-archive-wrapper, .comp-cat ul {
    flex-direction: row;
    display: flex;
    padding: 0 0px;
    margin-top: -15px;
}
.page-template-health-pro .space-archive-wrapper article {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 35px;
    margin-bottom: 30px;
}
.page-template-health-pro .space-archive-wrapper article:first-child{
    margin-left: 0;
}
.page-template-health-pro .wpe-wps-top {
    position: relative;
    height: 330px;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    transform: translateZ(0);
}
.page-template-health-pro article .wpe-wps-top>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all .3s ease-in-out;
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-overlay {
    background-color: #242429;
    position: absolute;
    opacity: .4;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: opacity .3s ease-in-out;
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-background {
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-item-info {
    top: auto!important;
    bottom: -1px;
    -webkit-transform: translateY(calc(100% - 90px));
    transform: translateY(calc(100% - 90px));
    transition: all .3s;
    padding: 40px 15px 1px;
    color: #242429;
    background: #fff;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 9;
    text-align: left;
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 9;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: -32px;
    left: calc(50% - 30px);
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-item-info .wpe-wps-title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-item-info h6 {
    color: #7e7e89;
    font-weight: 400;
    line-height: 20px;
    max-height: 36px;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-template-health-pro article .wpe-wps-top .wpe-wps-top-item-info>ul.wpe-wps-contact {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 4px;
    margin: 0;
}
.comp-cat ul{
    margin: 0 0px 30px;
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8ec;
    justify-content: center;
}
.comp-cat ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 8px;
    line-height: 16px;
}
.comp-cat ul li a{
    font-size: 14px;
    color: #4d5c6d;
}
.comp-cat ul li svg{
    display: block;
    margin: 0 auto 5px;
}
.page-template-health-pro .space-archive-wrapper article .list-wrap {
    padding: 0;
    background-color: #ffffff;
}
.page-template-health-pro .space-archive-wrapper article .bs-group-cover a {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 95px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.page-template-health-pro .space-archive-wrapper article .bs-group-cover img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page-template-health-pro .space-archive-wrapper article .item-avatar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-template-health-pro .space-archive-wrapper article .item-avatar .group-avatar-wrap {
    min-height: 81px;
    min-width: 81px;
    display: inline-block;
    background: #fff;
    border: 3px solid #fff;
    margin-left: 0;
    margin-top: -47px;
    border-radius: 15px;
}
.page-template-health-pro .space-archive-wrapper article .item-avatar img {
    max-width: 75px;
    width: 100%;
}
.page-template-health-pro .space-archive-wrapper article .item-avatar a img {
    border-radius: 15px;
    margin: 0;
}
.page-template-health-pro .space-archive-wrapper article .item {
    padding: 0 20px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.page-template-health-pro .space-archive-wrapper article .item .item-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-health-pro .space-archive-wrapper article .item .list-title {
    margin: 15px 0 5px;
    font-size: 17px;
    line-height: 1.4;
    padding: 0;
}
.page-template-health-pro .space-archive-wrapper article .item .list-title a{
    font-size: 17px
}
.page-template-health-pro .space-archive-wrapper article .item .item-block .status-container span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    background: #f6f6f6;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a5a9;
    text-transform: capitalize;
}
.page-template-health-pro .space-archive-wrapper article .item .item-meta-wrap {
    text-align: center;
}
.page-template-health-pro .space-archive-wrapper article .item .item-block * {
    line-height: 1.4;
    padding: 0;
}
.page-template-health-pro .space-archive-wrapper article .item-meta-wrap .item-meta {
    clear: none;
    display: inline;
    float: none;
    text-align: left;
    line-height: 1.4;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #a3a5a9;
}
.page-template-template-send-ref-space .send-ref-container li{
    display: flex;
}
.page-template-health-pro #wpe-wps-index-content-wrapper, .page-template-health-pro .help-requests{
    padding: 20px 20px 0 20px;
    border: 1px solid #e4e8ec;
    border-radius: 20px;
    margin-bottom:30px;
}
.page-template-health-pro .swiper-button-next, .page-template-health-pro .swiper-button-prev {
    position: absolute;
    top: -8px;
    margin-top: 0px;
    right: 50px;
    background-image: none;
    left: auto;
    text-align: center;
}
.page-template-health-pro .swiper-button-prev{
    right: 70px;
}
.single-wpe_wpspace .patient-log-form form{
    margin-bottom: 0;
}
.single-wpe_wpspace .patient-log-form .body{
    width: 100%;
}
.single-wpe_wpspace .patient-log-form .large{
    width: 100%;
    margin-bottom:10px;
}
.single-wpe_wpspace .patient-log-form #ajax-msg{
    display: block;
    margin-bottom: 10px;
    color: red;
}
table#data tbody tr td.patient-terr .p-detail{
    display: flex;
}
table#data.patient-log tbody tr td.patient-terr .p-detail{
    display: block;
}
.action.activity-list{
    position:relative;
}
.SearchButtonReq{
    border: 0;
    min-width: auto !important;
    padding: 0;
    margin-left: -30px;
}
.dataTables_filter{
    display: none;
}
.hmk-btn{
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    margin: 0;
    font-family: "Montserrat";
    font-size: 14px;
    color: #a3a5a9;
    background: #f6f6f6;
}
.light-success{
    background: #eef8f7 !important;
    color: #56bdaa !important;
    border: 1px solid #eef8f7 !important;
}
.light-primary{
    background-color: #EFF1FF !important;
    color: #4F80FF !important;
    border: 1px solid #EFF1FF !important;
}
.light-danger{
    background-color: #FAEBEA !important;
    color: #C83431 !important;
    border: 1px solid #FAEBEA !important;
}
.light-white{
    background-color: #fff !important;
    color: #041291 !important;
    border:1px solid #041291 !important;
}
.blue-text{
    color: #041291 !important;
}
table.data tbody tr td button{
    min-width: 133px;
}
.p-detail .avatar{
    border-radius: 50% !important;
}
.p-detail{
    display: flex;
    gap: 7px;
    align-items: center;
}
#block-4{
    background-color: #EBF7EB;
}
#block-4 p{
    margin: 0;
}
#block-4 h3.widget-title{
    justify-content: center;
}
.filter-field{
    position: relative;
    margin-bottom: 12px;
}
.filter-field i, .filter-field svg, .space-fields-filter .form-group svg{
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 15px;
    z-index:9;
}
.filter-field input[type="text"], .filter-field select{
    padding-left: 40px;
    width: 100%;
    height:50px;
    color: #323232;
}
.filter-action button i{
    margin-right: 10px;
    font-size: 18px;
}
.filter-action button{
    width: 100%;
    margin-bottom: 12px;
}
.filter-action button svg{
    position: relative;
    top:3px;
    margin-right:5px;
}
.filter-action button:last-child{
    margin-bottom: 0;
    background-color: transparent;
    color: #4d5c6d;
    border: 0;
}
.briefcase-icon + .select2-container .select2-selection--single,
.briefcase-icon + .select2-container .select2-selection__rendered,
.payer-source + .select2-container .select2-selection--single,
.payer-source + .select2-container .select2-selection__rendered,
#wpe-wps-location-dropdown + .select2-container .select2-selection--single,
#wpe-wps-location-dropdown +  .select2-container .select2-selection__rendered{
    height: 50px;
    line-height: 48px;
    padding-left: 20px;
    color: #323232;
}
#wpe-wps-location-dropdown + .select2-container .select2-selection--single{
    background-color: #fff;
    border: 1px solid #E7E9EC;
}
.briefcase-icon + .select2-container--default .select2-selection--single .select2-selection__arrow,
.payer-source + .select2-container--default .select2-selection--single .select2-selection__arrow,
.payer-need + .select2-container--default .select2-selection--single .select2-selection__arrow,
#wpe-wps-location-dropdown + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 20px;
}
.briefcase-icon + .select2-container .select2-selection__rendered:before {
    font-family: bb-icons;

    margin-right: 10px;
}
.payer-source + .select2-container .select2-selection__rendered:before {
    font-family: bb-icons;

    margin-right: 10px;
}
.payer-need + .select2-container .select2-selection__rendered:before {
    font-family: bb-icons;

    margin-right: 10px;
    top: 8px;
    left: 12px;
    position: absolute;
}
.payer-need + .select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
    width: auto !important;
}
.payer-need + .select2-container .select2-selection__rendered{
    padding-left: 40px;
    line-height: 44px;
}
.payer-need + .select2-container--default .select2-selection--multiple .select2-selection__choice,
.wpe-wps-space-archive .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EDF2FF;
    border: 1px solid #EDF2FF;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 9px;
    padding: 0 5px;
    color: #212C65;
    border-color: transparent;
    height: 30px;
    line-height: 28px;
    margin-bottom:0;
}
.payer-need + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.wpe-wps-space-archive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#4F80FF;
}
.payer-need + .select2-container .select2-selection--single,
.payer-need + .select2-container .select2-selection__rendered{
    display: flex;
    flex-wrap: wrap;
}
.payer-need + .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    position: absolute;
    right: 1px;
}
.filter-field input[type="text"]::placeholder, 
.payer-need + .select2-container .select2-search--inline .select2-search__field::placeholder,
.wpe-wps-space-archive .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #A3A5A9;
  }
  
.filter-field input[type="text"]:-ms-input-placeholder,
.payer-need + .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder,
.wpe-wps-space-archive .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #A3A5A9;
}
  
.filter-field input[type="text"]::-ms-input-placeholder,
.payer-need + .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder,
.wpe-wps-space-archive .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #A3A5A9;
}
.wpe-wps-space-archive #wpe-wps-index-main-wrapper{
    flex-direction: column;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper{
    width: 100%;
    background: #1c2765 !important;
    box-shadow: 0 0px 0px rgb(0 0 0 / 7%) !important;
}
.post-type-archive-wpe_wpspace .content-area{
    padding-top: 0;
}
.post-type-archive-wpe_wpspace #content .container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.post-type-archive-wpe_wpspace .site-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.post-type-archive-wpe_wpspace .space-archive-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
.post-type-archive-wpe_wpspace .wpe-wps-form{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.more-options{
    padding: 5px;
    display: flex;
    cursor: pointer;
}
.activity-more-options{
    position: absolute;
    top: 30px;
    right: 10px;
    background: #fff;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 5%), 0 6px 32px 0 rgb(18 43 70 / 10%);
    border-radius: 4px;
    width: 198px;
    padding: 8px;
    display: none;
    z-index: 11;
}
.activity-more-options-wrap{
    position: inherit;
    top: 0;
    right: 0;
}
.visible{
    display: block;
}
.activity-more-options a{
    text-align: left;
    opacity: 1;
    font-size: 13px !important;
    letter-spacing: -.24px;
    width: 100%;
    line-height: 10px !important;
    background-color: transparent !important;
    border: 0 !important;
    text-transform: none;
    font-weight: 400 !important;
    min-height: auto !important;
    color: #112b46 !important;
    border-radius: 0 !important;
    padding: 10px 14px !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0.25em;
    margin-top: 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid rgb(51 171 54);
    background-color: rgb(50 172 53) 100%);
    background: linear-gradient(to bottom, rgb(50 172 53) 0%, rgb(50 172 53) 100%);
    padding: 0px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #31ad35;
    background-color: #31ad35;
    background: linear-gradient(to bottom, #31ad35 0%, #30ac35 100%);
}
#wpe-wps-index-filters{
    padding: 45px 10px;
}
#wpe-wps-index-filters h2{
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
}
.wp_space_categories.form-group ul{
    margin: 0;
    padding: 0;
}
.wp_space_categories.form-group ul li{
    display: inline-block;
    list-style: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.wp_space_categories.form-group ul li input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.wp_space_categories.form-group ul li label {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 40px;
}
.wp_space_categories.form-group ul li label i{
    margin-right: 10px;
}
.wp_space_categories.form-group ul li input[type="radio"]:checked + label {
    background-color: rgba(255,255,255, .5);
    border-color: #fff;
}
.space-fields-filter{
    display: flex;
    align-items: flex-start;
    gap:10px;
}
.space-fields-filter #wpe-wps-index-custom-fields{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 10px;
}
.space-fields-filter #wpe-wps-index-buttons{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}
.space-fields-filter .form-group{
    width: 280px;
}
.wpe-wps-form .form-group{
    padding-top: 0;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter{
    margin-bottom: 0 !important;
    margin-right: 15px;
    height: 50px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 15px;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset{
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-reset:hover{
    background-color: transparent;
    border-color: transparent;
}
.wpe-wps-space-archive .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #E7E9EC;
    border-radius: 8px;
    cursor: text;
    padding: 0 5px;
    line-height: 9px;
    padding-left: 35px;
    color: #323232;
}
.wpe-wps-space-archive .select2-container--default .select2-selection--multiple .select2-selection__rendered{
   
}
.wpe-wps-space-archive .select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 6px;
}
.wpe-wps-form .form-group {
    margin-bottom: 0px;
}
.wp_space_categories.form-group {
    margin-bottom: 40px;
}
.wpe-wps-form .form-group label{
    display: none;
}
.wpe-wps-space-archive .select2-container--default .select2-search--inline .select2-search__field {
    height: 48px;
    padding: 0 0px;
    margin-top: 0;
    width: 100% !important;
    font-weight: normal;
    color:#323232
}
#wpe-wps-location-dropdown{
    display: block;
    min-height: 47px;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 8px;
    cursor: text;
    padding: 0 5px;
    position: relative;
}
#wpe-wps-location-dropdown:after{
    content: '\eecb';
    position: absolute;
}
/* Help Request Message */
.help-request-message{
    border: 1px solid #e7e9ec;
    border-radius: 8px;
    background-color: #ffffff;

}
.help-request-message .author, .help-request-message .div-comment {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 14px;
    margin-bottom: 20px;
    align-items: center;
}
.help-request-message .div-comment{
    margin-bottom: 0;
}
.help-request-message .comment-description{
    padding-left: 65px;
    margin-top: 25px !important;
    min-width: 100% !important;
    box-sizing: border-box;
}
.help-request-message .comment-container {
    padding: 10px 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.help-request-message .author .avatar img, .help-request-message .div-comment .author-avator img {
    border-radius: 50px;
    width: 50px;
}
.help-request-message .author .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.help-request-message .author .author-meta .name, .help-request-message .div-comment .comment-name {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 2px;
}
.help-request-message .author .author-meta .company-name,  .help-request-message .div-comment .comment-ago{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #34aa36;
}
.help-request-message .div-comment .comment-ago{
    color: #A3A5A9;
    margin-bottom: 0;
}
.author-details{
    display: flex;
    align-items: flex-start;
}
.help-request-message .stage-status, .help-request-message .author{
    flex: 1;
}
.help-request-message .stage-status{
    display: flex;
    justify-content: flex-end;
}
.help-request-message .hr-content, .help-request-message .hr-header-top {
    padding: 35px 35px 0 35px;
}
.help-request-message .hr-header{
    padding-bottom: 30px;
}

.help-request-message .hr-header-top{
    padding: 0 35px;
}
.help-request-message .hr-comment-section{
    padding-top: 35px !important;
    border-top: 1px solid #E7E9EC;
    border: 1px solid #e7e9ec;
    border-radius: 0px 0 8px 8px;
    background-color: #ffffff;
}
.single-pathway .hr-header,
.single-help_request .hr-header {
    border-radius: 8px 8px 0 0 !important;
}
.single-help_request .site-main.help-request-message{
  
}
.single-pathway .hr-comment-form .comment-submit,
.single-help_request .hr-comment-form .comment-submit{
    font-family: 'Montserrat' !important;
}
.request-care.light-primary {
    background-color: #041291 !important;
    color: #ffffff !important;
    border: 1px solid #041291 !important;
    font-weight:600 !important;
}
.deny-care.light-primary {
    background-color: #fff !important;
    color: #041291 !important;
    border: 1px solid #041291 !important;
    font-weight:600 !important;
}
.hr-meta-details li{
    list-style: none !important;
}
.single-pathway .hr-comment-form .comment-form ,
.single-help_request .hr-comment-form .comment-form {
    background: #f9f9f9;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    padding-bottom: 10px;
    width: 93.5%;
}
.comment-loader{
    background-color: #ffffffcc;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    height: 100%;
    top: -10px;
}
.single-pathway .hr-comment-form,
.single-help_request .hr-comment-form{
    position: relative;
}
.comment-loader svg{
    width: 100px;
}
.single-pathway .hr-comment-form ,
.single-help_request .hr-comment-form {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap !important;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
}
/* care option mobile */
.m-care-options{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.m-care-item{
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #E7E9EC;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin-bottom: 20px;
}
.m-care-item .p-detail{
    font-weight: bold;
    color: #323232;
}
.care-action .generic-button{
    display: flex;
    flex-direction: column;
    gap:15px;
}
.care-service, .care-location{
    display: flex;
    gap: 5px;
    align-items: center;
    color:#A3A5A9;
}
.m-care-item .activity-more-options-wrap{
    position: absolute;
    top: 15px;
    right: 15px;
}
.only-mobile{
    display: none !important;
}
.only-desktop{
    display: block !important;
}
.pagesControllers button.pagecontroller-f,
.pagesControllers button.pagecontroller-p,
.pagesControllers button.pagecontroller-n,
.pagesControllers button.pagecontroller-l{
    width: 20px;
} 
.space-fields-filter {
    flex-wrap: wrap;
    gap: 10px;
}
.single-wpe_wpspace.wpe-wps-layout-flex #content .container .bb-grid #primary article.wpe_wpspace #wpe-wps-header #wpe-wps-header-main #wpe-wps-header-content{
    border-bottom: 0;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li{
    padding-right: 15px;
    margin-bottom: 10px;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a{
    margin: 5px 0;
    border: 2px solid #ebe9e6;
    border-radius: 6px;
    padding: 5px 20px 5px 35px;
    color: #8f8f93;
    font-weight: 600;
    position:relative;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a:after{
    position: absolute;
    content:"★";
    left: 17px;
    color:#34aa36;
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav .wpe-wps-header-nav-tabs li a.selected{
    color: #242429 !important;
    border-color: #242429;
}

/* Progress section */
.progress-row{
    display: block;
}
.progress-mobile-row{
    display: none;
}
.top-progress-section{
    background-color: #EBF7EB;
    padding: 70px 0px 60px 0px;
    margin-bottom: 35px;
}
body.single-help_request .container,
body.single-pathway .container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body.single-help_request .content-area,
body.single-pathway .content-area{
    padding-top: 0;
}
body.single-pathway .site-content,
body.single-help_request .site-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.single-pathway .top-progress-section .container,
body.single-help_request .top-progress-section .container{
    max-width: 1100px;
    padding: 0 20px;
}
#progress-bar {
    transition: width 0.3s ease-in-out;
}
.progress-row{
    display: flex;
}
.progress-row .progress-col{
    flex: 1;
}
.progress-row .progress-col:last-child{
    flex: inherit;
}
.progress-col .p-icon svg path{
    fill: #BDE4BE;
}
.progress-bar {
    width: 100%;
    height: 12px;
    background-color: #BDE4BE;
    transition: width 0.3s ease-in-out;
    position: relative;
    margin-left: 15px;
    margin-bottom: 20px;
}
.progress-bar
.progress-col:last-child .progress-bar{
    background-color: transparent;
}
.progress-bar span.check{
    position: absolute;
    left: -1px;
    top: -9px;
    width: 30px;
    height: 30px;
    z-index: 99;
    border-radius: 100%;
    border: 6px solid #BDE4BE;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.progress-bar span.check svg{
    width: 8px;
}
.p-icon{
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 100%;
    border: 8px solid #F0EFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    outline: 8px solid #BDE4BE;
    margin-bottom: 40px;
    position: relative;
}
.p-icon::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 15px 10px 0 10px;
    border-color: #BDE4BE transparent transparent transparent;
    border-style: solid;
    bottom: -60%;
}
.p-icon svg{
    height: 35px;
    width: 35px;
}
.current-prog.progress-col .p-icon{
    outline: #34AA36 solid 8px;
}


.current-prog.progress-col .p-icon svg path {
    fill: #34AA36;
}
.current-prog.progress-col .p-icon::after{
    border-color: #34AA36 transparent transparent transparent;
}
.current-prog.progress-col span.check{
    border-color: #34AA36;
}

.care-options-help .current-prog.progress-col .p-icon{
    outline: #041291 solid 8px;
}


.care-options-help .current-prog.progress-col .p-icon::after{
    border-color: #041291 transparent transparent transparent;
}
.current-prog.progress-col span.check{
    border-color: #041291;
}

.current-prog .progress-bar span.check svg{
    display: block !important;
}

.complete-prog.progress-col .p-icon{
    outline: #041291 solid 8px;
}
.complete-prog.progress-col .p-icon::after{
    border-color: #041291 transparent transparent transparent;
}
.complete-prog.progress-col span.check {
    border-color: #34AA36;
}
.complete-prog.progress-col span.check svg{
    display: block;
}
.complete-prog.progress-col .progress-bar{
    background-color: #041291;
}
.complete-prog.progress-col .p-icon svg path{
    fill: #34AA36;
}
.complete-prog.progress-col:last-child .progress-bar {
    background-color: transparent;
}
.progress-mobile-col{
    display: flex;
}
.progress-mobile-col .progress-bar {
    width: 10px;
    height: 130px;
    margin-bottom: 0;
    margin-top: 0px;
    top: 22px;
}
.progress-mobile-col .progress-bar span.check {
    left: -11px;
    top: -9px;
}
.progress-mobile-col .p-icon{
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 0;
}
.progress-mobile-col .p-icon::after{
    bottom: 0;
    border-width: 6px 15px 6px 0;
    left: -65%;
    border-color: transparent #BDE4BE transparent transparent;
    top: 14px;
}
.progress-mobile-col .p-icon svg path{
    fill: #BDE4BE;
}
.progress-mobile-col .progress-content{
    padding-top: 15px;
}
.progress-mobile-col:last-child .progress-bar{
    background-color: transparent;
    height: auto;
}
.progress-mobile-col.current-prog .p-icon svg path{
    fill: #34AA36;
}
.progress-mobile-col.current-prog .p-icon::after{
    border-color: transparent #34AA36 transparent transparent;
}
.progress-mobile-col.current-prog .p-icon{
    outline: 8px solid #34AA36;
}
.progress-mobile-col.current-prog .progress-bar span.check, .progress-mobile-col.complete-prog .progress-bar span.check{
    border-color: #34AA36;
}

.progress-mobile-col.complete-prog .p-icon::after{
    border-color: transparent #041291 transparent transparent;
}
.progress-mobile-col.complete-prog .p-icon{
    outline: 8px solid #041291;
}
.progress-mobile-col.complete-prog .progress-bar span.check svg{
    display: block;
}
.progress-mobile-col.complete-prog .p-icon svg path{
    fill: #34AA36;
}
.progress-mobile-col.complete-prog .progress-bar{
    background-color: #041291;
}
.progress-mobile-col.complete-prog:last-child .progress-bar{
    background-color: transparent;
}
.p-t-video{
    color: #34AA36;
    display: block;
}
.progress-content{
    text-align: center;
    width: fit-content;
    margin-left: -13%;
}
.wpe-wps-header-nav-tabs ul{
  
}
.single-wpe_wpspace .wpe_wpspace #wpe-wps-header .wpe-wps-header-nav{
    overflow-x: scroll;
}
.wp_space_categories.form-group {
    overflow-x: scroll;
    width: 100%;
    padding: 0px 0 10px 0;
    box-sizing: border-box;
}
.wp_space_categories.form-group ul {
    height: 65px;
    min-width: max-content;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
}
.gform_confirmation_message{
    margin-bottom: 35px;
}
.gform_confirmation_message .elementor-button {
    background-color: #041291;
    min-width: 215px;
    font-weight: 500;
}
.gform_confirmation_message h3{
    margin-bottom: 0;
}
.gform_confirmation_message p{
    color: #535353;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 25px 12%;
}
.stage-4 .progress-bar{
    width: 35%;
}

.single-pathway .stage-4 .progress-bar,
.single-help_request .stage-4 .progress-bar{
    width: 32%;
}

.single-pathway .top-progress-section,
.single-help_request .top-progress-section{
    padding: 70px 0px 60px 10px;
}

body.modal-open-pop{
    overflow-y: hidden;
}
.send-ref-grid{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.send-ref-grid li{
    list-style: none;
    border: 1px solid #E7E9EC;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 32.2%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.send-ref-grid li .user-info{
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E9EC;
}
.send-ref-grid li .user-detail .territory{
    color: #535353;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 7px;
}
.send-ref-grid li .user-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.send-ref-grid li .ref-icon{
    text-align: center;
    font-size: 13px;
    color: #323232;
}
.send-ref-grid li .ref-icon a{
    background-color: #EEF8F7;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-ref-grid li .ref-icon.fax a{
    background-color: #EBF7EB;
}
.send-ref-grid li .ref-icon a{
    align-self: center;
    display: flex;
}
.send-ref-grid li .user-detail span{
    display: block;
    margin-bottom: 10px;
}
.send-ref-grid li .user-detail span.user-name{
    font-weight: 700;
    color: #323232;
}
.send-ref-grid li .ref-icon.email a{
    background-color: #EDF2FF;
}
.send-ref-grid li .ref-icon.carefort a{
    background-color:#F0EFFF;
}
.send-ref-grid li .ref-icon.epic a{
    background-color: #EEF8F7;
}
@media only screen and (max-width:1680px){
    .main-section{padding-top:55px!important;padding-bottom:70px!important;}
    .main-section .elementor-row{padding-right:5%;}
    .main-section h1{top:-20px;}
}
@media only screen and (max-width:1600px){
    .main-section{padding-top:45px!important;padding-bottom:65px!important;}
    .main-section .elementor-row{padding-right:4.3%;}
    .main-boxes .elementor-column .elementor-column-wrap{padding:40px 38px!important;}
    .overflow-div .elementor-row{left:0;}
}
@media only screen and (max-width:1440px){
    .main-section{padding-top:20px!important;padding-bottom:60px!important;}
    .main-section h1{top:-5px;}
    .main-boxes .elementor-column:not(:first-child){width:300px;}
    .main-boxes .elementor-column:first-child,
    .heading-col .elementor-column:first-child{width:calc(100% - 600px);}
    .main-boxes .elementor-column .elementor-column-wrap{padding:30px 20px!important;}
    .main-section .elementor-row .elementor-widget-heading,
    .main-section .elementor-row .elementor-widget-image-box{margin-bottom:10px;}
    .main-section .elementor-row{padding-right:4%;}
    .price-boxes .elementor-widget-image-box .elementor-widget-container{padding:40px!important;}
    .font40 h2{font-size:40px!important;}
}
@media only screen and (max-width:1400px){
    .main-section .elementor-row{padding-right:2.5%;}
    .post-type-archive-wpe_wpspace .space-archive-wrapper{
        margin: 0 15px;
    }
}
@media only screen and (max-width:1366px){
    .main-section .elementor-row{padding-right:2%;}
    .send-ref-grid li{width:32%;}
}


@media only screen and (max-width:1280px){  
    .main-section{padding-top:10px!important;padding-bottom:50px!important;}
    .main-section .elementor-row{padding-right:2.5%;}
    .main-section .elementor-row img{width:auto;height:70px;}
    .main-section h1 strong{font-size:50px;}
    .main-boxes .elementor-column:not(:first-child){width:280px;}
    .main-boxes .elementor-column:first-child,
    .heading-col .elementor-column:first-child{width:calc(100% - 560px);}
    .heading-col .elementor-column:last-child{width:560px;}
    .space-fields-filter {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media only screen and (max-width:1279px){
    .three-box .elementor-row .elementor-column .elementor-widget-image-box .elementor-widget-container{background:#fff;padding:20px;position:relative;z-index:1;}
}
@media only screen and (max-width:1150px){
    .send-ref-grid li{width:31.6%;}
}
@media only screen and (max-width:1024px){
    .main-section .elementor-row{padding-right:0;}
    #admission-first-section{padding-top:30px;padding-bottom:30px;}
    .three-box{padding-bottom:50px!important;}
    .three-box .elementor-row .elementor-column{width:calc(33.333% - 30px);}
    .three-box .elementor-row .elementor-column:not(:last-child):after{left:calc(100% - 22px);}
    .content-box .elementor-widget-container{padding:25px!important;}
    .overflow-div .elementor-row>div:first-child{padding-right:5%;}
    .wp_space_categories.form-group ul {
        height: 65px;
        min-width: max-content;
        padding: 10px 0;
        display: flex;
        flex-wrap: nowrap;
    }
    .wp_space_categories.form-group{
        overflow-x: scroll;
        width: 100%;
        padding: 0px 0 10px 0;
        box-sizing: border-box;
    }
    .space-fields-filter {
        flex-wrap: wrap;
        gap: 10px;
    }
    .single-pathway .hr-header-top,
    .single-help_request .hr-header-top{
        display: block !important;
    }
    .help-request-message .stage-status {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .send-ref-grid li {
        width: 48.7%;
    }
}
@media only screen and (max-width:990px){
    .main-boxes .elementor-column:first-child,
    .heading-col .elementor-column:first-child{display:none;}
    .heading-col .elementor-column:last-child{width:100%;}
    .main-section .elementor-row{justify-content:center;}
    .main-section h1{top:auto;margin-bottom:10px;}
    .main-section{padding:50px 0!important;}
    .price-boxes .elementor-widget-image-box .elementor-widget-container{padding:20px!important;}
    .main-section:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(246,248,252,0.7) 100%);}
    .main-section>div.elementor-container{position:relative;z-index:1;}
    .three-box .elementor-row .elementor-column h3.elementor-image-box-title{font-size:20px;}
    .page-template-health-pro .user-info {
        align-items: center;
        flex: 50%;
    }
    .help-request-message .author-details {
        display: block;
    }
    .help-request-message .author-details{
        margin-bottom: 20px;
    }
    .help-request-message .stage-status {
        justify-content: flex-start;
    }
    .help-request-message .activity-list {
        padding: 5px;
        position: absolute;
        right: 0;
        top: -20px;
    }
    .only-mobile{
        display: block !important;
    }
    .only-desktop{
        display: none !important;
    }
    .send-ref-grid li {
        width: 48%;
    }
}
@media only screen and (max-width:767px){
    .main-section h1 strong{font-size:36px;}
    .top-bg{padding-bottom:70px!important;}
    .price-boxes .elementor-row{box-shadow:none;}
    .price-boxes .elementor-widget-image-box .elementor-widget-container{height:auto;border-radius:20px!important;width:335px;margin:0 auto 30px;max-width:100%;box-shadow:8px 9px 34px -18px rgb(39 49 63 / 30%);-webkit-box-shadow:8px 9px 34px -18px rgb(39 49 63 / 30%);-moz-box-shadow:8px 9px 34px -18px rgba(39,49,63,0.30);}
    .price-boxes .elementor-column:not(:last-child) .elementor-widget-container:after,
    .icon-column .elementor-widget-image-box:not(:last-child) .elementor-widget-container:after{display:none;}
    .three-box .elementor-row{display:block;width:355px;max-width:100%;margin:0 auto;}
    .three-box .elementor-row .elementor-column{width:100%;margin-bottom:68px;}
    .three-box .elementor-row .elementor-column:last-child{margin-bottom:0;}
    .three-box .elementor-row .elementor-column:not(:last-child):after{left:calc(50% - 43px);top:calc(100% + 24px);transform:rotate(90deg);margin-top:0;}
    .icon-column .elementor-widget-image-box .elementor-widget-container{margin-bottom:40px!important;}
    .icon-column .elementor-widget-image-box .elementor-image-box-content h3{margin-top:10px;}
    .content-box,
    .icon-column .elementor-widget-image-box .elementor-image-box-content{width:335px!important;margin:0 auto;max-width:100%;}
    .overflow-div,
    .overflow-div p,
    .automate-section,
    .automate-section p,
    .automate-section h2,
    .automate-section .elementor-image{text-align:center;}
    .overflow-div .elementor-button-wrapper,
    .automate-section .elementor-button-wrapper{margin-bottom:15px;}
    .overflow-div .elementor-row>div:first-child{padding-right:0;}
    .main-section .elementor-row{display:block;}
    .main-boxes .elementor-column{margin:0 auto;}
    .main-boxes .elementor-column .elementor-column-wrap{margin:0!important;}
    .main-boxes .elementor-column .elementor-column-wrap{margin:0 0 20px 0!important;}
    .automate-section p,
    .overflow-div p{margin-bottom:0;}
    .overflow-div .elementor-button-wrapper,
    .automate-section .elementor-button-wrapper{margin-bottom:40px;}
    .three-box .elementor-row .elementor-column .elementor-widget-image-box .elementor-widget-container{padding:50px;}
    .font40 h2{font-size:35px!important;}
    .single-wpe_wpspace .referral-top-filter, .single-wpe_wpspace .referral-filter-container{
        display: block;
    }
    .single-wpe_wpspace .referral-filter-container .filter-category{
        margin-bottom: 10px;
    }
    .single-wpe_wpspace input.help-request-search {
        width: 100%;
        margin-top: 30px;
    }
   .single-wpe_wpspace .referral-top-filter, .single-wpe_wpspace .referral-filter-container {
        margin-bottom: 30px;
    }
    .logs{
        width: 100%;
        height: 480px;
        overflow: scroll;
        padding-bottom: 20px;
    }
    .logs table{
        width: 900px;
        max-width: 900px;
    }
    .page-template-health-pro .space-archive-wrapper article, .page-template-health-pro .request-item{
        min-width: 45%;
        width: 45%;
    }
    .comp-cat ul {
        justify-content: flex-start;
    }
    .comp-cat ul li {
        width: 15%;
        min-width: 15%;
    }
    .space-fields-filter {
        display: block;
    }
    .space-fields-filter #wpe-wps-index-custom-fields {
        display: block;
    }
    .wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons{
        display: block;
    }
    .wpe-wps-form .form-group{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .wpe-wps-space-archive #wpe-wps-index-filter-wrapper #wpe-wps-index-buttons #wpe-wps-index-filter{
        width: 100%;
        margin-bottom: 10px !important;
    }
    #wpe-wps-index-buttons .button.secondary{
        margin-bottom: 10px;
        width: 100%;
    }
    .space-fields-filter .form-group {
        width: 100%;
    }
    .single-pathway .hr-comment-form,
    .single-help_request .hr-comment-form{
        padding-top: 20px !important;
        flex-direction: row;
    }
    .single-pathway .hr-header-top,
    .single-help_request .hr-header-top {
        padding: 0px 0px !important;
    }
    .comment-form {
        width: 76% !important;
    }
}
@media only screen and (max-width:650px){
    .help-request-message .stage-status, .help-request-message .hr-meta-details{
        display: block;
    }
    .help-request-message .stage-status button, .help-request-message .hr-meta-details li{
        margin:5px 0;
        list-style: none;
    }
    .send-ref-grid li {
        width: 100%;
    }
    .send-ref-grid li .user-info{
        flex-direction: column;
        align-items: center;
        gap:10px;
    }
    .send-ref-grid li .user-detail span.user-name{
        text-align: center;
        width: 100%;
    }
    .send-ref-grid li .user-detail .territory{
        width: 50%;
    }
    .send-ref-grid li .user-info{
        padding-bottom: 5px;
    }
    .send-ref-grid li .user-detail{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width:600px){


    .single-wpe_wpspace .send-ref-container{
        width: 600px;
    }
    .refs{
        width: 100%;
        overflow: scroll;
        padding-bottom: 20px;
    }
    .page-template-health-pro .space-archive-wrapper article, .page-template-health-pro .request-item {
        min-width: 60%;
        width: 60%;
    }
    .page-template-health-pro .boxes.header-box{
        display: block;
    }
    .page-template-health-pro .user-info {
        align-items: center;
        flex: 100%;
        margin-bottom: 30px;
    }
    .page-template-health-pro .header-box{
        height: 175px;
        padding-bottom: 0;
        margin-bottom: 70px;
    }
    .comp-cat ul li {
        width: 18%;
        min-width: 18%;
    }
    .page-template-template-send-ref-space .send-ref-container{
        width: 600px;
    }
    .help-request-message .comment-description{
        margin-left: 0px;
    }
    .help-request-message .activity-list {
        top: -250%;
    }
    .help-request-message .hr-content {
        padding: 25px 0px 0 0px;
    }

    #wpe-wps-index-filters h2 {
        color: #fff;
        margin-bottom: 35px;
        font-size: 22px;
    }
    .progress-row{
        display: none;
    }
    .progress-mobile-row{
        display: block;
    }
    .progress-mobile-col .progress-content{
        margin-left: 0;
        flex: 1;
        text-align: left;
        padding-left: 20px;
    }
    .single-help_request .site-main.help-request-message,
    .single-pathway .site-main.help-request-message {
        padding: 0 15px;
    }
    .stage-4 .progress-bar {
        width: 10px;
    }
    .single-pathway.stage-4 .progress-bar,
    .single-help_request .stage-4 .progress-bar,
    .single-pathway .site-main.help-request-messages{
        width: 10px;
    }

}
@media only screen and (max-width:480px){
    .single-wpe_wpspace .buttons-referral-container{
        display: flex;
    }
    .single-wpe_wpspace .referral-top-filter button{
        flex: 1;
        min-width: auto;
    }
    
    .page-template-health-pro .space-archive-wrapper article, .page-template-health-pro .request-item {
        min-width: 80%;
        width: 80%;
    }
    .comp-cat ul li {
        width: 22%;
        min-width: 22%;
    }
}
@media only screen and (max-width: 430px){
    .help-request-message .activity-list {
        top: -120%;
    }
}
@media only screen and (min-width:1950px){
    .main-section{padding:11% 0!important;}
    .main-section .elementor-row{padding-right:6%;}
    .main-section h1{top:-80px;}
}
@media only screen and (min-width:2100px){
    .main-section{padding:13% 0!important;}
}
@media only screen and (min-width:2250px){
    .main-section{padding:15% 0!important;}
    .main-section .elementor-row{padding-right:8%;}
    .main-section h1{top:-100px;}
}
@media only screen and (min-width:2400px){
    .main-section{padding:18% 0!important;}
    .main-section .elementor-row{padding-right:8.5%;}
    .main-section h1{top:-130px;}
}
@media only screen and (min-width:2500px){
    .main-section{padding:21% 0!important;}
    .main-section .elementor-row{padding-right:9.5%;}
    .main-section h1{top:-140px;}
}
@media only screen and (min-width:2600px){
    .main-section{padding:24% 0!important;}
    .main-section .elementor-row{padding-right:9.5%;}
    .main-section h1{top:-160px;}
}

.ajax-content-animate {
    position: absolute;
    animation:mymove 1s infinite;
    -moz-animation:mymove 1s infinite; /*Firefox*/
    -webkit-animation:mymove 1s infinite; /*Safari and Chrome*/
}
@keyframes mymove {
    from {left:900px;}
    to {left:0px;}
}
@-moz-keyframes mymove {
    from {left:900px;}
    to {left:0px;}
}
@-webkit-keyframes mymove {
    from {left:900px;}
    to {left:0px;}
}
@media (min-width: 320px) {
    #dashboard-tab .elementor-tabs-wrapper {
      display: flex;
          flex-direction: row;
    }
  }
  @media (min-width: 320px) {
    #dashboard-tab .elementor-tab-mobile-title {
      display: none;
    }
  }


.data-care-options td.status button.accepted , .m-care-options button.accepted{
    background-color: #EBF7EB !important;
    border-color: #EBF7EB !important;
    color: #34AA36 !important;
}

.data-care-options td.status button.denied, .m-care-options button.denied{
    background-color: #FAEBEA !important;
    color: #C83431 !important;
    border-color: transparent;
}

.hmk-about-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.hmk-about-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
}

.hmk-about-list {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #d3d3d3;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.hmk-about-list h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #d3d3d3;
}

.hmk-about-list ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px 10px;
}

.hmk-about-list li {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: calc(33.33% - 6px);
    padding: 5px;
    border-radius: 5px;
    padding-left: 40px;
}

.hmk-about-list li:before {
    position: absolute;
    content: "★";
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #34aa36;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px;
}

.hmk-about-list ul.patient_needs li:before {
    content: "♥";
}
.helps, 
.others,
.sent,
.received{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.help, 
.other,
.send{
  border-radius: 8px;
  padding:20px;
  border: 1px solid #E7E9EC;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.help strong, 
.other strong,
.send strong{
  display: block;
  line-height:25px;
}
.help .status, 
.other .status,
.send .status{
  width: 100%;
}
.help .status.pending, 
.other .status.pending,
.send .status.pending{
  background-color: #EFF1FF;
  color: #4F80FF;
  border:1px solid #EFF1FF;
  margin-bottom: 10px;
}
.help .activity-list, 
.other .activity-list,
.send .activity-list {
  position: absolute;
  right: 0;
  top: 5px;
}
.clk-here{
  color: #041291;
  border-color: #041291;
  background-color: #fff;
  width: 100%;
}
.clk-here:hover{
  background-color:#041291;
  color: #fff;
  border-color: #041291;
}
table .clk-here{
    width: auto;
}
table .btn-all-my-request{
    min-width: 120px;
    box-sizing: border-box;
}
.p-detail{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}
.p-detail span:last-child {
  margin-top: -15px;
}
.p-detail sub{
  display: block;
  margin-top: 7px;
}
.pagination{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
}
.pagination li.page-item{
  display: inline-block;
}
.pagination li.page-item .page-link {
    border-radius: 4px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #7E7E89;
    margin: 0 5px;
    font-family: inherit;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid transparent;
    line-height: 28px;
    margin-right: 12px;
    font-size: 17px;
    color: green;
}
.pagination li.page-item.active .page-link{
  border-color: #34AA36;
  color: #34AA36;
}
.notification{
  margin-top: 10px;
}
.notification i{
  font-size: 26px;
  color: #fff;

}
.help_request_mobile .help-date, 
.help_request_mobile .help-levl, 
.help_request_mobile .help-option{
    width: 100%;
    display: flex;
    align-items: center;
}
.help_request_mobile .help-date svg, 
.help_request_mobile .help-levl svg, 
.help_request_mobile .help-option svg{
    margin-right: 10px;
}
.page-id-56113 .helps{
  
}
.bb-activity-more-options .generic-button a{
    font-size: 14px;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    line-height: 30px !important;
    padding: 5px 10px;
    font-weight: 500;
    color: #6b6b6b !important;
}
.bb-activity-more-options .generic-button:last-child a{
    border-bottom: 0 !important;
}

#field_32_5{
    display: none;
}
.page-id-56667 .stage-1 .progress-bar span.check svg {
   display: block;
}

.not-logged-in .elementor-38 .elementor-element.elementor-element-500f2af > .elementor-element-populated {
    padding: 0px 0px 0px 60px !important;
}

.page-template-default

.mb-space{
    margin-bottom: 7px;
}


@media only screen and (min-width: 767px) {

    .elementor-38 .elementor-element.elementor-element-3daf631 .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
        padding: 70px 20px !important;
    }

    .hmk-nl-section .elementor-star-rating--align-center .elementor-star-rating__wrapper{
        margin-top: 47px;
    }

    .hmk-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%; /* Position the arrow after the container */
        margin-left: 5px; /* Add a left margin of 10px */
        transform: translate(-50%, -50%);
        background-image: url('https://cdn.americanhomehelp.com/wp-content/uploads/2023/08/05071231/arrow-n.png');
        background-repeat: no-repeat;
        height: 18px;
        width: 78px;
        background-size: 100%;
    }

}



@media only screen and (max-width: 767px) {
    .hmk-about-list li {
        width: 100%;
    }
}

.pop-heading {
    font-size: 20px !important;
    text-align: center;
}

.page-template-help-request .add-help-request-modal .gfield .gfield_label{
    text-align: left !important;
}

.top-progress-section {padding: 35px 0 20px 0 !important;}
#progress-bar-container > .progress-row > .progress-col > .p-icon {
    margin-bottom: -35px;
    z-index: +2;}
#progress-bar-container > .progress-row > .progress-col > #progress-bar.progress-bar > .check {
    width: 40px;
    height: 40px;
    left: -5px;
    top: -15px;}
#progress-bar-container > .progress-row > .progress-col:not(.complete-prog) > #progress-bar.progress-bar > .check {opacity: 0;}
#progress-bar-container > .progress-row > .progress-col > .progress-content {padding-top: 22px;}
#progress-bar-container > .progress-row > .progress-col > .progress-content span.mobile-label {display: none;}

/*.progress-mobile-col .p-icon {display: none;}*/
/*.progress-mobile-col .progress-bar {height: 60px;}*/
/*.progress-mobile-col .progress-content {line-height: 1.2;}*/
.top-progress-section > .container {padding: 0 40px !important;}

@media only screen and ( max-width: 1200px ) {
    #progress-bar-container > .progress-row > .progress-col > .progress-content.custom-margin-left-step-3 {margin-left: -18% !important;}
}
@media only screen and ( max-width: 600px ) {
    /*.top-progress-section {padding: 15px 0 20px 0 !important;}*/
    /*.progress-mobile-col .progress-content {margin-left: 0 !important;}*/
    .top-progress-section > .container {padding: 0 20px !important;}
    #progress-bar-container .progress-mobile-row {display: none;}
    #progress-bar-container .progress-row {display: flex;}
    #progress-bar-container > .progress-row > .progress-col > .p-icon {display: none;}
    #progress-bar-container > .progress-row > .progress-col > #progress-bar.progress-bar > .check {opacity: 1 !important;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content,
    #progress-bar-container > .progress-row > .progress-col > .progress-content .eael-lightbox-btn span.elementor-button {
        font-size: 11px;
        line-height: 1.1;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content {
        padding: 0 15px !important;}
    #progress-bar-container > .progress-row > .progress-col.stage-4 > .progress-content {left: initial;}
    #progress-bar-container > .progress-row > .progress-col.stage-4 > .progress-bar {width: 100%;}
    .elementor-widget-container .eael-lightbox-wrapper {justify-content: center !important;}
    #progress-bar-container > .progress-row > .progress-col > #progress-bar.progress-bar > .check {
        width: 30px;
        height: 30px;
        top: -10px;}
    #progress-bar-container > .progress-row > .progress-col > #progress-bar.progress-bar {margin-left: 0;}
    #progress-bar-container > .progress-row > .progress-col > #progress-bar.progress-bar > .check {left: calc( 50% - 15px );}
    #progress-bar-container > .progress-row > .progress-col.stage-4 {flex: 1;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content {
        padding-top: 22px;
        width: auto;
        margin-left: initial;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content span.desktop-label {display: none;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content span.mobile-label {display: block;}
    #progress-bar-container > .progress-row > .progress-col > .progress-content.custom-margin-left-step-3 {margin-left: initial !important;}
    #progress-bar-container > .progress-row > .progress-col.stage-1 > #progress-bar.progress-bar > .check {left: -5px !important;}
    #progress-bar-container > .progress-row > .progress-col.stage-4 > #progress-bar.progress-bar > .check {
        left: initial !important;
        right: -5px !important;}
    #progress-bar-container > .progress-row > .progress-col.stage-1 > .progress-content span.mobile-label {
        text-align: left;
        margin-left: -12px;}
    #progress-bar-container > .progress-row > .progress-col.stage-4 > .progress-content span.mobile-label {
        text-align: right;
        margin-right: -15px;}
    #progress-bar-container .current-prog.progress-col:not(.complete-prog):not(.stage-1):not(.stage-4) .progress-bar {position: relative;}
    #progress-bar-container .current-prog.progress-col:not(.complete-prog):not(.stage-1):not(.stage-4) .progress-bar:after,
    body.single-pathway  #progress-bar-container .current-prog.progress-col.stage-4:not(.complete-prog) .progress-bar:after {
        content: '';
        position: absolute;
        width: 50%;
        left: 0;
        height: 100%;
        background-color: #041291;}
    body.single-pathway  #progress-bar-container .current-prog.progress-col.stage-4:not(.complete-prog) .progress-bar:after {width: 100%;}
    #progress-bar-container .complete-prog.progress-col.stage-4 .progress-bar {background-color: #041291;}
    #progress-bar-container > .progress-row > .progress-col:not(.complete-prog) > #progress-bar.progress-bar > .check {border-color: #BDE4BE !important;}
}

.unread-icon-mb{
    text-align: center;
}

.care-options-help .progress-content {
    margin-left: 0%;
}

body.post-type-archive-wpe_wpspace .wpe-wps-form .form-group ul li i {position: initial;}
body.post-type-archive-wpe_wpspace .wpe-wps-form .form-group ul input + span.select2 {display: none;}

body.single-wpe_wpspace #wpe-wps-header + #wpe-wps-content {margin-top: 0 !important;}

body.single-help_request .custom-non-btn-help-request-file-link {display: block;}
body.single-help_request .custom-non-btn-help-request-file-link > svg,
body.single-help_request .custom-non-btn-help-request-file-link > span {vertical-align: middle;}