/*
  Styles moved from style.css to keep My Account / customer/admin/technician
  related styles (tables, filters, modals, rows/cols, charts/graphs, etc.)
  in a dedicated file.
*/

/* neww css */
.woocommerce-account .site-content .page-container {
    padding-inline: 15px !important;
}

.woocommerce-MyAccount-content {
    color: var(--darkClr);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #000 !important;
}

.woocommerce-account .wrapper-listing-btn,
.woocommerce-account .wrapper-lising-btn {
    padding-bottom: 20px;
}

.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn .button {
    margin: 0;
    min-height: 1px !important;
    height: 44px;
    padding-block: 10px !important;
}

.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn .button[style="display:none"],
.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn .button[style="display: none"],
.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn .button[style="display:none;"],
.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn .button[style="display: none;"] {
    display: none !important;
}

#service-form-container {
    margin-top: 30px;
}

.woocommerce-account #content .entry-title {
    font-size: 44px;
    margin-top: 64px;
    letter-spacing: -2.25px;
}

.woocommerce-account .entry-content {
    padding-top: 30px;
}

.woo-sidebar h4 {
    font-size: 1.54rem;
    font-weight: 600;
    line-height: normal !important;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #161518;
    font-size: .98rem;
}

.woo-sidebar .woocommerce-MyAccount-navigation li {
    padding: 3px 0;
    margin: 4px 0;
}

.woo-sidebar .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 600;
}

.woocommerce>.vc_row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 16px 0 !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row input {
    margin: 8px 0 0;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
}

.woocommerce-EditAccountForm .woocommerce-form-row label {
    font-size: 0.9rem;
    color: var(--darkClr);
}

.entry-content fieldset {
    padding: 0;
    border: 0;
    margin: 30px 0;
}

.entry-content fieldset legend {
    padding: 0;
}

.woocommerce-EditAccountForm .woocommerce-form-row:last-child {
    margin-bottom: 0 !important;
}

#account_display_name_description em {
    font-style: normal;
    margin-top: 8px;
    display: inline-block;
    font-size: 15.58px;
    color: #575658;
}

.woocommerce-notices-wrapper .woocommerce-error {
    margin: 0;
    padding: 20px;
    margin-bottom: 15px !important;
    background-color: #d90a2c26;
    list-style: disc;
    border-radius: 12px;
    color: #D90A2C;
    border: 0;
    outline: none;
}

.woocommerce-account .button:hover {
    background-color: var(--primaryClr) !important;
    color: #000 !important;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    margin: 10px 0 10px 17px;
}

.woocommerce-account .button {
    transition: all 0.3s ease;
    padding-block: 0 !important;
    min-height: 1px !important;
    height: 44px;
}

.estimated-budget-div input {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
}

.woocommerce-account #content input {
    margin-bottom: 0;
}

.estimated-budget-div input {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
}

.woocommerce-account #content input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #646466;
    transition: all 0.3s ease;
    padding: 0;
}

.woocommerce-account #content input[type="checkbox"]:checked {
    background-color: var(--primaryClr);
    border-color: var(--primaryClr);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.woocommerce-account .entry-content select {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231b1b28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
    font-size: 16px;
    line-height: 1;
    text-align: left !important;
    padding-right: 30px;
}


#content .wrapper-lising-btn .button[style="display: none;"] {
    display: none !important;
}

#content .wrapper-lising-btn .button[style="display: none;"] {
    display: none !important;
}

.woocommerce-account #content table {
    border: 0;
}

.woocommerce-MyAccount-content>p {
    margin-top: 0;
}

.woocommerce-account #content tr th,
.woocommerce-account #content thead th {
    font-size: 16px;
    font-weight: 600;
    color: var(--darkClr);
}

.estimated-budget-div input {
    width: 100%;
}

.woocommerce-MyAccount-content .cstm-breadcrumbs {
    display: none !important;
}

/* Gravity Forms styles moved to gravity.css */

.woocommerce-account .woocommerce .vc_row>div:first-child {
    width: 220px;
}

.woocommerce-account .woocommerce .vc_row>div:nth-child(2) {
    width: calc(100% - 250px);
    margin-left: auto;
}

.woocommerce-account .woocommerce .vc_row>div table+h4 {
    margin-top: 40px;
}

.page-id-16 table.wp-list-table tr>th:nth-child(2),
.page-id-16 table.wp-list-table tr>td:nth-child(2) {
    white-space: unset;
    min-width: 200px;
    padding: .7em;
    max-width: 260px;
}

.page-id-16 table.wp-list-table tr>th {
    white-space: break-spaces;
    min-width: 100px;
}

.page-id-16 table.wp-list-table tr>th:nth-child(16),
.page-id-16 table.wp-list-table tr>td:nth-child(16) {
    white-space: nowrap;
}

.woocommerce-account .woocommerce .vc_row>div:first-child.woo-c_login {
    width: 100%;
}

.wp-list-table td textarea.min-checks-comments {
    height: 60px;
}

/* quote model */

/* Modal Overlay - Dims the background */
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modalOverlayadmin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modalOverlayserviceadmin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Modal Container */
#quoteServiceModalAdmin {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
    max-height: 80%;
    overflow-y: auto;
}

/* Modal Header */
#quoteServiceModalAdmin .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

/* Close Button */
#quoteServiceModalAdmin .close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
}

#quoteServiceModalAdmin .close:hover {
    color: #333;
}

/* Modal Message */
#quoteServiceModalAdmin .modal-message {
    font-size: 16px;
    margin: 20px 0;
    color: #555;
}

/* Close Modal Button */
#closeServiceModalAdmin {
    background: #ff5e5e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

#closeServiceModalAdmin:hover {
    background: #e04646;
}

/* Modal Container */
#quoteStatusModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
}


#quoteStatusModaladmin {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
}

/* Modal Header */
#quoteStatusModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

#quoteStatusModaladmin .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

/* Close Button */
#quoteStatusModal .close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
}

#quoteStatusModaladmin .close:hover {
    color: #333;
}

#quoteStatusModaladmin .close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
}

#quoteStatusModal .close:hover {
    color: #333;
}

/* Modal Message */
#quoteStatusMessage {
    font-size: 16px;
    margin: 20px 0;
    color: #555;
}

#quoteStatusMessageadmin {
    font-size: 16px;
    margin: 20px 0;
    color: #555;
}

/* Close Button */
#closeModal {
    background: #ff5e5e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

#closeModal:hover {
    background: #e04646;
}

#closeModaladmin {
    background: #ff5e5e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

#closeModaladmin:hover {
    background: #e04646;
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.filter-options {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.filter-item {
    display: flex;
    flex-direction: column;
}

.filter-item label {
    font-weight: bold;
    margin-bottom: 5px;
}

.filter-item select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 200px;
}



.customer-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.customer-dashboard-table th,
.customer-dashboard-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.customer-dashboard-table th {
    background-color: #f4f4f4;
}



