@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.help-block {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: crimson;
}
/*Login Start */
.login .container {
  padding: 24px;
  width: 480px;
  gap: 32px;
}

.login h4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #111827;
}

.login label {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
}

.login input {
  padding: 9px 13px;
  width: 432px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

.login input:hover {
  border-color: #7c3aed;
}

.login a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7c3aed;
}
.login button {
  border-radius: 6px;
  padding: 9px 16px 9px 14px;
}

.login .card-body {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
/* Login End */

/* Start Forget Password */
.forget-password .container {
  padding: 24px;
  width: 480px;
  gap: 32px;
}

.forget-password h4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #111827;
}

.forget-password span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}
.forget-password .card-body {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

.forget-password label {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
}

.forget-password button {
  border-radius: 6px;
  padding: 9px 16px 9px 14px;
}

.forget-password a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7c3aed;
}
.forget-password input {
  padding: 9px 13px;
  width: 432px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}
.forget-password input:hover {
  border-color: #7c3aed;
}

/* Reset Passsword */

.reset-password .container {
  padding: 24px;
  width: 480px;
  gap: 32px;
}

.reset-password h4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #111827;
}

.reset-password span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}
.reset-password .card-body {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

.reset-password label {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
}

.reset-password button {
  border-radius: 6px;
  padding: 9px 16px 9px 14px;
}

.reset-password a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7c3aed;
}
.reset-password input {
  padding: 9px 13px;
  width: 432px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

.reset-password input:hover {
  border-color: #7c3aed;
}

/*Student-Info Start */
.create .card {
  color: black;
  font-weight: 100;
  font-size: large;
  font-family: 'Noto Sans JP', sans-serif;
}

.student-info .title-box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 4px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.student-info .top-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
}

