.pages {
    margin-top: 0;
    padding-bottom: 30px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f7fafc;
    overflow-x: hidden;
    font-family: 'Mulish', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--bs-font-sans-serif);
}

@media only screen and (min-width:1200px) {
    .h1, h1 {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width:768px) {
    body p {
        font-size: 1.2rem;
    }
}

a {
    text-decoration: none;
    color: #000000;
}


a:hover {
    color: #3c9e47;
}

main .section-body-wrapper a {
    color: #0d6efd;
}

main .section-body-wrapper a:hover {
    color: #3c9e47;
}

figcaption {
    text-align: center !important;
}

.item-inner {
    padding-bottom: 40px;
    padding-top: 40px;
}

h1.title{
    font-weight: 800;
    line-height: 130%;
    color: #3d9e46;
}
h1.title-normal{
    font-weight: 800;
    line-height: 130%;
    color: #000;
}
h1.title .title-feature{
    color:#fe9801
}

h2.title{
    font-weight: 800;
    line-height: 130%;
    color: #000;
    text-transform: uppercase;
}

h2.title .title-feature, h3.title .title-feature{
    color:#3c9e46
}

h3.title {
    font-weight: 700;
    line-height: 120%;
    color: #000;
}

.text-gradient{
    background: -webkit-linear-gradient(0deg,#e84452 0%,#6119da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position: 0% 0%;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: text-gradient-animated;
    animation-timeline: auto;
    animation-range-start: normal;
}

.card-feature {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

figure {
    margin: auto !important;
}

figure img {
    max-width: 100%;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote .fas, .icon-quote-left, .icon-quote-right {
    color: #7dc242;
}

.feature .feature-main {
    margin-top: 100px;
}

.feature .section-title-wrapper {
    margin-bottom: 30px;
}

.feature .row {
    margin-top: 70px;
    margin-bottom: 70px;
}

.feature-box-style-3>* {
    position: relative;
    z-index: 1;
}

.feature-box-style-3 {
    position: relative;
    padding: 60px 25px;
    margin-bottom: 35px;
    min-height: 250px;
}

.feature .item .item-icon {
    text-align: center;
    z-index: 1;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
}

.feature .item .icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(to right, #7dc242, #3b9d46);
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-wrap {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
    height: 100%;
}

.icon img.item-image {
    width: 80px;
}

.article-image {
    height: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.article-title {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    text-align: left;
    height: 40px;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.article-content {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:768px) {
    .article-content {
        font-size: 17px;
    }

    .article-title {
        font-size: 18px;
    }

}

.section-feature .section-title {
    font-size: 2em;
    position: relative;
    padding: 0 0 0 20px;
}

.section-feature .section-title h3:before,
.section-feature .section-title h2:before,
.section-feature .section-title h1:before {
    border-left: 5px solid #3c9e47;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    bottom: 5px;
}

.article-publish {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #666;
}

.pagination-category {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.breadcrumb_detail {
    margin: 12px 0 8px 0px;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 300;
}

.breadcrumb_detail .breadcrumb-item {
    font-size: 12px;
    display: inline;
    color: #3d9e47;
}

.text-flow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.related-thumbnail {
    float: left;
    width: 40%;
    margin-bottom: 0;
}

.related-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #333;
    float: left;
    width: 60%;
    padding-left: 10px;
    text-align: initial;
}

.related-article {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.sticky-outer .header-sticky,
.sticky-outer .sticky-scroll.show-menu {
    -webkit-animation: header_sticky 0.70s ease-in-out;
    animation: header_sticky 0.70s ease-in-out;
    box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1)
}

.header-sticky {
    background-color: #ffff;
    width: 100%;
    z-index: 10;
    border-bottom: thin solid #f5f5f5;
    top: -150px;
    transition: all 0.4s linear;
    position: fixed;
    top: 0;
}

body.mobile .header-sticky .navbar{
    padding-top: 15px;
    padding-bottom: 15px;
}

header#menu-top + * {
    margin-top: 98px!important;
}

header#menu-top.has-dowload-app-mobile + *{
    margin-top: 164px!important;
}

.header-sticky.fixed {
    box-shadow: 0 16px 48px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 16%);
    border-bottom: 0px solid #ececec;
}

#dowload-app-mobile {
    font-size: 13px;
    background-color: #f2ffe2;
    margin: 0;
    padding: 10px;
}

#dowload-app-mobile.hide_dowload_app{
    display: none;
}

i.size-25.icon-cancel {
    padding: 5px;
    border-radius: 100%;
    background-color: #9e9e9e;
    color: #fff;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dowload-app-mobile .title{
    color: #2c8f35;
}

#dowload-app-mobile .flex-0{
    align-items: center;
    justify-content: center;
    display: flex;
}

#dowload-app-mobile .btn{
    font-size: 12px!important;
}

