@media (min-width: 1200px) {
  .auth-page {
    padding: 10px 0 10px 0;
  }
}

.sign-page {
  padding: 10px 0 10px 0;
}

.ng2-tag-input__text-input {
  font-size: 14px !important;
}

.tag__text {
  font-size: 14px !important;
}

.swal2-popup {
  background-color: var(--bs-body-bg);
  padding: 1rem !important;
  border-radius: 0.85rem;
}

/* .swal2-icon {
  margin: 1.1em auto 0.6em !important;
} */

.swal2-popup .swal2-title {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  color: var(--bs-dark);
  font-family: Poppins, Helvetica, sans-serif !important;
}

.imgdiv {
  margin-right: auto !important;
  margin-left: auto !important;
}

.fw-boldest {
  font-weight: 800 !important;
}

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.file-input label {
  display: block;
  position: relative;
  padding: 10px;
  height: 35px;
  border-radius: 0;
  background-color: var(--bs-primary-light);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.file-input label:hover {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

.cursor {
  cursor: pointer;
}

.meter-bar {
  height: 10px;
  width: 100%;
  background-color: lightgrey;
  margin: 10px 0;
  position: relative;
}
.meter-bar div {
  height: 100%;
  transition: width 0.3s;
}

.skeleton-loader {
  margin-bottom: 0px !important;
  cursor: pointer !important;
}

.fs70 {
  font-size: 35px !important;
  font-weight: 900 !important;
  line-height: 45px;
}

@media (min-width: 992px) {
  .fs70 {
    font-size: 35px !important;
  }
}

@media (min-width: 768px) {
  .fs70 {
    font-size: 35px !important;
  }
}

.l2x {
  line-height: 32px !important;
}

/* .datepicker-defaults > input {
  display: block !important;
  width: 100% !important;
  height: calc(1.5em + 1.3rem + 2px) !important;
  padding: 0.65rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #3f4254 !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  border: 1px solid #e4e6ef !important;
  border-radius: 0.42rem !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
} */

.ng-select.custom {
  border: 0px;
  font-size: 14px;
  min-height: 0px;
  border-radius: 0;
}
.ng-select.custom .ng-select-container {
  min-height: 46px;
  font-size: 15px !important;
  border-radius: 0;
}

.showwizard {
  display: flex !important;
}

.hidewizard {
  display: none !important;
}

.nonwizard {
  display: none !important;
}

/* .watermark {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/media/logo/nasc.png");
  background-repeat: repeat;
  background-size: 150px;
  background-position: center;
  opacity: 0.1;
} */

.watermark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/media/logo/adeyemi.png");
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: center;
  opacity: 0.1;
}

.div-herringbone {
  padding: 20px;
  position: relative;
  background: white;
}

.div-herringbone::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: repeating-linear-gradient(
    45deg,
    black,
    black 5px,
    transparent 5px,
    transparent 10px
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    10px 10px,
    calc(100% - 10px) 10px,
    calc(100% - 10px) calc(100% - 10px),
    10px calc(100% - 10px)
  );
  z-index: -1;
}

.advanced-pie-legend .total-value {
  font-size: 40px !important;
  font-weight: 900 !important;
}

.advanced-pie-legend
  .legend-items-container
  .legend-items
  .legend-item
  .item-value {
  font-size: 26px !important;
  margin-top: -6px;
  margin-left: 11px;
  font-weight: 800 !important;
}

.hidden-content {
  visibility: hidden;
  position: absolute;
  left: -9999px; /* Move it out of view */
}

.pl-0 {
  padding-left: 0px !important;
}

