.page-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 260px;
  /* overflow-y: hidden; */
  background: #562f5e;
  border-right: 1px solid #e4eaec;
  transition: visibility 0.1s ease, top 0.3s ease, left 0.5s ease,
    right 0.5s ease;
}

.page-aside-switch {
  background-color: #9b5da7;
  color: #fff;
}

.page-aside .list-group-item {
  padding: 13px 30px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  border-bottom: solid 1px #512659;
  font-size: 14.5px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #562f5e;
  border: 1px solid transparent;
}

.list-group-item-com {
  background-color: rgb(247, 247, 247) !important;
}

.panel {
  position: relative;
  margin-bottom: 2.143rem;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 0.286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.light_rounded_border {
  border-radius: 20px 20px 0 0;
  border: solid 1px #eee;
}

a {
  color: #562f5e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:hover {
  color: #85a8ff;
  text-decoration: none;
}

a.list-group-item {
  color: #fff;
  border-radius: 0.215rem;
}

/* Side bar */
.site-navbar {
  background: rgba(0, 0, 0, 0) linear-gradient(#703d7a 0%, #562f5e 100%) repeat scroll 0% 0%;
}

.navbar-brand-text {
  float: right;
  margin-top: 0px;
  margin-left: 12px;
  border-left: 3px solid white;
  height: 50px;
  padding-left: 15px;
}

.page-aside-title {
  padding: 10px 30px;
  margin: 60px 0 1px;
  overflow: hidden;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  background: #7e448a;
  background: -moz-linear-gradient(top, #7e448a 0%, #6e3879 48%, #4f2457 100%);
  background: -webkit-linear-gradient(top, #7e448a 0%, #6e3879 48%, #4f2457 100%);
  background: linear-gradient(to bottom, #7e448a 0%, #6e3879 48%, #4f2457 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7e448a', endColorstr='#4f2457', GradientType=0);
  border-bottom: solid 1px #6a3575;
  border-top: solid 1px #7c4388;
}

.notibadge {
  background-color: #fb98b7;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0px 7px;
  border-radius: 60px;
  font-size: 11px;
}

.page-aside-section .site-menu-item>a {
  display: block;
  line-height: inherit;
}

.page-aside div.site-menu-item:focus,
.page-aside div.site-menu-item:focus>a,
.page-aside div.site-menu-item:hover,
.page-aside div.site-menu-item:hover>a {
  color: #232737;
  background-color: #f3f7f9;
  border: 0;
}

.page-aside .list-group-item:focus, .page-aside .list-group-item:hover {
  color: #232737;
}

.setRelativePos {
  position: relative !important;
  transition: all 0.3s;
}

.setRelativePos.site-menu-sub {
  transition: all 0.3s;
  display: table-column;
  background-color: #4a2851;
  border: 1px solid #46244d;
  z-index: 100;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.setRelativePos.site-menu-sub li.site-menu-item>ul.setRelativePos.site-menu-sub {
  transition: all 0.3s;
  display: block;
  background-color: #4a2851;
  border: 1px solid #46244d;
  z-index: 100;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.setRelativePos.site-menu-sub li a>.site-menu-title {
  text-align: left;
}

.setRelativePos.site-menu-sub li {
  border-bottom: 1px dotted #6d3c77;
  padding: 4px;
  font-size: 13px;
}

.setRelativePos.site-menu-sub li:hover {
  background: #5c3464;
}

.page-aside div.site-menu-item:focus .setRelativePos.site-menu-sub, .page-aside div.site-menu-item:hover .setRelativePos.site-menu-sub {
  transition: all 0.5s;
  display: block;
  background-color: #4a2851;
  border: 1px solid #46244d;
  z-index: 100;
  color: #fff;
  margin-bottom: 0;
  padding: 8px 0;
  height: auto;
  overflow: visible;
}

/* side bar */

/* Tab bar */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #d2683e;
  border-color: #e4eaec;
}

/* Tab bar */

/* icon status */
.white_status {
  padding: 2px;
  border-radius: 80px;
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.blue_status {
  padding: 2px;
  border-radius: 80px;
  background: #4fc2ce;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.yellow_status {
  padding: 2px;
  border-radius: 80px;
  background: #ecce57;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.gray_status {
  padding: 2px;
  border-radius: 80px;
  background: #b9b9b9;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.green_status {
  padding: 2px;
  border-radius: 80px;
  background: #0d0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.orange_status {
  padding: 2px;
  border-radius: 80px;
  background: #dd7600;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.red_status {
  padding: 2px;
  border-radius: 80px;
  background: #b80909;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}

#icon_status_remark {
  text-align: right;
  position: relative;
  margin-bottom: -20px;
  padding-top: 5px;
}

#icon_status_remark .gray_status, #icon_status_remark .green_status, #icon_status_remark .orange_status, #icon_status_remark .red_status, #icon_status_remark .yellow_status, #icon_status_remark .blue_status, #icon_status_remark .white_status {
  width: 12px;
  height: 12px;
}

.icon_badge_status {
  background: #eaeaea;
  border: solid 1px #fefefe;
  border-radius: 20px 0 0 20px;
  padding: 4px 12px 4px 25px;
}

.site-menu-sub .site-menu-item>a {
  width: auto;
}

.alert.dark.alert-toppic {
  background: #fb98b7;
  border-color: #fb98b7;
  font-size: 24px;
  border-radius: 10px;
  padding: 3px 5px;
  color: #fff;
  font-family: 'mitrregular';
  margin-top: 55px !important;
}

.breadcrumb {
  padding-left: 0px;
}

.step.active, .step.current {
  color: #fff;
  background-color: #fb98b7;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #fb98b7;
}

.step.active .step-number, .step.current .step-number {
  color: #562f5e;
}

/* icon status */