/*.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 !important;
}

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

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

.btn-group .btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}


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

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