body,.tooltip{
    font-family: 'byekan'!important;
}
body {
    direction: rtl;
    text-align: right;
    font-size: .8rem;
    color: #212529;
}
.bg-info-light{
    background-color: #bddafa !important;
}
.label-req::after{
    content: " *";
    color: red;
}
.important-field{
    color: #11bb11;
}
.btn-w-100 {
    width: 5rem;
}
.pointer{
    cursor: pointer;
}
.btn-w{
    min-width: 6rem;
}
table{
    white-space: nowrap;
}
/*loader*/
#loader-div{
    display: none;
}
#loader-div.on{
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 5000;
}
.lds-roller {
    display: inline-block;
    position: absolute;
    left: 45%;
    top: 45%;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*end loader*/

/*scroll style*/
.scrollbar-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.scrollbar-deep-purple::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
.scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #343a40;
}
.scrollbar-deep-purple {
    scrollbar-color: #343a40 #F5F5F5;
}
.bordered-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #7d7d7f;
}
.bordered-deep-purple::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}
.thin::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
@media (min-width: 576px) {
    .modal-xl {
        max-width: 560px;
    }
    .modal-xxl {
        max-width: 560px;
    }
}
@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
    .modal-xxl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
    .modal-xxl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .modal-xxl {
        max-width: 1340px;
    }
}
table td{
    vertical-align: middle!important;
}
.sample{
    min-width: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
.bg-success-dark{
    background-color: #12450d;
    color: white;
}
input:focus , select:focus , textarea:focus{
    border-color: green!important;
}
table td{
    vertical-align: middle!important;
}
input[type=number]{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.swal2-container {
    z-index: 4500!important;
}


@media print {
    .page-wrapper {
        margin: 0!important;
        padding-top: 0!important;
    }
    .no-print {
        display: none;
    }
}
