.uas-card {
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  background: inherit;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.2s;
}

.uas-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.uas-title {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 2px;
}

.uas-subtitle {
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
}

.uas-form-label {
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #795548;
}

.uas-file-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.uas-file-link .bi {
  color: #ff9800;
  font-size: 1.3rem;
}

.uas-history-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.uas-history-list .form-control {
  background: #fffbe7;
  border: 1px solid #ffe082;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.uas-history-list .bi {
  color: #43a047;
  font-size: 1.1rem;
}

.uas-note {
  font-size: 0.97rem;
  color: #d32f2f;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 767.98px) {
  .uas-card {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
}

svg {
  font-size: 40px;
  font-weight: bold;
  height: 60px;
  fill: white;
}

.svgText {
  stroke: #92b0ff;
  stroke-width: 10px;
  stroke-linejoin: round;
  paint-order: stroke;
}

.alert {
  position: inherit;
}

.list-item {
  background: transparent;
  display: block;
  text-decoration: none;
  border-bottom: solid;
  border-width: 1px;
  border-color: #92b0ff;
}

.bg-dosen {
  position: sticky;
  top: 0%;
  width: 100%;
  background-color: #c1d2ff;
}

.bg-offcanvas {
  background-color: #c1d2ff;
}

.bg-dnavbar {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: fixed;
  bottom: 0%;
  width: 100%;
  /* background-color: rgb(89, 135, 255); */
}

.bg-list {
  border: solid;
  border-width: 1px;
  border-color: rgb(89, 135, 255);
  background: rgb(89, 135, 255);
  background: linear-gradient(
    270deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(204, 217, 255, 1) 4%,
    rgba(255, 255, 255, 1) 100%
  );
}

.bg-list:hover {
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(114, 153, 255, 1) 25%,
    rgba(89, 135, 255, 1) 100%
  );
  color: #ffffff;
}

