#pgate-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.pgate-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.pgate-actions {
    margin-top: 15px;
}

.pgate-actions .button {
    margin: 0 5px;
}

.pgate-modal-content {
    background: #fff;
    width: 350px;
    padding: 20px;
    border-radius: 6px;
}

.pgate-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pgate-draggable {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: grab;
    margin: 5px;
    display: inline-block;
}

.pgate-symbol {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: grab;
}

#pgate-puzzle {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

#pgate-correct {
    margin-bottom: 10px;
    font-weight: bold
}

#pgate-puzzle {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px
}

@media screen and (max-width: 500px) {
    .pgate-modal-content {
        width: 80%;
    }

}

.login label.pgate-accessible-row-symbol{
    font-size: 20px;
    margin-bottom: 0px;
}
