*,
::after,
::before {
    box-sizing: border-box;
}
[v-cloak] {
    display: none;
}

*, *::before, *::after {
    box-sizing: border-box; }

body {
    overflow-y: scroll;
    background-color: #FFFFFF;
    color: #797979;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0; }

ul {
    margin: 0;
    padding: 0; }
ul li {
    font-size: 1rem; }

img {
    max-width: 100%; }

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0; }

a {
    color: #444444;
    text-decoration: none; }
a:hover {
    color: #ff6d51;
    text-decoration: underline; }

.o-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 800px) {
    .o-col--md25 {
        flex: 0 0 25%;
        max-width: 25%; } }
@media (min-width: 800px) {
    .o-col--md33 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
@media (min-width: 800px) {
    .o-col--md50 {
        flex: 0 0 50%;
        max-width: 50%; } }
@media (min-width: 1200px) {
    .o-col--lg25 {
        flex: 0 0 25%;
        max-width: 25%; } }
@media (min-width: 1200px) {
    .o-col--lg33 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
@media (min-width: 1200px) {
    .o-col--lg50 {
        flex: 0 0 50%;
        max-width: 50%; } }
@media (min-width: 1200px) {
    .o-col--lg75 {
        flex: 0 0 75%;
        max-width: 75%; } }

.o-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
@media (min-width: 800px) {
    .o-container {
        max-width: 740px; } }
@media (min-width: 1200px) {
    .o-container {
        max-width: 1140px; } }

.o-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
@media (min-width: 800px) {
    .o-row {
        flex-direction: row; } }
.o-row--center-y {
    align-items: center; }

.c-btn {
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 1.25rem;
    text-transform: uppercase;
    transition: all .25s ease-in-out; }
.c-btn:hover {
    text-decoration: none; }
.c-btn__icon {
    margin-left: .5rem; }
.c-btn--accent {
    background-color: #F1C40F;
    color: #FFFFFF; }
.c-btn--accent:hover {
    background-color: #ff6d51;
    color: #FFFFFF; }
.c-btn--light {
    background-color: #FFFFFF;
    color: #444444; }
.c-btn--light:hover {
    background-color: #d9d9d9;
    color: #444444; }
.c-btn--outline {
    background-color: transparent;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 1;
    font-size: 1.5rem;
    padding: .55rem 1rem; }
.c-btn--outline:hover {
    color: #d9d9d9;
    border: 3px solid #d9d9d9; }
.c-btn--small {
    border-radius: 3px;
    font-size: 0.5625rem;
    padding: .55rem .75rem; }

.c-heading {
    color: #444444;
    line-height: 1.2;
    margin-bottom: 5px; }
.c-heading--level1 {
    font-size: 2.5rem;
    letter-spacing: -0.1rem; }
@media (min-width: 1200px) {
    .c-heading--level1 {
        font-size: 3.75rem; } }
.c-heading--level2 {
    font-size: 1.5rem; }
@media (min-width: 1200px) {
    .c-heading--level2 {
        font-size: 2.5rem; } }
.c-heading--level3 {
    font-size: 1rem; }
.c-heading--upper {
    text-transform: uppercase; }
.c-heading--white {
    color: #FFFFFF; }

.c-icon-box {
    text-align: center; }
.c-icon-box__image {
    margin-bottom: 15px; }
.c-icon-box__name {
    color: #F1C40F;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase; }
.c-icon-box__info {
    color: #797979;
    display: block;
    font-size: 0.75rem; }

.c-input {
    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 1.25rem;
    outline: none; }
.c-input::placeholder {
    color: #D1D1D1; }
.c-input::-moz-placeholder {
    color: #D1D1D1;
    opacity: 1; }
.c-input:-ms-placeholder {
    color: #D1D1D1; }
.c-input--newsletter {
    border-radius: 5px 0 0 5px;
    padding: .7rem 1.5rem; }

.c-label {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase; }

.c-list__item {
    margin-bottom: 12px; }

.c-list--unstyled {
    list-style-type: none; }

.c-nav {
    margin-bottom: 20px; }
@media (min-width: 1200px) {
    .c-nav {
        float: right;
        margin-bottom: 0; } }
.c-nav__item {
    color: #444444;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
.c-nav__item:hover {
    color: #444444; }
@media (min-width: 1200px) {
    .c-nav__item {
        display: inline-block;
        width: auto;
        margin-right: 40px; } }

.c-pagination__item {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px; }

.c-product-card {
    cursor: pointer;
    margin-bottom: 40px; }
.c-product-card__top {
    background-color: #FFFFFF;
    height: 310px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%; }
.c-product-card__picture {
    max-height: 300px;
    padding: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.c-product-card__cart {
    align-items: center;
    background-color: #F2F3F5;
    bottom: 15px;
    justify-content: space-between;
    display: flex;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 220px; }
.c-product-card__cart-icon {
    text-align: center;
    flex: 0 0 20%; }
.c-product-card__cart-text {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #797979;
    flex: 0 0 60%;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase; }
.c-product-card__meta {
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between; }
.c-product-card__color {
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    width: 12px; }
.c-product-card__color--one {
    background-color: #DABDFE; }
.c-product-card__color--two {
    background-color: #FEBDBD; }
.c-product-card__color--three {
    background-color: #FECFBD; }
.c-product-card__color--four {
    background-color: #BDE6FE; }
.c-product-card__color--five {
    background-color: #FEDABD; }
.c-product-card__color--six {
    background-color: #E6BDFE; }
.c-product-card__color--seven {
    background-color: #458A5C; }
.c-product-card__color--eight {
    background-color: #8A6245; }
.c-product-card__color--nine {
    background-color: #3F5587; }
.c-product-card__price {
    display: block;
    font-size: 1.125rem;
    font-weight: bold; }

.c-product-selector {
    display: inline-block; }
.c-product-selector__item {
    display: block;
    color: #444444;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
@media (min-width: 1200px) {
    .c-product-selector__item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 50px; } }

.t-clinic-locator {
    background: linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
    padding-bottom: 45px;
    padding-top: 40px; }
@media (min-width: 1200px) {
    .t-clinic-locator {
        background: url("../images/map.png") 10% 80% no-repeat, linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
        padding-top: 200px; } }
.t-clinic-locator__right {
    display: flex;
    justify-content: flex-end; }
.t-clinic-locator__content {
    width: 100%; }
@media (min-width: 1200px) {
    .t-clinic-locator__content {
        max-width: 500px;
        text-align: right; } }
.t-clinic-locator__heading {
    margin-bottom: 15px; }
.t-clinic-locator__subheading {
    color: #FFFFFF;
    margin-bottom: 40px; }
.t-clinic-locator__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 25px; }
.t-clinic-locator__btn {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0; }

.t-newsletter {
    background-color: #F2F3F5;
    padding-bottom: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px; }
@media (min-width: 1200px) {
    .t-newsletter {
        padding-left: 70px;
        padding-right: 70px; } }
.t-newsletter__wrapper {
    display: flex;
    flex-wrap: wrap; }
.t-newsletter__info {
    margin-bottom: 30px;
    width: 100%; }
@media (min-width: 1200px) {
    .t-newsletter__info {
        margin-bottom: 0;
        width: 45%; } }
.t-newsletter__form {
    width: 100%; }
@media (min-width: 1200px) {
    .t-newsletter__form {
        width: 55%; } }
.t-newsletter__heading {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 5px; }
.t-newsletter__subheading {
    display: block;
    font-size: 0.75rem; }
.t-newsletter__input {
    width: auto; }
@media (min-width: 800px) {
    .t-newsletter__input {
        width: 72%; } }
.t-newsletter__submit {
    border-radius: 0 5px 5px 0;
    margin-left: -2px;
    padding: .7rem 1.75rem; }

.t-our-advantages {
    padding-top: 60px; }
.t-our-advantages__item {
    margin-bottom: 40px; }
@media (min-width: 1200px) {
    .t-our-advantages__item {
        margin-bottom: 120px; } }

.t-our-company {
    padding-bottom: 60px;
    padding-top: 90px; }
.t-our-company__left {
    margin-bottom: 40px; }
@media (min-width: 800px) {
    .t-our-company__left {
        margin-bottom: 0; } }
.t-our-company__right {
    text-align: center; }
@media (min-width: 800px) {
    .t-our-company__right {
        padding-right: 30px;
        text-align: right; } }
.t-our-company__buttons {
    display: flex;
    flex-wrap: wrap; }
.t-our-company__btn {
    margin-right: 30px;
    margin-bottom: 25px; }

.t-post-list {
    background-color: #F2F3F5;
    padding-top: 40px;
    position: relative; }
@media (min-width: 1200px) {
    .t-post-list {
        height: 380px; } }
.t-post-list__content {
    padding-bottom: 40px; }
@media (min-width: 1200px) {
    .t-post-list__content {
        background-color: #F2F3F5;
        clip-path: ellipse(68% 450px at 50% 0);
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        z-index: 1000; } }
.t-post-list__item {
    margin-bottom: 40px; }
@media (min-width: 1200px) {
    .t-post-list__item {
        margin-bottom: 20px; } }
.t-post-list__image {
    margin-bottom: 25px;
    max-width: 349px;
    position: relative; }
.t-post-list__badge {
    background: linear-gradient(45deg, #3E5CC5 0%, #5B8AF8 100%);
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    padding: .5rem 1rem;
    position: absolute;
    top: 70%;
    text-transform: uppercase;
    right: 0; }

.t-product-list {
    background-color: #F2F3F5; }
.t-product-list .c-product-selector {
    margin-bottom: 50px;
    margin-top: 50px; }
.t-product-list .c-pagination {
    margin-bottom: 70px;
    margin-top: 40px; }

.t-promoted {
    padding-top: 80px; }
.t-promoted .o-row {
    margin-bottom: 30px; }
.t-promoted__item {
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 65px; }
.t-promoted__item--first {
    background-color: #F1C40F;
    padding-bottom: 70px;
    padding-top: 70px; }
@media (min-width: 800px) {
    .t-promoted__item--first {
        background: url("../images/promo-1.jpg") no-repeat; } }
@media (min-width: 1200px) {
    .t-promoted__item--first {
        padding-left: 70px; } }
.t-promoted__item--second {
    background-color: #2BB9D5; }
@media (min-width: 800px) {
    .t-promoted__item--second {
        background: url("../images/promo-2.jpg") no-repeat; } }
@media (min-width: 1200px) {
    .t-promoted__item--second {
        padding-left: 70px; } }
.t-promoted__item--second .c-btn {
    margin-top: 25px; }
.t-promoted__item--third {
    background-color: #F3BBC4; }
@media (min-width: 800px) {
    .t-promoted__item--third {
        background: url("../images/promo-3.jpg") no-repeat; } }
@media (min-width: 1200px) {
    .t-promoted__item--third {
        padding-left: 285px; } }
.t-promoted__item--third .c-btn {
    margin-top: 25px; }
.t-promoted__text {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2; }
.t-promoted__text--size1 {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 30px; }
.t-promoted__text--size2 {
    display: block;
    font-size: 1.5rem; }
.t-promoted__text--size3 {
    font-size: 1.5rem; }
.t-promoted__code .c-btn {
    margin-left: 20px; }

.t-shopper-info {
    padding-bottom: 70px;
    padding-top: 60px; }
.t-shopper-info__item {
    margin-bottom: 60px; }
@media (min-width: 1200px) {
    .t-shopper-info__item {
        margin-bottom: 0; } }

.t-site-footer {
    background-color: #444444; }
.t-site-footer .o-row {
    padding-bottom: 15px;
    padding-top: 40px; }
.t-site-footer__item {
    margin-bottom: 30px; }
@media (min-width: 1200px) {
    .t-site-footer__item {
        margin-bottom: 0; } }
.t-site-footer__item-last {
    width: 290px; }
@media (min-width: 1200px) {
    .t-site-footer__item-last {
        margin-left: 75px; } }
.t-site-footer__text {
    color: #FFFFFF;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 20px; }
.t-site-footer__link {
    color: #FFFFFF;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 12px; }
.t-site-footer__link:hover {
    color: #FFFFFF; }
.t-site-footer__address {
    padding-right: 40px; }
.t-site-footer__info {
    line-height: 2; }
.t-site-footer__links {
    display: flex; }
.t-site-footer__links-first {
    width: 55%; }
.t-site-footer__links-second {
    width: 45%; }
.t-site-footer__instagrams {
    margin-bottom: 15px; }
.t-site-footer__instagram {
    margin-right: 3px; }
.t-site-footer__copy {
    background-color: #F2F3F5;
    color: #444444;
    font-size: 0.5625rem;
    padding-bottom: 25px;
    padding-top: 25px; }

.t-site-header__top {
    background-color: #FFFFFF;
    padding-bottom: 20px; }
@media (min-width: 1200px) {
    .t-site-header__top {
        padding-bottom: 0; } }

.t-site-header__icons {
    text-align: center; }
@media (min-width: 1200px) {
    .t-site-header__icons {
        text-align: right; } }

.t-site-header__icon {
    display: inline-block;
    margin-left: 15px;
    position: relative; }

.t-site-header__number {
    background-color: #F1C40F;
    border-radius: 50%;
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -7px;
    text-align: center;
    width: 14px; }

.t-site-header__hero {
    background: linear-gradient(0deg, #004865 0%, #03597b 100%);
    color: #e8e8e8;
    padding-bottom: 80px;
    padding-top: 80px; }
@media (min-width: 1400px) {
    .t-site-header__hero {
        background: url("../images/header-fachmann.png") 15% 100% no-repeat, linear-gradient(0deg, #004865 0%, #03597b 100%);
        padding-bottom: 100px;
        padding-top: 100px; } }

@media (min-width: 1400px) {
    .t-site-header__hero-right {
        padding-left: 530px;
        padding-right: 0; } }

.t-site-header__intro-text {
    font-size: 1.5rem;
    text-transform: uppercase; }

.t-site-header__cta {
    margin-top: 50px; }

.u-bg-white {
    background-color: #FFFFFF; }

.u-bg-light {
    background-color: #F2F3F5; }

.u-white {
    color: #FFFFFF; }

.u-accent {
    color: #ff6d51; }

.u-mb-1 {
    margin-bottom: 10px; }

.u-mb-2 {
    margin-bottom: 20px; }

.u-mb-3 {
    margin-bottom: 30px; }

.u-text-center {
    text-align: center; }

.u-text-right {
    text-align: right; }

@media (min-width: 1200px) {
    .u-text-lg-right {
        text-align: right !important; } }

.c-btn {
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}
.c-btn:hover {
    color: #fff;
    text-decoration: none;
}

.c-btn--accent {
    background-color: #004865;
    color: #fff;
}


/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center; /* Center modal content vertically */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px;
}

/* Full Width Modal Content with Scrollable Overflow */
.modal-content-fwidth {
    background-color: #fefefe;
    margin: 15% auto; /* Adjust margin as needed */
    padding: 20px;
    border: 1px solid #888;
    max-width: 80vw; /* Adjust width as needed */
    max-height: 80vh; /* Adjust height as needed */
    overflow: auto; /* Add scrollbars if content overflows */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
input[type="password"],
input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.hellwig_button {
    font-size: 15px;
    font-weight: bolder;
    border-radius: 5px;
    background-color: #004865;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.hellwig_button:disabled {
    opacity: 0.5 !important;
    background: grey;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.table td,
.table th {
    position: relative;
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}
.table th {
    background-color: #e5e5e5;
    color: #616161;
}
tr:hover {
    background: #f6f6f6;
    cursor: pointer;
}
td small {
    padding: 3px;
    color: #575757;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff5d2;
}

.status_success {
    background-color: #c8f1c8;color: #036512;
}

.status_selected {
    background-color: #f3f3f3;

}

.status_warning {
    background-color: #fff5d2;
    color: #000000;
}

.status_error {
    background-color: #ffd5d5;
    color: #a70000;
}

@media (max-width: 500px) {
    .table thead {
        display: none;
    }
    .table,
    .table tbody,
    .table td,
    .table tr {
        display: block;
        width: 100%;
    }
    .table tr {
        margin-bottom: 15px;
    }
    .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
    }
    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
    }
}
.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.pagination a {
    cursor: pointer;
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: #2a9bf5;
    color: #fff;
    border-radius: 5px;
}
.pagination a.disabled {
    cursor: not-allowed;
    opacity: 0.4;
    color: #5c5c5c;
    border-radius: 5px;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.success-strip {
    text-align: center;
    padding: 8px;
    background-color: #c8f1c8;
    border-radius: 5px;
    color: #036512;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}

.warning-strip {
    text-align: center;
    padding: 8px;
    background-color: #fff5d2;
    border-radius: 5px;
    color: #000000;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}

.message-strip {
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 30px;
}
.lds-roller {
    transform: scale(1.5);
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0b7eaf;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -36ms;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -108ms;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -144ms;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -216ms;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -252ms;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -288ms;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.success-text {
    color: green;
}
.error-text {
    color: #bd2323;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


.hidden {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
    overflow: hidden;
}



.sbs--border {
    margin-top: 10px;
    display: flex;
    border: 1px solid #d1d5da;
    border-radius: 0.5rem;
}
.sbs--border li {
    list-style-type: none;
    flex: 1;
}
.sbs--border li:last-of-type .step::before, .sbs--border li:last-of-type .step::after {
    display: none;
}
.sbs--border li.finished > .step .indicator {
    background-color: #77b255;
    border-color: #77b255;
    color: #fff5d2;
}
.sbs--border li.finished > .step .description {
    color: #2f363d;
}


.check {
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 10px;
    border-bottom: 4px solid #fff5d2;
    border-right: 4px solid #fff5d2;
}

.clock {
    width: 30px;
    height: 30px;
    border: 2px solid #808080;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.clock::before,
.clock::after {
    content: '';
    position: absolute;
    border-top: 2px solid #808080;
    height: 0;
}
.clock::before {
    width: 14px;
    transform: rotate(90deg);
    bottom: 17px;
    right: 6px;
}
.clock::after {
    width: 10px;
    top: 13px;
    right: 2.5px;
}


/*active circle*/
.sbs--border li.active > .step .indicator {
    border-color: #d2d2d2;
    background: #fff5d2;
    color: #000000;
}
/*active text*/
.sbs--border li.active > .step .description {
    color: #a1752f;
}
.sbs--border li .step {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
}


.sbs--border li .step .indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 3rem;
    height: 3rem;
    border-radius: 5%;
    margin-right: 1rem;
    border: 2px solid #d1d5da;
    color: #8a94a1;
}


.sbs-description {
    font-size: 13px;
    color: grey;
}

.sbs--border li .step {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
}
.sbs--border li .step::before, .sbs--border li .step::after {
    content: "";
    height: 45px;
    width: 1px;
    background-color: #d1d5da;
    position: absolute;
    right: 0;
    top: 50%;
}
.sbs--border li .step::before {
    transform-origin: center bottom;
    transform: translateY(-100%) rotate(-25deg);
}
.sbs--border li .step::after {
    transform-origin: center top;
    transform: rotate(25deg);
}

.ti_truck:before, .ti_truck-wheel:before, .ti_truck-bumper:before, .ti_truck-window:before, .ti_truck__road:before, .ti_truck__cloud:before, .ti_truck:after, .ti_truck-wheel:after, .ti_truck-bumper:after, .ti_truck-window:after, .ti_truck__road:after, .ti_truck__cloud:after {
    content: '';
    position: absolute;
    display: block;
}


.ti {
    transform: scale(0.7);
    background-color: #fff5d2;
    width: 150px;
    height: 100px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 1%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.ti * {
    display: block;
}

.ti_truck {
    width: 140px;
    height: 75px;
    border: 3px solid #3d3d3d;
    border-left: 0;
    position: absolute;
}
.ti_truck:before {
    background-color: #fff5d2;
    width: 35px;
    height: 50px;
    top: -3px;
    left: 0;
}
.ti_truck:after {
    background-color: #3d3d3d;
    width: 3px;
    height: 20px;
    bottom: 0;
    left: 0;
}
.ti_truck-wheel {
    background-color: #3d3d3d;
    border: 5px solid #fff5d2;
    width: 25px;
    height: 25px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -18px;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.ti_truck-wheel.wheel-left {
    left: 15px;
    animation: wheel-left-effect 1s infinite;
}
.ti_truck-wheel.wheel-right {
    right: 10px;
    animation-name: wheel-right-effect;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 1.4s;
}
.ti_truck-wheel:before {
    background-color: #00e6fe;
    border: 5px solid #fff5d2;
    width: 9px;
    height: 9px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 3px;
    left: 3px;
}
.ti_truck-wheel:after {
    background-color: #fff5d2;
    width: 5px;
    height: 5px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 10px;
    left: 10px;
}
.ti_truck-bumper {
    border-color: #3d3d3d;
    border-style: solid;
    border-width: 0 3px 3px 0;
    width: 5px;
    height: 20px;
    position: absolute;
    bottom: 20px;
}
.ti_truck-bumper:before, .ti_truck-bumper:after {
    background-color: #3d3d3d;
    width: 3px;
}
.ti_truck-bumper:before {
    height: 15px;
    top: -11px;
    left: 11px;
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.ti_truck-bumper:after {
    height: 31px;
    top: -36px;
    left: 25px;
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.ti_truck-window {
    border: 2px solid #3d3d3d;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 5px;
}
.ti_truck-window:before {
    background-color: #3d3d3d;
    width: 2px;
    height: 25px;
    left: 2px;
    top: -3px;
    z-index: 1;
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.ti_truck-window:after {
    background-color: #fff5d2;
    width: 10px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.ti_truck-sticker {
    position: absolute;
    height: 5px;
    width: 30px;
    top: 13px;
    border-width: 2px 0;
    border-style: solid;
    border-color: #3d3d3d;
    right: 0;
}
.ti_truck__road {
    background-color: #3d3d3d;
    width: 140px;
    height: 3px;
    position: absolute;
    bottom: -20px;
}
.ti_truck__road:before, .ti_truck__road:after {
    background-color: #fff5d2;
    width: 4px;
    height: 3px;
    bottom: 0;
    z-index: 1;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.ti_truck__road:before {
    left: 5px;
    animation: road-before-effect 2s infinite;
}
.ti_truck__road:after {
    left: 15px;
    width: 6px;
    animation: road-after-effect 1s infinite;
}
.ti_truck__cloud {
    width: 28px;
    height: 26px;
    -moz-border-radius: 100% 100% 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100% 100% 0 0;
    border: 2px solid #3d3d3d;
    border-right-color: #fff5d2;
    border-left-color: #fff5d2;
    position: absolute;
    top: -48px;
    left: -50px;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    animation: cloud-effect 2s infinite;
}
.ti_truck__cloud:before, .ti_truck__cloud:after {
    width: 23px;
    height: 23px;
    border: 2px solid #3d3d3d;
    top: 1px;
}
.ti_truck__cloud:before {
    -moz-border-radius: 100% 20px 0 100%;
    -webkit-border-radius: 100%;
    border-radius: 100% 20px 0 100%;
    border-right-color: #fff5d2;
    left: -18px;
}
.ti_truck__cloud:after {
    -moz-border-radius: 100% 100px 20px 0;
    -webkit-border-radius: 100%;
    border-radius: 100% 100px 20px 0;
    border-left-color: #fff5d2;
    left: 21px;
}

@keyframes road-before-effect {
    from {
        left: 5px;
    }
    to {
        left: 100%;
    }
}
@keyframes road-after-effect {
    from {
        left: 15px;
        width: 20px;
    }
    to {
        left: 100%;
        width: 6px;
    }
}
@keyframes cloud-effect {
    from {
        left: -50px;
    }
    to {
        left: 200px;
    }
}
@keyframes wheel-left-effect {
    from {
        bottom: -16px;
    }
    to {
        bottom: -18px;
    }
}
@keyframes wheel-right-effect {
    from {
        bottom: -14px;
    }
    to {
        bottom: -18px;
    }
}

code{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    width: 765px;
    margin: 15px 0 0 0;
    padding: 20px;
    border: 0;
    border: 1px dotted #785;
    background: #f5f5f5;
    line-height: 1.4;
    font-size:14px;
}

hr {
    border: 0; /* Remove default border */
    border-top: 1px solid #d3d3d3; /* Light grey color */
    margin: 20px 0; /* Optional: Add margin for spacing */
}
input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 56px;
}

input[type="date"]::-webkit-datetime-edit-month-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 31px;
}


input[type="date"]::-webkit-datetime-edit-day-field{
    position: absolute !important;
    color:#000;
    padding: 2px;
    left: 4px;
}



.popover__wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
}
.popover__content {
    opacity: 0;
    max-height: 600px;
    overflow-y: auto;
    visibility: hidden;
    position: absolute;
    left: -150px;
    transform: translate(0, 10px);
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 500px;
}
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ff6d51 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
    text-align: center;
}

.comment {
    text-decoration: none !important;
    padding: 10px;
    font-size: 10px !important;
    border-bottom: 1px solid #bdbdbd;
}
.comment:hover {
    text-decoration: none !important;
    background: #e7e7e7;
}

.comment_badge {
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    background-color: #ff6d51;
    border-radius: 50px;
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}