/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# WSS Single
# Toggle Product Requirements
# Delivery Date Update
# Order Review
# Conversation
# Status Widget
# Media Query (single page)
# Woo Tabs Style
# Services Notification
# Requirement Options
# File Upload Progress Bar
# Services Provider Tab
# Extra Plugin Support
    # WCFM
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

.wss-services-info-container,
.wss-container {
    border: 1px solid #efefef;
    padding: 20px !important;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.wss-services-info-table tr th,
.wss-services-info-table tr td {
    border-color: currentcolor currentcolor #efefef;
    border-style: none none solid;
    border-width: medium medium 1px;
    text-align: left;
}


/*--------------------------------------------------------------
# WSS Single
--------------------------------------------------------------*/

.wss-header-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wss-services-image {
    max-width: 100px;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.wss-services-image img {
    margin: 0px !important;
}

.page .wss-services-info h4 {
    margin-bottom: 10px;
}

.wss-services-info-text ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wss-services-info-text ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    border-right: 1px #777 solid;
    font-size: 12px;
    color: #777;
    line-height: 1;
}

.wss-services-info-text ul li span {
    color: #4caf50;
}

.wss-services-info-text ul li:last-child {
    border: none;
}

.wss-services-info-product {
    margin: 10px -20px -21px;
}

.wss-services-info-table {
    margin: 0px;
    border: 0px;
}

.wss-services-info-table th,
.wss-services-info-table td {
    padding: 10px;
    vertical-align: top;
}

.wss-services-info-table th:first-child,
.wss-services-info-table td:first-child {
    padding: 10px;
    padding-left: 20px;
    width: 40%;
}

.wss-services-info-table th:last-child,
.wss-services-info-table td:last-child {
    padding-right: 20px;
}

.wss-services-info-table td {
    font-size: 95%;
}


/*--------------------------------------------------------------
# Toggle Product Requirements
--------------------------------------------------------------*/

.header-sell-order {
    margin: 0 -20px;
    padding: 20px;
    text-align: center;
}

.header-sell-order h3.sell-order-title {
    margin: 0px 0 5px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}

.header-sell-order-thumb {
    margin: auto;
    margin-bottom: 10px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.header-sell-order-thumb img {
    max-width: 80px;
    max-height: 80px;
}

.wbcom-wss-ques-sec {
    text-align: center;
}

.wbcom-wss-ques-toggle span.wss_show_toggle_icon,
.wbcom-wss-ques-toggle span.wss_hide_toggle_icon {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 5px;
    position: relative;
    cursor: pointer;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    margin-left: 10px;
    margin-top: -8px;
}

.wbcom-wss-ques-toggle span.wss_hide_toggle_icon {
    -ms-transform: rotate(224deg);
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    margin-top: 5px;
}

.wss-sell-requirements .header-sell-order {
    padding-right: 0px;
}

.wbcom-wss-ques-inner.button {
    display: inline-block;
}

.wbcom-wss-ques-toggle {
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wbcom-wss-ques-toggle.box-open span {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.wss-sell-client-requirement {
    padding: 20px;
    border-top: 1px solid #efefef;
    margin: 20px -20px -20px;
}

.wss-sell-client-req-question {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 3px;
    margin: 0 0 20px;
}

.wss-sell-client-req-question:last-child {
    margin-bottom: 0px;
}

.wss-sell-client-req-question h4 {
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
}

.wss-sell-client-req-question p {
    margin: 0 0 5px;
}

.wss-sell-order-reuirments-btn {
    margin: 20px 0;
    text-align: center;
}

.wbcom-woo-feild input[type="text"],
.wbcom-woo-feild select,
.wbcom-woo-feild textarea {
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    border: 1px #dedede solid;
}

.wbcom-woo-feild select {
    padding: 0 10px;
}

.wbcom-woo-feild textarea {
    max-width: 100%;
}

.wbcom-wss-checkboxes-grp,
.wbcom-wss-radio-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wbcom-wss-checkboxes-grp .checkbox-row {
    width: 33.33%;
    padding-right: 10px;
}

.wbcom-wss-checkboxes-grp label,
.wbcom-wss-radio-grp label {
    display: block;
    position: relative;
    width: 33.33%;
    line-height: 1;
    margin-bottom: 10px;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"],
.wbcom-wss-radio-grp input[type="radio"] {
    margin-right: 5px;
}

.wp-editor-wrap {
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Delivery Date Update
--------------------------------------------------------------*/

.delivery-date-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 36px;
}

.date-picker-wrapper {
    display: none;
}

button.update_delivery_date {
    margin: 0 15px 0 0;
    cursor: pointer;
}

input.date-update-submit {
    margin-left: 15px;
}


/* Delivery date hover */

.entry-content a.update_delivery_date:hover,
.entry-content a.update_delivery_date:focus {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

    .wbcom-wss-checkboxes-grp label,
    .wbcom-wss-radio-grp label {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .date-picker-wrapper {
        margin-top: 10px;
    }
}


/*--------------------------------------------------------------
# Order Review
--------------------------------------------------------------*/

.wbcom-wss-review-header {
    text-align: center;
    float: left;
    width: 100%;
    border: 1px solid hsl(0, 0%, 82%);
}


/*.wbcom-ess-review-alert{
    float: left;
    width: 100%;
    border:1px solid hsl(0, 0%, 82%);
    margin: 10px 0px;
    padding: 10px;
}*/


/*--------------------------------------------------------------
# Conversation
--------------------------------------------------------------*/

.woo-msg-time {
    text-align: center;
    position: relative;
    margin: 0 0 50px;
}

.woo-msg-time .woo-msg-date-wrap {
    display: inline-block;
    background: #fff;
    color: #ababab;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.woo-msg-time:after {
    content: '';
    margin: 0px;
    display: block;
    height: 1px;
    width: 100%;
    background: #efefef;
    position: absolute;
    top: 50%;
}

.woo-single-msg {
    margin-bottom: 50px;
    position: relative;
}

.woo-author-details {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -40px;
    display: block;
}

.woo-author-details img {
    border-radius: 100% !important;
    outline: 10px solid #fff;
}

.woo-author-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width: 650px) {
    .woo-author-message {
        max-width: 70%;
    }
}

.woo-pruduct-submit {
    margin-top: 10px;
}

.woo-name-file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woo-name {
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 0;
}

.woo-name span {
    font-size: 18px;
    font-weight: 600;
}

.woo-name .woo-time {
    padding: 0 10px;
    font-size: 14px;
    color: #ababab;
    font-style: italic;
}

.wss-receiver-msg .woo-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 80px;
}

.wss-sender-msg .woo-name {
    padding-left: 80px;
}

.woo-author-conversation-wrapper {
    position: relative;
    padding: 0 40px;
}

.woo-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wss-receiver-msg .woo-msg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woo-msg-sec {
    background: #e2f7e9;
    color: #7d7d7d;
    margin: 0;
    padding: 25px 50px;
    display: inline-block;
    font-size: 16px;
    min-height: 80px;
    border-radius: 100px 100px 100px 0;
}

.woo-msg-sec p {
    color: inherit !important;
}

.wss-receiver-msg .woo-msg-sec {
    border-radius: 100px 100px 0 100px;
}

.woo-msg-sec p {
    margin: 0;
}

.woo-time {
    font-size: 12px;
    color: #ababab;
}

.woo-file {
    margin-top: 25px;
}

.wss-receiver-msg .woo-file {
    margin-left: auto;
}

@media screen and (min-width: 544px) {
    .woo-file {
        margin-left: 80px;
    }

    .wss-receiver-msg .woo-file {
        margin-right: 80px;
    }
}

.woo-file ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woo-file ul li {
    margin: 5px 0;
}

.woo-file ul li::before {
    content: "";
    background-image: url(../images/file.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 15px;
    vertical-align: middle;
}

.woo-file span {
    font-weight: bold;
}

.wss-receiver-msg .woo-author-details {
    right: 0;
    left: auto;
}

.wss-receiver-msg .woo-author-message {
    margin-left: auto;
}

.wss_conversation_form_wrapper {
    margin: 0 -20px -20px;
    background: #fbfbfb;
    padding: 20px;
}

.wss_conversation_form_wrapper .woo-review {
    min-height: 70px;
}

.woo-single-msg .wss-sell-product {
    background: rgba(230, 238, 255, .5);
    color: #000;
    text-align: center;
    margin: 50px -20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woo-single-msg .wss-sell-product img {
    max-width: 80px;
    display: inline-block;
    margin-right: 15px;
}

.woo-attchment {
    margin: 10px 0;
}

.wss_final_delivery_wrap {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.wss_final_delivery_wrap label {
    margin: 0 5px;
}

.wss_final_delivery_wrap input[type="checkbox"],
.wss_final_delivery_wrap input[type="radio"] {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.wss-sell-product-complete {
    margin: 0 -20px;
    background: #e6f1f8;
}

.wss-sell-product-complete .header-sell-order-thumb img {
    max-width: 80px;
    max-height: 80px;
}

.wbcom-wss-review-alert p {
    margin: 0;
}

.wss-star-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.wss-star-rating-wrap span {
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}

.wss-star-rating-wrap svg {
    height: 24px;
    width: 24px;
}

.customers-rating {
    padding: 20px 0;
    text-align: center;
}

.customers-rating .woo-user {
    margin: 20px 0 0;
}

#woo_sell_customers_rated {
    margin: 0 0 20px;
}

.woo-customer-author-details img {
    border-radius: 50%;
}

.customers-rating .woo-user .woo-name {
    margin-right: 20px;
}

.wss-rating-vendor .woo-msg-sec {
    background: #efefef;
}

.woo-rating-comment .woo-author-msg-sec {
    max-width: 600px;
    margin: auto;
}

.customers-rating .woo-author-name {
    font-size: 16px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Status Widget
--------------------------------------------------------------*/

.widget_wss_status_widget span.gamma {
    display: none;
}

.widget_wss_status_widget ul {
    padding: 15px;
    border: 1px solid #efefef;
    margin: 0;
    position: relative;
    list-style: none;
}

.wss-status-node {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    border: 2px #dedede solid;
}

.wss-status-activated .wss-status-node,
#wss-status-progress li.wss-status-activated:before {
    background: #5cb85c;
    border: 2px #5cb85c solid;
}

#wss-status-progress li.wss-status-activated:before {
    border: none;
}

#wss-status-progress li.wss-current-status .wss-status-node {
    border: 6px #5cb85c solid;
    background: #fff;
}

.wss-status-activated .wss-status-node:before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 4px;
    width: 6px;
    border-bottom: 2px solid #fff;
    height: 10px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wss-status-content {
    margin-left: 36px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

#wss-status-progress li {
    padding-bottom: 24px;
    font-size: 16px;
    position: relative;
}

#wss-status-progress li:before {
    content: '';
    margin: 11px;
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #dedede;
}

#wss-status-progress li:last-child {
    padding: 0px;
}

#wss-status-progress li:last-child:before {
    display: none;
}


/*--------------------------------------------------------------
# Media Query (single page)
--------------------------------------------------------------*/

@media screen and (max-width: 543px) {
    .woo-msg-sec {
        font-size: 14px;
        border-radius: 50px 50px 50px 0;
        width: 100%;
    }

    .wss-receiver-msg .woo-msg-sec {
        border-radius: 50px 50px 0 50px;
    }

    .woo-author-conversation-wrapper {
        padding-right: 0;
    }

    .wss-receiver-msg .woo-author-conversation-wrapper {
        padding-left: 0;
        padding-right: 40px;
    }
}

.wss-notification-read,
.wss-notification-delete {
    cursor: pointer;
}

.woo-message-required {
    color: #FF0000;
    margin: 20px 0;
}


/*--------------------------------------------------------------
# Woo Tabs Style
--------------------------------------------------------------*/

ul.woo-service-status-tabs {
    list-style: none;
    padding: 0 0 0 1em !important;
    margin: 0 0 1.618em !important;
    position: relative;
}

ul.woo-service-status-tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
    display: table;
}

ul.woo-service-status-tabs::after {
    clear: both;
}

ul.woo-service-status-tabs li {
    border: 1px solid #e5e5e5;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px !important;
    padding: 0 1em !important;
}

ul.woo-service-status-tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

ul.woo-service-status-tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

ul.woo-service-status-tabs li.active-tab {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

ul.woo-service-status-tabs li.active-tab::before {
    box-shadow: 2px 2px 0 #fff;
}

ul.woo-service-status-tabs li.active-tab::after {
    box-shadow: -2px 2px 0 #fff;
}

ul.woo-service-status-tabs li a {
    display: inline-block;
    padding: .5em 0 !important;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    outline: none;
    box-shadow: none;
}

.woo-service-search-box {
    margin-bottom: 15px;
}

.woo-service-search-box input[type="text"] {
    width: 100%;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 9px 12px;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

.account-orders-table-wrapper {
    overflow-x: auto;
}


/*--------------------------------------------------------------
# Services Notification
--------------------------------------------------------------*/

table.wss-notifications-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table.wss-notifications-table td,
table.wss-notifications-table th {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Requirement Options
--------------------------------------------------------------*/

button#wss_import_service_template,
button#wss_export_service_template {
    margin: 10px 0;
}

button#wss_import_service_template:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

select#_wss_import_saved_service_data {
    height: 40px;
}

p.wss-success-msg,
p.wss-success-import-msg {
    color: #270;
    background-color: #DFF2BF;
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px 3px 3px 3px;
}

p.wss-success-msg::before,
p.wss-success-import-msg::before {
    content: "\f15e";
    font-family: 'dashicons';
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# File Upload Progress Bar
--------------------------------------------------------------*/
.woo-sell-up-progress,
.woo-sell-up-bar,
.woo-sell-up-percent {
    height: 25px;
    border-radius: 100px;
}

.woo-sell-up-progress {
    display: none;
    margin: 15px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.075);
}

.woo-sell-up-bar {
    background: #75b800;
    width: 0;
    transition: width 0.5s;
}

.woo-sell-up-percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #111;
}

/*--------------------------------------------------------------
# Services Provider Tab
--------------------------------------------------------------*/
.woo-service-search-box input[type="text"] {
    padding: 10px;
    min-height: 38px;
}

/*--------------------------------------------------------------
## WCFM
--------------------------------------------------------------*/

div.wcfm-collapse-content .dokan-section-heading h2 {
    display: block;
    float: none;
    width: 100%;
}

.wcfm-collapse-content .dokan-section-toggle {
    display: none;
}

.wcfm-collapse .wcfm-container.service {
    margin: 0 auto;
    padding: 20px;
}

#wcfm-main-contentainer table.acf-table>tbody>tr>th,
#wcfm-main-contentainer table.acf-table>tbody>tr>td,
#wcfm-main-contentainer table.acf-table>thead>tr>th,
#wcfm-main-contentainer table.acf-table>thead>tr>td {
    text-align: left;
    border-style: solid;
}

