/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.logo span.logo-lg{
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFF;
    font-family: 'Rubik';
    justify-content: center;
}
.page-content .card .card-header .card-title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #6b0405;
    border-bottom: 1px solid #EEE;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.page-content .card .card-header .btn-success{
        font-size: 18px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: bold;
}
.table.table-striped th, .table.table-striped td{
    border: solid 2px #c9c9c9;
    text-align:center;
    font-size: 1.3rem !important;
}
.table.table-striped thead th{
        color: #ffffff;
    background: #6b0503;
    text-align:center;
}
.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:before,
.table.dataTable thead .sorting_desc_disabled:after{
        color: #ffffff;
        text-align:right !important;
}
.table.table-striped tfoot th, .table.table-striped tfoot td{
    background-color: #012A68;
    color: #ffffff;
    text-align:center;
}
.btn_actions .bx {
    font-size: 1.5rem;
}
.form.form-vertical .form-group {
    margin-bottom: 1.8rem;
}
.container-fluid .card-body{
        padding: 1.7rem .9rem;
}
.border-secondary .form-control,
.border-secondary .form-control option,
.input-group > .form-control,
.input-group > .form-control option{
        font-weight: 700;
}
.form-control:focus {
    color: #000000;
}
select.form-control option{
    font-weight:700;
}
.table-responsive .actions .btn-lg{
        align-items: center;
    display: flex;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 1.4rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none;
}
.select2-results__option[aria-selected]{
    font-size: 1.4rem;
}
.form-control-sm {
    padding: 0.667rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 0.267rem;
}
.form.form-vertical .form-group{
    max-width:780px;
    margin-inline: auto;
}
.input-group > .input-group-prepend > .input-group-text{
        font-size: 1.3rem;
}
.dataTables_wrapper .dt-buttons.btn-group{
        float: left;
    margin-block: 1rem;
    margin-right: 1.5rem;
    margin-left: .2rem;
        top: -6px;
}
.dataTables_wrapper .dt-buttons.btn-group .btn{
        font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 700;
    padding: 0.6rem 1.8rem;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-print{
        background-color: #00570b !important;
    border-color: #00570b !important;
    color: #FFFFFF;
    font-weight: 700;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-print::before {
  content: "🖨️ ";
  margin-right: 5px;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-print:hover{
    background-color:#09921a !important;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-excel.buttons-html5{
          border-color: #012557 !important;
    background-color: #012557 !important;
    border-left: 2px solid #FFF !important;
    color: #FFFFFF;
    font-weight: 700;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-excel.buttons-html5:before{
  content: "📄 ";
  margin-right: 5px;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-excel.buttons-html5:hover{
     background-color: #064298 !important;
}
@media(min-width:1024px){
    .page-content{
            min-height: 96vh;
    }
}











