@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700&display=swap");
:root {
  --whites: #fff;
  --blacks: #000;
  --bg-color: #f3f6fd;
  --text: #8990ad;
  --reds: #ae132a;
  --ee: #eee;
  --c5: #c5c9d7;
  --cb: #cbd1d9;
  --d64: #646d82;
  /* --greens: #2cd889; */
  --greens: #2dce98;
  --greensold: #1da462;
  --redsnew: #ff0000;
  --e2: #2e2e2e;
  --f4: #f46363;
  --whitesrgba: rgba(255, 255, 255, 0.8);
  --z313348: #313348;
  --z2a2b3d: #2a2b3d;
  --e8: #e8e9ec;
  --ca: #caced5;
  --f2: #f2f3f7;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#toTop,
.sidebar a,
.sidebar .icon-home,
.sidebar .icon-overview,
.sidebar .icon-sat,
.sidebar .icon-nps,
.sidebar .icon-report,
.sidebar .icon-data,
.sidebar .icon-question,
.sidebar .icon-table,
.sidebar .icon-logout,
.sidebar a:hover .icon-home,
.sidebar a:hover .icon-overview,
.sidebar a:hover .icon-sat {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar,
label #sidebar_btn,
#check:checked ~ label .text-menus,
.content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Kanit", sans-serif !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

#toTop {
  padding: 10px 15px;
  border: 2px solid var(--reds);
  color: var(--whites);
  background-color: var(--reds);
  position: fixed;
  bottom: 15px;
  right: 5px;
  display: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  z-index: 1000;
}

#toTop .fa-angle-up {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: weights(bold);
  color: colors(whites);
}

#toTop:hover {
  background-color: transparent;
}

#toTop:hover .fa-angle-up {
  color: var(--reds);
}

html,
body > #index {
  overflow-x: hidden !important;
}

#index .boxindex_login {
  background-color: var(--whites);
  box-shadow: 15px 2px 20px 2px rgba(137, 144, 173, 0.2);
  -o-box-shadow: 15px 2px 20px 2px rgba(137, 144, 173, 0.2);
  -moz-box-shadow: 15px 2px 20px 2px rgba(137, 144, 173, 0.2);
  -webkit-box-shadow: 15px 2px 20px 2px rgba(137, 144, 173, 0.2);
  -ms-box-shadow: 15px 2px 20px 2px rgba(137, 144, 173, 0.2);
}

#index .boxindex_loginform {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 15px;
  width: 100%;
  height: 100%;
}

#index .boxindex_loginform #login_admin {
  padding: 20px;
  margin-top: 60%;
  margin-left: 20%;
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

#index .boxindex_loginform #login_admin .box_input {
  position: relative;
  z-index: 2;
}

#index .boxindex_loginform #login_admin .box_input::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--reds);
  left: 0;
  top: 0;
}

#index .boxindex_loginform #login_admin .box_input .form-control {
  background: var(--ee);
  opacity: 0.8;
}

#index .boxindex_loginform #login_admin .btn_login {
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#index .boxindex_loginform #login_admin .btn_login i {
  font-size: 20px;
  top: -3px;
  position: relative;
}

body {
  background-color: var(--whites);
  /* background-color: #203864; */
}

.sidebar {
  z-index: 1;
  top: 63px;
  background: var(--whites);
  /* background: #203864; */
  position: fixed;
  left: 0;
  width: 225px;
  height: 100%;
  -webkit-transition-property: left;
  transition-property: left;
  overflow-y: auto;
  font-family: "Kanit", sans-serif;
  text-align: center;
  padding-bottom: 4em;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.sidebar::-webkit-scrollbar {
  width: 4px;
  position: relative;
  z-index: -1;
}

.sidebar::-webkit-scrollbar-track {
  background: var(--ee);
}

.sidebar::-webkit-scrollbar-thumb {
  background: var(--ee);
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--ee);
}