.customer-dashboard-table tr:hover {
    background-color: #f1f1f1;
}

.filter-options-site,
.filter-options-machine {
    width: 50%;
}

.woocommerce-MyAccount-content p:nth-of-type(2) {
    display: none;
}

.removeTableScroll table th,
.removeTableScroll table td {
    font-size: 12px;
}

.removeTableScroll #roi-comparison {
    padding: 12px !important;
}

body.search.search-results .headline-meta.-small-t {
    display: none;
}

body.search.search-results .headline-meta.-small-t {
    display: none;
}

/* Modal Overlay for Technician */
#modalOverlayTechnicianService,
#modalOverlayTechnicianServiceMAc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Modal Container for Technician */
#technicianNewServiceModal,
#technicianNewServiceModalmac {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
    max-height: 80%;
    overflow-y: auto;
}

/* Modal Header for Technician */
#technicianNewServiceModal .modal-header,
#technicianNewServiceModalmac .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

/* Close Button for Technician Modal */
#technicianNewServiceModal .modal-close-btn,
#technicianNewServiceModalmac .modal-close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
}

#technicianNewServiceModal .modal-close-btn:hover,
#technicianNewServiceModalmac .modal-close-btn:hover {
    color: #333;
}

/* Modal Message for Technician */
#technicianNewServiceMessage {
    font-size: 16px;
    margin: 20px 0;
    color: #555;
}

/* Close Button */
#closeTechnicianNewServiceModal {
    background: #ff5e5e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

#closeTechnicianNewServiceModal:hover {
    background: #e04646;
}


#technicianNewServiceModal .gform_title,
#quoteServiceModalAdmin .gform_title {
    font-size: 26px;
    text-align: center;
    padding: 0;
    line-height: 1.5;
}

#technicianNewServiceModal .gsection_title,
#quoteServiceModalAdmin .gsection_title {
    font-size: 24px;
}

#technicianNewServiceModal form div label {
    display: inline-block;
    width: fit-content;
}

#technicianNewServiceModal form div .gfield_label,
#quoteServiceModalAdmin form div .gfield_label {
    text-align: left;
}

#technicianNewServiceModal form div textarea,
#quoteServiceModalAdmin form div textarea {
    min-block-size: 8rem;
    text-align: left;
}

#quoteServiceModalAdmin .modal-close-btn {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 22px;
}

#quoteServiceModalAdmin form select,
#quoteServiceModalAdmin form input,
div#service-form-container-tech form select,
div#service-form-container-tech form input {
    text-align: left;
}

#quoteServiceModalAdmin .gfield.gfield--type-select.gfield--input-type-select.gfield--width-half,
#quoteServiceModalAdmin .gfield.gfield--type-textarea.gfield--input-type-textarea.gfield--width-half,
#quoteServiceModalAdmin .gfield.gfield--type-text.gfield--input-type-text.gfield--width-half,
#service-form-container-tech .gfield.gfield--type-select.gfield--input-type-select.gfield--width-half,
#service-form-container-tech .gfield.gfield--type-textarea.gfield--input-type-textarea.gfield--width-half,
#service-form-container-tech .gfield.gfield--type-text.gfield--input-type-text.gfield--width-half {
    grid-column: span 12;
}

#quoteServiceModalAdmin .gfield.gfield--type-select.gfield--input-type-select.gfield--width-half,
#quoteServiceModalAdmin .gfield.gfield--type-textarea.gfield--input-type-textarea.gfield--width-half,
#quoteServiceModalAdmin .gfield.gfield--type-text.gfield--input-type-text.gfield--width-half {
    grid-column: span 12;
}

#quoteServiceModalAdmin .gchoice label {
    display: inline-block;
    width: fit-content;
}

#technicianNewServiceModal .gfield {
    text-align: left;
}

#technicianNewServiceModal .gsection_description {
    text-align: center;
}

#technicianNewServiceModal h3 {
    text-align: center;
}

#technicianNewServiceModal form div input[type="submit"],
#quoteServiceModalAdmin form div input[type="submit"] {
    background-color: #000;
    padding: 12px 20px;
}

#technicianNewServiceModal .form_sublabel_above .field_description_below.gfield--type-html {
    text-align: center;
}

#technicianNewServiceModal form div input[type="submit"]:hover,
#quoteServiceModalAdmin form div input[type="submit"]:hover {
    background-color: #f0b74c;
}

.table-container {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    background: white;
    position: relative;
}

/* Individual Scroll for Each Table */
.table-wrapper {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    padding: 10px;
}

.table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #0073aa;
    border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #005f87;
}

.wp-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.wp-list-table thead {
    position: sticky;
    top: 0;
    background: #f0b74c;
    color: #000;
    /* Change header text color to black */
    z-index: 2;
}

.wp-list-table th {
    padding: 10px;
    text-align: left;
    background: #f0b74c;
    color: #000;
    /* Change header text color to black */
}

.wp-list-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.wp-list-table tr:nth-child(even) {
    background: #f8f8f8;
}

.wp-list-table tr:hover {
    background: #eef6ff;
    transition: 0.2s ease-in-out;
}

.min-checks-comments,
.estimated-budget {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    background: #f8f8f8;
}

.min-checks-comments:focus,
.estimated-budget:focus {
    border-color: #0073aa;
    background: white;
}

.save-entry {
    background: #28a745;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.save-entry:hover {
    background: #218838;
}



@media screen and (max-width: 768px) {
    .wp-list-table {
        font-size: 12px;
        min-width: 800px;
    }

    .min-checks-comments,
    .estimated-budget {
        font-size: 12px;
    }
}

@media (max-width:767px) {


    .woocommerce-account .woocommerce .vc_row>div:first-child {
        width: 100%;
    }

    .woocommerce-account .woocommerce .vc_row>div:nth-child(2) {
        width: 100%;
    }
}

/* Quote Modal css */

.quote-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.quote-modal .modal-content {
    padding: 20px;
    width: 90%;
    max-height: 85%;
    overflow: auto;
}

.quote-modal .modal-content>h4 {
    padding-right: 35px;
}

.quote-modal .close-modal {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 30px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50px;
    background-color: #f0b74c;
    line-height: 26px;
    cursor: pointer;
    align-items: center;
}

.quote-modal .modal-table {
    width: 100%;
    border-collapse: collapse;
}

.quote-modal .modal-table th,
.quote-modal .modal-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 16px;
}

.dash-table .mobile-tab {
    display: none;
}

.quote-modal .modal-table li {
    margin: 0 0 10px;
}

.dash-table .mobile-tab table tr th,
.dash-table .mobile-tab table tr td {
    white-space: unset;
}

.dash-table table tr li {
    margin-bottom: 10px;
}

.dash-table table tr td,
.dash-table table tr th {
    border: 0 !important;
    border-bottom: 1px solid var(--clb-border-color) !important;
    border-top: 1px solid var(--clb-border-color) !important;
    padding: 0.7rem !important;
    font-size: 16px;
    vertical-align: middle;
}

