.modal-content {
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    
}

.modal-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 1rem 1.5rem;
}

.modal-title {
    font-weight: 600;
    font-size: 1.25rem;
    width: 96%;
    text-align: center;
}

.modal-body {
    padding: 1.5rem;
    line-height: 1.6;
    color: #333;
    max-height: 400px;
    overflow-y: auto;
    text-align: justify;
}

.modal-header .close {
    font-size: 1.5rem;
    color: #555;
    opacity: 0.8;
}

.modal-header .close:hover {
    color: #000;
    opacity: 1;
}
.fc-show-detail {
    cursor: pointer;       /* con trỏ tay */
    color: #0073e6;        /* màu chữ */
    font-weight: 600;
}

.fc-show-detail::before {
    content: "👉 ";         /* emoji bàn tay chỉ trước chữ */
    margin-right: 0.2em;    /* khoảng cách giữa tay và chữ */
}


