
/* ul.sidenav li:last-of-type {
    margin-bottom: 2rem;
} */

.modal{
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    z-index: 999;
    max-height: unset;
    background-color: #4536a082;
}
.modal > div {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.select-wrapper.invalid input.select-dropdown{
    border-bottom: 1px solid #FF5252;
    box-shadow: 0 1px 0 0 #ff5252;
}
.swal2-container .select-wrapper{
    display: none;
}
.card-title{
    width: 40% !important;
}

 .multi-item-div {
    display: flex;
    align-items: center;
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

 .multi-item-div:last-child {
    border-bottom: none;
}

.history-item-div {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
}

.history-item-div:last-child {
    border-bottom: none;
}

/* #event-info-modal td, #event-info-modal th {
    padding: 5px 15px; 
}
#event-info-modal td, #event-info-modal th {
    padding: 5px 15px; 
} */
.modal td, .modal th {
    padding: 10px 15px; 
}
.modal td p, .modal th p {
    padding: 0; 
    margin: 0; 
}

span.status-badge {
    font-weight: 400;
    font-size: 0.9rem;
    background-color: #aaa;
    border-radius: 5px;
    cursor: pointer;
}

.modal.timepicker-modal {
    height: auto;
}