/* PUT HERE YOUR CUSTOM CSS */
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: var(--bs-gray-100);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--bs-info);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary);
}
/* .btn{ 
    border-radius: 0px !important;
} */

.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.iconsP {

    width: 98px;
    height: 82px;
    background-color: var(--bs-info);
    color: var(--bs-primary);
    text-decoration:none !important;

}

.iconsPHidden {

    width: 98px;
    height: 82px;
    background-color: var(--bs-gray-100);;
    color: var(--bs-gray-100);

}

.iconsP:hover {

    background-color: var(--bs-primary) !important;
    color: white !important;
    text-decoration:none !important;

}

.text-gray-100{
    color: var(--bs-gray-100);
}
.bg-gray-100{
    background-color: var(--bs-gray-100);
}

.timetable-nav-link{
    color:var(--bs-primary);
    text-decoration: none !important;
}
.timetable-nav-link:hover{
    text-decoration: none !important;
    color:var(--bs-primary);
}
.timetable-nav-link.active{
    color:var(--bs-primary) !important;
    font-weight: 700;
}

.timetable-nav-link.subtimetable.active{
    border-bottom-color: var(--bs-info);
}

.nav-underline {
    --bs-nav-underline-border-width: .18rem;
}

.timetable-content{
    max-height: 285px;
    overflow-y: auto;
}

.ann-counter {
    width: 60px !important;
    display: none;
    box-shadow: 0 1px 6px 1px var(--bs-gray-100);
}

.ann-counter-fixed {

    position: fixed;
    bottom: 30px;
    right: 25px;
}

.text-grey{ 
    color: var(--bs-dark) !important;
  }
  
  .no-underline-link {
      text-decoration: none;
  }
  
  .no-underline-link:hover {
    text-decoration: underline;
  }
  
  .accordion-button:not(.collapsed) {
    background: var(--bs-light-25)
  }

  .btn-sage{
    background-color: var(--bs-teal);
    color: var(--bs-blue); 
  }

  .btn-sage:hover{
    background-color: var(--bs-teal-50);
    color: var(--bs-blue); 
  }

  .accordion-button:not(.collapsed) {
    background: var(--bs-light-25);
    color: black;
  }

  .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

