body {
  background: #d6d6d6;
}

.bg-menu-theme {
  background: #ffffff;
}

.layout-navbar {
  background: #ffffff;
  padding: 20px !important;
}

.select2-container .select2-selection--single {
  height: 50px !important;
  padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
}

.table-responsive {
  margin: 20px;
  border: 1px solid #8b8b8b;
  padding: 10px;
  border-radius: 10px;
}