.rank {
    color: #ffa700;
}

.non-rank{
    color: #b9b8b8;
}

#dowload-app-mobile .des{
    font-size: 12px;
    margin-bottom: 5px;
    color: #666666;
}

#menu-top .navbar-light .navbar-toggler{
    border-width:2px;
}

#menu-top .navbar-collapse.show{
    height: 100vh;
    border-top: 1px solid #eee;
    margin-top: 15px;
}


#lozido-main-menu ul li .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff9800;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: middle;
    margin: -25px 0 0 3px;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.main-logo {
    margin: -20px 0px
}

.lozido-main-menu .navbar-nav a.nav-link {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.lozido-main-menu .dropdown-menu {
    min-width: 15rem;
}

@media (max-width: 1199px){
    .lozido-main-menu .navbar-nav a.nav-link {
        font-size: 90%;
    }
}

.header-sticky .navbar .active>a,
.header-sticky .navbar .main-menu-left a:hover {
    color: #3c9e47 !important;
}

.dropdown:hover .dropdown-menu {
    display: block!important;
}

.dropdown .dropdown-menu .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.sticky-outer .header-sticky,
.sticky-outer .sticky-scroll.show-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.70s ease-in-out
}

.topbar-items .nav-item-inner,
.logobar-items .nav-item-inner,
.navbar-items .nav-item-inner {
    padding-right: 10px
}

.header-inner .main-logo img {
    max-height: 100px;
    width: 200px;
    height: 60px;
}

.topbar-items>li {
    line-height: 30px;
    display: inherit
}

.btn.btn-primary {
    border-radius: 30px;
    border: 0px solid #3c9e47;
    padding: 10px 20px;
    font-weight: bold;
    background-color: #3c9e47;
    color: white;
    background-image: linear-gradient(to right, #7dc242, #3b9d46);
    position: relative;
}

.header-manage .btn.btn-primary:before{
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 26%);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    margin-right: 10px;
    border: 1px solid #ffffff8c;
}

.topbar-items a:hover {
    color: white !important;
}

@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

nav.navbar-light {
    background-color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
}

div.navbar-brand {
    font-weight: bold;
    font-size: 40px
}

section.has-bg-white {
    background-color: #ffffff;
}

.d-flex img {
    margin-right: 10px
}

