@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
html body {
  background-color: #0c0f13;
  color: #fff;
  min-height: 100vh;
  background-image: url("../img/bg/page-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  font-family: "Noto Sans KR", sans-serif;
  min-width: 350px;
}

a {
  color: #6aa2f6;
}

.icon-right {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  color: #888;
}

.icon-left {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #888;
}

input.form-control {
  background-color: #1b1b1c;
  border-color: transparent;
  color: #fff !important;
}
input.form-control:focus {
  background-color: #202022;
  color: #fff !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #202022;
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #888;
}

.text-muted {
  color: #888 !important;
}

.form-select {
  color: #fff !important;
}

.form-control,
.form-select {
  background-color: #202022;
  color: #888;
  border-color: #343434;
}
.form-control:disabled,
.form-select:disabled {
  background-color: #141415;
  cursor: not-allowed;
  color: #888 !important;
  font-weight: 700;
}
.form-control:disabled ~ .input-group-text,
.form-select:disabled ~ .input-group-text {
  cursor: not-allowed;
  background-color: #141415;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #888;
}
.form-control ~ .input-group-text,
.form-select ~ .input-group-text {
  background-color: #1b1b1c;
  border-color: transparent;
}
.form-control ~ .input-group-text img,
.form-select ~ .input-group-text img {
  height: 24px;
}

.alert-warning {
  background-color: rgba(47, 33, 0, 0.368627451);
  color: #ffb600;
  border-color: rgba(255, 182, 0, 0.3411764706);
}

#sendmailBtn {
  border-style: inset;
  width: 110px;
}

.rounded {
  border-radius: 999px !important;
}

.btn {
  font-size: 12px !important;
  font-weight: 500;
}

.bg-gradient {
  background: transparent linear-gradient(110deg, #bd62f9 0%, #4113ea 100%) 0% 0% no-repeat padding-box !important;
  color: #fff;
}

.text-gradient {
  background: linear-gradient(110deg, #bd62f9 0%, #4113ea 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.text-green {
  color: #59be60;
}

.text-red {
  color: #e95353;
}

.glass {
  background: rgba(28, 0, 52, 0) 0% 0% no-repeat padding-box;
  box-shadow: unset !important;
  border: 1px solid #191e24 !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #fff;
}
.glass .modal-header {
  border-bottom: unset;
}
.glass .modal-header .btn-close {
  color: #888 !important;
}
.glass .modal-footer {
  border-top: unset;
}

.dropdown-menu {
  box-shadow: unset !important;
  border: 1px solid #191e24 !important;
  color: #fff;
  background-color: #171719;
}
.dropdown-menu .dropdown-divider {
  border: 1px solid #191e24 !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 13px;
}
.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: rgba(43, 41, 49, 0.3098039216);
}

.custom-nav {
  position: fixed !important;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.1019607843) 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #1a2027;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #fff !important;
}
.custom-nav .nav-link {
  color: #fff !important;
}
.custom-nav .logo {
  width: 120px;
}
.custom-nav .navbar-nav {
  gap: 2rem;
}
.custom-nav .navbar-nav.rp2p {
  gap: 7px !important;
}
.custom-nav .navbar-end {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-nav .navbar-end .show-loggedin {
  display: none;
}
.custom-nav .navbar-end.logged-in .show-loggedin {
  display: block !important;
}
.custom-nav .navbar-end.logged-in .btn-login,
.custom-nav .navbar-end.logged-in .btn-signup {
  display: none !important;
}

main {
  padding-top: 70px;
  min-height: calc(100vh - 345px);
}

.table th,
.table td {
  background-color: unset;
  border-color: #1f262d;
  padding: 1rem 0.5rem;
}
.table th {
  color: #888;
}
.table td {
  color: #acacac;
}

section.landing {
  height: 100%;
}

.landing-title {
  padding-top: 100px;
  font-family: "Bebas Neue", sans-serif !important;
  width: max-content;
  margin: auto;
}
.landing-title h1 {
  font-size: 72px !important;
}

#coin-list .card {
  max-width: 1024px;
  margin: auto;
}
#coin-list .card .coin-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  color: #fff;
  text-wrap: nowrap;
  padding: 18px 14px;
}
#coin-list .card .coin-item:not(:last-child) {
  border-bottom: 1px solid #2b353b;
}
#coin-list .card .coin-item .coin-icon {
  width: 36px;
  height: 36px;
  text-align: center;
}
#coin-list .card .coin-item .coin-icon img {
  margin: auto;
  height: 100%;
  width: auto;
}
#coin-list .card .coin-item .coin-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35%;
}
#coin-list .card .coin-item .coin-price {
  text-align: right;
}
#coin-list .card .coin-item .coin-title {
  display: flex;
  gap: 6px;
  font-weight: 600;
}
#coin-list .card .coin-item .coin-title span.coin-curr {
  color: #888888;
}
#coin-list .card .coin-item .coin-market {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-size: 14px;
  width: 24%;
}
#coin-list .card .coin-item .coin-market .coin-supply {
  color: #888;
}
#coin-list .card .coin-item .coin-chart {
  width: 24%;
}
#coin-list .card .coin-item .coin-chart img {
  width: 100%;
}
#coin-list .card .coin-item .coin-actions {
  width: 24%;
}
#coin-list .card .coin-item .coin-actions .action-toggle {
  display: none;
}
#coin-list .card .coin-item .coin-actions .action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

