﻿.box-header {
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
    border-bottom: 2px solid #0355d2;
}

    .box-header h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        color: #0355d2;
        flex-shrink: 0;
        max-width: 100%;
    }

@media (min-width: 768px) {
    .select2 {
        max-width: 350px !important;
    }
}

table {
    min-width: 700px !important;
    width: 100% !important;
    border-collapse: collapse;
}

thead {
    background: #3782f5;
    color: #fff;
}

    thead th {
        padding: 0.75rem .35rem !important;
        text-align: start;
        border: 1px solid #dee2e6;
        font-size: 14px;
    }

tbody td {
    font-size: 14px;
    border: 1px solid #dee2e6;
    padding: 0.75rem .35rem !important
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background-color: #3782f5 !important;
}

.table-responsive::-webkit-scrollbar {
    height: 4px !important;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}

.box-body .btn {
    min-width: initial !important;
    text-transform: initial !important;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    font-weight: normal !important;
    display: inline-flex !important;
    line-height: initial !important;
}

.warning-box {
    background-color: #ffc0c0;
    border-left: 4px solid #d90505;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}
.xuly a {
    color: #FFFFFF;
    text-decoration: none;
}