.social-link {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.social-link li {
    margin-right: 10px
}

.social-link li a {
    padding: 5px 10px
}

.hotline-footer {
    background: #7dc242;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px
}

body.desktop footer.footer {
    background: url(/images/backgrounds/network.webp) top no-repeat;
    background-size: cover;
}

.fbanner {
    border-radius: 10px;
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
    background-image: url("/images/backgrounds/container-footer.webp");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-logo {
    font-weight: bold;
    font-size: 30px
}

.copyright-banner {
    padding-top: 15px;
    padding-bottom: 15px
}

.footer-link {
    list-style: none;
    padding: 0
}

.footer-link a {
    color: #000;
    padding: .5rem 0;
}

@media only screen and (max-width:990px) {
    .footer-link .menu-item {
        padding: .5rem 0;
    }

}


.footer-link a:hover {
    color: #3c9e47
}

.top-footer h4 {
    position: relative;
    padding-left: 15px;
    font-size: 1.25rem;
}

.top-footer h4:before {
    border-left: 5px solid #3c9e47;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 2px;
    content: "";
    bottom: 2px
}

.top-footer [class^="icon-"]:before, .footer [class*=" icon-"]:before {
    margin-right: 13px;
    border: 1px dashed #c8c8c8;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 100%;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: 10px;
    background: #fff;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    overflow: hidden;
}

/* Modal Content */
.modal-content {
    overflow: hidden;
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 0;
    border: 0px solid #888;
    width: 100%;
    max-width: 500px;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

#registerModal .header {
    background: linear-gradient(to left, #7dc242, #3b9d46);
    height: 140px;
    color: #fff;
    display: table;
    padding: 15px;
}

.header>div {
    vertical-align: middle;
    display: table-cell;
}

/* Modal Body */
.modal-body {
    padding: 20px 15px;
}

/* Modal Footer */
.modal-footer {
    padding: 10px;
    border: 0px;
}

.grecaptcha-badge {
    display: none !important;
}

body.desktop .message-text {
    padding: 10px;
    border-radius: 10px;
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

body.mobile .message-text {
    padding: 10px;
    border-radius: 10px;
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    z-index: 9999;
}

.message-text.show {
    margin-bottom: 10px;
    display: inherit !important;
}

.message-text.success {
    color: #fff;
    background-color: #13b765;
}

.message-text.error {
    color: #fff;
    background-color: #f44336;
}

#app_loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffffc2;
    top: 0;
    bottom: 0;
    left: 0;
    color: #000;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 9999;
}

#app_loading.show {
    display: inherit !important;
}


/* Tooltip container */
.my-tooltip {
    position: relative;
}

/* Tooltip text */
.my-tooltip .tooltiptext {
    visibility: hidden;
    max-width: 300px;
    min-width: 200px;
    background-color: white;
    color: #000;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
}

/* Show the tooltip text when you mouse over the tooltip container */
.my-tooltip:hover .tooltiptext {
    visibility: visible;
}

.householder-registry a::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -2.5%;
    width: 105%;
    height: 130%;
    border: 1px solid #3f9f45;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 30px;
    /* animation: pulse 1s ease-in; */
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
/* Zalo */
.zalo-container {
    position: relative;
    width: 40px;
    height: 40px;
}

.zalo-container.fix {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 10;
}

.zalo-container a {
    display: block;
}

.zalo-container span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
}

@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}

.animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated_zalo.infinite {
    animation-iteration-count: infinite;
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

@-webkit-keyframes pulse_zalo {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse_zalo {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
}

.news-page,.detail-page,.page-news-category{
    text-align: justify;
}

.news-page iframe,.detail-page iframe,.page-news-category iframe{
    margin: auto;
    display: block;
}
/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#toast-notify {
    position: fixed;
    bottom: 32px;
    right: 5px;
    z-index: 999999;
    display: grid;
    justify-content: flex-end;
  }
  
  .toast-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    min-width: 350px;
    max-width: 90%;
    border-left: 4px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
  }

  .toast-item + .toast-item {
    margin-top: 15px;
  }
  
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(calc(100% + 32px));
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeOut {
    to {
      opacity: 0;
    }
  }
  
  .toast--success {
    border-color: #47d864;
  }
  
  .toast--success .toast__icon {
    color: #47d864;
  }
  
  .toast--info {
    border-color: #26af62;
  }
  
  .toast--info .toast__icon {
    color: #26af62;
  }
  
  .toast--warning {
    border-color: #ffc021;
  }
  
  .toast--warning .toast__icon {
    color: #ffc021;
  }
  
  .toast--error {
    border-color: #ff623d;
  }
  
  .toast--error .toast__icon {
    color: #ff623d;
  }

  
  .toast__icon {
    font-size: 24px;
  }
  
  .toast__icon,
  .toast__close {
    padding: 0 16px;
  }
  
  .toast__body {
    flex-grow: 1;
  }
  
  .toast__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  
  .toast__msg {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    line-height: 1.5;
  }
  
  .toast__close {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  .line_qrcode{
        display: inline-block;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
  }

.line_qrcode:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
    background-image: linear-gradient(rgba(0, 104, 255, 0), #0068ff);
    content: "";
    animation-name: aniqrcode;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 9;
    opacity: .7;
}

@keyframes aniqrcode {
    0% {
        top: 0;
        transform: translateY(-100%);
    }
    
    100% {
        top: 100%;
        transform: translateY(0);
    }
}
@keyframes text-gradient-animated {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
