@charset "UTF-8";
/** 버튼 기본 ****************************************/
/** 버튼 border-radius 타입 ****************************************/
/** 버튼 배경 유무 ****************************************/
/** 텍스트 + 아이콘 버튼 ****************************************/
/**  자주 사용하는 버튼 ****************************************/
.content-wrap .btn-tip,
.content-wrap .btn-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#seller_header #snb #header_notification a {
  display: inline-block;
}

.page-loader {
  text-align: center;
  padding: 20px 0;
}
.page-loader .spin-loader {
  border-color: var(--main-color);
  border-top-color: transparent;
}

.help-cateory-wrap,
.notification-cateory-wrap {
  position: relative;
}
.help-cateory-wrap .help-cateory-con,
.help-cateory-wrap .notification-cateory-con,
.notification-cateory-wrap .help-cateory-con,
.notification-cateory-wrap .notification-cateory-con {
  overflow: auto;
  width: 100%;
  padding: 10px 0;
  background-color: var(--bg-0f-color);
}
.help-cateory-wrap .help-cateory-con::-webkit-scrollbar,
.help-cateory-wrap .notification-cateory-con::-webkit-scrollbar,
.notification-cateory-wrap .help-cateory-con::-webkit-scrollbar,
.notification-cateory-wrap .notification-cateory-con::-webkit-scrollbar {
  display: none;
}
.help-cateory-wrap .help-cateory-con .help-category-list,
.help-cateory-wrap .help-cateory-con .notification-category-list,
.help-cateory-wrap .notification-cateory-con .help-category-list,
.help-cateory-wrap .notification-cateory-con .notification-category-list,
.notification-cateory-wrap .help-cateory-con .help-category-list,
.notification-cateory-wrap .help-cateory-con .notification-category-list,
.notification-cateory-wrap .notification-cateory-con .help-category-list,
.notification-cateory-wrap .notification-cateory-con .notification-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 6px;
  padding: 0 50px 0 16px;
}
.help-cateory-wrap .help-cateory-con .help-category-list.open,
.help-cateory-wrap .help-cateory-con .notification-category-list.open,
.help-cateory-wrap .notification-cateory-con .help-category-list.open,
.help-cateory-wrap .notification-cateory-con .notification-category-list.open,
.notification-cateory-wrap .help-cateory-con .help-category-list.open,
.notification-cateory-wrap .help-cateory-con .notification-category-list.open,
.notification-cateory-wrap .notification-cateory-con .help-category-list.open,
.notification-cateory-wrap .notification-cateory-con .notification-category-list.open {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.help-cateory-wrap .help-cateory-con .help-category-list a,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item,
.help-cateory-wrap .help-cateory-con .notification-category-list a,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item,
.help-cateory-wrap .notification-cateory-con .help-category-list a,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item,
.help-cateory-wrap .notification-cateory-con .notification-category-list a,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item,
.notification-cateory-wrap .help-cateory-con .help-category-list a,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item,
.notification-cateory-wrap .help-cateory-con .notification-category-list a,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item,
.notification-cateory-wrap .notification-cateory-con .help-category-list a,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid var(--input-stroke-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--white-color);
  height: 40px;
  min-width: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .help-cateory-wrap .help-cateory-con .help-category-list a:hover,
  .help-cateory-wrap .help-cateory-con .help-category-list .help-category-item:hover,
  .help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item:hover,
  .help-cateory-wrap .help-cateory-con .notification-category-list a:hover,
  .help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item:hover,
  .help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item:hover,
  .help-cateory-wrap .notification-cateory-con .help-category-list a:hover,
  .help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item:hover,
  .help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item:hover,
  .help-cateory-wrap .notification-cateory-con .notification-category-list a:hover,
  .help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item:hover,
  .help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item:hover,
  .notification-cateory-wrap .help-cateory-con .help-category-list a:hover,
  .notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item:hover,
  .notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item:hover,
  .notification-cateory-wrap .help-cateory-con .notification-category-list a:hover,
  .notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item:hover,
  .notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item:hover,
  .notification-cateory-wrap .notification-cateory-con .help-category-list a:hover,
  .notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item:hover,
  .notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item:hover,
  .notification-cateory-wrap .notification-cateory-con .notification-category-list a:hover,
  .notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item:hover,
  .notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item:hover {
    border-color: var(--main-color);
  }
}
.help-cateory-wrap .help-cateory-con .help-category-list a:active,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item:active,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item:active,
.help-cateory-wrap .help-cateory-con .notification-category-list a:active,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item:active,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item:active,
.help-cateory-wrap .notification-cateory-con .help-category-list a:active,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item:active,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item:active,
.help-cateory-wrap .notification-cateory-con .notification-category-list a:active,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item:active,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item:active,
.notification-cateory-wrap .help-cateory-con .help-category-list a:active,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item:active,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item:active,
.notification-cateory-wrap .help-cateory-con .notification-category-list a:active,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item:active,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item:active,
.notification-cateory-wrap .notification-cateory-con .help-category-list a:active,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item:active,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item:active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a:active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item:active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item:active {
  border-color: var(--main-color);
}
.help-cateory-wrap .help-cateory-con .help-category-list a.selected, .help-cateory-wrap .help-cateory-con .help-category-list a.active,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item.selected,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item.active,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.selected,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.active,
.help-cateory-wrap .help-cateory-con .notification-category-list a.selected,
.help-cateory-wrap .help-cateory-con .notification-category-list a.active,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.selected,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.active,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.selected,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.active,
.help-cateory-wrap .notification-cateory-con .help-category-list a.selected,
.help-cateory-wrap .notification-cateory-con .help-category-list a.active,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.selected,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.active,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.selected,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.active,
.help-cateory-wrap .notification-cateory-con .notification-category-list a.selected,
.help-cateory-wrap .notification-cateory-con .notification-category-list a.active,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.selected,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.active,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.selected,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.active,
.notification-cateory-wrap .help-cateory-con .help-category-list a.selected,
.notification-cateory-wrap .help-cateory-con .help-category-list a.active,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item.selected,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item.active,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.selected,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.active,
.notification-cateory-wrap .help-cateory-con .notification-category-list a.selected,
.notification-cateory-wrap .help-cateory-con .notification-category-list a.active,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.selected,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.active,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.selected,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.active,
.notification-cateory-wrap .notification-cateory-con .help-category-list a.selected,
.notification-cateory-wrap .notification-cateory-con .help-category-list a.active,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.selected,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.active,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.selected,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a.selected,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a.active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.selected,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.active,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.selected,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.active {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--white-color);
}
.help-cateory-wrap .help-cateory-con .help-category-list a .new-alert,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item .new-alert,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list a .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list a .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list a .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list a .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list a .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list a .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item .new-alert {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px;
  border-radius: 50%;
  background-color: var(--orange-color);
  font-weight: 600;
}
.help-cateory-wrap .help-cateory-con .help-category-list a.active .new-alert,
.help-cateory-wrap .help-cateory-con .help-category-list .help-category-item.active .new-alert,
.help-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.active .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list a.active .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.active .new-alert,
.help-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.active .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list a.active .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.active .new-alert,
.help-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.active .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list a.active .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.active .new-alert,
.help-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.active .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list a.active .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list .help-category-item.active .new-alert,
.notification-cateory-wrap .help-cateory-con .help-category-list .notification-category-item.active .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list a.active .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list .help-category-item.active .new-alert,
.notification-cateory-wrap .help-cateory-con .notification-category-list .notification-category-item.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list a.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list .help-category-item.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .help-category-list .notification-category-item.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list a.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .help-category-item.active .new-alert,
.notification-cateory-wrap .notification-cateory-con .notification-category-list .notification-category-item.active .new-alert {
  background-color: var(--white-color);
}
.help-cateory-wrap #btn_help_category_fold,
.help-cateory-wrap #btn_notification_category_fold,
.notification-cateory-wrap #btn_help_category_fold,
.notification-cateory-wrap #btn_notification_category_fold {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(95%, var(--container-bg-color)));
  background: linear-gradient(to right, transparent 5%, var(--container-bg-color) 95%);
  cursor: pointer;
}
.help-cateory-wrap #btn_help_category_fold::after,
.help-cateory-wrap #btn_notification_category_fold::after,
.notification-cateory-wrap #btn_help_category_fold::after,
.notification-cateory-wrap #btn_notification_category_fold::after {
  position: relative;
  top: calc(50% - 17px);
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-color: var(--white-color);
  cursor: pointer;
  background-image: url("/public/img/icons/right_arrow_s_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 50%;
  border: 1px solid var(--input-stroke-color);
  margin: 0 0 0 auto;
}
.help-cateory-wrap #btn_help_category_fold.open,
.help-cateory-wrap #btn_notification_category_fold.open,
.notification-cateory-wrap #btn_help_category_fold.open,
.notification-cateory-wrap #btn_notification_category_fold.open {
  height: auto;
  padding-bottom: 10px;
}
.help-cateory-wrap #btn_help_category_fold.open::after,
.help-cateory-wrap #btn_notification_category_fold.open::after,
.notification-cateory-wrap #btn_help_category_fold.open::after,
.notification-cateory-wrap #btn_notification_category_fold.open::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.help-cateory-wrap #btn_notification_category_fold,
.notification-cateory-wrap #btn_notification_category_fold {
  display: none;
}