/*----------------------------------------*/
/*  36. ERROR CSS START
/*----------------------------------------*/
.error__title {
  font-size: 50px;
  letter-spacing: -0.04em;
}
@media (max-width: 575px) {
  .error__title {
    font-size: 30px;
  }
}
.error__content p {
  font-size: 16px;
  font-family: var(--tp-ff-poppins);
  line-height: 1.6;
  padding: 0 70px;
  margin-bottom: 27px;
}
@media (max-width: 575px) {
  .error__content p {
    padding: 0;
  }
}
.error__content .tp-btn {
  padding: 12px 26px;
}
.error__content .tp-btn:hover {
  background-color: var(--tp-common-black);
}
.error__bg {
  background-image: -webkit-linear-gradient(
    180deg,
    #f0f0f5 0%,
    rgba(240, 240, 245, 0) 82.84%
  );
  background-image: -moz-linear-gradient(
    180deg,
    #f0f0f5 0%,
    rgba(240, 240, 245, 0) 82.84%
  );
  background-image: -ms-linear-gradient(
    180deg,
    #f0f0f5 0%,
    rgba(240, 240, 245, 0) 82.84%
  );
  background-image: -o-linear-gradient(
    180deg,
    #f0f0f5 0%,
    rgba(240, 240, 245, 0) 82.84%
  );
  background-image: linear-gradient(
    180deg,
    #f0f0f5 0%,
    rgba(240, 240, 245, 0) 82.84%
  );
}
@media (max-width: 575px) {
  .error__thumb svg {
    width: 100%;
    height: auto;
  }
}
.error__hair {
  transform-origin: top center;
  animation: one 3s cubic-bezier(0.65, 0, 0.35, 1) 0s infinite forwards;
}
.error__z {
  animation: note-anim 2s 4.5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 4.5s infinite linear;
  -webkit-animation-fill-mode: forwards;
}
.error__z.z-2 {
  animation: note-anim 2s 4s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 4s infinite linear;
  -webkit-animation-fill-mode: forwards;
}
.error__z.z-3 {
  animation: note-anim 2s 3.5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 3.5s infinite linear;
  -webkit-animation-fill-mode: forwards;
}
.error__leaves {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__leaves-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__leaves-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__leaves-line {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__leaves-line-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__leaves-line-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves-line {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves-line-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__sm-leaves-line-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}
.error__text {
  font-size: 460px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  /* top: 0;
  left: 0; */
  font-family: var(--tp-ff-inter);
  -webkit-transform: translate(-150px, 0);
  -moz-transform: translate(-150px, 0);
  -ms-transform: translate(-150px, 0);
  -o-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
  z-index: -1;
}
[dir="rtl"] .error__text {
  left: auto;
  right: 0;
  -webkit-transform: translate(150px, 0);
  -moz-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  transform: translate(150px, 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error__text {
    -webkit-transform: translate(-98px, 0);
    -moz-transform: translate(-98px, 0);
    -ms-transform: translate(-98px, 0);
    -o-transform: translate(-98px, 0);
    transform: translate(-98px, 0);
    font-size: 385px;
  }
  [dir="rtl"] .error__text {
    -webkit-transform: translate(98px, 0);
    -moz-transform: translate(98px, 0);
    -ms-transform: translate(98px, 0);
    -o-transform: translate(98px, 0);
    transform: translate(98px, 0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error__text {
    -webkit-transform: translate(0px, 60px);
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -o-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    font-size: 268px;
  }
  [dir="rtl"] .error__text {
    -webkit-transform: translate(0px, -60px);
    -moz-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    -o-transform: translate(0px, -60px);
    transform: translate(0px, -60px);
  }
}
@media (max-width: 575px) {
  .error__text {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 150px;
  }
}

@keyframes one {
  0%,
  100% {
    -webkit-transform: rotate(7deg) translateY(23px) translateX(33px);
    -moz-transform: rotate(7deg) translateY(23px) translateX(33px);
    -ms-transform: rotate(7deg) translateY(23px) translateX(33px);
    -o-transform: rotate(7deg) translateY(23px) translateX(33px);
    transform: rotate(7deg) translateY(23px) translateX(33px);
  }
  30%,
  60% {
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    -moz-transform: rotate(0) translateY(0) translateX(0);
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -o-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
  }
}
@keyframes note-anim {
  0% {
    -webkit-transform: translate(0, 0) translateZ(0);
    -moz-transform: translate(0, 0) translateZ(0);
    -ms-transform: translate(0, 0) translateZ(0);
    -o-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0) translateZ(0);
    -moz-transform: translate(-10px, 0) translateZ(0);
    -ms-transform: translate(-10px, 0) translateZ(0);
    -o-transform: translate(-10px, 0) translateZ(0);
    transform: translate(-10px, 0) translateZ(0);
  }
}
@keyframes skew {
  0% {
    transform: skewX(5deg) translate(-7px);
  }
  100% {
    transform: skewX(-5deg) translate(7px);
  }
}
@keyframes skew-2 {
  0% {
    transform: skewX(-10deg) translate(7px);
  }
  100% {
    transform: skewX(10deg) translate(-7px);
  }
}
@keyframes skew-3 {
  0% {
    transform: skewX(-2deg) translate(4px);
  }
  100% {
    transform: skewX(2deg) translate(-4px);
  }
}
/*----------------------------------------*/
/*  37. COMING CSS START
/*----------------------------------------*/

.fc .fc-toolbar-title {
  font-size: 1.5em !important;
  font-weight: 800;
  margin: 0;
  font-family: Inter, Helvetica, sans-serif;
}

.upload-progress,
.upload-errors {
  margin-top: 10px;
  font-size: 14px;
}

.upload-errors .error {
  color: red;
}

.preview-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.image-wrapper,
.overlay {
  position: relative;
  margin: 5px;
}

.preview-image {
  width: 120px;
  height: 67.5px;
  object-fit: cover;
  border-radius: 5px;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 67.5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.feed-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.loading-spinner,
.end-of-feed {
  text-align: center;
  padding: 20px;
  color: gray;
}

.observer-anchor {
  height: 1px;
}

/*----------------------------------------*/
/*  36. STUDENT COURSE FORM
/*----------------------------------------*/

.form-container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  font-family: Inter, Helvetica, sans-serif;
  color: #333;
  padding: 30px 30px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  background-color: white;
  overflow: hidden;
}

.background-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  opacity: 0.08;
  transform: translate(-50%, -50%);
  background-image: url("/assets/media/logo/adeyemi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.text-center {
  text-align: center;
}

.header {
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
}

.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.university-name {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}

.student-info {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bracket {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}

.student-photo {
  width: 100px;
  height: 100px;
  border: 1px solid #aaa;
  object-fit: cover;
}

.course-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.course-table th,
.course-table td {
  border: 1px solid #999;
  padding: 8px 10px;
  text-align: left;
}

.course-table th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.signatures {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.signature-block {
  text-align: center;
  width: 45%;
}

.signature-line {
  border-bottom: 1px solid #333;
  height: 30px;
  margin-bottom: 5px;
}

.signature-label {
  font-size: 14px;
  color: #555;
}

/* button {
  margin: 20px auto;
  display: block;
  padding: 8px 20px;
  background-color: #1976d2;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */

button:hover {
  background-color: #125ea5;
}

.total-row td {
  background-color: #f9f9f9;
  border-top: 2px solid #666;
}

.hidden-print {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.ng2-dp .datepicker-popup {
  z-index: 2000 !important;
  position: absolute !important;
}

/* .dp-popup {
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 1px 1px 5px #0000001a;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    white-space: nowrap;
} */

.dp-popup {
  z-index: 60000000 !important;
  position: absolute !important;
  background: #fff;
  /* box-shadow: 1px 1px 5px #0000001a;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  white-space: nowrap;
}

.cdk-overlay-pane {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 500000 !important;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .compwid {
    width: 1320px;
  }
}
