#loader_block {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.fill_loader{
    z-index: 999999;
}

.fill_loader #loader_block{
    background: white;
}

.fill_loader .spinner-border, .fill_loader p{
    color: black !important;
}

.preloader_block {
    background: white;
    position: fixed;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: 1;
}

.preloader_hide {
    opacity: 0;
}

.notyf__wrapper {
    padding: 10px;
}

.notyf__message{
    text-transform: capitalize;
}

.no_curved_border {
    border-radius: 0;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.number_col {
    width: 60px !important;
    text-align: center !important;
}

.spl_th {
    width: 80px !important;
    text-align: center !important;
}

.transparent_card {
    background: rgba(255, 255, 255, 0.7);
}

.spl_upload_field {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

select option {
    text-transform: capitalize;
}

.active_label{
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    margin: 3px 0 0 -32px;
    opacity: 0.65;
    display: block;
}

.spl_label, .spl_label:focus, .spl_label:focus-visible{
    box-shadow: none !important;
    outline: none !important;
}

.nav-tabs {
    padding-left: 15px;
    margin-bottom: 0;
    border: none;
}

.border_tab.tab-content {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

.tab .nav-tabs .nav-link.active {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.download_app_block {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
}


td{
    word-break: break-all !important;
}

.row-danger td{
    color: #dc3545 !important;
}

.row-warning td{
    color: #fcb92c !important;
}

#notes_list .username, #notes_archived_list .username{
    font-size: 13px;
}
.note-actions a{
    line-height: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
}