:root {
    --font-color: #5b5b5b;
    --font-color-2: #373435;
    --landing-font-color: #4D4D4D;
    --green-color: #4c855a;
    --landing-green-color: #8CC63F;
    --dark-color: #343434;
    --blue-color: #2b328c ;
    --blue-color-light: #ebf5ff;
    --blue-color-light-2: rgb(0 136 255 / 16%);
    --yellow-color: #efce4a;
    --yellow-light-color: #F7E7A4;
    --dark-grey-color: #6c6d70 ;
    --pink-color: #ef218f ;
    --brown-color: #804f1f ;
    --purple-color: #9575cd ;
    --lime-green-color: #8ac300f7 ;
    --red-color: #ff0000 ;
    --light-red-color: #d25e5e ;
    --grey-color: #efefef ;
    --landing-grey-color: #F8F8FA ;
    --white-color: #ffffff ;
    --border-color: #e8e8e8 ;
    --hr-color: #ccc ;
    --pt-logo-size: 80px;
    --rm-logo-size: 80px;
    --font-poppins:'Poppins';
    --font-nunito: 'Nunito Sans', sans-serif;
    --table-background: #E6E6E6 ;
    --table-border: #B3B3B3 ;
}

html {
    font-size: 16px;
    height: 100%;
    scroll-padding-top: calc(4.5rem - 1px);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 10px;
    }
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (min-width: 300px) {
    #main-container {
        width: 100% !important;
        float: none !important;
    }
    /*#container {
        width: 82% !important;
        margin: 0 auto !important;
        float: none !important;
    }*/
}
div#container {
    /* background-color: #E5E5E6; */
    width: 100%;
    float: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: unset;
    margin-bottom: unset;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
    height: auto;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}


/*Cert-check*/
body {
    background-color: var(--white-color);
    color: var(--landing-font-color);
    line-height: 1.5;
    font-family: var(--font-nunito);
    overflow: hidden;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1343px;
    }
}

#logo {
    margin-top: 60px;
    margin-bottom: 60px;
}
.bold {
    font-weight: 700;
}
.strong {
    font-weight: 800;
}
.extra-bold {
    font-weight: 800;
}
.yellow-text {
    color: var(--yellow-color);
}
.green-text {
    color: var(--landing-green-color);
}
.block_title {
    font-family: var(--font-poppins);
    font-size: 3.4375rem;
    font-weight: bold;
}
#b2b_already_cert .first-block,
#b2b_no_cert .first-block {
    font-family: var(--font-nunito);
    font-size: 1.375rem;
    font-weight: 600;
    position: relative;
}
#b2b_already_cert .first-block .block_title,
#b2b_no_cert .first-block .block_title {
    margin-bottom: 60px;
}
#b2b_already_cert .first-block > div,
#b2b_no_cert .first-block > div {
    margin-bottom: 25px;
}

#b2b_no_cert .first-block > div:last-child {
    font-weight: 900;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    position: absolute;
    border-radius: 50%;
}
#b2b_already_cert .first-block #full-circle-1-full {
    background: rgba(239, 206, 74, 0.5);
    top: 50px;
    left: -100px;
    padding: 101px;
    opacity: 0.54;
    margin-bottom: 0;
}
#b2b_no_cert .first-block #full-circle-1-full {
    background: rgba(239, 206, 74, 0.5);
    top: -275px;
    right: -100px;
    padding: 101px;
    opacity: 0.54;
    margin-bottom: 0;
}
.circle-outline {
    position: absolute;
    border-radius: 50%;
    background: transparent;
}
#b2b_already_cert .first-block #full-circle-1-outline {
    border: 10px solid var(--yellow-light-color);
    width: 243px;
    height: 243px;
    top: -60px;
    left: -265px;
    opacity: 0.54;
    margin-bottom: 0;
}
#b2b_no_cert .first-block #full-circle-1-outline {
    border: 5px solid var(--yellow-color);
    width: 297px;
    height: 297px;
    top: -175px;
    right: -300px;
    opacity: 0.54;
    margin-bottom: 0;
}

#b2b_already_cert .compare-block,
#b2b_no_cert .compare-block {
    font-family: var(--font-nunito);
    font-size: 1.25rem;
    font-weight: 800;
    position: relative;
    background: var(--landing-grey-color);
    border-radius: 20px;
    padding: 40px 40px 80px 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}
#b2b_already_cert .compare-block .block_title,
#b2b_no_cert .compare-block .block_title {
    max-width: 877px;
    margin: auto;
}

