html {
    overflow-x: hidden;
}

html,
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.9;
}

body {
    box-sizing: border-box;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    color: #324545;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #777777;
}

a {
    font-family: inherit;
}

.nav-menu a,
#top-menu a,
.menu a,
nav a {
    font-family: "Open Sans", sans-serif;
}

button,
input[type="submit"],
input[type="button"],
.btn,
.button {
    font-family: "Lato", "Open Sans", sans-serif;
}

input,
textarea,
select {
    font-family: "Open Sans", sans-serif;
}

.elementor-widget-container,
.elementor-widget-text-editor,
.elementor-heading-title {
    font-family: inherit;
}

.bt-page-hero {
    background: linear-gradient(135deg, #363f48 0%, #2a3038 100%);
    color: #ffffff;
    padding: 48px 40px;
    border-radius: 8px;
    margin-bottom: 36px;
    text-align: center;
}

.bt-page-hero h1 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff !important;
    margin: 0 0 10px !important;
}

.bt-page-hero p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.bt-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    letter-spacing: 0.4px;
    transition: background 0.2s, transform 0.15s;
    margin: 4px;
}

.bt-btn-green {
    background: #77bf4f;
    color: #ffffff !important;
}

.bt-btn-green:hover {
    background: #5da33b;
    transform: translateY(-1px);
}

.bt-btn-dark {
    background: #363f48;
    color: #ffffff !important;
}

.bt-btn-dark:hover {
    background: #2a3038;
    transform: translateY(-1px);
}

.bt-hero {
    background: linear-gradient(135deg, #363f48 0%, #1e2530 100%);
    padding: 80px 40px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 48px;
}

.bt-hero-inner {
    max-width: 640px;
    margin: 0 auto;
}

.bt-hero-logo {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.bt-hero-logo span {
    color: #77bf4f;
}

.bt-hero-tag {
    font-size: 16px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 16px !important;
    text-transform: uppercase;
}

.bt-hero-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px !important;
    line-height: 1.6;
}

.bt-hero-btns {
    margin-top: 8px;
}

.bt-features-section {
    padding: 20px 0 40px;
}

.bt-features-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.bt-feature-card {
    flex: 1;
    min-width: 220px;
    background: #ffffff;
    border-radius: 10px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(54, 63, 72, 0.09);
    border-top: 4px solid #77bf4f;
    transition: transform 0.2s, box-shadow 0.2s;
}

.bt-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(54, 63, 72, 0.14);
}

.bt-feature-icon {
    font-size: 36px;
    margin-bottom: 14px;
    display: block;
}

.bt-feature-card h3 {
    font-size: 20px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 10px !important;
}

.bt-feature-card p {
    font-size: 15px;
    color: #5a6672;
    line-height: 1.6;
    margin: 0;
}

.bt-about-hero {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.bt-about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}

.bt-about-hero-inner {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.bt-about-hero-text {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif !important;
}

.bt-about-body {
    padding: 50px 0 60px;
    background: #ffffff;
}

.bt-about-body-inner {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.bt-about-text {
    flex: 1;
    min-width: 0;
}

.bt-about-text p {
    font-size: 14px;
    line-height: 1.9;
    color: #777;
    margin-bottom: 16px;
}

.bt-about-image {
    flex: 0 0 380px;
    max-width: 380px;
}

.bt-about-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .bt-about-hero {
        height: 180px;
    }

    .bt-about-hero-inner {
        padding: 0 20px;
    }

    .bt-about-hero-text {
        font-size: 22px !important;
    }

    .bt-about-body-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 30px;
    }

    .bt-about-image {
        flex: none;
        max-width: 100%;
    }
}

body.page-id-29 .bt-page-hero {
    background: transparent !important;
    padding: 30px 0 10px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

body.page-id-29 .bt-page-hero h1 {
    color: #77bf4f !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    margin: 0 0 30px !important;
}

.bt-faq-list {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.bt-faq-item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 5px;
    overflow: hidden;
}

.bt-faq-item summary {
    background: #f5f5f5;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 400;
    color: #363f48;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.15s, color 0.15s;
    line-height: 1.4;
}

.bt-faq-item summary::-webkit-details-marker {
    display: none;
}

.bt-faq-item summary::after {
    content: '▼';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #999;
    transition: transform 0.2s;
}

.bt-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
    color: #77bf4f;
}

.bt-faq-item[open] summary {
    background: #ffffff;
    color: #77bf4f;
    border-bottom: 1px solid #e5e5e5;
}

.bt-faq-item summary:hover {
    background: #eeeeee;
    color: #77bf4f;
}

.bt-faq-item[open]:first-child summary {
    background: #77bf4f;
    color: #ffffff;
}

.bt-faq-item[open]:first-child summary::after {
    color: #ffffff;
}

.bt-success-card {
    max-width: 480px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 52px 40px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(54, 63, 72, 0.12);
    border-top: 6px solid #77bf4f;
}

.bt-success-icon {
    width: 72px;
    height: 72px;
    background: #77bf4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto 24px;
    font-weight: 400;
}

.bt-success-card h2 {
    font-size: 26px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 8px !important;
}

.bt-success-card h3 {
    font-size: 17px;
    font-weight: 400;
    color: #555;
    margin: 0 0 16px !important;
}

.bt-success-card p {
    color: #777;
    margin-bottom: 28px;
}

.bt-contact-layout {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bt-contact-form-wrap {
    flex: 2;
    min-width: 280px;
}

.bt-contact-info {
    flex: 1;
    min-width: 220px;
    background: #f4f7f2;
    border-radius: 10px;
    padding: 28px 24px;
    border-left: 5px solid #77bf4f;
}

.bt-contact-info h3 {
    font-size: 18px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 16px !important;
}

.bt-contact-info p {
    font-size: 15px;
    color: #444;
    margin-bottom: 14px;
    line-height: 1.6;
}

.bt-contact-info a {
    color: #77bf4f;
    text-decoration: none;
}

.bt-contact-info a:hover {
    text-decoration: underline;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

#cred_user_form_697_1_1,
#cred_user_form_697_0 {
    background: #f4f6f5;
    border-radius: 15px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 40px;
    margin: 0;
    width: 100%;
}

#cred_user_form_697_1_1 h3,
#cred_user_form_697_0 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 24px !important;
    width: 100%;
}

#cred_user_form_697_1_1 .cred-field-change_pass,
#cred_user_form_697_0 .cred-field-change_pass {
    margin-bottom: 16px;
}

#cred_user_form_697_1_1 .cred-field-user_email,
#cred_user_form_697_0 .cred-field-user_email {
    margin-bottom: 16px;
}

#cred_user_form_697_1_1 .cred-field-change_pass a,
#cred_user_form_697_0 .cred-field-change_pass a {
    color: #77bf4f;
    text-decoration: none;
    font-size: 14px;
}

#cred_user_form_697_1_1 .cred-field-change_pass a:hover,
#cred_user_form_697_0 .cred-field-change_pass a:hover {
    text-decoration: underline;
}

#cred_user_form_697_1_1 .cred-label,
#cred_user_form_697_0 .cred-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 5px;
}

#cred_user_form_697_1_1 input[type="email"],
#cred_user_form_697_1_1 input[type="text"],
#cred_user_form_697_1_1 input[type="tel"],
#cred_user_form_697_0 input[type="email"],
#cred_user_form_697_0 input[type="text"],
#cred_user_form_697_0 input[type="tel"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    background: #ffffff;
    box-sizing: border-box;
}

#cred_user_form_697_1_1 .cred-field-preferred-layout .cred-label,
#cred_user_form_697_0 .cred-field-preferred-layout .cred-label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 12px;
}

#cred_user_form_697_1_1 ul,
#cred_user_form_697_0 ul {
    list-style: none;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: flex;
    gap: 0;
}

@media screen and (max-width: 992px) {
    #cred_user_form_697_1_1 ul {
        flex-wrap: wrap;
    }

}

li.wpt-form-item.wpt-form-item-radio.radio-visual-view {
    height: auto;
    width: 255px;
    background: url('visual-view-icon.jpg') no-repeat;
    padding-top: 150px;
    margin: 0 !important;

    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #666;

}

