﻿@font-face {
    font-family: exo2-black-webfont;
    src: url("/assets/fonts/exo2/exo2-black-webfont.woff2") format("woff2"), url("/assets/fonts/exo2/exo2-black-webfont.woff") format("woff"), url("/assets/fonts/exo2/exo2-black-webfont.ttf") format("truetype");
}

@font-face {
    font-family: exo2-regular-webfont;
    src: url("/assets/fonts/exo2/exo2-black-webfont.woff2") format("woff2"), url("/assets/fonts/exo2/exo2-regular-webfont.woff") format("woff"), url("/assets/fonts/exo2/exo2-regular-webfont.ttf") format("truetype");
}

.preview h1, .preview h2, .preview h3, .preview h4, .preview h5, .preview h6,
.preview .h1, .preview .h2, .preview .h3, .preview .h4, .preview .h5, .preview .h6,
.grid-editors .text-h1, .grid-editors .text-h2, .grid-editors .text-h3, .grid-editors .text-h4, .grid-editors .text-h5, .grid-editors .text-h6 {
    font-family: exo2-black-webfont, Verdana, Arial, sans-serif;
    font-weight: normal;
}

.grid-editors .text-h1, .grid-editors .text-h2, .grid-editors .text-h3, .grid-editors .text-h4, .grid-editors .text-h5, .grid-editors .text-h6 {
    border: none;
    background: none;
    text-align: center;
    width: 100%;
}

.preview a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.preview .btn {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.preview .img-container {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.preview .container {
    width: 100%;
}
.preview input {
    width: 100%;
    border-style: none;
    height: 100%;
}

.overlay label {
    font-weight: bold;
    display: block;
}

.overlay textarea {
    width: 250px;
    height: 150px;
}

.grid-editors .header {
    margin: 10px 0;
    /* font-family: inherit; */
    font-weight: 500;
    line-height: 40px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.picker-color {
    color: #00aea2;
    text-decoration: #00aea2;
}

a:hover {
    color: #00aea2;
}

.text-input .ng-pristine.ng-valid :not([disabled]) {
    text-align: initial !important;
    border: 1px solid #bbbabf !important;
    background: initial !important;
}

.text-input .ng-valid.ng-dirty {
    text-align: initial !important;
    border: 1px solid #bbbabf !important;
    background: initial !important;
}

.preview-with-background-image {
    height: 300px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.preview-with-background-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(21,21,21,.6);
}
.preview-with-background-image .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}
.preview-with-background-image span {
    display: block;
}
.preview-with-background-image .content {
    color: #fff;
    font-size: 25px;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preview-with-background-image .title {
    font-size: 32px;
}
.preview-with-background-image .btn {
    text-decoration: none;
    border: none;
    border-radius: 0;
    padding: 0.38rem 1.38rem;
    margin-top: 20px;
}
.preview-with-background-image .btn-primary {
    background-color: #151515;
    background-image: none;
}

.preview video {
    width: 100%;
    height: 100%;
}
.preview .videoWrapper {
    width: 100%;
    height: 100%;
}