

#superuser-modal-body 
{
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 10px;
}

#superuser-modal-body .form-control-label
{
    padding: 0px;
    position: relative;
    top: 10px;
}

#superuser-modal .modal-body  
{
    padding:5px !important;
}


#superuser-modal-body * 
{
    font-size: 11px;
}

#superuser-modal-body button 
{
    font-size: 14px !important;
}

#superuser-modal-body input 
{
    height: 40px;
}

.superuser-modal-event-search input 
{
    width: 100%;
}

.superuser-modal-event-search 
{
    display: flex;
    justify-content: space-between;
}

#superuser-modal-body select,
#superuser-modal-body input 
{
    padding:5px !important;
}

#superuser-modal-addresses-form h3  
{
    text-align: center;
    font-size: 15px;
}

.superuser-submit-button {
    background-color: #30686D;
    color: white;
    font-size: 14px !important;
    width: auto;
}