table tr td a,
table tr th a {
    color: #f0b74c;
    font-weight: 600;
    font-size: 16px;
}

.dash-table table tr th {
    background: #f1f1f1 !important;
}

.dash-table thead {
    background: #f1f1f1;
}

.dash-table table tr {
    background: transparent !important;
}

.customer-dashboard-table th,
.customer-dashboard-table td {
    padding: 0.7rem !important;
}

.dash-table table tr:hover {
    background-color: #f1f1f1 !important;
}

#technicianNewServiceMessage select,
.woocommerce-MyAccount-content select:not([multiple="multiple"]) {
    padding-left: 20px !important;
    text-align: center;
}

@media screen and (min-width: 769px) {
    div#myaccount-scroll-content .-sticky-block {
        top: 100px;
        position: sticky;
    }
}

@media (max-width:768px) {
    .woocommerce-MyAccount-content .wp-list-table {
        min-width: 100%;
    }
}

@media (max-width:767px) {
    .trf-selection-card h3 {
        font-size: 1.1em !important;
    }

    .dash-table table.wp-list-table {
        min-width: 100%;
    }

    .woocommerce-MyAccount-content .my-account-content table tr td,
    .woocommerce-MyAccount-content .my-account-content table tr th {
        white-space: break-spaces;
        max-width: 70px;
        min-width: 10px;
    }

    .page-id-16 table.wp-list-table tr>th:nth-child(2),
    .page-id-16 table.wp-list-table tr>td:nth-child(2) {
        min-width: 70px;
        text-align: left !important;
    }

    .dash-table .mobile-tab {
        display: block;
    }

    .dash-table .desktop-tab {
        display: none;
    }

    .quote-modal .modal-table th,
    .quote-modal .modal-table td {
        font-size: 14px;
    }

    .dash-table .mobile-tab td {
        white-space: unset !important;
        word-wrap: break-word;
    }

    .quote-modal .modal-table td {
        white-space: unset !important;
        word-wrap: break-word;
    }

}

.dash-table table tr td:last-child a {
    white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content a.save-entry:hover {
    color: #fff !important;
    background: #000 !important;
}

.loading-cls.loading-select {
    background-image: url('https://totalrollforming.com/wp-content/uploads/2025/04/output-onlinegiftools.gif');
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.loading-cls.loading-select select {
    font-size: 0;
}

.approved-quote select {
    background-color: #FAB429 !important;
    color: #000;
}

.my-account-content .filter-options>div {
    width: 33.333%;
}


.my-account-content .filter-options>div select {
    padding-left: 20px !important;
    color: #575658;
    background-size: 14px 12px;
    padding-right: 2.75rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231b1b28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #8888891a;
    border: 0;
    outline: none;
    height: 44px;
    width: 100%;
    border-radius: 12px;
    text-align: left;
    font-size: 16.4px;
    margin: 8px 0px 0;
    font-weight: 500;

}

.issue-management-admin .filter-options>div {
    width: 50%;
}

.issue-management-admin .filter-options>div select {
    text-align: center !important;
}

.dash-table h5 {
    font-size: 19.0893px;
}

span.approved-quote {
    background: #f0b74c;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.newForm form input[type="submit"] {
    background-color: rgb(22, 21, 25) !important;
    font-family: 'DM Sans', sans-serif !important;
    border: 2px solid transparent !important;
    padding: 0 16px !important;
    min-height: 45px !important;
    width: 100% !important;
    max-width: 120px;
    border-radius: 10px !important;
    font-size: var(--clb-action-font-size) !important;
}

.newForm form input[type="submit"]:hover {
    background-color: rgb(240, 183, 76) !important;
    color: #000 !important;
}

.search-results .overlay-details.-fade-up {
    display: none;
}

.dash-table table tr td span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.budget-added {
    background-color: #f0b74c;
    border-radius: 10px;
}

#success-message-email {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: grey;
    margin-top: 10px;
}

/* add machine popup */
.add-mach-cst {
    margin-bottom: 20px;
    text-align: left;
}

.add-mach-cst input,
.add-mach-cst select {
    text-align: left !important;
}

.add-mach-cst {
    margin-bottom: 20px;
    text-align: left;
    width: calc(50% - 10px);
}

.add-mach-cst-select {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.add-mach-cst input,
.add-mach-cst-select select {
    text-align: left !important;
}


/* Gravity Forms styles moved to gravity.css */

@media (min-width:768px) and (max-width:991px) {

    .woocommerce-account .woocommerce .vc_row>div:first-child.-sticky-block,
    .woocommerce-account .woocommerce .vc_row>div:first-child {
        position: static !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce .vc_row>div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width:1023px) {
    .site-footer .widgets>div {
        width: 50%;
    }

    .site-footer .widgets>div ul li:empty {
        display: none;
    }
}

@media (max-width:767px) {
    .my-account-content .filter-options {
        flex-wrap: wrap;
    }

    .add-mach-cst {
        width: 100%;
    }

    .my-account-content .filter-options>div {
        width: 100% !important;
    }

    .page-id-16 table.wp-list-table tr>th:nth-child(2),
    .page-id-16 table.wp-list-table tr>td:nth-child(2) {
        max-width: 70px;
    }

    .site-footer .widgets>div {
        width: 100%;
    }

    /* Gravity Forms responsive tweaks moved to gravity.css */
}

html body.page-template-default #LeadboosterContainer {
    display: none !important;
}

div#gform_wrapper_10 {
    display: block !important;
}

div#gform_wrapper_16 {
    display: block !important;
}

#gravityFormModal .gform_confirmation_message .close-button {
    position: static;
}

#chart-section .chart-container {
    display: flex;
    align-items: center;
    background-color: var(--clb-button-hover-color);
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
}

.chart-container .chart-label {
    margin-right: 20px;
    text-align: left;
    flex-shrink: 0;
    min-width: 230px;
}

#chart-section .chart-container:first-child {
    border-radius: 15px 15px 0 0;
}

#chart-section .chart-container:nth-child(2) {
    border-radius: 0;
}

#chart-section .chart-container:last-child {
    border-radius: 0 0 15px 15px;
}

div#chart-section-prod {
    margin-bottom: 30px;
}

.chart-container canvas {
    width: 100% !important;
}

div#chart-section h4 {
    margin-bottom: 20px;
}

.get-customer-form .gform-body .singleBtn {
    background-color: #FAB429 !important;
    color: #fff !important;
    border: 2px solid #FAB429;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
}


@media (max-width:767px) {
    #gravityFormModal .modal-content h3 {
        font-size: 25px;
        line-height: 40px;
    }

    #gravityFormModal .modal-content h3 {
        font-size: 22px;
        line-height: 38px;
        padding-left: 25px;
    }
}

@media (max-width:600px) {
    #chart-section .chart-container {
        flex-direction: column;
        height: auto;
    }
}


