  html{
    scroll-behavior: smooth !important;
  }

  .table-jadwal{
    background-image : url('./jadwal.png');
    background-size: cover;
    background-color: #737373;
    background-position: center;
    background-blend-mode: overlay;
  }
  
  #login{
    background-image : url('../img/login.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
  }

  .app-title {
    text-shadow: 0px 2px 1px #38bdf8;
    /* font-size: 72px;
    background: -webkit-linear-gradient(#0ea5e9, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  .app-title2 {
    text-shadow: 0px 1px 1px #15803d;
  }
  
  .sitama{
  
    background: -webkit-linear-gradient(#6ee7b7, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
  }

  #btn-tanggal-container{
    background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
  }

/* KALENDER */
.calendar-bg{
  background-image: url('/img/calendar.png');
  background-size: contain;
  background-position: center;
  background-repeat:no-repeat;
}

/* LAYANAN */
#sitama{
  background-image: url('/img/layanan-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sitama-top-gradient{
  background: #BAE6FD;
background: linear-gradient(0deg, rgba(186, 230, 253, 0) 0%,  rgba(186, 230, 253, 1) 50%);
}

#sitama-bottom-gradient{
  background: #0284C7;
background: linear-gradient(180deg, rgba(2, 132, 199, 0) 0%, rgba(2, 132, 199, 1) 90%);
}

.sitama-user-emerald{
  background: #10B981;
  background: linear-gradient(180deg, rgba(16, 185, 129, 1) 0%, rgba(5, 150, 105, 1) 100%);
}
.sitama-user-sky{
  background: #0EA5E9;
background: linear-gradient(180deg, rgba(14, 165, 233, 1) 0%, rgba(2, 132, 199, 1) 100%);
}

#sitama li p{
  display: inline;
}

#sitama ol li{
  list-style-type: decimal !important;
  list-style-position: inside;
}
#sitama ul li{
  list-style-type: disc !important;
  list-style-position: inside;
}

#contact{
  background-image: url('/img/contact-bg.png');
  background-size: contain;
  /* background-blend-mode: darken; */
  background-size: 10rem;
  background-blend-mode: screen;
  background-attachment: fixed;
  /* background-position: center; */
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap');
.fc-toolbar-title {
  font-size: 15px !important;
  font-family: 'Open Sans' !important;
  margin-bottom: 8px !important;
}

.fc-toolbar {
  display: flex;
  flex-direction: column;
}

.fc-event, .fc-bg-event{
  cursor: 'pointer' !important;
}

.fc-daygrid-day-number {
  font-size: 10px !important;
}

.fc-day {
  font-size: 11px !important;
}

.fc-button-primary {
  background-color: #3b82f6 !important;
  border: none !important;
  font-size: 12px !important;
  /* padding: 5px[] */
}

.fc-icon {
  /* width: 10px; */
  /* height: 10px; */
}

.bg-glass{
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.600);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);
}

.bg-glass:hover{
  background: white;
}

.chatbot-container{
  background: #0EA5E9;
  background: linear-gradient(180deg, rgba(14, 165, 233, 1) 0%, rgba(16, 185, 129, 1) 100%);
}

#arsip-visual{
  background: #0EA5E9;
background: linear-gradient(90deg, #10b981 30%,#059669 100%);
}

@media (width >= 40rem) {
 .fc-toolbar-title {
  font-size: 20px !important;
  font-family: 'Open Sans' !important;
  margin-bottom: 10px !important;
}
  .fc-daygrid-day-number {
    font-size: 10px !important;
  }

  .fc-day {
    font-size: 11px !important;
  }
  .fc-button-primary {
  font-size: 13px !important;
  /* padding: 5px[] */
}
}