p {
  color: #c5c5c5;
  font-size: 14px;
}

footer {
  padding: 1rem;
}
footer .f-start .logo {
  width: 160px;
}
footer a {
  display: block;
  color: #83768a;
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  text-decoration: underline;
}
footer .f-end {
  border-top: 1px solid #707070;
}

.pagination .page-item .page-link {
  background-color: unset;
  color: #888;
  border-color: #2b353b;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: #191e24;
}

section {
  position: relative;
  z-index: 1;
}

button img,
button svg,
button i {
  height: 22px;
  margin-right: 6px;
}

.buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.buttons button {
  flex: 1;
}
.btndisables{
	pointer-events: none; opacity:0.2;
}
.custom-select {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 48px;
}
.custom-select .custom-select-toggle {
  display: flex;
  align-items: center;
  line-height: 2;
  flex: 1;
  cursor: pointer;
  gap: 10px;
}
.custom-select .custom-select-toggle .custom-select-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-select .custom-select-toggle .select-icon {
  margin-left: auto;
}
.custom-select .custom-select-toggle .select-icon .icon {
  transition: 0.2s ease-in-out;
}
.custom-select .custom-select-container {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 0rem !important;
  list-style-type: none;
  background-color: #212529;
  border-radius: 6px;
}
.custom-select .custom-select-container.active {
  display: block;
}
.custom-select .custom-select-container li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
}
.custom-select .custom-select-container li:hover {
  background-color: #25292e;
}
.custom-select .coin-icon {
  display: flex;
  width: 32px;
  height: 32px;
}
.custom-select .coin-icon img {
  margin: auto;
  width: auto;
  height: 100%;
}
.custom-select .coin-name {
  font-weight: 700;
  color: #fff;
}

.pending td {
  border-bottom: unset !important;
  background-color: rgba(8, 0, 25, 0.168627451);
}

tr.bank-information td {
  padding: 0 !important;
  background-color: rgba(8, 0, 25, 0.168627451);
}
tr.bank-information td .bankinfo-container {
  max-width: 800px;
  padding: 1rem;
  border: 1px solid #2b353b;
  margin-bottom: 2rem !important;
  border-radius: 6px;
}