#b2b_already_cert .compare-block .card-row,
#b2b_no_cert .compare-block .card-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 70px;
}
#b2b_already_cert .compare-block .card-row-title,
#b2b_no_cert .compare-block .card-row-title {
    margin: 40px 0;
}
#b2b_already_cert .compare-block .card-row .card,
#b2b_no_cert .compare-block .card-row .card {
    width: 100%;
    max-width: 500px;
    height: 173px;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
    border-radius: 20px;
    border: 0;
}
#b2b_already_cert .compare-block .card-row .card:nth-of-type(odd),
#b2b_no_cert .compare-block .card-row .card:nth-of-type(odd) {
    box-shadow: 0 4px 10px var(--landing-font-color);
}
#b2b_already_cert .compare-block .card-row .card:nth-of-type(even),
#b2b_no_cert .compare-block .card-row .card:nth-of-type(even) {
    box-shadow: 0 4px 10px var(--yellow-color);
}
#b2b_already_cert .compare-block .card-row .card .card-title,
#b2b_no_cert .compare-block .card-row .card .card-title {
    font-weight: 700;
    font-family: var(--font-poppins);
    font-size: 1.125rem;
}
#b2b_already_cert .compare-block .card-row .card:nth-of-type(odd) .card-title,
#b2b_no_cert .compare-block .card-row .card:nth-of-type(odd) .card-title {
    margin-top: 10px;
}
/*#b2b_already_cert .compare-block .card-row .card img {
    width: 100%;
}*/
#b2b_already_cert .compare-block .card-row .card:nth-of-type(odd) img,
#b2b_no_cert .compare-block .card-row .card:nth-of-type(odd) img {
    margin-bottom: 20px;
}

#b2b_already_cert .when-changes-block .heading-text {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 40px 0;
}
#b2b_already_cert .when-changes-block > div > div > div:nth-of-type(odd) {
    text-align: left;
    max-width: 540px;
    font-size: 1.375rem;
    font-weight: 600;
}
#b2b_already_cert .when-changes-block > div > div > div:nth-of-type(even) {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#b2b_already_cert .when-changes-block > div > div > div:nth-of-type(even) > img {
    margin-bottom: -40px;
}
.b2b-button {
    font-family: var(--font-poppins);
    color: var(--landing-font-color);
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 20px;
    border: 0;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.b2b-button > img {
    margin-bottom: -2px;
}
.call-to-action-button {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    width: 305px;
    height: 42px;
    margin: 70px 0 50px;
}
.show-me-the-cert-button {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    width: 400px;
    height: 42px;
    margin: 70px 0 0px;
}


#b2b_already_cert #link-to-admin {
    background: var(--yellow-color);
    width: 153px;
    height: 44px;
}

#b2b_already_cert .support-block,
#b2b_no_cert .support-block {
    background: var(--landing-grey-color);
    color: var(--landing-font-color);
    margin-top: 80px;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
#b2b_already_cert .support-block .heading-text,
#b2b_no_cert .support-block .heading-text {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 30px 0;
}
#b2b_already_cert #support-button,
#b2b_no_cert #support-button {
    background: var(--dark-color);
    color: var(--yellow-color);
    width: 180px;
    height: 42px;
}
#b2b_already_cert .ending-title-block,
#b2b_no_cert .ending-title-block {
    margin-bottom: 60px;
}
#b2b_already_cert .ending-title-block > div,
#b2b_no_cert .ending-title-block > div {
    max-width: 930px;
    margin: auto;
}
#b2b_already_cert .footer-block,
#b2b_no_cert .footer-block {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
}
#b2b_already_cert .footer-block > div > div,
#b2b_no_cert .footer-block > div > div {
    padding: 0;
}
#b2b_already_cert .footer-block > div > div:nth-of-type(1) img,
#b2b_no_cert .footer-block > div > div:nth-of-type(1) img {
    margin-left: -10px;
}
#b2b_already_cert .footer-block > div > div:nth-of-type(2),
#b2b_no_cert .footer-block > div > div:nth-of-type(2) {
    align-content: center;
    text-align: end;
    font-family: var(--font-poppins);
    font-size: 1.125rem;
    color: var(--dark-color);
    padding: 0 20px;
}


/*======================================*/
#b2b_no_cert .trust-highlight-block {
    font-size: 1.375rem;
    font-weight: 600;
}
#b2b_no_cert .trust-highlight-block .block_title {
    margin-bottom: 60px;
}
#b2b_no_cert .trust-highlight-block .heading-text {
    font-family: var(--font-nunito);
    font-size: 2rem;
    font-weight: 800;
    margin: 30px 0;
}
#b2b_no_cert .trust-highlight-block > div > div > div > div:nth-of-type(1) {
    margin: 80px 0 20px;
}
#b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(1) {
    position: relative;
}
#b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(1) > img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 150px;
    right: 100px;
}
#b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(2) > img {
    width: 100%;
}
#b2b_no_cert .trust-highlight-block #full-circle-2-full {
    background: rgba(239, 206, 74, 0.5);
    top: 150px;
    left: -130px;
    padding: 101px;
    opacity: 0.54;
    margin-bottom: 0;
}
#b2b_no_cert .trust-highlight-block #full-circle-2-outline {
    border: 5px solid var(--yellow-color);
    width: 297px;
    height: 297px;
    top: -60px;
    left: -350px;
    opacity: 0.54;
    margin-bottom: 0;
}

#b2b_no_cert .platform-evolution-block {
    background: var(--landing-grey-color);
    color: var(--landing-font-color);
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 30px 20px;
}
#b2b_no_cert .platform-evolution-block .heading-text {
    font-family: var(--font-nunito);
    font-size: 1.5rem;
    font-weight: 900;
}