.sidebar a {
  color: var(--text);
  display: block;
  width: auto;
  line-height: 60px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.sidebar a:nth-child(1) {
  margin-top: 1.5rem;
}

.sidebar .icon-home {
  background-image: url("../img/icon/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  margin-bottom: 0.2rem;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-overview {
  background-image: url("../img/icon/overview.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  margin-bottom: 0.2rem;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-sat {
  background-image: url("../img/icon/sat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  margin-bottom: 0.7rem;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-nps {
  background-image: url("../img/icon/nps.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-comments {
  background-image: url("../img/icon/comments.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-report {
  background-image: url("../img/icon/report.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  margin-bottom: 0.5rem;
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-data {
  background-image: url("../img/icon/data.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  margin-bottom: 0.5rem;
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-question {
  background-image: url("../img/icon/question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  margin-bottom: 0.5rem;
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-table {
  background-image: url("../img/icon/table.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  margin-bottom: 0.5rem;
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar .icon-logout {
  background-image: url("../img/icon/logout.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  margin-bottom: 0.5rem;
  /* -webkit-filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5);
  filter: invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(5); */
}

.sidebar a:hover {
  color: var(--reds);
}

.sidebar a:hover .icon-home {
  background-image: url("../img/icon/home-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-overview {
  background-image: url("../img/icon/overview-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-sat {
  background-image: url("../img/icon/sat-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-nps {
  background-image: url("../img/icon/nps-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-comments {
  background-image: url("../img/icon/comments-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-report {
  background-image: url("../img/icon/report-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-data {
  background-image: url("../img/icon/data-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-question {
  background-image: url("../img/icon/question-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-table {
  background-image: url("../img/icon/table-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar a:hover .icon-logout {
  background-image: url("../img/icon/logout-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu {
  color: var(--reds);
  /* background: var(--z313348); */
  /* background-color: rgb(109, 108, 108); */
  box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 70%;
  /* width: 100%; */
  display: inline-block;
  /* -webkit-filter: brightness(2);
  filter: brightness(2); */
  padding-top: 10px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  position: relative;
}

.slidebar .active-menu::before {
  position: absolute;
  content: "";
  right: 0;
  width: 10px;
  height: 100%;
  background-color: var(--reds);
}

.sidebar .active-menu .icon-home {
  background-image: url("../img/icon/home-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-overview {
  background-image: url("../img/icon/overview-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-sat {
  background-image: url("../img/icon/sat-active.svg");
  -webkit-filter: none;
  filter: none;
  margin-top: -20px;
}

.sidebar .active-menu .icon-nps {
  background-image: url("../img/icon/nps-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-comments {
  background-image: url("../img/icon/comments-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-report {
  background-image: url("../img/icon/report-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-data {
  background-image: url("../img/icon/data-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-question {
  background-image: url("../img/icon/question-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-table {
  background-image: url("../img/icon/table-active.svg");
  -webkit-filter: none;
  filter: none;
}

.sidebar .active-menu .icon-logout {
  background-image: url("../img/icon/logout-active.svg");
  -webkit-filter: none;
  filter: none;
}

label {
  background-color: #000000;
}

label #sidebar_btn {
  z-index: 2;
  color: var(--text);
  cursor: pointer;
  position: fixed;
  left: 30px;
  top: 0;
  font-size: 30px;
  margin: 5px 0;
  -webkit-transition-property: color;
  transition-property: color;
}

label #sidebar_btn:hover {
  color: var(--text);
}

label .text-menus {
  font-family: "Kanit", sans-serif !important;
  position: fixed;
  top: 20px;
  left: 80px;
  color: var(--text);
}

#check:checked ~ .sidebar {
  width: 225px;
}

#check:checked ~ .sidebar,
#check:checked ~ label {
  left: -164px;
}

#check:checked ~ .sidebar a span {
  display: none;
}

#check:checked ~ .sidebar a {
  margin-left: 85px;
  width: 100%;
  padding-bottom: 2.5em;
}

#check:checked ~ label #sidebar_btn {
  left: 18px;
}

#check:checked ~ label .text-menus {
  display: none;
}

#check:checked ~ .content {
  margin-left: 60px;
  width: calc(100% - 80px);
}

#check:checked ~ .sidebar .profile_info {
  display: none;
}

#check {
  display: none;
}

.mobile_nav {
  display: none;
}

.content {
  width: calc(100% - 225px);
  margin-top: -40px;
  padding: 60px 20px;
  margin-left: 225px;
  background-position: center;
  height: 100%;
  background: url("../img/bg.svg");
  background-size: cover;
  background-color: var(--f2);
  background-repeat: repeat;
}

.content .title_page {
  color: var(--reds);
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 600;
}

.content .title_subpage {
  color: var(--text);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
}

.content .wrapper-box-admin {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  float: right;
}

.content .wrapper-box-admin .box-img {
  text-align: center;
  margin-bottom: 1em;
}

.content .wrapper-box-admin .box-img .img-admin {
  margin-top: -20px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .wrapper-box-admin .box-img img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .wrapper-box-admin .box-nameadmin .admin {
  font-family: "Kanit", sans-serif;
}

.content .wrapper-box-admin .box-nameadmin .admin_name {
  color: var(--black);
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 2px;
}

.content .wrapper-box-admin .box-nameadmin .admin_status {
  color: var(--black);
  font-weight: 300;
  letter-spacing: 2px;
}

.content .title_box {
  color: var(--black);
  letter-spacing: 1px;
}

.content .box_offline1,
.content .box_offline2,
.content .box_offline3 {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_online1,
.content .box_online2,
.content .box_online3 {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_newsale1,
.content .box_newsale2,
.content .box_newsale3 {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_regionhome {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_regionhome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_regionhome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_regionhome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_channelhome {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_channelhome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_channelhome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
  margin-top: -5px;
}

.content .box_channelhome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_formathome {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_formathome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_formathome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
  margin-top: -5px;
}

.content .box_formathome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_attrhome {
  margin-top: 1.5em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_attrhome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_attrhome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
  margin-top: -5px;
}

.content .box_attrhome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_sathome {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}
.content .total_res {
  overflow-y: hidden;
  overflow-x: auto;
}
.content .total_comment {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}
.content .box_sathome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_sathome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_sathome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}
.content .box_sat_channel {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_sat_channel .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 35px;
}

.content .box_sat_channel .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_sat_channel .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}
.content .box_nps_channel {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_nps_channel .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 35px;
}

.content .box_nps_channel .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_nps_channel .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_npshome {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_npshome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 35px;
}

.content .box_npshome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_npshome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.content .box_npsdetailhome {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

.content .box_npsdetailhome .box_btn {
  position: relative;
  z-index: 9999999999;
  top: 35px;
  right: 25px;
}

.content .box_npsdetailhome .box_btn .btn_searchhome {
  border-radius: 0.1rem;
  height: 40px;
}

.content .box_npsdetailhome .box_btn .btn_searchhome i {
  top: -4px;
  position: relative;
}

.selectwrap {
  position: relative;
  width: 100% !important;
  height: 40px !important;
  border-radius: 0 !important;
  font-family: "Kanit", sans-serif;
  border: 1px solid var(--e8);
  display: inline-block;
  margin-right: 5px;
}

.selectwrap:focus {
  background-color: var(--whites) !important;
}

.selectwrap .form-control {
  border: 1px solid var(--e8);
  background-color: var(--whites) !important;
  color: var(--text) !important;
}

.selectwrap select {
  width: 100%;
  height: 100%;
  border: none;
  border: 1px solid var(--e8);
  background-color: var(--whites) !important;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 0 !important;
  font-size: 16px;
  color: var(--text);
}

.selectwrap:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 15px;
  color: var(--e8);
  text-align: center;
  line-height: 40px;
  position: absolute;
  width: 50px;
  height: 40px;
  right: 0;
  top: 0;
  z-index: 15;
  pointer-events: none;
}

.sat-menu {
  margin-top: -5px;
}

.apexcharts-title-text {
  color: var(--whites) !important;
}

.input-file {
  background-color: var(--whites) !important;
  border-radius: 0 !important;
  border: 1px solid var(--e8) !important;
  color: var(--text) !important;
}

.custom-select {
  background-color: var(--whites) !important;
  color: var(--text) !important;
  border: 1px solid var(--e8) !important;
  background: #fff url(../img/chevron-down.svg) right 0.75rem center/15px 15px
    no-repeat !important;
}

.boxoverview_search {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 1px solid var(--f2);
  border-radius: 10px;
  margin: 1.5rem 0;
}

.boxoverview_search2 {
  margin: 1.5rem 0;
}

.boxoverview_search .btn-popper {
  background-color: transparent !important;
  border: 1px solid var(--f2);
  color: var(--d64);
  border-radius: 0;
  width: 100%;
}

.boxoverview_search .dropdown-menu {
  padding: 15px;
  border-radius: 0;
}

.boxoverview_search .dropdown-menu.show {
  inset: -40px auto auto 340px !important;
  position: relative;
  min-width: 200px;
  border: 1px solid var(--c5);
  height: 200px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.boxoverview_search .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: -1;
}

.boxoverview_search .dropdown-menu.show::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.boxoverview_search .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: var(--text);
}

.boxoverview_search .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
  /* background: lightgray; */
  background: var(--text);
}

.boxoverview_search .dropdown-menu.show::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--text);
  left: -11px;
  top: 0;
}

.boxoverview_selectquery {
  margin-top: 2em;
  height: 80%;
}

.boxoverview_selectquery .text-label {
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 15px;
}

.boxoverview_selectquery .btn-show {
  padding: 0.375rem 1.95rem;
}

.boxoverview_selectquery .btn-show i {
  position: relative;
  top: -5px;
}

.boxoverview_selectquery .checked_custom i {
  position: relative;
  top: -4px;
}

.boxoverview_selectquery .checked_month i {
  position: relative;
  top: -4px;
}

.boxoverview_selectquery .input_custommonth {
  border: none;
  font-size: 30px;
  margin-bottom: 0.5em;
  background-color: var(--z313348);
  border-radius: 0;
  color: var(--whites);
}

.boxoverview_selectquery .input_custommonth::-webkit-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

.boxoverview_selectquery .input_custommonth:-ms-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

.boxoverview_selectquery .input_custommonth::-ms-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

.boxoverview_selectquery .input_custommonth::placeholder {
  font-size: 30px;
  color: var(--cb);
}

.boxoverview_selectquery .input_custommonth:focus {
  background-color: var(--z313348);
}

.boxoverview_total .col-md-4 {
  display: flex;
  align-items: center;
}

.boxoverview_total .box_total_responses {
  /* border: 2px solid var(--z313348);
  background-color: var(--z313348);
  border-radius: 15px;
  padding: 15px 15px 10px 30px;
  box-shadow: -3px 2px 10px 2px rgba(42, 43, 61, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(42, 43, 61, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(42, 43, 61, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(42, 43, 61, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(42, 43, 61, 0.042); */

  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  height: 100%;
  border: 2px solid var(--f2);
  border-radius: 15px;
}

.boxoverview_total .box_total_responses .small_text {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
  color: var(--black);
}

.boxoverview_total .box_total_responses .nubmer_responses {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--black);
}

.boxoverview_total .box_total_responses .text_month {
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
}

.boxoverview_respones {
  margin-top: 1em;
  /* border-radius: 5px; */
  padding: 0 5px 5px 0;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2); */
  position: relative;
  z-index: 1;
}

.boxoverview_respones .boxoverview_responses_number {
  text-align: center;
  margin-top: 1em;
  background-color: var(--whites);
  padding: 1em 0;
  border-radius: 15px;
  opacity: 80%;
  border: 2px solid var(--f2);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
}

.boxoverview_respones .boxoverview_responses_number .title_number {
  font-weight: 600;
  color: var(--black);
}

.boxoverview_respones .boxoverview_responses_number .count_number_minus {
  color: var(--whites);
  position: relative;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 1.5em 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_number_minus::before {
  position: absolute;
  content: "";
  background: var(--greens);
  width: 90px;
  height: 90px;
  border-radius: 50px;
  z-index: -1;
  margin: -25px 0;
}

.boxoverview_respones .boxoverview_responses_number .count_number_dminus {
  color: var(--whites);
  position: relative;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 1.5em 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_number_dminus::before {
  position: absolute;
  content: "";
  background: var(--reds);
  width: 90px;
  height: 90px;
  border-radius: 50px;
  z-index: -1;
  margin: -25px 0;
}

.boxoverview_respones .boxoverview_responses_number .count_number_firstdminus {
  color: var(--whites);
  position: relative;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 1.5em 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_number_firstdminus::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.85);
  width: 90px;
  height: 90px;
  border-radius: 50px;
  z-index: -1;
  margin: -25px 0;
}

.boxoverview_respones .boxoverview_responses_number .count_previously_plus {
  font-weight: 600;
  color: var(--black);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_minus {
  color: var(--greens);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_minus
  i {
  position: relative;
  top: -3px;
  color: var(--greens);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_dminus {
  color: var(--reds);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_dminus
  i {
  position: relative;
  top: -3px;
  color: var(--reds);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_firstdminus {
  color: rgba(0, 0, 0, 0.85);
}

.boxoverview_respones
  .boxoverview_responses_number
  .count_previously_plus
  .icon_firstdminus
  i {
  position: relative;
  top: -3px;
  color: rgba(0, 0, 0, 0.85);
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 14px;
  visibility: hidden;
}

input[type="checkbox"]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  padding-bottom: 5px;
  color: var(--whites);
  width: 20px;
  height: 20px;
  visibility: visible;
  border: 2px solid var(--cb);
  padding-left: 3px;
  margin-left: -15px;
  border-radius: 5px;
  margin-top: -2px;
}

input[type="checkbox"]:checked:after {
  content: "\2714";
  font-weight: bold;
  background: var(--greens);
  border: 1px solid var(--greens);
}

.custom-select {
  font-size: 16px !important;
}

#report .table {
  color: var(--text);
}

#report .content .boxreport_bg {
  /* background: var(--z2a2b3d);
  box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042); */
  padding: 50px 30px 30px 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#report .content .boxreport_bg .wrapper_report {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

#report .content .boxreport_bg .wrapper_report .form_search {
  padding: 0 10px;
  margin-top: -20px;
}

#report .content .boxreport_bg .wrapper_report .form_search .form-control {
  border: 1px solid var(--e8);
  border-radius: 0 !important;
  height: 40px;
  background-color: var(--whites);
  color: var(--text);
}

#report
  .content
  .boxreport_bg
  .wrapper_report
  .form_search
  .form-control::-webkit-input-placeholder {
  color: var(--e8);
}

#report
  .content
  .boxreport_bg
  .wrapper_report
  .form_search
  .form-control:-ms-input-placeholder {
  color: var(--e8);
}

#report
  .content
  .boxreport_bg
  .wrapper_report
  .form_search
  .form-control::-ms-input-placeholder {
  color: var(--e8);
}

#report
  .content
  .boxreport_bg
  .wrapper_report
  .form_search
  .form-control::placeholder {
  color: var(--e8);
}

#report
  .content
  .boxreport_bg
  .wrapper_report
  .form_search
  .boxreport_namesort {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: var(--text);
}

#report .content .boxreport_bg .wrapper_report .form_sort {
  margin-top: -20px;
}

#report .content .boxreport_bg .wrapper_report .form_sort .boxreport_namesort {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: var(--text);
}

#report .content .boxreport_titlename {
  letter-spacing: 2px;
  color: var(--text);
  font-weight: 700;
}

#report .content .boxreport_table {
  margin-top: 1em;
  font-size: 16px;
}

#report .content .boxreport_table th {
  color: var(--text);
  font-weight: 700;
  letter-spacing: 2px;
}

#report .content .boxreport_table .download_btn {
  border-radius: 0;
  font-size: 14px;
}

#report .content .boxreport_table .download_btn i {
  position: relative;
  top: -4px;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--text);
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text);
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  color: var(--text);
}

.form-control::placeholder {
  font-size: 14px;
  color: var(--text);
}

.table-sm th,
.table-sm td {
  padding: 1em !important;
}

#sat .boxsat_allattr {
  /* background-color: var(--z2a2b3d);
  padding: 0 15px 15px 15px;
  box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  border: 1px solid var(--z2a2b3d); */
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#sat .boxsat_allattr .attr_title {
  color: var(--text);
  letter-spacing: 2px;
  margin-top: 1em;
}

#sat .boxsat_allattr .attr_bg {
  /* background-color: var(--z313348);
  box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  border: 1px solid var(--z313348); */
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#nps .boxsat_allattr {
  /* background-color: var(--z2a2b3d);
  padding: 0 15px 15px 15px;
  box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.042);
  border: 1px solid var(--z2a2b3d); */
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#nps .boxsat_allattr .boximg_factor {
  margin-top: 4em;
  margin-bottom: 3em;
}

#nps .boxsat_allattr .boximg_factor .font-blacks {
  color: var(--text);
}

#nps .boxsat_allattr .boximg_factor .font-reds {
  color: var(--redsnew);
}

#nps .boxsat_allattr .boximg_factor .font-greens {
  color: var(--greensold);
}

#nps .boxsat_allattr .attr_title {
  color: var(--text);
  letter-spacing: 2px;
  margin-top: 1em;
}

#nps .boxsat_allattr .attr_bg {
  margin-top: 2em;
  /* padding: 30px 30px 0 30px; */
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#data .boxdata_data {
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#data .boxdata_data .text-label {
  color: var(--text);
  letter-spacing: 2px;
}

#data .boxdata_data label {
  background: transparent;
}

#data .boxdata_data input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid var(--text);
}

#data .boxdata_data input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

#data .boxdata_data input[type="radio"]:checked:before {
  background: var(--whites);
}

#data .boxdata_data input[type="radio"]:checked {
  border-color: var(--greens);
  background: var(--greens);
}

