.ui-autocomplete-input{
    color: #121212 !important;
}
.woocommerce-MyAccount-navigation{
    float: none !important;
    width: 100% !important;
    background: #1a1a1a !important;
    padding: 0.8em !important;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation li{
    display: inline-block;
    margin-bottom: 0px !important;
    padding: 7px 14px 7px 14px !important;
}

.woocommerce-MyAccount-navigation li a{
    color: #fff !important;
    line-height: 1.7 !important;
}
.woocommerce-MyAccount-navigation li:before{
    content: none !important;
}
.woocommerce-MyAccount-navigation .is-active{
    background: #333 !important;
}
.woocommerce-MyAccount-navigation li:hover{
    background: #444 !important;
    transition: background 300ms;
    transition-timing-function: ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content{
    float: none !important;
    width: 100% !important;
    padding-left: 0px !important;
}
.cwm_myacc_pg input[type='text']{width:100%;}
.halfrow{display: grid;  grid-template-columns: 1fr 1fr;}
.halfrow #cw_fname{max-width: 99% !important;}
.cwm_alert_succ, .cwm_succ{
    display: none;
}
.manager_row .manager_revoke{
    float: right;
    cursor: pointer;
    line-height: 40px;
    width: 130px;
    color: #a70000;
}
.wcv-horizontal-gutters{
    position: relative;
}
.wcv_chat_overflow .cwm_chat_stick_fixed{
    position: relative !important;
    top: 0;
}
.wcv_chat_overflow{
    position: absolute;
    bottom: 20px;
    right: 2px;
}
.cw_add_new_manger_row .cw_add_new_manager_button_div{
    float: right;
    line-height: 91px;
}
.manager_row .manager_details input, .cw_add_new_manger_row .control-group input{
    width: 95%;
}
.manager_row .manager_details{
    width: calc(100% - 130px);
    display: inline-block;
}
.cw_add_new_manger_row .control-group{
    width: calc(100% - 100px);
    display: inline-block;
}
.cw_add_new_manger_row .wcv-button{
    width: 100px;
}
.cwm_overlay_bg{
    background: rgba(0, 0, 0, 0.9);
}
.manager_inline input{
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 10px !important;
    background: rgba(0, 0, 0, 0.02) !important;
    color: rgba(0, 0, 0, 0.65) !important;
    cursor: default;
}
.cwm_overlay{
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cwm_new_cancel_btn{
    text-align: center;
}
.cwm_cancel_add_new_tm{
    cursor: pointer;
}
.cwm_switch_content_head{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.cwm_switch_account_content *{
    cursor: default;
}
.cwm_switch_account_content .cwm_switch_content_body table *{
    cursor: pointer;
}
.cwm_overlay_content_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cwm_overlay,.cwm_overlay_content_div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cwm_overlay_new_tm_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.cwm_overlay_new_tm_content_box button{
    width: 100%;
}
.cwm_overlay_new_tm_content_box .control-group div:first-child{
    margin-right: 4px;
}
.cwm_overlay_new_tm_content_box .control-group div:last-child{
    margin-left: 4px;
}
.cwm_overlay_new_tm_content_box{
    background: #fff;
    border-radius: 2px;
    max-width: 480px;
    width: 90%;
    margin: auto;
    padding: 30px 24px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.cwm_switch_content_body table th{
    text-align: center;
    width: 80px;
}
.cwm_switch_content_body th,.cwm_switch_content_body td,.cwm_switch_content_body table{
    border: none;
    margin: 0px;
}
.cwm_switch_content_body table th img{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}
.cwm_switch_content_body table th,.cwm_switch_content_body table td{
    padding: 0;
    height: 80px;
    vertical-align: middle;
}
.cwm_switch_content_body_ch{
    height: 50%;
	overflow-y: auto;
    max-height: 80vh;
}
.cwm_switch_content_body table tr{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
    background: #fff;
    border-radius: 2px;
    display: block;
    margin: 10px 0;
}
.talent_details .talent_email{
    color: rgba(63, 63, 63, 1);
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.talent_details{
	max-width: 220px;
}
.talent_details .talent_name{
    color: rgba(15, 15, 15, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.cwm_overlay_content .cwm_switch_account_content{
    width: 300px;
    display: block;
    margin: auto;
}
.cw_send_alert{
	position: relative;
    /*padding-bottom: 40px;*/
}
.cw_send_alert .cw_send_sms{
    float: right;
    top: 1px;
    position: relative;
}
.cw_send_alert textarea{
	resize: vertical !important;
    width: 100%;
}
.processing .blockOverlay{
    background: rgba(6,6,6,0.8) !important;
}

.processing  .blockUI.blockOverlay{
    position: fixed !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}
.processing  .blockUI.blockOverlay:before,.processing .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('/wp-content/plugins/custom-work/images/loading.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.cwm_slide_history .slick-prev {
    left: -50px !important;
}
.cwm_slide_history .slick-next {
    right: -50px !important;
}
.cwm_booking_accept_form button:hover{
    background-color: rgba(35,161,0,0.5);
    color: #23a100;
    border-color: #23a100 !important;
}
.cwm_booking_accept_form button{
    color: #000 !important;
}
.cwm_booking_reject_form button:hover{
    background-color: rgba(203,0,0,0.5);
    color: #cb0000;
    border-color: #cb0000 !important;
}
.cwm_booking_reject_form button{
    color: #000 !important;
    background: transparent;
    border: 3px solid #000;
}
.cwm_flt_rt_bs_span{
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}
.cwm_confirmed{
    color: #23a100;
}
.cwm_pending{
    color: #f1c000;
}
.cwm_cancelled{
    color: #cb0000;
}
.cwm_booking_modify_status button{
    padding: 0 16px;
    font-size: 13px;
}

.cw_booking_date_div{
    display: block !important;
}
.cw_booking_data_change{
    color: #01bad4 !important;
}

.cwm_booking_modify_status div {
    display: inline-block;
}
.cwm_chat_sticky{
    margin-top: 42px;
}

.cwm_chat_stick_fixed{
    position: fixed;
    top: 58px;
    width: 33%;
    clear: none;
}

.cw_border_bottm{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.cwm_offer_activity_log_div{
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    margin:10px 0;
}
.wcv-c-tabs{
    margin-bottom: 20px;
}
.cwm_flt_rt_bs .cwm_flt_rt_bs_span{
    text-transform: uppercase;
}
.woocommerce-order-details .cwm_tabs_nav .cwm_flt_rt_bs{
    float: right !important;
    cursor: default;
    position: absolute !important;
    right: 0;
}
.cwm_push_unset{
    display: inline-block;
    float: unset !important;
    margin-bottom: 30px;
}
@media all and (max-width: 1000px)  {
    .cwm_tabs_content{
        margin-top: 40px;
    }

    .wc_btn_pn_pay_cwm{
        margin-top: 20px;
    }
    .woocommerce-order-details .cwm_tabs_nav .cwm_flt_rt_bs{
        float: left !important;
        left: 0px !important;
        top: 40px !important;
    }
}

.tabs-c-nav{
    position: relative;
}
.woocommerce-order-details .cwm_tabs_nav .cwm_flt_rt_bs,.woocommerce-order-details .wcv-c-tabs.top > .tabs-c-nav{
    line-height: 40px !important;
    height: 40px;
}
.woocommerce-order-details .wcv-c-tabs.top > .tabs-c-nav {
    border-bottom: 1px solid #ccc;
}
.woocommerce-order-details .wcv-c-tabs .tabs-c-nav {
    list-style: none;
}
.woocommerce-order-details .wcv-c-tabs.top > .tabs-c-nav li{
    float: left;
    line-height: 1.7;
    position: relative;
    box-sizing: border-box;
}
.woocommerce-order-details .wcv-c-tabs.top > .tabs-c-nav li.active a {
    border-bottom-color: transparent;
}
.woocommerce-order-details .wcv-c-tabs.top > .tabs-c-nav li a {
    margin-right: .4em;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
}
.woocommerce-order-details .wcv-c-tabs .tabs-c-nav li.active a {
    color: #555;
    cursor: default;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
}
.woocommerce-order-details .wcv-c-tabs .tabs-c-nav li a {
    padding: .5em 1em;
    display: block;
}


.cw_accordion span{
    border: 3px solid #f5a92a;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
.cw_btn_accord_active{
    background-color: white !important;
}
.cw_accordion {
    background-color: transparent;
    color: #444 !important;
    cursor: pointer;
    padding: 0 18px;
    font-weight: normal;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 16px;
    padding-left: 0;
    font-size: 14px;
    min-height: 40px;
    height: auto;
}

.cw_accordion::after{
    content: '\002B';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    line-height: 0;
    margin-top: 9px;
}
.cw_accord_active, .cw_accordion:hover {
    background-color: transparent;
}
.cw_btn_accord_active::after {
    content: "\2212" !important;
}
.cwm_overlay_modify_booking_content{
    max-width: 800px;
    background: #fcfcfc;
    overflow: scroll;
    margin: 100px auto;
    padding: 50px;
    min-height: 400px;
}
.cwm_overlay_close_modify_booking{
    float: right;
    color: #111;
}
.cw_history {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.cw_history .cwm_slide_item table{
    box-shadow: none !important;
    border: none !important;
}
.cwm_booking_reject_form{
    margin-top: 10px;
}


.cw_bd_clicktochange,.cw_clicktochange_offer{
    color: #1E54BB;
    text-transform: uppercase;
    font-size: 12px;
}
.cwm_counter_booking_dates p{
    margin-bottom: 0 !important;
}
.cwm_change_status_yes{
    margin-top: 26px;
}
.cwm_change_status_no{
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
}

.wc_cw_cust_ui strong{
    display: block;
    width: 100%;
}
.wc_cw_cust_ui td,.wc_cw_cust_ui th{
    width: 50%;
    padding: 0;
    vertical-align: top;
}
.wc_cw_cust_ui *{
    line-height: 20px !important;
}

.wc_cw_price_lh th,.wc_cw_price_lh td{
    vertical-align: middle !important;
}

.wc_cw_price_lh th,.wc_cw_price_lh td{
    padding-bottom: 20px !important;
}

.wc_cw_price_lh *{
    line-height: 20px !important;
}
table + hr{
    margin: 0 !important;
}
.wc_cw_cust_ui, .wc_cw_price_lh{
    padding: 0 !important;
}
.wc_cw_cust_ui,.wc_cw_cust_ui td,.wc_cw_cust_ui tr,.wc_cw_cust_ui th{
    border: 0;
    margin: 0;
    margin-bottom: 0 !important;
}
.wc_cw_cust_ui .wc-item-meta li:not(:first-child){
    margin-top: 20px;
}
.wc_cw_cust_ui tr td:not(:first-child){
    padding-left: 40px !important;
}
.cwm_travel_hospitality strong{
    font-weight: normal;
    font-style: normal;
}
.cwm_change_status_yes{
    display: inline-block;
}
.cw_btn_blw_msg{
    cursor: default;
    margin-top: 8px;
    font-size: 13px;
    color: #a0a0a0;
    padding-top: 20px;
    text-align: center;
    line-height: 16px !important;
}
.cwm_offer_des{
    padding-top: 8px;
}
.cwm_overlay_modify_booking_offer textarea{
    width: 100%;
    min-height: 100px;
    resize: vertical;
}
#show_venue_location{
    padding-top: 20px;
    padding-bottom: 20px;
}
#show_venue_location iframe{
    width: 100%;
    height: 240px;
}
.cw_booking_data_change_orig{
    text-decoration: line-through;
    color: #cb0000;
}
.chatBoxHead{
    border-bottom: none;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    color: #494949;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.chat-container{
    max-height: 100%;
    height: 100%;
    min-width: 270px;
    vertical-align: top;
    position: relative;
}
.chat-inbox .ChatBox{
    border-color: transparent !important;
}
.ChatBox{
    min-height: 560px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    max-width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-direction: column;
    overflow-x: hidden;
    border-style: solid;
}
.chatbox_avatar,.hubchatitem .avatar{
    display: inline-block;
    margin: 10px;
    width: 44px;
    height: 44px;
}
.chatbox_avatar img{
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50%;
}
.hubchatitem .avatar img{
    border-width: 1px;
    border-color: #EAEAEA;
    border-style: solid;
    border-radius: 3px;
}
.chatbox_title{
    display: inline-block;
    font-weight: 500;
}
.chatBoxFoot{
    border-top: #dce0e0 solid 1px;
    position: relative;
    flex-shrink: 0;
    background-color: rgba(220,224,224,0.3);
    padding: 12px;
}
.chat-container .textchatbox:focus,.chat-container .textchatbox:active{
    box-shadow: none;
    border-radius: 4px;
    border-width: 1px;
    border-color: #E0E0E0;
}
.chat-container .textchatbox{
    height: 47px;
    min-height: 47px;
    background-color: #fff;
    border-radius: 4px;
    border-width: 1px;
    border-color: #E0E0E0;
    color: #232529;
    width: 100%;
    display: inline-block;
    padding: 13px 5px 10px 10px;
    border-style: solid;
    box-shadow: none;
    font-size: 1em;
    line-height: 1.2em;
    resize: none;
    overflow-x: hidden;
    -webkit-appearance: none;
    transition: width .15s ease-out;
    vertical-align: top;
}
.chatBoxBody{
    height: 0;
    flex-direction: column;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
}
.chatBoxBodySpacer{
    height: 60px;
    display: table;
}
.chatBoxBody .chat_contents{
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px;
    scrollbar-width: thin;
    scrollbar-color: #f4f4f4 #fff;
}
.chatBoxBody .empty-space{
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.chat_typing_indicator{
    color: #ccc;
    text-align: center;
    padding: 4px;
    display: none;
}
.chat-message{
    margin-top: 0;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
    border-style: solid;
    padding: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px;
}
.chat-message::before,.chat-message::after{
    content: "";
    display: table;
}
.chat-message::after{
    clear: both;
}
.chat-list{
    width: 40%;
    max-width: 300px;
    display: inline-block;
    margin: 0;
}
.chat-inbox .chat-container{
    width: 59%;
    display: inline-block;
    left: -4px;
}
.chat-list{
    background-color: #F9F9F9;
    min-height: 560px;
}
#hub-scrollable{
    overflow-y: auto;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-height: 560px;
    scrollbar-width: thin;
    scrollbar-color: #f4f4f4 #fff;
}
.hubchat_wrap{
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    display: block;
    margin: auto;
    height: 67px;
}
.hubchatitem{
    box-sizing: content-box !important;
    margin: 0;
    max-height: 67px;
    overflow: hidden;
    min-height: 67px;
    word-wrap: break-word;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
    cursor: pointer;
    padding: 0 2px;
}
.details{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle !important;
}
.details div{
    vertical-align: top !important;
}
.details .chatbox_title{
    font-weight: 500;
}
.details{
    color: #707070;
    position: relative;
}
.details .last_time{
    color: #C3C3C3;
    font-size: 11px;
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    padding-left: 4px;
}
.ginput_container .digcon div{
    position: absolute;
}
.ginput_container .digcon .medium{
    padding-left: 55px !important;
}
.chat-active{
    background-color: #fff;
}
.chat-container .textchatbox{
    padding-top: 14px;
    background-color: #fafafa;
    border-color: #EAEAEA;
    padding-right: 40px;
}

.chatBoxFoot{
    background-color: #fff;
    border: none
}
.msg-by-other{
    background-color: #fafafa;
    border: none;
    color: #676767
}
.msg-by-current-user{
    border: none;
    color: #fff
}

.msg-by-other .msg_head{
    color: rgba(103, 103, 103, 0.75);
    font-weight: 500;
}
.msg-by-current-user .msg_head{
    color: #00BCD4;
    font-weight: 500;
}
.chatBoxHead,.chat_time_head{
    background-color: rgba(255, 255, 255, 0.95);
}
.msg-by-other{
    border-radius: 3px;
    color: #111;
    width: 70%;
}
.msg-by-current-user{
    border-radius: 3px;
    background-color: rgba(0,188,212,.14);
    color: rgba(90,65,73,0.81);
    width: 70%;
    margin-left: calc(100% - 70%);
}
.timeago {
    font-size: .74em;
    text-align: right;
    cursor: default;
    position: absolute;
    right: 0;
    top: -1px;
}
.msg_head{
    position: relative;
}
.msg-by-other .timeago{
    color: rgba(103, 103, 103, 0.75);
}
.msg-by-current-user .timeago{
    color: #00BCD4;
}
.dwnscroll .chat_time_head{
    position: sticky;
    position: -webkit-sticky;
    top: 52px;
    z-index: 1;
}

.msg_head{
    padding-bottom: 4px;
}
.chat_contents::-webkit-scrollbar {
    width: 6px;
}
.chat_contents::-webkit-scrollbar-track {
    background: #ffffff;
}
.chat_contents::-webkit-scrollbar-thumb {
    background: #f4f4f4;
}
.chat_sendbutton{
    top: 25px;
    cursor: pointer;
    right: 26px;
    text-transform: uppercase;
    height: 18px;
    float: right;
    position: absolute;
    color: #00bcd4;
    font-weight: 700;
}
.chat_time_head{
    text-align: center;
    color: #C9C9C9;
    text-transform: uppercase;
    font-size: 14px;
    cursor: default;
    direction: ltr;
    margin-top: 10px;
    margin-bottom: 18px;
}
.chat_time_head::after {
    left: 0.5em;
    margin-right: -50%;
}
.chat_time_head::before, .chat_time_head::after {
    background-color: #E4E4E4;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.chat_time_head::before {
    right: 0.5em;
    margin-left: -50%;
}
.chat_time_head span {
    padding: 0 18px;
}
.online_indicator{
    position: absolute;
    height: 100%;
    display: none;
    width: 8px;
}
.online_indicator::before{
    content: '';
    background: #0BA100;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
}
.hubchat_wrap .chat_user_name{
    width: 125px;
}
.details div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
}
.last_message{
    padding-top: 4px;
}
.user_online .online_indicator{
    display: block;
}

.user_online .chat_user_name{
    margin-left: 12px;
}
.chat_usr_avatar img{
    border-radius: 50%;
}
.chat_usr_avatar{
    float: left;
    display: inline-block;
    width: 44px;
    height: 44px;
    top: 0;
    padding: 0 8px;
}
.no_avatar{
    display: none !important;
}
.unread_message .last_time::before{
    content: '';
    background: #00BCD4;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    left: -2px;
}
.chat-inbox{
    position: relative;
}

@media all and (max-width: 1260px) {
    .wcv-cols-group.wcv-horizontal-gutters {
        margin-left: 0 !important;
    }
    .wcvendors-pro-dashboard-wrapper .all-65{
        width: 100%;
        float: left;
        clear: none;
        position: relative;
    }
    .wcvendors-pro-dashboard-wrapper .all-35 {
        width: 100%;
    }
}
.chat_user_name{
    float: left;
}
.hamburger_menu_chat{
    display: none;
    height: 60px;
    padding-right: 16px;
    cursor: pointer;
}
.hamburger_icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath data-name='layer2' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='4' d='M2 14h60M2 32h36' stroke-linejoin='round' stroke-linecap='round'%3e%3c/path%3e%3cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='4' d='M2 50h60' stroke-linejoin='round' stroke-linecap='round'%3e%3c/path%3e%3c/svg%3e");
    height: 17px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    position: relative;
}
@media all and (max-width: 520px) {
    .chat-inbox .hamburger_menu_chat{
        float: left;
        display: inline-block;
    }
    .chat-inbox .chat-container{
        width: 100%;
    }
    .chat-list{
        z-index: 10;
        width: 80%;
        max-width: none;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }
    .chat-list-default{
        transform: translateX(-110%);
    }
    .chat-list-show{
        transform: translateX(0);
    }
}

.all-65 {
    width: 65%;
    float: left;
    clear: none;
}
.wcv-cols-group::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce-MyAccount-content .cwm_chat_sticky{
    margin-top: 58px !important;;
}

.woocommerce-MyAccount-content .cwm_chat_sticky h3{
    margin-bottom: 0.87em !important;
    font-weight: 700;
    line-height: 1.16em;
    font-size: 1.5em;
}
.hzr_paddles .hidden{
    display: none;
}
.hzr_paddles .paddle{
    position: absolute;
    top: 0;
    height: 60px;
    width: 48px;
    padding: 0;
}
.booking-cancel .cancel{
    display: none;
}
.hzr_paddles .left-paddle{
    float: left;
    left: 0;
}
.hzr_paddles .right-paddle{
    float: right;
    right: 0;
    transform: rotateY(180deg);
}
.woocommerce-MyAccount-navigation,.wcv-navigation{
    position: relative;
}
.woocommerce-MyAccount-navigation ul, .wcv-navigation .menu{
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body,html{
    scroll-behavior: smooth;
}
.woocommerce-MyAccount-navigation ul::-webkit-scrollbar, .wcv-navigation .menu::-webkit-scrollbar{
    display: none;
}
.all-100 .wcv-navigation ul.menu.horizontal li {
    float: none;
    display: inline-block;
}
.hzr_paddles .left-paddle,.hzr_paddles .right-paddle{
    background-color: transparent;
}
.hzr_paddles .left-paddle div,.hzr_paddles .right-paddle div{
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='20' width='30' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' id='svg_1' d='m30.83,32.67l-9.17,-9.17l9.17,-9.17l-2.83,-2.83l-12,12l12,12l2.83,-2.83z'/%3E%3Cpath fill-opacity='0' id='svg_2' fill='%23000000' d='m53.393188,-4.233183l48,0l0,48l-48,0l0,-48z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: -5px 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0.5);
}
.hzr_paddles .left-paddle::before,.hzr_paddles .right-paddle::before{
    background-image: linear-gradient(to right, rgba(26,26,26,1) 34%, rgba(26,26,26,0.88) 42%, rgba(255,255,255,0) 100%);
    display: block;
    height: 100%;
    width: 100%;
    content: "";
}

.woocommerce-MyAccount-navigation ul li:nth-last-child(1), .wcv-navigation .menu li:nth-last-child(1){
    padding-right: 16px !important;

}
.jas-push-menu-btn.hide-md.visible-sm.visible-xs{
    padding-left: 16px;
}
.jas-icon-cart.pr{
    padding-right: 20px;
}
.textchatbox_focused {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 11;
    transition: all 0.3s;
    height: calc(100% - 80px) !important;
}
.textchatbox_focused .ChatBox{
    min-height: unset;
}
.clearfix{
    overflow: unset !important;
}
.cwm_overlay_terms_overlay{
	max-width: 1000px;
}
.terms_box .terms{
	max-height: 50vh;
    overflow-y: scroll;
}
.terms_container .cwm_change_status_yes{
	float: right;
}
.modal_head{
	padding-bottom: 16px;
}
.terms_container .cwm_change_status_yes button{
	border-radius: 0 2px 2px 0;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	background: #1a1a1a;
}
.terms_container .cwm_reject{
clear: both;
position: relative;
display: inline-block;
margin-top: 36px;
margin-right: 16px;
width: 100px;
text-align: center;
}
@media all and (max-width: 420px) {
	.terms_container .cwm_reject{
		margin-top: 8px;
	}
	.terms_container .cwm_change_status_yes, .terms_container .cwm_reject{
		width: 100%;
	}
	
}