li.wpt-form-item.wpt-form-item-radio.radio-visual-view label,
li.wpt-form-item.wpt-form-item-radio.radio-table-view label {
    margin-top: 2% !important;
}

li.wpt-form-item.wpt-form-item-radio.radio-table-view {
    height: auto;
    width: 255px;
    background: url('table-view-icon.jpg') no-repeat center top;
    margin: 0 0 0 15px !important;
    padding-top: 150px;

    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.radio-visual-view label,
.radio-visual-view input,
.radio-table-view label,
.radio-table-view input {
    text-align: center;
    width: 100%;
    margin-top: 8% !important;
    margin-bottom: 4%;
    display: block;
}

.radio-visual-view input[type="radio"],
.radio-table-view input[type="radio"] {
    height: 20px;
    width: 100%;
    margin: 14px auto 4px !important;
    display: block !important;
}

#cred_user_form_697_1_1 input[type="submit"],
#cred_user_form_697_0 input[type="submit"] {
    width: 100%;
    padding: 14px 0;
    background: #77bf4f !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    display: block;
    margin-top: 20px;
}

#cred_user_form_697_1_1 input[type="submit"]:hover,
#cred_user_form_697_0 input[type="submit"]:hover {
    background: #5da33b !important;
}

.cred-form .cred-field.form_messages {
    margin-bottom: 16px;
}

.cred-message {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}

.cred-message-error {
    background: #fff3f1;
    color: #b83317;
    border: 1px solid #f0b0a4;
}

.cred-message-success {
    background: #f0fae8;
    color: #3a7a1e;
    border: 1px solid #b8e090;
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    li.wpt-form-item.wpt-form-item-radio.radio-visual-view,
    li.wpt-form-item.wpt-form-item-radio.radio-table-view {
        width: 100%;
        height: 100px;
        padding-top: 152px;
    }

    li.wpt-form-item.wpt-form-item-radio.radio-table-view {
        margin: 0 0 0 8px !important;
    }
}

.swatch-img {
    display: inline;
    height: 100px;
    margin-left: 49%;
    margin-top: 153px !important;
    position: absolute;
    width: 100px;
    z-index: 9999;
}

.swatch-img img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.73);
    -moz-box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.73);
    box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.73);
}

.run-inspection {
    display: inline-block;
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.run-inspection a {
    background-color: #77bf4f;
    border-radius: 4px;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    outline: none !important;
    padding: 7px 12px;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary {
    background: #363f48 !important;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 19px;
    margin-bottom: 0;
    padding: 7px 12px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.btn-primary:hover {
    background: #2e363d !important;
    color: #fff;
}

.btn-primary:focus {
    outline: 0 !important;
}

.inspections {
    background: #fff !important;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.inspections ul {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.inspections li span {
    display: inline-block;
    font-weight: bold;
    width: 150px;
}

.status-in-service,
.inspections-passed {
    background: #008000;
    border-radius: 5px;
    color: #ffffff;
    display: inline;
    font-weight: 400 !important;
    padding: 2px 5px;
    text-align: center;
    width: 96% !important;
}

.status-not-in-service,
.inspections-failed {
    background: #f00;
    border-radius: 5px;
    color: #ffffff;
    display: inline;
    font-weight: 400 !important;
    padding: 2px 5px;
    text-align: center;
    width: 100% !important;
}

.no-inspections {
    background: #777;
    border-radius: 5px;
    color: #ff0;
    display: inline;
    font-weight: 400 !important;
    padding: 2px 5px;
    text-align: center;
    width: 100% !important;
}

.status-missing {
    background: #ffff00;
    border-radius: 5px;
    color: #f00;
    display: inline;
    font-weight: 400 !important;
    padding: 2px 5px;
    text-align: center;
    width: 100% !important;
}

.inspection-pass {
    background: green;
    border-radius: 5px;
    color: #fff;
    display: inline-block !important;
    text-align: center;
    white-space: nowrap;
    width: 40px !important;
}

.inspection-fail {
    background: #f00;
    border-radius: 5px;
    color: #fff;
    display: inline-block !important;
    text-align: center;
    white-space: nowrap;
    width: 40px !important;
}

.inspection-missing {
    background: #ffff00;
    border-radius: 5px;
    color: #ff0000;
    display: inline-block !important;
    padding: 1px 7px;
    text-align: center;
    white-space: nowrap;
}

.status-main {
    padding: 0 !important;
    width: 100%;
}

.autowide:after {
    content: '';
    display: block;
    clear: both;
}

.autowide {
    background: #ededed;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 12px;
    margin-top: 1%;
}

.autowide .module {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(168, 168, 168, 1);
    text-align: center;
}

.module h3 {
    padding: 20px 0;
    font-size: 18px !important;
}

.autowide .module p {
    font-size: 16px;
    font-weight: 400;
    padding: .25rem .75rem;
}

span.aprons-total-number,
span.inspections-due,
span.inspections-past-due {
    font-size: 48px !important;
    padding-top: 2.5%;
    display: block;
    height: 100%;
}

.aprons-total-number {
    color: #45648b !important;
}

.inspections-past-due a {
    color: #d63e1d;
}

.inspections-past-due a:hover {
    color: #d63e1d;
    text-decoration: underline;
}

.inventory-dash {
    float: right;
    width: 100%;
    background: #ededed;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    margin-top: 1%;
}

.btrack-user-info-dash {
    display: block;
    min-height: 130px;
    width: 100%;
}

@media (max-width: 992px) {
    .btrack-user-info-dash {
        width: 84%;
    }

    .js-wpv-view-layout {
        text-align: left;
    }

}

.welcome-user {
    font-size: 28px;
    display: inline-block;
    min-width: 48%;
}

.btrack-bizname {
    font-size: 30px;
    font-weight: 400;
    float: right;
}

.btrack-user-info {
    background: #d2d2d2;
    padding: 5px;
    border-radius: 4px;
}

.btrack-user-details {
    text-align: center;
    display: table;
    width: 100%;
}

.btrack-user-details span {
    font-weight: 400;
    margin-right: 5px;
}

.btrack-bizphone,
.btrack-bizemail,
.btrack-bizaddress {
    display: inline-block;
    margin-left: 3%;
}

.forms {
    background: #fff;
    box-shadow: 0 0 3px #000;
    margin: 30px auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.forms h1 {
    padding: 0 0 20px 0;
    font-size: 26px;
    color: #666;
    font-weight: 400;
    text-align: center;
}

.forms form {
    padding: 30px;
}

.forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.forms .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.forms .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #e5e6e7;
    color: #888;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 3px solid transparent;
    transition: all 0.4s ease-in-out;
}

.forms .tab-group li a:hover {
    background: #dedfdf;
    color: #666;
}

.forms .tab-group .active a {
    background: #fff;
    color: #444;
    border-top: 3px solid #73cf41;
}

.forms input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 0;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.forms input:focus {
    outline: 0;
    border-color: #2e5ed7;
}

.forms label {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

.forms .button,
.cancelbutton.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #73cf41;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    width: 100%;
    display: block;
}

.forms .button:hover,
.forms .button:focus {
    background: #56ae26;
}

.cancelbutton.button {
    background: #77bf4f;
    float: right;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 12px;
    margin-top: 15px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}

.cancelbutton.button:hover {
    background-color: #2e393f;
    transition: background-color 0.2s linear;
}

.member-signup {
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 15px;
    float: left;
    max-width: 300px;
    padding: 40px 50px 0 40px;
}

.member-login {
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 15px;
    float: left;
    max-width: 300px;
    padding: 40px 50px 0 40px;
    margin-left: 5%;
}

#cred_user_form_277_1,
#cred_user_form_277_0 {}

.signup-success-msg {
    z-index: 9999;
    float: left;
    color: #fff;
    background: green;
    position: absolute;
    top: 0 !important;
    width: 100%;
    padding: 20px;
    height: 100px;
}

.signup-success-msg p {
    color: white;
    font-size: 19px;
}

#OverviewTable,
#MyTable,
table.footable {

    border-collapse: collapse;
    font-size: 14px;
    background: #ffffff;
}

#OverviewTable,
#MyTable {

    margin: 0 auto;
}

#OverviewTable thead tr,
#MyTable thead tr,
table.footable>thead>tr {
    background: transparent;
}

#OverviewTable thead th,
#MyTable thead th,
table.footable>thead>tr>th {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    border: 1px solid #dedede;
    text-align: left;
    background: #f5f5f5;
}

#OverviewTable.footable>tfoot>tr>td {
    background-color: #ffffff !important;
    background-image: none !important;
}

#OverviewTable.footable .pagination>ul>li>a,
#OverviewTable.footable .pagination>ul>li.disabled>a {
    width: 43px;
    height: 43px;
    text-align: center;
    font-size: 13px;
    line-height: 42px;
    color: #444444;
    padding: 0px !important;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    max-width: 43px;
    border-radius: 3px;
    text-decoration: none;
}

