/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.dropdown-menu {
  background-color:#000f3a;
  border-radius: 0 !important;
  margin-top: -1px !important;
}

.dropdown-menu .dropdown-item{
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-item:focus:hover, .dropdown-item:hover {
  color: #fff;
  background-color: #031c5f;
}


.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: rgb(255, 255, 255);
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media(max-width: 990px){
  .navbar-collapse {
    overflow: auto;
    height: 500px;
    margin-bottom: 1rem;
  }
}


.centre-cells-box{
  box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
  min-height: 350px;
  padding: 1rem;
}

.details-page-content {
  padding: 1rem;
}

.card-updates{
  min-height: 500px;
  height: auto;
}


@media (max-width: 990px) {
  /* homepage slider */

  .homepage-slider {
    height: 200px;
  }

  .last-news {
    height: auto;
  }
  .last-news .news-title {
    position: relative;
    width: 150px;
    text-align: center;
    font-size: 0.9rem;
    height: 40px;
    padding-top: 0.5rem;
    top: -0.5rem;
    margin: 0 auto;
  }

  .last-news .news-title:before,
  .last-news .news-title:after {
    display: none;
  }

  .last-news .news-bulletine {
    padding-left: 0;
    padding: 1rem;
    min-height: 150px;
    text-align: center;
    overflow: hidden;
  }

  .last-news .swiper-button-next,
  .last-news .swiper-button-prev {
    display: none;
  }

  .last-news .news-bulletine .swiper-slide {
    align-items: center;
    justify-content: center;
  }

  /* counter  */

  .counter-section-content span{
    width: 70px;
    height: 70px;
  }

  .counter-section-content .counter{
    font-size: 1.4rem;
  }
}



@media (max-width: 764px){
  .card-updates .card-heading{
    margin-bottom: 1rem;
  }
}

@media (max-width: 420px){
  .mid-header-content h1{
    font-size: 16px !important;
  }

  .mid-header-content h2{
    font-size: 13px !important;
  }

  .mid-header-content p{
    font-size: 12px !important;
  }

  .mid-header-content .logo{
    height: 2.5rem;
  }
}