/*
    General
*/
* {
    margin: 0;
    padding: 0;
    direction: rtl;
}

*:not(.fa) {
    font-family: Vazirmatn !important;
}

a {
    text-decoration: none;
}

.fs-9{
    font-size: 90% !important;
}

.ltr{
    direction: ltr;
    text-align: left;
}

input.plc-rtl::placeholder {
    direction: rtl !important;
    text-align: right !important;
}

/*delete numeric input arrow*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

body {
    background-color: #fafafa !important;
}


/*login page*/
button#login:disabled{
    opacity: 1;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


/*account*/
.user-name{
    display: block;
    font-size: 1.1rem !important;
}

@media screen and (max-width: 340px) {
    #main-menu-div{
        flex-direction: column !important;
        gap: 1rem;
    }
}
