.top-navbar *{
    font-size: 0.8rem;
}

.navbar{
  border-top: 1px solid rgb(236, 236, 236);
  border-bottom: 1px solid rgb(236, 236, 236);
}
a{
  text-decoration: none;
}
.swiper-button-prev::after,.swiper-button-next::after{
  font-size: 1.8rem !important;
  font-weight: 800;
  padding: 0.7rem 1rem;
  text-align: center;
  border-radius: 50%;
  color: rgb(74, 73, 73);
}
@media screen and (max-width: 576px) {
  .top-header {
      display: none;
  }
}
.nav-tabs .nav-link.active{
  color: rgb(11, 25, 94) !important;
}

.custom-alert {
  background-color: #d4edda;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  margin-bottom: 15px;
  position: fixed;
  right: 10px;
  top: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close {
  cursor: pointer;
  font-size: 20px; 
}

#error-alert{
  background-color: #f15347;
}

#success-alert{
  background-color: rgb(41, 200, 65);
}