/*
 * Copyright 2020 TrueSecurity Team.
 * @author deyvid0123 <David ednaldo da silva>
 */
.fwh {
    float: left;
    width: 100%;
    height: auto;
}
.content-box {box-sizing: content-box}
.h-100 {height: 100%}
.w-100 {width: 100%}
.float-left {float: left}
.c-pointer {cursor: pointer}
.full-size {position: absolute;width: 100%;height: 100%;}
.loading {
    background-image: url("../svg/puff.svg");
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0.0) !important;
}