.sell-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 1080px;
  margin: auto;
}
.sell-list .sell-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: #191e24;
  border-radius: 4px;
}
.sell-list .sell-list-item .seller-info {
  width: 20%;
}
.sell-list .sell-list-item .seller-info .info .status {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.sell-list .sell-list-item .seller-info .info .status.online {
  background-color: #59be60;
}
.sell-list .sell-list-item .seller-info .info .status.offline {
  background-color: #e95353;
}
.sell-list .sell-list-item .seller-info .info .status.check {
  background-color: #FFFFFF;
}

.sell-list .sell-list-item .seller-info .info .user {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sell-list .sell-list-item .seller-info .info .user .username {
  text-decoration: none;
}
.sell-list .sell-list-item .seller-info .info .user .username .verified {
  color: #bd62f9;
}
.sell-list .sell-list-item .seller-info .info .badges {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffc000;
  font-size: 0.825em;
}
.sell-list .sell-list-item .seller-info .info .badges span {
  margin-left: 2px;
  color: #c7c7c7;
}
.sell-list .sell-list-item .seller-info .info .trades {
  font-size: 0.825em;
  color: #c0c0c0;
}
.sell-list .sell-list-item .market-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-wrap: nowrap;
  text-align: right;
  width: 20%;
}
.sell-list .sell-list-item .sell-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  width: 28%;
  justify-content: flex-start;
}
.sell-list .sell-list-item .sell-price .coin-icon {
  height: 32px;
  width: 32px;
  text-align: center;
}
.sell-list .sell-list-item .sell-price img {
  height: 100%;
}
.sell-list .sell-list-item .sell-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 0.8em;
  color: #bfbfbf;
  width: 14%;
  text-wrap: nowrap;
}
.sell-list .sell-list-item .sell-info .tradeby {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sell-list .sell-list-item .sell-info .tradeby img {
  height: 20px;
}
.sell-list .sell-list-item .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 14%;
}
.sell-list .sell-list-item .action button {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.avatar {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: fit-content;
  margin: auto;
}
.avatar .avatar-container {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1215686275);
  border-radius: 999px;
  border: 3px solid #ad00ff;
  padding: 4px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.avatar .avatar-container svg,
.avatar .avatar-container img {
  width: 100%;
  height: 100%;
  color: #362d45;
}
.avatar .verified {
  position: absolute;
  right: 6px;
  bottom: 10px;
  font-size: 22px;
  color: #0d6efd;
  background-color: #fff;
  display: flex;
  border-radius: 999px;
  box-shadow: 0 0 16px;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-info .name {
  margin: 1rem 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
}
.user-info .name .edit-toggle {
  position: absolute;
  right: -33px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px;
  color: #979797;
  background-color: #343a40;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s;
}
.user-info .name .edit-toggle:hover {
  filter: brightness(1.3);
}

.wallets {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 2rem 0;
  position: relative;
}
.wallets::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #505050;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wallets .wallet-item {
  text-align: center;
}
.wallets .wallet-item .wallet-name {
  font-weight: 700;
  font-size: 18px;
}
.wallets .wallet-item .wallet-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wallets .wallet-item .wallet-address .copy {
  color: #888;
  cursor: pointer;
  transition: 0.2s;
}
.wallets .wallet-item .wallet-address .copy:hover {
  filter: brightness(1.3);
}

.edit-info {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #191e24;
}

.mypage-bank-info {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 1rem;
  background-color: #191e24;
  border-radius: 6px;
}

@media (max-width: 1080px) {
  #coin-list .card .coin-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    text-wrap: nowrap;
    padding: 18px 0px;
  }
  #coin-list .card .coin-item .coin-actions {
    text-align: right;
    color: #888;
    width: 4%;
    position: relative;
    margin-left: auto;
  }
  #coin-list .card .coin-item .coin-actions .action-toggle {
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }
  #coin-list .card .coin-item .coin-actions .action-wrapper {
    display: none;
    position: absolute;
    right: 26px;
    top: 4px;
    background-color: #191e24;
    padding: 16px 12px;
    border-radius: 6px;
    flex-direction: column;
    width: 180px;
    gap: 14px;
  }
  #coin-list .card .coin-item .coin-actions .action-wrapper.active {
    display: flex;
  }
  footer .f-start {
    align-items: center;
    text-align: center;
  }
  footer .f-start .logo {
    margin-bottom: 2rem;
  }
  footer .f-end {
    text-align: center;
    gap: 1rem;
  }
  footer .f-end .col-md-2,
  footer .f-end .col-md-12 {
    text-align: center !important;
  }
}
@media (max-width: 2000px) {
  html body {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  html body {
    font-size: 12px;
  }
  .custom-nav .navbar-nav {
    gap: 12px;
    margin-top: 1.625rem;
  }
  .custom-nav .separator {
    display: none;
  }
  .custom-nav .navbar-end {
    margin: 1rem 0;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
  .custom-nav .navbar-collapse {
    padding: 0 1rem;
  }
  #coin-list .card .coin-item .coin-icon {
    width: 22px;
    height: 22px;
  }
  #coin-list .card .coin-item .coin-info {
    flex-direction: column;
    align-items: start;
  }
  #coin-list .card .coin-item .coin-info .coin-title {
    font-size: 12px;
  }
  #coin-list .card .coin-item .coin-info .coin-price {
    font-size: 10px;
  }
  #coin-list .card .coin-item .coin-market {
    font-size: 10px;
  }
  #coin-list .card .coin-item .coin-actions {
    text-align: right;
    color: #888;
    width: 4%;
    position: relative;
  }
  #coin-list .card .coin-item .coin-actions .action-toggle {
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }
  #coin-list .card .coin-item .coin-actions .action-wrapper {
    display: none;
    position: absolute;
    right: 26px;
    top: 4px;
    background-color: #191e24;
    padding: 16px 12px;
    border-radius: 6px;
    flex-direction: column;
    width: 180px;
    gap: 14px;
  }
  #coin-list .card .coin-item .coin-actions .action-wrapper.active {
    display: flex;
  }
  footer .f-start {
    align-items: center;
    text-align: center;
  }
  footer .f-start .logo {
    margin-bottom: 2rem;
  }
  footer .f-end {
    text-align: center;
    gap: 1rem;
  }
  footer .f-end .col-md-2,
  footer .f-end .col-md-12 {
    text-align: center !important;
  }
  .buttons button {
    flex: unset;
    width: calc(33.3333333333% - 8px);
  }
  select#setVal {
    max-width: 180px !important;
  }
}
@media (max-width: 650px) {
  .sell-list .sell-list-item {
    flex-wrap: wrap;
  }
  .sell-list .sell-list-item .seller-info {
    order: 1;
    text-wrap: nowrap;
  }
  .sell-list .sell-list-item .sell-price {
    order: 2;
    margin-left: auto;
    width: 37%;
    justify-content: flex-end;
  }
  .sell-list .sell-list-item .action {
    width: 100%;
  }
  .sell-list .sell-list-item .action button {
    width: 100%;
    justify-content: center;
  }
  .sell-list .sell-list-item .sell-info {
    order: 4;
    width: calc(50% - 5.5rem);
    align-items: flex-end;
    text-wrap: nowrap;
  }
  .sell-list .sell-list-item .market-price {
    order: 3;
    width: calc(50% - 0.5rem);
    text-align: left;
    text-wrap: nowrap;
    align-items: flex-start;
  }
  .sell-list .sell-list-item .action {
    order: 5;
  }
}
.hr_color1 {border: 0px; height: 1px; background: linear-gradient(to right, transparent, #b1fce3, green, #76f4cb, transparent); width: 100%; margin: 20px 0px;}
@media (max-width: 500px) {
  .buttons button {
    flex: unset;
    width: calc(50% - 8px);
  }
}/*# sourceMappingURL=style.css.map */