@font-face {
    font-family: Vazir;
    src: url(../fonts/Vazir.woff) format('woff');
}

.mr-Vazir {
    font-family: Vazir;
}

.header-form-search {
    position: relative;
}

.header-form-search input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 45px;
    padding: 23px;
    border: solid rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #ffffffc4;
}

.card-search {
    background-color: #fff;
    border-radius: 20px;
    overflow: auto;
    padding: 20px;
    z-index: 9999;
}

.mr-form-group input {
    border-radius: 25px;
    padding: 23px;
    border: solid rgba(0, 0, 0, 0.2);
    background-color: #ffffffc4;
}

.input-date {
    height: auto;
}

.mr-form-group textarea {
    border-radius: 25px;
    padding: 23px;
    border: solid rgba(0, 0, 0, 0.2);
    background-color: #ffffffc4;
}

.mr-pre-td {
    white-space: pre !important
}
