@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 100; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 200; font-display: swap; src: url('/assets/font/pretendard/Pretendard-ExtraLight.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 300; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Light.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/font/pretendard/Pretendard-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 800; font-display: swap; src: url('/assets/font/pretendard/Pretendard-ExtraBold.ttf') format('truetype'); }
@font-face { font-family: 'Pretendard'; font-style: normal; font-weight: 900; font-display: swap; src: url('/assets/font/pretendard/Pretendard-Black.ttf') format('truetype'); }

:root,
[data-bs-theme=light],
[data-bs-theme=dark] {
  --bs-font-sans-serif: 'Pretendard' !important;
  --bs-body-font-family: 'Pretendard' !important;
  --adminuiux-content-font: 'Pretendard' !important;
  --adminuiux-title-font: 'Pretendard' !important;
}

html,
body,
button,
input,
select,
textarea,
table,
.tooltip,
.popover,
.dropdown-menu,
.modal,
.offcanvas,
.card,
.btn,
.form-control,
.form-select {
  font-family: 'Pretendard' !important;
}

a { text-decoration:none !important; }

.h7, h7 { font-size: 0.75rem; }


/* Container */
.container-fluid { width:800px; }
.adminuiux-wrap { width:800px; margin:0px auto; padding:10px; max-width:100%; }

/* Header */
.adminuiux-header { background-color:#fff;}
.fixed-bottom, .fixed-top { position:relative; }

/* Main */
.adminuiux-content { padding-left:0px !important; padding-top:0px !important; }


/* Footer */
.adminuiux-mobile-footer { margin:0px !important; }



/* badge */
.form-control, .form-select { border-radius: 0px !important; }
.btn, .card { border-radius: 0px !important; }
.card-body { border:1px solid #a8a8a8; }

.item-table { font-size:0.75rem; }
.item-table td {padding:0px 10px; }
.item-table td.title { color:grey; min-width:90px; }
.btn-copy-item { position: absolute; right: 30px; margin-top: -40px; }
.page-nav { width:100%; padding:15px; }

.text-right { text-align:right !important; }
.text-left { text-align:left !important; }
.text-center { text-align:center !important; }

.roundedui {
    --bs-border-radius-lg: 0.75rem;
    --bs-border-radius: 0.75rem;
    --bs-border-radius-sm: 0.75rem;
}

.note { font-size:12px; color:deeppink; }

/* Login page - Toss inspired */
body.login-page {
  background: #ffffff !important;
  color: #191f28;
}

body.login-page.main-bg::before,
body.login-page.main-bg::after {
  display: none !important;
}

body.login-page .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.login-page .auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 84px 20px 40px;
  background: #ffffff;
}


body.login-page .row,
body.login-page .minvheight-100,
body.login-page .h-100 {
  min-height: auto !important;
  height: auto !important;
}

body.login-page .login-card {
  flex: 0 0 auto !important;
  width: min(390px, calc(100vw - 40px)) !important;
  max-width: 390px !important;
  padding: 0;
}

body.login-page .login-logo-wrap {
  margin-bottom: 52px;
}

body.login-page .login-logo {
  width: 190px;
  max-width: 70%;
  height: auto;
  display: inline-block;
}

body.login-page .form-floating {
  margin-bottom: 12px !important;
}

body.login-page .form-control {
  width: 100%;
  height: 54px;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  background: #f2f4f6;
  color: #191f28;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
}

body.login-page .form-control:focus {
  background: #ffffff;
  border-color: #3182f6 !important;
  box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.12) !important;
}

body.login-page .form-floating > label {
  color: #8b95a1;
  padding-left: 18px;
  font-weight: 600;
}

body.login-page .login-button {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: 0 !important;
  border-radius: 14px !important;
  background: #3182f6 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}

body.login-page .login-button:hover,
body.login-page .login-button:focus {
  background: #1b64da !important;
  color: #ffffff !important;
}

@media (max-width: 480px) {

  body.login-page .login-logo-wrap {
    margin-bottom: 48px;
  }

  body.login-page .auth-wrapper {
    padding-top: 64px;
  }

  body.login-page .login-logo {
    width: 190px;
  }
}

@media (min-width: 481px) {
  body.login-page .auth-wrapper {
    align-items: center;
    padding: 40px 20px;
  }
}


body.login-page .login-brand-wrap {
  text-align: center;
  margin-bottom: 42px;
}

body.login-page .login-brand-title {
  color: #121314;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: -0.8px;
  margin-top: 18px;
}

body.login-page .login-brand-subtitle {
  color: #3182f6;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin-top: 5px;
}

body.login-page .login-logo {
  width: 140px;
  max-width: 58%;
}

@media (max-width: 480px) {
  body.login-page .login-brand-wrap {
    margin-bottom: 38px;
  }

  body.login-page .login-logo {
    width: 136px;
  }
}


body.login-page .login-brand-title span {
  color: #3182f6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  vertical-align: baseline;
  margin-left: 6px;
}

body.login-page .login-brand-subtitle {
  display: none !important;
}

body.login-page .login-brand-title span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

body.login-page .login-brand-title {
  margin-top: 48px;
}

body.login-page .login-brand-title {
  font-weight: 700;
}

body.login-page,
body.login-page .auth-wrapper {
  background:
    radial-gradient(circle at 50% 14%, rgba(49, 130, 246, 0.16) 0, rgba(49, 130, 246, 0.08) 24%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #ffffff 100%) !important;
}

body.login-page .form-control {
  background: #ffffff !important;
  border-color: #edf0f3 !important;
}

/* Header registered store logo */
.admin-registered-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin-right: 0 !important;
  line-height: 1;
}

.admin-registered-brand .brand-registered-logo {
  display: block;
  width: auto;
  height: 30px;
  margin-right: 0 !important;
  object-fit: contain;
}

/* Header master service logo */
.admin-master-service-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin-right: 0 !important;
  line-height: 1;
}

.admin-master-service-brand .login-service-logo {
  display: block;
  width: auto;
  height: 30px !important;
  margin-right: 0 !important;
  object-fit: contain;
}
