body {
    font-family: 'Rubik', sans-serif;
    color: #4f5c65;
    font-size: 16px;
    line-height: 24px;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 238, 241, 0.81)), to(rgba(233, 238, 241, 0.91))), url(../images/paperdesign.jpg);
    background-image: linear-gradient( 180deg, rgba(233, 238, 241, 0.81), rgba(233, 238, 241, 0.91)), url(../images/paperdesign.jpg);
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover; */
    background-color: #e9ecef8a;
}

h2 {
    color: #3cba58;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.header-info {
    text-align: right;
}

.lead {
    font-size: 20px;
    font-weight: 500;
}

.fine-print {
    font-size: .6rem;
    line-height: .7rem;
}

.attributes li {
    text-align: right;
    font-weight: 500;
}

.values li {
    text-align: left;
}

.attributes,
.values {
    line-height: 1.25em;
    font-size: 12px;
}

.invoice-header {
    font-size: .75em;
}

.invoice-header p {
    line-height: 1.25em;
    margin-bottom: 0;
}

.fw-500 {
    font-weight: 500;
}

.light-grey-bg {
    background-color: rgba(0, 0, 0, .03);
}

.form-label {
    display: none;
}


/* Primary Color Override */

.bg-primary {
    background-color: #3cba58!important;
}

.border-primary {
    border-color: #3cba58!important;
}

.btn-primary {
    color: #fff;
    background-color: #3cba58;
    border-color: #3cba58;
}

.btn-primary:hover {
    color: #fff;
    background-color: #32a74c;
    border-color: #32a74c;
}

.btn-outline-primary {
    color: #3cba58;
    border-color: #3cba58;
    background-color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3cba58;
    border-color: #3cba58;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #3cba58;
    border-color: #3cba58;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3cba58;
    border-color: #3cba58;
}


/* Fake image */

.svg-icon {
    width: 50%;
    padding-top: 10%;
}

.radio-image {
    background: #fff;
    height: 100%;
}

.radio-image-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0;
    padding: 7% 4% 10%;
}


/* Border around radio when selected */

.custom-control input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label {
    border: 3px solid #3cba58;
    border-radius: 2.5px;
    height: 100%;
}


/* Hide no quote price default */

#no-quote-price {
    display: none;
}

.variants {
    display: none;
}

.tax-exempt-filename {
    display: none;
}

.remove-tax-form {
    display: none;
}


/* Table Override */

.table {
    --bs-table-striped-color: #4f5c65;
    --bs-table-active-color: #4f5c65;
    --bs-table-hover-color: #4f5c65;
    color: #4f5c65;
    font-size: 12px;
    border-color: transparent;
}

th {
    font-weight: 500;
}

.table-sm>:not(caption)>*>* {
    padding: .125rem .25rem;
}


/* Hide/show mobile attributes */

.mobile-attribute-hide {
    display: flex;
}

.mobile-attribute-show {
    display: none;
}

#selected-pages-error {
    display: none;
}

.range-error {
    margin-bottom: -21px;
    margin-top: -3px;
    font-size: 10px;
    color: #dd0000;
}

@media (max-width:767px) {
    .mobile-attribute-hide {
        display: none;
    }
    .mobile-attribute-show {
        display: flex;
    }
}


/* Mobile responsiveness */

@media (max-width:1399px) {
    .mobile-attributes {
        display: none;
    }
    .form-label {
        font-size: 15px;
    }
}

@media (max-width:1199px) {
    .form-label {
        font-size: 12px;
    }
}

@media (max-width:990px) {
    .form-label {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .form-label {
        font-size: 14px;
    }
    .radio-image-name {
        font-size: 24px;
        line-height: 1em;
    }
    .custom-radio-size {
        flex: 0 0 auto;
        width: 33%;
    }
}

@media (max-width:575px) {
    .form-label {
        font-size: 16px;
    }
    .radio-image-name {
        font-size: 16px;
        line-height: 1.125em;
    }
    .header-info {
        text-align: left;
        margin-top: 1rem;
    }
}