#data .boxdata_data .form-check-label {
  margin-left: 10px;
  margin-top: 2px;
  color: var(--text);
}

#data .boxdata_add #format_select .form-check-label {
  color: var(--z2a2b3d) !important;
}

#data .boxdata_data .dropdown-menu {
  padding: 15px;
  border-radius: 0;
}

#data .boxdata_data .dropdown-menu.show {
  inset: 0 auto auto 0 !important;
  position: relative;
  /* border: 1px solid var(--c5); */
  max-height: 340px;
  overflow-y: auto;
  width: 100%;
  background-color: var(--z313348);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#data .boxdata_data .dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent !important;
}

#data
  .boxdata_data
  .multiselect-container
  .multiselect-filter
  > input.multiselect-search {
  background-color: transparent !important;
}

#data .boxdata_data .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: -1;
}

#data .boxdata_data .dropdown-menu.show::-webkit-scrollbar-track {
  background: #f5f5f5;
}

#data .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: lightgray;
}

#data .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}

#data .boxdata_periodselect #period-overivew {
  margin-top: 0.5em;
}

#data .boxdata_periodselect .checked_custom i {
  position: relative;
  top: -4px;
}

#data .boxdata_periodselect .checked_month i {
  position: relative;
  top: -4px;
}

#data .boxdata_periodselect .input_custommonth {
  border: none;
  font-size: 30px;
  margin-bottom: 0.5em;
  border-radius: 0;
  background-color: var(--whites);
  color: var(--text);
  border: 1px solid var(--e8);
}