#OverviewTable.footable .pagination>ul>li>a {
    margin-right: 4px;
}
#OverviewTable.footable .pagination>ul>li.disabled>a:hover {
    color: #444444;
    background-color: #ffffff;

}
#OverviewTable.footable .pagination>ul>li>a:hover {
    color: #ffffff;
    background: #77bf4f;
}

#OverviewTable.footable .pagination>ul>li.active>a {
    background: #77bf4f;
    border-color: #77bf4f;
    color: #ffffff;
}

#OverviewTable tbody tr td,
#MyTable tbody tr td,
table.footable>tbody>tr>td {
    padding: 8px 12px;
    border: 1px solid #dedede;
    color: #666666;

    vertical-align: baseline;
    line-height: 1.45;
    font-weight: bold;
}

table.footable>tbody>tr>td>ul {
    margin-top: 0;
}

table.footable>tbody>tr>td>ul li {
    line-height: 1.9;
}

table.footable>tbody>tr>td>ul li span {
    font-weight: normal;
    margin-right: 10px !important;
}

#OverviewTable tbody tr:nth-child(even) td,
#MyTable tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

#OverviewTable tbody tr:hover td,
#MyTable tbody tr:hover td,
table.footable>tbody>tr:hover>td {
    background: #e8e8e8 !important;
}

tfoot td:hover {
    background: #fff !important;
}

#OverviewTable a,
#MyTable a,
table.footable a {
    color: #77bf4f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.15s;
}

#OverviewTable a:hover,
#MyTable a:hover,
table.footable a:hover {
    color: #5da33b;
    text-decoration: underline;
}

.footable-last-column ul {
    list-style: disc;
}

.footable-filter-container {
    display: inline-block;
    margin-bottom: 20px !important;
    height: 27px;
    margin-top: 10px;
}
.footable-filter-container .footable-filter {
    border: 1px solid #ddd;
    padding: 10px 12px;
    color: #666;
    font-size: 13px;
    background: #fff;
    outline: none;
}

.page-id-97 table td,
.page-id-97 table th {
    padding: 8px 12px !important;
    border: 1px solid #dedede;
}

.page-id-97 td.footable-last-column {
    padding-left: 33px !important;
}

.page-id-97 .footable-last-column li span {
    margin-right: 10px !important;
    font-weight: 400;
}

span.orange,
a.orange {
    color: #ffa500 !important;
    font-weight: 400;
    text-decoration: none;
}

a.orange:hover {
    text-decoration: underline;
}

span.red,
.red {
    color: #d63e1d;
    font-weight: 400;
}

.page-list {
    display: inline-block;
    margin: 3% 0% !important;
    width: 100%;
    text-align: center;
}

ul.wpv_pagination_dots {
    /* margin: 0 auto;  */
    list-style: none;
    text-align: center;
    display: inline-block !important;
}

.wpv-view-output,
.bv-view-output {
    margin-bottom: 24px;
}

.bv-no-results,
.wpv-no-items-found {
    background: #f8fafc;
    border: 2px dashed #d4dce4;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
    color: #8a9aa8;
    font-size: 15px;
}

.search-by-department,
.search-by-asset-id {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2%;
}

.search-by-department select {
    width: 200px;
}

.js-wpv-reset-trigger {
    background: #8c8c8c;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.js-wpv-reset-trigger:hover {
    background-color: #2e393f;
    transition: background-color 0.2s linear;
}

.single-apron h1 {
    text-align: center;
}

.single-apron .in-service-notice {
    display: none;
}

.single-apron #comments {
    display: none !important;
}

.single-apron .entry-header {
    display: none;
}

.single-apron .cred-field-post_title {
    color: #fff !important;
}

.single-apron .lines {
    display: none;
}

input[type="submit"],
button[type="submit"] {
    background-color: #77bf4f;
    transition: background-color 0.2s linear;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    text-shadow: none;
    font-size: 14px;
    padding: 9px 12px;
}

input[type="password"] {
    border: 1px solid #d9d9d9;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

input#rememberme {
    display: inline;
    width: 50px;
}

@media only screen and (max-width: 600px) {
    .btrack-bizname {
        display: inline-block;
        margin: 2% 0;
        float: left;
    }

    .autowide {
        clear: both;
    }

    .page-list .wpv_pagination_links {
        margin-top: 2%;
    }
}

@media only screen and (min-width: 600px) {
    .autowide .module {
        float: left;
        margin-right: 2.564%;
        width: 48.718%;
    }

    .autowide .module:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .autowide .module {
        width: 31.624%;
    }

    .autowide .module:nth-child(2n) {
        margin-right: 2.564%;
    }

    .autowide .module:nth-child(3n) {
        margin-right: 0;
    }

}

.single-apron .site {
    background: #FAF9F5;
}

.barrier-single-apron-wrap {
    background: #ffffff;
    padding: 48px 24px 80px;
    min-height: 70vh;
}

.claim-apron {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.single-apron .card-grid {
    width: 260px !important;
    min-height: 665px !important;
}

.single-apron .apron-items .front,
.single-apron .apron-items .back {
    width: 100% !important;
    min-height: 100% !important;
}

.single-apron .apron-items .front {
    height: max-content;
}

.barrier-single-apron-wrap .row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
}

.barrier-single-apron-wrap .col-md-6 {
    flex: 1 1 320px;
    min-width: 0;
}

.barrier-single-apron-wrap .col-md-6>h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #0A102F;
    margin: 0 0 20px !important;
}

.claim-apron-nl h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0A102F;
    margin-bottom: 16px !important;
}

.single-apron .forms {
    background: #ffffff;
    border: 1px solid rgba(10, 16, 47, 0.10);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(10, 16, 47, 0.07);
    padding: 36px;
    margin: 0;
    max-width: none;
}

.single-apron .forms h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #0A102F;
    padding: 0 0 16px !important;
}

.bf-claim-form {
    text-align: center;
    padding: 0;
}

.bf-claim-form .cred-field-post_title {
    margin-bottom: 16px;
}

.bf-claim-form .cred-label {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(10, 16, 47, 0.50);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.bf-claim-form strong {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A102F;
    display: block;
}

.bf-claim-form .cred-submit {
    width: 100%;
    background: #3147FF !important;
    border: none !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 24px !important;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}

.bf-claim-form .cred-submit:hover {
    background: #2336e0 !important;
}

.bf-create-asset-page {
    min-height: 100vh;
    background: #FAF9F5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 20px 80px;
    box-sizing: border-box;
}

.bf-new-apron-form {
    background: #ffffff;
    border: 1px solid #0A102F20;
    border-radius: 16px;
    padding: 48px 48px 40px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 32px rgba(10, 16, 47, .06);
    box-sizing: border-box;
}

.bf-create-asset-title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #0A102F;
    text-align: center;
    margin: 0 0 8px;
    line-height: 1.26;
}

.bf-create-asset-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #0A102FCC;
    text-align: center;
    margin: 0 0 40px;
}

.apron-entry-section-01,
.apron-entry-section-02,
.apron-entry-section-03 {
    padding-bottom: 20px;
    margin-bottom: 32px;

}

.apron-entry-section-01 {
    border-bottom: thin dashed #d4d4d4;
}

.apron-entry-section-01 .cred-field {
    width: 33.33%;
}

.apron-entry-section-02 {
    border-bottom: thin dashed #d4d4d4;
}