#b2b_no_cert .try-and-activate-block > .block_title {
    margin-bottom: 80px;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(1) > #try-and-activate-cert-block {
    background: rgba(239,206,74,15%);
    border-radius: 20px;
    padding: 40px 50px;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(1) > #try-and-activate-cert-block > div:nth-of-type(1) {
    font-family: var(--font-nunito);
    font-weight: 900;
    font-size: 2.5rem;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(1) > #try-and-activate-cert-block > div:nth-of-type(2) {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 65px;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(1) > #try-and-activate-cert-block img {
    width: 100%;
}
#try-and-activate-after-cert-block {
    display: none;
    padding: 20px;
    position: relative;
    border: 1px solid var(--yellow-color);
    border-radius: 20px;
    font-family: var(--font-poppins);
    text-align: left;
    font-size: 1rem;
    margin-top: 80px;
}
#try-and-activate-after-cert-block svg.fbarat-certification-logo {
    position: absolute;
    top: -29px;
    left: calc(50% - 30px);
}

#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) {
    justify-items: center;
    padding-left: 80px;
    margin-top: 65px;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) .card {
    width: 100%;
    box-shadow: 0 4px 10px var(--yellow-color);
    max-width: 567px;
    border-radius: 16px;
    border: 0;
    padding: 20px 30px;
    text-align: left;
    font-family: var(--font-poppins);
    font-size: 1rem;
    line-height: 30px;
    color: #414141;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) .card .card-title span {
    padding-left: 20px;
    font-family: var(--font-poppins);
    font-size: 1.125rem;
    font-weight: 700;
    vertical-align: middle;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) .card .card-title {
    display: inline-flex;
    align-items: flex-start;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) .card .card-title img {
    margin-top: 2px;
}
#b2b_no_cert .try-and-activate-block > div > div > div:nth-of-type(2) .card ul {
    padding-left: 75px;
}
#what-certificate-block {
    display: none;
    margin-top: 45px;
}
#b2b_no_cert .try-and-activate-block #show-cert-info {
    background: var(--white-color);
    border: 2px solid var(--yellow-color);
    border-radius: 20px;
    padding: 7px 18px 7px;
    margin-top: 40px;
}
#b2b_no_cert .try-and-activate-block .cert-my-shop {
    width: 100%;
    border-radius: 20px;
    max-width: 610px;
    background: var(--landing-grey-color);
    color: var(--landing-font-color);
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 36px 0px;
}
#b2b_no_cert .try-and-activate-block .cert-my-shop .heading-text {
    font-family: var(--font-nunito);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}
#b2b_no_cert .try-and-activate-block .cert-my-shop .call-to-action-button {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    width: 180px;
    height: 42px;
    margin: 10px 0 10px;
}
#b2b_no_cert .try-and-activate-block {
    position: relative;
}
#b2b_no_cert .try-and-activate-block #full-circle-3-full {
    background: rgba(239, 206, 74, 0.5);
    top: 100px;
    right: -200px;
    padding: 101px;
    opacity: 0.54;
    margin-bottom: 0;
}
#b2b_no_cert .try-and-activate-block #full-circle-3-outline {
    border: 5px solid var(--yellow-color);
    width: 297px;
    height: 297px;
    top: 225px;
    right: -350px;
    opacity: 0.54;
    margin-bottom: 0;
}

#b2b_no_cert .limited-offer-block {
    background: var(--landing-grey-color);
    color: var(--landing-font-color);
    margin-top: 80px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    max-width: 1140px;
    border-radius: 20px;
    position: relative;
}
#b2b_no_cert .limited-offer-block .price-text {
    font-family: var(--font-nunito);
    font-size: 2.5rem;
    font-weight: 800;
    padding: 40px 0;
}
#b2b_no_cert .limited-offer-block .price-text .green-price {
    font-weight: 900;
}
#b2b_no_cert .limited-offer-block .price-text div:nth-of-type(4) {
    font-size: 1.25rem;
    font-weight: 400;
}
#b2b_no_cert .limited-offer-block .call-to-action-button {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    width: 305px;
    height: 42px;
    margin: 0px 0 10px;
}
#b2b_no_cert .limited-offer-block #full-circle-4-full {
    background: rgba(239, 206, 74, 0.5);
    top: 150px;
    left: -255px;
    padding: 101px;
    opacity: 0.54;
    margin-bottom: 0;
}
#b2b_no_cert .limited-offer-block #full-circle-4-outline {
    border: 5px solid var(--yellow-color);
    width: 297px;
    height: 297px;
    top: 15px;
    left: -450px;
    opacity: 0.54;
    margin-bottom: 0;
}

