label.error {
    margin-top: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #ff6174;
}

.d-none {
    display: none !important;
}

.checkout-container {
    opacity: 0;
}

input.error,
.form__error,
textarea.error {
    border-color: #ff6174 !important;
    margin-top: 0;
}

.header-contact-form label.error {
    color: #ff7d8d;
    font-size: 11px;
    line-height: 15px;
    /* margin-top: 4.5px; */
    font-weight: 500;
    width: calc(100% + 9px);
    display: block;
}

.header-contact-form input.error,
.header-contact-form .form__error,
.header-contact-form textarea.error {
    border-color: #ff7d8d !important;
    margin-top: 0;
}

.opacity-enabled {
    opacity: 1 !important;
}

:root {
    --percentage: 5%;
}

.payment-error-modal__box.pageload_popup {
    max-width: 400px;
}
.progress-bar {
    position: relative;
    /* margin: 100px auto; */
    text-align: center;
    width: 85%;
    transition: ease 1s width;
    border-radius: 10px;
}

.progress-bar:before {
    content: "";
    background: #e9ecef;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.progress-bar:after {
    content: "";
    position: absolute;
    background: #3ad1f2;
    width: var(--percentage);
    height: 15px;
    border-radius: 10px !important;
    top: 30px;
    left: 0;
    transition: ease 1s width;
}

.header-contact-trigger__info{
    width: calc(100% - 26px); 
}

/*For contact form*/
.simplebar-mask .simplebar-offset .simplebar-content-wrapper{
    height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
}

@media screen and (max-width: 576px) {
    .simplebar-mask .simplebar-offset .simplebar-content-wrapper{
        height: auto !important;
    }
}