.apron-entry-section-02 .cred-field {
    width: 100%;
}

.apron-entry-section-02 .cred-field ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.apron-entry-section-02 .cred-field ul .wpt-form-item.wpt-form-item-radio {
    width: 33.33%;
}

.apron-entry-section-04 {
    margin-top: 0;
}

.cred-group-Apron-Details .cred-header h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #324545;
    margin: 0 0 20px;
    line-height: 30px;

}

.bf-new-apron-form .cred-label {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0A102F;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-transform: none;
}

.bf-new-apron-form input[type="text"],
.bf-new-apron-form input[type="date"],
.bf-new-apron-form select,
.bf-new-apron-form textarea {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0A102F;
    background: #ffffff;
    border: 1px solid #0A102F30;
    border-radius: 10px;
    padding: 12px 16px;
    height: 48px;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s;
    -webkit-appearance: none;
    appearance: none;
}

.bf-new-apron-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230A102F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.bf-new-apron-form input[type="text"]:focus,
.bf-new-apron-form input[type="date"]:focus,
.bf-new-apron-form select:focus,
.bf-new-apron-form textarea:focus {
    border-color: #3147FF;
    box-shadow: 0 0 0 3px #3147FF18;
}

.bf-new-apron-form input[type="text"]::placeholder {
    color: #0A102F50;
}

.bf-ids-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bf-ids-row .cred-field {
    margin: 0;
}

.bf-section-label {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0A102F;
    margin-bottom: 16px;
    letter-spacing: 0;
    text-transform: none;
}

.bf-radio-grid {
    display: grid;
    gap: 8px 12px;
}

.bf-radio-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.bf-radio-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.bf-radio-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.bf-radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0A102FCC;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #0A102F18;
    border-radius: 8px;
    line-height: 1.4;
    transition: border-color .15s, background .15s;
}

.bf-radio-option:hover {
    border-color: #3147FF40;
    background: #3147FF06;
}

.bf-radio-option input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    accent-color: #3147FF;
    width: 15px;
    height: 15px;
}

.bf-radio-option:has(input:checked) {
    border-color: #3147FF;
    background: #3147FF0D;
    color: #0A102F;
    font-weight: 400;
}

.bf-dropdowns-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    align-items: flex-end;
}

.bf-dropdowns-row .cred-field {
    margin: 0;
    flex: 1 1 140px;
}

.bf-dropdowns-row select,
.bf-dropdowns-row input[type="text"],
.bf-dropdowns-row input[type="date"] {
    min-width: 0;
    width: 100%;
}

.apron-entry-section-04 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-top: 32px;
    border-top: 1px solid #0A102F12;
}

.bf-new-apron-form .bf-submit-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #3147FF !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px;
    padding: 14px 40px;
    height: auto;
    cursor: pointer;
    transition: background .2s, box-shadow .2s;
    width: auto;
}

.bf-new-apron-form .bf-submit-btn:hover {
    background: #2336e0 !important;
    box-shadow: 0 4px 16px rgba(49, 71, 255, .25);
}

.bf-cancel-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: transparent !important;
    border: 1.5px solid #0A102F40 !important;
    color: #0A102F !important;
    border-radius: 10px;
    padding: 13px 32px;
    cursor: pointer;
    transition: all .2s;
}

.bf-cancel-btn:hover {
    border-color: #0A102F !important;
    background: #0A102F08 !important;
}

@media (max-width: 900px) {
    .bf-radio-cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .bf-ids-row {
        grid-template-columns: 1fr 1fr;
    }

    .bf-new-apron-form {
        padding: 36px 32px 32px;
    }
}

@media (max-width: 600px) {
    .bf-radio-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .bf-ids-row {
        grid-template-columns: 1fr;
    }

    .bf-dropdowns-row {
        flex-direction: column;
    }

    .bf-new-apron-form {
        padding: 24px 20px;
    }

    .bf-create-asset-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .autowide .module {
        width: 23.077%;
    }

    .autowide .module:nth-child(3n) {
        margin-right: 2.564%;
    }

    .autowide .module:nth-child(4n) {
        margin-right: 0;
    }
}

.buid-stats {
    display: flex !important;
    gap: 12px !important;
    background: #ededed !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 5px !important;
    padding: 12px !important;
    margin-top: 1% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.buid-stat-card {
    flex: 1 !important;
    background: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 0 0 5px 0 rgba(168, 168, 168, 1) !important;
    text-align: center !important;
    padding: 20px 10px !important;
    border: none !important;

    align-items: center !important;
    gap: unset !important;
    position: static !important;
    overflow: visible !important;
    transition: none !important;
}

.buid-stat-card:hover {
    box-shadow: 0 0 5px 0 rgba(168, 168, 168, 1) !important;
    transform: none !important;
}

.buid-stat-card::after {
    display: none !important;
}

.buid-stat-icon {
    display: none !important;
}

.buid-stat-card:not(:last-child) {
    margin-right: 2.5%;
}

.buid-stat-label {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #324545 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 0 0 8px !important;
    line-height: 1.3 !important;
}

.buid-stat-value {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    display: block !important;
}

.buid-stat-card:nth-child(1) .buid-stat-value {
    color: #45648b !important;
}

.buid-stat-card:nth-child(2) .buid-stat-value {
    color: #363f48 !important;
}

.buid-stat-card--warn .buid-stat-value,
.buid-stat-card--warn .buid-stat-value a {
    color: #d63e1d !important;
}

.buid-stat-card--danger .buid-stat-value,
.buid-stat-card--danger .buid-stat-value a {
    color: #d63e1d !important;
}

.buid-stat-value a {
    text-decoration: none !important;
}

.buid-stat-value a:hover {
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .buid-stats {
        flex-wrap: wrap !important;
    }

    .buid-stat-card {
        flex: 1 1 calc(50% - 12px) !important;
    }
}

.buid-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 16px;

}

.buid-welcome {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #0A102F;
    line-height: 1.2;
}

.buid-bizname {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10, 16, 47, 0.50);
}

.buid-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.buid-stat-card {
    background: #ffffff;
    border: 1px solid rgba(10, 16, 47, 0.08);
    border-radius: 16px;
    padding: 22px 20px 20px;
    box-shadow: 0 2px 14px rgba(10, 16, 47, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.buid-stat-card:hover {
    box-shadow: 0 6px 24px rgba(10, 16, 47, 0.11);
    transform: translateY(-2px);
}

.buid-stat-card::after {
    content: '';
    position: absolute;
    top: -22px;
    right: -22px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(49, 71, 255, 0.05);
    pointer-events: none;
}

.buid-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(49, 71, 255, 0.08);
    color: #3147FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 6px;
}

.buid-stat-card--warn .buid-stat-icon {
    background: rgba(230, 126, 0, 0.10);
    color: #E67E00;
}

.buid-stat-card--danger .buid-stat-icon {
    background: rgba(220, 38, 38, 0.08);
    color: #DC2626;
}

.buid-stat-value {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #0A102F;
    line-height: 1;
    margin: 4px 0 0;
}

.buid-stat-value:empty::before {
    content: "0";
}

.buid-stat-card--warn .buid-stat-value a {
    color: #E67E00 !important;
}

.buid-stat-card--danger .buid-stat-value a {
    color: #DC2626 !important;
}

@media (max-width: 960px) {
    .buid-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .buid-stats {
        grid-template-columns: 1fr;
    }

    .buid-welcome {
        font-size: 22px;
    }

    .buid-stat-value {
        font-size: 34px;
    }
}

.card-grid {
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    min-height: 668px;
    width: 260px;
    vertical-align: top;
}

.apron-items .front {
    background: rgb(229, 229, 229);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px;
    width: 260px !important;
}

.apron-items .back {
    background: rgb(229, 229, 229);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px;
    width: 260px !important;
    overflow: hidden;
}

.apron-item-details h1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 7px 14px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.apron-item-details h1 span {}

.apron-item-details>ul {
    background: white none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 10px;
}

.apron-item-details ul {
    list-style: none;
    margin: 15px 0;
    padding: 5px;
}

.apron-item-details li {

    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 7px;
    text-align: left;

}

.apron-item-details li span.assignee-label {
    width: 100%;
}

.assignee {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
    margin: 5px 0 5px 0;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 16px !important;
    line-height: 1.3em !important;
    text-align: center !important;
}

.apron-item-details li:last-child {
    border-bottom: none;
}

.apron-item-details li span {
    display: inline-block;
    font-weight: bold;
    width: 130px;
}

.apron-item-details li span.assignee-value {
    font-weight: normal;
}

.apron-item-details .red {
    color: #DC2626 !important;
    display: inline;
}

.past-due-icon {

    height: auto;
    width: 40px;
    z-index: 888;
    position: absolute;
    right: -4%;
    top: -1%;
}

.past-due-icon img {
    height: auto;
    width: 100%;
}

.in-service-notice {
    color: #d63e1d;
    font-size: 13px;
}

.flip-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    width: 100%;
}

