.vmt-wizard {
width: 100%;
box-sizing: border-box;
overflow-anchor: none;
}
.vmt-screen {
animation: vmtFadeIn 0.2s ease;
}
@keyframes vmtFadeIn {
from { opacity: 0; transform: translateY(6px); }
to   { opacity: 1; transform: translateY(0); }
} #vmt-screen-loading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 120px;
gap: 14px;
color: #6b7280;
font-size: 14px;
}
.vmt-spinner {
width: 36px;
height: 36px;
border: 3px solid #e5e7eb;
border-top-color: #1e3a5f;
border-radius: 50%;
animation: vmtSpin 0.75s linear infinite;
}
.vmt-loading-text {
margin: 0;
}
.vmt-btn-spinner {
display: inline-block;
width: 16px;
height: 16px;
border: 2px solid rgba(255, 255, 255, 0.35);
border-top-color: #fff;
border-radius: 50%;
animation: vmtSpin 0.75s linear infinite;
flex-shrink: 0;
}
.vmt-btn-loading {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 10px;
opacity: 1 !important;
cursor: wait !important;
pointer-events: none;
}
.vmt-btn-loading-text {
line-height: 1.2;
}
@keyframes vmtSpin {
to { transform: rotate(360deg); }
} .vmt-questions-list {
display: flex;
flex-direction: column;
gap: 0;
}
.vmt-question-item {
display: flex;
flex-direction: column;
gap: 12px;
padding: 8px 0;
}
.vmt-question-row {
display: flex;
align-items: center;
gap: 16px;
}
.vmt-question-number {
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
line-height: 1;
background: #D8D9D9;
color: #fff;
transition: background 0.15s, color 0.15s;
}
.vmt-question-active .vmt-question-number {
background: #00204F;
color: #fff;
}
.vmt-question-answered .vmt-question-number {
background: #D8D9D9;
color: #fff;
}
.vmt-question-label-wrap {
min-width: 0;
display: flex;
align-items: flex-start;
gap: 8px;
}
.vmt-question-label {
flex: 1;
min-width: 0;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
color: #292A2B;
}
.vmt-question-info {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
margin-top: -2px;
padding: 0;
border: none;
border-radius: 50%;
background: transparent;
color: #6b7280;
font-size: 18px;
line-height: 1;
cursor: pointer;
}
.vmt-question-answered .vmt-question-info, .vmt-question-locked .vmt-question-info {
display: none;
}
@media (hover: hover) and (pointer: fine) {
.vmt-question-info:hover {
color: #1e3a5f;
background: #f0f4f8;
}
}
.vmt-question-tip {
padding: 12px 14px;
background: #f7faf3;
border-radius: 8px;
color: #4b5563;
font-size: 14px;
line-height: 1.45;
}
.vmt-question-tip .tip-text {
margin: 0;
}
.vmt-question-tip p {
margin: 0 0 8px;
}
.vmt-question-tip p:last-child {
margin-bottom: 0;
}
.vmt-question-tip ul,
.vmt-question-tip ol {
list-style: none;
margin: 8px 0 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.vmt-question-tip li {
margin: 0;
} .vmt-question-tip li > div {
display: flex;
align-items: flex-start;
gap: 8px;
margin-bottom: 2px;
color: #292A2B;
}
.vmt-question-tip li > div strong,
.vmt-question-tip li > div b {
font-weight: 600;
}
.vmt-question-tip li > div .bi,
.vmt-question-tip li > div i {
flex-shrink: 0;
margin-top: 2px;
color: #16a34a;
font-style: normal;
}
.vmt-question-tip li > p {
margin: 0;
}
.vmt-question-locked .vmt-question-label {
color: #D8D9D9;
}
.vmt-question-answered .vmt-question-label {
color: #6b7280;
}
.vmt-question-answer {
display: flex;
margin: 0 0 0 auto;
gap: 6px;
font-size: 15px;
font-family: inherit;
color: #22c55e;
cursor: pointer;
text-align: right;
white-space: nowrap;
max-width: 45%;
overflow: hidden;
text-overflow: ellipsis;
padding: 4px 10px;
border-radius: 999px;
border: 0;
background: rgba(34, 197, 94, 0.1);
border: 0.5px solid rgba(34, 197, 94, 0.25);
min-width: max-content;
}
.vmt-question-answer::after {
content: "\f4cb";
font-family: bootstrap-icons !important;
line-height: 20px;
font-size: 14px;
}
.vmt-question-answer:hover {
color: #16a34a;
} .vmt-options-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 100%;
}
.vmt-options-list .vmt-option-btn,
.vmt-options-list .vmt-check-label {
flex: 1 1 calc(33.333% - 7px);
max-width: calc(33.333% - 7px);
box-sizing: border-box;
}
.vmt-option-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 12px 16px;
background: #fff;
border: 1.5px solid #EDEDED;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
color: #292A2B;
cursor: pointer;
text-align: center;
transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
font-family: inherit;
}
@media (hover: hover) and (pointer: fine) {
.vmt-option-btn:hover {
border-color: #1e3a5f;
background: #f8fafc;
}
.vmt-check-label:hover {
border-color: #1e3a5f;
background: #f8fafc;
}
}
.vmt-option-btn.vmt-option-selected {
border-color: #03B46B;
box-shadow: 0 0 0 1px #03B46B;
font-weight: 600;
}
.vmt-check-label {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 18px;
background: #fff;
border: 1.5px solid #d1d5db;
border-radius: 10px;
cursor: pointer;
transition: border-color 0.15s, background 0.15s;
}
.vmt-check-label:has(.vmt-option-check:checked) {
border-color: #1e3a5f;
background: #f0f4f8;
}
.vmt-option-check {
width: 18px;
height: 18px;
accent-color: #1e3a5f;
cursor: pointer;
flex-shrink: 0;
}
.vmt-check-text {
font-size: 15px;
font-weight: 500;
color: #374151;
flex: 1;
}
.vmt-btn-next-step {
margin-top: 12px;
}
.vmt-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
border-radius: 10px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
border: 2px solid transparent;
transition: background 0.15s, color 0.15s, border-color 0.15s, opacity 0.15s;
white-space: nowrap;
text-decoration: none;
font-family: inherit;
}
.vmt-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.vmt-btn-primary {
background: #1e3a5f;
color: #fff;
border-color: #1e3a5f;
}
.vmt-btn-primary:hover:not(:disabled) {
background: #162d4a;
border-color: #162d4a;
}
.vmt-btn-secondary {
background: #fff;
color: #374151;
border-color: #d1d5db;
}
.vmt-btn-secondary:hover:not(:disabled) {
background: #f3f4f6;
border-color: #9ca3af;
} .partner-link-url.is-disabled,
.partner-link-url[aria-disabled="true"],
form.cart .single_add_to_cart_button.is-disabled,
form.cart .single_add_to_cart_button[aria-disabled="true"],
form.cart .single_add_to_cart_button:disabled {
opacity: 0.55;
pointer-events: none;
cursor: not-allowed;
} form.cart {
display: unset !important;
}
form.cart .quantity {
display: none !important;
}
form.cart .single_add_to_cart_button,
form.cart button[type="submit"][name="add-to-cart"] {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 52px;
padding: 14px 28px;
margin: 0;
border: none;
border-radius: 999px;
background: #8894ab;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: inherit;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
transition: background 0.15s, opacity 0.15s;
}
form.cart .single_add_to_cart_button:hover:not(:disabled):not(.is-disabled),
form.cart button[type="submit"][name="add-to-cart"]:hover:not(:disabled):not(.is-disabled) {
background: #6f7c96;
color: #fff;
}
form.cart .single_add_to_cart_button:not(:disabled):not(.is-disabled),
form.cart button[type="submit"][name="add-to-cart"]:not(:disabled):not(.is-disabled) {
background: #001A41;
}
form.cart .single_add_to_cart_button:not(:disabled):not(.is-disabled):hover,
form.cart button[type="submit"][name="add-to-cart"]:not(:disabled):not(.is-disabled):hover {
background: #001433;
}
form.cart .single_add_to_cart_button.vmt-btn-loading,
form.cart button[type="submit"][name="add-to-cart"].vmt-btn-loading {
opacity: 1;
cursor: wait;
} .product .wpcf7,
.product-main-info-container .wpcf7 {
margin: 8px 0 0;
max-width: 100%;
}
.product .wpcf7 form > p,
.product-main-info-container .wpcf7 form > p {
margin: 0 0 14px;
}
.product .wpcf7 form label,
.product-main-info-container .wpcf7 form label {
font-size: 16px;
color: #292A2B;
line-height: 1.3;
}
.product .wpcf7 input[type="email"],
.product-main-info-container .wpcf7 input[type="email"] {
width: 100%;
box-sizing: border-box;
padding: 14px 16px;
border: 1.5px solid #EDEDED !important;
border-radius: 10px;
font-size: 16px;
font-weight: 400;
color: #292A2B;
background: #fff;
font-family: inherit;
}
.product .wpcf7 input[type="email"]::placeholder,
.product-main-info-container .wpcf7 input[type="email"]::placeholder {
color: #949495;
}
.product .wpcf7 input[type="email"]:focus,
.product-main-info-container .wpcf7 input[type="email"]:focus {
outline: none;
border-color: #7c3aed;
box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.product .wpcf7 .wpcf7-acceptance,
.product-main-info-container .wpcf7 .wpcf7-acceptance {
margin: 0;
}
.product .wpcf7 .wpcf7-acceptance .wpcf7-list-item,
.product-main-info-container .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
margin: 0 !important;
width: 100%;
}
.product .wpcf7 .wpcf7-acceptance label,
.product-main-info-container .wpcf7 .wpcf7-acceptance label {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
font-size: 14px;
font-weight: 400;
color: #949495;
line-height: 1.45;
cursor: pointer;
}
.product .wpcf7 .wpcf7-acceptance input[type="checkbox"],
.product-main-info-container .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
flex-shrink: 0;
width: 18px;
height: 18px;
margin-top: 2px;
accent-color: #001A41;
cursor: pointer;
appearance: auto;
}
.product .wpcf7 input[type="submit"],
.product .wpcf7 .wpcf7-submit,
.product-main-info-container .wpcf7 input[type="submit"],
.product-main-info-container .wpcf7 .wpcf7-submit {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
border: 0 !important;
} .product .wpcf7 .wpcf7-spinner,
.product .wpcf7 .wpcf7-response-output,
.product-main-info-container .wpcf7 .wpcf7-spinner,
.product-main-info-container .wpcf7 .wpcf7-response-output,
.product .wpcf7 form .wpcf7-response-output,
.product-main-info-container .wpcf7 form .wpcf7-response-output {
display: none !important;
visibility: hidden !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
overflow: hidden !important;
} #vmt-screen-error {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 16px;
padding: 16px 0;
}
.vmt-error-icon {
font-size: 40px;
color: #f59e0b;
}
.vmt-error-msg {
font-size: 14px;
color: #374151;
max-width: 380px;
} body.vmt-sub-modal-open {
overflow: hidden;
}
.vmt-sub-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
box-sizing: border-box;
}
.vmt-sub-modal[hidden] {
display: none !important;
}
.vmt-sub-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(17, 24, 39, 0.45);
}
.vmt-sub-modal-dialog {
position: relative;
z-index: 1;
width: 100%;
max-width: 480px;
max-height: 85vh;
overflow-y: auto;
background: #fff;
border-radius: 16px;
padding: 24px 20px 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
.vmt-sub-modal-close {
position: absolute;
top: 10px;
right: 14px;
border: none;
background: transparent;
font-size: 28px;
line-height: 1;
color: #6b7280;
cursor: pointer;
padding: 0 4px;
}
.vmt-sub-modal-close:hover {
color: #111;
}
.vmt-sub-modal-title {
margin: 0 36px 18px 0;
font-size: 18px;
font-weight: 600;
color: #292A2B;
line-height: 1.35;
}
.vmt-sub-modal-options {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 16px;
}
.vmt-sub-modal-options .vmt-option-btn,
.vmt-sub-modal-options .vmt-check-label {
flex: 1 1 auto;
max-width: 100%;
}
.vmt-sub-modal-confirm {
width: 100%;
} body.vmt-info-modal-open {
overflow: hidden;
}
.vmt-info-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
box-sizing: border-box;
}
.vmt-info-modal[hidden] {
display: none !important;
}
.vmt-info-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(17, 24, 39, 0.45);
}
.vmt-info-modal-dialog {
position: relative;
z-index: 1;
width: 100%;
max-width: 480px;
max-height: 85vh;
overflow-y: auto;
background: #fff;
border-radius: 16px;
padding: 24px 20px 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
.vmt-info-modal-close {
position: absolute;
top: 10px;
right: 14px;
border: none;
background: transparent;
font-size: 28px;
line-height: 1;
color: #6b7280;
cursor: pointer;
padding: 0 4px;
}
@media (hover: hover) and (pointer: fine) {
.vmt-info-modal-close:hover {
color: #111;
}
}
.vmt-info-modal-title {
margin: 0 36px 16px 0;
font-size: 18px;
font-weight: 600;
color: #292A2B;
line-height: 1.35;
}
.vmt-info-modal-body {
display: flex;
flex-direction: column;
gap: 16px;
color: #4b5563;
font-size: 14px;
line-height: 1.5;
}
.vmt-info-modal-description p {
margin: 0 0 8px;
}
.vmt-info-modal-description p:last-child {
margin-bottom: 0;
}
.vmt-info-modal-options-title {
margin: 0 0 10px;
font-size: 15px;
font-weight: 600;
color: #292A2B;
}
.vmt-info-modal-option {
display: flex;
flex-direction: column;
gap: 4px;
padding: 10px 0;
border-top: 1px solid #e5e7eb;
}
.vmt-info-modal-option:first-of-type {
border-top: none;
padding-top: 0;
}
.vmt-info-modal-option-label {
font-size: 14px;
font-weight: 600;
color: #292A2B;
}
.vmt-info-modal-option-text {
font-size: 14px;
color: #6b7280;
line-height: 1.45;
}
@media (max-width: 480px) {
.vmt-question-item {
gap: 10px;
padding: 10px 0;
}
.vmt-question-row {
gap: 12px;
}
.vmt-question-number {
width: 28px;
height: 28px;
font-size: 13px;
}
.vmt-question-label {
font-size: 15px;
}
.vmt-question-tip {
margin-left: 0px;
}
.vmt-options-list .vmt-option-btn,
.vmt-options-list .vmt-check-label {
flex: 1 1 35%;
max-width: 50%;
}
.vmt-sub-modal-dialog,
.vmt-info-modal-dialog {
max-height: 92vh;
border-radius: 16px 16px 0 0;
align-self: flex-end;
margin: 0;
}
.vmt-sub-modal,
.vmt-info-modal {
align-items: flex-end;
padding: 0;
}
}