
@import url("/wp-content/themes/novaride-child/icons/flaticon/flaticon.css");

:root {
    --primary: #0073F0;
    --secondary: #FFF8F6;
    --primary-hover: #004ea2;
    --primary-dark: #0a0418;
    --rgba-primary-1: rgba(64, 24, 157, 0.1);
    --rgba-primary-2: rgba(64, 24, 157, 0.2);
    --rgba-primary-3: rgba(64, 24, 157, 0.3);
    --rgba-primary-4: rgba(64, 24, 157, 0.4);
    --rgba-primary-5: rgba(64, 24, 157, 0.5);
    --rgba-primary-6: rgba(64, 24, 157, 0.6);
    --rgba-primary-7: rgba(64, 24, 157, 0.7);
    --rgba-primary-8: rgba(64, 24, 157, 0.8);
    --rgba-primary-9: rgba(64, 24, 157, 0.9);
    --bs-blue: #5e72e4;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #EE3232;
    --bs-orange: #ff9900;
    --bs-yellow: #FFFA6F;
    --bs-green: #297F00;
    --bs-teal: #20c997;
    --bs-cyan: #3065D0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0073F0;
    --bs-secondary: #FFF8F6;
    --bs-success: #1BD084;
    --bs-info: #48A9F8;
    --bs-warning: #FE8024;
    --bs-danger: #FF6746;
    --bs-light: #babbbf;
    --bs-dark: #B1B1B1;    
    --bs-success-rgb: 27, 208, 132;
    --bs-info-rgb: 72, 169, 248;
    --bs-warning-rgb: 254, 128, 36;
    --bs-danger-rgb: 255, 103, 70;
    --bs-light-rgb: 186, 187, 191;
    --bs-dark-rgb: 177, 177, 177;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 126, 126, 126;
    --bs-body-bg-rgb: 242, 242, 242;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto, sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #7e7e7e;
    --bs-body-bg: #F2F2F2;
}
.card {
    margin-bottom: 1.875rem;
    background-color: #FFF8F6;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    height: calc(100% - 30px);
    display: flex;
    min-width: 0;
    flex-direction: column;
    word-wrap: normal;
    background-clip: border-box;
	border: 1px #CDCDCD solid;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primary {
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
}
.card-body.pad5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-body {
    padding: 1.875rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.media {
    display: flex
;
    align-items: flex-start;
}
.align-items-center {
    align-items: center !important;
}
.before_no.one {
    padding-left: 0;
}
.before_no {
    margin-top: -10px;
    position: relative;
    line-height: 1.4 !important;
    text-align: center !important;
}
.fs-16 {
    font-size: 16px !important;
    line-height: 1.5;
}
.text-white {
    color: rgba(var(--bs-white-rgb), 1) !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.before_no:before {
    position: relative;
    left: auto;
    top: 11px;
    content: 'Step 1';
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    width: 40px;
    text-align: center;
    margin-right: 20px;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}
.card-header {
    border-color: var(--secondary);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    position: relative;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-header .card-title.full-width {
    max-width: 100%;
}
.card-header .card-title {
    margin-bottom: 0rem;
    float: left;
    line-height: 1;
    font-size: 18px;
    font-size: 1.25rem;
    font-weight: 500;
    color:var(--primary);
    text-transform: capitalize;
}
.new_search {
    position: relative;
    float: right;
    width: 140px;
    position: absolute;
    top: 16px;
    right: 15px;
    padding: 0;
    height: auto;
}
.card-header .search {
    background-color: #fff;
    color: #251e35;
    border-color: #251e35;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary);
    background-clip: padding-box;
    border: 1px solid #f0f1f5;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.new_search input {
    float: left;
    width: 100%;
    padding: 5px 32px 5px 10px;
    height: auto;
}
.input-rounded {
    border-radius: 0.4em;
}
.max-500 {
}
.card-body {
    padding: 1.875rem;
    flex: 1 1 auto;
}
.vehicle-type > span, .vehicle-manufacturer > span, .vehicle-model > span, .vehicle-spec > span {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 0 10px;
}

.card-header .search {
    background-color: #fff;
    color: #251e35;
    border-color: #999;
}

.new_search {
    position: relative;
    float: right;
    width: 140px;
    position: absolute;
    top: 16px;
    right: 15px;
    padding: 0;
    height: auto;
}

.new_search.long {
    width: 300px;
}

.new_search input {
    float: left;
    width: 100%;
    padding: 5px 32px 5px 10px;
    height: auto;
}

.new_search span {
    position: absolute;
    right: 0;
    width: 32px;
    height: 100%;
    background: transparent;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.new_search.active:after {
    content: 'x';
    position: absolute;
    right: 15px;
    color: #0073F0;
    top: 4px;
    opacity: 0;
    z-index: 1;
}

.card-body.pad25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.card-body.pad5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.longenough {
    height: 170px;
    overflow: auto;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.longenough2 {
    height: 290px;
    overflow: auto;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.before_no {
    margin-top: -10px;
    position: relative;
    line-height: 1.4 !important;
    text-align: center !important;
}

.before_no.one {
    padding-left: 0
}

.before_no:before {
    position: relative;
    left: auto;
    top: 11px;
    content: 'Step 1';
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    width: 40px;
    text-align: center;
    margin-right: 20px;
}

.page-template-getting-results #preloader {
    z-index: 999999999999999999999999999999999999999999999999;
}

table.simpleTable {
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px 0;
}

table.simpleTable td {
    padding: 10px;
    text-align: left;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
    width: 9%;
}

table.simpleTable tr:first-child td {
    font-weight: 600;
}

table.simpleTable tr:last-child td {
    font-weight: 600;
}

table.simpleTable td strong {
    font-weight: 600;
}

table.simpleTable tr:first-child td {
    background-color: #f9f9f9;
}

table.simpleTable tr td:first-child {
    background-color: #f9f9f9;
    width: 29%;
}

.before_no.two:before {
    content: 'Step 2';
}

.before_no.three:before {
    content: 'Step 3';
}

#spec_box .max-500 .innner {
    height: 290px;
}

.max-500 .innner::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 0 !important;
}

.max-500 .innner::-webkit-scrollbar:vertical {
    width: 11px;
    border-radius: 0 !important;
}

.max-500 .innner::-webkit-scrollbar:horizontal {
    height: 11px;
    border-radius: 0 !important;
}

.max-500 .innner::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    border: none;
    /* should match background, can't be transparent */
    background-color: var(--primary);
}

.new_search.active:after {
    opacity: 1;
    cursor: pointer;
}

.table td.spec-name {
    padding: 12px 30px 12px 9px;
    position: relative;
    cursor: pointer;
}

.pricing-plan.disabled {
    position: relative;
}

.modal-backdrop {
    z-index: -101111111 !important;
}

body .modal {
    z-index: 101010101011101010101011 !important;
}

.pricing-plan.disabled:after {
    content: none;
}

.is_dummy {
    display: none !important;
}

.not_dummy {
    display: block !important;
}

.disabled .is_dummy {
    display: block !important;
}

.disabled .not_dummy {
    display: none !important;
}

.btn-close {
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    color: #fff !important;
    background: none !important;
    opacity: 1 !important;
}

h5.modal-title {
    font-size: 30px;
}

.modal-body .wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.modal-body p,
.modal-body label {
    font-size: 14px;
    color: #fff;
}

.wpcf7-list-item a {
    text-decoration: underline;
}

.modal-header .btn-close {
    margin: 0;
    outline: none;
    appearance: none;
}

body.home {
    opacity: 0;
    transition: ease opacity 300ms;
    -webkit-transition: ease opacity 300ms;
}

.modal {
    z-index: 10551055 !important;
}

#new_pricing_area {
    margin: 0 0 30px 0;
}

#new_pricing_area * {
    box-sizing: border-box;
}