.assign-apron {
    display: inline-block;
    text-align: center;
    flex: 1;
}

.assign-apron a {
    background-color: #77bf4f;
    border-radius: 4px;
    color: #ffffff !important;
    display: block;
    font-size: 14px;
    line-height: 19px;
    outline: none !important;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.assign-apron a:hover {
    background: #69a946;
    text-decoration: none;
}

.theflipbtn {
    display: inline-block;
    flex: 1;
}

.btn-primary {
    background: #363f48 !important;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 7px 12px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-primary:hover {
    background: #2e363d !important;
    color: #fff !important;
}

.btn-primary:focus {
    outline: 0 !important;
}

.results-container {
    display: block;
    height: 100%;
    width: 100%;
}

.results-container h1 {
    background: white none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px !important;
    padding: 7px 10px;
    text-align: center;
}

.results-inner {
    overflow: hidden;
    min-height: 0;
    height: 550px;
}

.results-list li {
    margin-bottom: 8px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 5px;
    text-align: left;
}

.results-list li:last-child {
    border-bottom: none;
}

.run-inspection {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    width: 100%;
}

a.run-insp-btn {
    display: block;
    flex: 1;
    padding: 7px 12px;
    background: #77bf4f !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.15s;
    box-sizing: border-box;
}

a.run-insp-btn:hover {
    background: #69a946 !important;
}

button.back-details-btn {
    display: block;
    flex: 1;
    padding: 7px 12px !important;
    background: #363f48 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

button.back-details-btn:hover {
    background: #2e363d !important;
}

.back-face-no-insp {
    width: 100%;
}

.no-insp-msg {
    color: #363f48;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px !important;
}

.claim-apron-nl .card-grid {
    margin-left: 0 !important;
}

.claim-apron-nl .card-grid .front {
    width: 100% !important;
}

.claim-apron-nl .card-grid .back {
    width: 100% !important;
}

.bv-apron-grid {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

@media (max-width: 992px) {
    .bv-apron-grid {
        padding: 0 40px 40px;
    }
}

.bt-apron-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 32px 0 16px;
    padding: 0;
}

.bt-apron-pagination__inner {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.bt-pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1.5px solid rgba(10, 16, 47, 0.14);
    color: #0A102F;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(10, 16, 47, 0.06);
}

.bt-pagination-btn:hover {
    border-color: #3147FF;
    color: #3147FF;
    text-decoration: none !important;
}

.bt-pagination-btn--active {
    background: #3147FF !important;
    border-color: #3147FF !important;
    color: #ffffff !important;
    font-weight: 400;
    box-shadow: 0 2px 8px rgba(49, 71, 255, 0.22);
    pointer-events: none;
}

.bt-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 4px;
    color: rgba(10, 16, 47, 0.35);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    user-select: none;
}

.bt-page-title-bar {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    margin: 0;
}

.bt-page-title,
.entry-title,
h1.page-title {
    font-size: 22px;
    font-weight: 400;
    color: #999999;
    padding: 20px 40px 18px;
    margin: 0;
    border: none;
    background: #fbfbfb;
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
}

.bt-page-title {
    font-size: 30px;
    font-weight: 300;
    color: #888888;
    padding: 30px 40px 30px;
    margin: 0 auto;
    border: none;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
}

.bt-page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 60px;
}

body.page-id-273 .bt-page-content {
    padding: 0;
}

body.page-id-97 .bt-page-content {
    max-width: none;
    padding: 0 0 60px;
}

.bt-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.bt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 24px;
    height: auto;
    flex-wrap: wrap;
}

.bt-header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.bt-logo-img {
    height: auto;
    width: 380px;
    display: block;
}

.bt-nav {
    display: flex;
    align-items: center;
}

ul.bt-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

ul.bt-nav-list li {
    position: relative;
}

ul.bt-nav-list li a {
    display: block;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: color .15s;
}

@media only screen and (min-width: 992px) {
    ul.bt-nav-list li:not(:last-child) a {
        padding: 7px 14px;
        margin-right: 10px;
    }

    ul.bt-nav-list .sub-menu .current-menu-item>a,
    ul.bt-nav-list .sub-menu li.current_page_item>a {
        margin-right: 0px;
        border-radius: 0px;
    }
}

ul.bt-nav-list li a:hover {
    color: #fff;
    background: #77bf4f;
    border-radius: 3px;
}

ul.bt-nav-list li .sub-menu a:hover {
    margin-right: 0;
    border-radius: 0px;
}

@media screen and (max-width: 992px) {
    ul.bt-nav-list li a:hover {
        color: #77bf4f;
    }

}

ul.bt-nav-list li.current-menu-item>a,
ul.bt-nav-list li.current_page_item>a,
ul.bt-nav-list li.current-menu-ancestor>a {
    background: #77bf4f;
    color: #fff !important;
    border-radius: 3px;
}

ul.bt-nav-list li.bt-logout-item a {
    background: transparent !important;
    color: #555 !important;
    border-radius: 0 !important;
    padding: 8px 14px !important;
}

ul.bt-nav-list li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #77bf4f;
    min-width: 180px;
    z-index: 10000;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

ul.bt-nav-list li:hover>ul {
    display: block;
}

ul.bt-nav-list li ul li a {
    text-transform: none;
    font-size: 13px;
    padding: 8px 16px;
    letter-spacing: 0;
    font-weight: 400;
}

.bt-hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.bt-hamburger span {
    display: block;
    height: 2px;
    background: #363f48;
    border-radius: 2px;
}

@media (max-width:992px) {
    .bt-header-inner {
        padding: 10px 16px;
    }

    .bt-logo-img {
        width: 320px;
    }

    ul.bt-nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #000000;
        border-top: 1px solid #000000;
        padding: 12px 0;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
        gap: 0;
    }

    ul.bt-nav-list.bt-nav-open {
        display: flex;
    }

    ul.bt-nav-list li a {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    ul.bt-nav-list li {
        width: 100%;
    }

    ul.bt-nav-list li ul.sub-menu li a:hover {
        color: #ffffff !important;
    }

    ul.bt-nav-list li.bt-logout-item a {
        padding: 12px 20px !important;
    }

    .bt-hamburger {
        display: flex;
    }

    .card-grid {
        margin-bottom: 8%;
    }

    ul.bt-nav-list li.current-menu-item>a,
    ul.bt-nav-list li.current_page_item>a,
    ul.bt-nav-list li.current-menu-ancestor>a {
        color: #77bf4f !important;
        background-color: transparent;
    }
}

.bt-footer {
    background: #363f48;
    color: #aaa;
    padding: 24px 0;
    text-align: center;
    font-size: 13px;
    margin-top: auto;
}

.bt-footer a {
    color: #77bf4f;
    text-decoration: none;
}

select#wpv_control_select_asset-search-id {
    width: 19%;
}

select {
    border: 1px solid #E6E6E6;
    padding: 8px 12px;
    font-size: 13px;
}

.bt-login-outer {
    padding: 20px 20px 20px;
}

.bt-login-card {
    max-width: 500px;
    margin: 0 auto;

    background: #fff;
    box-shadow: 0 0 3px #000;
}

.bt-login-tabs {
    display: flex;
}

.bt-login-tab {
    flex: 1;
    text-align: center;
    padding: 16px 20px;
    background: #e2e2e2;
    color: #444;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.bt-login-tab.bt-tab-active {
    background: #fff;
    color: #444;
    font-weight: 400;
    border-top: 3px solid #77bf4f;
}

