
/* MemberPress  */

.mp_wrapper {
    position: relative;
}

.mepr-account-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 100px;
}

.mepr-account-wrap .mp_wrapper,
.mepr-account-wrap .mepr-vehicles_2-wrapper,
.mepr-account-wrap .mepr-insurance_deductible_processing_form-wrapper,
.mepr-account-wrap .mepr-request_trade_in_offer-wrapper,
.mepr-account-wrap .mepr-request_buying_service-wrapper,
.mepr-account-wrap .mp-wrapper,
.mepr-account-wrap .mepr-no-active-subscriptions,
.mepr-account-wrap .mepr-settings-wrapper,
.mepr-account-wrap .mepr-customer_enrollment_form-wrapper {
    width: 100%;
}

.mepr-account-wrap .mp_wrapper:first-child {
    max-width: 100%;
}

.mepr-account-wrap .mp_wrapper:last-child,
.mepr-account-wrap .mepr-request_trade_in_offer-wrapper,
.mepr-account-wrap .mepr-request_buying_service-wrapper,
.mepr-account-wrap .mp-wrapper,
.mepr-account-wrap .mepr-no-active-subscriptions,
.mepr-account-wrap .mepr-settings-wrapper,
.mepr-account-wrap .no-vehicles {
    max-width: 920px;
    padding: 65px 90px;
    background: #D7DBDC;
    margin: 0 auto;
}

.mp_wrapper.history-tab {
    max-width: 100% !important;
}

.mepr-account-wrap .mepr-vehicles_2-wrapper,
.mepr-account-wrap .mepr-insurance_deductible_processing_form-wrapper,
.mepr-account-wrap .mepr-customer_enrollment_form-wrapper {
    padding: 55px 30px;
    max-width: 920px;
    background: #E8ECEE;
    margin: 0 auto;
}

.mp_wrapper div#mepr-account-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.mp_wrapper div#mepr-account-nav > * {
    margin-right: 10px;
}

.mp_wrapper div#mepr-account-nav > *:last-child {
    margin-right: 0px;
}

span.mepr-nav-item {
    display: flex;
    transition: .4s ease-in-out all;
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
    flex: 1;
    align-items: stretch;
}

span.mepr-nav-item a,
span.mepr-nav-item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    border: 1px solid #fff;
    transition: .4s ease-in-out all;
    display: flex;
    padding: 18px 9px 16px;
    justify-content: center;
    align-items: center;
    flex: 1;
}


span.mepr-nav-item a:after,
span.mepr-nav-item span:after {
    content: '';
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    display: none;
}

/*span.mepr-nav-item.mepr-home a:after,
span.mepr-nav-item.mepr-home span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/home.svg);
}

span.mepr-nav-item.custom-payments a:after,
span.mepr-nav-item.custom-payments span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/subscr.svg);
}

span.mepr-nav-item.mepr-payments a:after,
span.mepr-nav-item.mepr-payments span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/payments.svg);
}

span.mepr-nav-item.custom-vehicles a:after,
span.mepr-nav-item.custom-vehicles span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/car.svg);
}

span.mepr-nav-item.custom-request-trade-in-offer a:after,
span.mepr-nav-item.custom-request-trade-in-offer span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/photo.svg);
}

span.mepr-nav-item.custom-request-buying-service a:after,
span.mepr-nav-item.custom-request-buying-service span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/cart.svg);
}

span.mepr-nav-item.custom-settings a:after,
span.mepr-nav-item.custom-settings span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/settings.svg);
}

span.mepr-nav-item.custom-customer-enrollment-form a:after,
span.mepr-nav-item.custom-customer-enrollment-form span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/customer-enrollment-form.svg);
}

span.mepr-nav-item.custom-insurance-deductible-processing-form a:after,
span.mepr-nav-item.custom-insurance-deductible-processing-form span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/cart.svg);
}

#mepr-account-nav .mepr-nav-item:last-child a:after,
#mepr-account-nav .mepr-nav-item:last-child span:after {
    background-image: url(/wp-content/themes/maxcanvas_child/img/account/logout.svg);
}*/

span.mepr-nav-item:hover,
span.mepr-active-nav-tab {
    background: #D42027;
}

span.mepr-nav-item:hover a,
span.mepr-active-nav-tab a {
    color: #fff;
    border: 1px solid #D42027;
}

span.mepr-nav-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#mepr-account-welcome-message h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    color: #0D0F15;
    margin-bottom: 10px;
}

#mepr-account-welcome-message p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #0D0F15;
    margin: 20px 0 20px;
}

#mepr-account-welcome-message strong {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #0D0F15;
}

#mepr-account-welcome-message em {
    text-decoration-line: underline;
    color: #D42027;
    font-weight: 600;
}

/*#mepr-account-welcome-message .default-btn {
    margin: 35px 0;
}*/

#mepr-account-welcome-message {
    max-width: 540px;
    margin: 0 auto 15px;
}

#mepr_account_form {
    max-width: 540px;
    margin: 15px auto 0;
}

.mp_wrapper .mepr-form .mp-form-row {
    margin-bottom: 17px;
}

.mp_wrapper .mp-form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.mepr-form .mp-form-row input {
    border-radius: 2px;
    border: unset;
    height: 45px;
}

div.mepr-account-change-password {
    display: block;
    max-width: 575px;
    margin: 20px auto 0;
}

div.mepr-account-change-password a {
    color: #0D0F15;
    font-weight: 600;
    font-size: 20px;
    transition: .4s ease-in-out all;
}

div.mepr-account-change-password a:hover {
    color: #D42027;
}

.mp_wrapper table.mepr-account-table {
    background: #fff;
}


/* mepr login */

.page-template-login-register .section-title-and-text .container {
    padding: 72px 50px;
    background: #E8ECEE;
    border-radius: 2px;
    max-width: 920px;
}

.page-template-login-register .section-title-and-text .section-text {
    max-width: 540px;
    margin: 0 auto;
}

