.signin-template {
  padding: 3em 2em;
  font-family: "Roboto", sans-serif;
}
.signin-template button:focus, .signin-template input:focus {
  outline: 0 !important;
}
.signin-template .avatar, .signin-template .avatar__image {
    width: 320px;
    height: 100%;
}
.signin-template .avatar img {
    width: 100%;
}

.signin-template .title h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

.signin-template .title {
  font-size: 1.4rem;
  color: #4a4a4a;
}
.signin-template .description {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #4a4a4a;
}
.signin-template .text-red {
  color: #f00;
}
.signin-template .has-error {
  border-bottom: 1px solid #f00;
  background: #e807070a;
}
.signin-template sup {
  font-size: 0.7rem;
}
.signin-template input[type="date"],
.signin-template input[type="text"],
.signin-template input[type="checkbox"] {
  text-align: left !important;
  color: #000 !important;
  width: unset;
  flex-grow: 200;
  border: none !important;
  border-bottom: 1px dashed #4f4f4fdd !important;
}
.signin-template input[type="checkbox"] {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.signin-template .form-group {
  display: flex;
  align-items: baseline;
  width: 100%;
  flex-wrap: nowrap;
  gap: 10px;
}
.signin-template .form-group label {
  width: unset;
  font-size: 0.8rem;
  margin-bottom: 0;
  font-weight: unset;
}
.signin-template .form-group .label-text-dai {
  min-width: 210px;
}
.signin-template .form-group .text_pdf {
  text-decoration: 1px underline dashed #4f4f4fdd;
  text-underline-offset: 14px;
  line-height: 3.5em;
  color: #000;
}
.checkbox-input {
  margin-bottom: 2em;
}
.checkbox-input .form-group {
  margin: 1em 0;
  gap: 70px;
}
.checkbox-input label {
  font-size: 0.8rem;
}
.checkbox-input h5 {
  font-size: 0.9rem;
}
.input-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.input-group input {
  width: unset;
}
.signin-template__main section {
  display: flex !important;
  gap: 2em !important;
}

.signin-template__account {
  border: 1px dashed #1664c0;
  padding: 1.5em 2em;
  background: #fafafa;
  border-radius: 5px;
}
.signin-template__account h3 {
  font-size: 1.2rem;
  margin: 0;
}

.signin-template__account .form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.signin-template__account .form-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
/* header */
.signin-template__header {
  margin: 2em 0;
  text-align: center;
  font-size: 0.8rem;
}

.signin-template__header h1.title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}
.signin-template__header span {
  font-size: 1rem;
}
.signin-template__header h2.description {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5em 0;
}
/* avatar */
.signin-template__avatar {
  display: flex;
  justify-content: center;
  margin: 1em 0 3em;
}
/* main */
.signin-template__main {
  margin: 1em 0 3em;
}

.signin-template__account .text-warning {
  text-align: center;
  font-size: 0.8rem;
  color: #1664c0;
  margin: 0;
  font-style: italic;
}
.signin-template__account label {
  min-width: 85px !important;
}

.signin-template__account .text-note {
  line-height: 0.5rem;
  margin: 1.5em 0;
  font-size: 0.8rem;
}

.extension-lang {
  display: none !important;
}

.signin-template .show {
  display: flex !important;
}

/* /// */
.popup-hldb {
  height: 100% !important;
  position: fixed !important;
  z-index: 999999;
  width: 100% !important;
  overflow-y: auto;
  top: 0 !important;
}

.box-search {
  display: flex;
  justify-content: flex-end;
  padding: 12px;

  input {
      padding: 4px 10px;
      font-size: 12px;
      width: 220px;
      border: none;
      border-radius: 3px;
  }
}

.wrap-course {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.form-group {
  margin: 10px 0;

  label {
      display: inline-block;
      width: 100%;
  }

  input {
      width: 100%;
      padding: 5px;
      border: 1px solid #ddd;
      border-radius: 3px;
  }

  textarea {
      resize: none;
      width: 100%;
      border: 1px solid #ddd;
  }
}

@media print {
  @page {
    size: A4;
  }
  html,body {
    font-size: 16px !important;
  }
  .signin-template {
    padding: 10px !important;
  }
  .signin-template__header {
    margin: 0;
  }
  .signin-template__avatar {
    margin: 10px 0;
  }
  .signin-template .form-group {
    gap: 3px;
    margin: 0px;
  }
  .checkbox-input {
    margin-bottom: 0;
  }
  .signin-template .title h3 {
    margin: 5px 0;
  }
  .signin-template sup {
    font-size: 13px !important;
  }
  .checkbox-input label,
  .signin-template .form-group label {
    min-width: 100px;
    font-size: 18px !important;
    font-weight: bold;
  }
  .signin-template .form-group input {
    font-size: 20px !important;
  }
  .checkbox-input h5 {
    margin: 5px 0;
    font-size: 18px !important;
  }
  .signin-template .avatar {
    margin: 0 auto;
  }
}
