.bg-cover {
    background-image: url('/assets/images/login_background.avif');
}


/* Form controls */
.form-control:disabled, .form-control[readonly] {
    background-color: var(--tblr-bg-surface-secondary);
    opacity: 1
}

/* Card stamp */
.card-stamp-left {
    left: 0;
    right: unset;
    border-top-left-radius: 4px;
    border-top-right-radius: unset;
}

    .card-stamp-left .card-stamp-icon {
        left: calc(var(--tblr-stamp-size)* -0.25);
        right: unset;
    }


@media (min-width: 992px) {
    :root,
    :host {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1250px) {
    .navbar-brand {
        margin-left: 50px !important;
    }
}
@media (min-width: 1250px) {
    .container-fluid > .navbar-brand {
        margin-left: 50px !important;
    }
}

.fc-white {
    color: #FFF !important;
}

.table-tr-no-border > tbody > tr,
.table-tr-no-border > tbody > tr > td {
    border-style: none !important;
}

.table-tr-lc-no-border > tbody > tr:last-child,
.table-tr-lc-no-border > tbody > tr:last-child > td {
    border-style: none !important;
}

.flex01auto {
    flex: 0 1 auto;
}
.flex11auto {
    flex: 1 1 auto;
}

.white-space-nowrap {
    white-space: nowrap;
}

.ts-dropdown-content > .option {
    margin: 3px;
}

.fc-event-overlay {
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 9999;
}