.notification-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.notification-loading-overlay .notification-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: var(--sub-text-color);
}
.notification-loading-overlay .notification-loading .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--bg-color);
  border-top: 3px solid var(--main-green-color);
  border-radius: 50%;
  -webkit-animation: spin 1000ms linear infinite;
          animation: spin 1000ms linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.sidebar-notification-count {
  display: inline-block;
  background: var(--main-green-color);
  color: var(--white-color);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  min-width: 16px;
  text-align: center;
}
.sidebar-notification-count:empty {
  display: none;
}

#seller_sidebar {
  position: fixed;
  z-index: 9999999;
  top: 80px;
  bottom: 30px;
  width: 430px;
  max-width: calc(100% - 32px);
  background-color: var(--white-color);
  border-radius: 16px;
  border: 1px solid var(--input-stroke-color);
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  right: -10px;
}
#seller_sidebar.show {
  opacity: 1;
  right: 10px;
  visibility: visible;
}
#seller_sidebar .sidebar-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}
#seller_sidebar .sidebar-area .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--stroke-color);
}
#seller_sidebar .sidebar-area .sidebar-header .sidebar-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-green-color);
}
#seller_sidebar .sidebar-area .sidebar-header .btn-sidebar-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: pointer;
  background-image: url("/public/img/icons/close_thick_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
#seller_sidebar .sidebar-area .sidebar-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  position: relative;
}
#seller_sidebar .sidebar-iframe {
  width: 100%;
  height: 100%;
}

