.ftth-request-promo-code {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}
.ftth-request-promo-code-input {
    width: 100%;
}
.ftth-request-promo-code-btn {
    width: 135px;
}
.ftth-request-promo-code-btn .btn {
    font-weight: bold;
    min-width: unset;
}
.form-message-promo_code {
    color: #2BA87C;
    margin-bottom: 20px;
    font-weight: bold;
}
.form-message-promo_code > font {
    font-weight: bold;
}
.form-error-promo_code{
    margin-bottom: 20px;
    font-weight: bold;
}
#check-promo-btn:disabled {
    background: none !important;
    opacity: 50%;
    cursor: not-allowed;
}
#check-promo-btn:hover {
    background-color: transparent;
    border: 2px solid #f04d4d;
    color: #f04d4d;
}
.modal__button-box > .submit-btn {
    user-select: none;
}

