*{color-scheme: dark;}

/* Style your page here */
.container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.panel {
    width: auto;
    padding: 20px;
    border: 1px solid #ffffff12;
    border-radius: 5px;
    overflow-y: auto;
}

ul {
    list-style-type: none;
    padding: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.none {
    background-color: transparent;
    color: #ffffff;
}

.modal-content {
    background-color: #111827;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #ffffff12;
    width: 99%;
    border-radius: 5px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgba(255, 255, 255, 0.455);
    text-decoration: none;
    cursor: pointer;
}

input {
    padding: 10px 8px !important;
    background-color: transparent;
}

input:hover, input:focus {
    border: 1px solid #3b82f6;
    border-radius: 6px;
}