#data .boxdata_periodselect .input_custommonth::-webkit-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#data .boxdata_periodselect .input_custommonth:-ms-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#data .boxdata_periodselect .input_custommonth::-ms-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#data .boxdata_periodselect .input_custommonth::placeholder {
  font-size: 30px;
  color: var(--e8);
}

#data .boxdata_btndownload_data {
  margin-top: 1em;
}

#data .boxdata_btndownload_data button i {
  position: relative;
  top: -4px;
}

#question .boxdata_data {
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#question .boxdata_data .text-label {
  color: var(--text);
  letter-spacing: 2px;
}

#question .boxdata_data label {
  background: transparent;
}

#question .boxdata_data input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid var(--text);
}

#question .boxdata_data input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

#question .boxdata_data input[type="radio"]:checked:before {
  background: var(--whites);
}

#question .boxdata_data input[type="radio"]:checked {
  border-color: var(--greens);
  background: var(--greens);
}

#question .boxdata_data .form-check-label {
  margin-left: 10px;
  margin-top: 2px;
}

#question .boxdata_data .dropdown-menu {
  padding: 15px;
  border-radius: 0;
}

#question .boxdata_data .dropdown-menu.show {
  inset: 0 auto auto 0 !important;
  position: relative;
  border: 1px solid var(--text);
  max-height: 340px;
  overflow-y: auto;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#question .boxdata_data .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: -1;
}