/*======================Napi szintű tanúsítás - akár három szinten================*/
#b2b_no_cert .multi-tier-cert-block {
    position: relative;
}
#b2b_no_cert .multi-tier-cert-block .block_title {
    font-family: var(--font-poppins);
    font-size: 2rem;
    font-weight: 700;
    margin: 50px auto;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(1) {
    padding-right: 36px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(2) {
    padding-right: 24px;
    padding-left: 24px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(3) {
    padding-left: 36px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div > img {
    width: 100%;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div > div {
    font-family: var(--font-poppins);
    font-size: 1rem;
    margin-top: 30px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div > div:after {
    content: "";
    height: 2px;
    background: var(--yellow-color);
    display: block;
    text-align: center;
    margin: auto;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(1) > div:after {
    width: 150px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(2) > div:after {
    width: 245px;
}
#b2b_no_cert .multi-tier-cert-block > div > div > div:nth-of-type(3) > div:after {
    width: 315px;
}
#b2b_no_cert .multi-tier-cert-block #full-circle-5-outline {
    border: 5px solid var(--yellow-color);
    width: 297px;
    height: 297px;
    bottom: -85px;
    right: -375px;
    opacity: 0.54;
    margin-bottom: 0;
}

/*======================Több funkcióval, többet mutat a tanúsítványod================*/
#b2b_no_cert .cert-features-block .block_title {
    font-family: var(--font-poppins);
    font-size: 2rem;
    font-weight: 700;
    margin: 100px auto 50px;
}
#b2b_no_cert .cert-features-block div:nth-of-type(2) {
    text-align: left;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--dark-color);
}
#b2b_no_cert .cert-features-block div:nth-of-type(2) span {
    padding-left: 20px;
}
#b2b_no_cert .cert-features-block div:nth-of-type(3) {
    text-align: left;
    padding-left: 50px;
    font-size: 1.125rem;
    font-family: var(--font-poppins);
    font-weight: 400;
    margin-bottom: 80px;
}
#b2b_no_cert .cert-features-block .left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#b2b_no_cert .cert-features-block .left-block img:nth-of-type(1) {
    margin-top: -100px;
    margin-bottom: 50px;
}
#b2b_no_cert .cert-features-block .left-block img:nth-of-type(2) {
    margin-left: 150px;
}
#b2b_no_cert .cert-features-block .cert-features {
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}
#b2b_no_cert .cert-features-block .cert-features > div {
    width: 100%;
    max-width: 510px;
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #B3B3B3;
    border-radius: 20px;
    background: rgba(185, 185, 185, 0.14);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-family: var(--font-poppins);
    font-size: 1.25rem;
    font-weight: 400;
    color: #414141;
    padding: 0;
}

#b2b_no_cert .dynamic-trust-display-block {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--landing-font-color);
}

#b2b_no_cert .certificate-visual-upgrade-block {
    font-family: var(--font-poppins);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--landing-font-color);
    margin: 60px auto;
}
#b2b_no_cert .certificate-visual-upgrade-content-block .left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#b2b_no_cert .certificate-visual-upgrade-content-block .left-block img:nth-of-type(1) {
    margin-top: -100px;
    margin-bottom: 50px;
}
#b2b_no_cert .certificate-visual-upgrade-content-block .certificate-visual-upgrade-content {
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}
#b2b_no_cert .certificate-visual-upgrade-content-block .certificate-visual-upgrade-content > div {
    width: 100%;
    max-width: 527px;
    display: flex;
    align-items: baseline;
    text-align: left;
    font-family: var(--font-poppins);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--landing-font-color);
    padding: 0;
}
.list-dot {
    border-radius: 50%;
    background: var(--landing-font-color);
    padding: 4px;
    margin-right: 15px;
}
#b2b_no_cert .certificate-visual-upgrade-content-block .certificate-visual-upgrade-content > div:nth-of-type(3) {
    align-items: flex-start;
    font-weight: 700;
    color: var(--dark-color);
}
#b2b_no_cert .certificate-visual-upgrade-content-block .certificate-visual-upgrade-content > div img {
    margin-right: 15px;
}

#b2b_no_cert .ending-title-block {
    background: var(--landing-grey-color);
    padding: 40px;
    border-radius: 20px;
}



#b2b_no_cert .buyer-benefit-explainer-block {
    margin: 60px auto;
}
#b2b_no_cert .buyer-benefit-explainer-block > div:nth-of-type(1) {
    font-family: var(--font-poppins);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--landing-font-color);
    margin: 50px auto 70px;
}
#b2b_no_cert .buyer-benefit-explainer-block .block_title {
    margin: 50px auto;
}
#b2b_no_cert .buyer-benefit-explainer-block .left-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
#b2b_no_cert .buyer-benefit-explainer-block .buyer-benefit-explainer-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
#b2b_no_cert .buyer-benefit-explainer-block .buyer-benefit-explainer-content > div {
    width: 100%;
    max-width: 527px;
    display: flex;
    align-items: center;
    text-align: left;
    font-family: var(--font-nunito);
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--landing-font-color);
}
#b2b_no_cert .buyer-benefit-explainer-block .buyer-benefit-explainer-content > div img {
    margin-right: 20px;
}



