.modal-container {
    background-color: #ddddddcc;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.50);
    margin-top: 200px !important;
    border-radius: 15px;
    font-size: larger;
    width: 600px;
    max-width: 600px !important;
}

.search {
    border: none;
    background-color: #bbbbbb00;
    color: #777;
    margin: 5px;
    font-size: xx-large !important;
    height: 40px !important;
}

div[slot="search"] {
    height: 40px;
}

.search-box {
    padding: 20px !important;
    border-bottom: 1px solid #999;
}

.search::placeholder {
    color: #777;
}

.search:focus {
    color: #333;
}

/* Filtered Items */

.item {
    color: #222;
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.item:hover {
    background-color: #b9c2dd;
}

.item.selected {
    background-color: #b9c2dd;
}

kyb {
    background: #353535;
    color: #e2e2e2;
    border-bottom: 2px solid #7b7b7b;
    font-family: monospace;
}