#seller_sidebar .notification-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#seller_sidebar .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--stroke-color);
  background: var(--bg-0f-color);
}
#seller_sidebar .notification-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}
#seller_sidebar .notification-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 16px;
}
#seller_sidebar #notification_read_filter {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}
#seller_sidebar .btn-mark-all-read {
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  word-wrap: wrap;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--input-stroke-color);
}
@media (hover: hover) and (pointer: fine) {
  #seller_sidebar .btn-mark-all-read:hover {
    border-color: var(--sub-text-color);
  }
}
#seller_sidebar .btn-mark-all-read:active {
  border-color: var(--sub-text-color);
}
#seller_sidebar .btn-mark-all-read {
  padding: 0 16px;
  height: 44px;
  color: var(--text-color);
}
@media (hover: hover) and (pointer: fine) {
  #seller_sidebar .btn-mark-all-read:hover {
    color: var(--text-color);
  }
}
#seller_sidebar .btn-mark-all-read:active {
  color: var(--text-color);
}
#seller_sidebar .btn-mark-all-read {
  font-size: 14px;
  height: auto;
  min-height: 34px;
  padding: 0 12px;
  line-height: 1.3em;
}
#seller_sidebar .notification-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 0;
}
#seller_sidebar .notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px;
  border-bottom: 1px solid var(--stroke-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
#seller_sidebar .notification-item.unread {
  background: rgba(0, 214, 137, 0.04);
}
#seller_sidebar .notification-item.unread .notification-title {
  font-weight: 600;
}
#seller_sidebar .notification-item.read .notification-title {
  font-weight: 400;
}
#seller_sidebar .notification-icon {
  font-size: 20px;
  margin-right: 12px;
  padding-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#seller_sidebar .notification-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#seller_sidebar .notification-title {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color);
}
#seller_sidebar .notification-desc {
  font-size: 12px;
  line-height: 1.4;
  color: var(--sub-text-color);
  word-break: break-word;
}
#seller_sidebar .notification-time {
  font-size: 11px;
  color: var(--placeholder-color);
}
#seller_sidebar .notification-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#seller_sidebar .notification-actions .btn-close-notification {
  cursor: pointer;
  background-image: url("/public/img/icons/close_thick_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  width: 30px;
  height: 30px;
}
#seller_sidebar .notification-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  color: var(--sub-text-color);
  font-size: 14px;
}
#seller_sidebar .notification-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  gap: 16px;
  color: var(--sub-text-color);
}
#seller_sidebar .notification-error .btn-retry {
  background: var(--main-green-color);
  color: var(--white-color);
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
#seller_sidebar .notification-error .btn-retry:hover {
  background: var(--main-green-hover-color);
}
#seller_sidebar .notification-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  gap: 16px;
  color: var(--sub-text-color);
}
#seller_sidebar .notification-loading .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--bg-color);
  border-top: 3px solid var(--main-green-color);
  border-radius: 50%;
  -webkit-animation: spin 1000ms linear infinite;
          animation: spin 1000ms linear infinite;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#seller_sidebar .notification-date-group .notification-date-label {
  padding: 8px 16px 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--sub-text-color);
  background-color: var(--bg-0f-color);
}