/*Chatbox widget*/
#chatbox-header {
    font-family: var(--font-poppins);
    position: fixed;
    display: flex;
    left: 10px;
    bottom: 0px;
    /* bottom: 421px; */
    padding: 5px 20px;
    border-top: 1px solid var(--landing-grey-color);
    border-right: 1px solid var(--landing-grey-color);
    border-left: 1px solid var(--landing-grey-color);
    border-bottom: 1px solid var(--landing-grey-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 600;
    /* border-bottom: none; */
    background: var(--landing-grey-color);
    cursor: pointer;
    /* box-shadow: 0px -5px 6px 0px #d1d1d1; */
    z-index: 11;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#chatbox-header > div {
    display: inline-block;
    vertical-align: middle;
}
#chatbox-header-title-text {
    color: var(--landing-font-color);
    font-size: 14px;
}
#chatbox-header-title-icon {
    color: var(--yellow-color);
    font-size: 20px;
    padding-left: 5px;
}
#chatbox-content {
    font-family: var(--font-nunito);
    color: var(--landing-font-color);
    font-size: 14px;
    position: fixed;
    left: 10px;
    bottom: -441px;
    padding: 10px;
    border-top: 1px solid var(--landing-grey-color);
    border-right: 1px solid var(--landing-grey-color);
    border-left: 1px solid var(--landing-grey-color);
    border-top-right-radius: 30px;
    border-bottom: none;
    background: var(--landing-grey-color);
    height: 400px;
    /* overflow: auto; */
    /* box-shadow: -1px -3px 6px 2px #ebebeb; */
    z-index: 10;
    max-width: 500px;
}
#chatbox-header, #chatbox-content {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#chatbox-content .warning-green {
    background: #ebfceb;
    border-left: 4px solid #4c855a;
    margin: 10px 10px;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}
#chatbox-content-text {
    min-width: 300px;
    height: 190px;
    padding: .375rem .75rem;
    border: 1px solid #bbb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 20px;
    font-size: 1em;
    color: var(--landing-font-color);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: inherit;
    resize: vertical;
}
@media (min-width: 1200px) {
    #chatbox-content-text {
        min-width: 450px;
    }
}
#chatbox-content-contact-form {

}
#chatbox-content-contact-form textarea:focus {
    border: 1px solid var(--landing-font-color);
    outline: 0;
}
#chatbox-content-contact-form select, #chatbox-content-contact-form input[type='text']{
    width: 99%;
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    font-size: 1em;
    color: var(--landing-font-color);
    outline: 0;
    margin-top: 2px;
}

.privacy-policy-container {
    display: grid;
    margin-bottom: 5px;
    max-width: 500px;
    margin-left: 20px;
    margin-top: 30px;
}

.feedback-submit-wrapper {
    margin: 25px;
}

.submit-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    max-width: 650px;
    margin: auto;
}
#question_button {
    align-self: end;
    background: var(--landing-font-color);
    font-family: var(--font-poppins);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--white-color);
    padding: 0;
    margin: 0;
    width: 290px;
    height: 42px;
    text-transform: none;
}
#accept_data_changes {
    font-size: 10px;
}
#feedback-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.preview_embed_codes {
    text-align: left;
}
.preview_embed_codes .script {
    width: 97%;
    height: 100%;
    border-radius: 15px;
}
#send_to_admin {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    font-family: var(--font-poppins);
}

.feedback-msg {
    background: #4b4b4b;
    border-left: 4px solid var(--landing-green-color);
    margin: 10px 20px;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}
.data-match-alert {
    /*background: #4b4b4b;
    border-left: 4px solid var(--landing-green-color);*/
    margin: 10px 0px;
    padding: 10px 15px 10px 15px;
    max-width: 1060px;
    text-align: center;
    /*border-radius: 4px;*/
    font-family: var(--font-nunito);
    font-size: 1.375rem;
    font-weight: 700;
}
.data-match-alert > div:nth-child(2) {
    margin-top: 20px;
}
.thank-you-1 {
    font-weight: 700;
    color: var(--landing-green-color);
    font-size: 2rem;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}





@media (max-width: 1400px) {
    #b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(1) > img {
        bottom: 75px;
    }
}
@media (max-width: 1200px) {
    #b2b_no_cert .trust-highlight-block .heading-text {
        margin: 30px 0 300px;
    }
    #b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(1) > img {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
        position: absolute;
        bottom: 150px;
        right: 50%;
    }
    #b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(2) > img {
        width: auto;
    }
}
@media (max-width: 991px) {
    #b2b_already_cert .compare-block .card-row,
    #b2b_no_cert .compare-block .card-row {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    #b2b_already_cert .compare-block .card-row .card,
    #b2b_no_cert .compare-block .card-row .card {
        flex: 0 1 100%;
        max-width: 100%;
    }

}
@media (max-width: 767px) {
    #b2b_no_cert .trust-highlight-block > div > div > div:nth-of-type(2) > img {
        width: 100%;
    }
}
@media (max-width: 430px) {
    #logo {
        width: 100%;
    }
    #b2b_already_cert .compare-block .card-row .card img,
    #b2b_no_cert .compare-block .card-row .card img {
        width: 100%;
        padding: 0 15px;
    }
    #b2b_already_cert .footer-block > div > div:nth-of-type(1),
    #b2b_already_cert .footer-block > div > div:nth-of-type(2),
    #b2b_no_cert .footer-block > div > div:nth-of-type(1),
    #b2b_no_cert .footer-block > div > div:nth-of-type(2) {
        text-align: center;
    }
    #b2b_already_cert .footer-block > div > div:nth-of-type(1) img,
    #b2b_no_cert .footer-block > div > div:nth-of-type(1) img {
        width: 100%;
    }
}