.page-template-login-register .section-title-and-text:nth-of-type(2) {
    padding: 0;
}

.page-template-login-register .section-title-and-text:nth-of-type(2) .container {
    background: unset;
    max-width: 540px;
    padding: 0;
}

.page-template-login-register .section-title-and-text:nth-of-type(2) .section-text {
    max-width: unset;
    margin: unset;
}

.page-template-login-register .section-title-and-text .text-wrap {
    max-width: 529px;
    margin: 35px auto 0;
}

.custom-form-footer-wrap {
    display: flex;
    justify-content: space-between;
}

div.mo-openid-app-icons > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #0D0F15;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.mo-openid-app-icons>a>img {
    width: 40px !important;
    max-width: 40px !important;
    height: 55px !important;
    border: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    position: unset !important;
}

a.mo_btn-social.mo_btn-google {
    background: #ffffff !important;
    color: #0D0F15 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.02em !important;
    text-transform: capitalize !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: 100%;
    border: unset;
    padding: 0 !important;
    box-shadow: -1px 4px 20px rgba(34, 34, 34, 0.1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

a.mo_btn-social.mo_btn-google > * {
    margin-right: 15px !important;
}

a.mo_btn-social.mo_btn-google > *:last-child {
    margin-right: 0px !important;
}

/* gravity form */

.gform_wrapper,
.gform_confirmation_wrapper {
    background: #D7DBDC;
    border-radius: 2px;
    padding: 80px 95px;
}

.page-template-login-register .gform_wrapper {
    padding: 0;
} 


.mepr-submit,
.mepr-account-wrap input[type="submit"],
#mepr_loginform input#wp-submit,
input.gform_button[type="submit"],
.form_saved_message input[type="submit"],
#custom_login_form .custom-submit{
    width: 100%;
    line-height: 19px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    Padding: 12px 20px;
    background: #D42027;
    text-align: center;
    display: inline-block;
    border: 1px solid #D42027;
    border-radius: 4px;
    transition: .4s ease-in-out all;
    outline: none;
    cursor: pointer;
    appearance: unset !important;
    -webkit-appearance: unset !important;
}


.mepr-submit:hover,
.mepr-account-wrap input[type="submit"]:hover,
#mepr_loginform input#wp-submit:hover,
input.gform_button[type="submit"]:hover,
.form_saved_message input[type="submit"]:hover,
#custom_login_form .custom-submit:hover {
    background: #B81A21;
    border: 1px solid #B81A21;
}

.mepr-account-wrap .gform_wrapper {
    padding: 0;
}

.mepr-account-wrap form {
    max-width: 575px;
    margin: 0 auto;
}

.mepr-account-wrap .tabs-content-wrap .gform_wrapper {
    padding: 85px 0;
}

.mepr-account-wrap .mepr-vehicles_2-wrapper .gform-body.gform_body {
    max-width: 100%;
}

/*.gform_show_password .dashicons-hidden:before, 
.gform_show_password .dashicons-visibility:before {
    content: "\f530";
    color: #A3A5A7;
}
*/
.gform_title,
.gform_required_legend {
    display: none;
}

body .gform_wrapper.gravity-theme .gf_page_steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    border: unset !important;
    margin-bottom: 50px;
}

.gform_wrapper .gf_page_steps:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #BBC2C6;
    z-index: -1;
}

.gform_wrapper .gf_page_steps .gf_step {
    opacity: 1;
    background: #fff;
    margin: 0 !important;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #0D0F15;
    margin: 0;
}

.gform_wrapper .gf_page_steps .gf_step.gf_step_active,
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
    background: #D42027;
}

.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number,
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
    color: #fff;
}

.gform_wrapper div.gform_page_footer {
    text-align: center;
    border: unset;
}

.mepr-login-form-wrap {
    margin-top: 6px;
    padding-top: 16px;
}

.mepr-login-link a {
    display: inline-block;
}

.gform_page_footer input,
.mepr-login-link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    Padding: 12px 20px;
    background: #D42027;
    text-align: center;
    display: inline-block;
    border: 1px solid #D42027;
    border-radius: 6px;
    transition: .4s ease-in-out all;
    width: 100%;
    cursor: pointer;
    appearance: unset !important;
    -webkit-appearance: unset !important;
}

.gform_wrapper .one-column-wrap span.gform-grid-col {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

body .gform_wrapper.gravity-theme div.page-title-wrap, 
.page-title-wrap .gsection_title {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 800;
    line-height: 1.2;
    color: #0D0F15;
    font-style: normal;
    font-size: 36px;
}

.page-title-wrap.align-left,
.align-left .gsection_title {
    text-align: left;
}

.page-title-wrap .gsection_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
    text-align: center;
}

.align-left .gsection_description {
    text-align: left;
}

.description_above li.page-title-wrap {
    border: unset;
}

.page-title-wrap.small-title,
.small-title .gsection_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.small-title {
    margin-bottom: 0 !important;
}

.gform_wrapper .top_label label.gfield_label.gform-field-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    cursor: pointer;
}

legend.gfield_label.gform-field-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.gform_wrapper .top_label .gfield_required {
    margin-left: 2px;
    color: #4A4A4A;
}

body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 7px;
    border: unset;
    text-align: left;
    line-height: 18px;
}


body .gform_wrapper.gravity-theme .gf-fields-wrap-active .gfield {
    margin-bottom: 35px;
}

.gform_wrapper .field_sublabel_above label.gform-field-label.gform-field-label--type-sub {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper div.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper fieldset.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
    border: unset;
    padding: 20px;
    outline: unset;
    margin: 0;
    border-radius: 2px;
}

.gform_wrapper li.gfield .gfield_select, 
.gform_wrapper div.gfield .gfield_select {
    height: 45px;
    border: unset;
    outline: unset;
    border-radius: 2px;
    padding: 0 15px;
    color: #000000 !important;
}

