div,
p,
a,
li,
td,
span {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    padding: 0px !important;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

/*-----------------*/
/*---- BACKEND ----*/
/*-----------------*/

/* BACKEND RESPONSIVE IMAGES */

.bh-bemode .nl-picture-wrapper {
    position: relative;
}
.bh-bemode.bhe-state-editing .nl-picture-responsive-switch {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 80px;
    height: 30px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}
.bh-bemode:not(.bhe-state-editing) .nl-picture-responsive-switch {
    display: none;
}
.nl-picture-responsive-switch-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
}
.nl-picture-responsive-switch-icon {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9f9f9f;
    color: white;
    cursor: pointer;
}
.nl-picture-responsive-switch-icon {
    background-color: #9f9f9f;
    color: white;
}
.nl-picture-responsive-switch-icon.active {
    background-color: #c8f876;
    color: #3e4743;
}
.nl-picture-responsive-switch-icon-desktop {
    border-radius: 15px 0px 0px 15px;
}
.nl-picture-responsive-switch-icon-mobile {
    border-radius: 0px 15px 15px 0px;
}
.nl-picture-responsive-switch-icon-icon {
    font-family: "bakehouse-iconset" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.bh-bemode img.img-for-desktop.hide {
    display: none !important;
}
.bh-bemode img.img-for-mobile.show {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* BACKEND SVG */
.nl-picture-svg-wrapper {
    position: relative;
    overflow: hidden;
}
.nl-picture-svg-message {
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background: rgba(244, 80, 30, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    text-align: left;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    pointer-events: none;
    padding: 12px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.nl-picture-svg-message-icon {
    margin-right: 10px;
}
.nl-picture-svg-message-icon:before {
    color: #ffffff;
}
img.nl-picture-svg {
    opacity: 0.5;
}

/* CROP FAIL WARNING */
.crop-fail-warning {
    width: 100%;
    height: auto;
    padding-top: 45%;
    background-image: url("../Images/nl-no-img-pattern.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}
.crop-fail-warning-content {
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background: rgba(244, 80, 30, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    text-align: left;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: white;
    pointer-events: none;
    padding: 12px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.crop-fail-warning-icon {
    margin-right: 10px;
}
.crop-fail-warning-icon:before {
    color: white;
}
.bhImageInner.current-editing-property .crop-fail-warning {
    display: none;
}
