﻿/*
.html-builder .display [HtmlBuilderTag] {
    border: 1px #c7c7c7 dashed;
    padding: 10px;
    border-radius: 5px;
}
*/
.html-builder .display [HtmlBuilderTagEmpty] {
    border: 1px #c7c7c7 dashed;
    padding: 10px;
    border-radius: 5px;
}

.html-builder .display [HtmlBuilderTagSelected] {
    border: 1px #7ABF4E dashed;
    outline-color: #7ABF4E;
    outline-width: 1px;
    outline-style: solid;
    position: relative;
    z-index: 10;
}

.html-builder .display [HtmlBuilderText] {
    transition: border-left 0.3s ease;
}


.html-builder .display [HtmlBuilderTextEmpty] {
    border-left: 5px solid #c7c7c7;
    padding-left: 5px;
    min-height: 20px;
}

.html-builder .display [HtmlBuilderTextSelected] {
    border-left: 5px solid #85bcff;
    padding-left: 5px;
    position: relative;
    z-index: 10;
}
/*.html-builder .display div:hover {
    outline-color: #0cbcff8a;
    outline-width: 2px;
    outline-style: solid;
}


.he-cols.he-cols-3 > * > * {
    --he-column: 0;
}

.he-cols.he-cols-4 > * > * {
    --he-column: 0;
}

.he-cols.he-cols-5 > * > * {
    --he-column: 0;
}
.he-cols.he-cols-6 > * > * {
    --he-column: 0;
}

.he-cols.he-cols-3 > * {
    --he-column: 3;
}
.he-cols.he-cols-4 > * {
    --he-column: 4;
}
.he-cols.he-cols-5 > * {
    --he-column: 5;
}
.he-cols.he-cols-6 > * {
    --he-column: 6;
}*/
/*.he-gap.he-gap-10 > * > * {
    --he-gap: initial;
}
.he-gap.he-gap-20 > * > * {
    --he-gap: initial;
}
.he-gap.he-gap-30 > * > * {
    --he-gap: initial;
}

.he-gap.he-gap-10  {
    gap: 10px;
}
.he-gap.he-gap-10 > * {
    --he-gap: 10px;
}
.he-gap.he-gap-20 {
    gap: 20px;
}
.he-gap.he-gap-20 > * {
    --he-gap: 20px;
}

.he-gap.he-gap-30 {
    gap: 30px;
}
.he-gap.he-gap-30 > * {
    --he-gap: 30px;
}

.he-display-cols {
    display: flex;
    flex-wrap: wrap;
}

.he-display-cols > * {
    width: 100%;
}

.he-display-cols > * {
    width: calc( (100% - (  var(--he-gap, 0px) * (var(--he-column, 1) - 1) )  ) / var(--he-column, 1) );
    flex:0 0 auto;
}*/
.he-display-grid {
    display: grid;
}

.he-display-flex {
    display: flex;
}

.he-display-block {
    display: block;
}

.he-template-columns-repeat-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.he-template-columns-repeat-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.he-template-columns-repeat-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.he-template-columns-repeat-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.he-template-columns-repeat-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.he-template-columns-repeat-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.he-template-columns-repeat-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.he-template-columns-repeat-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.he-template-columns-repeat-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.he-template-columns-repeat-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.he-template-columns-repeat-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.he-column-span-2 {
    grid-column: span 2 / span 2;
}

.he-column-span-3 {
    grid-column: span 3 / span 3;
}

.he-column-span-4 {
    grid-column: span 4 / span 4;
}

.he-column-span-5 {
    grid-column: span 5 / span 5;
}

.he-column-span-6 {
    grid-column: span 6 / span 6;
}

.he-column-span-7 {
    grid-column: span 7 / span 7;
}

.he-column-span-8 {
    grid-column: span 8 / span 8;
}

.he-column-span-9 {
    grid-column: span 9 / span 9;
}

.he-column-span-10 {
    grid-column: span 10 / span 10;
}

.he-column-span-11 {
    grid-column: span 11 / span 11;
}

.he-column-span-12 {
    grid-column: span 12 / span 12;
}



.he-gap-10 {
    gap: 10px;
}

.he-gap-20 {
    gap: 20px;
}

.he-gap-30 {
    gap: 30px;
}

.he-gap-40 {
    gap: 40px;
}

.he-gap-50 {
    gap: 50px;
}


.he-margin-top-10 {
    margin-top: 10px;
}

.he-margin-top-20 {
    margin-top: 20px;
}

.he-margin-top-30 {
    margin-top: 30px;
}

.he-margin-top-40 {
    margin-top: 40px;
}

.he-margin-top-50 {
    margin-top: 50px;
}


.he-background-color-gray {
    background-color: gray;
}

.he-box-shadow-lg {
    box-shadow: 0px 0px 32px #00000038;
}






.he-content {
    color: #242424;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.he-content h1 {
    color: #242424;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.he-content h2 {
    color: #242424;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.he-content h3 {
    color: #242424;
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 20px;
}

.he-content h4 {
    color: #242424;
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}

.he-content h5 {
    color: #242424;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.he-content h6 {
    color: #242424;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.he-content ul {
    list-style: initial;
    margin: initial;
    margin-left: 5px;
    padding: initial;
    padding-left: 15px;
}

.he-content a {
    color: #4184db;
    text-decoration: underline;
}

.he-content ul:not(:last-child) {
    margin-bottom: 0.35rem;
}

.he-content p:not(:last-child) {
    margin-bottom: 0.35rem;
}
