.switch_event_select {
    margin-left: 4px;
    letter-spacing: 0.1875px;
    border: solid 2px #858b9b;
    border-radius: 50px;
    color: #4FF6B1;
    height: 48px;
    width: 263px;
    background-image: none;
    background-color: black;
    background-image: url(./icons/down-arrow.png);
    -webkit-appearance: none !important;
    background-position: 93%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.5rem;
    background-size: 12px;
}

.switch_event_select option:checked {
    color: rgb(246, 250, 0);
    background-color: rgb(5, 26, 1);
}

.switch-event {
    font-size: 14px;
}

span.event-current {
    color: #4FF6B1;
}

.switch-event-label {
    color: white;
    font-weight: bold;
}

.event_field_title{
    font-weight: bold;
    margin: 15px 0;
}

input[name="add_event"] {
    font-weight: bold;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .switch_event_select {
        width: 96px;
    }
}