input#gform_submit_button_20 {
    display: none !important;
}


/* New css */
div#gform_fields_1 {
    max-width: calc(100% - 80px);
    width: 100%;
}

.newsletterform_wrapper input#gform_submit_button_1 {
    margin-right: 0 !important;
    width: 80px;
    flex-shrink: 0;
    padding: 0;
}


.notify-btn-float #total-budget {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.notify-btn-float {
    background-color: #161519;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 7px 22px;
    width: -webkit-fill-available;
    z-index: 99;
    max-width: 1050px;
    box-shadow: 0 0 10px white;
    margin: 20px 0;
}

.notify-btn-float.scrolled {
    position: fixed;
    bottom: 10px;
    margin: 0;
}

.notify-btn-float button {
    background-color: #f0b74c;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    padding: 0 20px;
    line-height: 40px;
    cursor: pointer;
    color: var(--darkClr);
}

.notify-btn-float button:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.view-details-btn-admin {
    color: #f0b74c;
    font-weight: 600;
    font-size: 16px;
}

.view-details-btn {
    color: #f0b74c;
    font-weight: 600;
    font-size: 16px;
}

/* Form New CSS */
/* Gravity Forms styles moved to gravity.css */

.quote-service-modal .gform_wrapper .gfield.field_sublabel_above label {
    text-align: left;
    width: 100%;
}

.quote-service-modal .gform_wrapper .gfield textarea {
    height: 100px !important;
    resize: none;
}

.quote-service-modal .ginput_container.ginput_container_radio {
    text-align: left;
}


/* New Form page setup css for booking form */
.page-id-251255 .site-content .page-container,
.page-id-251299 .site-content .page-container {
    width: 100%;
    max-width: 800px;
}

.page-id-251255 .site-content .page-container .title,
.page-id-251299 .site-content .page-container .title {
    width: 100%;
    max-width: 100%;
}

.page-id-251255 .site-content .page-container .add-mach-cst {
    width: 100%;
}

.removeCheck .gfield_checkbox input {
    display: none !important;
}

.logged-in .holder {
    padding-bottom: 30px;
}

.grform-cst-cnt {
    margin-top: 50px !important;
}

.grform-cst-cnt .gform_title {
    padding-bottom: 10px;
}

#machine-container,
#site-container,
#form-container {
    margin-top: 20px;
}

.page-id-249340 .site-content .page-container {
    max-width: 800px;
}



.grform-cst-cnt .gform-body .gfield_html h4 {
    margin: 20px 0 0;
}

.logged-in .holder .page-container .title {
    font-size: 50px;
}

/* Responsive css start */

@media (min-width:1280px) {
    .notify-btn-float.scrolled {
        margin: 0;
    }
}

@media (min-width:1024px) {
    .site-footer .page-container {
        max-width: 1300px !important;
    }

    .header-wrap.page-container {
        max-width: 1300px;
    }

}

@media (max-width:1440px) {
    .notify-btn-float.scrolled {
        max-width: 1030px;
    }
}

@media (max-width:1366px) {
    .notify-btn-float.scrolled {
        max-width: 970px;
    }
}

@media (max-width:1280px) {
    .notify-btn-float.scrolled {
        max-width: 890px;
    }
}

@media (max-width:1180px) {
    .notify-btn-float.scrolled {
        max-width: 100%;
        margin-right: 15px;
    }
}


@media (min-width:768px) {

    .page-id-16 table.wp-list-table tr>th:first-child,
    .page-id-16 table.wp-list-table tr>td:first-child {
        max-width: 40px;
        min-width: 40px;
    }
}

@media (max-width:991px) {
    .notify-btn-float #total-budget {
        font-size: 12px;
    }

    .notify-btn-float button {
        font-size: 12px;
        padding: 0 20px;
        line-height: 30px;
        cursor: pointer;
        white-space: nowrap;
    }
}


@media (max-width:767px) {

    .page-id-251255 .site-content .page-container .title,
    .page-id-251299 .site-content .page-container .title {
        font-size: 2em;
    }

    .page-id-251255 .site-content .page-container .elementor-element.e-con.e-parent,
    .page-id-251299 .site-content .page-container .elementor-element.e-con.e-parent {
        padding: 0;
    }
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #FAB429;
    color: #fff;
}

#gform_16 .gform-body .gfield select {
    padding-block: 0;
}

#gform_16 .gfield_validation_message {
    padding: 0;
    border: 0;
}

#gform_16 .gform-body .gfield input[type="file"] {
    border: 0;
    padding: 0;
    height: auto;
}

#gform_16 .gfield--type-textarea.gfield textarea {
    height: 150px;
}

.woocommerce-MyAccount-content p strong {
    text-transform: capitalize;
}

.woo-sidebar .woocommerce-MyAccount-navigation li {
    padding: 0.15rem 0;
    text-transform: capitalize;
}

ol.breadcrumb.-unlist li span {
    text-transform: capitalize;
}

.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account h4 {
    text-transform: capitalize;
}

.notify-btn-float button.notify-users-btn {
    margin-left: auto;
}

.notify-btn-float button:last-child {
    margin-left: 15px;
}

.notify-btn-float {
    flex-wrap: wrap;
}

.notify-btn-float .notify-msg {
    order: 4;
    width: 100%;
    text-align: center;
}

@media (max-width:499px) {
    .notify-btn-float #total-budget {
        width: 100%;
        text-align: center;
    }

    .notify-btn-float {
        flex-wrap: wrap;
        justify-content: center;
    }

    .notify-btn-float button.notify-users-btn {
        margin: 0;
    }
}

.newsletterform_wrapper input#gform_submit_button_1 {
    margin-top: -8px;
    margin-left: 10px;

}

.woo-sidebar .woocommerce-MyAccount-navigation li a,
.woo-sidebar .woocommerce-MyAccount-navigation li {
    font-family: "Helvetica";
}

body.woocommerce-account * {
    font-family: "Helvetica";
}

body {
    font-family: "Helvetica";
}

/* 11/07/2025 */
form#gform_25 .ginput_container_date input {
    width: 100%;
}

#gform_25 .ginput_container_date {
    position: relative;
}

#gform_25 .ginput_container_date img.ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .page-id-251603 .gform_heading .gform_title {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .page-id-251603 .gform_wrapper.gravity-theme .gfield_label {
        margin-bottom: 0;
    }
}

#gform_wrapper_25 {
    width: 850px;
    align-items: center;
    margin: 0 auto;
}

/* New modal css */
.touniw-new-service-modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.touniw-new-service-modal .modalContent {
    max-width: 750px;
    width: 90%;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    max-height: 90%;
    overflow-x: hidden;
    position: relative;
}

.touniw-new-service-modal .modalContent .touniw-modal-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    padding: 0;
    border-radius: 50px;
    font-size: 30px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.touniw-new-service-modal .touniw-modal-title {
    font-size: 35px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: normal;
    margin-bottom: 30px;
}