.student-info .selectCountry li {
  padding-bottom: 10px !important;
}
.student-info .main-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111827;
}
.card h4 {
  color: black;
  padding: 5px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.cursor {
  cursor: pointer;
}

/*Student-Info End */

/* Start Edit Form */
.edit .card {
  color: black;
  padding: 20px;
  margin: 20px;
  font-weight: 100;
  font-size: large;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.edit .card h4 {
  color: black;
  padding: 5px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* End Edit Form */

/* Start Show Form */
.show .card {
  background-color: darkturquoise;
  color: black;
  padding: 20px;
  margin: 20px;
  font-weight: 100;
  font-size: large;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.show .card h4 {
  color: black;
  padding: 5px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* End Show Form */

.navbar .navbar-brand {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #111827;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #7c3aed !important;
}

/* pagination start */
.pagination .page-link {
  border: none !important;
  color: grey;
  padding: 0.5rem 1.55rem;
}

.pagination span a {
  color: grey;
}
.pagination .btn-page-link {
  border: 1px solid #d1d5db !important;
  background-color: #ffffff;
  color: grey;
  padding: 9px 10px;
  border-radius: 6px;
  margin: 8px;
  align-items: center;
}

.page-item.active .page-link {
  background-color: #7c3aed !important;
}

.btn-purple {
  color: white;
  border-radius: 6px;
  background-color: #7c3aed;
}
.btn-purple:hover {
  color: white;
  background-color: cornflowerblue;
}

.text-purple {
  color: #7c3aed;
}

.card-body {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08),
    0px 0px 0px 1px rgba(0, 0, 0, 0.025);
  border-radius: 8px;
}

/*User Info Start */
.user-home table th {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  line-height: 20px;
  vertical-align: middle !important;
}

.user-home span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.user-home p {
  color: #6b7280;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.user-home table td {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
}

.user-home .borderless {
  width: 131px;
  border: none;
}

.user-home i:hover {
  cursor: pointer;
}

.user-home i:hover {
  cursor: pointer;
}

/* user-nav start */

.user-nav a {
  color: #4b5563;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.user-nav a:hover {
  color: #7c3aed;
}

.user-nav a.active {
  color: #7c3aed;
}

.user-password-reset .container {
  width: 20cm;
}
/* Create UserInfo */

.iti--separate-dial-code .iti__selected-flag {
  color: #6b7280;
  background-color: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  width: 100%;
}
.intelPh {
  padding: 13px;
}
/*User Info End */

.popup {
  box-sizing: border-box;
  padding: 24px;
  gap: 32px;
  width: 480px;
  height: auto;
  top: 8px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

.filter-btn-borderless {
  box-sizing: border-box;
  align-items: center;
  padding: 9px 16px 9px 14px;
  height: 38px;
  /* /violet/600 */
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: black;
}

.filter-btn-borderless:hover {
  background-color: #aaa;
  color: white;
}
.filter-btn-border {
  box-sizing: border-box;
  align-items: center;
  padding: 9px 16px 9px 14px;
  width: 190px;
  height: 38px;
  /* /violet/600 */
  border: 1px solid #7c3aed;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.filter-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1f2937;
}

.year input {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

.month input {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

/* search box start*/
/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* Start Classroom css */
/* file upload */

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  border-radius: 5px;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: ' アップロード、ドラッグ＆ドロップ PDF, ZIP';
  display: block;
  margin: 0 auto;
  color: #9ca3af;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.file-upload {
  padding: 80px 0;
}

.file-upload input {
  border: none;
}

.font-adjust-normal {
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #6b7280;
}

.font-adjust-bold {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

/* ClassRoom Info Start */
.classroom-btn .btn:hover {
  color: #7c3aed;
}
.classroom .border {
  background: #ffffff;
  border: 2px dashed #d1d5db !important;
  height: 200px;
  width: 100%;
  text-align: center !important;
  border-radius: 8px;
}

.classroom .btn-border {
  background: #7c3aed;
  opacity: 0.4;
  border-radius: 6px;
  color: white;
}

.classroom .btn-borderless {
  border: 1px solid #7c3aed;
  background: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7c3aed;
}
.classroom .btn-borderless:hover {
  background: white;
  color: crimson;
}

.classroom .pagination span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.classroom h3 {
  width: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111827;
}

.classroom h4 {
  width: auto;
  padding-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #111827;
}

.classroom-zone > .classContainer {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  /* top: 1em; */
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.classroom-zone #classRefDisplay {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.classroom-zone #classRefDisplay figure {
  width: auto;
}

.classroom-zone .card-body {
  width: 100%;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.classroom-zone #classRefDisplay i {
  width: 100%;
  text-align: left;
}

.classroom-zone span {
  margin-left: 10px;
}

.classroom-zone span:hover {
  cursor: pointer;
}
.classroom-zone #classRefDisplay .figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.classroom-zone input[type='file'] {
  display: none;
}
.classroom-zone label {
  display: block;
  position: relative;
  text-align: center;
  padding: 1em 0;
  border-radius: 0.3em;
  margin: 0 auto 1em auto;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #6b7280;
}

.classroom-zone > .active {
  border: 0.2em dashed #025bee;
}

.classroom-zone span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  color: #1f2937;
}

.form-check {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem;
}

/* ClassRoom Info End */
/* File upload drag and drop */
.drop-zone {
  max-width: 550px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 1px dashed #9ca3af;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.drop-zone__prompt {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  position: relative;
}

.drop-zone__remove {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  padding: 9px;
  height: 38px;
  right: 16px;
  top: 16px;
  background: #ef4444;
  color: white;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.student-attachment a {
  color: black;
  text-decoration: none;
}

.student-attachment a:hover {
  color: #7c3aed;
  text-decoration: none;
}

.student-attachment table thead th {
  border-top: none;
}

.student-attachment .btn-borderless {
  border: 1px solid #7c3aed;
  background: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7c3aed;
}
.student-attachment .btn-borderless:hover {
  background: white;
  color: crimson;
}

.attachment-zone1 > .containerCalender {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}

.attachment-zone1 > .containerOne {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}

.attachment-zone1 > .containerTwo {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.attachment-zone1 > .containerThree {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.attachment-zone1 > .containerFour {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}

.attachment-zone1 > .containerFive {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.attachment-zone1 > .containerSix {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.attachment-zone1 > .containerSeven {
  background-color: #ffffff;
  max-width: 500px;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 45%;
  top: 1em;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.attachment-zone1 label {
  display: block;
  position: relative;
  text-align: center;
  padding: 1em 0;
  border-radius: 0.3em;
  margin: 0 auto 1em auto;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #6b7280;
}

.attachment-zone1 input[type='file'] {
  display: none;
}
.attachment-zone1 #displayCalender {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}

.attachment-zone1 #displayCalender figure {
  width: 45%;
}

.attachment-zone1 #displayCalender i {
  width: 100%;
  text-align: left;
}
.attachment-zone1 #displayCalender figcaption {
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.attachment-zone1 #displayOne {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}

.attachment-zone1 #displayOne figure {
  width: 45%;
}

.attachment-zone1 #displayOne i {
  width: 100%;
  text-align: left;
}
.attachment-zone1 #displayOne figcaption {
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.attachment-zone1 #displayTwo {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displayTwo figure {
  width: 45%;
}

.attachment-zone1 #displayTwo i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displayTwo figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}

.attachment-zone1 #displayThree {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displayThree figure {
  width: 45%;
}

.attachment-zone1 #displayThree i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displayThree figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}

.attachment-zone1 #displayFour {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displayFour figure {
  width: 45%;
}

.attachment-zone1 #displayFour i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displayFour figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}

.attachment-zone1 #displayFive {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displayFive figure {
  width: 45%;
}

.attachment-zone1 #displayFive i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displayFive figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}

.attachment-zone1 #displaySix {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displaySix figure {
  width: 45%;
}

.attachment-zone1 #displaySix i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displaySix figcaption {
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.attachment-zone1 #displaySeven {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.attachment-zone1 #displaySeven figure {
  width: 45%;
}

.attachment-zone1 #displaySeven i {
  width: 100%;
  text-align: center;
}
.attachment-zone1 #displaySeven figcaption {
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.attachment-zone1 .card-body {
  width: 100%;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.attachment-zone1 .card-body span {
  margin-left: 10px;
}

.attachment-zone1 .card-body span:hover {
  cursor: pointer;
}

.attachment-zone1 > .active {
  border: 0.2em dashed #025bee;
}

.attachment-zone1 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  color: #1f2937;
}

