<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
&gt;&gt;&gt; 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
--------------------------------------------------------------*/
:root {
    --wss-content-bg-color: #ffffff;
    --wss-secondary-bg-color: #fbfbfb;
    --wss-border-color: #efefef;
    --wss-conversation-bg-color: #e2f7e9;
    --wss-conversation-text-color: #7d7d7d;
    --wss-conversation-status-bg-color: #f2f6fd;
    --wss-conversation-status-text-color: #000000;
    --wss-order-status-color: #5cb85c;

    --wss-border-radius: 4px;
}

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

.wss-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wss-container-inner {
    width: 75%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    display: inline-block;
}

.wss-services-info-container,
.wss-container {
    border: 1px solid var(--wss-border-color);
    padding: 20px !important;
    margin-bottom: 30px;
    position: relative;
    background: var(--wss-content-bg-color);
    border-radius: var(--wss-border-radius);
}

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

.wss-services-info-table .wc-item-meta {
    margin: 10px 0 0;
    padding: 0;
}

.wss-services-info-table .wc-item-meta&gt;li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.wss-services-info-table .wc-item-meta&gt;li+li {
    margin-top: 5px;
}

.wss-services-info-table .wc-item-meta&gt;li p {
    margin: 0;
}

/*--------------------------------------------------------------
# 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 solid var(--wss-border-color);
    font-size: 12px;
    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 currentColor;
    border-width: 0 2px 2px 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 var(--wss-border-color);
    margin: 20px -20px -20px;
}

.wss-sell-client-req-question {
    background: var(--wss-secondary-bg-color);
    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;
}

.wbcom-woo-ques-description {
    margin: 0 0 15px;
    font-size: 14px;
}

.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;
    padding: 10px;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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,
.wbcom_wss_required_question textarea {
    margin-bottom: 10px;
}

/* Common styles for both checkboxes and radio buttons */
.wbcom-wss-checkboxes-grp input[type="checkbox"],
.wbcom-wss-radio-grp input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #2196F3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"] {
    border-radius: 4px;
    background-color: #fff;
}

.wbcom-wss-radio-grp input[type="radio"] {
    border-radius: 50%;
    background-color: #fff;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"]:checked,
.wbcom-wss-radio-grp input[type="radio"]:checked {
    background-color: #2196F3;
    border-color: #2196F3;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"]:checked::after {
    content: 'âœ”';
    position: absolute;
    left: 3px;
    top: 0px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.wbcom-wss-radio-grp input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"]:hover,
.wbcom-wss-radio-grp input[type="radio"]:hover {
    border-color: #2196F3;
}

.wbcom-wss-checkboxes-grp input[type="checkbox"]:focus,
.wbcom-wss-radio-grp input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 3px rgba(33, 150, 243, 0.6);
    border-color: #2196F3;
}

/*--------------------------------------------------------------
# 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;
    gap: 15px;
}

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

button.update_delivery_date {
    margin: 0;
    padding: 8px 20px;
    line-height: normal;
    border-radius: 8px;
    cursor: pointer;
}

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

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    padding: 0 12px;
}

.delivery-date-update-wrapper input#datepicker {
    height: auto;
}


/* 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%;
    }
}

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

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

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

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

.woo-msg-time .woo-msg-date-wrap {
    display: inline-block;
    background: var(--wss-content-bg-color);
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.woo-msg-time:after {
    content: '';
    margin: 0px;
    display: block;
    height: 1px;
    width: 100%;
    background: var(--wss-border-color);
    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 var(--wss-content-bg-color);
}

.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;
    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: var(--wss-conversation-bg-color);
    color: var(--wss-conversation-text-color);
    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;
}

.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 {
    border: 1px solid var(--wss-border-color);
    margin: 0;
    background: var(--wss-secondary-bg-color);
    padding: 20px;
}

.wss-container.wbcom-wss-conversation-container .wss_conversation_form_wrapper {
    margin: 0px -20px -20px;
    border: none;
    border-top: 1px solid var(--wss-border-color);
    border-radius: 0 0 var(--wss-border-radius) var(--wss-border-radius);
}

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

.woo-single-msg .wss-sell-product {
    background: var(--wss-conversation-status-bg-color);
    color: var(--wss-conversation-status-text-color);
    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-single-msg .wss-sell-product .wss-sell-order-reuirments-head {
    text-align: left;
}

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

.wss_final_delivery_wrap {
    display: inline-block;
    background: var(--wss-content-bg-color);
    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: var(--wss-secondary-bg-color);
}

.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 {
    margin: auto;
    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
--------------------------------------------------------------*/
.wbwss-service-status-widgets {
    width: 25%;
}

.widget_wss_status_widget {
    background: var(--wss-content-bg-color);
    border-radius: 10px;
    border: 1px solid var(--wss-border-color);
}

.widget_wss_status_widget span.gamma {
    display: none;
}

.widget_wss_status_widget ul {
    padding: 20px 18px 25px;
    margin: 0;
    border: 1px solid var(--wss-border-color);
    margin: 0;
    position: relative;
    margin: 0;
    list-style: none;
}

ul#wss-status-progress {
    margin: 0;
    border-radius: 0 0 10px 10px;
}