.touniw-new-service-modal .touniw-new-service-message {
    margin: 20px auto 30px;
    text-align: center;
    max-width: 640px;
    line-height: 30px;
    text-transform: none;
}

.touniw-new-service-modal .touniw-modal-actions {
    text-align: center;
}

.touniw-new-service-modal .touniw-modal-actions button {
    padding: 12px 30px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 65px;
    font-size: 16px;
}



.touniw-new-service-modal .touniw-modal-actions .touniw-accept-btn {
    background-color: var(--clb-color-primary);
    border: 0;
    outline: none;
    box-shadow: none;
}

.touniw-new-service-modal .touniw-modal-actions .touniw-close-btn {
    border: 0;
    background-color: #000;
    color: #fff;
}

.touniw-new-service-modal.touniw-hidden {
    display: none;
}

.woocommerce-account .pagination {
    gap: 25px;
}

.woocommerce-account .pagination .active-page {
    color: #000;
    text-decoration: underline;
}

.woocommerce-account .pagination a {
    font-size: 20px;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    color: var(--primaryClr);
}

.woocommerce-account .trf-pagination,
.trf-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    overflow: visible;
    white-space: normal;
}

.woocommerce-account .trf-pagination .page-numbers,
.trf-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 10px 14px;
    border: 1px solid #d7dde5;
    border-radius: 999px;
    background: #fff;
    color: var(--primaryClr);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.woocommerce-account .trf-pagination .page-numbers.active-page,
.trf-pagination .page-numbers.active-page {
    background: #f0b74c;
    border-color: #f0b74c;
    color: #1f2937;
    text-decoration: none;
}

.woocommerce-account .trf-pagination .page-numbers.prev,
.woocommerce-account .trf-pagination .page-numbers.next,
.trf-pagination .page-numbers.prev,
.trf-pagination .page-numbers.next {
    padding-inline: 16px;
}

.woocommerce-account .trf-pagination .page-numbers.disabled,
.trf-pagination .page-numbers.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.touniw-new-service-modal .touniw-modal-actions+.touniw-new-service-message {
    display: block;
    font-size: 14px;
    margin: 25px auto 0;
    width: 100%;
}

/* .branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img {
    min-height: 42px !important;
    max-height: 66px !important;
    display: flex;
}

.header.-sticky .branding img {
    min-height: 38px !important;
    max-height: 4.5vh;
} */
body .header .branding .logo img {
    margin-left: 0 !important;
}

/* 05-08-2025 */
.page-id-251801 #content,
.page-id-251769 #content,
.page-id-251799 #content {
    max-width: 800px;
    margin: 0 auto;
}

.page-id-251801 #content .ginput_container.ginput_container_date {
    width: 100%;
}

.page-id-251801 #content .ginput_container.ginput_container_date input,
.page-id-251769 #content .ginput_container.ginput_container_date input,
.page-id-251799 #content .ginput_container.ginput_container_date input {
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    border: 0;
}

.page-id-251769 #content .title,
.page-id-251799 #content .title {
    max-width: 100%;
}

/* 05-08-2025 End */


@media (max-width: 767px) {
    .touniw-new-service-modal .modalContent {
        padding: 30px 20px;
    }

}



a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: inherit !important;
    text-decoration: none !important;
    background: none !important;
}

/* 18-08-2025 start */
.my-account-content .filter-options>div label {
    margin-left: 0 !important;
    width: 100%;
    display: block;
    font-size: 14.4px;
    color: var(--darkClr);
    font-weight: 500;
}

.dash-table .mobile-tab table {
    margin-bottom: 40px;
}

.password-input {
    position: relative;
}

.password-input button.show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
}

.password-input input#password {
    padding-right: 30px;
}

.password-input button.show-password-input[aria-label="Show password"]::before {
    content: '';
    font-size: 10px;
    width: 20px;
    height: 12px;
    background-image: url('https://totalrollforming.com/wp-content/uploads/2025/08/hide-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.password-input button.show-password-input[aria-label="Hide password"]::before {
    content: '';
    font-size: 10px;
    width: 20px;
    height: 12px;
    background-image: url('https://totalrollforming.com/wp-content/uploads/2025/08/show-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

body.logged-in.woocommerce-account header .right-part {
    display: none;
}

.notice-success {
    margin-bottom: 20px;
    color: green;
    background-color: beige;
    padding: 5px 10px;
    border-radius: 5px;
}

#service_edit_form_wrapper #update_service_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#service_edit_form_wrapper #update_service_form>div {
    width: calc(50% - 10px);
}

#service_edit_form_wrapper #update_service_form>div:last-child {
    width: 100%;
}

.page-id-249340 .header .right-part,
.page-id-251255 .header .right-part,
.page-id-251769 .header .right-part,
.page-id-251769 .header .right-part,
.page-id-251988 .header .right-part,
.page-id-251719 .header .right-part {
    display: none;
}

/* select 2 css */

.select2-container--default .select2-selection--multiple {
    height: 48px;
    padding: 0;
    border: 0;
    background-color: #f4f3f5;
    border-radius: 10px;
    position: relative;
}

.select2-container--default .select2-selection--multiple textarea {
    height: 100% !important;
    margin: 0 !important;
    border-radius: 10px;
    padding: 15px 10px !important;
    top: 0;
    position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: red;
    border-radius: 20px;
    width: 21px;
    height: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    order: 2 !important;
    margin-left: auto;
    right: 0;
    top: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0 !important;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    margin: 0;
    height: 48px;
    padding: 0 10px;
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-right: 26px;
    padding-left: 11px
}



.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}


@media (max-width:767px) {
    #service_edit_form_wrapper #update_service_form>div {
        width: 100%;
    }
}

.woocommerce-dashboard .holder .page-container .title {
    font-size: 44px;
}

.read-more-btn {

    color: #fbad3d;

}


.woocommerce-dashboard .holder .page-container .title {
    font-size: 44px;
}


.sr-cstm-table thead {
    background-color: #f1f1f1 !important;
}

th.date {
    padding-left: 20px !important;
}

td.date {
    padding-left: 20px !important;
}

td.resol {
    padding-right: 10px !important;
}


h1.PMS {
    font-family: "Helvetica", sans-serif;
}

/* jan 28 2026 - moved from globle.css */

.dash-table table tr td span {
    text-align: left;
}

.dash-table table tr th {
    text-align: left !important;
}

.dash-table .admin-issue-management-desktop {
    margin-top: 40px;
}

.dash-table .admin-issue-management-desktop h4 {
    margin-bottom: 10px;
}

.dash-table .customer-issue-management-desktop {
    margin-top: 40px;
}


.dash-table .customer-issue-management-desktop h4 {
    margin-bottom: 10px;
}

.dash-table .customer-issue-management-desktop h5 {
    margin-bottom: 30px;
    margin-top: 12px;
}

.dash-table .admin-issue-management-desktop h5 {
    margin-bottom: 30px;
}

/* Customer related styles moved from globle.css */