.bt-login-body {
    padding: 30px 30px 50px;
}

.bt-login-msg {
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 13px;
}

.bt-login-error {
    background: #fce8e6;
    color: #c62828;
    border: 1px solid #f5c6c6;
}

.bt-form-field {
    margin-bottom: 16px;
}

.bt-form-field label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
}

.bt-form-field input[type="text"],
.bt-form-field input[type="password"] {
    width: 100%;
    border: 1px solid #ddd;

    padding: 10px 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.bt-form-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 16px;
}

.bt-form-submit input[type="submit"] {
    display: inline-block;
    width: 100%;
    background-color: #77bf4f;
    color: #fff;
    border: none;
    padding: 9px 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.2s linear;
    text-shadow: none;
    white-space: nowrap;
}

.bt-form-submit input[type="submit"]:hover {
    background: #5ea33a;
}

.btrack-user-info-dash {
    padding: 30px 40px 0;

    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .btrack-user-info-dash {
        padding: 30px 40px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.buid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.buid-welcome {
    font-size: 28px;
    font-weight: 400;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}

.buid-bizname {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

.buid-stats {
    display: flex;
    gap: 0;
    background: #ebebeb;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px;
    margin-top: 1%;

    gap: 10px;
}

.buid-stat-card {
    flex: 1;
    background: #fff;
    border-radius: 4px;
    padding: 22px 10px 18px;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .08);
}

.buid-stat-icon {
    display: none;
}

.buid-stat-value {
    font-size: 48px;
    font-weight: 400;
    color: #45648b;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

.buid-stat-value span,
.buid-stat-value a,
.buid-stat-value .aprons-total-number,
.buid-stat-value .inspections-due {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: inherit !important;
    display: block;
    text-decoration: none;
    padding: 0 !important;
}

.buid-stat-card--warn .buid-stat-value,
.buid-stat-card--warn .buid-stat-value span,
.buid-stat-card--warn .buid-stat-value a {
    color: #d63e1d !important;
}

.buid-stat-card--danger .buid-stat-value,
.buid-stat-card--danger .buid-stat-value span,
.buid-stat-card--danger .buid-stat-value a {
    color: #d63e1d !important;
}

.run-inspection {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    width: 100%;
}

a.run-insp-btn {
    display: block;
    flex: 1;
    padding: 7px 12px;
    background: #77bf4f !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .15s;
    box-sizing: border-box;
}

a.run-insp-btn:hover {
    background: #69a946 !important;
}

button.back-details-btn {
    display: block;
    flex: 1;
    padding: 7px 12px !important;
    background: #363f48 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background .15s;
    text-align: center;
    box-sizing: border-box;
}

button.back-details-btn:hover {
    background: #2e363d !important;
}

.back-face-no-insp {
    width: 100%;
}

.no-insp-msg {
    color: #363f48;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px !important;
}

.bt-success-card {
    max-width: 560px;
    margin: 60px auto;
    text-align: center;
    padding: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.bt-success-icon {
    font-size: 48px;
    color: #77bf4f;
    margin-bottom: 16px;
}

nav.bt-apron-pagination {
    text-align: center;
    padding: 20px 0 30px;
}

.bt-apron-pagination__inner {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

body {
    font-size: 14px;
    color: #777;
    line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.apron-item-details h1,
.bt-page-title,
.bt-footer-title,
.buid-welcome,
.buid-bizname,
.buid-stat-label,
.buid-stat-value {
    font-family: "Open Sans", sans-serif;
}

#bt-site-footer {
    background: #2d2d2d;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1.7;
}

.bt-footer-widgets {
    padding: 40px 0 30px;
    border-bottom: 1px solid #3a3a3a;
}

.bt-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.bt-footer-col {
    flex: 1;
    min-width: 180px;
}

.bt-footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
}

.bt-footer-col p {
    margin: 0 0 8px;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.7;
}

.bt-footer-col a {
    color: #77bf4f;
    text-decoration: none;
}

.bt-footer-col a:hover {
    text-decoration: underline;
    color: #90d060;
}

.bt-footer-copy {
    padding: 16px 0;
    background: #222222;
}

.bt-footer-copy-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.bt-footer-copy p {
    margin: 0;
    color: #888888;
    font-size: 12px;
}

@media (max-width: 768px) {
    .bt-footer-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 24px;
    }

    .bt-footer-col {
        min-width: 100%;
    }

    .bt-footer-copy-inner {
        padding: 0 20px;
    }
}

#bt-site-header {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.apron-images {
    min-height: 250px;
    position: relative;
    text-align: center;
}

.the-apron-img {
    display: block;
    min-height: 250px !important;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.swatch-img {
    position: absolute !important;
    bottom: 3% !important;
    right: 3% !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
}

.swatch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.73);
    box-shadow: 0px 2px 4px 0px rgba(158, 158, 158, 0.73);
}

.bt-slide-hero {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bt-slide-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30, 40, 50, 0.65);
}

.bt-slide-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bt-slide-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.bt-slide-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bt-slide-logo-img {
    max-width: 260px;
    height: auto;
    display: block;
}

.bt-slide-right {
    flex: 0 0 440px;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.bt-slide-imac {
    width: 320px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
}

.bt-slide-phone {
    width: 100px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.bt-features-section {
    padding: 40px 40px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.bt-features-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.bt-feature-card {
    flex: 1;
    min-width: 220px;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #77bf4f;
}

.bt-feature-card h3 {
    font-size: 18px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 10px !important;
}

.bt-feature-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.9;
    margin: 0;
}

@media (max-width: 768px) {
    .bt-slide-content {
        flex-direction: column;
        padding: 40px 20px;
    }

    .bt-slide-heading {
        font-size: 24px;
    }

    .bt-slide-right {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .bt-slide-imac {
        width: 220px;
    }

    .bt-slide-phone {
        width: 70px;
    }

    .bt-features-section {
        padding: 30px 20px;
    }
}

.bt-contact-layout {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px 60px;
}

.bt-contact-form-wrap {
    flex: 2;
    min-width: 280px;
}

.bt-contact-form-wrap .wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #363f48;
    margin-bottom: 5px;
}

.bt-contact-form-wrap .wpcf7-form input[type="text"],
.bt-contact-form-wrap .wpcf7-form input[type="email"],
.bt-contact-form-wrap .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #555;

    box-sizing: border-box;
}

.bt-contact-form-wrap .wpcf7-form textarea {
    height: 140px;
    resize: vertical;
}

.bt-contact-form-wrap .wpcf7-form input[type="submit"] {
    background: #77bf4f;
    color: #fff;
    border: none;
    padding: 11px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.15s;
    font-family: 'Open Sans', sans-serif;
}

.bt-contact-form-wrap .wpcf7-form input[type="submit"]:hover {
    background: #5ea33a;
}

.bt-cf7-row {
    margin-bottom: 18px;
}

.bt-cf7-two-col {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.bt-cf7-two-col .bt-cf7-col {
    flex: 1;
}

.bt-cf7-name-wrap {
    display: flex;
    gap: 20px;
    margin-top: 4px;
}

form.wpcf7-form.init p {
    margin: 0;
}

.bt-cf7-name-wrap>p {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px !important;
}

.bt-cf7-half {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bt-cf7-sublabel {
    font-size: 12px;
    color: #999999;
    margin-bottom: 3px;
    display: block;
}

.bt-cf7-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #363f48;
    margin-bottom: 6px;
    font-family: "Open Sans", sans-serif;
}

.bt-cf7-required {
    color: #cc0000;
    margin-left: 2px;
}

.bt-cf7-row input[type="text"],
.bt-cf7-row input[type="email"],
.bt-cf7-row input[type="tel"],
.bt-cf7-row textarea,
.bt-cf7-half input[type="text"],
.bt-cf7-two-col input[type="text"],
.bt-cf7-two-col input[type="email"],
.bt-cf7-two-col input[type="tel"] {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.15s;
}

.bt-cf7-row input:focus,
.bt-cf7-half input:focus,
.bt-cf7-two-col input:focus,
.bt-cf7-row textarea:focus {
    border-color: #77bf4f;
}

.bt-cf7-row textarea {
    height: 160px;
    resize: vertical;
}

.bt-contact-form-wrap .wpcf7-submit,
.bt-contact-form-wrap input[type="submit"] {
    background: #77bf4f !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 28px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    font-family: "Open Sans", sans-serif !important;
    border-radius: 3px !important;
    margin-top: 10px !important;
    transition: background 0.15s !important;
}

.bt-contact-form-wrap .wpcf7-submit:hover,
.bt-contact-form-wrap input[type="submit"]:hover {
    background: #5ea33a !important;
}

@media (max-width: 600px) {

    .bt-cf7-two-col,
    .bt-cf7-name-wrap {
        flex-direction: column;
        gap: 0;
    }
}

.bt-contact-info {
    flex: 1;
    min-width: 200px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 24px 20px;
    opacity: 0;
}

.bt-contact-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 14px !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.bt-contact-info p {
    font-size: 14px;
    color: #777;
    line-height: 1.9;
    margin-bottom: 10px;
}

.bt-contact-info a {
    color: #77bf4f;
    text-decoration: none;
}

.bt-contact-info a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bt-contact-layout {
        flex-direction: column;
        padding: 0 20px 40px;
    }
}

.bt-success-card {
    max-width: 480px;
    margin: 50px auto;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.bt-success-icon {
    font-size: 48px;
    color: #77bf4f;
    margin-bottom: 16px;
    display: block;
}

.bt-success-card h2 {
    font-size: 24px;
    font-weight: 400;
    color: #363f48;
    margin: 0 0 8px !important;
}

.bt-success-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    margin: 0 0 16px !important;
}

.bt-success-card p {
    color: #777;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.bt-success-card .bt-btn-green {
    background: #77bf4f;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
    display: inline-block;
}

.bt-success-card .bt-btn-green:hover {
    background: #5ea33a;
}

@media screen and (max-width: 768px) {
    .bt-contact-info {
        display: none;
    }
}

#cred_user_form_277_1 .cred-field-preferred-layout,
#cred_user_form_277_0 .cred-field-preferred-layout {
    display: none !important;
}

