@CHARSET "UTF-8";

#passwordModal .modal-dialog {
    width: 420px;
    max-width: 95%;
    margin: 30px auto;
}

#passwordModal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #passwordModal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
    }
    
    #passwordModal .modal-content {
        height: 100vh;
        border-radius: 0;

        /* 🔥 QUAN TRỌNG */
        display: flex;
        flex-direction: column;
    }

    #passwordModalContent {
        flex: 1;
        display: flex;
        flex-direction: column;
    }


}