#seller_sidebar .sidebar-tab-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#seller_sidebar .sidebar-tab-wrap .sidebar-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: var(--sub-text-color);
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#seller_sidebar .sidebar-tab-wrap .sidebar-tab.active {
  background: var(--main-green-color);
  color: var(--white-color);
  font-weight: 600;
}
#seller_sidebar .sidebar-tab-wrap .sidebar-tab .sidebar-notification-count {
  display: inline-block;
  background: var(--orange-color);
  color: var(--white-color);
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  min-width: 14px;
  text-align: center;
}
#seller_sidebar .sidebar-tab-wrap .sidebar-tab .sidebar-notification-count:empty {
  display: none;
}

#seller_sidebar .todo-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
}
#seller_sidebar .todo-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--bg-0f-color);
  border-radius: 12px;
}
#seller_sidebar .todo-summary .todo-summary-count {
  font-size: 28px;
  font-weight: 700;
  color: var(--main-green-color);
}
#seller_sidebar .todo-summary .todo-summary-label {
  font-size: 14px;
  color: var(--sub-text-color);
}
#seller_sidebar .todo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
#seller_sidebar .todo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 16px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
}
#seller_sidebar .todo-item:hover {
  background: var(--bg-0f-color);
}
#seller_sidebar .todo-item .todo-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#seller_sidebar .todo-item .todo-item-label {
  font-size: 15px;
  font-weight: 500;
}
#seller_sidebar .todo-item .todo-item-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  background: var(--bg-0f-color);
  color: var(--sub-text-color);
}
#seller_sidebar .todo-item .todo-item-count.has-count {
  background: var(--main-green-color);
  color: var(--white-color);
}
#seller_sidebar .todo-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  gap: 16px;
  color: var(--sub-text-color);
}
#seller_sidebar .todo-loading .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--bg-color);
  border-top: 3px solid var(--main-green-color);
  border-radius: 50%;
  -webkit-animation: spin 1000ms linear infinite;
          animation: spin 1000ms linear infinite;
}
#seller_sidebar .notification-read-status,
#seller_sidebar .notification-time {
  color: var(--sub-text-color);
  font-size: 12px;
}

#seller_sidebar .notification-item.unread .notification-read-status {
  font-weight: 600;
}

#seller_sidebar .btn-mark-read,
#seller_sidebar .btn-retry {
  transition: all 125ms linear;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-wrap: wrap;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--input-stroke-color);
}
@media (hover: hover) and (pointer: fine) {
  #seller_sidebar .btn-mark-read:hover,
  #seller_sidebar .btn-retry:hover {
    border-color: var(--sub-text-color);
  }
}
#seller_sidebar .btn-mark-read:active,
#seller_sidebar .btn-retry:active {
  border-color: var(--sub-text-color);
}
#seller_sidebar .btn-mark-read,
#seller_sidebar .btn-retry {
  padding: 0 16px;
  height: 44px;
  color: var(--text-color);
}
@media (hover: hover) and (pointer: fine) {
  #seller_sidebar .btn-mark-read:hover,
  #seller_sidebar .btn-retry:hover {
    color: var(--text-color);
  }
}
#seller_sidebar .btn-mark-read:active,
#seller_sidebar .btn-retry:active {
  color: var(--text-color);
}
#seller_sidebar .btn-mark-read,
#seller_sidebar .btn-retry {
  padding: 6px 8px;
  min-height: 34px;
  font-size: 12px;
}

