/*New CSS*/
@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
}

.containerDabi { 
  margin: 0 auto;
  width: 100%;
  border-bottom: #000618;
  padding: 0;
  background-color:#000618; text-align: center;
  }


.container-footer { 
  margin: 0 auto;
  width: 100%;
  border-bottom: #717075;
  padding: 0;
  text-align: center;
}


.imga{ 
  text-align:left; 
  margin: 0 auto;
}

.imgba{ 
  width:11%;
}

.imgba:hover{
  animation: headShake;
  animation-duration: 1s;
}


#app-menu-list{
  margin-top: 25px !important;
}

.input{
      height: 46px !important;
}


#kn-app-menu nav.tabs li.is-active a {
  color: #fff !important;
}

ul.kn-dropdown-menu-list > li {
  min-width: 226px !important;
  background-color: #031F30 !important;
}