body, html {
    font-family: 'IranSans'; /*direction: rtl !important;*/
    /*font-family: 'Vazir'; !*direction: rtl !important;*!*/
}

.en {
    /*font-family: "Montserrat SemiBold" !important;*/
    direction: ltr;
    text-align: left;
}
/*body{*/
/*    background-color: whitesmoke;*/
/*}*/
#page {
    height: 100vh;
    overflow-y: hidden;
}

.page_content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 55px);
}

::-webkit-scrollbar {
    width: 7px;
    cursor: pointer !important;
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grery;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 10px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}

tr:last-child td {
    border: none !important;
}

/*tr td:first-child, tr td:last-child {*/
/*    width: 35px !important;*/
/*}*/

/*tr:last-child td, tr:last-child th{*/
/*    border: none !important;*/
/*}*/
#main {
    width: calc(100% - 55px);
    height: inherit;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    transition: 300ms linear;
}

#sidebar {
    width: 55px;
    height: inherit;
    transition: 300ms linear;
}

#sidebar ul li {
    direction: rtl !important;
    line-height: 20px;
}

#sidebar ul li .bi {
    font-size: 25px;
}

#sidebar ul li span {
    font-size: 12px;

}

#sidebar ul li .active {
    background: #F8F9FA;
    color: black !important;
    border-radius: 0;
    font-weight: bolder;
}

.card {
    border: none;
    box-shadow: 0 1px 1px lightgray;
}

.error {
    color: lightcoral;
}

.hasError {
    border: 1.2px solid lightcoral !important;
    box-shadow: none !important;
}

.valid {
    border: 1.5px solid #42b983 !important;
    box-shadow: none !important;
}

.route-enter-from {
    opacity: 0;
    transform: translateY(50px);
}

.route-leave-to {
    opacity: 0;
    transform: translateY(-100px);
}

.route-enter-active {
    transition: all 0.2s ease-out;
}

.route-leave-active {
    transition: all 0.2s ease-in;
    /*transform: scale(0, 0) !important; */
    /*position: absolute;*/
    /* right: calc(50% - 250px); */
}

form label {
    cursor: pointer;
}

.dropdown-item {
    cursor: pointer;
}
.dropdown-menu[data-bs-popper] {

    right: -65px !important;
    /*left: 0 !important;*/

}
.progress_container:not(.order_status) {
    width: 100%;
    height: 100vh;
    /*background: rgba(0, 0, 0, 0.7);*/
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;

}

.progress:not(.order_status) {

    width: 30%;
    position: absolute;
    top: 45vh;
    right: 35%;
}

.progress-bar:not(.order_status) {
    text-align: center !important;
    transition: 0.2s ease;
}


.modal-xl {
    max-width: 80%;
}
/*#editor{*/
/*    width: 100%;*/
/*    border: 1px solid darkgray;*/
/*    border-radius: 5px;*/
/*    vertical-align: top;*/
/*    padding: 20px 20px 20px 20px;*/
/*}*/


 *[contentEditable="true"]{
     min-height: 200px;
 }

 *[contentEditable="true"]:focus,
 *[contentEditable="true"]:hover {
    outline: 0 !important;
     direction: rtl !important;
     text-align: right !important;

}

