body {
    font-family: 'Vazirmatn', serif;
}

a {
    text-decoration: none;
}

.abel-oneLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Navbar {
    z-index: 1030;
}

/* pricelist */
.badge {
    height: fit-content;
}

.btn:focus {
    background-color: #000 !important;
    color: white !important;
}

/*hrs*/
body {
    font-family: 'Vazirmatn', serif;
}

select {
    white-space: pre-wrap;
}

.abel-wrap {
    word-break: break-all;
}

.abel-ltr {
    direction: ltr;
}

/* li {
    list-style: none;
    position: relative;
} */

ul li:last-child {
    margin-bottom: 0 !important;
}

.abel-subject {
    z-index: 1021;
}

.abel-user {
    width: fit-content;
    top: 0px;
}

.abel-user::before {
    content: '';
    position: absolute;
    top: 18px;
    right: calc(-2rem - 1px);
    width: calc(2rem + 1px);
    border-top: 1px solid #212529;
}

.abel-user::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -41px;
    width: 16px;
    height: 16px;
    border: 2px solid #212529;
    border-radius: 50%;
    background: #fff;
}

#abel-done .card::before {
    content: '';
    position: absolute;
    top: calc(-1rem - 1px);
    right: 3rem;
    height: calc(1rem + 1px);
    border-right: 1px solid #212529;
}

.abel-show {
    display: block !important;
}

.abel-hide {
    display: none !important;
}