.gform_wrapper div.gfield .ginput_container_multiselect select {
    height: auto;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 140px;
    border: unset;
    border-radius: 2px;
    padding: 15px 20px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
    outline: none;
}

.ginput_complex span span input:placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #A3A5A7;
}

body .gform_wrapper .top_label .gfield div.ginput_container {
    margin: 8px 0 0 0;
}


body .gform_wrapper ul.top_label li.gfield {
    margin-top: 17px;
}

.gform_wrapper .ginput_complex .password_input_container button.gform_show_password {
    right: 5px;
    top: 0px;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    outline: unset;
    border-radius: 2px;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 2px;
    padding: 10px !important;
}


.gform_page_footer input.gform_previous_button {
    background: unset;
    color: #0D0F15;
    height: unset;
    padding: 16px 20px;
}

.select-options li[rel="hide"] {
  display: none;
}

.gform_wrapper .gfield_error .ginput_complex span.ginput_left, .gform_wrapper .gfield_error .ginput_complex span.ginput_right {
    width: 100%;
}

.gform_ajax_spinner {
    max-width: 100px;
    position: absolute;
}

body .gform_wrapper .gform_ajax_spinner {
  display: none !important;
}

.mepr-account-wrap .gform_ajax_spinner {
    max-width: 20px;
    margin-left: 20px;
}

.text-wrap strong {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0D0F15;
}

.text-wrap a {
    color: #D42027;
}

.text-wrap img {
    width: auto;
    margin: 20px;
}

ul.account-linl-list li img {
    max-height: 18px;
    max-width: 18px;
}

.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input, 
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload span {
    display: none;
}

.ginput_preview_list, .ginput_preview_list * {
    display: block !important;
}


.gfield--type-fileupload {
    position: relative;
    padding-left: 20px;
}

.gfield--type-fileupload label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/file-upload.svg);
    background-repeat: no-repeat;
}

span.gfield_fileupload_filename {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
}

.gform_delete_file  .dashicons.dashicons-trash {
    color: #D42027;
    font-size: 24px;
}

.gfield_description p {
    margin: 5px 0;
}

.gfield_description p strong {
    font-weight: 600;
}

/* Collapsible field gform */
.show_collapse .m_expand_text, .m_section{
    display: none;
}

.m_collapse_text {
    opacity: 0;
    position: absolute;
}

.show_collapse .m_collapse_text {
    opacity: 1;
    position: unset;
}

.m_section {
    grid-column: 1/-1;
}

span.m_expand span i {
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    margin-left: 10px;
}

.collapsible  i.fa.fa-chevron-down:before {
    content: '';
    background-image: url(/wp-content/themes/maxcanvas_child/img/accourdion-icon.svg);
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    filter: grayscale(100%); 
    background-position: center;
    opacity: 0.5;
}


.collapsible  i.fa.fa-chevron-up:before {
    content: '';
    background-image: url(/wp-content/themes/maxcanvas_child/img/accourdion-icon.svg);
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.filled i.fa.fa-chevron-down:before {
    filter: unset;
    opacity: 1;
}

.gsection.collapsible {
    border-radius: 2px;
    background: #FFF;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

.gsection.collapsible .gsection_title {
    color: #222;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    padding: 25px 20px 23px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .gform_page_fields .gsection.collapsible {
    padding: 0;
}

span.m_expand {
    display: block;
    height: 23px;
}

span.m_expand span {
    font-weight: 100;
    display: flex;
}

span.m_expand span i {
    font-size: 0;
    vertical-align: initial;
    align-self: center;
    display: block;
    height: max-content;
}

.gfield--type-html ul {
    padding-left: 30px;
}

.gfield--type-html ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #4A4A4A;
    position: relative;
}

.gfield--type-html ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: -28px;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/list-mark.svg);
    background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    display: none !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
    display: none !important;
}

.gf_step_number {
    background: unset !important;
    border: unset !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
}

span.gf_step_label {
    display: none !important;
}


.preview-img-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.preview-img-wrap > * {
}

.preview-img-wrap > *:last-child {
}

.preview-img-wrap > div {
    flex: 47%;
}

.preview-img-wrap > div > span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

#gf_coupon_spinner {
    max-width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}


.ginput_container_coupon #gf_coupon_button.button {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 13px 32px;
    background: #D42027;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    height:45px;
    cursor:pointer;
    transition: .4s ease-in-out all;
    outline:unset;
    border:unset;
    margin-left: 0 !important;
}
.ginput_container_coupon #gf_coupon_button.button:hover {
    background: #fff;
    color: #D42027;
}

.ginput_container_coupon #gf_coupon_button.button[type="button" i]:disabled {
    opacity: 0.6;
    cursor: default;
}

.ginput_container_coupon #gf_coupon_button.button[type="button" i]:disabled:hover {
   background: #D42027; 
   color: #FFFFFF;
}

.ginput_total {
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.ginput_container.ginput_container_total {
    margin: 0 !important;
}

.gform_wrapper .gf_page_steps .gf_step_hidden {
    display: none !important;
}

.tab .tablinks {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 16px 32px;
    background: #D42027;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    transition: .4s ease-in-out all;
    cursor: pointer;
}

.tab .tablinks.active,
.tab .tablinks:hover {
    background: #fff;
    color: #D42027; 
}

.tabcontent {
    padding: 35px 0;
    max-width: 540px;
    margin: 0 auto;
}

ul.partner-nav {
    display: flex;
    width: 100%;
}

ul.partner-nav li {
    text-align: center;
    flex: 50%;
    padding: 10px;
    border: 1px solid #0D0F15;
}

ul.partner-nav .active {
    background: #0D0F15;
    color: #fff;
}

ul.partner-nav li a {
    display: block;
    color: #0D0F15;
    text-decoration: none;
}

ul.partner-nav .active span {
    color: #ffff;
}

.user-role-partner .mepr-subscriptions, .user-role-partner .mepr-payments {
    display: none;
}

.user-role-partner #mepr-account-welcome-message p {
    display: none;
}

