
.views{
    width: 100%;
    height: 100%;
    .view-main{
         width: 100%;
        height: 100%;
        .pages{
            width: 100%;
            height: 100%;
            .containers{
                width: 100%;
                height: 100%;
                .content-wrapper{
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}


#loading img
{
    animation: rotate 0.5s ease-in-out infinite;
    -webkit-animation: rotate 0.5s ease-in-out infinite;
    will-change: transform;
}
body::-webkit-scrollbar {
    height: 10px;
}