h4.widget-title.wbwss-widget-title {
    margin: 0 !important;
    text-transform: capitalize;
    border: none;
    padding: 18px;
    border-bottom: 1px solid var(--wss-border-color);
    position: relative;
    line-height: 1;
    font-weight: bold;
}

.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: var(--wss-order-status-color);
    border: 2px var(--wss-order-status-color) solid;
}

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

#wss-status-progress li.wss-current-status .wss-status-node {
    border: 6px var(--wss-order-status-color) 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;
    list-style: none;
    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: 767px) {
    .woo-msg-sec {
        font-size: 14px;
        border-radius: 20px 20px 20px 0;
        width: 100%;
    }

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

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

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

@media screen and (max-width: 543px) {
    .wss-services-info-product {
        overflow-x: auto;
    }

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

    .woo-msg-sec {
        padding: 15px 30px;
        min-height: 65px;
        border-radius: 12px 12px 12px 0;
    }

    .woo-single-msg .wss-sell-product img {
        max-width: 60px;
    }

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

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

    .woo-author-details {
        width: 50px;
        height: 50px;
        bottom: -20px;
    }

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

    .woo-msg-time {
        margin: 0 0 30px;
    }

    .woo-single-msg .wss-sell-product {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .woo-single-msg {
        margin-bottom: 30px;
    }

    .woo-name span {
        font-size: 16px;
        font-weight: 500;
    }
}

.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 var(--primary-border-color, currentColor);
    z-index: 1;
    display: table;
}

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

ul.woo-service-status-tabs li {
    border: 1px solid var(--primary-border-color, currentColor);
    background-color: transparent;
    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.active-tab {
    background: inherit;
    z-index: 2;
    border-bottom-color: inherit;
}

ul.woo-service-status-tabs li a {
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 0px;
    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;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.woo-sell-up-percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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;
    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&gt;tbody&gt;tr&gt;th,
#wcfm-main-contentainer table.acf-table&gt;tbody&gt;tr&gt;td,
#wcfm-main-contentainer table.acf-table&gt;thead&gt;tr&gt;th,
#wcfm-main-contentainer table.acf-table&gt;thead&gt;tr&gt;td {
    text-align: left;
    border-style: solid;
}

#wcfm-main-contentainer table.acf-table&gt;tbody&gt;tr&gt;td {
    border-color: var(--wss-border-color);
    border-width: 1px 0 0 1px;
}

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

#wcfm-main-contentainer table.acf-table {
    border: 1px solid var(--wss-border-color);
}

#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 var(--wss-border-color);
}

#wcfm-main-contentainer.acf-table&gt;tbody&gt;tr&gt;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 var(--wss-border-color);
}

.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;
}

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

    .wss-container-wrapper {
        display: block;
    }

    .wss-container-inner,
    .wbwss-service-status-widgets {
        width: 100%;
    }

    .wbwss-service-status-widgets {
        margin-top: 10px;
    }
}

/* General Form Styles */
.wss_conversation_form_wrapper {
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.2));
    border-radius: var(--wss-border-radius);
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.wss_conversation_form_wrapper .woo-editor h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Editor Styles */
.wss_conversation_form_wrapper .wp-editor-container textarea {
    width: 100%;
    height: 200px;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.2));
    border-radius: 4px;
    padding: 10px;
    font-size: 1em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Attachment Section */
.wss_conversation_form_wrapper .woo-attchment input[type="file"] {
    display: block;
    margin: 10px 0;
}

.wss_conversation_form_wrapper .woo-sell-up-progress {
    position: relative;
    margin-top: 10px;
    height: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.wss_conversation_form_wrapper .woo-sell-up-bar {
    width: 0;
    height: 100%;
    transition: width 0.3s ease-in-out;
}

.wss_conversation_form_wrapper .woo-sell-up-percent {
    text-align: right;
    font-size: 0.9em;
    margin-top: 5px;
}

/* Submit Button */
.wss_conversation_form_wrapper .woo-pruduct-submit .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}

.wss_conversation_form_wrapper .woo-message-required {
    font-size: 0.9em;
    margin-top: 10px;
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wss_conversation_form_wrapper {
        padding: 15px;
    }

    .wss_conversation_form_wrapper .woo-pruduct-submit .btn {
        width: 100%;
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Reign
--------------------------------------------------------------*/
.woocommerce-account .rg-my-account-content-wrapper.woo_myaccount_default&gt;.woocommerce-MyAccount-content {
    overflow-x: auto;
}

.wb-reign-theme .widget_wss_status_widget ul {
    border: 0;
}

/*--------------------------------------------------------------
# WP Editor specific styles
--------------------------------------------------------------*/
.wss_conversation_form_wrapper .wp-editor-wrap .quicktags-toolbar {
    background: var(--wss-content-bg-color);
    border-color: var(--wss-border-color);
}

.wss_conversation_form_wrapper .wp-editor-wrap .wp-editor-container {
    border-color: var(--wss-border-color);
}</pre></body></html>