.navbar-menu > a {
  border-bottom: 2px solid #e91e63;
  border-radius: 0;
}
.navbar > li a:hover,
a.btn:hover,
a.navbar-focus,
.btn.btn-simple:hover
{
  color: #9c5252 !important;
  background: #fdf0f5;
}
.selected > .nav-underbar,
.selected > .nav-link {
  color: #9c5252 !important;
  border-radius: 0;
  border-bottom: 2px solid #9c5252 !important;
}
.navbar-menu > .dropdown-toggle::after {
  color: #e91e63;
}
.top-selector {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #e91e63;
  border-radius: 0;
}
a.btn.btn-normal {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e91e63;
  color: #e91e63;
}
.btn.btn-normal {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e91e63;
  color: #e91e63;
}
.btn.btn-normal:hover,
.btn.btn-normal:active {
  background: #e91e63;
  border: 1px solid #e91e63;
  color: #fff;
}
a.btn.btn-normal:hover,
a.btn.btn-normal:active {
  background: #e91e63;
  border: 1px solid #e91e63;
  color: #fff !important;
}
.btn-main_rsd {
  color: white !important;
  background-color: rgb(233, 30, 99) !important;
}
.btn-main_rsd:hover {
  color: white !important;
  background-color: rgb(149, 18, 62) !important;
}
button.btn-main2_rsd {
  color: white;
  background-color: rgb(167, 27, 79);
}
button.btn-main2_rsd:hover {
  color: white;
  background-color: rgb(108, 18, 51);
}
table.easy-normal-list {
}
table.easy-normal-list > thead {
  position: sticky;
  top: -1px;
  background-color: #ffeeee;
  z-index: 1;
}
table.easy-normal-list > thead > tr > th {
  position: sticky;
  top: 0;
  background-color: #ffeeee;
}
.widget-container .header-container {
  height: 36px;
  width: 100%;
  background-color: #d81b60;
  color: #f2f2f2;
  padding: 5px 10px;
  margin: 0;
}
.emplus-pagination {
  padding-right: 15px;
}
.emplus-pagination .page-link {
  color: rgb(233, 30, 99);
}
.emplus-pagination .page-link:hover {
  color: rgb(190, 26, 82);
}
.emplus-pagination .page-item.active .page-link {
  color: white;
  background-color: rgb(233, 30, 99);
  border-color: rgb(233, 30, 99);
}
.emplus-pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.text-main_rsd {
  color: #e91e63 !important;
}
.notice_container {
  padding: 0 15px 0.5rem 15px;
  color: #c52828;
}