#question .boxdata_data .dropdown-menu.show::-webkit-scrollbar-track {
  background: #f5f5f5;
}

#question .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: lightgray;
}

#question .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}

#question .boxdata_periodselect #period-overivew {
  margin-top: 0.5em;
}

#question .boxdata_periodselect .checked_custom i {
  position: relative;
  top: -4px;
}

#question .boxdata_periodselect .checked_month i {
  position: relative;
  top: -4px;
}

#question .boxdata_periodselect .input_custommonth {
  border: none;
  font-size: 30px;
  margin-bottom: 0.5em;
  border-radius: 0;
  background-color: var(--whites);
  color: var(--text);
  border: 1px solid var(--e8);
}

#question .boxdata_periodselect .input_custommonth::-webkit-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#question .boxdata_periodselect .input_custommonth:-ms-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#question .boxdata_periodselect .input_custommonth::-ms-input-placeholder {
  font-size: 30px;
  color: var(--e8);
}

#question .boxdata_periodselect .input_custommonth::placeholder {
  font-size: 30px;
  color: var(--e8);
}

#question .boxdata_btnshowdata button i {
  position: relative;
  top: -4px;
}

#question .boxquestion_showdata {
  margin-top: 1em;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#question .boxquestion_showdata .progress {
  margin-top: 1em;
}