#wcfm-main-contentainer table.acf-table>tbody>tr>td {
    border-color: #eee;
    border-width: 1px 0 0 1px;
}

#wcfm-main-contentainer table.acf-table>tbody>tr:first-child>td {
    border-top-width: 0;
}

#wcfm-main-contentainer table.acf-table {
    border: #eee solid 1px;
}

#wcfm-main-contentainer table.acf-table thead td,
#wcfm-main-contentainer table.acf-table thead th,
#wcfm-main-contentainer table.acf-table tfoot td,
#wcfm-main-contentainer table.acf-table tfoot th {
    border-bottom: 1px solid #eee;
}

#wcfm-main-contentainer.acf-table>tbody>tr>td:first-child {
    border-left-width: 0;
}

#wcfm-main-contentainer table.acf-table td,
#wcfm-main-contentainer table.acf-table th {
    padding: 8px !important;
}

#wcfm_menu .wcfm_menu_items a.acf-icon,
.wcfm-collapse a.acf-icon {
    border-bottom: 1px solid #b5bcc2;
}

.acf-repeater .acf-row-handle .acf-icon.acf-icon {
    margin: 5px -2px;
}


/* BuddyX Theme */

.theme-buddyx .widget_wss_status_widget #wss-status-progress {
    border: none;
}