@charset "UTF-8";
/* font color */
/* family */
html, body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  background: #282828;
  flex: 1 0 auto;
}

.cont.issuing .select_box .box,
.cont.airdrop .select_box .box {
  min-width: 0;
}

.cont.issuing .select_box .box.network-wide,
.cont.airdrop .select_box .box.network-wide {
  flex: 1.35;
}

.cont.issuing .select_wrap button .select,
.cont.airdrop .select_wrap button .select {
  display: block;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cont.issuing .select_list li button .select,
.cont.airdrop .select_list li button .select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin_menu_entry {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.admin_menu_entry:hover {
  border-color: rgba(46, 205, 255, 0.55);
  transition: var(--hover-transition);
}

.admin_menu_icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2) url(../../images/icons/user_home.svg) no-repeat center center/auto 16px;
}

.admin_menu_label {
  font-size: 13px;
  line-height: 1;
  font-family: "suit_medium", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: normal;
}

.top_title_wrap {
  background: #343434;
}
.top_title_wrap .inner {
  max-width: 976px;
  padding: 20px 24px;
  margin: 0 auto;
}
.top_title_wrap .sub_title {
  word-break: keep-all;
}

.invalid {
  font-size: 12px;
  line-height: 1.5;
  color: #FF962E;
  position: absolute;
  left: 0;
  bottom: -26px;
  display: none;
}
.invalid img {
  width: auto;
  height: 18px;
  margin-right: 4px;
}
.invalid.on {
  display: block;
}

.connection.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.connection.modal.on {
  display: block;
}
.connection.modal .inner {
  max-width: 480px;
  width: 100%;
  padding: 40px 40px 50px;
  background: #343434;
  border-radius: 12px;
}
.connection.modal h4 {
  text-align: center;
  margin-bottom: 20px;
}
.connection.modal .sub_title {
  text-align: center;
  margin-bottom: 30px;
  word-break: keep-all;
}
.connection.modal ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.connection.modal ul li {
  max-width: 220px;
  width: 100%;
}
.connection.modal ul button {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #1B1B1B;
  border-radius: 8px;
  padding: 13px 0;
}
.connection.modal ul button img {
  width: auto;
  height: 22px;
}
.connection.modal .modal_x_btn .line {
  background: #2ECDFF;
}

/* ======= 태블릿 ======= */
/*@media screen and (max-width: 1024px) {

    .mobile_h2 {
        display: block;
        margin-bottom: 40px;
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
}
*/

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