.wp_jcin_registration {
    background-color: white;
    border: solid 1px #eaecea;
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 25px auto;
}
/* Toast container */
.wp_vb_Toastify_toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none; /* Prevent interaction with the container */
}

/* Individual toast styles */
.wp_vb_toast {
    position: relative; /* To position the close button */
    display: flex;
    align-items: center; /* Center items vertically */
    background-color: #ffffff; /* White background */
    color: #333333; /* Dark text color */
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; /* Space between toasts */
    opacity: 0; /* Start hidden */
    transform: translateY(-10px); /* Start slightly above */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Animation */
    pointer-events: auto; /* Allow interaction with the toast */
    width: 300px;
    min-height: 70px;
}

.wp_vb_toast.show {
    opacity: 1; /* Show the toast */
    transform: translateY(0); /* Move to original position */
}

/* Close button styles */
.wp_vb_close-button {
    margin-left: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #757575;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start;
}

/* Timer bar styles */
.wp_vb_timer {
    height: 5px;
    background-color: #e63946; /* Timer color */
    width: 100%;
    position: absolute; /* Make it position absolute */
    left: 0; /* Align to the left */
    bottom: 0; /* Align to the bottom */
    overflow: hidden; /* Prevent overflow */
}
.wp_vb_toast.show i {
    margin-right: 8px;
}
.wp_vb_timer-fill {
    height: 100%;
    width: 100%;
    background-color: #ffffff; /* Fill color */
    position: absolute;
    left: 0;
    top: 0;
    transition: width 3s linear; /* Match duration with the toast */
}

