/*************************************************
 SmarterMail WHMCS - Client Area UI Fine Tuning
 RTL Safe / Multi-RTL Styles Compatible
*************************************************/

/* کانتینر اصلی */
.smartermail,
.smartermail-container {
    width: 100%;
    box-sizing: border-box;
    direction: rtl;
}

/* فرم‌ها */
.smartermail form {
    margin-top: 15px;
}

/* لیبل‌ها */
.smartermail label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

/* فیلدهای ورودی */
.smartermail input[type="text"],
.smartermail input[type="password"],
.smartermail input[type="email"],
.smartermail select {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* ردیف اکشن‌ها */
.smartermail .form-actions,
.smartermail .email-actions {
    margin-top: 20px;
    text-align: right;
}

/* دکمه‌ها */
#btn-submit,
#btn-delete,
#btn-remove,
.smartermail .btn {
    display: inline-block !important;
    float: none !important;
    margin: 6px 4px !important;
    min-width: 110px;
}

/* دکمه حذف */
#btn-delete,
#btn-remove {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* جلوگیری از تداخل float */
.smartermail form::after {
    content: "";
    display: block;
    clear: both;
}

/* فاصله بین بخش‌ها */
.smartermail hr {
    margin: 20px 0;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .smartermail .btn {
        width: 100%;
        margin: 6px 0 !important;
    }
}


/* SmarterMail WHMCS - Final precise fix for action buttons */

/* دکمه حذف */
html body.primary-bg-color section#main-body
div.container div.row
div.col-lg-8.col-xl-9.primary-content
div div form input.btn.btn-danger {
    display: inline-block !important;
    float: none !important;
    margin: 6px 8px !important;
    vertical-align: middle;
}

/* دکمه ذخیره */
html body.primary-bg-color section#main-body
div.container div.row
div.col-lg-8.col-xl-9.primary-content
div div form input#btn-submit {
    display: inline-block !important;
    float: none !important;
    margin: 6px 8px !important;
    vertical-align: middle;
}

/* جلوگیری از تداخل float در فرم */
html body.primary-bg-color section#main-body
form::after {
    content: "";
    display: block;
    clear: both;
}