#question .boxquestion_showdata .question_title {
  color: var(--text);
  font-weight: 400;
}

#question .boxquestion_showdata .question_line {
  color: var(--text) !important;
}

#question .boxquestion_showdata .question_line_header {
  margin-top: 0;
  width: 100%;
  color: var(--text) !important;
}

#question .boxquestion_showdata .question_name {
  color: var(--text);
  font-weight: 400;
  margin-top: 0.1em;
}

#question .boxquestion_showdata .question_total {
  font-size: 16px;
  font-weight: 700;
  color: var(--whites);
  background: var(--greens);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  margin-top: -8px;
}

#question .boxquestion_showdata .question_choice {
  color: var(--text);
  font-weight: 400;
  margin-top: 0.4em;
}

#question .boxquestion_showdata .question_totalchoice {
  font-size: 16px;
  font-weight: 700;
  color: var(--whites);
  background: var(--f4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  margin-top: -8px;
}

#table .boxdata_data {
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#table .boxdata_data .text-label {
  color: var(--text);
  letter-spacing: 2px;
}

#table .boxdata_data label {
  background: transparent;
}

#table .boxdata_data input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid var(--text);
}

#table .boxdata_data input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

#table .boxdata_data input[type="radio"]:checked:before {
  background: var(--whites);
}

