.aap-ver-name {
    top: 0px;
    left: 41px;
    z-index: 1;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: auto;
}

.img-16x9 {
    aspect-ratio: 16 / 9;
}

.img-1x1 {
    aspect-ratio: 1 / 1;
}

.img-4x1 {
    aspect-ratio: 4 / 1;
}

.img-24x5 {
    aspect-ratio: 24 / 5;
}

.img-4x3 {
    aspect-ratio: 4 / 3;
}

.img-12x11 {
    aspect-ratio: 12 / 11;
}

.img-16x9.cover,
.img-1x1.cover,
.img-4x1.cover,
.img-24x5.cover,
.img-4x3.cover,
.img-12x11.cover {
    object-fit: cover;
}

.img-16x9.contain,
.img-1x1.contain,
.img-4x1.contain,
.img-24x5.contain,
.img-4x3.contain,
.img-12x11.contain {
    object-fit: contain;
}

/* .card {
    border: 1px solid #E2E8F0;
} */

.app-header-menu .menu>.menu-item>.menu-link .menu-title {
    font-size: 1.16rem;
}

.btn {
    --bs-btn-font-size: 1.15rem;
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-font-size: 1rem;
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-font-size: 1.2rem;
}

[data-bs-theme=light] {
    --bs-header-primary-link-color: #252F4A;
    --bs-app-bg-color: #F1F5F9;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="date"]:after {
    font-family: 'FontAwesome';
    content: '\f274';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: var(--bs-gray-400);
}

.truncate-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tl-2 {
    -webkit-line-clamp: 2;
}