.horisontal-list-wrap .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.horisontal-list-wrap .gfield_checkbox > div {
    flex: 32%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-right: 10px;
}

.horisontal-list-wrap .gfield_checkbox > div p.notice.validation-required {
    flex: 100%;
}

.horisontal-list-wrap .gfield_checkbox > div:last-child {
    margin-right: 0;
}

.horisontal-list-wrap .gfield_checkbox > div > * {
    margin-right: 5px;
}

.horisontal-list-wrap .gfield_checkbox > div > *:last-child {
    margin-right: 0px;
}

.gfield_checkbox label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #0D0F15;
}

.gfield_signature_container canvas {
    border: 1px solid #A3A5A7 !important;
}

.mepr-account-wrap .mepr-insurance_deductible_processing_form-wrapper .gform_footer.top_label,
.mepr-account-wrap .mepr-customer_enrollment_form-wrapper .gform_footer.top_label {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    padding: 0;
}

.gform-body .form-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0D0F15;
}

.gform-body .form-description.bold-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0D0F15;
}

.gform-body .form-description.align-center {
    text-align: center;
}

/*.gform_wrapper .gfield--type-itsg_single_ajax label.gfield_label.gform-field-label {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #0D0F15;
}*/


.gfield--type-itsg_single_ajax .has-advanced-upload {
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #A3A5A7;
    border-radius: 2px;
    position: relative;
    transition: .4s ease-in-out all;
}

.gfield--type-itsg_single_ajax .has-advanced-upload.is-dragover {
    background: #dfd8d8;
    border: 3px dashed #c1c3c5;
}

input.itsg_ajax_upload_browse {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 43px;
    width: 165px;
    display: block;
    bottom: 53px;
}

input.itsg_ajax_upload_browse::-webkit-file-upload-button {
    cursor: pointer;
}

span.itsg_ajax_upload_browse {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 12px 32px;
    background: #D42027;
    text-align: center;
    border-radius: 2px;
    transition: .4s ease-in-out all;
    cursor: pointer;
}


.custom-label-wrap {
    display: none;
}

.itsg_ajax_upload_dropzone .custom-label-wrap {
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.custom-label-wrap span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #0D0F15;
}

.custom-label-wrap .custom-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}


.custom-label-wrap:before {
    content: '';
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 70px;
    height: 51px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/cloud.svg);
}




input.button.itsg_single_ajax_button.itsg_single_ajax_remove {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 43px;
    width: 165px;
    display: block;
    bottom: 82px;
}


.itsg_single_ajax .results.done .results-bar-success {
    background: #2d952f;
    border-radius: 2px;
}

.results-bar-success a {
    display: block;
    padding: 10px;
}

.gform_wrapper.gravity-theme .gform_fields {
    align-items: end;
}

.mepr-nav-item.mepr-home,
.mepr-nav-item.mepr-subscriptions,
#mepr-account-nav .mepr-nav-item:last-child  {
    display: none;
}


/* account styles */

/*.page-template-default header,
.post-template-default header {
    padding: 0 0 127px 0;
    position: absolute;
    width: 100%;


.page-template-mp-page header,
.single-enroll_pages header,
.page-template-mp-account header,
.page-template-login-register header {
    background: #0D0F15;
    margin-bottom: 50px;
}

.page-template-mp-page .main-header-wrap,
.single-enroll_pages .main-header-wrap,
.page-template-mp-account .main-header-wrap,
.page-template-login-register .main-header-wrap {
    background: #0D0F15;
}
*/

.page-template-mp-page .header-background,
.single-enroll_pages .header-background,
.page-template-login-register .header-background {
    height: 800px;
}

.page-template-mp-account .header-background,
.page-template-assurance-form-page .header-background {
    height: 665px;
}


.page-template-mp-page main,
.single-enroll_pages main {
    margin-top: -600px;
    position: relative;
}

.page-template-mp-account main,
.page-template-assurance-form-page  main {
    margin-top: -400px;
    position: relative;
}

.page-template-login-register main {
    margin-top: -600px;
    position: relative;
}

.page-template-mp-page main .container,
.single-enroll_pages main .container {
    max-width: 920px;
}

.page-template-mp-page .heading-white .section-heading  h2,
.single-enroll_pages .heading-white .section-heading h2,
.page-template-mp-account .heading-white .section-heading  h2,
.page-template-login-register .heading-white .section-heading  h2,
.page-template-assurance-form-page .heading-white .section-heading h2,
.page-template-mp-page .heading-white .section-subheading,
.single-enroll_pages .heading-white .section-heading,
.page-template-mp-account .heading-white .section-subheading,
.page-template-assurance-form-page  .heading-white .section-subheading,
.page-template-login-register .heading-white .section-subheading {
    color: #fff;
}

.mo-openid-app-icons {
    margin-top: 27px !important;
}

span.text-login {
    position: relative;
    margin-top: -20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
}

span.text-login b {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #0D0F15;
    display: block;
    margin-top: 15px;
}

.mp-spacer,
.gptos_terms_container {
    display: none;
}

.mepr-login-actions {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.mepr-login-actions a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #4A4A4A;
}

body.page-template-login-register {
    background: #fff;
}

.page-template-login-register .gform_footer.top_label {
    justify-content: end;
}


.gform_confirmation_wrapper {
    padding: 15px 0;
}

.gform_confirmation_message {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0D0F15;
    max-width: 635px;
    margin: 0 auto;
}

.gform_confirmation_message h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #0D0F15;
    margin-bottom: 12px;
}

.gform_confirmation_message a.default-btn {
    margin-top: 22px;
}

.select2-container--default .select2-selection {
    padding: 8px 10px;
    height: 45px;
    border: unset;
    border-radius: 2px;
}

