/* 초기값  */
body {
  background-color: var(--smcw-color-body);
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  overflow-y: visible;
  overflow-x: hidden;
}

input,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ID 자동완성 시 배경, 글자색 설정 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--smcw-color-report-patient) inset !important;
  -webkit-text-fill-color: #ffffff;
}

.signup-container {
  position: relative;
  height: calc(100% - 120px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-box {
  display: flex;
  flex-direction: column;
  background: var(--smcw-color-tab-content);
  width: 690px;
  padding: 30px 50px;
  max-height: 100%;
  position: relative;
  margin-top: 30px;
}

.signup-header {
  margin-top: 20px;
}
.signup-body {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.signup-header-main {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.signup-header-sub {
  color: #a0a5b9;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}

.progress-circle {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  background-color: #2a304d;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a0a5b9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.progress-circle.active {
  background-color: var(--smcw-color-option-button);
  color: #ffffff;
}

.text-input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #2a304d;
  border-radius: 8px;
  border: none;
}

.signup-button {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 8px !important;
  background: var(--smcw-color-login-button);
}

.select-container {
  text-align: center;
}

.hospital-type-button {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px;
  width: max-content;
  min-width: 150px;
  margin: 10px;
  height: 64px;
  border: none;
  border-radius: 8px !important;
  background: var(--smcw-color-login-button);
  color: white;
}

.essential {
  color: #05c3a7;
  font-weight: bold;
  font-size: 1rem;
  top: 0px;
  left: 5px;
}

.input-frame {
  padding: 2px;
  margin-top: 1px;
}

.input-frame p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: left;
}

.terms-label {
  cursor: pointer;
  margin-top: 10px;
}

.terms-label p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: inline;
}

.terms-label i {
  font-size: 20px;
  line-height: 24px;
  margin-right: 5px;
  color: #a0a5b9;
}

.terms-label i.active {
  color: #09aa5c;
}

.checkbox-container {
  margin-top: 10px;
}

.checkbox-container input {
  display: none;
}

.terms-link {
  display: inline-block;
  position: relative;
  margin-top: 1px;
  padding-right: 13px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: #a0a5b9;
  text-decoration: none;
  vertical-align: middle;
}

.terms-link:hover {
  color: #a0a5b9;
  text-decoration: none;
}

.signup-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 120px;
}

.signup-icon-container.success {
  color: #05c3a7;
}

.signup-icon-container.fail {
  color: #ff3b30;
}

#authenticationCodeResend {
  width: 96px;
  background-color: #0099f8;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-left: 15px;
}

.time-limit {
  color: red;
  margin-left: 10px;
  margin-top: 10px;
  height: 15px;
}

.error {
  color: #ff3b30;
}

.success {
  color: #05c3a7;
}

.essential-div {
  display: flex;
  align-items: center;
}

#country {
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #2a304d;
  border: none;
  position: relative;
}

.niceCountryInputMenuDropdownContent,
.niceCountryInputMenuFilter {
  position: absolute;
  width: 100%;
  background: #2a304d;
  z-index: 1000;
}

.niceCountryInputMenuDropdownContent {
  margin-top: 46px;
}

.url_description {
  background: lightyellow;
  height: max-content;
  padding: 10px;
  margin-top: 5px;
  white-space: pre-wrap;
  line-height: 22px;
}

.list-group-item {
  border: none;
  background-color: #2a304d;
  color: white;
}

.list-group-item:hover {
  background-color: #2a304d;
}