.bg-list-data {
  border-color: rgba(123, 176, 212, 1);
  background: rgb(123, 176, 212);
  background: linear-gradient(
    315deg,
    rgba(123, 176, 212, 1) 0%,
    rgba(147, 212, 255, 0.5) 25%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.bg-list-data:hover {
  border-color: rgba(123, 176, 212, 1);
  background: rgb(123, 176, 212);
  background: linear-gradient(
    135deg,
    rgba(123, 176, 212, 1) 0%,
    rgba(147, 212, 255, 0.5) 25%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.bg-container {
  background-color: #f9f6f0;
}

.bg-form {
  border-color: rgba(161, 161, 161, 1);
  background: rgb(106, 106, 106);
  background: linear-gradient(
    315deg,
    rgba(106, 106, 106, 1) 0%,
    rgba(161, 161, 161, 0.5) 25%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.btn-input {
  color: #000000;
  border-color: rgb(123, 176, 212);
  background: linear-gradient(
    315deg,
    rgba(123, 176, 212, 1) 90%,
    rgba(147, 212, 255, 1) 15%
  );
}

.btn-input:hover {
  color: #ffffff;
  animation-name: input;
  animation-duration: 0.15s;
  border-color: rgb(123, 176, 212);
  background: linear-gradient(
    315deg,
    rgba(147, 212, 255, 1) 15%,
    rgba(123, 176, 212, 1) 90%
  );
}

@keyframes input {
  0% {
    color: white;
    border-color: rgb(123, 176, 212);
    background: linear-gradient(
      135deg,
      rgba(147, 215, 255, 1) 15%,
      rgba(123, 176, 212, 1) 25%
    );
  }

  25% {
    color: white;
    border-color: rgb(123, 176, 212);
    background: linear-gradient(
      135deg,
      rgba(147, 215, 255, 1) 15%,
      rgba(123, 176, 212, 1) 50%
    );
  }

  50% {
    color: white;
    border-color: rgb(123, 176, 212);
    background: linear-gradient(
      135deg,
      rgba(123, 176, 212, 1) 15%,
      rgba(147, 215, 255, 1) 50%,
      rgba(123, 176, 212, 1) 75%
    );
  }

  75% {
    color: white;
    border-color: rgb(123, 176, 212);
    background: linear-gradient(
      315deg,
      rgba(147, 215, 255, 1) 15%,
      rgba(123, 176, 212, 1) 75%
    );
  }
}

.btn-edit {
  color: white;
  border-color: rgba(93, 153, 93, 1);
  background: linear-gradient(
    315deg,
    rgba(93, 153, 93, 1) 90%,
    rgba(163, 223, 163, 1) 15%
  );
}

.btn-edit:hover {
  animation-name: edit;
  animation-duration: 0.15s;
  color: white;
  border-color: rgba(93, 153, 93, 1);
  background: linear-gradient(
    315deg,
    rgba(163, 223, 163, 1) 15%,
    rgba(93, 153, 93, 1) 90%
  );
}

@keyframes edit {
  0% {
    color: white;
    border-color: rgba(93, 153, 93, 1);
    background: rgba(93, 153, 93, 1);
    background: linear-gradient(
      135deg,
      rgba(163, 223, 163, 1) 15%,
      rgba(93, 153, 93, 1) 25%
    );
  }

  25% {
    color: white;
    border-color: rgba(93, 153, 93, 1);
    background: rgba(93, 153, 93, 1);
    background: linear-gradient(
      135deg,
      rgba(163, 223, 163, 1) 15%,
      rgba(93, 153, 93, 1) 50%
    );
  }

  50% {
    color: white;
    border-color: rgba(93, 153, 93, 1);
    background: linear-gradient(
      135deg,
      rgba(93, 153, 93, 1) 15%,
      rgba(163, 223, 163, 1) 50%,
      rgba(93, 153, 93, 1) 75%
    );
  }

  75% {
    color: white;
    border-color: rgba(93, 153, 93, 1);
    background: rgba(93, 153, 93, 1);
    background: linear-gradient(
      315deg,
      rgba(163, 223, 163, 1) 15%,
      rgba(93, 153, 93, 1) 75%
    );
  }
}

.btn-delete {
  color: white;
  border-color: rgba(185, 77, 77, 1);
  background: rgba(185, 77, 77, 1);
  background: linear-gradient(
    315deg,
    rgba(185, 77, 77, 1) 90%,
    rgba(255, 147, 147, 1) 10%
  );
}

.btn-delete:hover {
  animation-name: delete;
  animation-duration: 0.15s;
  color: rgba(115, 7, 7, 1);
  border-color: rgba(185, 77, 77, 1);
  background: rgba(255, 147, 147, 1);
  background: linear-gradient(
    135deg,
    rgba(255, 147, 147, 1) 90%,
    rgba(185, 77, 77, 1) 10%
  );
}

@keyframes delete {
  0% {
    color: white;
    border-color: rgba(185, 77, 77, 1);
    background: rgba(185, 77, 77, 1);
    background: linear-gradient(
      135deg,
      rgba(255, 147, 147, 1) 15%,
      rgba(185, 77, 77, 1) 15%
    );
  }

  25% {
    color: white;
    border-color: rgba(185, 77, 77, 1);
    background: rgba(185, 77, 77, 1);
    background: linear-gradient(
      135deg,
      rgba(255, 147, 147, 1) 15%,
      rgba(185, 77, 77, 1) 25%
    );
  }

  50% {
    color: white;
    border-color: rgba(185, 77, 77, 1);
    background: rgba(185, 77, 77, 1);
    background: linear-gradient(
      135deg,
      rgba(255, 147, 147, 1) 15%,
      rgba(185, 77, 77, 1) 50%
    );
  }

  75% {
    color: white;
    border-color: rgba(185, 77, 77, 1);
    background: rgba(185, 77, 77, 1);
    background: linear-gradient(
      135deg,
      rgba(255, 147, 147, 1) 15%,
      rgba(185, 77, 77, 1) 75%
    );
  }
}

.btn-navbar {
  color: white;
  border-color: #92b0ff;
  background-color: rgb(89, 135, 255);
  border-radius: 5px;
}

.btn-navbar:hover {
  color: white;
  border-color: #92b0ff;
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(146, 176, 255, 1) 100%
  );
}

.btn-navbar:active {
  color: white;
  border-color: #92b0ff;
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(146, 176, 255, 1) 100%
  );
}

.btn-menu {
  color: white;
  border-color: #92b0ff;
  background-color: rgb(89, 135, 255);
  border-radius: 5px;
}

.btn-menu:hover {
  color: white;
  border-color: #92b0ff;
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(146, 176, 255, 1) 100%
  );
}

.btn-menu:active {
  color: white;
  border-color: #92b0ff;
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(146, 176, 255, 1) 100%
  );
}

.btn-profile {
  border-width: 3px;
  border-color: #92b0ff;
  text-align: center;
  border-radius: 6px;
  height: 42px;
  width: 42px;
  background-color: #5987ff;
}

.btn-profile:hover {
  border-width: 3px;
  border-color: #92b0ff;
  text-align: center;
  border-radius: 6px;
  height: 42px;
  width: 42px;
  background-color: #c1d2ff;
}

.blockquote {
  color: #8d2bff;
}

.d-li {
  color: white;
}

.d-li:hover {
  color: #ffffff;
  background: rgb(89, 135, 255);
  background: linear-gradient(
    135deg,
    rgba(89, 135, 255, 1) 0%,
    rgba(146, 176, 255, 1) 100%
  );
  border-bottom: solid;
  border-bottom-width: 1px;
}

.d-ul {
  background-color: #5987ff;
}

.d-ul-border {
  border-color: #92b0ff;
}

.dis-img-profile {
  border-radius: 10%;
  max-width: 100%;
  height: auto;
}

.fs-dancing {
  color: rgb(89, 135, 255);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.tengah {
  display: grid !important;
  align-items: center;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  background: rgba(118, 129, 155, 0.15);
}

@media (max-width: 767.98px) {
  .fs-eduvic h4,
  .fs-eduvic.fs-4 {
    font-size: 1.2rem !important;
  }

  .col-md-6,
  .col-md {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal-dialog {
    max-width: 95vw;
    margin: 1.75rem auto;
  }

  .form-control,
  .form-select {
    font-size: 1rem;
  }

  .modal-body .row > .col-3 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .modal-body .row > .col {
    max-width: 60%;
    flex: 0 0 60%;
  }
}

@media (max-width: 575.98px) {
  .modal-body .row > .col-3,
  .modal-body .row > .col {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .modal-body .row {
    flex-direction: column;
  }
}
