.dropdown-menu>li>a {
    padding: 6px 12px;
    color: #fff;
}

.dropdown-menu {
    min-width: auto;
}

.dropdown-menu>li {
    margin-bottom: 5px;
}

.table.table-bordered th {
    white-space: nowrap;
}

form.form-inline .form-group {
    margin-bottom: 14px;
}

.modal.show {
    opacity: 1;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between!important;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.border-top-0 {
    border-top: 0;
}

.attendance-small-box {
    border-radius: 3px;
    border: 1px solid #e4e6e9;
    padding: 16px;
    min-width: 0;
    background: #fff;
}

.bg-white {
    background-color: #fff;
}