/*
--------
GENERAL
--------
 */


.alert.alert-dzm.dzm-opc-hint{
    font-weight: bolder;
    padding: 25px 0 5px 0;
    border-bottom: 1px solid #e2e5e9;
    border-radius: 0;
    font-size: 1.2rem;
    margin-bottom: 35px;
}
.alert.alert-dzm {
    border: 0;
    box-shadow: unset;
    padding: 10px 0 0 0;
}

.alert-clean {
    padding:0;
    box-shadow: none;
    margin:15px 0;
    opacity: .85;
}

#opc .modal .alert h1, #opc .modal .alert h2, #opc .modal .alert h3, #opc .modal .alert h4, #opc .modal .alert h5, #opc .modal .alert h6 {
    font-weight: bolder;
}

#opc #configModal .modal-dialog .checkbox-standalone {
    background-color: #F5F7FA;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 16px;
}

#opc #configModal .modal-dialog {
    width:900px;
}

.dzm-opc-hint-headline{
    font-size: 1.25rem;
    padding-left: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.dzm-opc-hint{
    font-size: 1.1rem;
    padding-left: 0;
    font-weight: 900;
}

/*.niu-backdrop.show {

    opacity: 0!important;
    pointer-events: none!important;
}

.niu-popup-container.show {
    pointer-events: none!important;
}

.niu-sidebar.show {
    pointer-events: all!important;
}*/

.opc-portlet-toolbar {
    z-index: 9000!important;

}

/*
--------
DZM OPC EDITOR STYLES
--------
 */


.dzm-opc-nav-tabs .nav-tabs{
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.dzm-opc-nav-tabs .nav-link {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.dzm-opc-nav-tabs .nav-link::after {
    border-width: 0 0 1px !important;
}


/*
--------
DZM OPC BLUEPRINT WRAPPER
--------
 */


.dzm-blueprint-wrapper {
    background-color:#fbfbfb;
    padding:25px 20px;
    border-radius: 10px;
    position: relative;
    transition: background-color .3s ease;
}

.dzm-plugin-info-item {
    background-color:#ececec;
    color:#032430;
    padding:3px 12px;
    font-size: .65rem;
    display: inline-flex;
    border-radius: 4px;
}

/*.dzm-plugin-info-item.dzm-opc-plus-tag {
    background-color: #136e4d;
}

.dzm-opc-plus-tag span:before {
    color:white !important;
}

.dzm-plugin-info-item.dzm-opc-plus-tag a {
    color:white !important;
}*/

.dzm-blueprint-item {
    border:1px dashed #c3c7cb;
    padding: 10px;
    border-radius: 10px;
    opacity: 1;
    position:relative;
    background-color:#fff;
    margin-bottom: 10px;
    transition: all .3s ease-in-out
}


.dzm-blueprint-item:hover {
    opacity: 1;
    z-index: 2;
}

.dzm-blueprint-wrapper:hover {
    background-color: #f7f7f7;
    transition: background-color .3s ease;
}

#main-wrapper {
    position: relative;
}

.bluePrintBackdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c1cad380;
    backdrop-filter: blur(4px);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}





.dzm-plugin-info-opc span:before {
    content: '\F4B5';
    font-family: 'bootstrap-icons', sans-serif;
    color:#21956b;
    display: inline-flex;
    transform: translateY(2px);
    margin-right: 3px;
}

.dzm-plugin-info-opc a {
    color:#032430;
    text-decoration: none !important;
}


/*
--------
SPLIDE
--------
 */
/*AUS DZMImageSlider*/
.splide__pagination--ttb{
    align-items: unset;
}

/*allgemein*/
.splide__arrow {
    height:5rem!important;
    border-radius: .05rem!important;
    opacity: 1!important;
    background: rgba(255, 255, 255, 0.16)!important;
}
.splide__arrow svg {
    fill: rgba(0, 0, 0, 0.5) !important;
    height: 1rem;
    transition: fill .2s linear;
    width: 1rem;
    /*transform: translateX(4px);*/
}

.splide__arrow:hover:not(:disabled) svg {
    fill: rgba(0, 0, 0, 0.85) !important;
}

.splide__arrow--prev svg {
    /*transform: scale(-1) translateX(4px);*/
    transform: scale(-1);
}

.splide__pagination__page {
    border-radius: 3px!important;
    height: 6px!important;
    width: 10px !important;
    /*width: 5px!important;*/
    transition: all 0.5s ease-in-out!important;
    opacity: 1!important;
}

.splide__pagination__page.is-active {
    width: 25px !important;
    transform: unset!important;
    transition: all 0.5s ease-in-out;
    background: var(--primary) !important;
}

.splide__arrow--next {
    right:0;
}

.splide__arrow--prev {
    left:0;
}


@media screen and (min-width: 991px) {


    .splide__arrow--prev {
        left: -2rem;
    }

    .splide__arrow--next {
        right: -2rem;
    }

}


/*
-------
DZM Notices
-------
 */

/* STYLE 2*/

.dzm-notice-bordered {
    padding:10px 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;

}

/* STYLE 3*/

.dzm-notice-full {
    padding: 0.75rem 1.25rem;
    background-color:#f9f9f9;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.dzm-notice-card {
    padding:10px 25px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    border-radius:4px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.dzm-notice-clean {
    padding:10px 0;
}

/*
--------
DZMRichtextPlus & DZMRichtextVariables
--------
 */
.dzm-rtp-wrapper{
    position: relative;
}
.dzm-crop-text.dzm-collapsed{
    text-overflow: ellipsis ;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(white, transparent);
    transition: all 1s ease-in-out;
}
.dzm-crop-text.dzm-collapsed.crop-s{
    max-height: 5vh;
}
.dzm-crop-text.dzm-collapsed.crop-m{
    max-height: 10vh;
}
.dzm-crop-text.dzm-collapsed.crop-l{
    max-height: 20vh;
}
@media (max-height:850px) {
    .dzm-crop-text.dzm-collapsed.crop-s{
        max-height: 10vh;
    }
    .dzm-crop-text.dzm-collapsed.crop-m{
        max-height: 20vh;
    }
    .dzm-crop-text.dzm-collapsed.crop-l{
        max-height: 30vh;
    }
}

.dzm-crop-text{
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    -webkit-mask-image: none;
    max-height: 100vh;
}

/*
--------
Blueprint Store @ OPC Editor
--------
 */

.opc-bps-btn{
    border-radius: 25px;
    color: white;
    font-weight: 700;
}

.opc-bps-wrapper {
    background-color:white;
}

#btnImportBlueprint{
    bottom:280px!important;
}


/*
--------
DZM ConsentScript
--------
 */

.dzm-consc-wrapper{
    width: 100%;
    border: 1px dashed #146f63;
    border-radius: 5px;
    padding: 1rem;
    position: relative;
}
#dzm-consc-no-script:before{
   content: 'Script: Kein Skript gewählt';
    background: #146f63;
    color:white;
    font-weight: bold;
   position: absolute;
   top: -27px;
   left: 10px;
   padding: 2px 15px;
   border-radius: 5px 5px 0 0;
}

