@import 'fix.css';
@import 'all.css';
@import 'fontiran.css';

body{
    direction: rtl;
    text-align: right;
    background: #09102a;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    font-size: 15px;
}
body,h1,h2,h3,h4,h5,h6,span,a,p,small,b,label,input,select,button,li,.MuiSelect-select{
    font-family: IRANSansFa !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ltr-input-parent input,.ltr-input{
    text-align: left !important;
    direction: ltr !important;
}
.btn-primary{
    background: #7338A0 !important;
}
.MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{
    border-color: #7338A0 !important
}
.MuiFormLabel-root.Mui-focused{
    color: #7338A0 !important
}
.MuiInputBase-root::after{
    border-color: #7338A0 !important;
}
.btn-primary:disabled{
    background: rgba(0, 0, 0, 0.12) !important
}
.Toastify__toast-container{
    right: 0 !important;
}
.Toastify__toast-body{
    direction: rtl !important;
    font-family: IRANSansFa !important;
}
.Toastify__close-button{
    position: absolute;
    top: 23px;
    left: 12px;
}
.cursor-pointer{
    cursor: pointer;
}
.color-primary{
    color: #7338A0 !important
}
@keyframes shimmer{
    0% {
        background-position: 1000px 0;
    }
    100% {
        background-position: -1000px 0;
    }
}
.animate{
    animation: shimmer 3s infinite linear;
}
.MuiAlert-message{
    font-family: IRANSansFa;
}
#current-version{
    color: #fff;
    position: absolute;
    bottom: 100px;
    width: 100%;
    right: 0;
    text-align: center;
    font-size: 14px;
}
#show-all{
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.main-area{
    margin-top: 10px;
    height: calc(100dvh - 170px);
    overflow-y: auto;
    overflow-x: hidden;
}