﻿#passwordModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#modalContent {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#passwordContainer {
    display: flex;
    gap: 10px;
}

.passwordInput {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
}