.certificate-zone > .containerCerOne {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  /* top: 1em; */
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.certificate-zone > .containerCerTwo {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.certificate-zone > .containerCerThree {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.certificate-zone > .containerCerFour {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.certificate-zone > .containerCerFive {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}
.certificate-zone > .containerCerSix {
  background-color: #ffffff;
  max-width: 100%;
  padding: 3.12em 1.87em;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: 1px dashed #9ca3af;
  box-shadow: 0 1.25em 3.43em rgba(0, 0, 0, 0.08);
  border-radius: 0.5em;
}

.certificate-zone label {
  display: block;
  position: relative;
  text-align: center;
  padding: 1em 0;
  border-radius: 0.3em;
  margin: 0 auto 1em auto;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #6b7280;
}

.certificate-zone input[type='file'] {
  display: none;
}

.certificate-zone #displayCerOne {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerOne figure {
  width: auto;
}

.certificate-zone #displayCerOne i {
  width: 100%;
  text-align: left;
}
.certificate-zone #displayCerOne figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone #displayCerTwo {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerTwo figure {
  width: auto;
}

.certificate-zone #displayCerTwo i {
  width: 100%;
  text-align: center;
}
.certificate-zone #displayCerTwo figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone #displayCerThree {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerThree figure {
  width: auto;
}

.certificate-zone #displayCerThree i {
  width: 100%;
  text-align: center;
}
.certificate-zone #displayCerThree figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone #displayCerFour {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerFour figure {
  width: auto;
}

.certificate-zone #displayCerFour i {
  width: 100%;
  text-align: center;
}
.certificate-zone #displayCerFour figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone #displayCerFive {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerFive figure {
  width: auto;
}

.certificate-zone #displayCerFive i {
  width: 100%;
  text-align: center;
}
.certificate-zone #displayCerFive figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone #displayCerSix {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.certificate-zone #displayCerSix figure {
  width: auto;
}

.certificate-zone #displayCerSix i {
  width: 100%;
  text-align: left;
}
.certificate-zone #displayCerSix figcaption {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  color: #5a5861;
}

.certificate-zone span {
  margin-left: 10px;
}
.certificate-zone span:hover {
  cursor: pointer;
}

/* References Start */
.ref-popup {
  box-sizing: border-box;
  padding: 8px;
  width: 200px;
  height: auto;
  top: 8px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.ref-filepath {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4b5563;
}

.ref .pagination span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.uploaded-file-link {
  text-decoration: none;
  color: black;
}

.btn-width {
  width: 121px !important;
}

.sidebar {
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1;
  width: 255px;
  padding: 4px;
  border-radius: 10px;
}

.main-contents {
  padding-left: 1px;
}

.link-pointer {
  pointer-events: none;
}

.folder-blue {
  color: blue;
}

.table-responsive-freeze {
  overflow-x: auto;
}

.table-freeze {
  table-layout: fixed;
  width: auto !important;
}

.freeze-column {
  position: sticky;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

.nowrap {
  white-space: nowrap;
}
