@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap");*/
.sightn-container {
  width: 100%;
  background-color: #111;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 20px;
}

/* head */
.sightn-head {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 0;
  margin: 0 !important;
  width: 100%;
  border-bottom: 0.5px solid #282828;
  font-family: "Pretendard-Regular";
}

.sightn-head__title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sightn-head__right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.sightn-head .sightn-head__time {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.sightn-head .sightn-head__success {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ee312f;
}
.sightn-head .sightn-head__arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 0;
}
.sightn-head:not(.collapsed) {
  border-bottom: 0;
}
.sightn-head:not(.collapsed) .sightn-head__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* body */
.sightn-body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.sightn-body p {
  margin-bottom: 6px;
}
.sightn-body__link {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ee312f;
}
.sightn-body__link:hover,
.sightn-body__link:focus {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ff1410;
}

/* bottom */
.sightn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4px 0 8px;
}