.bt-page-content>[id^="cred_user_form_277"] {
    display: none;
}

#cred_user_form_277_1 .cred-field,
#cred_user_form_277_0 .cred-field {
    margin-bottom: 14px;
}

#cred_user_form_277_1 .cred-label,
#cred_user_form_277_0 .cred-label {
    display: block;
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
}

#cred_user_form_277_1 .distributor-acc,
#cred_user_form_277_0 .distributor-acc {
    color: #d63e1d;
}

#cred_user_form_277_1 input[type="text"],
#cred_user_form_277_1 input[type="email"],
#cred_user_form_277_1 input[type="tel"],
#cred_user_form_277_1 input[type="url"],
#cred_user_form_277_0 input[type="text"],
#cred_user_form_277_0 input[type="email"],
#cred_user_form_277_0 input[type="tel"],
#cred_user_form_277_0 input[type="url"] {
    width: 100% !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    color: #555 !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
}

#cred_user_form_277_1 input:focus,
#cred_user_form_277_0 input:focus {
    border-color: #77bf4f !important;
    box-shadow: none !important;
    outline: none !important;
}

#cred_user_form_277_1 input[type="submit"],
#cred_user_form_277_0 input[type="submit"] {
    display: block !important;
    width: 100% !important;
    background: #77bf4f !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

#cred_user_form_277_1 input[type="submit"]:hover,
#cred_user_form_277_0 input[type="submit"]:hover {
    background: #5ea33a !important;
}

.claim-apron {
    max-width: 320px;
    margin: 20px auto 40px;
}

.single-apron-wrap .row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0 40px;
}

.single-apron-wrap .col-md-6 {
    flex: 1;
    min-width: 280px;
}

.claim-apron-nl {
    max-width: 320px;
    margin: 0 auto;
}

.claim-apron-nl h3 {
    font-size: 24px;
    font-weight: 700;
    color: #363f48;
    margin: 0 0 20px !important;
    text-align: left;
}

.claim-apron-nl .card-grid {
    margin: 0 !important;
}

.claim-apron-nl .apron-items .front,
.claim-apron-nl .apron-items .back {
    width: 100% !important;
}

.single-apron .entry-header {
    display: none;
}

.bt-feature-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.bt-feature-card-wrap:hover {
    color: inherit;
    text-decoration: none;
}

.bt-fc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background-color: #77bf4f;
    border-color: #77bf4f;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    outline: 1px solid #e6ebea;
    outline-offset: 7px;
}

.bt-fc-icon i,
.bt-fc-icon svg {
    font-size: 40px;
    color: #77bf4f;
    transition: color 0.2s, transform 0.2s;
    opacity: 0;
}

.bt-feature-card-wrap:hover .bt-fc-icon i,
.bt-feature-card-wrap:hover .bt-fc-icon svg {
    transform: scale(1.1);
}

.bt-fc-title {
    font-size: 22px !important;
    font-weight: 700;
    color: #324545;
    margin: 0 0 15px !important;
    line-height: 1.3;
}

.bt-fc-desc {
    font-size: 17px !important;
    line-height: 28px !important;
    color: #777777;
    margin: 0;
}

.bt-feature-card-wrap {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bt-feature-card-wrap.bt-animated {
    opacity: 1;
    transform: translateY(0);
}

.elementor-column:nth-child(2) .bt-feature-card-wrap {
    transition-delay: 0.15s;
}

.elementor-column:nth-child(3) .bt-feature-card-wrap {
    transition-delay: 0.30s;
}

.elementor-editor-active .bt-feature-card-wrap {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.bt-typed-wrap {
    display: block;
    line-height: 1.4;
}

.bt-typed-main {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: bt-blink 0.7s infinite;
    animation: bt-blink 0.7s infinite;
}

@-webkit-keyframes bt-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bt-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.page-id-33 .bt-page-content {
    padding: 0px 0px 60px;
    width: 100vw;
    max-width: 1680px;
    overflow: hidden;
}

.bt-faq-accordion {
    margin: 0;
    padding: 0;
}

.bt-faq-item {
    position: relative;
    padding-bottom: 5px;
}

.bt-faq-question {
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 22px;
    padding: 12px 25px 11px;
    position: relative;
    color: #777777 !important;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    user-select: none;
}

.bt-faq-item:not(.bt-faq-open) .bt-faq-question,
.bt-faq-item:not(.bt-faq-open) .bt-faq-question .bt-faq-question-text {
    color: #77BF4F !important;
}

.bt-faq-item:not(.bt-faq-open) .bt-faq-question .bt-faq-icon,
.bt-faq-item:not(.bt-faq-open) .bt-faq-question i,
.bt-faq-item:not(.bt-faq-open) .bt-faq-question svg {
    color: #77BF4F !important;
}

.bt-faq-item:not(.bt-faq-open) .bt-faq-question svg path {
    fill: #77BF4F;
}

.bt-faq-question .bt-faq-icon,
.bt-faq-question i,
.bt-faq-question svg {
    color: #cccccc;
    font-size: 16px;
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    margin-right: 12px;
    flex-shrink: 0;
    transition: color 0.2s;
}

.bt-faq-question-text {
    flex: 1;
}

.bt-faq-toggle-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-faq-toggle-icon::before,
.bt-faq-toggle-icon::after {
    content: '';
    position: absolute;
    background: #aaaaaa;
    transition: background 0.2s, transform 0.2s, opacity 0.2s;
}

.bt-faq-toggle-icon::before {
    width: 10px;
    height: 2px;
}

.bt-faq-toggle-icon::after {
    width: 2px;
    height: 10px;
}

.bt-faq-item.bt-faq-open .bt-faq-question {
    background: #77bf4f !important;
    border-color: #77bf4f !important;
    color: #ffffff !important;
}

.bt-faq-item.bt-faq-open .bt-faq-question .bt-faq-icon,
.bt-faq-item.bt-faq-open .bt-faq-question i,
.bt-faq-item.bt-faq-open .bt-faq-question svg,
.bt-faq-item.bt-faq-open .bt-faq-question .bt-faq-question-text {
    color: #ffffff !important;
}

.bt-faq-item.bt-faq-open .bt-faq-toggle-icon::before,
.bt-faq-item.bt-faq-open .bt-faq-toggle-icon::after {
    background: #ffffff;
}

.bt-faq-item.bt-faq-open .bt-faq-question .bt-faq-icon path {
    fill: #ffffff;
}

.bt-faq-item.bt-faq-open .bt-faq-toggle-icon::after {
    opacity: 0;
    transform: rotate(90deg);
}

.bt-faq-answer-wrap {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

.bt-faq-answer {
    border-top: none;

    background: #ffffff;
    color: #777777;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.9;
}

.bt-faq-answer p {
    font-size: 17px;
    padding: 17px 25px 20px;
}

.bt-faq-answer p:last-child {
    margin-bottom: 0;
}

.bt-faq-item:not(.bt-faq-open) .bt-faq-question:hover {
    border-color: #77bf4f;
    color: #555555;
}

.elementor-editor-active .bt-faq-answer-wrap {
    max-height: 500px !important;
}

.js-wpv-view-layout {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.js-wpv-view-layout #OverviewTable {
    width: 100%;
}

.page-id-694 .bt-page-content {
    line-height: 30px;
    color: #324545;
    font-size: 24px;
    margin-top: 30px;
}

.page-id-694 .bt-page-content .row h3 {
    line-height: 30px;
    color: #324545;
    font-size: 24px;
    width: 100%;
}

.page-id-694 .cred-user-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.page-id-694 .bt-page-content .row h3 {
    line-height: 30px;
    color: #324545;
    font-size: 24px;
    width: 100%;
}

.page-id-1055 .bt-page-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px 60px;
}

.page-id-1055 form#cred_user_form_1054_1,
.page-id-1055 form#cred_user_form_1054_0 {
    width: 100%;
    max-width: 400px;
}

.page-id-1055 .cred-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 6px;
}