#new_pricing_area .panel {
    background-color: transparent;
    border-radius: 0.625rem;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

#new_pricing_area .pricing-table {
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    #new_pricing_area .pricing-table {
        flex-direction: row;
    }
}

#new_pricing_area .pricing-table * {
    text-align: center;
    text-transform: uppercase;
	color: #000;
}

#new_pricing_area .pricing-table .modal * {
    color: #fff;
}

#new_pricing_area .pricing-table .modal h5 strong {
    display: block;
}

#new_pricing_area .pricing-table .modal h5 {
    text-align: left;
    line-height: 1;
}

#new_pricing_area .pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

#new_pricing_area .pricing-plan:last-child {
}
.pricing-plan.price_4 {
  margin-right: 0px !important;
}
.matchedHeight {
    width: 100%;
}

@media (min-width: 900px) {
    #new_pricing_area .pricing-plan {
        border-bottom: none;
        border: none;
        flex-basis: 100%;
        padding: 25px 25px;
        background-color: #FFF8F6;
        border-radius: 0.625rem;
        overflow: hidden;
        margin: 10px;
		border: 1px #CDCDCD solid;
    }

    #new_pricing_area .pricing-plan:nth-of-type(1) {
        margin-left: 0;
    }

    #new_pricing_area .pricing-plan:nth-of-type(4) {
        margin-right: 0;
    }

    #new_pricing_area .pricing-plan:last-child {
    }
}

