.input-bordered{
    border: 1px solid #232323 !important;
    border-radius: 0.25rem !important;
    padding: 0.5rem !important;
}


.form-normal{
    margin: 0.5rem 0 0 0 !important;
}

.normal-form h4{
    margin-top: 2rem !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.badge-pill{
    border-radius: 0.25rem !important;
}

.badge-primary{
    background-color: #232323 !important;
}

#DataTables_Table_0_wrapper .form-control {
    border: 1px solid #323232;
}
#DataTables_Table_0_wrapper select.form-control-sm  {
    line-height: 1rem;
    padding: .25rem 1rem;
}

#DataTables_Table_0_wrapper a.page-link{
    border-radius: 0% !important;
    width: auto !important;
    min-width: 30px !important;
    padding: 0.375rem 0.75rem !important;
}

 @media (min-width: 1400px){
     .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{
         max-width:100%
     }
