.page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: #fff;
}

.page-preloader-content-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@-webkit-keyframes spinner-logo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-logo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-logo {
    display: inline-block;
    width: 15rem;
    vertical-align: text-bottom;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 2s linear infinite;
    animation: spinner-grow 2s linear infinite;
}

.bg-logo{
    background: linear-gradient(rgba(2,0,36,0.7) 0%, rgba(33,50,91,0.7) 60%, rgba(0,0,0,0.7) 100%);
    backdrop-filter: blur(3px);
}

.content-chart-not-found  img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal2{
    background: rgba(0,0,0,0.5)!important;
    backdrop-filter: blur(2px);
}

/*login*/
.img-hero img{
    width: 100%;
    height: 100vh;
    border-bottom-left-radius: 10rem;
}
@supports(object-fit: cover){
    .img-hero img{
        height: 75vh;
        object-fit: cover;
        object-position: center center;
    }
}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.waves.waves-sm {
    height: 50px;
    min-height: 50px
}

.waves.no-animation .moving-waves > use {
    animation: none
}

.wave-rotate {
    transform: rotate(180deg)
}

.moving-waves > use {
    animation: d 40s cubic-bezier(.55, .5, .45, .5) infinite
}

.moving-waves > use:first-child {
    animation-delay: -2s;
    animation-duration: 11s
}

.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s
}

.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s
}

.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s
}

.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s
}

.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s
}

@keyframes d {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    to {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width: 767.98px) {
    .waves {
        width: 100%;
        height: 16vh;
    }
}

.form-disabled{
    filter: blur(3px);
}

.gallery-item {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.gallery-item > img {
    display: block;
    width: 100%
}

.gallery-item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    opacity: 0;
    z-index: 1
}

.card-file::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: .75rem;
    content: '';
    opacity: 0;
    z-index: 1
}

.card-file:hover::before, .card-file:hover::after, .card-file:hover {
    transform: none;
    opacity: 1
}

.card-file:hover::before, .card-file:hover::after, .card-file:hover .group-button-hover  {
    transform: none;
    opacity: 1
}

.card-file .document-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem .5rem;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: .875rem;
    text-align: center;
    z-index: 5
}

.card-file::after, .card-file .document-caption {
    transition: all .3s ease-in-out;
    opacity: 0
}

.card-file:hover::before, .card-file:hover::after, .card-file:hover .document-caption {
    transform: none;
    opacity: 1
}


.group-button-hover{
    display: block!important;
    position: absolute!important;
    top: 50%!important;
    left: 0;
    right: 0;
    transform: translateY(0.5rem)!important;
    text-align: center!important;
    line-height: 2.875rem!important;
    z-index: 5!important;
}

.group-button-hover::after, .group-button-hover{
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-button-trash {
    display: block!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    width: 2.875rem!important;
    height: 2.875rem!important;
    margin-top: -1.4375rem!important;
    margin-left: -1.4375rem!important;
    transform: translateY(0.5rem)!important;
    text-align: center!important;
    line-height: 2.875rem!important;
    z-index: 5!important;
}

.gallery-button-trash::after, .gallery-button-trash{
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before, .gallery-item:hover::after, .gallery-item:hover .gallery-button-trash {
    transform: none;
    opacity: 1
}

.gallery-item .gallery-caption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem .5rem;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: .875rem;
    text-align: center;
    z-index: 5
}

.gallery-item::after, .gallery-item .gallery-caption {
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before, .gallery-item:hover::after, .gallery-item:hover .gallery-caption {
    transform: none;
    opacity: 1
}

.gallery-item .gallery-caption-top {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem .5rem;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: .875rem;
    text-align: center;
    z-index: 5
}

.gallery-item::after, .gallery-item .gallery-caption-top {
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before, .gallery-item:hover::after, .gallery-item:hover .gallery-caption-top {
    transform: none;
    opacity: 1
}

.rounded-3 {
    border-radius: 1rem !important;
}