#new_pricing_area .pricing-img {
    margin: 0 auto;
    max-width: 100%;
    width: 150px;
}

#new_pricing_area .pricing-header {
    color: var(--primary) !important;
    font-weight: 600;
    letter-spacing: 1px;
}

#new_pricing_area .price_1 .pricing-header,
#new_pricing_area .price_1 .pricing-price {
    color: #a3a8ad !important;
}

#new_pricing_area .price_1 ul li:first-child {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

#new_pricing_area .price_2 .pricing-header,
#new_pricing_area .price_2 .pricing-price {
    color: #e7a654 !important;
}

#new_pricing_area .price_2 .pricing-button.is-featured {
    background-color: #e7a654 !important;
    border-color: #e7a654 !important;
}

#new_pricing_area .price_2 ul li:first-child {
    background-color: #e7a654 !important;
    border-color: #e7a654 !important;
    color: #fff !important;
}

#new_pricing_area .price_3 .pricing-header,
#new_pricing_area .price_3 .pricing-price {
    color: #0073F0 !important;
}

#new_pricing_area .price_3 .pricing-button.is-featured {
    background-color: #0073F0 !important;
    border-color: #0073F0 !important;
}

#new_pricing_area .price_3 ul li:first-child {
    background-color: #0073F0 !important;
    border-color: #0073F0 !important;
    color: #fff !important;
}

#new_pricing_area .price_4 .pricing-header,
#new_pricing_area .price_4 .pricing-price {
    color: #000 !important;
}

#new_pricing_area .price_1 ul li strong,
#new_pricing_area .price_2 ul li strong,
#new_pricing_area .price_3 ul li strong,
#new_pricing_area .price_4 ul li strong {
    color: #fff !important;
}

#new_pricing_area .price_4 .pricing-button.is-featured {
    background-color: #000 !important;
    border-color: #000 !important;
}

#new_pricing_area .price_4 ul li:first-child {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

#new_pricing_area ul {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 25px;
    padding-left: 0;
    min-height: 375px;
}
@media screen and (max-width:1100px){
	#new_pricing_area ul { min-height: unset;}
}

#new_pricing_area ul li {
    border-top: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0;
    color: #000000;
    list-style: disc;
    list-style-position: inside;
}

#new_pricing_area .price_1 ul li:last-child {
    border-top: 1px solid #fff;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.5;
    color:#000000;
    list-style: disc;
    list-style-position: inside;
}

