.asset_operation_table {
    width: 97%;
    margin: 0 auto;
}

.asset_operation_card_header {
    border-bottom: none;
    padding-top: 0px;
}

.card {
    border: none;

}

/* .card-body {
    margin-left: 5rem;
} */
.table thead th {
    background-color: #FBF8E5;
    font-weight: 600;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.pagination .page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.modal-content {
    border-radius: 8px;
}

.modal-header {
    padding: 1rem 1rem 0.5rem;
}

.modal-body {
    padding: 0 1rem 1rem;
}

.modal-footer {
    padding: 1rem;
}

.col-form-label {
    font-weight: 500;
    text-align: right;
    padding-right: 0;
}

.form-control,
.form-select {
    border-radius: 4px;
}

.btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.btn-primary:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000;
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.text-muted {
    font-size: .7rem;
}

.search-container {
    position: relative;
    width: 300px;
}

.search-container input {
    padding-right: 40px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #28a745;
    border-color: #28a745;
}

.search-btn i {
    color: white;
}

.show-entries {
    font-size: 0.9rem;
}

.show-entries select {
    margin: 0 5px;
}

.assign_width {
    width: 94%;
}

.change {
    margin-bottom: -20px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group .form-check {
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-check-label {
    margin-left: 5px;
    margin-top: 5px;
}

.col-form-label {
    text-align: right;
    padding-right: 15px;
}

.form-control,
.form-select {
    width: 100%;
    max-width: 100%;
}

.btn-outline-primary {
    margin-left: 10px;
}

.custom-control-input {
    align-content: center;
}

.radio {
    align-items: center;
    display: flex;
}

.form-check-inline {
    margin-right: 1rem;
}

.requisition-to-others {
    display: none;
}

#days-count {
    font-weight: bold;
    color: #28a745;
}

#personcheckout2:checked~.requisition-to-others {
    display: block;
}

@media (max-width: 767.98px) {
    .col-form-label {
        text-align: left;
    }
}