.enroll-breadcrumb {
  font-family: "Inter-Regular", "NotoSerifKhmer-Regular", sans-serif !important;
  letter-spacing: 2px;
  font-size: 12px;
}

.course-name {
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  /* text-transform: uppercase; */
  letter-spacing: 3px;
  font-size: 16px;
  color: #fff;
}

.course-shift {
  font-family: "Inter-Regular", "NotoSerifKhmer-Regular", sans-serif !important;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 14px;
  letter-spacing: 2px;
}

.enroll-form {
  text-transform: uppercase;
  font-family: "Inter-Black", "NotoSerifKhmer-Black", sans-serif !important;
  font-size: 28px;
  letter-spacing: 3px;
  text-align: center;
}

.success-message {
  font-family: "Inter-Black", "NotoSerifKhmer-Black", sans-serif !important;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

.success-message-icon {
  font-size: 80px;
}

.input-enroll-profile {
  padding: 3px;
}

.enroll-profile-preview {
  border-radius: 0.25em;
  height: 184px;
  object-fit: cover;
}

label {
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 12px;
  text-transform: uppercase;
}

small {
  color: #616161;
}

.conuty-code {
  font-family: "Inter-Regular", "NotoSerifKhmer-Regular", sans-serif !important;
  color: #000 !important;
}

.btn-form {
  text-transform: uppercase !important;
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  font-size: 14px;
  letter-spacing: 2px !important;
}

.radius-form {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.radius-left {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px !important;
}

.bg-img-style {
  background-image: url("/resources/img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.bg-color-style {
  background-color: #253c95 !important;
  /* background: rgb(236, 229, 229); */
}

.photo {
  text-align: center !important;
  padding-right: 5%;
  padding-top: 14%;
  padding-left: 5%;
}

.relationship-select {
  border-radius: 0 5px 5px 0 !important;
  width: 150px;
  height: 38px;
}

.btn-check {
  height: 200px;
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  font-size: 16px;
  letter-spacing: 2px !important;
}

.btn-homepage {
  width: 160px !important;
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  font-size: 16px;
  letter-spacing: 2px !important;
}

.btn-to-enroll {
  width: 325px !important;
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  font-size: 16px;
  letter-spacing: 2px !important;
}

:root {
  --white: #ffffff;
  --light: #f0eff3;
  --black: #000000;
  --dark-blue: #1f2029;
  --dark-light: #353746;
  --red: #da2c4d;
  --yellow: #f8ab37;
  --grey: #ecedf3;
}

::selection {
  color: var(--white);
  background-color: var(--black);
}

::-moz-selection {
  color: var(--white);
  background-color: var(--black);
}

mark {
  color: var(--white);
  background-color: var(--black);
}

.section {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.over-hide {
  overflow: hidden;
}

.z-bigger {
  z-index: 100 !important;
}

.select-available-course {
  width: 30% !important;
}

.btn-add-course {
  width: 34px;
  height: 34px;
  border-radius: 50% !important;
  padding: 5px;
  font-size: 14px;
  font-family: "Inter-Black", "NotoSerifKhmer-Black", sans-serif !important;
}

.background-color {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.checkbox:checked ~ .background-color {
  background-color: var(--white);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
  position: relative;
  width: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin: 17px 0;
  margin-top: 100px;
  height: 6px;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: 100 !important;
}

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
  position: absolute;
  font-family: "unicons";
  cursor: pointer;
  top: -17px;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.checkbox:not(:checked) + label:before {
  content: "\eac1";
  left: 0;
  color: var(--grey);
  background-color: var(--dark-light);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.checkbox:checked + label:before {
  content: "\eb8f";
  left: 30px;
  color: var(--yellow);
  background-color: var(--dark-blue);
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p {
  color: var(--dark-blue);
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  /* text-transform: uppercase; */
  color: var(--dark-blue);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.checkbox-tools:not(:checked) + label {
  background-color: var(--light);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-tools:checked + label {
  background-color: var(--yellow);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:not(:checked) + label:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: -1;
}

.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
}

.checkbox:checked
  ~ .section
  .container
  .row
  .col-12
  .checkbox-tools:not(:checked)
  + label {
  background-color: var(--light);
  color: var(--dark-blue);
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.link-to-page {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 20000;
  cursor: pointer;
  width: 50px;
}

.link-to-page img {
  width: 100%;
  height: auto;
  display: block;
}

.class-check {
  text-transform: capitalize !important;
}

.class-check-icon {
  color: green;
  text-align: right;
  font-size: 28px;
  margin-top: 8px;
  padding-right: 26px;
}

.instruction {
  font-family: "Inter-Bold", "NotoSerifKhmer-Bold", sans-serif !important;
  font-size: 14px;
  letter-spacing: 2px !important;
  margin-bottom: 5px;
}

.content {
  font-family: "Inter-Regular", "NotoSerifKhmer-Regular", sans-serif !important;
  font-size: 14px;
  letter-spacing: 2px !important;
  margin-bottom: 5px;
}

@media screen and (max-width: 414px) {

  .radius-form {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }

  .radius-left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }

  .photo {
    text-align: center !important;
    padding-right: 3%;
    padding-top: 3px;
    padding-left: 7%;
  }

  .relationship-select {
    border-radius: 0 5px 5px 0 !important;
    width: 130px;
    height: 38px;
  }

  .enroll-profile-preview {
    border-radius: 0.25em;
    height: auto;
    object-fit: cover;
  }

  .select-available-course {
	width: 100% !important;
  }

}