#seller_sidebar .notification-destination {
  color: var(--text-color);
  text-decoration: underline;
}

#seller_sidebar [data-notification-error] {
  padding: 12px 16px;
  color: var(--text-color);
}

#seller_sidebar .seller-notification-body {
  --notification-action-color: #007a50;
}
#seller_sidebar .seller-notification-body .notification-container {
  position: relative;
  min-height: 0;
}
#seller_sidebar .seller-notification-body .notification-read-tabs {
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  padding: 0 16px;
  border-bottom: 1px solid var(--stroke-color);
}
#seller_sidebar .seller-notification-body .read-tab {
  padding: 16px 4px 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--sub-text-color);
  font-size: 15px;
  font-weight: 600;
}
#seller_sidebar .seller-notification-body .read-tab.active {
  color: var(--notification-action-color);
  border-bottom-color: var(--notification-action-color);
}
#seller_sidebar .seller-notification-body .notification-filters {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--stroke-color);
}
#seller_sidebar .seller-notification-body .notification-filters > div {
  flex: 1;
  min-width: 0;
}
#seller_sidebar .seller-notification-body .notification-filters select {
  width: 100%;
}
#seller_sidebar .seller-notification-body .notification-badges {
  display: block;
  flex-shrink: 0;
  padding: 12px 16px;
  border-bottom: 1px solid var(--stroke-color);
}
#seller_sidebar .seller-notification-body .notification-bulk-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
#seller_sidebar .seller-notification-body .btn-mark-all-read {
  border: 0;
  background: transparent;
  padding: 4px 0;
  height: auto;
  color: var(--sub-text-color);
  font-size: 12px;
}
#seller_sidebar .seller-notification-body button:disabled {
  opacity: 0.45;
  cursor: default;
}
#seller_sidebar .seller-notification-body .notification-scope {
  margin-top: 6px;
  font-size: 12px;
  color: var(--sub-text-color);
}
#seller_sidebar .seller-notification-body .notification-list {
  flex: 1;
  min-height: 0;
  padding: 0;
}
#seller_sidebar .seller-notification-body .notification-item {
  padding: 16px;
  background: var(--white-color);
}
#seller_sidebar .seller-notification-body .notification-item.unread {
  background: var(--white-color);
}
#seller_sidebar .seller-notification-body .notification-content {
  gap: 8px;
}
#seller_sidebar .seller-notification-body .notification-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--sub-text-color);
}
#seller_sidebar .seller-notification-body .notification-time {
  margin-left: auto;
  font-size: 12px;
  white-space: nowrap;
}
#seller_sidebar .seller-notification-body .notification-read-status, #seller_sidebar .seller-notification-body .notification-meta .btn-mark-read {
  display: inline-flex;
  align-items: center;
  padding: 0;
  min-width: 0;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 12px;
}
#seller_sidebar .seller-notification-body .notification-meta .btn-mark-read {
  color: var(--notification-action-color);
  font-weight: 600;
}
#seller_sidebar .seller-notification-body .unread .notification-read-status::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  margin-right: 5px;
}
#seller_sidebar .seller-notification-body .notification-title {
  font-size: 14px;
  line-height: 1.5;
}
#seller_sidebar .seller-notification-body .notification-desc {
  font-size: 13px;
  line-height: 1.6;
}
#seller_sidebar .seller-notification-body .notification-actions {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 4px 0 0;
  flex-wrap: wrap;
}
#seller_sidebar .seller-notification-body .notification-destination, #seller_sidebar .seller-notification-body .btn-notification-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--notification-action-color);
  border-radius: 8px;
  color: var(--notification-action-color);
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  text-decoration: none;
}
#seller_sidebar .seller-notification-body .notification-actions .btn-mark-read {
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--sub-text-color);
  font-size: 13px;
}
#seller_sidebar .seller-notification-body .notification-menu {
  position: relative;
}
#seller_sidebar .seller-notification-body .notification-menu summary {
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  padding: 0 4px;
}
#seller_sidebar .seller-notification-body .notification-menu summary::-webkit-details-marker {
  display: none;
}
#seller_sidebar .seller-notification-body .notification-menu .btn-close-notification {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 0;
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 8px 16px;
  background: var(--white-color);
  border: 1px solid var(--stroke-color);
  border-radius: 8px;
  font-size: 13px;
}
#seller_sidebar .seller-notification-body .notification-description summary {
  font-size: 12px;
  color: var(--sub-text-color);
  cursor: pointer;
}
#seller_sidebar .seller-notification-body .notification-empty {
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  height: auto;
  padding: 48px 20px;
  text-align: center;
}
#seller_sidebar .seller-notification-body .notification-empty p {
  font-size: 14px;
  color: var(--text-color);
}
#seller_sidebar .seller-notification-body [data-notification-error] {
  flex-shrink: 0;
  padding: 16px;
  font-size: 13px;
}
#seller_sidebar .seller-notification-body [data-notification-error] .btn-retry {
  margin: 8px 0 0;
}
#seller_sidebar .seller-notification-body [data-notification-status] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
#seller_sidebar .seller-notification-body .is-read-confirmed {
  background: var(--bg-0f-color);
  transition: background-color 180ms ease;
}
#seller_sidebar .seller-notification-body .is-removing {
  max-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 200ms ease, padding 200ms ease, opacity 200ms ease;
}
#seller_sidebar .seller-notification-body button:focus-visible, #seller_sidebar .seller-notification-body a:focus-visible, #seller_sidebar .seller-notification-body summary:focus-visible, #seller_sidebar .seller-notification-body select:focus-visible {
  outline: 2px solid var(--notification-action-color);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  #seller_sidebar .seller-notification-body .notification-item {
    transition: none;
  }
}