.select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-selection__rendered {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Inter';
}


/* multiple cars */

.mepr-account-wrap .tabs-wrap,
.is-tabs-wrapper .tabs-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.tabs-nav-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tabs-nav-item {
    padding: 16px 0;
    text-align: center;
    flex: 20%;
    max-width: 240px;
    background: rgba(232, 236, 238, 0.2);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    transition: .4s ease-in-out all;
}

.tabs-nav-item.active,
.tabs-nav-item:hover {
    background: #E8ECEE;
    color: #0D0F15;
}

.tabs-content-wrap .gform_footer {
    justify-content: end;
}

.tabs-content-wrap .gform_confirmation_wrapper {
  padding: 50px;
  background: #E8ECEE;
  color: #222;
}


.mepr-request_buying_service-wrapper.is-tabs-wrapper {
    margin: unset;
    max-width: unset;
    padding: 0;
    background: unset;
}


.no-vehicles {
  background: #E8ECEE;
  border-radius: 2px;
  padding: 70px 20px 80px;
  text-align: center;
}
.no-vehicles p {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 40px;
}



.js-tabs-wrap .tabs-content-wrap {
    display: none;
    background: #E8ECEE;
    border-radius: 2px;
    padding: 70px 20px 80px;
}

.js-tabs-wrap .tabs-content-wrap.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.notification h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #0D0F15;
}

.notification {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.notification p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0D0F15;
    margin: 20px 0;
}

.forms-title.align-center {
    text-align: center;
}

.forms-title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #0D0F15;
}

.forms-title .sub-title {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #4A4A4A;
}

.mepr-request_buying_service-wrapper.is-tabs-wrapper .tabs-content-wrap .gform_wrapper {
    padding: 0;
}

.notification.declined .offer-preview-container {
    margin-bottom: 40px;
    position: relative;
}

.notification.declined .offer-preview-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/maxcanvas_child/img/declined-offer.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.notification.declined .offer-preview-container iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.gpfup--strict .gpfup__droparea {
    display: none;
}

.mepr-dealer-id {
    width: 100%;
    max-width: 540px;
    right: 0;
    left: 0;
    text-align: right;
    bottom: 40px;
    margin: 0 auto;
    position: relative;
}

.terms-conditions {
    width: 339px;
}

.gform_save_link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #0D0F15;
    border: unset;
    border-radius: 2px;
    padding: 16px 32px;
    cursor: pointer;
    display: block;
    margin: 15px auto 0 !important;
}

.gform_save_link svg {
    display: none;
}

.form_saved_message h2 {
    text-align: center;
    margin-bottom: 10px;
}

.form_saved_message p {
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    padding: 0;
}

.form_saved_message a {
    color: #D42027;
    font-weight: 500;
    display: block;
    width: 100%;
    word-wrap: break-word;
}

.form_saved_message form {
    max-width: 100%;
}

.form_saved_message {
    max-width: 540px;
    margin: 0 auto;
    display: block;
    width: 100%;
}


.form_saved_message form input[type="submit"] {
    margin: 0 !important;
    max-width: max-content;
}

.form_saved_message .gform_footer {
    padding: 0 !important;
}

.form_saved_message a.resume_form_link {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.32px;
    border-radius: 2px;
    background: #D42027;
    padding: 0px 0px 0px 32px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: max-content;
}

.form_saved_message a.resume_form_link:after {
    content: '';
    display: block;
    width: 45px;
    height: 50px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/copy-icon.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D42027;
    border-left: 1px solid #e8eceeab;
    margin-left: 15px;
}

.form_saved_message p[role="alert"] {
    color: #222;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    padding: 0;
}

.form_saved_message p.note {
    color: #4A4A4A;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
}

.form_saved_message p.note .email-note:last-child {
    color: #222;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-top: 15px;
    padding: 0;
}

.form_saved_message .gform_footer.top_label {
    display: flex;
    justify-content: space-between;
}

.form_saved_message .success-text {
    color: #1fa31f;
    margin-top: 5px;
    text-align: center;
}

.form_saved_message input {
    width: 100%;
}

.form_saved_message span.go-back-btn {
    max-width: 142px;
    text-align: center;
    display: block;
}

.tabs-content-wrap .gform_validation_errors {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.disabled input {
    background-color: #dfe6e9;
}

.disabled select {
    background: #dfe6e9;
}

.gform_confirmation_message_5 .confirmation-message {
    border-radius: 2px;
    margin-bottom: 15px;
    background: #E7FFE1;
    color: #1E8B00;
    border: 1px solid #1E8B00;
    font-size: 15px;
    margin-top: 8px;
    text-align: left;
    padding: 2.5px 10px;
}

body .gfield--type-multiselect .gfield_description {
    margin-top: 3px;
    line-height: 21px;
    color: #fff;
    background: #006ad5e8;
    padding: 10px 15px;
    border-radius: 2px;
}

div#gform_confirmation_wrapper_5 {
    padding-top: 5px !important;
}

div#gform_confirmation_wrapper_5 #gform_confirmation_message_5 {
    max-width: 573px;
    margin-bottom: 15px;
}

span.go-back-btn,
span.go-home-btn {
    appearance: unset !important;
    -webkit-appearance: unset!important;
    background-color: #fff;
    color: #6b7280;
    text-decoration: none;
    color: #0D0F15;
    height: unset;
    padding: 16px 20px;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

h2.custom-acc-title.align-center {
    text-align: center;
    margin-bottom: 20px;
}


h2.custom-acc-title.align-center {
    text-align: center;
    margin-bottom: 20px;
}

.mp_wrapper table.mepr-account-table th {
    padding: 16px 9px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
    background: #222;
    text-transform: unset;
    border: 1px solid #A3A5A7;
}

.mp_wrapper table.mepr-account-table td {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 11px 9px;
    line-height: 18px; /* 200% */
    border-left: 1px solid #A3A5A7;
}

.mp_wrapper table.mepr-account-table td a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0;
    display: block;
    color: #0D0F15;
    text-decoration: underline;
}