.page-id-1055 input[type="password"] {
    width: 100%;
    border: 1.5px solid #d4dce4;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    margin-bottom: 14px;
}

.page-id-1055 input[type="password"]:focus {
    border-color: #77bf4f;
    box-shadow: 0 0 0 3px rgba(119, 191, 79, 0.18);
    outline: none;
    background: #ffffff;
}

.page-id-1055 .cred-field {
    margin-bottom: 6px;
}

.page-id-1055 .submit,
.page-id-1055 input[type="submit"],
.page-id-1055 input.submit {
    display: block !important;
    width: 100% !important;
    background: #77bf4f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: background 0.15s !important;
    text-align: center !important;
    font-family: inherit !important;
}

.page-id-1055 .submit:hover,
.page-id-1055 input[type="submit"]:hover,
.page-id-1055 input.submit:hover {
    background: #5ea33a !important;
}

.page-id-1055 .cred-form-message,
.page-id-1055 #cred_user_form_1054_1 .cred-message,
.page-id-1055 #cred_user_form_1054_0 .cred-message {
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 13px;
    text-align: center;
}

.page-id-142 .bt-page-content {
    padding: 30px 20px 60px;
}

.page-id-142 .bt-page-content .cred-header h3 {
    background-color: #363f48;
    color: #fff;
    padding: 6px 0px 6px 10px;
    border-radius: 4px;
    margin-bottom: 2%;
    font-size: 24px;
}

.page-id-142 .bt-page-content .cred-label {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.page-id-142 .bt-page-content .cred-field {
    margin-bottom: 20px;
}

.page-id-142 .bt-page-content .js-wpt-field-items ul.wpt-form-set {
    display: flex;
    padding: 0;
    gap: 20px;
}

.bt-submenu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;

    margin: 2.4% 0 0;
    padding: 0 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.bt-sub-arrow {
    display: block;
    transition: transform 0.2s ease;
    opacity: 0.7;
}

@media (max-width: 768px) {

    .bt-submenu-toggle {
        display: flex;
    }

    ul.bt-nav-list li ul.sub-menu {
        display: none !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        border: none !important;
        border-top: none !important;
        box-shadow: none !important;
        background: #111111 !important;
        padding: 0 !important;
        min-width: 0 !important;
        z-index: auto !important;
        width: 100% !important;
    }

    ul.bt-nav-list li.bt-submenu-open>ul.sub-menu {
        display: block !important;
    }

    ul.bt-nav-list li ul.sub-menu li a {
        padding: 11px 20px 11px 36px !important;
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.75);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
        letter-spacing: 0.3px !important;
    }

    ul.bt-nav-list li ul.sub-menu li:last-child a {
        border-bottom: none !important;
    }

    .bt-submenu-open .bt-sub-arrow {
        transform: rotate(180deg);
        opacity: 1;
    }

    ul.bt-nav-list li.menu-item-has-children {
        position: relative;
    }

    ul.bt-nav-list li.menu-item-has-children>a {
        padding-right: 50px !important;
    }
}

form#cred_user_form_1054_1,
form#cred_user_form_1054_0 {
    background: #f4f6f5;
    border-radius: 15px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 40px;
    margin: 30px auto;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
}

form#cred_user_form_1054_1 .cred-label,
form#cred_user_form_1054_0 .cred-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 6px;
}

form#cred_user_form_1054_1 input[type="password"],
form#cred_user_form_1054_0 input[type="password"],
form#cred_user_form_1054_1 input[type="text"],
form#cred_user_form_1054_0 input[type="text"] {
    width: 100%;
    border: 1.5px solid #d4dce4;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 16px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

form#cred_user_form_1054_1 input[type="password"]:focus,
form#cred_user_form_1054_0 input[type="password"]:focus {
    border-color: #77bf4f;
    box-shadow: 0 0 0 3px rgba(119, 191, 79, 0.18);
    outline: none;
}

form#cred_user_form_1054_1 input[type="submit"],
form#cred_user_form_1054_0 input[type="submit"],
form#cred_user_form_1054_1 .submit,
form#cred_user_form_1054_0 .submit {
    display: block !important;
    width: 100% !important;
    background: #77bf4f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    margin-top: 8px !important;
    transition: background 0.15s !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}

form#cred_user_form_1054_1 input[type="submit"]:hover,
form#cred_user_form_1054_0 input[type="submit"]:hover {
    background: #5ea33a !important;
}

.page-id-641 form.wpv-filter-form {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-641 .bv-apron-grid {
    padding: 0 0px 40px;
}

.page-id-641 .js-wpv-view-layout-630-TCPID641>h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.page-id-641 .js-wpv-view-layout-630-TCPID641>h1 span {
    font-weight: 700;
}

.bt-page-content.single-apron-wrap {
    max-width: 1200px;
}

.bt-page-content.single-apron-wrap .claim-apron {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.bt-page-content.single-apron-wrap .claim-apron .cred-form {
    max-width: 100%;
    width: 100%;
}

.bt-page-content.single-apron-wrap .claim-apron .cred-group {
    margin-bottom: 20px;
}

.bt-page-content.single-apron-wrap .cred-group-Apron-Details .cred-header h3 {
    font-size: 24px;
    font-weight: 700;
    background-color: #324545;
    margin: 0 0 20px;
    line-height: 30px;
    color: #fff;
    padding: 6px 0px 6px 10px;
    border-radius: 4px;
}

.single-apron h1 {
    text-align: left;
}

body.postid-48848.views-template-single-apron-view.single-apron .single-apron-wrap .card-grid {
    width: 260px !important;
    min-height: 546px !important;
}

body.postid-45705.views-template-single-apron-view.single-apron .single-apron-wrap .claim-apron-nl .card-grid {
    width: 260px !important;
    min-height: 340px !important;
}

body.postid-48848.views-template-single-apron-view.single-apron .cred-field-post_title {
    color: #324545 !important;
    margin-bottom: 20px !important;
}

body.postid-48848.views-template-single-apron-view .bt-page-content.single-apron-wrap .claim-apron .cred-form {
    max-width: 100%;
    margin-top: 20px;
    width: auto;
    border-radius: 4px;
}

body.views-template-single-apron-view .bt-page-content.single-apron-wrap .notlogin {
    align-items: center;
}