#feedback-form > fieldset {
    border: none;
    padding: 15px;
    border-radius: 0;
    width: 100%;
    margin-top: unset;
    position: relative;
}
.fieldset-refresh {
    display: none;
    position: absolute;
    top: 100px;
    text-align: center;
    width: 98%;
}
.fieldset-refresh > i {
    font-size: 100px;
    color: var(--green-color);
}
#feedback-form fieldset:not(:first-of-type) {
    display: none;
}




#tables-container {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
}
table tr {
    border: none;
}
.styled-table {
    /*color: #5b5b5b;*/
}
.styled-table thead tr {
    background-color: #4c855a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table td {
    text-align: left;
}
.styled-table td:nth-child(odd) {
    width: 60px;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: var(--table-background);
}

/*.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #4c855a;
}*/
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #4D8800;
}

/*ADATEGYEZTETÉS*/
.domain_box_wrapper {
    display: block;
    padding: 0 10px;
    margin-bottom: 50px;
}
.domain_box_wrapper input[type="checkbox"] {
    margin-left: 5px;
}
.domain_box_wrapper input[type="checkbox"] + label::before {
    margin-left: -15px;
    margin-top: 130px;
}
.domain_box_wrapper input[type="checkbox"]:checked + label::after {
    margin-left: -15px;
    padding-top: 142px;
}
.styled-table-domain {
    margin: 10px auto;
    width: 100%;
    max-width: 1360px !important;
    border-collapse: separate; /* fontos! */
    border-spacing: 0;
    border: 1px solid var(--table-border);
    border-radius: 20px; /* ez adja a lekerekítést */
    overflow: hidden; /* segíthet, ha a belső elemek kilógnak */
}

/*.styled-table-domain td:first-child:first-of-type {
    border-top-left-radius: 20px;
}

.styled-table-domain td:last-child:first-of-type {
    border-top-right-radius: 20px;
}

.styled-table-domain td:first-child:last-of-type {
    border-bottom-left-radius: 20px;
}

.styled-table-domain td:last-child:last-of-type {
    border-bottom-right-radius: 20px;
}*/

.styled-table-domain td:nth-child(odd) {
    width: unset;
}
.styled-table-domain th, .styled-table-domain td {
    padding: 5px 5px;
    border: 1px solid var(--table-border);
}
.styled-table-domain.styled-table thead:nth-of-type(1) tr {
    font-family: var(--font-nunito);
    background-color: var(--landing-green-color);
    color: #ffffff;
    border: none;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}
.styled-table-domain.styled-table thead:nth-of-type(2) tr {
    font-family: var(--font-nunito);
    background-color: var(--table-background);
    color: var(--font-color);
    border: none;
    font-size: 1.125rem;
    font-weight: 900;
    text-align: center;
}
.styled-table-domain td {
    font-weight: 600;
    font-family: var(--font-nunito);
    font-size: 1.125rem;
}
/*.domain-row {
    max-width: 800px;
    border: 2px solid #4c855a52;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 30px;
}
.domain-header-row {
    display: grid;
    grid-template-columns: 130px 140px 400px 1fr;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
}
.domain-row-main {
    display: grid;
    grid-template-columns: 129px 135px 420px 1fr;
}
.domain-row-main-url {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.domain-row input[type="radio"] + label, .domain-row input[type="checkbox"] + label {
    vertical-align: middle;
    padding-top: 0;
}
.domain-row input[type="radio"] + label::before, .domain-row input[type="checkbox"] + label::before {
    margin-top: -5px;
}
.domain-row input[type="radio"]:checked + label::after, .domain-row input[type="checkbox"]:checked + label::after {
    padding-top: 0;
}
.domain-row .action-button {
    display: block;
    color: #5b5b5b;
    padding: 5px 10px;
    font-size: 35px;
}
.domain-row-main div {
    text-align: center;
    margin: auto;
}*/

/*.checkbox_container {
    position: absolute;
    left: -44px;
    margin-top: 120px;
    transform: rotate(-90deg);
    background: transparent;
    padding: 20px 20px;
    color: #fff;
    border: 2px solid #e8e8e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    border-bottom-color: #fff;
}*/