#new_pricing_area .pricing-header strong {
    display: block;
    font-size: 14px;
    background: #e7a654;
    width: max-content;
    margin: 10px auto;
    color: #fff;
    padding: 10px 20px;
}

#new_pricing_area ul li:nth-of-type(1),
#new_pricing_area ul li:nth-of-type(2),
#new_pricing_area ul li:nth-of-type(3) {
    border-top: 1px solid var(--primary);
}

#new_pricing_area ul li:nth-of-type(1),
#new_pricing_area ul li:nth-of-type(2) {
    list-style: none !important;
}

#new_pricing_area ul li:nth-of-type(2) {
    border-top: 1px solid #fff;
    padding: 15px 0;
}

#new_pricing_area ul li:nth-of-type(3) {
    padding-top: 20px;
}

#new_pricing_area ul li strong {
    font-weight: 600;
}

#new_pricing_area ul li:first-child {
    font-size: 15px;
    line-height: 1.3;
    padding: 20px 20px;
}

#new_pricing_area ul li:last-child {
    border-top: none;
    border-bottom: 1px solid var(--primary);
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0 20px;
}

#new_pricing_area .terms {
    border-top: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0;
    color: var(--primary) !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#new_pricing_area .pricing-price strong {
    border-top: none;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0;
    color: var(--primary) !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

#new_pricing_area .pricing-price {
    color: #5e3486;
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

#new_pricing_area .pricing-button {
    border: 1px solid #5e3486;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 25px 0 0;
    padding: 15px 15px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    width: 100%;
}

.navbar-nav.header-right {
    position: relative;
}



@media all and (max-width:1300px) {

    #new_pricing_area .pricing-button {
        font-size: 12px;
    }


}


@media all and (max-width:1200px) {

    .navbar-nav.header-right:before {
        left: -60px;
    }
}

#new_pricing_area .pricing-button:hover,
#new_pricing_area .pricing-button:focus {
    background-color: #5e3486;
}

#new_pricing_area .pricing-button.is-featured {
    background-color: #5e3486;
    color: #fff;
}

#new_pricing_area .pricing-button.is-featured:hover,
#new_pricing_area .pricing-button.is-featured:active {
    background-color: #5e3486;
    opacity: 0.7;
}

.role-administrator .wrap_left {
    float: left;
    width: 100%;
    margin-right: 0;
}

.role-administrator .swpm-login-widget-form {
    display: none !important;
}

@media all and (max-width:1100px) {

    #new_pricing_area .pricing-table {
        flex-direction: column;
        background-color: transparent;
        border-radius: none;
        padding: 0;
        position: relative;
        width: 100%;
        box-shadow: none;

    }

    #new_pricing_area .pricing-plan {
        box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
        margin: 0 0 30px 0;
        background-color: #fff;
        border-radius: 0.625rem;
        padding: 45px 45px;
        position: relative;
        width: 100%;
    }

    #new_pricing_area .pricing-button {
        font-size: 16px;
    }

}

@media all and (max-width:850px) {

    .menu-toggle .deznav .metismenu > li span {
        display: inline-block !important;
    }

    [data-sidebar-style="mini"] .deznav .metismenu > li span {
        display: none;
    }

    .brand-logo img.logo_1 {
        display: none;
    }

    .brand-logo img.logo_2 {
        display: block;
    }

    .menu-toggle .brand-logo img,
    .brand-logo img {
        width: 50px;
        margin: 0px 0 0 0px;
    }

    .menu-toggle .brand-logo img.logo_2 {
        display: block;
    }

    .card-header .card-title {
        line-height: 1.2;
        font-size: 15px;
        max-width: 70%;
    }

    #spec_box .card-header .card-title {
        max-width: 50%;
    }

    .new_search {
        top: 10px;
    }

    .new_search.long {
        width: 140px;
        top: 22px;
    }

    .swpm-login-widget-logged {
        width: 100%;
    }

    .wrap_left {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    h1,
    .h1 {
        font-size: 20px;
    }

    .before_no.one, .before_no.two, .before_no.three {
        padding-left: 0;
        padding-top: 70px;
    }

    .before_no:before {
        position: absolute;
        left: 0;
        top: 10px;
        content: 'Step 1';
        color: #fff;
        font-size: 38px;
        font-weight: 700;
        width: auto;
        text-align: center;
        margin-right: 20px;
        width: 100%;
    }

}
.choice-container .checked {
    color: #ffffff;
    background: #F08500;
    padding: 0 10px;
    border-radius: 0.4em;
}
.choice-container .checked::after {
    font-family: Flaticon;
    font-style: normal;
    content: "\f246";
    float: right;
    margin-right: 10px;
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    text-align: center;
    z-index: 9;
    display: none;
}

