﻿.alert *[data-valmsg-summary="true"] ul{
    margin-bottom: 0;
}

html{
    direction: rtl;
}

.spinner.spinner-right.btn:not(.btn-block) {
    padding-left: 3.5rem !important;
}

.alert-text.h5 {
    line-height: 1.8;
    margin: 0;
}

.w-auto{
    width: auto !important;
}

.dropdown-menu > li > a > i:before, .dropdown-menu > .dropdown-item > i:before{
    line-height:1;
}

.UserRole {
    background: #C9F7F5 !important;
    color: #1BC5BD !important;
}

#kt_login_auto_singin_form input{
    display: none;
}



/* Modal Styles */
.modal {
    position: absolute;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* Close Button Style */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}