.callout-info {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid #eee;
  border-left-width: 4px;
  border-radius: 4px;
  border-left-color:#142696;
  h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}


.card-menu {
  height: 50px !important;
}

.cards {
  height: 120px;
  width: 200px;
  text-decoration: none;
  border-bottom: 2px solid #f5a962;
  border-radius: 0px 0px 5px 5px;
}

.cards:hover {
  height: 120px;
  width: 200px;
  text-decoration: none;
  border-bottom: 5px solid #f5a962;
  border-radius: 0px 0px 5px 5px;
  transition: 0.2s;
}

.carda a {
  text-decoration: none;
}

/* ============================= */
.top-dash {
  height: 25vh;
  background-color: #142696;
  z-index: -1;
}

.cardUtama {
  margin-top: -100px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1px;
}

.cardMenu:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}

.card {
  min-height: 300px;
  height: auto;
  overflow: hidden;
  border: none;
}

.navbar-color {
  background-color: #142696;
  color: white !important;
}

.btn-primary {
  background: #ff9900;
  border: 0;
  padding: 15px 40px;
  font-size: 16px;
  margin-right: 20px;
}
.btn-success {
  background: #17bb61;
  border: 0;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
  margin-right: 20px;
}

.btn-primary:hover {
  background: rgb(219, 133, 4);
  border: 0;
}

.btn-secondary {
  background: none;
  border: 1px solid #bcd0e5;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
  color: #173a56;
}

.btn-secondary:hover {
  background: none;
  border: 1px solid rgb(159, 177, 197);
  color: #173a56;
}

.navbar-nav .nav-link {
  color: white;
}

.half-highlight {
  font-size: 30px;
  background-image: linear-gradient(
    to right,
    transparent 50%,
    rgb(235, 224, 74) 50%
  );
  background-origin: 0;
  background-size: 200% 50%;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: background-position 0.5s;
  transform: skew(-0.06turn, 18deg);
  background-position: -100% 100%;
}

@media only screen and (max-width: 768px) {
  .btn-primary,
  .btn-secondary {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .cardUtama {
    margin-top: -110px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1px;
  }
}
