﻿.table thead th {
    font-size: 12px !important;
    font-weight: bold !important;
}

.card-title {
    font-size: 20px !important;
}

.form-control {
    border-radius: 0px !important;
}

.input-group-text {
    border-radius: 0px !important;
}

.form-control-disabled {
    background-color: var(--tblr-bg-surface-secondary) !important;
    opacity: 1 !important;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.avatar {
    --tblr-avatar-shadow: none !important;
}

.avatar-sm {
    --tblr-avatar-size: 3rem !important;
}

.page-title {
    font-size: 2.25rem !important;
}

.label-title {
    font-size: 19px !important;
    font-weight: bold !important;
}