.styled-table-domain input[type="radio"], .styled-table-domain input[type="checkbox"] {
    opacity: 0;
    margin-left: 0px;
    margin-top: 5px;
    position: absolute;
}
.styled-table-domain input[type="radio"] + label, .styled-table-domain input[type="checkbox"] + label {
    padding-left: 22px;
    margin-bottom: 0;
    padding-top: 5px;
}
.styled-table-domain input[type="radio"] + label::before, .styled-table-domain input[type="checkbox"] + label::before {
    border-radius: 5px;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: 0px;
}
.styled-table-domain input[type="radio"]:checked + label::after, .styled-table-domain input[type="checkbox"]:checked + label::after {
    content: "";
    left: 5px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid #4c855a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    padding: 0;
    font-size: 10px;
}

/*TANÚSÍTVÁNY MEGRENDELÉSE*/
.subscription-billing-container {
    position: relative;
    min-width: 450px;
    max-width: 800px;
    /* margin: 60px auto 60px; */
    text-align: center;
}
.styled-table-subscription.styled-table-domain {
    margin: 0;
}
.styled-table-subscription th {
    padding-top: 15px;
    padding-bottom: 15px;
}
.styled-table-subscription td {
    padding: 5px 15px;
}
.styled-table-subscription td.subscription-first-td {
    text-align: left;
    width: 395px;
    height: 60px;
}
.functions-selector-container {
    border: solid 2px var(--table-border);
    border-radius: 20px;
    text-align: center;
    color: var(--landing-font-color);
}
.functions-selector-container h2 {
    background: var(--yellow-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    font-family: var(--font-nunito);
    padding: 20px;
}
.functions-selector-container .discount-heading {
    color: var(--font-color-2);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 20px 0 10px;
}
.functions-selector-container .discount-line {
    background: var(--landing-grey-color);
    color: var(--landing-green-color);
    border-radius: 20px;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 2rem;
    border: 1px solid var(--landing-green-color);
    width: 333px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 20px 0;
}
.functions-selector-container .discount-line span {
    font-weight: 400;
    font-size: .9375rem;
}
.functions-selector-container .domain-block-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--font-poppins);
    text-transform: uppercase;
}
.functions-selector-container .domain-block {
    margin-left: 20px;
}
.functions-selector-container .websites_wrapper {
    text-align: left;
}
.functions-selector-container .websites_wrapper .webshop-row {
    padding: 0px 10px;
    min-height: 45px;
    border-left: 2px solid var(--table-border);
    margin-bottom: 20px;
    margin-left: 10px;
}
.functions-selector-container .websites_wrapper .feature-datas {
    display: grid;
}
.functions-selector-container .websites_wrapper .cert-checkbox label {
    font-size: 1rem;
    margin-left: 20px;
    font-family: var(--font-poppins);
    font-weight: 300;
}
.functions-selector-container .websites_wrapper .webshop-row-url {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 5px;
    display: inline-block;
}
.functions-selector-container #feedback-submit {
    width: 162px;
}



div.plus_cert_price_string {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--landing-green-color);
    margin-top: 5px;
    font-family: var(--font-poppins);
}
.cert-preview-wrapper {
    margin: 15px 20px;
}
.cert-preview {
    display: inline-block;
    border: 2px solid var(--yellow-color);
    padding: 10px 30px;
    border-radius: 32px;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 1.125rem;
}
.cert-preview:hover {
    opacity: 0.8;
}


.feedback-title {
    font-family: var(--font-nunito);
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 900;
}
#subscription-container {
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    column-gap: 15px;
}

/* Contact checkbox */
.contact-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    margin: auto;
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 1rem;
}
.contact-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--landing-grey-color);
    border: 1px solid var(--dark-color);
}
.contact-checkbox:hover input ~ .checkmark {
    background-color: var(--table-background);
}
.contact-checkbox input:checked ~ .checkmark {
    background-color: var(--landing-green-color);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contact-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.contact-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-checkbox a {
    color:var(--landing-green-color);
    text-decoration: none;
    outline: 0;
}
.contact-checkbox a:hover {
    color: var(--landing-green-color);
    text-decoration: underline;
}
#feedback-submit {
    background: var(--yellow-color);
    color: var(--landing-font-color);
    width: 305px;
    height: 42px;
    padding: 0;
    margin: 0;
    font-family: var(--font-poppins);
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: none;
}
#feedback-submit:hover {
    opacity: 0.8;
}

#subscription-container select, #subscription-container input[type='text'], #subscription-container input[type='number'], #subscription-container input[type='date'] {
    width: 300px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    color: #2b328c;
    outline: 0;
    margin-top: 2px;
    display: inline-block;
}

#sum-fee {
    font-weight: 800;
    display: inline-block;
}
.in_package {
    color: #4c855a;
    font-weight: bold;
    margin-left: 15px;
    font-size: 1rem;
}
#domains {
    word-break: break-word;
}