/* Icon styles */
.wp_vb_icon {
    margin-right: 10px; /* Space between icon and message */
    font-size: 20px; /* Icon size */
}
.wp_vb_data_filter-result {
    max-width: 400px;
    margin: 0 auto;
}
.wp_vb_dot-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 300px;
}
.wp_vb_dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    animation: wp_vb_bounce 0.6s infinite ease-in-out both; /* Faster Animation */
}
.wp_vb_dot:nth-child(1) {
    background-color: #E53834; /* Red */
    animation-delay: 0s;
}
.wp_vb_dot:nth-child(2) {
    background-color: #1E88E5; /* Blue */
    animation-delay: 0.1s;
}
.wp_vb_dot:nth-child(3) {
    background-color: #43A047; /* Green */
    animation-delay: 0.2s;
}
.wp_vb_dot:nth-child(4) {
    background-color: #FDD834; /* Yellow */
    animation-delay: 0.3s;
}
.wp_vb_dot:nth-child(5) {
    background-color: #FB8C00; /* Orange */
    animation-delay: 0.4s;
}
@keyframes wp_vb_bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px); /* Bigger jump */
    }
}
.wp_vb_filter-loder {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff6e275;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wp_jcin_registration_cover {
    width: 100%;
    overflow: hidden;
    border-color: #e5e5e5;
    border-width: 1px;
    position: relative;
    margin: 25px 0px;
}
.wp_jcin_registration {
    width: 100%;
    overflow: hidden;
    max-width: 42rem;
    padding: 50px 20px;
    margin: 25px auto;
}
.wp_vb_progress-bar {
    padding-left: .5rem;
    padding-right: .5rem;
}
ul.wp_vb_progress-bar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
ul.wp_vb_progress-bar-list:before {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: #d3d3d3;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    display: block;
    height: 2rem;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}
li.wp_vb_progress-bar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    text-align: center;
    width: auto;
    word-break: break-word;
}
li.wp_vb_progress-bar-item:first-child:before {
    left: 0;
}
li.wp_vb_progress-bar-item:last-child:before {
    right: 0;
}
li.wp_vb_progress-bar-item:first-child:before, li.wp_vb_progress-bar-item:last-child:before {
    content: "";
    --tw-border-opacity: 1;
    border-color: #ffffff;
    border-style: solid;
    border-bottom-width: 10px;
    display: block;
    height: 2.5rem;
    position: absolute;
    width: 50%;
}
.wp_vb_progress-bar-button {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
}
.progress-bar-item-active span.wp_vb_progress-bar-number, .progress-bar-item-done span.wp_vb_progress-bar-number {
    background: #FFC53D;
    background: -webkit-gradient(linear, left top, right top, from(#FFC53D), to(#FFC53D));
    background: linear-gradient(90deg, #FFC53D 0, #FFC53D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC53D",endColorstr="#FFC53D",GradientType=1);
    color: #000000;
    border-color: transparent;
    --tw-text-opacity: 1;
}
span.wp_vb_progress-bar-number {
    background-color: transparent;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    --tw-border-opacity: 1;
    border-color: #d3d3d3;
    border-radius: 9999px;
    border-style: dashed;
    border-width: 1px;
    display: inline-block;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: .9375rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: #000000;
}
span.wp_vb_progress-bar-text {
    display: none;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: .5rem;
    color: #000000;
}
.wp_vb_step_header {
    margin: 0;
    font-size: 26px;
    color: #333;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.wp_vb_step_text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    --tw-text-opacity: 1;
    color: #000000;
}
.wp_vb_variant-selection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.wp_vb_form-group-cover {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.wp_vb_form-group {
    position: relative;
    flex: 1 1 calc(50% - 16px);
}
.wp_vb_form-group label {
    top: -3px;
    background: #fff;
    padding: 0 4px;
    color: #333;
    position: absolute;
    left: 8px;
    transform: translateY(-50%);
    font-size: 0.9em;
    transition: 0.2s ease all;
    pointer-events: none;
    z-index: 1;
}
.wp_vb_form-group input, .wp_vb_form-group select {
    background-color: #ffffff;
    border-radius: 8px !important;
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 6px 10px;
    height: 38px;
    line-height: 1.3;
    flex-grow: 1;
    width: 100%;
}
.wp_vb_form-group select {
    cursor: pointer;
}
.wp_vb_variant-selection-textarea {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.wp_vb_variant-selection-full {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
/* select type */

/* type end */




.wp_vb_license_plate_input-btn, .wp_vb_submit_information_input-btn, .update_vehicle {
    background-color: #FFC53D;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wp_vb_license_plate_input-btn:hover, .wp_vb_step-btn:hover, .wp_vb_submit_information_input-btn:hover, .update_vehicle:hover {
    background-color: #FFB020;
}
.wp_vb_variant-selection-title {
    margin: 0;
    font-size: 26px;
    color: #333;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
.wp_vb_vehicle-enter-manually-value-cover {
    margin-top: 30px;
}
.wp_vb_license_plate {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 50px;
}
.wp_vb_eu_icon {
    background-color: #003399;
    width: 60px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: 1px solid #ccc;
}
.wp_vb_eu_icon .wp_vb_stars {
    position: relative;
    width: 36px;
    height: 36px;
    margin-bottom: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_vb_eu_icon .wp_vb_stars span {
    position: absolute;
    font-size: 3px;
    color: #FFD700;
}
/* Positioning 12 stars in a circle */
.wp_vb_eu_icon .wp_vb_stars {
    --translate-distance: 10px; /* Define the variable */
}
.wp_vb_eu_icon .wp_vb_stars span:nth-child(1) { transform: rotate(0deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(2) { transform: rotate(30deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(3) { transform: rotate(60deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(4) { transform: rotate(90deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(5) { transform: rotate(120deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(6) { transform: rotate(150deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(7) { transform: rotate(180deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(8) { transform: rotate(210deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(9) { transform: rotate(240deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(10) { transform: rotate(270deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(11) { transform: rotate(300deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon .wp_vb_stars span:nth-child(12) { transform: rotate(330deg) translate(var(--translate-distance)); }
.wp_vb_eu_icon span {
    font-size: 10px;
    font-weight: bold;
    margin-top: 32px;
}
input.wp_vb_license_plate_input {
    font-size: 18px;
    letter-spacing: 6px;
    outline: none;
    background-color: #ffffff;
    color: #333333;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    border-left: unset;
    height: 50px;
    line-height: 1.3;
    gap: 15px;
    flex-grow: 1;
    width: 100%;
    border-radius: 0px 8px 8px 0px !important;
}
.wp_vb_license_plate_input::placeholder {
    color: #ccc;
}
.wp_vb_separator {
    --tw-border-opacity: 1;
    border-color: #d3d3d3;
    border-bottom-width: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.wp_vb_separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}
.wp_vb_separator::before,
.wp_vb_separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d3d3d3;
}
.wp_vb_separator::before {
    margin-right: 10px;
}
.wp_vb_separator::after {
    margin-left: 10px;
}
.wp_vb_separator-text {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.wp_vb_vehicle-enter-manually-cover {
    width: 100%;
    text-align: center;
    margin: 15px 0px;
}
.wp_vb_vehicle-enter-manually {
    cursor: pointer;
    background: #ffffff;
    border: 2px solid;
    border-color: #000000;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 20px;
    text-align: center;
}
.wp_vb_vehicle-enter-manually:hover {
    border-color: #ffc53d;
    color: #ffc53d;
}
.wp_vb_private-ad-variant-list-cover {
    width: 100%;
    overflow: hidden;
}
p.wp_vb_private-ad-variant-list-title {
    margin: 0;
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
span.wp_vb_private-ad-variant-list-count {
    display: block;
    font-size: 14px;
    line-height: normal;
    text-align: right;
}
.wp_vb_private-ad-variant-list {
    height: auto;
    width: auto;
}
.wp_vb_private-ad-variant-list-item-cover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: .25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.wp_vb_private-ad-variant-list-item {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.wp_vb_variant-list-item-side-img {
    width: 3rem;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    background-color: #FFC53D;
}
.wp_vb_variant-list-item-element-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 3rem;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: left;
    flex-direction: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    border-right: 1px solid #ececec;
}
.wp_vb_variant-list-item-element {
    width: 50%;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    padding: 5px;
}
.wp_vb_variant-list-item-element-full {
    width: 100%;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    padding: 5px;
}
.wp_vb_step-btn {
    cursor: pointer;
    border: 1px solid;
    background: #FFC53D;
    border-color: #FFC53D;
    color: #4F3422;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wp_vb_step-btn.wp_vb_back {
    background: #ffffff;
    border-color: #D3D3D3;
}
.wp_vb_step-btn.wp_vb_back:hover {
    border-color: #ffc53d;
    color: #ffc53d;
}
.wp_vb_variant-list-item-element-label {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.wp_vb_variant-list-item-element-value {
    color: #FFC53D;
    display: block;
    font-size: 18px;
    line-height: 24px;
}
input#wp_vb_private_variant_vehicle_1 {
    display: none;
}
.wp_vb_private-ad-variant-list.active .wp_vb_private-ad-variant-list-item-cover {
    background: #fff6e275;
}
.wp_vb_step-btn-cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
    width: 100%;
    margin: 15px 0px;
    gap: 10px;
}

.wp_vb_car-details-container {
    background-color: #F8F8F8;
    border-radius: 8px;
    margin: 20px auto;
    padding: 20px; 
    font-family: Arial, sans-serif;
}
.wp_vb_car-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.wp_vb_car-info-grid {
    width: 100%;
    overflow: hidden;
}
.wp_vb_car-info-cover {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wp_vb_car-heads-info-cover {
    display: flex;
    text-align: center;
    padding: 10px 0;
    justify-content: space-between;
}
.wp_vb_car-heads-info {
    text-align: left;
}
.wp_vb_car-heads-info-label {
    padding: 5px;
    font-weight: 500;
}
.wp_vb_car-heads-info-value {
    padding: 5px;
    font-weight: bold;
}
.wp_vb_car-info-cover:nth-of-type(even) {
    --tw-bg-opacity: 1;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.wp_vb_car-info-label {
    padding: 10px;
    border-radius: 4px;
    font-weight: 500; 
}
.wp_vb_car-info-value { 
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    text-align: right;
}

.wp_vb_color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.wp_vb_color-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 5px);
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.3s;
    cursor: pointer;
}
.wp_vb_color-option input[type="radio"] {
    display: none;
}
.wp_vb_color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.wp_vb_color-label {
    flex-grow: 1;
} 
.wp_vb_color-option input[type="radio"]:checked + .wp_vb_color-circle + .wp_vb_color-label { 
    color: #333333;
}

/* Background color for selected option */
.wp_vb_color-option input[type="radio"]:checked ~ .wp_vb_color-option {
    background-color: #e6f7ff;
}
/* Custom radio appearance */
.wp_vb_radio-button {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
}
.wp_vb_radio-button::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #ffc53d;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transform: scale(0);
    transition: transform 0.2s ease;
}
.wp_vb_color-option input[type="radio"]:checked + .wp_vb_color-circle + .wp_vb_color-label + .wp_vb_radio-button::after {
    transform: scale(1);
}
.wp_vb_color-option.selected {
    background-color: #fcecc8; 
}

/* Highlight class for invalid fields */
.wp_vb_highlight {
    border: 2px solid #d9534f;
    border-radius: 4px;
    background-color: #ffe6e63d;
}
/* Optional: Focus effect */
.wp_vb_highlight:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}
input[type=email].wp_vb_highlight, 
input[type=password].wp_vb_highlight, 
input[type=search].wp_vb_highlight, 
input[type=tel].wp_vb_highlight, 
input[type=text].wp_vb_highlight, 
input[type=url].wp_vb_highlight, 
input[type=number].wp_vb_highlight, 
input[type=phone].wp_vb_highlight, 
select.wp_vb_highlight, 
input[type=date].wp_vb_highlight, 
textarea.wp_vb_highlight {
    border-color: #d9534f !important;
    background-color: #ffe6e6 !important;
}
.wp_vb_form-group select.wp_vb_highlight ~ .dropdown-container .selected-value,
.wp_vb_first_registrationInput.wp_vb_highlight, 
.wp_vb_radio_first_registrationInput.wp_vb_highlight {
    border-color: #d9534f !important;
    background-color: #ffe6e6 !important;
}
input.wp_vb_license_plate_input.wp_vb_highlight {
    border-radius: 0px 8px 8px 0px !important;
}
.wp_vb_private-ad-variant-list.wp_vb_highlight_box .wp_vb_private-ad-variant-list-item-cover {
    border: 2px solid #d9534f;
    border-radius: 4px;
    background-color: #ffe6e63d;
}

/* Main container for the filter */
.wp_vb_search_filter {
    margin: 25px auto;
    font-family: Arial, sans-serif;
    position: relative;
}
.wp_vb_search_container {
    position: relative;
}
.wp_vb_search_filter input[type="text"] {
    width: 100%;
    padding: 10px 35px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.wp_vb_checkbox_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-height: 376px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 10px;
}
.wp_vb_checkbox {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s;
}
.wp_vb_checkbox.checked {
    background-color: #fcecc8; 
}
.wp_vb_checkbox input[type="checkbox"] {
    accent-color: #FFC53D;
    margin-left: 8px;
    background-color: white;
    border-color: white;
}
.wp_vb_checkbox label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
span.wp_vb_search_icon {
    cursor: pointer;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 1;
    padding: 0px 0px 0px 5px;
    color: #000000;
    margin-top: -7px;
}
span.wp_vb_search_icon .fa-xmark {
    margin: 3px;
}
/* photos */
.wp_vb_icon-and-text-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#wp_vb_addPhoto span, div#wp_vb_addUserPhoto span {
    color: #333333;
    font-size: 15px;
    line-height: normal;
}
.wp_vb_icon-upload {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_vb_icon-image {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid #FBB03B;
    border-radius: 8px;
}
.wp_vb_icon-image::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-bottom: 2px solid #FBB03B;
    border-left: 2px solid #FBB03B;
    transform: rotate(135deg);
}
.wp_vb_icon-circle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #FBB03B;
}
.wp_vb_icon-plus {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_vb_icon-plus::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #FBB03B;
}
.wp_vb_icon-plus::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #FBB03B;
}
.wp_vb_upload-container {
    width: 100%;
    margin: auto;
}
.wp_vb_photo-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}
.wp_vb_photo-item {
    position: relative;
    width: 49%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: move;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wp_vb_photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_vb_top-controls {
    top: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: grab;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    padding: 0px 0px 0px 4px;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 81%);
}
.wp_vb_top-controls:hover {
    background-color: #000000;
}
.wp_vb_controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}
.wp_vb_controls .wp_vb_delete, .wp_vb_controls .wp_vb_user_delete {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    padding: 0px 0px 0px 1px;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 81%);
}
.wp_vb_controls .wp_vb_delete:hover, .wp_vb_controls .wp_vb_user_delete:hover {
    background-color: #000000;
}
.wp_vb_position-number {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0px 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.wp_vb_add-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    cursor: pointer;
    color: #FFC53D;
    font-size: 40px;
    margin-top: 15px;
}
.wp_vb_upload-info {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}
input.wp_vb_input_Value {
    background-color: #ffffff;
    border-radius: 2px;
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 6px 10px;
    height: 38px;
    line-height: 1.3;
    flex-grow: 1;
    width: 100%;
}
.wp_vb_section_header_title {
    margin: 0;
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #d3d3d3;
}
textarea.wp_vb_textarea_Value {
    height: 8rem;
    width: 100%;
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: unset;
}

/* General Container Styling */
.wp_vb_upload-info {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}
.wp_vb_upload-info strong {
    color: #d9534f; /* Red color for emphasis */
}

/* Upload Box Styling */
.wp_vb_upload-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp_vb_upload-icon span {
    color: #333333;
    font-size: 15px;
    line-height: normal;
}
.wp_vb_icon-video {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp_vb_icon-video-frame {
    position: relative;
    width: 40px;
    height: 30px;
    border: 2px solid #FBB03B; /* Gold color */
    border-radius: 8px;
}
.wp_vb_icon-video-frame::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #FBB03B transparent transparent;
    transform: translate(-50%, -50%);
}
.wp_vb_icon-video-progress {
    position: relative;
    margin-top: 5px;
    width: 40px;
    height: 2px;
    background-color: #FBB03B; /* Gold color */
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_vb_icon-video-progress-circle {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FFF; /* White color */
    border: 2px solid #FBB03B; /* Gold border */
    border-radius: 50%;
}
.wp_vb_upload-box {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: border-color 0.3s;
}
.wp_vb_upload-box:hover, div#wp_vb_addPhoto:hover, div#wp_vb_addUserPhoto:hover {
    border-color: #FFC53D;
}
.wp_vb_top-controls i {
    top: 4px;
    left: 3px;
    position: absolute;
}
.wp_vb_top-controls img {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Vertical Bar Progress Indicator Styling */
.wp_vb_video_progress-bars {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}
.wp_vb_video_bar {
    width: 8px;
    height: 30px;
    background-color: #FFC53D;
    display: inline-block;
    animation: bounce 1s infinite;
}
.wp_vb_video_bar:nth-child(1) { animation-delay: 0s; }
.wp_vb_video_bar:nth-child(2) { animation-delay: 0.2s; }
.wp_vb_video_bar:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
    0%, 100% { transform: scaleY(0.3); }
    50% { transform: scaleY(1); }
}

/* Percentage Display */
.wp_vb_video_progress-percent {
    display: none;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

/* Video Preview Styling */
.wp_vb_videos_video-preview {
    display: none;
    position: relative;
    margin-top: 10px;
    width: 100%;
}
.wp_vb_videos_video-preview video {
    width: 100%;
    border-radius: 8px;
}

/* Delete Button Styling */
.wp_vb_videos_delete-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    padding: 0px 0px 0px 1px;
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 81%);
}
.wp_vb_videos_delete-button:hover {
    background-color: #000000;
}
/* Modal Styling */
.wp_vb_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.wp_vb_modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 400px;
    text-align: center;
}
.wp_vb_close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.wp_vb_close:hover {
    color: #000;
}
.wp_vb_section_header_title span {
    color: #d9534f;
}
.wp_vb_add-photo.wp_vb_highlight {
    border: 2px solid #d9534f;
    border-radius: 4px;
    background-color: #ffe6e63d;
}
.wp_vb_radio-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.wp_vb_radio-container input[type="radio"] {
    display: none;
}
.wp_vb_radio-button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    padding: 18px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.wp_vb_radio-button.active {
    background-color: #FFC53D;
    border: 1px solid #ffc53d;
    color: #333;
}
.wp_vb_radio-button.inactive {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.wp_vb_step-btn.wp_vb_submit {
    cursor: unset;
    background: unset;
    border-color: unset;
    color: unset;
    font-weight: unset;
    text-align: unset;
    font-size: unset;
    padding: unset;
    height: unset;
    border: unset;
}
.wp_vb_step-btn.wp_vb_submit .wp_vb_submit-btn {
    cursor: pointer;
    background: #FFC53D;
    color: #ffffff;
    border-radius: 8px;
    border-color: #FFC53D;
    border: 1px solid #ffc53d;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    padding: 8px 10px;
    height: 46px;
    width: 100%;
}
 
.wp_vb_loader_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.wp_vb_loader_spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #007a3d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.wp_vb_loader_message {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.wp_vb_stripe-input {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 10px 10px;
    height: 38px;
    line-height: 1.3;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 12px;
}
.wp_vb_card-details {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 10px;
}
#card-expiry, #card-cvc {
    width: 48%;
}
.wp_vb_card-errors {
    color: red;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.wp_vb_response {
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}
.wp_vb_step-devider {
    margin-bottom: 25px;
}
.error {
    color: #ff0000;
}

.wp_vb_Payment_successful_mas_cover {
    text-align: center;
    margin: 25px 0px;
    padding: 50px 0px;
    width: 100%;
    border-radius: 8px;
}
.wp_vb_Payment_successful_mas_cover a {
    text-decoration: unset !important;
}
.wp_vb_circle {
    width: 80px;
    height: 80px;
    background-color: #FFC833;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.wp_vb_checkmark {
    font-size: 36px;
    color: black;
}
.wp_vb_text {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}
.wp_vb_button {
    display: inline-block;
    background-color: #FFC833;
    color: #000000 !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.wp_vb_button:hover {
    background-color: #ffb600;
    cursor: pointer;
}
.wp_vb_arrow {
    margin-left: 8px;
}
.wp_vb_license_plate input {
    padding-left: 10px;
}

.wp_vb_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}
.wp_vb_card {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp_vb_card img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}
.wp_vb_title_price_container {
    display: flex;
    margin: 10px 0px;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}
.wp_vb_title,
.wp_vb_price {
    font-size: 16px; /* Adjust the font size to suit your design */
    font-weight: bold; /* Make the text bold */
}
.wp_vb_price {
    color: #f9a825;
}
.wp_vb_details {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #f8f9fa;
    width: 100%;
}
.wp_vb_detail {
    text-align: center;
    display: flex;
    text-decoration: none;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.wp_vb_icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.wp_vb_footer {
    background-color: #f9a825;
    font-weight: 600;
    color: #000000;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s;
    text-decoration: unset !important;
}
.wp_vb_footer:hover {
    background-color: #f57f17;
}

a.wp_vb_edit-url {
    text-decoration: unset !important;
}
.wp_vb_delete-btn, .wp_vb_edit-btn {
    padding: 10px 20px;
    background-color: #f7b500;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
}
.wp_vb_delete-btn {
    background-color: #FF3E3E;
}
.wp_vb_edit-btn {
    background-color: #f7b500;
}
.wp_vb_delete-btn:hover {
    background-color: #bf2c2c;
}
.wp_vb_edit-btn:hover {
    background-color: #e0a700;
}
.wp_vb_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 350px;
    max-width: 95%;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    z-index: 1000;
}
.wp_vb_popup .wp_vb_icon {
    font-size: 2rem;
    background: #f7b500;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.wp_vb_popup .wp_vb_popup_title {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.wp_vb_popup .wp_vb_popup_sub_title {
    margin-bottom: 20px;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 400;
}
form.wp_vb_delete_cover {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.wp_vb_popup .wp_vb_btn {
    cursor: pointer;
    border: 1px solid;
    border-color: #FFC53D;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
}
.wp_vb_btn-cancel {
    background: #ffffff;
    color: #000000;
}
.wp_vb_btn-delete {
    background: #FFC53D;
    color: #000000;
}
.wp_vb_btn-cancel:hover {
    color: #FFC53D;
    border-color: #FFC53D;
    background: #ffffff;
}
.wp_vb_btn-delete:hover {
    border-color: #FFB020;
    color: #ffffff;
    background-color: #FFB020;
}
.wp_vb_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.wp_vb_equipment_container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create two equal columns */
    gap: 5px; /* Add spacing between columns */
} 
.wp_vb_equipment_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ffc53d78;
}
.wp_vb_equipment_item i {
    color: #003399;
}
.wp_vb_variant-radio-full {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 25px;
}
.wp_vb_radio_tab-container {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
}
.wp_vb_radio_tab {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    cursor: pointer;
    font-weight: 500;
    color: #aba6a6;
    background: #fff;
    transition: background 0.3s, color 0.3s, border-bottom 0.3s;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}
/* First label (left side rounded) */
.wp_vb_radio_tab:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* Last label (right side rounded) */
.wp_vb_radio_tab:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wp_vb_radio_tab:last-child {
    border-right: none;
}
.wp_vb_radio_tab.active {
    color: #ffffff;
    background: #ffc53d;
    border-bottom: 2px solid #ffc53d;  
}
.wp_vb_radio_tab svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.wp_vb_radio_radio {
    display: none;
}
.wp_vb_radio_tab-container.wp_vb_highlight {
    border: 2px solid #d9534f;
}
.dropdown-items div {
    border-bottom: 1px solid #e9e9e994;
}

.dropdown-container {
    width: 100%;
}
.search-box {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.dropdown {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-align: center;
}
.dropdown div, .wp_vb_form-group option {
    cursor: pointer;
    color: #333333;
    display: block;
    background: #ffffff;
    font-size: 15px;
    padding: 5px 0px;
    line-height: 1.3;
    flex-grow: 1;
    width: 100%;
    border-bottom: 1px solid #e9e9e994;
}
.dropdown div:hover {
    background: #f0f0f0;
}
input.search-box {
    border-radius: unset !important;
    margin-bottom: 5px;
}
.selected-value {
    background-color: #ffffff;
    border-radius: 8px !important;
    color: #333333;
    display: block;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 6px 10px;
    height: 38px;
    line-height: 1.3;
    flex-grow: 1;
    width: 100%;
}
.selected-value.wp_vb_highlight {
    border-color: #d9534f !important;
    background-color: #ffe6e6 !important;
}
.wp_vb_radio_tab_body {
    display: none;
}
.wp_vb_radio_tab_body.active {
    display: block;
}
.wp_vb_withOutTrailer {
    display: none;
}
.wp_vb_withOutTrailer.active {
    display: block;
}
input.jsp_input_company_password {
    padding-right: 30px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (min-width: 380px) {
    span.wp_vb_progress-bar-text {
        display: block;
    }
}
/**
 * Mobile styling
 */
 @media only screen and (max-width: 39.9375em) {
    .wp_jcin_registration {
        padding: 20px;
    }
    span.wp_vb_progress-bar-number {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
    }
    ul.wp_vb_progress-bar-list:before {
        height: 1.5rem;
    }
    li.wp_vb_progress-bar-item:first-child:before, li.wp_vb_progress-bar-item:last-child:before {
        height: 1.5rem;
        border-bottom-width: 1px;
    }


 }