#dzm-elfwdg-no-script:before{
    content: 'Widget: Kein Widget gewählt';
    background: #f92e62;
    color:white;
    font-weight: bold;
    position: absolute;
    top: -27px;
    left: 10px;
    padding: 2px 15px;
    border-radius: 5px 5px 0 0;
}

.dzm-cookie-alert {
    border: 1px dashed #c5cede;
    color: #6b717d;
    cursor: pointer;
    background: transparent;
    transition: all 0.6s ease;
}
.dzm-cookie-alert:hover{
    scale: 105%;
    background: white;
    border:1px solid #c5cede
}



.dzm-cookie-alert-content a {
    color: #6b717d;
    font-weight: bold;
}

/*
--------
DZM ELFSIGHT
--------
 */
.eapps-widget-toolbar{
    overflow: hidden;
}

/*
--------
DZM PopUp Container
--------
 */



.dzm-popup-container {
    position: fixed;
    background: transparent;
    z-index: 2001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 80vh;
    margin: auto;
    max-width: fit-content;
    height: fit-content;
    min-height: 10vh;
    transition: all 0.5s ease;
    translate: 0 100px;
    opacity: 0;
    pointer-events: none;
}

.dzm-popup-container-preview {

    background: transparent;
    position: relative;
    margin: auto;
    width: fit-content;
    height: fit-content;
    min-width: 30vw;
    min-height: 10vh;

}

