html {
    font-size: 0.875rem;
    position: relative;
    min-height: 100%;
}

.text-light-grey {
    color: #c2c7d0;
}

.dropdown-menu.show {
    z-index: 9999;
}

.dropdown-item.active {
    background-color: #f8f9fa;
    color: #212529;
}

.ui-helper-hidden-accessible {
    display: none;
}

th,
td {
    vertical-align: middle !important;
    font-size: 0.85rem;
}

td {
    border-bottom-width: 1px !important;
}

.input-group-text {
    width: 45px;
    justify-content: center;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.dataTables_length select {
    width: 60px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.login-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar {
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #343a40;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.8;
}

    .avatar:before {
        content: attr(data-username);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.total-cubic-meter {
    width: 60px !important;
    max-width: 100%;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem + 2px);
        top: 0;
        right: 0.75rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #6c757d;
    }

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-results__option {
    font-size: 1rem;
    line-height: 1.5;
}
