.aap-ver-name {
    /* position: absolute; */
    /* top: 15px; */
    /* left: 96px; */
    z-index: 1;
    display: flex;
    flex-direction: row;
    /* horizontal alignment */
    align-items: center;
    gap: 3px;
    /* space between dot and text */
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Dot style */
.aap-ver-name::before {
    content: "•";
    font-size: 14px;
    line-height: 1;
}

/* === Color Variants === */
.aap-ver-name.pro,
.aap-ver-name.pro::before {
    color: #ff7b00;
    /* Orange for Pro */
}

.aap-ver-name.gold,
.aap-ver-name.gold::before {
    color: #ffbf00;
    /* Gold for Gold */
}

.aap-ver-name.enterprise,
.aap-ver-name.enterprise::before {
    color: #b48eff;
    /* Purple for Enterprise */
}




.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;
}


.back-btn .icon-move-left {
    transition: transform 0.3s ease;
}

.back-btn:hover .icon-move-left {
    transform: translateX(-5px);
}

/* .back-btn:hover {
    background: linear-gradient(90deg, hsla(186, 100%, 69%, 1) 0%, hsla(217, 100%, 50%, 1) 100%);
    color: white;
} */

/* Modal upload popup dark theme bg color change*/
[data-bs-theme="dark"] .modal-header {
    background-color: #15171C !important;
}


/* 🌙 Dark Mode for CKEditor */
/* [data-bs-theme="dark"] .cke_top,
[data-bs-theme="dark"] .cke_bottom,
[data-bs-theme="dark"] .cke_contents {
    background-color: #1e1e2d !important;
    border-color: #2d2d3a !important;
    color: #e4e6ef !important;
}

[data-bs-theme="dark"] .cke_top {
    background-color: #2b2b3c !important;
}

[data-bs-theme="dark"] .cke_button,
[data-bs-theme="dark"] .cke_combo_button {
    background-color: transparent !important;
    color: #e4e6ef !important;
    border-radius: 4px;
}

[data-bs-theme="dark"] .cke_button:hover,
[data-bs-theme="dark"] .cke_combo_button:hover {
    background-color: #383850 !important;
}

[data-bs-theme="dark"] .cke_panel {
    background-color: #2a2a3a !important;
    color: #f1f1f1 !important;
    border-color: #3b3b4f !important;
}

[data-bs-theme="dark"] .cke_editable {
    background-color: #1b1b28 !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .cke_editable a {
    color: #3ea6ff !important;
}

[data-bs-theme="dark"] .cke_editable::placeholder {
    color: #999 !important;
}

[data-bs-theme="dark"] .cke_bottom {
    background-color: #2b2b3c !important;
    color: #aaa !important;
    border-top: 1px solid #333 !important;
} */
 .toast-error {
    background-color: #e74c3c !important;
    color: #fff !important;
}

.toast-error .toast-title {
    font-weight: bold;
}

.toast-error .toast-message {
    font-size: 14px;
}