#table .boxdata_data input[type="radio"]:checked {
  border-color: var(--greens);
  background: var(--greens);
}

#table .boxdata_data .form-check-label {
  margin-left: 10px;
  margin-top: 2px;
}

#table .boxdata_data .dropdown-menu {
  padding: 15px;
  border-radius: 0;
}

#table .boxdata_data .dropdown-menu.show {
  inset: 0 auto auto 0 !important;
  position: relative;
  border: 1px solid var(--c5);
  max-height: 340px;
  overflow-y: auto;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#table .boxdata_data .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: -1;
}

#table .boxdata_data .dropdown-menu.show::-webkit-scrollbar-track {
  background: #f5f5f5;
}

#table .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: lightgray;
}

#table .boxdata_data .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}

#table .boxdata_periodselect #period-overivew {
  margin-top: 0.5em;
}

#table .boxdata_periodselect .checked_custom i {
  position: relative;
  top: -4px;
}

#table .boxdata_periodselect .checked_month i {
  position: relative;
  top: -4px;
}

#table .boxdata_periodselect .input_custommonth {
  border: none;
  font-size: 30px;
  margin-bottom: 0.5em;
}

#table .boxdata_periodselect .input_custommonth::-webkit-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

#table .boxdata_periodselect .input_custommonth:-ms-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

#table .boxdata_periodselect .input_custommonth::-ms-input-placeholder {
  font-size: 30px;
  color: var(--cb);
}

#table .boxdata_periodselect .input_custommonth::placeholder {
  font-size: 30px;
  color: var(--cb);
}

#table .boxdata_btnshowdata button i {
  position: relative;
  top: -4px;
}

#table .boxquestion_showdata {
  margin-top: 1em;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.1); */
  opacity: 80%;
  border: 1px solid var(--ca);
  border-radius: 10px;
}

#table .boxquestion_showdata .progress {
  margin-top: 1em;
}

#table .boxquestion_showdata .question_title {
  color: var(--text);
  font-weight: 400;
}

#table .boxquestion_showdata .question_line {
  color: var(--text) !important;
}

#table .boxquestion_showdata .question_line_header {
  margin-top: 0;
  width: 100%;
  color: var(--text) !important;
}

#table .boxquestion_showdata .question_name {
  color: var(--text);
  font-weight: 400;
  margin-top: 0.1em;
}

#table .boxquestion_showdata .question_total {
  font-size: 16px;
  font-weight: 700;
  color: var(--whites);
  background: var(--greens);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  margin-top: -8px;
}

#table .boxquestion_showdata .question_choice {
  color: var(--text);
  font-weight: 400;
  margin-top: 0.4em;
}

#table .boxquestion_showdata .question_totalchoice {
  font-size: 16px;
  font-weight: 700;
  color: var(--whites);
  background: var(--f4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  margin-top: -8px;
}

#table .boxquestion_showdata .wrapper-tablesummaries {
  display: grid;
  color: var(--text);
  gap: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  height: 1000px;
}
#table .boxquestion_showdata .wrapper-tablesummaries .box_choice,
#table .boxquestion_showdata .wrapper-tablesummaries .box_store {
  line-height: 45px;
}

#table .boxquestion_showdata .wrapper-tablesummaries .box_choice .name_table {
  text-align: center;
  background-color: #2da9db;
  padding: 15px;
  gap: 15px;
}

#table .boxquestion_showdata .wrapper-tablesummaries .box_store .name_table_en {
  background-color: #2da9db;
  padding: 15px;
  gap: 15px;
  text-align: center;
}

#table .boxquestion_showdata .wrapper-tablesummaries::-webkit-scrollbar {
  width: 10px;
  position: relative;
  z-index: -1;
}

#table .boxquestion_showdata .wrapper-tablesummaries::-webkit-scrollbar-track {
  background: #f5f5f5;
}