.mp_wrapper table.mepr-account-table tr {
    border: 1px solid #A3A5A7;
}

.mp_wrapper table.mepr-account-table tr.mepr-alt-row {
    background: unset;
}

#mepr-subscriptions-paging a, #mepr-payments-paging a {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 2px;
    background: #FFF;
    padding: 20px;
}

#mepr-subscriptions-paging a.next-page, #mepr-payments-paging a.next-page {
    color: #fff;
    background: #D42027;
    margin-left: auto;
}

#mepr-subscriptions-paging, #mepr-payments-paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.form_saved_message_sent.gform_confirmation_wrapper p {
    margin-bottom: 20px;
}

.form_saved_message_sent span.go-back-btn,
.form_saved_message_sent span.go-home-btn {
    display: inline-block;
    background: #D42027;
    color: #fff;
}

#custom_login_form label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    margin-bottom: 10px;
}

#custom_login_form .input {
    border-radius: 2px;
    border: unset;
    height: 45px;
    width: 100%;
    outline: unset;
    outline-style: none;
    font-size: inherit;
    font-family: inherit;
    padding: 10px;
    letter-spacing: normal;
}

#custom_login_form .login-form-bottom-wrap {
    display: flex;
    justify-content: space-between;
}


.page-title-wrap.align-center h3 {
    text-align: center;
}

div#login_error {
    background-color: #feb9bb !important;
    border: 1px solid #d40022 !important;
    padding: 5px 5px 5px 15px !important;
    margin-bottom: 25px !important;
    box-sizing: border-box !important;
    width: 100%;
}

body .mp_wrapper .mp-form-row label {
    display: block !important;
    margin-bottom: 10px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    cursor: pointer;
}

.password-wrap {
    position: relative;
}


.ginput_container_coupon {
    position: relative;
}


.gform_show_password  .dashicons-hidden::before {
    content: "\f177";
}

.gform_show_password  .dashicons-visibility::before {
    content: "\f530";
}

.gfield_description b,
.gfield--type-html b {
    font-weight: 600;
}

.gpfup__preview--crop button.gpfup__edit.gform-theme-no-framework {
    display: none !important;
}

.gfield_description p.note {
    color: #D42027;
    margin-top: -25px;
    margin-bottom: 15px;
}

a#mepr-account-vehicles {
    text-transform: unset;
}

.mepr-nav-item .info,
.mepr-account-table th .info,
#gform_wrapper_57 label .info,
.info-tooltip {
    position: relative;
    width: 22px;
    height: 22px;
    border: unset;
    max-width: unset;
    padding: 0;
    display: block;
    margin: 0;
    transition: unset;
    flex: unset;
    margin-left: 10px;
}

.mepr-nav-item .info:before,
.mepr-account-table th .info:before,
#gform_wrapper_57 label .info:before,
.info-tooltip:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/themes/maxcanvas_child/img/info.svg');
    background-size: contain;
    left: 0;
    top: 0;
}

#gform_wrapper_57 label .info,
.info-tooltip  {
    width: 15px;
    height: 15px; 
    margin-left: 5px;
}
#gform_wrapper_57 label .info:before,
.info-tooltip:before {
    background-image: url('/wp-content/themes/maxcanvas_child/img/info-black.svg');
    width: 15px;
    height: 15px;
    top: -1px;
}


.mepr-account-table th .info,
.info-tooltip {
    margin: -2px auto 0;
    display: inline-block;
    vertical-align: middle;
}
.mp_wrapper table.mepr-account-table th:nth-child(3) {
    min-width: 160px;
}

span.info-tooltip {
    display: block;
    margin-left: 3px;
}