.feature-datas input[type="radio"], .feature-datas input[type="checkbox"] {
    opacity: 0;
    margin-left: -13px;
}
.feature-datas input[type="radio"] + label, .feature-datas input[type="checkbox"] + label {
    padding-left: 15px;
    min-height: 25px;
    padding-top: 0px;
}
.feature-datas input[type="radio"] + label::before, .feature-datas input[type="checkbox"] + label::before {
    border-radius: 20px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
.feature-datas input[type="radio"]:checked + label::before, .feature-datas input[type="checkbox"]:checked + label::before {
    background-color: var(--landing-green-color);
}
.feature-datas input[type="radio"]:checked + label::after, .feature-datas input[type="checkbox"]:checked + label::after {
    content: "";
    left: -11px;
    top: 6px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    padding: 0;
    font-size: 10px;
}
img#cert-logo {
    margin: auto;
    display: block;
}
.cert-what {
    font-size: 1em;
    font-weight: 700;
    color: #F44336;
    position: absolute;
    right: 30px;
    cursor: pointer;
}



.animate {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-name: animate-fade;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: backwards;
}

/* Fade In */
.animate.fade {
    animation-name: animate-fade;
    animation-timing-function: ease;
}

@keyframes animate-fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Pop In */
.animate.pop { animation-name: animate-pop; }

@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* Blur In */
.animate.blur {
    animation-name: animate-blur;
    animation-timing-function: ease;
}

@keyframes animate-blur {
    0% {
        opacity: 0;
        filter: blur(15px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

/* Glow In */
.animate.glow {
    animation-name: animate-glow;
    animation-timing-function: ease;
}

@keyframes animate-glow {
    0% {
        opacity: 0;
        filter: brightness(3) saturate(3);
        transform: scale(0.8, 0.8);
    }
    100% {
        opacity: 1;
        filter: brightness(1) saturate(1);
        transform: scale(1, 1);
    }
}

/* Grow In */
.animate.grow { animation-name: animate-grow; }

@keyframes animate-grow {
    0% {
        opacity: 0;
        transform: scale(1, 0);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* Splat In */
.animate.splat { animation-name: animate-splat; }

@keyframes animate-splat {
    0% {
        opacity: 0;
        transform: scale(0, 0) rotate(20deg) translate(0, -30px);
    }
    70% {
        opacity: 1;
        transform: scale(1.1, 1.1) rotate(15deg);
    }
    85% {
        opacity: 1;
        transform: scale(1.1, 1.1) rotate(15deg) translate(0, -10px);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1) rotate(0) translate(0, 0);
    }
}

/* Roll In */
.animate.roll { animation-name: animate-roll; }

@keyframes animate-roll {
    0% {
        opacity: 0;
        transform: scale(0, 0) rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1) rotate(0deg);
    }
}

/* Flip In */
.animate.flip {
    animation-name: animate-flip;
    transform-style: preserve-3d;
    perspective: 1000px;
}

@keyframes animate-flip {
    0% {
        opacity: 0;
        transform: rotateX(-120deg) scale(0.9, 0.9);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg) scale(1, 1);
    }
}

/* Spin In */
.animate.spin {
    animation-name: animate-spin;
    transform-style: preserve-3d;
    perspective: 1000px;
}

@keyframes animate-spin {
    0% {
        opacity: 0;
        transform: rotateY(-120deg) scale(0.9, .9);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg) scale(1, 1);
    }
}

/* Slide In */
.animate.slide { animation-name: animate-slide; }

@keyframes animate-slide {
    0% {
        opacity: 0;
        transform: translate(0, 20px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* Drop In */
.animate.drop {
    animation-name: animate-drop;
    animation-timing-function: cubic-bezier(.77, .14, .91, 1.25);
}

@keyframes animate-drop {
    0% {
        opacity: 0;
        transform: translate(0,-300px) scale(0.9, 1.1);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0) scale(0.9, 1.1);
    }
    96% {
        opacity: 1;
        transform: translate(10px, 0) scale(1.2, 0.9);
    }
    97% {
        opacity: 1;
        transform: translate(-10px, 0) scale(1.2, 0.9);
    }
    98% {
        opacity: 1;
        transform: translate(5px, 0) scale(1.1, 0.9);
    }
    99% {
        opacity: 1;
        transform: translate(-5px, 0) scale(1.1, 0.9);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1, 1);
    }
}

/* Animation Delays */
.delay-1 {
    animation-delay: 0.6s;
}
.delay-2 {
    animation-delay: 0.7s;
}
.delay-3 {
    animation-delay: 0.8s;
}
.delay-4 {
    animation-delay: 0.9s;
}
.delay-5 {
    animation-delay: 1s;
}
.delay-6 {
    animation-delay: 1.1s;
}
.delay-7 {
    animation-delay: 1.2s;
}
.delay-8 {
    animation-delay: 1.3s;
}
.delay-9 {
    animation-delay: 1.4s;
}
.delay-10 {
    animation-delay: 1.5s;
}
.delay-11 {
    animation-delay: 1.6s;
}
.delay-12 {
    animation-delay: 1.7s;
}
.delay-13 {
    animation-delay: 1.8s;
}
.delay-14 {
    animation-delay: 1.9s;
}
.delay-15 {
    animation-delay: 2s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .animate {
        animation: none !important;
    }
}


.error_line_with_background {
    background-color: #B34D4D;
    padding: 10px 15px;
    border-radius: 10px;
}
.error-line {
    color: #ffe7e7;
    margin: 5px 15px;
    font-weight: bold;
}