#seller_sidebar.seller-notification-panel .sidebar-header .sidebar-title {
  color: var(--text-color);
  font-size: 18px;
  gap: 8px;
}
#seller_sidebar.seller-notification-panel .sidebar-header .sidebar-notification-count {
  background: transparent;
  color: var(--sub-text-color);
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

#seller_sidebar .seller-notification-body [data-notification-status].is-visible {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 20;
  width: auto;
  height: auto;
  clip-path: none;
  padding: 12px 16px;
  border-radius: 8px;
  background: #303936;
  color: #fff;
  font-size: 13px;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1333333333);
}

#seller_sidebar.seller-notification-panel .notification-global-menu {
  position: relative;
  margin-right: 8px;
}
#seller_sidebar.seller-notification-panel .notification-global-menu > summary {
  list-style: none;
  padding: 0 8px;
  line-height: 30px;
  font-size: 22px;
  cursor: pointer;
}
#seller_sidebar.seller-notification-panel .notification-global-menu > summary::-webkit-details-marker {
  display: none;
}
#seller_sidebar.seller-notification-panel .notification-global-actions {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 10;
  width: 240px;
  max-width: calc(100vw - 64px);
  padding: 12px;
  border: 1px solid var(--stroke-color);
  border-radius: 8px;
  background: var(--white-color);
}
#seller_sidebar.seller-notification-panel .notification-global-actions button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 8px 0;
  color: var(--text-color);
  font-size: 13px;
}
#seller_sidebar.seller-notification-panel .notification-global-actions button:disabled {
  opacity: 0.45;
  cursor: default;
}
#seller_sidebar.seller-notification-panel .notification-global-actions .notification-scope {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--sub-text-color);
}
#seller_sidebar.seller-notification-panel .notification-global-menu summary:focus-visible {
  outline: 2px solid #007a50;
  outline-offset: 2px;
}
#seller_sidebar.seller-notification-panel .notification-delete-confirm {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid var(--stroke-color);
  font-size: 13px;
}
#seller_sidebar.seller-notification-panel .notification-delete-confirm > div {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
#seller_sidebar.seller-notification-panel .notification-delete-confirm button {
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--input-stroke-color);
  border-radius: 8px;
  background: var(--white-color);
  color: var(--text-color);
}
#seller_sidebar.seller-notification-panel .notification-delete-error:not(:empty) {
  margin-top: 8px;
}

