.templatebuilder_PLUG_element_dropzone_DropZone {
    justify-content: inherit;
    display: contents;
    flex-direction: inherit;
    align-items: inherit;
    height: fit-content;
    width: 100%;
    cursor: auto;
}

.templatebuilder_PLUG_element_dropzone_DropZone:empty {
    display: flex;
}

.templatebuilder_PLUG_element_dropzone_DropZone:empty::before {
    padding: 40px;
    display: flex;
    text-align: center;
    white-space: pre;
    line-height: 20px;
    justify-content: center;
    width: 100%;
    outline: var(--tin-neutral400) dotted 2px;
    box-sizing: border-box;
}

.templatebuilder_PLUG_element_dropzone_DropZone:hover:empty::before {
    outline: var(--tin-avacado500) dotted 2px;
}

.templatebuilder_PLUG_element_static_accordion_Item {
    word-wrap: break-word;
}

.templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header {
    list-style-type: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    width: auto;
}

/* Safari marker fix */
.templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header::marker,
.templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header::-webkit-details-marker {
    display: none;
}

.templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header::after {
    content: '  ';
    float: right;
    width: 20px;
    height: 20px;
    align-self: center;
    margin-left: auto;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
}


.templatebuilder_PLUG_element_static_accordion_Item_HeaderText {
    margin-right: 25px;
    flex-grow: 1;
}

@media only screen and (min-width: 992px) {
    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-chevrons::after {
        mask-image: url('/jscore/images/controls/CollapsibleDownArrow.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/jscore/images/controls/CollapsibleDownArrow.svg');
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-chevrons::after {
        transform: rotate(180deg);
    }

    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-plusAndMinus::after {
        mask-image: url('../cssImages/uicore/builder/Plus.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('../cssImages/uicore/builder/Plus.svg');
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-plusAndMinus::after {
        mask-image: url('../cssImages/templatebuilder/inputs/accordion/AccordionElementMinus.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('../cssImages/templatebuilder/inputs/accordion/AccordionElementMinus.svg');
        -webkit-mask-repeat: no-repeat;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-tablet-chevrons::after {
        mask-image: url('/jscore/images/controls/CollapsibleDownArrow.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/jscore/images/controls/CollapsibleDownArrow.svg');
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-tablet-chevrons::after {
        transform: rotate(180deg);
    }

    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-tablet-plusAndMinus::after {
        mask-image: url('../cssImages/uicore/builder/Plus.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('../cssImages/uicore/builder/Plus.svg');
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-tablet-plusAndMinus::after {
        mask-image: url('../cssImages/templatebuilder/inputs/accordion/AccordionElementMinus.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('../cssImages/templatebuilder/inputs/accordion/AccordionElementMinus.svg');
        -webkit-mask-repeat: no-repeat;
    }
}

@media only screen and (max-width: 575px) {
    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-mobile-chevrons::after {
        mask-image: url('/jscore/images/controls/CollapsibleDownArrow.svg');
        mask-repeat: no-repeat;
        -webkit-mask: url('/jscore/images/controls/CollapsibleDownArrow.svg') no-repeat;
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-mobile-chevrons::after {
        transform: rotate(180deg);
    }

    .templatebuilder_PLUG_element_static_accordion_Item > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-mobile-plusAndMinus::after {
        mask-image: url('../cssImages/uicore/builder/Plus.svg');
        mask-repeat: no-repeat;
        -webkit-mask: url('/ASSET/uicore/images/builder/Plus.svg');
        -webkit-mask-repeat: no-repeat;
    }

    .templatebuilder_PLUG_element_static_accordion_Item[open] > .templatebuilder_PLUG_element_static_accordion_Item_Header.templatebuilder_PLUG_element_static_accordion_Item_Header-mobile-plusAndMinus::after {
        mask-image: url('../cssImages/templatebuilder/inputs/accordion/AccordionElementMinus.svg');
        mask-repeat: no-repeat;
        -webkit-mask: url('/ASSET/templatebuilder/images/inputs/accordion/AccordionElementMinus.svg');
        -webkit-mask-repeat: no-repeat;
    }
}

.ContentDirectionRow-desktop > .templatebuilder_PLUG_element_static_Divider.dividerOrientationVertical-desktop.dividerSizeAuto-desktop,
.ContentDirectionRow-tablet > .templatebuilder_PLUG_element_static_Divider.dividerOrientationVertical-tablet.dividerSizeAuto-tablet,
.ContentDirectionRow-mobile > .templatebuilder_PLUG_element_static_Divider.dividerOrientationVertical-mobile.dividerSizeAuto-mobile {
    height: auto !important;
    align-self: stretch;
}


.templatebuilder_PLUG_element_static_Image img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.templatebuilder_PLUG_element_static_Image svg:not(:root) {
    overflow: hidden;
}

.templatebuilder_PLUG_element_static_Image_PictureElement {
    display: flex;
}

.templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image_Img {
    width: 100%;
    height: 100%;
}

.templatebuilder_PLUG_element_static_Image_Img {
    align-self: flex-start;
    object-fit: contain;
}

.templatebuilder_PLUG_element_static_Image.autoWidth,
.templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_Img {
    width: fit-content;
}

.templatebuilder_PLUG_element_static_Image.autoHeight,
.templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_Img {
    height: fit-content;
}

.templatebuilder_PLUG_element_static_Image_BoldLabel .templatebuilder_element_editor_GridFieldLabel {
    font-weight: bold;
}

@supports (-webkit-hyphens:none){
    .templatebuilder_PLUG_element_static_Image_PictureElement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .templatebuilder_PLUG_element_static_Image.autoWidth,
    .templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_PictureElement,
    .templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_Img {
        width: auto;
    }

    .templatebuilder_PLUG_element_static_Image.autoHeight,
    .templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_PictureElement,
    .templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_Img {
        height: auto;
    }
}

