.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000b8;
}

.custom-modal-content {
    margin: 10% auto;
    width: 80%;
}

.custom-modal-info {
    background-color: white;
    padding: 6px;
}

.custom-modal-info img {
    width: 18px;
    margin-right: 8px;
}



.w-100 {
    width: 100%;
}

.slots-api-shortcode .slot-item .slot-box {
    background-color: white;
    overflow: hidden;
    text-align: center;
}

.slot-name {
    color: #1d1d1d;
    font-size: 14px !important;
    padding: 0;
    display: block;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.slot-software {
    color: #a0a0a0 !important;
    font-size: 11px;
}

.play-button {
    background-color: #188961;
    border: 0;
    padding: 8px 40px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    color: white;
}

.slots-api-shortcode .slot-item .image-box img {
    max-height: 150px;
    min-height: 150px;
    height: auto;
    object-fit: cover;
}

.slots-filter-label {
    display: block;
    font-size: 11px;
    color: white;
    margin-bottom: 4px;
    font-weight: 500;
    text-align: center;
}

.slots-filter-select {
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px 12px;
}

.slots-filter-select:focus-visible {
    outline: 0 !important;
}

.slots-api-filter-box {
    background-color: #0000002e;
    border-radius: 12px;
    padding: 12px;
}

#apply-filters {
    border: 0;
    padding: 12px;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    color: white;
    width: 100%;
}

.slots-api-pages button {
    border: 0;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 13px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
}


.empty-slots {
    max-width: 500px;
    min-height: 500px;
}

.empty-slots p {
    color: white;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
}