#seller_sidebar.seller-notification-panel [hidden] {
  display: none !important;
}
#seller_sidebar.seller-notification-panel .btn-cancel-selection {
  margin-left: auto;
  margin-right: 12px;
  padding: 6px 8px;
  border: 0;
  background: transparent;
  color: #007a50;
  font-size: 13px;
}
#seller_sidebar.seller-notification-panel .seller-notification-body {
  position: relative;
}
#seller_sidebar.seller-notification-panel .notification-read-tabs {
  align-items: center;
  gap: 16px;
}
#seller_sidebar.seller-notification-panel .notification-period-filter {
  margin-left: auto;
  min-width: 0;
  max-width: 48%;
}
#seller_sidebar.seller-notification-panel #notification_period_filter {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
}
#seller_sidebar.seller-notification-panel .notification-category-strip {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  flex-wrap: nowrap;
  padding: 12px 16px;
  border-bottom: 1px solid var(--stroke-color);
  scrollbar-width: thin;
}
#seller_sidebar.seller-notification-panel .notification-category-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid var(--stroke-color);
  border-radius: 18px;
  background: var(--white-color);
  color: var(--text-color);
  font-size: 13px;
}
#seller_sidebar.seller-notification-panel .notification-category-chip[aria-pressed=true] {
  border-color: #007a50;
  background: #eff9f4;
  color: #007a50;
  font-weight: 600;
}
#seller_sidebar.seller-notification-panel .notification-category-chip span {
  font-size: 11px;
  font-weight: 600;
  color: #007a50;
}
#seller_sidebar.seller-notification-panel .notification-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#seller_sidebar.seller-notification-panel .notification-content {
  flex: 1;
  min-width: 0;
}
#seller_sidebar.seller-notification-panel .notification-category-label {
  padding: 3px 7px;
  border-radius: 5px;
  background: #eff1f3;
  color: #454d59;
  font-weight: 600;
  white-space: nowrap;
}
#seller_sidebar.seller-notification-panel .notification-read-status {
  white-space: nowrap;
}
#seller_sidebar.seller-notification-panel .notification-destination {
  margin-left: auto;
  min-height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
}
#seller_sidebar.seller-notification-panel .notification-meta {
  gap: 6px;
}
#seller_sidebar.seller-notification-panel .notification-menu {
  margin-left: auto;
}
#seller_sidebar.seller-notification-panel .notification-destination + .notification-menu {
  margin-left: 0;
}
#seller_sidebar.seller-notification-panel .notification-time {
  margin: 0;
  color: var(--sub-text-color);
  font-size: 11px;
}
#seller_sidebar.seller-notification-panel .notification-date-label.is-today {
  color: #007a50;
  font-weight: 600;
  background: #f0f9f4;
}
#seller_sidebar.seller-notification-panel .notification-item.is-selected {
  background: #f0f9f4;
}
#seller_sidebar.seller-notification-panel .notification-select-checkbox {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: #007a50;
}
#seller_sidebar.seller-notification-panel .notification-selection-tools {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--stroke-color);
  font-size: 11px;
  color: var(--sub-text-color);
}
#seller_sidebar.seller-notification-panel .notification-selection-tools button {
  border: 0;
  background: transparent;
  color: #007a50;
  font-size: 12px;
}
#seller_sidebar.seller-notification-panel .notification-selection-footer {
  flex-shrink: 0;
  padding: 14px 16px;
  background: var(--white-color);
  border-top: 1px solid var(--stroke-color);
  font-size: 13px;
}
#seller_sidebar.seller-notification-panel .notification-selection-footer p {
  margin: 0 0 8px;
  line-height: 1.5;
}
#seller_sidebar.seller-notification-panel .notification-selection-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#seller_sidebar.seller-notification-panel .notification-selection-actions strong {
  margin-right: auto;
}
#seller_sidebar.seller-notification-panel .notification-selection-actions button {
  border: 1px solid var(--stroke-color);
  border-radius: 8px;
  background: var(--white-color);
  padding: 7px 10px;
  font-size: 12px;
}
#seller_sidebar.seller-notification-panel .notification-selection-actions .btn-selection-read {
  border-color: #007a50;
  color: #007a50;
}
#seller_sidebar.seller-notification-panel .notification-selection-actions .btn-selection-delete, #seller_sidebar.seller-notification-panel .notification-selection-actions .btn-selection-confirm {
  color: #b43d3d;
}
#seller_sidebar.seller-notification-panel .notification-selection-error {
  margin: 0;
  color: #a33c31;
  font-size: 12px;
  line-height: 1.5;
}
