table {
	width: 100%;
}

.page-item.active > a {
  background-color: #536ea4 !important;
  border-color: #536ea4 !important;
  border-radius: 5px !important;
  padding: 5px 12px !important;
}

.btn {
  padding: 7.5px 15px !important;
}

.table.b-table > thead > tr > th[aria-sort]::after,
.table.b-table > tfoot > tr > th[aria-sort]::after {
  bottom: 1.0rem !important;
}



/* 하위 호환용 2022.08.08 */
html:not([dir="rtl"]) .sidebar {
  margin-left: 0px !important;
  height: 100%;
}

.sidebar {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  /* width: 280px; */
  margin-top: 100px;
  display: block !important;
  z-index: 1000 !important;
  color: #fff !important;
  font-weight: 200 !important;
  background: #313f59 !important;
  -webkit-box-shadow: 4px 4px 10px rgb(69 65 78 / 6%) !important;
  -moz-box-shadow: 4px 4px 10px rgba(69,65,78,.06) !important;
  box-shadow: 4px 4px 10px rgb(69 65 78 / 6%) !important;
  transition: all .3s !important;
}


.sidebar .nav {
  display: block !important;
  float: none !important;
  margin-top: 5px !important;

  width: 100% !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: none !important;
  flex-direction: none !important;
  min-height: 100% !important;
  padding: 0 !important;
}

.sidebar-style-2 .nav-item svg {
  margin-right: 15px !important;
}

.multiselect__placeholder {
  padding-left: 15px;
  height: 100%;
}

