.theme-modal {
    position: fixed;
    inset: 0;
    background: rgba(var(--black-rgb), 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.theme-modal.open {
    display: flex;
}

.theme-box {
    width: 320px;
    padding: 30px;
    text-align: center;
}

.theme-box input[type="color"] {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.theme-modal {
    position: fixed;
    inset: 0;
    background: rgba(var(--black-rgb), 0.65);
    display: none !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

