::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: linear-gradient(0deg, rgba(118, 190, 67) 0%, rgba(9, 50, 84) 100%);
}
::-webkit-scrollbar-thumb {
    background: transparent;
    /*box-shadow: 0px 0px 0px 100000vh black;*/
}
/*Swiper CSS*/

.swiper-container {
    margin: 0 auto;
    /*position: relative;
    overflow: hidden;*/
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container {
    width: 100%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}
/*New CSS*/

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

html {
    min-height: 100%;
    position: relative;
    background-color: #fff;
}
body {
    margin: 0;
    margin-bottom: 40px;
}
/*#knack-body {
    background: url(https://ami.appdabi.com/img/wallpaper-ami.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}*/

.containerDabi {
    margin: 0 auto;
    width: 100%;
    border-bottom: #fff;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
.container-footer {
    margin: 0 auto;
    width: 100%;
    border-bottom: #fff;
    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;
}
#knack-body #kn-app-header {
    margin-top: -115px;
}
/* footer */

.container-footer {
    margin: 0 auto;
    width: 100%;
    border-bottom: #fff;
    padding: 0;
    /*background-color: #3c44ac;*/
    text-align: center;
    /*background: linear-gradient(to right, #3c44ac, #fa4c54);*/
}
.containerDabi {
    margin: 0 auto;
    width: 100%;
    border-bottom: #fff;
    padding: 0;
    background-color: #fff;
    text-align: center;
    /*background:linear-gradient(to right, #F91B10 , #EB170B);*/
}
.footer-section {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: white;
}
.footer-logo {
    margin-bottom: 5px;
}
.footer-logo img {
    max-width: 200px;
    margin-top: 25px;
}
.footer-logo1 {
    margin-bottom: 5px;
}
.footer-logo1 img {
    max-width: 150px;
    margin-top: 8px;
    /*margin-top: 20px;*/
}
.footer-logo2 {
    margin-bottom: 5px;
}
.footer-logo2 img {
    max-width: 250px;
    margin-top: 20px;
    /*margin-top: 20px;*/
}
.copyright-area {
    /*background: #3c44ac;*/
    /*background: linear-gradient(to bottom right, #3c44ac, #fa4c54);*/
    background: linear-gradient(90deg, #fff, #fff);
    padding: 15px 0;
}
.backDabii {
    /*background: #3c44ac;*/
    /*background: linear-gradient(to bottom right, #3c44ac, #fa4c54);*/
    background: linear-gradient(228deg, #fff, #fff);
    /*padding: 15px 0;*/
}
.copyright-text p {
    margin: 0;
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: -7px;
}
.copyright-text p a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .footer-section {
        background-color: black;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 32px;
        color: white;
    }
    .footer-logo1 {
        margin-bottom: 5px;
    }
    .footer-logo1 img {
        max-width: 100px;
    }
    .footer-logo2 {
        margin-bottom: 5px;
    }
    .footer-logo2 img {
        max-width: 100px;
        /*margin-top: 20px;*/
    }
    .footer-logo {
        margin-bottom: 5px;
    }
    .footer-logo img {
        max-width: 75px;
        margin-top: 10px;
        margin-left: -10px;
    }
}
/*Login vista general*/

div#view_3 {
    padding-top: 5%;
    padding-right: 15%;
}
/*Media responsive swiper*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #knack-body #kn-app-header {
        margin-top: -65px;
    }
    div#view_3 {
        padding-top: 30%;
    }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    #knack-body #kn-app-header {
        margin-top: -65px;
    }
    div#view_3 {
        padding-top: 30%;
    }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    #knack-body #kn-app-header {
        margin-top: -65px;
    }
    div#view_3 {
        padding-top: 30%;
    }