.bodybg {
    /* background: transparent linear-gradient(180deg, var(--vz-body-bg) 0%, #f7f1e9 100%) 0% 0% no-repeat padding-box; */
    background: url(../img/shapes/shape-5.png) no-repeat center center;
    /* background: url(../img/Boby-bg.svg) no-repeat center center; */
    background-attachment: fixed;
    background-size: cover;
}
/* body.bodybg::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: var(--vz-footer-bg);
} */
.main-bg {
    background: url(../img/new/bgNew.png);
    background-size: cover;
    background-position: top center;
}
.position-absolute.absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fs-6 {
    font-size: 3.8147rem !important;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.dashboard-img {
    height: 129px;
    border-radius: 1rem;
    transition: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.dashboard-img:hover {
    transform: scale(0.9, 0.9);
    /* box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
        -5px -5px 30px 15px rgba(0,0,0,0.22); */
}
.dashboard-text-color {
    color: rgb(0, 181, 246);
}
/* .footer {
    position: absolute;
    left: 0 !important;
    z-index: 1009;
    width: 100%;
} */
.btn-userName {
    background: var(--vz-userName);
    color: black;
    font-weight: 600;
    border: 0;
    border-radius: 2rem;
}
.btn-userName:hover {
    background: var(--vz-userName);
}