body .dokan-support-login-wrapper,
body .dokan-store-support-modals,
body #dokan-modal-login-form-popup {
    width: 500px !important;
    max-width: 500px !important;
    border: none !important;
}

.dokan-support-login-wrapper h2,
.dokan-support-intro-text,
body #dokan-modal-login-form-popup h2,
.dokan-support-login-wrapper h2,
.dokan-store-support-modals h2 {
    border-bottom: none !important;
    text-align: center;
}

.dokan-support-login-wrapper h2,
.dokan-support-intro-text {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dokan-support-login-wrapper .dokan-izimodal-close-btn {
    display: none;
}

.dokan-support-login-wrapper.dokan-alert {
    text-align: center;
}

.dokan-store-support-modals textarea {
    resize: none;
    overflow: auto;
    box-sizing: border-box;
}

.dokan-store-support-modals .dokan-alert {
    border: none !important;
    border-radius: 0;
}

#dokan-modal-login-form-popup .iziModal-header {
    background-color: var(--wp--preset--color--background-primary) !important;
    margin: auto;
}

#dokan-modal-login-form-popup .iziModal-button-close {
    display: none;
}

#dokan-modal-login-form-popup.iziModal .iziModal-header {
    box-shadow: none;
}

@media (max-width: 768px) {
    body .dokan-support-login-wrapper,
    body .dokan-store-support-modals,
    body #dokan-modal-login-form-popup {
        width: 340px !important;
        max-width: 340px !important;
        border: none !important;
    }
}


