@font-face{
    font-family:'Vazirmatn';
    src:url('/lib/fonts/Vazirmatn-Regular.woff2')
    
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family:'Vazirmatn'
}

.auth-card {
    max-width: 420px;
    margin: 4rem auto;
}

.ticket-thread .message {
    border-radius: .5rem;
}

.ticket-thread .message.internal {
    border-left: 4px solid var(--bs-warning);
    background-color: #fff9e6;
}

.ticket-thread .message.reply {
    border-left: 4px solid var(--bs-primary);
}

.ticket-thread .message.requester {
    border-left: 4px solid var(--bs-secondary);
}

.org-tree, .org-tree ul {
    list-style: none;
    padding-left: 1.25rem;
}

.org-tree li {
    margin: .35rem 0;
}

.stat-card .display-6 {
    font-weight: 600;
}

.rating-stars i {
    color: #f5b301;
}