.get-customer-form .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage {
    background-color: #f59e0b;
}

.get-customer-form .gform-body .gform_fields {
    grid-gap: 20px;
}

.get-customer-form .gform-body .gfield p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    color: #383a3f;
}

.get-customer-form .gform-body .gfield p strong {
    font-weight: 400;
}

.get-customer-form .gform-body .gfield .gform-field-label {
    font-size: 18px;
    color: #111013;
}

.get-customer-form .gform-body .gfield input,
.get-customer-form .gform-body .gfield select {
    height: 54px;
    border: 1px solid #5b6066;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 53px;
    background-color: #fff;
}

.get-customer-form .gform-body .gfield h2,
.get-customer-form .gform-body .gfield h3,
.get-customer-form .gform-body .gfield h4 {
    margin: 0 0 20px;
}

.get-customer-form .gform-body .gfield textarea {
    min-block-size: auto;
    font-size: 18px;
    height: 55px;
}

.get-customer-form .gform-body .gfield.gfield--input-type-fileupload .gform-field-label {
    justify-content: space-between;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.get-customer-form .gform-body .gfield.gfield--input-type-fileupload .gform-field-label::before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
}

.get-customer-form .gform_page_footer {
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
    flex-flow: column;
}

.get-customer-form .gform_page_footer input {
    line-height: 54px !important;
}

.get-customer-form .gform-body .singleBtn:hover {
    background: #FAB429 !important;
    color: #000 !important;
}

.get-customer-form .gform_page_footer input[type="button"],
.get-customer-form .gform_page_footer input[type="submit"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    height: 54px !important;
    font-size: 20px !important;
    background-color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 7px !important;
    transition: all 0.3s ease !important;
    color: #fff !important;
}

.get-customer-form .gform-body .gfield.gfield--input-type-html p {
    margin: 0 !important;
    font-size: 16px !important;
}

.get-customer-form .gform_page_footer input[type="button"].gform_previous_button {
    display: none !important;
}

.get-customer-form .gform-body a {
    color: #f0b74c !important;
}

.get-customer-form .gform-body .gfield input+label.gform-field-label,
.get-customer-form .gform-body .gfield select+.gform-field-label {
    display: none;
}

@media (max-width:767px) {

    .get-customer-form .gform_page_footer input[type="button"],
    .get-customer-form .gform_page_footer input[type="submit"] {
        flex: 0 0 100%;
    }
}

@media (min-width:1025px) {
    .customer-dashboard-table tr.service-row td.machine {
        max-width: 350px;
        min-width: 350px;
    }

    .customer-dashboard-table tr td:first-child {
        width: 90px;
    }

    .customer-dashboard-table tr.service-row td.site {
        width: 110px;
    }
}

.button-wrapper.customer {
    padding-top: 30px;
}

/* Feb 03 2026 - Customer issue management */

.customer-issue-management-desktop .pending-quote,
.customer-issue-management-desktop .approved-quote,
.admin-issue-management-desktop .pending-quote,
.admin-issue-management-desktop .approved-quote {
    padding: 10px 20px;
    text-align: center !important;
}

.pending-quote {
    background-color: #ddd;
    border-radius: 15px;
}

.customer-issue-management-mobile .pending-quote,
.customer-issue-management-mobile .approved-quote,
.admin-issue-management-mobile .pending-quote,
.admin-issue-management-mobile .approved-quote {
    padding: 6px 15px;
    text-align: center !important;
}

/* New css */
.woocommerce-MyAccount-content .gf14-wrap {
    padding: 0;
}

.woocommerce-MyAccount-content .gf14-wrap .form-cu {
    width: 100%;
}

.woocommerce-MyAccount-content .gf14-wrap .sr-four-box {
    width: 100%;
}

.woocommerce-MyAccount-content .gf14-wrap .sr-four-box>div {
    width: 100%;
}

.Complete-wrap h1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Helvetica';
    letter-spacing: -0.765px;
}

.Completes {
    padding: 20px 20px 10px 10px;
    border: 2px solid #dededd;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #c8c8c8;
}

.Complete-wrap .Completes {
    Width: 100%;
    Max-width: 185px;
}

.form-cu {
    width: 100%;
}

.formm {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
}

.form-cust {
    width: 100%;
}

.forms {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.machine {
    justify-content: end;
    align-items: end;
}

.machine .apply {
    display: flex;
    gap: 10px;
    margin-top: 20px;

}

.machine .form-cust {
    margin-right: 20px;
}

canvas#pieByUrgency {
    padding: 11px 20px;
}

.gf14-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.gf14-small {
    font-size: 15.68px !important;
    color: #f0b74c !important;
    font-weight: 600 !important;
}

.gf14-pagination .active {
    background: #f0b74c !important;
    color: #fff;
    border-color: #f0b74c !important;
}

.gf14-pagination a,
.gf14-pagination span {
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-decoration: none;
    color: var(--primaryClr);
    font-weight: 600;
}

.form-cust label {
    font-size: 14.4px;
    color: var(--darkClr);
    font-weight: 600;
    display: block;
}

.form-cust input {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.container .cstm-breadcrumbs .container {
    padding: 0;
}

.form-cust select {
    width: 100%;
}

.gf14-machine-subtitle,
.gf14-machine-block-mobile h4 {
    font-size: 19.0893px;
    line-height: normal !important;
    font-weight: 600;
    margin: 0 0 15px !important;
}

.woocommerce-MyAccount-content h4 {
    font-size: 22.6391px;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 10px !important;
}

.woocommerce-MyAccount-content form label {
    display: block;
    color: var(--darkClr);
    font-size: 14.4px;
}

.woocommerce-MyAccount-content form .tr-form-row select {
    width: 100%;
    margin: 8px 0 0;
}

.woocommerce-MyAccount-content form .tr-form-row {
    padding: 10px 0 20px;
}

.issue-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    max-height: 100vh;
    overflow: auto;
}

.issue-modal-content {
    background: #fff;
    max-width: 720px;
    margin: 5% auto;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.issue-modal .close-modal {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 22px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50px;
    background-color: #f0b74c;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    padding-bottom: 3px;
}

.login-as-user-bottom table.dash-table {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

.login-as-user-bottom table.dash-table th {
    padding-left: 0 !important;
}

.woocommerce-MyAccount-content .my-account-content .wrapper-lising-btn h4 {
    margin: 0 !important;
    letter-spacing: -0.679173px;
}

/* Login add service create user form css start*/

.page-id-249340 #content,
.page-id-251299 #content,
.page-id-251719 #content,
.page-id-251255 #content,
.page-id-254245 #content,
.page-id-251727 #content {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 80px;
}

.page-id-249340 #content .entry-title,
.page-id-251255 #content .entry-title,
.page-id-251299 #content .entry-title,
.page-id-251719 #content .entry-title,
.page-id-251769 #content .entry-title,
.page-id-254245 #content .entry-title {
    font-size: 50px;
    line-height: normal;
    margin-top: 64px;
    letter-spacing: -2.25px;
    text-transform: unset;
}

