/* 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;
}

.login-background {
  background: url('/static/img/background.png') no-repeat center center fixed;
  background-size: cover;
}

.dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem !important;
  }

  .dataTables_wrapper .dataTables_info {
    margin-top: 1rem !important;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 1rem !important;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 0.5rem !important;
  }

  @media (min-width: 768px) {
    .dataTables_wrapper .dataTables_length {
      float: left !important;
    }

    .dataTables_wrapper .dataTables_filter {
      float: right !important;
    }
  }

  @media (max-width: 767.98px) {
    .dataTables_wrapper .row > div[class*="col-"] {
      padding-left: 0 !important;
      margin-left: 0 !important;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
      display: block;
      width: 100%;
    }

    .dataTables_wrapper .dataTables_filter label {
      display: block;
      text-align: left;
    }

    .dataTables_wrapper .dataTables_filter input[type="search"] {
      width: 100%;
      padding-left: 0.5rem !important;
      box-sizing: border-box;
      margin-top: 0.25rem;
    }
  }