.table_acction a
{
margin:0 5px;
}
.row_select:hover, .row_select.selected {
    background-color: #FFCF8B
}
.additional_section {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #4600e1;
  background: #fff;
  padding: 2px 4px;
}
.form-control
{
    border-radius: 15px;
}
.select2-container--default .select2-selection--single {
   border-radius: 15px!important;
}
#product_table10 thead tr th
{
    background: #4189f9;
color: #fff;
font-weight: 400;
}
.table thead tr th
{
background: #4189f9;
color: #fff;
font-weight: 400;
}
.content-header .row 
{
   background: #fff; 
   border-radius: 4px;
   padding: 4px;
}
.content-header h1 {
  font-size: 22px;
  margin: 0;
}
.btn-group-sm > .btn, .btn-sm {
  line-height: normal;
  padding: 2px 6px;
  font-size: .775rem;
}
.pagination
{
    margin-top: 8px !important;
}
.pagination .page-link
{
    padding: .2rem .55rem;
}

.content-wrapper {
   background-size: cover;
}
.select2-container--bootstrap4 .select2-selection {
   border-radius: 15px!important;
    width: 100%;
}
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}
.custom-select
{
    border-radius: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 5px !important;
}
.sidebar {
  height: 500px !important;
  overflow-y: auto !important;
}