#root {
    min-height: 100vh;
    display: flex;
    min-width: 0;
    width: 100%;
    height: 100%;
}

.loader {
    margin: auto;
    width: 50px;
    height: 50px;
}

.circular-loader {
    animation: rotate 2s linear infinite;
}

.loader-path {
    fill: none;
    stroke-width: 3px;
    animation: animate-stroke 1.5s ease-in-out infinite;
    stroke-linecap: round;
}


.iran-font {
    font-family: Iran, serif;
}

.iran-font2 {
    font-family: IRANSans, serif;
}

.iran-font3 {
    font-family: Iran !important;
}


.text404 {
    font-size: 40px !important;
    margin-top: 50px !important;
    font-weight: bold !important;
    color: black !important;


}

.recharts-cartesian-axis-tick-value {
    font-family: Iran;
}


.textfield-dialog {

    width: 100%;
    margin-top: 5px;


}

.swal2-container {
    z-index: 9999 !important;
}

.cursor-p {
    cursor: pointer;
}


.swal2-html-container {
    font-family: Iran, serif;

}

.swal2-title {
    font-family: Iran, serif;
}

.swal2-styled.swal2-confirm {
    font-family: Iran, serif;
}

.swal2-styled.swal2-deny {
    font-family: Iran, serif;
}

.swal2-styled.swal2-cancel {
    font-family: Iran, serif;
}


@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke: #7352C7;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
        stroke: #7352C7;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
        stroke: #7352C7;
    }
}


.border2 {
    font-family: Iran;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 5px;
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: rgba(0, 0, 0, 0.54);
}

.buttonProgress {
    color: green;
    position: absolute;
    top: 50%;
    left: 50%;
    marginTop: -12;
    marginLeft: -12;
}

.muirtl-j8k8pp-MuiListSubheader-root {
    font-size: 24px !important;
    color: black !important;
}

.divnameicon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.imgicon {
    width: 30px;
    height: 30px;
    margin-left: 5px;

}

.muirtl-fgp9os {
    padding: 16px 13px !important;
}

.tickettitle {
    font-family: Iran;
    font-size: 15px;
    margin-top: 35px;
    color: black;
}

.divitemtable {
    background-color: #f0f0f0;
    border-color: #e6e6e6;
    font-family: Iran;
    width: 150px;
    border-radius: 100px;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexemployee {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.divfileselect {
    width: 70%;
    margin-top: 10px;
    padding: .25rem;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 80%;
    background-color: #f0f0f0;
    border: 1px solid #cacaca;
    border-radius: 5px;
}


.attachment-item__content{
    width: 90%;
}



/*@media (min-width: 576px) {*/
/*    .muirtl-zm4tjl {*/
/*        margin-right: 0px !important;*/
/*    }*/
/*}*/