.table thead th {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: .800rem !important;
    font-weight: 750 !important;
    text-transform: uppercase!important;
    letter-spacing: .025em !important;
    background-color: #8b0804 !important;
    border-bottom-width: 1px !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

/*tr:first-child th:first-child { border-top-left-radius: 10px; }*/
/*tr:first-child th:last-child { border-top-right-radius: 10px; }*/

.btn{
    padding: 0.5rem 1.25rem !important;
}
.form-select{
    width: 63%;
    padding: 0.5rem 3.75rem 0.75rem 1.25rem;
    margin-bottom: 12px;
}
.table td{
    padding: 0.05rem 1.25rem;
    font-size: 1.125rem;
}
hr{
    margin: 0.65rem;
}
.badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #0d0d0db8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}
.table tbody th {
    padding: 0.35rem 1.25rem;
    font-size: 1.2125rem;
}
.card-header {
    padding: 0.55rem 0.5rem;
    margin-bottom: 0;
    color: #16192c !important;
    background-color: #8b0804 !important;
    border-bottom: 1px solid #eceef3;
}
.text-red-500 {
    color: #ff001f !important;
}
.select2-container--default .select2-selection--single {
    background-color: #e7eaf075!important;
    border: 1px solid #999!important;
    border-radius: 6px!important;
    padding-top: 5px!important;

}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.table-responsive{
    overflow-x: auto;
}
.pacs_select_control{
    width: 100%;
    padding: 0.5rem 3.75rem 0.75rem 1.25rem;
    margin-bottom: 12px;
    background-color: #ffffff!important;
}

