/*.card {*/
/*    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
/*    transition: transform 0.2s ease, box-shadow 0.2s ease;*/
/*}*/

.card:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
    transform: translateY(-0.5px);
}

.card-header-gradient {
    background: linear-gradient(
        135deg,
        #0f2027 0%,
        #203a43 20%,
        #2c5364 40%,
        #1e3c72 60%,
        #2a5298 80%,
        #3b5998 100%
    );
    color: white;
}

.card-header-gradient a {
    color: white;
}

.btn {
    margin: 0.25rem;
    transition: transform 0.15s ease;
}

.btn:hover {
    transform: translateY(-0.5px);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Ensure submenu opens on click for mobile or touch devices */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        position: static;
        margin: 0;
        border: 0;
        box-shadow: none;
    }
}






.note-editable {
    background-color: white !important;
    border-radius: 10px;
    overflow: hidden;
    min-height: 200px;
}

.swal2-popup {
    font-size: 0.9rem !important;
    width: 300px !important;
}
