/*
Theme Name: www.fararesanbarkhat.com / info@fararesanbarkhat.com / 09150473165 - 09365970176 Product By : BarkhatCo - Danial Karimi
Version: 3
*/

.center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.display_none {
    display: none !important;
}

.display_block {
    display: block !important;
}

.display_flex{
    display: flex !important;
}

.error_validate {
    border: 1px solid red !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.cursor_not_allowed {
    cursor: not-allowed;
}

.text_justify {
    text-align: justify !important;
}

.text_align_center {
    text-align: center !important;
}

.text_align_right {
    text-align: right !important;
}

.text_align_left {
    text-align: left !important;
}

.logo_barkhat_login {
    height: 30px;
    margin-top: 15px;
}

.barkhat {
    text-decoration: none;
    border: none !important;
}

.text_no_select {
    user-select: none;
}