.page-id-249340 .entry-content,
.page-id-251299 .entry-content,
.page-id-251719 .entry-content,
.page-id-251769 .entry-content,
.page-id-251255 .entry-content,
.page-id-254245 .entry-content {
    padding-top: 30px;
}

.page-id-257253 #content .wrap .trf-machine-condition-field input {
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1;
    text-align: left !important;
    width: 100%;
    color: #575658;
}

.page-id-249340 #content .wrap select,
.page-id-251299 #content .wrap select,
.page-id-257253 #content .wrap .trf-machine-condition-field select,
.page-id-257253 #content .wrap .trf-machine-condition-field textarea,
.page-id-251719 #content .select,
.woocommerce-form.woocommerce-form-login.login select,
.page-id-251769 #content select,
.page-id-251255 #content select,
.page-id-254245 #content select {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px 0 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231b1b28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
    font-size: 16px;
    line-height: 1;
    text-align: left !important;
    padding-right: 30px;
    width: 100%;
    color: #575658;
}

.page-id-249340 #content .wrap input:not([type="radio"]):not([type="checkbox"]),
.woocommerce-form.woocommerce-form-login.login input:not([type="radio"]):not([type="checkbox"]),
.lost_reset_password input:not([type="radio"]):not([type="checkbox"]),
.page-id-251299 #content .wrap input:not([type="radio"]):not([type="checkbox"]),
.page-id-251719 #content input:not([type="radio"]):not([type="checkbox"]),
.page-id-251769 #content input:not([type="radio"]):not([type="checkbox"]),
.page-id-251255 #content input:not([type="radio"]):not([type="checkbox"]),
.woocommerce-account #content input:not([type="radio"]):not([type="checkbox"]),
.page-id-254245 #content input:not([type="radio"]):not([type="checkbox"]) {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    background-color: #8888891a;
    border: 0;
    appearance: none;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1;
    text-align: left !important;
    color: #575658;
    width: 100%;
    font-family: 'Helvetica';
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_radio .gchoice,
.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox .gchoice {
    display: flex;
    gap: 10px;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_radio .gchoice input,
.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox .gchoice input {
    margin: 0;
}

.page-id-249340 #content .wrap label,
.woocommerce-form.woocommerce-form-login.login label,
.lost_reset_password label,
.page-id-251299 #content .wrap label,
.page-id-257253 #content .wrap label,
.page-id-251719 #content label,
.page-id-251769 #content label,
.page-id-251255 #content label,
.page-id-254245 #content label {
    display: block;
    color: var(--darkClr);
    font-size: 14.4px;
}

#content label.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

#content label.woocommerce-form-login__rememberme>input {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
}

body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #fab429;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.page-id-251299 #content .wrap input[type="radio"],
.page-id-251719 #content input[type="radio"],
.page-id-251769 #content input[type="radio"],
.page-id-251255 #content input[type="radio"],
.page-id-254245 #content input[type="radio"] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.page-id-251299 #content .wrap input[type="radio"]+label,
.page-id-251719 #content input[type="radio"]+label,
.page-id-251769 #content input[type="radio"]+label,
.page-id-251255 #content input[type="radio"]+label,
.page-id-254245 #content input[type="radio"]+label {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.page-id-251299 #content .wrap input[type="radio"]:checked,
.page-id-251719 #content input[type="radio"]:checked,
.page-id-251769 #content input[type="radio"]:checked,
.page-id-251255 #content input[type="radio"]:checked,
.page-id-254245 #content input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: var(--primaryClr);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-id-251255 .add-mach-cst {
    width: 100%;
}

.page-id-251255 #content input,
.page-id-251255 #content select {
    font-size: 14.4px;
}

.page-id-251769 #content select,
.page-id-251769 #content input {
    font-size: 16px !important;
    color: var(--darkClr);
}

#content input[type="file"] {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.my-account-content .filter-options>div select {
    font-size: 14.4px;
}

#content form input[type=submit],
#content form button[type=submit] {
    width: auto;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
    border: 0;
    outline: none;
    height: 44px;
    padding-inline: 15px;
    border-radius: 8px;
}

#content form input[type="submit"]:hover,
#content form button[type="submit"]:hover {
    background-color: var(--primaryClr) !important;
}

.page-id-16 .service-edit-container label {
    width: 100%;
    display: inline-block;
    color: var(--darkClr);
    font-size: 14.4px;
    margin: 0 0 5px;
}

.page-id-16 .service-edit-container select {
    width: 100%;
    text-align: center !important;
    color: var(--darkClr);
    font-size: 16.4px;
    font-weight: 400;
}

.page-id-16 .service-edit-container .add-mach-cst select {
    text-align: left !important;
}

nav.breadcrumb {
    font-weight: 400;
}

nav.breadcrumb a {
    font-weight: 600;
}

.entry-content .cstm-breadcrumbs {
    margin-top: 0 !important;
}

/* Login add service create user form css end */

/* Custom new live breadcrumbs */
.breadcrumb-holder {
    flex-grow: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-item {
    font-weight: var(--clb-text-semi-bold);
}

.breadcrumb-item span.active {
    font-weight: var(--clb-text-font-weight);
}

.breadcrumb-item svg {
    margin: 0 0.4rem;
    fill: currentColor;
}

.post-type-archive-product .breadcrumbs-container.vc_col-lg-push-2 {
    left: auto;
    width: 100%;
}

.breadcrumb-holder .breadcrumb {
    margin: 0;
    display: flex;
    font-family: 'Helvetica';
    list-style: none;
}

.breadcrumb-holder .breadcrumb span.active {
    font-weight: 400;
}

.logged-in.woocommerce-account .container {
    max-width: 1650px;
    padding-inline: 15px !important;
}

.my-account-content .filter-options {
    flex-wrap: wrap;
}

.my-account-content .filter-options>div {
    width: 100%;
    max-width: calc(100%/3 - 10px);
}

.woocommerce-account #content tr th a,
.woocommerce-account #content thead th a {
    color: inherit;
}


.page-id-251299 .entry-content,
.page-id-254245 .entry-content,
.page-id-251255 .entry-content,
.page-id-251769 .entry-content {
    display: flex;
    flex-flow: column;
}

.page-id-251299 .entry-content .wrap,
.page-id-254245 .entry-content .wrap,
.page-id-251255 .entry-content .wrap,
.page-id-251769 .entry-content .wrap {
    order: 2;
}

.page-id-251299 .entry-content .breadcrumb-wrap,
.page-id-254245 .entry-content .breadcrumb-wrap,
.page-id-254245 .entry-content .breadcrumb-wrap,
.page-id-251719 .entry-content .breadcrumb-wrap {
    order: 1;
}


