.logo,
.wide-logo {
    width: 170px;
}

.pl-1 {
    padding-left: 0.25rem;
}

.w-40 {
    width: 40px;
}

.w-100-percent {
    width: 100%;
}

.sidebar-overlay {
    z-index: 99;
}

.qr-image {
    width: 170px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.has-background {
    background-image: url('/assets/img/bg/background.png');
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.pricing-item-02 .plan-price h2 {
    display: block;
}

.language {
    position: absolute;
    right: 0px;
}

.row {
    margin-right: calc(-.7 * var(--bs-gutter-x));
    margin-left: calc(-.7 * var(--bs-gutter-x));
}