.home .overlay {
    display: block;
}

.overlay {
    display: none !important;
}

.overlay_2 {
    display: none !important;
}

.overlay h3 {
    font-size: 16px;
    white-space: nowrap;
    display: none;
    margin: -10px 0 20px 0;
    clear: both;
    line-height: 1;
}

.overlay a .btn {
    padding: 10px 30px;
    border-radius: 0.625rem;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 10px 0;
    clear: both;
}

.overlay a {
    display: none;
}

.overlay_2 {}

.txt-v {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text-primary.d-inline.introduction {
    text-align: center;
}

.table .btn {
    padding: 10px 30px;
    border-radius: 60px;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 10px 0;
}

.table .btn.disabled {
    opacity: 0.2;
    cursor: default;
}

#checkyour-spec-form .table tbody tr td {
    font-size: 12px;
    color:var(--primary);
}

#checkyour-spec-form .table tbody tr.top td {
    font-size: 13px;
}

#checkyour-spec-form .table tbody tr.bottom td:first-child,
#checkyour-spec-form .table tbody tr.bottom td:first-child strong {
    font-size: 14px;
    font-weight: 600
}

.table strong,
.table {
    color: #fff;
}

#checkyour-spec-form .table tbody tr td {
    width: 9%;
}

#checkyour-spec-form .table tbody tr td:nth-of-type(1) {
    width: 28%;
}




#checkyour-spec-form .card.light {
    background-color: transparent;
    box-shadow: none;
}

#checkyour-spec-form .card.light .card-body {
    padding: 0;
}
.elementskit-infobox .elementskit-info-box-icon :is(i, svg) {
  font-size: 62px;
  z-index: 100;
}

.elementor-widget-image a img[src$=".svg"] {
  width: 265px;
}
.card-body {
  color: #000!important;
}




#checkyour-spec-form .table tbody tr td.spec-name {
    background-color: var(--primary-hover);
	color:#ffffff;
}
#checkyour-spec-form .table tbody tr.top td:first-child,
#checkyour-spec-form .table tbody tr.top td:nth-of-type(even),
#checkyour-spec-form .table tbody tr.top td:nth-of-type(odd),
#checkyour-spec-form .table tbody tr.bottom td:first-child,
#checkyour-spec-form .table tbody tr.bottom td:nth-of-type(even),
#checkyour-spec-form .table tbody tr.bottom td:nth-of-type(odd){
    background-color: #000!important;
	color:#ffffff;
	font-weight: bold;
}

#checkyour-spec-form .table tbody tr.bottom td span::after{
	background-color: #000!important;
  color: #ffffff;
}
#checkyour-spec-form .table tbody tr td:nth-of-type(even) {
    background-color: #00b307;
	color:#ffffff;
}

#checkyour-spec-form .table tbody tr.used td:nth-of-type(even) {
    background-color: #2e77df;
	color:#ffffff;
}

#checkyour-spec-form .table tbody tr td:nth-of-type(2) {
    background-color: var(-primary-hover);
	color:#ffffff;
}


#checkyour-spec-form .table tbody tr td.spec-name::after {
  content: "x";
  float: right;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#checkyour-spec-form #snapshot .table tbody tr.top td:first-child,