#table .boxquestion_showdata .wrapper-tablesummaries::-webkit-scrollbar-thumb {
  background: #bebebe;
}

#table
  .boxquestion_showdata
  .wrapper-tablesummaries::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

#table .boxquestion_showdata .wrapper-tablesummaries .box_store .box-detail {
  margin-top: 1em;
  text-align: center;
  gap: 15px;
}

#table .boxquestion_showdata .wrapper-tablesummaries .box_choice .box-detail {
  margin-top: 1em;
  text-align: center;
  gap: 10px;
}

#table
  .boxquestion_showdata
  .wrapper-tablesummaries
  .box_choice
  .box-detail
  .items_choice {
  background-color: var(--z313348);
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#table
  .boxquestion_showdata
  .wrapper-tablesummaries
  .box_store
  .box-detail
  .items_store {
  background-color: var(--z313348);
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*# sourceMappingURL=style.css.map */

.wrapper-logo {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}

.wrapper-logo .box_logo {
  /* width: 120px;
  height: 120px; */
  border-radius: 3px;
  background: #fff;
  display: grid;
  align-items: center;
  padding: 3px;
  transition: 0.3s ease-in-out;
}

.wrapper-logo .box_logo:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-5px);
  transform: scale(1.2);
  cursor: pointer;
}

#welcome .content {
  height: 100vh;
}

#index .box-imglogin {
  margin-top: 6em;
}
#index .box_inputlogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  padding-right: 30px;
  margin-top: 50%;
  transform: translate(0, -50%);
}

#index .bg-logincover {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/bg-login.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#index .box_inputlogin .form-control {
  min-height: 40px !important;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  padding: 10px 10px 10px 30px !important;
  color: #111111 !important;
  font-weight: 400 !important;
}

#index .box_inputlogin .form-control::placeholder {
  color: #a1a1a1;
  font-weight: 300 !important;
  font-size: 16px;
}

#index .box_inputlogin .icon_login i {
  color: #a1a1a1;
  font-size: 18px;
  position: relative;
  left: 0;
  bottom: -29px;
}

#index .box_inputlogin #login_admin .btn_login {
  border-radius: 50px;
  font-size: 19px;
  letter-spacing: 2px;
}

#index .box_inputlogin #login_admin .btn_login i {
  font-size: 25px;
  top: -3px;
  position: relative;
}

.w-60 {
  width: 60% !important;
}

#index .box_banner_login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#index .box_banner_login .title_smalllogin {
  color: var(--whites);
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 300;
}

#index .box_banner_login .title_biglogin {
  color: var(--white);
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

.nav-tabs {
  width: 100%;
  /* background-color: var(--z2a2b3d); */
  border-bottom: 1px solid var(--e8) !important;
  margin-top: 2em;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--reds) !important;
  /* filter: brightness(2) !important; */
  background-color: transparent !important;
  border: none !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--reds) !important;
  border-radius: 10px;
  /* filter: brightness(2) !important; */
}

.nav-tabs .nav-link {
  color: var(--text) !important;
  font-weight: 500;
}

#tab-listmenu {
  font-size: 20px;
  letter-spacing: 3px;
  padding: 10px;
}

#tab-listmenu .tab-content {
  width: 100%;
}

.content .boxoverview_search .box_logo {
  margin-top: 1.5rem;
}

.content .total_res::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  position: relative;
  z-index: -1;
}

.content .total_res::-webkit-scrollbar-track {
  background: var(--ee);
}

.content .total_res::-webkit-scrollbar-thumb {
  background: var(--ca);
}

.content .total_res::-webkit-scrollbar-thumb:hover {
  background: var(--ca);
}

#comments_page .box_contenttab {
  margin-top: 2em;
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  opacity: 80%;
  border: 1px solid var(--f2);
  border-radius: 10px;
}

#comments_page .box_contenttab .box_logo img {
  width: 140px;
  object-fit: cover;
}

#comments_page .box_contenttab .box_detailtab small {
  color: var(--reds);
  font-size: 16px;
  bottom: 0.5rem;
  position: relative;
  font-weight: 600;
}

#comments_page .box_contenttab .box_detailtab .question_choice {
  font-size: 18px;
  color: var(--text);
  font-weight: 600;
}
#comments_page .box_contenttab .choice_detailheading {
  color: var(--text);
  margin-bottom: 0;
}

#comments_page .box_contenttab .box_detailtab .choice_detail {
  color: var(--text);
  text-align: right;
}

#comments_page .box_contenttab .box_detailtab hr {
  margin-top: 0;
}