.dzm-popup-container-preview:before {
    content: "Preview Popup Container";

}
.dzm-popup-button-preview:before{
    content: "Preview Popup Trigger Button"
}

.dzm-preview-frame{
    padding: 1rem;
    border: 1px dashed #146f63;
    border-radius: 15px;

    height: fit-content;
    margin: 2.5rem auto;


}
.dzm-preview-frame:before{
    border-top: 1px dashed #146f63;
    border-left: 1px dashed #146f63;
    border-right: 1px dashed #146f63;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
    position: absolute;
    translate: 9px -44px;
    font-size: 10px;
    font-weight: bold;
}

.dzm-popup-container.show {
    translate: 0 0;
    opacity: 1;
    pointer-events: all;

}

.dzm-popup-close-btn {
    border: unset;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: black;
    color: white;
    position: absolute;
    right: 4px;
    top: -12px;
    z-index: 3000;
    transition: all 0.3s ease-in-out;
}
.dzm-popup-close-btn:hover {

    rotate: 180deg;


}

.dzm-popup-content-wrapper{
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    height: fit-content;
}


/*
--------
DZM Countdown Plus
--------
 */

.dzm-cpd-counter-wrapper {
   /* padding:2px 5px;*/
    border-radius: 3px;
    font-weight: bold;
}

/*
--------
DZM Progressbar
--------
 */

.dzm-pb{
    height: 20px;
    width: 0%;
    position: relative;
    background: #A9A29D;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0;

}



[data-dzm-pb-progress]{

    /*background: #BFD037;*/
    height: 100%;
    transition: width 0.1s ease;
    width: 0;
    position: absolute;

}

.dzm-pb.dzm-pb--no-animation
,.dzm-pb--no-animation [data-dzm-pb-progress]
,.dzm-pb--no-animation [data-dzm-pb-marker]
{
    transition: unset!important;
}


[data-dzm-pb-marker]{
    width: 2px;
    height: 100%;
    /*background-color: white;*/
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top:0;
}
.dzm-pb__marker-icon{
    position: absolute;
    top: -10.5px;
    border: 3px solid white;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
    opacity: 1;
    /*background: #A9A29D;*/
    /*color: white;*/
    transition: all 0.3s ease;
    cursor: pointer;
}
.dzm-pb__marker-tooltip{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(-50%, 100%);
}
.dzm-pb:hover .dzm-pb__marker-icon{
    opacity: 0.3;
    z-index: 100;
}
.dzm-pb:hover .dzm-pb__marker-icon:hover{
    opacity: 1;
}
.dzm-pb:hover .dzm-pb__marker-icon:hover + .dzm-pb__marker-tooltip{
    opacity: 1;
}

[data-dzm-pb-marker].done .dzm-pb__marker-icon{
   /* background: #BFD037;*/

}

[data-dzm-pb-goal]{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}


/*
--------
#SKELETON MARKUP
--------
 */

.dzm-skeleton {
    background-color:#e5e5e5;
    border-radius:5px;
    display:block;
}

.dzm-skeleton--wrapper {
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.dzm-skeleton--image {
    height:220px;
    width:100%;
}

.dzm-skeleton--headline {
    width:50%;
    height:20px;
    margin-bottom:10px;
}

.dzm-skeleton--text {
    width:70%;
    height:20px;
}

.dzm-skeleton--price {
    width:15%;
    height:20px;
    margin-top:10px;
}

.tooltip{
    z-index: 999999!important;
}
.dzm-pb__marker-icon--hide{
    background: transparent!important;
    color: transparent!important;
    border: unset!important;
}

/*
--------
#SKELETON BOX
--------
 */
.skeleton-box {
    display: inline-block;
    height: inherit;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
            90deg,
            rgba(255,255,255, 0) 0,
            rgba(255,255,255, 0.2) 20%,
            rgba(255,255,255, 0.5) 60%,
            rgba(255,255,255, 0)
    );
    animation: shimmer 1.5s infinite;
    content: '';
}


@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}