
.datetimepicker .disabled {
    position: relative;
}

.datetimepicker .disabled::after {
    content: "";
    z-index: -1;
    border-radius: 5px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    position: absolute;
    background-color: #DCDCDC !important;
}

.btn-80 {
    width: 80%;
    margin: 0 auto;
}

.table_contents {
}

.table_contents a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem;
    margin: .5rem 0;
}

.table_contents a.active {
    background-color: #EEE5FF;
}

.table_contents a:hover {
    background-color: #EEE5FF;
}

.presented_received {
    margin: 0 10px;
}

.presented_received .switch {
    display: flex;
    align-items: center;
}

.presented_received .switch span {
    margin-right: 5px;
}

.presented_received label {
    margin: 0;
}


