#previewImageFromIframe {


    @media (min-width: 992px) {
        max-width: 400px;
    }
}

#previewImageFromIframe::after {
    content: 'x';
    background: red;
    width: 100%;
    height: 100%;
    position: absolute;
}

input[type="file"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0.1px;
    height: 0.1px;
}

.step {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    flex-grow: 1;
}

.step .row {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
}

.step p {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.step .digit {
    padding-right: 20px;
}

.btn.btn-white {
    background: #c8aa22;
    color: #fff;
    font-size: 13px !important;
    padding: 8px !important;
    min-height: auto;
    justify-content: center;
    display: inline-flex;
    min-width: auto;
    width: 100%;
    border-radius: 4px;
}

[name="selectedText"], [name="format"] {
    display: none;
}

.btn.btn-primary:hover:not(.btn-active), input[type="radio"]:checked + label {
    background: #786614 !important;
    color: #fff;
}

legend {
    font-size: 21px;
    font-weight: bold;
}

fieldset .btn {
    justify-content: unset
}

.field-group {
    line-height: 0;
}

.step--content {
    padding-left: 20px;
}

.text-left {
    text-align: left !important;
}

.row .col-1 {
    max-width: 50px;
}

.logo-image {
    //width: 37px;
    display: inline-block;
    //margin-right: 15px;
}

.logo-text {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    font-family: dvag-type,sans-serif;
    color: #fff;
    display: inline-block;
}

.logo-text p {
    margin-bottom: 0;
}

.header-logo {
    align-items: center;
    display: flex;
}

.image-wrapper {
    width: 100%;
    margin-top: -20px;
    min-height: 330px;
    position: relative;
}

.image-wrapper img {
    z-index: 10;
    position: relative;
    background: white;
    border-radius: 4px;
}

.image-wrapper img {
    width: 100%;
}

.headline-text {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    font-size: 13px !important;
    line-height: 1.5;
}

.headline-text .number {
    font-size: 18px;
    line-height: 1.02;
}

.logo-container {
    margin-top: 20px;
}

.logo-container .logo-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo-container .logo-box .logo-item {
    flex: 1 0 20%;
    width: 20%;
}

.wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.slogan-container label {
    line-height: 1.15 !important;
    text-align: center !important;
    height: 100%;
}

.slogan-container {
    height: 100%;
}

.menu-link {
    color: #000;
}

.menu-link:hover {
    color: white !important;
}

.loading-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

.loading-inner {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border: 6px solid white;
    border-top: 6px solid black;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    z-index: 5;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    body {
        background: none !important;
    }

    #mobilephone {
        background: url('/assets/images/background.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 583px;
        height: 1200px;
        z-index: 10;
        position: absolute;
    }

    .image-wrapper {
        text-align: center;
    }

    .col-12 {
        max-width: 475px;
        margin: 0 auto;
    }

    #background {
        background: #f2f2f2;
        width: 583px;
        height: 1200px;
        z-index: 1;
        position: absolute;
    }

    .logo-container {
        padding-top: 20px;
        max-width: 550px;
        margin: 0 auto;
    }

    #kt_header {
        display: block;
    }

    .wrapper {
        max-width: 557px;
    }

    #mobile-wrapper {
        transform: scale(0.95);
        z-index: 100;
        width: 583px;
    }

    /*.loading-wrapper {
        width: 380px;
        height: 475px;
    }*/
}

[data-bs-theme=light] body:not(.app-blank):before {
    background: none !important;
}

.debug {
    width: 1080px !important;
    height: 1080px !important;
    transform: scale(0.5) !important;
    visibility: visible !important;
}

.loading-wrapper.active {
    z-index: 99;
    background: #0000004d;
}

.loading-wrapper.inactive {
    display: none;
}

.loading-wrapper.initial {
    margin-top: 50%;
}

[data-bs-theme=light] body:not(.app-blank) {
    background: #FFFFFF;
}

.logo-default {
    width: 100%;
    max-width: 45px;
    padding: 20px 0;
}

.header {
    height: unset !important;
}

a:hover, .menu-link:hover {
    color: #870047 !important;
}

#imageholder {
    -webkit-box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.54);
    box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.18);
}