/* tooltip */
div.tooltip {
    color: #cccccc;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    padding: 20px;
    border: 1px solid rgb(255 255 255 / 85%);
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    max-width: 280px;
}
div.tooltip.no-padding {
  padding: 0;
  line-height: 0;
}
div.tooltip.no-padding * {
  line-height: auto;
}
div.tooltip a[data-dismiss=tooltip], div.tooltip button[data-dismiss=tooltip] {
  position: absolute;
  top: -10px;
  right: -10px;
  height: auto;
  width: 25px;
  height: 25px;
  z-index: 100;
  color: #FFFFFF;
  line-height: 1;
  font-size: 18px;
  border-radius: 100%;
  background-color: #111111;
  transition: background 0.5s;
}
div.tooltip a[data-dismiss=tooltip]:hover, div.tooltip a[data-dismiss=tooltip]:focus, div.tooltip a[data-dismiss=tooltip]:active, div.tooltip button[data-dismiss=tooltip]:hover, div.tooltip button[data-dismiss=tooltip]:focus, div.tooltip button[data-dismiss=tooltip]:active {
  background-color: #DD0000;
  color: #FFFFFF;
}
div.tooltip.top-left:after, div.tooltip.top-left:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-right:after, div.tooltip.top-right:before {
  top: 100%;
  left: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-center:after, div.tooltip.top-center:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-left, div.tooltip.top-right, div.tooltip.top-center {
  margin-top: -15px;
}
div.tooltip.top-left:after, div.tooltip.top-right:after, div.tooltip.top-center:after {
  border-top-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-left: -10px;
}
div.tooltip.top-left:before, div.tooltip.top-right:before, div.tooltip.top-center:before {
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}
div.tooltip.bottom-left:after, div.tooltip.bottom-left:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-center:after, div.tooltip.bottom-center:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-right:after, div.tooltip.bottom-right:before {
  bottom: 100%;
  left: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-left, div.tooltip.bottom-center, div.tooltip.bottom-right {
  margin-top: 15px;
}
div.tooltip.bottom-left:after, div.tooltip.bottom-center:after, div.tooltip.bottom-right:after {
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-left: -10px;
}
div.tooltip.bottom-left:before, div.tooltip.bottom-center:before, div.tooltip.bottom-right:before {
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: -11px;
  margin-left: -11px;
}
div.tooltip.left-top:after, div.tooltip.left-top:before {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-middle:after, div.tooltip.left-middle:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-bottom:after, div.tooltip.left-bottom:before {
  left: 100%;
  top: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-top, div.tooltip.left-middle, div.tooltip.left-bottom {
  margin-left: -15px;
}
div.tooltip.left-top:after, div.tooltip.left-middle:after, div.tooltip.left-bottom:after {
  border-left-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-top: -10px;
}
div.tooltip.left-top:before, div.tooltip.left-middle:before, div.tooltip.left-bottom:before {
  border-left-color: rgba(0, 0, 0, 0.85);
  border-width: 11px;
  margin-top: -11px;
}
div.tooltip.right-top:after, div.tooltip.right-top:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-middle:after, div.tooltip.right-middle:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-bottom:after, div.tooltip.right-bottom:before {
  right: 100%;
  top: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-top, div.tooltip.right-middle, div.tooltip.right-bottom {
  margin-left: 15px;
}
div.tooltip.right-top:after, div.tooltip.right-middle:after, div.tooltip.right-bottom:after {
  border-right-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-top: -10px;
}
div.tooltip.right-top:before, div.tooltip.right-middle:before, div.tooltip.right-bottom:before {
  border-right-color: rgba(0, 0, 0, 0.85);
  border-width: 11px;
  margin-top: -11px;
}

div.error-notification,
.vin-decoder-message .error {
    background: #fff9f9;
    border: 1px solid #c02b0a !important;
    margin-top: 8px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    color: #c02b0a;
    margin-top: -10px;
}

.vin-decoder-message .success {
    background: #f9fffb;
    border: 1px solid #1da353 !important;
    margin-top: 8px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    color: #1da353;
    margin-top: -10px;
}

.gpfup.gpfup--strict.gform-theme__no-reset--children.gpfup--maxed.gpfup--has-files {
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 16px;
    color: #4A4A4A;
}

.gform_wrapper.gravity-theme .gchoice {
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gchoice:last-child {
    margin-bottom: 0;
}

.gchoice_other_control {
    margin-top: 10px !important;
}

button#gform_save_57_footer_link {
    margin: 0 !important;
    height: 54px;
    margin-left: 30px !important;
}

span.validate-vin, span.validate-vin-2 {
    width: 100%;
    height: 45px;
    background: #D42027;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-in-out all;
}

span.validate-vin:hover, span.validate-vin-2:hover {
    background: #fff;
    color: #0D0F15;
    border: 1px solid #0D0F15;
}

.valdation-wrap {
    align-self: center;
    margin: 0 !important;
}

.gfield.custom-message {
    max-width: 540px;
    margin: 0 auto 15px;
}

.gfield.custom-message {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px !important;
    color: #0D0F15;
    margin: 20px 0 20px;
}

.gfield.custom-link a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4A4A4A;
    cursor: pointer;
    text-decoration: underline;
    transition: .4s ease-in-out all;
}

.gfield.custom-link a:hover {
    color: #D42027;
}

div.gfield_label.gform-field-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #4A4A4A;
}

.mepr-account-wrap .tabs__content {
    position: relative;
}

.vehicles-notification {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #D42027;
    line-height: 19px;
}

.copy-dealership-link {
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: normal;
}

.copy-dealership-link img {
    max-width: 15px;
    margin-right: 4px;
}

.mp_wrapper table.mepr-account-table td .succes-text p {
    line-height: 17px;
}

.mp_wrapper table.mepr-account-table td .succes-text {
    margin-top: 0;
}

.mp_wrapper table.mepr-account-table td:last-child {
    min-width: 190px;
}

input#input_57_47_other {
    display: none;
}

.vin-options-radio-buttons-wrap .gfield_radio {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.vin-options-radio-buttons-wrap .gfield_radio .gfield-choice-input+label {
    max-width: 100% !important;
}



/* 6/6/2024 */

.email-verification-success {
    text-align: center;
    display: block;
    color: #488E48;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
}

.email-confirmation-success {
    font-size: 36px;
    line-height: 40px;
    background: #0080001c;
    padding: 25px 20px;
    border: 3px solid green;
    color: #111;
    max-width: max-content;
}

.email-confirmation-text-wrap {
    padding: 100px;
}

.log-in-page {
    margin-top: 25px;
}

.email-confirmation-failed {
        font-size: 36px;
        line-height: 40px;
        background: #D420271a;
        padding: 25px 20px;
        border: 3px solid #D42027;
        color: #111;
        max-width: max-content;
}

div#gform_confirmation_wrapper_10 {
    padding: 80px 0 !important;
}

/* end 6/6/2024 */

@media(max-width: 991px) {
    a#mepr-account-logout {
        display: none;
    }
    .page-template-login-register main {
        margin-top: -690px;
        margin-bottom: 40px;
    }

    .page-template-login-register .section-title-and-text .container {
        padding: 40px 34px;
    }

    .page-template-login-register .section-title-and-text:nth-of-type(2) .container,
    .enroll_pages-template-default .section-title-and-text:nth-of-type(2) .container {
        padding: 0 34px;
    }
    .gfield_description {
        display: none;
    }

    .gf_coupon_invalid {
        display: block;
    }

    .gfield--type-fileupload .gfield_description {
        display: block;
    }

    .page-template-mp-account main{
        margin-top: -530px;
    }

    .page-template-login-register main {
        margin-top: -550px;
    }

    .single-enroll_pages header,
    .page-template-mp-account header  {
/*        position: unset;*/
        background: transparent;
    }

    .mp_wrapper div#mepr-account-nav {
        flex-direction: column;
        background: unset;
    }

    span.mepr-nav-item a {
        color: #fff;
        text-align: left;
        margin: 0 0 10px 0;
        justify-content: space-between;
/*        border: unset;*/
    }

    .mp_wrapper div#mepr-account-nav > * {
        margin-right: 0;
    }

    span.mepr-nav-item:hover, span.mepr-active-nav-tab {
        background: #0D0F15;
        border: unset;
    }

    span.mepr-nav-item:hover a, span.mepr-active-nav-tab a {
        color: #ffffff;
        border: unset;
        background: #D42027;
    }

    span.mepr-nav-item, span.mepr-nav-item:hover {
/*        border-bottom: 1px solid #BBC2C6;*/
        padding: 0px 0;
    }

    .mepr-account-wrap {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .mepr-nav-item.mepr-home, #mepr-account-nav .mepr-nav-item:last-child {
        display: block;
    }

    span.mepr-nav-item a:after,
    span.mepr-nav-item span:after {
        display: block;
    }

    .page-template-mp-account main .container {
        padding: 0;
    }

    div#mepr-account-nav {
        padding: 0 30px;
    }

    .mepr-account-wrap .mp_wrapper:last-child, 
    .mepr-account-wrap .mepr-request_trade_in_offer-wrapper, 
    .mepr-account-wrap .mepr-request_buying_service-wrapper, 
    .mepr-account-wrap .mp-wrapper, 
    .mepr-account-wrap .mepr-no-active-subscriptions, 
    .mepr-account-wrap .mepr-settings-wrapper, 
    .mepr-account-wrap .no-vehicles {
        padding: 30px 34px;
    }

    .cf-form-popup .gform_wrapper, .gform_confirmation_wrapper {
        padding: 20px !important;
    }

    .gform_confirmation_message h2 {
        font-size: 22px;
        line-height: 29px;
        margin: 0;
    }

    .gform_confirmation_message {
        font-size: 18px;
        line-height: 25px;
    }

    .gform_confirmation_message a.default-btn {
        margin-top: 0px;
    }

    .tabs-nav-wrap {
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

    .tabs-nav-item {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    .mepr-account-wrap .tabs-wrap {
        padding: 0;
    }

    .tabs-wrap .tabs-nav-wrap {
        padding: 0 34px;
    }

    .tabs-nav-item {
        color: #0D0F15;
        border-bottom: 1px solid #BBC2C6;
    }

    .mepr-account-wrap .tabs-content-wrap .gform_wrapper {
        padding: 30px 34px;
    }

    .page-title-wrap,
    .page-title-wrap .gsection_title {
        font-size: 22px;
        line-height: 29px;
        text-align: left;
    }

    .section.section-title-and-text {
        padding: 20px 0;
    }
    .single-enroll_pages .heading-white .section-heading h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        color: #fff;
        text-align: center;
    }

    .page-template-mp-page main .container, .single-enroll_pages main .container {
        padding: 0;
    }

    .gform_wrapper, .gform_confirmation_wrapper {
        padding: 30px;
    }

    .mepr-request_buying_service-wrapper .gsection_title {
        text-align: center;
    }
}