.page-id-251255 .entry-content .breadcrumb-wrap,
.page-id-251769 .entry-content .breadcrumb-wrap,
.page-id-254245 .entry-content .breadcrumb-wrap {
    order: -1;
}
input#gform_submit_button_27 {
    width: auto !important;
}
#content form input[type=submit], #content form button[type=submit] {
    width: auto !important;
}
input#gform_submit_button_36 {
    width: auto !important;
}
span.edit-link {
    display: none !important;
}

.site-footer .newsletter h3 {
    text-align: left !important;
}

footer .newsletter {
    max-width: 360px;
}

.site-footer .widgets {
    justify-content: space-between;
}


/* Apr 23 css start */



.trf-machine-condition-field label {
    display: block;
    font-weight: 600;
    margin-top: 20px;
}

.trf-machine-condition-field input,
.trf-machine-condition-field select {
    width: 100%;
    margin-top: 0;
    font-family: 'Helvetica';
}

.trf-machine-condition-notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-left: 4px solid #d63638;
    background: #fcf0f1;
    font-family: 'Helvetica';
}

.trf-machine-condition-status {
    min-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Helvetica';
}

.trf-machine-condition-status.is-error {
    color: #b32d2e;
}

.trf-machine-condition-status.is-ready {
    color: #0a7a2f;
}

.trf-machine-condition-empty {
    padding: 18px;
    border: 1px dashed #c3c4c7;
    border-radius: 8px;
    background: #f6f7f7;
    color: #50575e;
}

.trf-machine-condition-form {
    margin-top: 16px;
}

/* Apr css end */

/* New css apr 24 condition form css */
.trf-log-report-selection-wrap {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.page-id-257310 .entry-title {
    font-size: 2.5em !important;
    text-align: left !important;
    line-height: 1.5 !important;
    letter-spacing: -1.25px !important;
    text-transform: unset !important;
}

.trf-log-report-selection-wrap p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
}

.trf-selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.trf-log-report-selection-wrap .trf-selection-icon {
    display: inline-block;
    font-size: 2.5em !important;
    line-height: 1;
    margin: 0;
}

.trf-log-report-selection-wrap h3 {
    text-align: center;
    margin: 15px 0 !important;
}

.trf-log-report-selection-wrap p:last-child {
    margin: 0 !important;
}

.trf-selection-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 40px 20px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.trf-selection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(240, 183, 76, 0.2);
    border-color: #f0b74c;
}

.trf-selection-icon {
    font-size: 4em;
    margin-bottom: 20px;
}

.trf-selection-card h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #f0b74c;
}

.trf-selection-card p {
    font-size: 1em;
    margin-bottom: 0;
    color: #555;
}

/* FORM CONTAINER (left aligned, full width like screenshot) */
.page-id-251727 form {
    max-width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* LABELS */
.page-id-251727 form label {
    display: block;
    font-size: 13px;
    color: #1f2937;
    margin-bottom: 6px;
    margin-top: 22px;
}

/* INPUT FIELDS */
.page-id-251727 input[type="text"],
.page-id-251727 input[type="email"],
.page-id-251727 input[type="password"] {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    border: none;
    background-color: #e5e7eb; /* matches screenshot grey */
    font-size: 14px;
    box-sizing: border-box;
}

/* USERNAME FIELD (slightly bluish like screenshot) */
.page-id-251727 input[name="username"] {
    background-color: #c7d2e2;
}

/* SELECT2 FIELD */
.page-id-251727 .select2-container--default .select2-selection--multiple {
    width: 100%;
    min-height: 48px;
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
    background-color: #e5e7eb;
}

/* BUTTON */
.page-id-251727 input[type="submit"] {
    width: 100%;
    height: 48px;
    margin-top: 24px;
    border-radius: 12px;
    border: none;
    background-color: #e5e7eb;
    color: #1f2937;
    font-size: 14px;
    cursor: pointer;
}


/* New css apr 24 condition form End */

/* Custom new live breadcrumbs End */

/* Responsive design for mobile */
@media (min-width: 640px) {

    /* Your CSS styles here */
    .wrapinput {
        display: flex;
    }
}

/* Gravity Forms responsive styling moved to gravity.css */

@media screen and (max-width: 768px) {
    .product-sections-wrapper {
        flex-direction: column;
    }

    .multi-section.card {
        flex: 1 1 100%;
        /* Full width on smaller screens */
        max-width: 100%;
        margin-bottom: 20px !important;
    }
}

@media (max-width:767px) {
    .my-account-content .filter-options>div {
        max-width: 100%;
    }

    .entry-content .cstm-breadcrumbs {
        margin-top: 20px;
    }

    .top-two-subcategories .top-category-item .category-image img.hover-image.test {
        padding: 0;
    }

    .woocommerce-account #content tr th,
    .woocommerce-account #content thead th {
        padding: 10px;
    }

    .woocommerce-account .site-content .page-container {
        padding-inline: 20px !important;
    }


    .woocommerce-account .breadcrumb-holder {
        padding-bottom: 0;
    }

    .woocommerce-MyAccount-content .my-account-content {
        overflow: auto;
    }

    #service_edit_form_wrapper #update_service_form>div {
        width: 100%;
    }

    .form-cust {
        width: 100%;
    }

    .formm {
        display: flex;
        width: 100%;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .gf14-wrap {
        padding: 0 !important;
    }

    .forms {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .Complete-wrap {
        gap: 25px !important;
        flex-direction: column;
    }

    .machine {
        display: flex;
        justify-content: left !important;
        align-items: start !important;
        flex-wrap: wrap;
        gap: 20px;
    }

    .machine .form-cust {
        margin-right: 0 !important;
    }

    button.button.button-primary {
        width: 100%;
    }

    a.button {
        width: 100%;
    }

    .machine .apply {
        width: 100%;
    }

    .sr-four-box {
        display: block !important;
        align-items: flex-start;
        width: 100% !important;
    }

    .Complete-wrap .Completes {
        Width: 100% !important;
        Max-width: 500px !important;
        height: 190px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #miniTotals {
        height: 114px !important;
        width: 307px !important;
    }

    .woocommerce-account .entry-content {
        padding-top: 0px;
    }

    .issue-modal-content table tr th,
    .issue-modal-content table tr td {
        white-space: normal !important;
        vertical-align: top;
        font-size: 16px !important;
    }

    .woocommerce-EditAccountForm .woocommerce-form-row {
        margin-top: 0 !important;
    }

    .page-id-257310 .container #content .entry-title {
        font-size: 1.7rem !important;
        letter-spacing: -1px !important;
    }

    .trf-log-report-selection-wrap {
        margin: 0 auto 40px;
    }

}

@media (max-width:640px) {

    .wrapinput input,
    .wrapinput button {
        width: 100% !important;
        margin-top: 10px !important;
        max-width: 100% !important;
    }

    div#roi-comparison h3,
    #efficiency-gains h3,
    #download-pdf h3,
    #cycle-time-details h3,
    .page-id-249299 h2 {
        font-size: 22px !important;
    }
}


