@media (max-width: 575.98px) {
  #footer {
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  max-width: 100%;
}

* {
  font-family: Montserrat;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

li {
  list-style: none;
  /* margin: 20px 0 20px 0; */
}

a {
  text-decoration: none;
}

#navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 10vh;
  z-index: 1;
}

#footer {
  width: 100%;
  height: 10vh;
  flex-shrink: 0;
  bottom: 0;
}

#main-content {
  min-height: 80vh;
}

/* tombol hijau */
.fifth {
  border-color: #198754;
  border-radius: 0;
  color: #198754;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
  width: 30vw;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #198754;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 #198754 inset, 0 0 10px 4px #198754;
}
.fifth:hover:after {
  width: 110%;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: '\f103';
  position: absolute;
  right: 0.8rem;
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  /* transition: 2s; */
  transition: 1s;
}

.collapsible-link[aria-expanded='true']::before {
  content: '\f103';
  transform: rotate(-180deg);
}

#dropdownmenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

/* Calendaar */
.calendar, .calendar_weekdays, .calendar_content {
  max-width: 450px; }

.calendar {
  margin: auto;
  font-weight: 400; }

.calendar_content {
  background: #fff; }

.calendar_weekdays {
  background: #1089ff; }

.calendar_header {
  padding: 10px 0; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important; }

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0; }

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0; }

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default; }

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent; }

.calendar_content div.past-date {
  color: #000; }

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important; }
  .calendar_content div.today:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: #1089ff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48); }

.calendar_content div.selected {
  background-color: #f0f0f0; }

.calendar_header {
  width: 100%;
  text-align: center; }

.calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: #1089ff;
  display: inline;
  width: 70%;
  margin: 0 0 10px; 
}
  

#card{
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
}

#card:hover{
   transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.active-button {
  /* background-color: 	#212529; */
  transform: translate(0px, -35px);
  border: 3px solid #198754;
  outline: 3px solid rgb(255, 255, 255);
  
}

.item-navbtm {
  height: 50px;
}

.offcanvas-start {
  border-radius: 20px;
  margin: 2.5px 0 2.5px 2.5px;
}

.breadcrumb {
  width: max-content;
  height: max-content;
  padding: 0 0.5rem;
}

.breadcrumb-item {
  width: max-content;
  margin: 0;
  border: #4f4f4f solid;
  transform: skew(-20deg, 0deg);
}

.breadcrumb-item:hover, .breadcrumb-item:hover i, .breadcrumb-item:hover .label {
  background-color: #4f4f4f;
  color: #fff;
}

.breadcrumb-item i {
  transform: skew(20deg, 0deg);
}

.breadcrumb .active, .breadcrumb .active .label {
  background-color: #4f4f4f;
  color: #fff;
}

.label {
  margin: 0;
  transform: skew(20deg, 0deg);
}

.breadcrumb .breadcrumb-item:nth-child(2)::before, .breadcrumb-item:nth-child(3)::before, .breadcrumb-item:nth-child(4)::before {
  content: "";
}