#checkyour-spec-form #snapshot .table tbody tr.top td:nth-of-type(even),
#checkyour-spec-form #snapshot .table tbody tr.top td:nth-of-type(odd),
#checkyour-spec-form #snapshot .table tbody tr.bottom td:first-child,
#checkyour-spec-form #snapshot .table tbody tr td.spec-name {
    background-color: #f1f1f1;
}

#checkyour-spec-form .table tbody tr.top td,
#checkyour-spec-form .table tbody tr.top td strong {
    font-weight: 600 !important;
}
.btn-primary {
    border-color: var(--primary);
    background-color: var(--primary);
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
}
#checkyour-spec-form .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color:transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent;
}
#results-table thead .btn {
    float: left;
    margin: 0 10px 10px 0;
    animation: glowing 2000ms infinite;    
	background:#00b307;
    color: white;
	    border: 0px solid #00b307;

}
#results-table thead .btn:hover, #results-table thead #future-tab.btn.active {
	background:#00b307;
	    border: 0px solid #00b307;
	opacity:0.8;

}
#results-table thead #future-tab.btn{
	background-color:#00b307;
}
#results-table thead #used-tab.btn{
	background-color:#2e77df;
}
#results-table thead #used-tab.btn.active {
    background-color:#2e77df;
    border: 0px solid #2e77df;
	color: white;
}
#results-table thead #used-tab.btn.active:hover {
		background:#2e77df;
		opacity:0.8;
}
h2.pricing-header {
    box-sizing: border-box;
    color: rgb(163, 168, 173);
    display: block;
    font-family: poppins, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26.4px;
    text-align: center;
    text-size-adjust: 100%;
    text-transform: uppercase;
    margin: 1rem;
}
#new_pricing_area .pricing-table * span {
  color: #fff;
}
.matchedHeight p {
    display: flex;
    min-height: 85px;
    justify-content: center;
    align-items: center;
}
.header-modal {
	background:var(--primary-hover);
}
.modal-content {
    background: var(--primary-hover);
}
.btn-primary {
    border-color: var(--secondary);
    background-color: var(--secondary);
}
.btn {
    padding: 0.938rem 1.5rem;
    border-radius: 0.625rem;
    font-weight: 400;
    font-size: 1rem;
}
.modal-backdrop.show {opacity:0;}
#new_pricing_area .pricing-table .modal button {
    border-color: var(--primary);
    background-color: var(--primary);
}
#new_pricing_area .pricing-table .modal * {    font-family: 'poppins', sans-serif;}
#checkyour-spec-form .table tbody tr td span { position: relative; line-height: 10px;}
#checkyour-spec-form .table tbody tr.used td.c-2 span:after,
#checkyour-spec-form .table tbody tr.used td.c-3 span:after, 
#checkyour-spec-form .table tbody tr.used td.c-4 span:after, 
#checkyour-spec-form .table tbody tr.used td.c-5 span:after, 
#checkyour-spec-form .table tbody tr.used td.c-6 span:after, 
#checkyour-spec-form .table tbody tr.used td.c-7 span:after, 
#checkyour-spec-form .table tbody tr.used td.c-8 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-2 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-3 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-4 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-5 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-6 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-7 span:after, 
#checkyour-spec-form .table tbody tr.future td.c-8 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-2 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-3 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-4 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-5 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-6 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-7 span:after, 
#checkyour-spec-form .table tbody tr.used td.t-8 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-2 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-3 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-4 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-5 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-6 span:after, 
#checkyour-spec-form .table tbody tr.future td.t-7 span:after , 
#checkyour-spec-form .table tbody tr.future td.t-8 span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
	color:#ffffff;
    content: 'XXX';
	padding: 5px;
}
#checkyour-spec-form .table tbody tr.used td span:after, #checkyour-spec-form .table tbody tr.future td span:after  {
    display: none;
}