:root {
    --bigstrip-color: #cc0099;
    --bigstrip-light-color: #ffffff;
    --bigstrip-bg-color: #dbdbdb;
    --bigstrip-size: 520px;
}

html {
    height: auto;
}

body {
    height: 100%;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    font: normal normal normal 16px/20px Neusa Next Std;
    font-style: normal;
    font-weight: 200;
    margin: 0px;
}

a {
    color: var(--bigstrip-color);
    text-decoration: underline;
}

ul {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}

body, html {
    height: 100%;
}

#app {
    background-color: #f5f5f5;
}

.bigstrip-step-headline {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.bigstrip-step-description {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.VueCarousel-dot-container, .VueCarousel-dot {
    margin-top: 2px !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.modaltor__overlay {
    background-color: unset !important;
}

.modaltor__panel {
    background-color: var(--bigstrip-light-color) !important;
}

.safari-fix .swiper-wrapper {
    display: flex !important;
}

.safari-fix .bigstrip-swiper {
    display: flex !important;
}

.safari-fix .DraggableThumbnail {
    height: auto !important;
}

.VueCarousel-pagination {
    background-color: var(--bigstrip-light-color) !important;
}