html {
    scroll-behavior: smooth;
    font-family: SFProText;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;

}

/* selected link */
a:active {
    color: black;
}

hr {
    max-width: 80%;
    border-width: 1px;
    overflow: visible;
    color: rgb(128, 128, 128, 1);
    margin-top: 0px;
    margin-bottom: 75px;
    border-top: none;
    border-right: none;
    border-left: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

*:focus {
    outline: none;
}

button {
    min-width: 120px;
    cursor: pointer;
    padding: 15px 25px 15px 25px;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

button:hover {
    opacity: 0.5;
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

textarea {
    resize: none;
}

.page-container {
    min-height: calc(100vh - 100px);
    position: relative;
    justify-content: center;
}

.content {
    padding-bottom: 5rem;
    padding-top: 55px;
}

.breaker {
    margin-top: 50px;
    margin-bottom: 50px;
}

.inside-breaker {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-right: 20px;
}

.footer-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #F8F8F8 !important;
}

.clinicwiz-title {
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: left;
}

.margin-left {
    margin-left: 20px;
}

.padding {
    padding: 20px !important;
}

.margintext {
    margin: 10px 0px;
}

.teal-hover:hover {
    color: rgb(0, 128, 128, 0.5) !important;
}

.main-menu {
    padding-bottom: 5px;
    text-align: center;
    background-color: white;
    z-index: 99;
    position: fixed;
    top: 0;
    min-height: 55px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.clinicwiz-menu {
    padding-top: 18px;
    width: 90%;
    margin: auto;
}

.clinicwiz-menu-mobile {
    display: none;
    cursor: pointer;
    margin-top: 7px;
    width: 40%;
}

.clinicwiz-menu-mobile {
    display: none;
    cursor: pointer;
    margin-top: 7px;
    width: 40%;
}

.clinicwiz-menu-mobile-expanded {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: teal;
    margin: 6px 0;
    transition: 0.4s;
}

.main-menu-change {
    height: 160px;
}

#send-email-button:disabled {
    opacity: 0.3;
}

.menu-button {
    cursor: pointer;
    font-size: 14px;
    background-color: white;
    color: black;
    padding: 15px 15px 10px 15px;
    box-sizing: unset;
    -webkit-box-sizing: unset;
    text-align: right;
}

.menu-button:hover {
    color: rgb(0, 0, 0, 0.5);
}

.menu-browse-button-not-used {
    background: url(../svg/arrow-left.svg) no-repeat;
    background-position: center left;
    background-size: 20px;
}

.menu-break {
    border-top: 1px solid gray;
    padding: 0px;
}

.change .bar1 {
    width: 25px;
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.one-edge-shadow {
    -webkit-box-shadow: 0 5px 10px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px -10px rgb(0 0 0 / 10%);
}

.first-buttons {
    margin-left: 20px;
    display: flex;
}

.one-block {
    max-width: 1180px;
    margin: auto;
    margin-top: 4rem;
    ;
    margin-bottom: 4rem;
}

.one-block-fullwidth {
    margin: auto;
    margin-top: 4rem;
    ;
    margin-bottom: 4rem;
}

.two-block {
    max-width: 1180px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.two-block-fullwidth {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    max-width: 1180px;
}

.two-block-header {
    display: flex;
    margin: 20px;
}

.margin-div-between-big-block {
    margin-top: 4rem;
}

.inside-block {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    min-width: 50%;
    margin: auto;
    padding: 0 20px;
}

.inside-block-left {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.inside-block-right {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.clinicwizcolor {
    color: teal !important;
}

.clinicwizbackgroundcolor {
    background-color: teal;
    color: white;
    font-family: "HelveticaNeue";
}

.clinicwizbordercolor {
    border: 2px solid rgb(60, 0, 200);
}

.blackcolor {
    color: teal;
}

.blacktextcolor {
    color: rgb(0, 0, 0, 0.8) !important;
}

.blackborder {
    border: 2px solid teal;
}

.blackbackgroundcolor {
    background-color: teal;
    color: white;
}

.graybackgroundcolor {
    background-color: #F8F8F8;
}

/* .lightbackgroundcolor {
    background-color: rgb(250,250,250); 
} */

.border-radius {
    border-radius: 0.75rem;
}

.stats-figure {
    font-weight: bolder;
    font-size: 2rem;
    color: rgb(0, 0, 0, 0.8) !important;
}

.stats-text {
    font-size: 1.2rem;
    margin-left: 10px;
}

.contact-us-logos {
    display: grid;
    gap: 2rem;
    justify-content: space-between;
    grid-template-columns: repeat(3, 3fr);
}

.contact-us-logos img {
    width: 150px;
    margin: auto;
}

.checklistitem {
    display: flex;
}

.checklisttext {
    margin-top: 2px;
    margin-left: 10px;
}

.checkbox {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.workflow {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
}

.workflow-part {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.workflow-text {
    margin: auto;
    max-width: 250px;
    text-align: center;
    color: teal;
}

.slider {
    height: 100px;
    overflow: hidden;
    position: relative;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 15));
        transform: translateX(calc(-250px * 15));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 15));
        transform: translateX(calc(-250px * 15));
    }
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 30);
    max-width: calc(250px * 30);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
}

.logo-div {
    justify-content: space-between;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logo {
    min-height: 30px;
    max-height: 30px;
    margin: auto;
}

.source-div {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.source {
    max-height: 40px;
    margin: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.customer-feedback {
    border-radius: 0.5rem;
    padding: 15px 20px 10px 20px;
    max-width: 80%;
    min-width: 250px;
    margin: auto;
    display: flex;
    flex-direction: column;
    /* -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
         box-shadow: 0 4px 10px rgb(0 0 0 / 10%); */
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

/* animate in */
.customer-feedback-grp {
    display: flex;
    flex-direction: row;
    margin: auto;
}

@keyframes animateinleft {
    from {
        left: 50vh;
        opacity: 0
    }

    to {
        left: 0px;
        opacity: 1
    }
}

.animate-in-left {
    position: relative;
    animation: animateinleft 1s
}

@keyframes animateinright {
    from {
        right: 50vh;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.animate-in-right {
    position: relative;
    animation: animateinright 1s
}

/* animate out */
@keyframes animateoutleft {
    from {
        left: 0;
        opacity: 1
    }

    to {
        left: -50vh;
        opacity: 0
    }
}

.animate-out-left {
    position: relative;
    animation: animateoutleft 500ms
}

@keyframes animateoutright {
    from {
        right: 0px;
        opacity: 1
    }

    to {
        right: -50vh;
        opacity: 0
    }
}

.animate-out-right {
    position: relative;
    animation: animateoutright 500ms
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.shake-me {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


.email-input {
    width: 225px;
    padding: 14px;
    border: solid 1px gray;
    border-right: 0px;
    background-color: white;
    margin-right: 0px;
}

.customer-feedback-author {
    color: black;
    font-size: 40px;
    margin-top: 10px;
    font-family: "Creattion";
    text-align: center;
}

.customer-feedback-text {
    margin-top: 10px;
}

.customer-feedback-company {
    margin-top: 10px;
    margin: auto;
}

.customer-feedback-logo {
    display: flex;
}

.customer-feedback-img {
    margin: auto;
    display: flex;
    cursor: pointer;
    height: 30px;
}

.customer-feedback-img:hover {
    opacity: 0.5;
}

.customer-feedback-from {
    display: grid;
    margin: auto;
    margin-top: 20px;
}

.customer-feedback-from-text {
    display: grid;
}

.customer-reference {
    border-radius: 0.5rem;
    padding: 15px 20px 10px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.customer-reference-div {
    display: flex;
    padding-bottom: 2rem;
}

.customer-reference-img {
    margin: auto;
    display: flex;
    cursor: pointer;
    height: 30vh;
}

.customer-reference-img:hover {
    opacity: 0.5;
}

.customer-reference-text {
    margin-top: 3px;
    text-align: center;
    font-size: 0.8rem;
}

.about-us-text {
    font-size: 1.0rem;
    margin-top: 20px;
}


.stats-main {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.stats-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: auto;
}

.stats-card-header {
    font-weight: bold;
    text-align: center;
}

.stats-card-text {
    margin-top: 10px;
    padding: 0 5px;
}

.stats-card-icon {
    display: flex;
    filter: grayscale(1);
    margin-bottom: 15px;
}

.additional-information {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 2fr)
}

.additional-information-card {
    margin-top: 40px;
    min-height: 150px;
    padding: 40px;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.additional-information-div {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    font-weight: bold;
    color: black;
    font-size: 2rem;
}

.news {
    margin: auto;
    padding: 20px;
}

.news div {
    text-align: center;
}

.news-status {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.news-section {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.customer-example {
    cursor: pointer;
    border-radius: 0.5rem;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px 10px 20px;
    max-width: 390px;
    min-width: 250px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.customer-example-grp {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-width: 1200px;
}

.price-plan-main {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
}

.price-plan {
    width: 300px;
    padding: 20px;
    border-radius: 0.5rem;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.price-plan-name {
    color: #738094;
    font-weight: bold;
    font-size: 12px;
}

.price-plan-price {
    font-weight: bolder;
    font-size: 30px;
}

.price-plan-recurring {
    padding-left: 5px;
    padding-top: 12px;
    color: #738094;
}

.price-plan-description {
    margin-bottom: 15px;
    min-height: 36px;
}

.price-plan-products {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    top: 30px;
    text-align: center;
    color: rgb(60, 0, 200, 1) !important;
}

.price-plan-list-item {
    border-top: 1px solid #eef2f7;
    padding: 0.75rem 0;
}

.price-button-grp {
    display: block;
    margin-top: 10px;
}

.dots {
    background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
    background-position: 0 14px;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
    display: block;
}

.searchbox {
    -webkit-appearance: searchfield;
    padding-top: 2px;
    width: 80%;
    padding-left: 10px;
    float: left;
    height: 34px;
    font-size: 16px;
    text-decoration: none;
    border-bottom: none !important;
    box-shadow: none !important;
    word-wrap: break-word;
    flex: 100%;
    padding-bottom: 5px;
}

.searchbar-main-div {
    margin-top: 20px;
    display: flex;
}

.search-selected {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.searchbar {
    border-radius: 0.75rem;
    width: 80%;
    margin: auto;
    height: 37px;
    margin-top: 15px;
    border: 1px solid lightgray;
    display: grid;
    padding: 5px 4px 0 16px;
    padding-left: 14px;
    max-width: 670px;
    background-color: white;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.searchbar-suggestions {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    width: 80%;
    max-width: 670px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
    background-color: white;
    padding: 5px 4px 0 16px;
    padding-left: 14px;
    padding-bottom: 5px;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    clip-path: inset(5px -25px -25px -25px);
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.searchbar-item {
    padding: 5px;
    padding-left: 30px;
    margin-left: -14px;
    margin-right: -4px;
    padding-left: 44px !important;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

form input[type="search"] {
    text-transform: lowercase;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input {
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border-width: 0 0 1px;
    border-color: black;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

.footer {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-width: 1180px;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer-item {
    width: 33%;
}

.footer-header {
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
}

.footer-info {
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0, 0.8);
}

.footer-link {
    display: block;
    cursor: pointer;
    line-height: 1.75;
    color: black;
}

.footer-link:hover {
    zoom: 1.2;
}

.social-media {
    margin: auto;
    text-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
}

.social-media-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px 5px;
    border: 1px solid lightgrey;
    border-radius: 100px;
    font-size: 10px;
}

.social-media-icon:hover {
    transform: scale(1.2, 1.2)
}

.cookie-consent-container {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    box-shadow: 0px -5px 50px rgb(0 0 0 / 20%);
    ;
}

.cookie-consent-buttons {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

@media only screen and (max-width: 1220px) {
    .workflow {
        max-width: 899px;
    }
}

@media only screen and (max-width: 1200px) {
    .source {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-us-text {
        font-size: 1rem;
    }

    .customer-reference-img {
        height: 25vh;
    }
}

@media only screen and (max-width: 1180px) {
    h1 {
        text-align: center;
    }

    .cookie-consent-container {
        flex-direction: column;
    }

    .cookie-consent-buttons {
        margin-left: unset;
        margin: auto;
        margin-top: 20px;
    }

    .two-block {
        display: block;
    }

    .two-block-fullwidth {
        flex-direction: column;
        max-width: 100vh;
    }

    .inside-breaker {
        margin-left: 10px;
        margin-right: 10px;
    }

    .inside-block {
        max-width: unset;
        min-width: unset;
    }

    .mobile-order1 {
        order: 1;
    }

    .mobile-order2 {
        order: 2;
    }

    .mobile-order3 {
        order: 3;
    }

    .margin-left {
        margin-left: 0px;
    }

    .first-buttons {
        margin-left: 0px;
    }

    .inside-block-left {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .price-plan-main {
        grid-template-columns: repeat(2, 1fr)
    }

    .customer-reference {
        padding: 10px 5px 10px 5px
    }

    .customer-reference-text {
        font-size: 0.6rem;
    }

    .additional-information {
        grid-template-columns: repeat(2, 3fr)
    }
}

@media only screen and (max-width: 830px) {
    .clinicwiz-menu-mobile {
        display: block;
        width: 100%;
        margin-right: 30px;
    }

    .clinicwiz-menu {
        display: none;
    }

    .main-menu {
        padding-left: 0;
        min-height: unset;
    }

    .clinicwiz-title {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .footer {
        flex-direction: column;
    }

    .footer-item {
        width: unset;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .social-media {
        display: flex;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }

    .footer-header {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 769px) {
    .about-us-first-div {
        margin-bottom: 0px !important;
    }

    .price-plan-main {
        grid-template-columns: repeat(1, 1fr)
    }

    .two-block-breaker {
        margin-top: 20px;
        order: 2;
    }

    .inside-block {
        padding: 20px;
    }

    .inside-block-right {
        margin-right: 0px;
    }

    .customer-reference-div {
        display: inline-grid;
        grid-template-columns: repeat(2, 2fr)
    }

    .remove-mobile-padding {
        padding: 0 !important;
    }

    .first-section-image-div {
        margin: auto;
    }
}

@media only screen and (max-width: 630px) {
    .additional-information {
        grid-template-columns: repeat(1, 6fr)
    }
}

@media only screen and (max-width: 600px) {
    .contact-us-logos {
        grid-template-columns: repeat(2, 2fr)
    }

    .contact-us-logos img {
        width: 125px;
    }

    .customer-reference-text {
        font-size: 0.5rem;
    }

    .additional-information {
        grid-template-columns: repeat(1, 6fr)
    }
}

@media only screen and (max-width: 600px) {
    .additional-information-div {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 350px) {
    .inside-block {
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .first-buttons {
        margin: auto;
        display: flex;
    }
}