.code-access {
  width: 100%;
  height: 134px;
  border-radius: 6px;
  background: #fff;
  padding: 23px 27px 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.code-access .title {
  margin-top: 0;
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.code-access .group-text-input {
  position: relative;
  display: flex;
  align-items: start;
}
.code-access .group-text-input img {
  position: absolute;
  top: 12px;
  right: 14px;
}
.code-access .group-text-input p {
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 140px;
}
.code-access .group-text-input input {
  flex: 1;
  border-radius: 4px;
  background: #ebebeb;
  height: 39px;
  outline: none;
  border: none;
  padding: 10px 0 9px 16px;
  user-select: none;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
}

.setting-admin-options {
  width: 100%;
  height: 212px;
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 23px;
}
.setting-admin-options .option + .option {
  border-top: 1px solid rgba(211, 211, 211, 0.336);
}
.setting-admin-options .option {
  display: flex;
  align-items: center;
  height: 53px;
  padding: 0 16px;
  cursor: pointer;
}
.setting-admin-options .option p {
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.41px;
}
.setting-admin-options .option img {
  margin-left: auto;
}

/* ---------modle create new group  */

.create-new-group {
  width: calc(100vw - 20px);
  max-width: 502px;
  border-radius: 20px;
  background: #fff;
  margin-top: calc((100vh - 384px) / 2);
  padding: 31px 40px 35px 24px;
}
.create-new-group .title {
  color: var(--Color-base);
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 0;
}
.create-new-group .group-text-input {
  width: 100%;
  margin-top: 23px;
}
.create-new-group .group-text-input .text {
  align-items: start;
}
.create-new-group .group-text-input .text p {
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.create-new-group .group-text-input .text span {
  color: var(--Color-gray2);
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.create-new-group .group-text-input input {
  width: 356px;
  height: 39px;
  border-radius: 6px;
  border: 1px solid var(--Color-border-input);
  outline: none;
  padding: 10px 26px 10px 16px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
}

.create-new-group .group-text-input input::placeholder {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
}

.create-new-group .content {
  padding: 20px 0;
}
.create-new-group .content p {
  color: var(--Color-base);
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.create-new-group .base-btn-fill {
  width: 173px;
  height: 44px;
  margin-bottom: 23px;
  margin-top: 35px;
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.create-new-group .cancel-btn {
  color: #000;
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  opacity: 0.6;
  cursor: pointer;
}
/* Modal reset access code  */
.modal-reset-code {
  width: 380px;
  height: 339px;
  border-radius: 20px;
  background: #fff;
  margin-top: calc((100vh - 339px) / 2);
  padding: 30px 35px;
}
.modal-reset-code > p {
  color: var(--Color-base);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 16px;
  margin-top: 14px;
}
.modal-reset-code > span {
  color: #000;
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  opacity: 0.6;
}
.modal-reset-code .select-options p {
  color: var(--Color-base);
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.41px;
  margin-bottom: -4px;
}
.modal-reset-code .select-options label:first-child {
  margin-bottom: 12px;
}
.modal-reset-code .base-btn-fill {
  width: 280px;
  height: 44px;
  margin-top: 33px;
  margin-bottom: 20px;
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
/* Modal access with QR code */
.access-QR-code {
  width: calc(100vw - 20px);
  max-width: 540px;
  height: 557px;
  border-radius: 20px;
  background: #fff;
  padding-top: 31px;
  padding-bottom: 35px;
  margin: 0 10px;
  margin-top: calc((100vh - 557px) / 2);
}
.access-QR-code .title {
  color: var(--Color-base);
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 0;
}
.access-QR-code > img {
  margin-top: 23px;
  margin-bottom: 47px;
}
.access-QR-code .wrap-input {
  position: relative;
}
.access-QR-code .wrap-input input {
  width: 425px;
  max-width: 425px;
  height: 39px;
  border-radius: 4px;
  background: #ebebeb;
  outline: none;
  border: none;
  padding-left: 16px;
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.27px;
}
.access-QR-code .wrap-input img {
  position: absolute;
  top: 12px;
  right: 11px;
}
.access-QR-code .content {
  margin: 23px 0;
}
.access-QR-code .content p {
  color: var(--Color-base);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}
.access-QR-code .base-btn-fill {
  width: 335px;
  height: 44px;
  margin-bottom: 23px;
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.access-QR-code .cancel-btn {
  color: #000;
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  opacity: 0.6;
}
.button-delete.base-btn-fill {
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: SF Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.error-message {
  padding-left: 30px;
}

.disable-reset-code {
  background-color: #ccc;
  pointer-events: none;
}
.field-add-group {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  text-align: left;
}

/* css for icon copy on qrcode */
#QR_code_copy {
  background-color: #ebebeb;
}