@media(max-width:600px) {
    .mp_wrapper table.mepr-account-table td {
        min-height: 50px;
    }

    .mepr-account-wrap form .gform_fields {
        display: block !important;
    }

    body .mepr-account-wrap div.page-title-wrap {
        padding: 0 !important;
    }

    body .mepr-account-wrap div.page-title-wrap h3 {
        text-align: center !important;
    }

    .ginput_container_coupon {
        display: flex;
    }

    body .ginput_container_coupon input.gf_coupon_code {
        max-width: 60% !important;
    }

    .ginput_container_coupon #gf_coupon_button.button {
        width: 100%;
        max-width: 50%;
    }
}

.enroll_pages-template-default h2.gform_submission_error {
    display: none;
}

label#label_57_77_1 {
    display: flex;
    align-items: center;
}

.gchoice.gchoice_57_77_1 {
    display: flex;
    align-items: center;
}


.mp_wrapper table.mepr-account-table td {
    border-right: 1px solid #A3A5A7;
}

span.gf_coupon_name.gform-field-label.gform-field-label--type-sub-large {
    display: none !important;
}

.page-template-assurance-form-page #mepr-account-nav .mepr-nav-item:last-child {
    display: block;
}

/* 3/4/2025 */
.page-id-52373 .page-subtitle {
    font-size: 26px;
    font-weight: 600;
    margin-top: 24px;
}

.page-id-52373 .page-title--wrap {
    bottom: 200px;
}

.page-id-52373 .header-background {
    height: 600px;
}


body .gform_wrapper.gravity-theme .gfield.disclaimer {
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center;
}

p.small-italic {
    font-size: 14px;
    font-style: italic;
}

.single-enroll_pages .gfield--type-html p.small-italic {
    display: none;
}


.custom_checkbox_bottom label {
    vertical-align: top !important;
} 


.terms legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}

.gfield.disabled .ginput_container_select {
    position: relative;
}

.gfield.disabled .ginput_container_select:before {
    content: '';
    position: absolute;
    width: 20px;
    right: 0;
    background: #dfe6e9;
    height: 100%;
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    width: 100%;
}

/* select custom */
.ginput_container_select {
    position: relative;
    display: block;
    width: 100%;
}

.ginput_container_select select {
    width: 100%;
    height: 54px;
    padding: 0 70px 0 16px;
    border: 0;
    border-radius: 4px;
    background-color: #ffffff;
    color: #0D0F15;
    font-family: 'Aktiv Grotesk', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

.ginput_container_select::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 45px;
    background-color: #0D0F15;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
    z-index: 1;
}

.ginput_container_select::after {
    content: '';
    position: absolute;
    top: 49%;
    right: 20px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    z-index: 2;
}

.ginput_container_select select:focus {
    box-shadow: 0 0 0 2px rgba(13, 15, 21, 0.15);
}

.ginput_container_select select::-ms-expand {
    display: none;
}