html,body{
    height:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


#gjs {
    /* border: 3px solid #444; */
}



.gjs-cv-canvas {
    background-color: rgba(0,0,0,.15);
    box-sizing: border-box;
    width: 79%;
    height: calc(100% - 40px);
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 45px;
}

.gjs-block {
    width: auto;
    height: auto;
    min-height: auto;
}  

.m-container {
    display: flex;
    flex-wrap: wrap;
}

.full-height{
    height:100%;
}

.whole{
    width:100%;
    max-width:100%;
}
.one-half {
    width:50%;
    max-width:50%;
}

.one-third{
    width:33.33333%;
    max-width:33.3333%;
}
.two-thirds{
    width:66.66666%;
    max-width:66.66666%;
}
.one-fourth{
    width:25%;
    max-width:25%;
}
.three-fourths{
    width:75%;
    max-width:75%;
}
.sidebar{
    position: fixed;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    float: left;
    padding: 5px 0;
    z-index: 100;
    height: 100vh;
    width: 300px;
    overflow-y: auto;
    min-width: 300px;
}
.main-canvas{
    width: calc( 100vw - 300px );
    margin-left: 300px;
    padding: 5px 0;
    min-height: 90vh;
    /* min-width: calc( 100% - 300px ); */
}

.gjs-block-category .gjs-title{
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    padding: 12px 15px;
    font-weight: normal;
    color: #555555;
    background-color: #ffffff;
    border-color: #dddddd;
}
.gjs-one-bg {
    background-color: #f6f6f6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.gjs-blocks-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 15px 15px 8px 15px;
}
.gjs-block{
    font-size: 14px;
    margin: 7px;
    cursor: pointer;
    padding: 10px 4px;
    cursor: move !important;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 25%;
    /* min-height: 88px; */
}
.gjs-layer-vis{
    color:#555555;
}
.gjs-title{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}
.gjs-caret-icon{
    float: right;
    color: #D2D2D2;
    font-size: 22px;
}
.gjs-fonts::before{
    font-size:3em;
}

.gjs-f-h1p::before{
    content: "H";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.fas, .fab{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 2em;
}
.gjs-toolbar .fas{
    font-size:1em;
}
.gjs-toolbar{
    /* height: 26px;
    width: 125px; */
    text-align: center;
    background-color: #666666;
}


.gjs-toolbar-item:hover{
    background-color:rgba(0, 34 , 64 , 1);
    border-radius:20px;
}
.gjs-f-b37.revert::before{
    transform: scale(-1);
}
.gjs-f-b4::before{
    content: 'ww';
    font-size: 1.5em;
}
.icon-4::before{
    content: '';
    background-image: url(./1-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 3em;
    width: 100%;
    background-position: center;
    display: block;
}
.monaco-top-bar {
    color: #333;
    text-align: center;
    padding: 1px 0px;
    line-height: 20px;
    background-color: #5F5F5F;
    width: 100%;
    height: 20px;
}
.monaco-top-bar span{
    color: #333333;
    text-shadow: 0 1px 0 rgb(255 255 255 / 14%);
    font-size: 12px;
    padding: 0 5px;
}
.row{
    margin: 0!important;
}
#monaco-editor-html, #monaco-editor-css{
    padding: 0!important;
}
.monaco-editor {
    /* width: 100%!important; */
    height: 100%!important;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.tabs .tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
    padding: 1rem;
    cursor: pointer;
}
.tabs .tab:last-child {
    border-right: 1px solid #ccc;
}
.dropify-container .preview {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.dropify-container .overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #eceff1;
    opacity: 0.6;
}
.dropify-container .file-info {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
    z-index: 2;
}

.dropify-container .clear {
    position: absolute;
    top: -21px;
    right: 0.5rem;
    padding: 0.5rem;
    z-index: 3;
    cursor: pointer;
    font-size: 2rem;
}
.tab-content .tab-area.current-tab {
    display: unset;
}
.tab-content .tab-area {
    display: none;
}
.gjs-mdl-btn-close {
    position: absolute;
    right: 15px;
    top: -6px;
}
.gjs-mdl-content{
    min-height: 817px;
}
.dropify-container .file-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.dropify-container .file-info {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
    z-index: 2;
}
.dropify-container .filename {
    font-size: 21pt;
    display: block;
    flex: 100%;
    margin-bottom: 1rem;
}
.dropify-container .filesize {
    font-size: 17pt;
    display: block;
    flex: 100%;
}
.CodeMirror{
    min-height: 717px;;
}
.gjs-mdl-dialog{
    height: max-content;
}
.gjs-btn-prim {
    color: inherit;
    background-color: #373d49;
    border-radius: 2px;
    padding: 3px 6px;
    padding: 5px;
    cursor: pointer;
    border: none;
    color: white;
    width: 100%;
    margin-bottom: 13px;
}
.gjs-mdl-dialog .gjs-btn-import {
    margin-top: 10px;
}
.fa-expand-arrows-alt, .fa-trash, .fa-spinner{
    font-size:18px;
    font-weight: 900;
}
.fa-spinner::before, .fa-paper-plane::before{
    margin-right: 8px;
}
.choose-temp{
    color: #555555;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #cccccc;
    white-space: nowrap;
    padding: 4px 12px;
    height: calc( 11px * 1.572 + 12px );
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choose-temp:hover {
    transition: all .2s ease-in-out;
    background-color: #f6f6f6;
    border-color: #adadad;
}
.choose-temp:focus, .choose-temp {
    outline: currentColor 0!important;
    outline-offset: 0!important;
}

.frame{
    width:100%; height:100%;
    display:inline-block;
    border:1px solid teal;
    position:relative;
}
.frame > img{
    max-width:100px; max-height:100%;
    width:auto; height:auto;
    position:absolute;
    top:0; bottom:0;
    left:0; right:0;
    margin:auto;
}
.module-block{
    width: 100%!important;
}
.hidden-block{
    display: none;
}
/* .gjs-pn-btn.gjs-pn-active {
    background-color:unset;
    box-shadow: unset;
}
.gjs-four-color {
    color: unset;
} */

.nav-btn:hover,  .nav-btn:focus{
    background-color: rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgb(0 0 0 / 25%) inset;
    color: #d278c9;
}
.device-btn-active{
    background-color: rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgb(0 0 0 / 25%) inset;
    color: #d278c9;
}
.device-btn-inactive{
    background-color: unset;
    box-shadow: unset;
    color: unset;
}
.gjs-selected {
    outline: 3px solid #666666 !important;
    outline-offset: -3px;
    /* box-shadow: 0px 0px 0px 2px #666666 !important; */
}

.gjs-cv-canvas .gjs-highlighter, .gjs-cv-canvas .gjs-highlighter-sel {
    border:1px solid #666666; 
    outline: 1px solid #666666 !important;
}

.gjs-badge{
    background: #666666;
    padding: 3px 5px;
    color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
.gjs-layer-name{
    padding:10px 0;
}
.gjs-resizer-h{
    border: 3px solid #666666;
}
.gjs-field {
    background-color: unset;
}
.gjs-field input, .gjs-clm-tags-field input, .gjs-input-holder input, .gjs-sm-input-holder select, .gjs-sm-sector .gjs-sm-field select{
    color: #555555;
    background-color: #ffffff;
    margin-bottom: 0!important;
    text-align: left!important;
    vertical-align: middle!important;
    touch-action: manipulation!important;
    border: 1px solid #cccccc;
    white-space: nowrap;
    padding: 4px 12px!important;
    height: calc( 11px * 1.572 + 12px )!important;
    font-size: 12px!important;
    line-height: 1.42857143!important;
    border-radius: 17px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.gjs-sm-properties{
    font-weight: 500;
}
.gjs-field input:hover, .gjs-clm-tags-field input:hover {
    transition: all .2s ease-in-out;
    background-color: #f6f6f6;
    border-color: #adadad;

    color: #d278c9;
}
.gjs-field-color-picker{
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.gjs-sm-sector .gjs-sm-property .gjs-sm-btn{
    color:#55555555;
}
.gjs-sm-sector .gjs-sm-stack #gjs-sm-add{
    opacity:1;
    color:#555555;
}
.gjs-field-colorp .gjs-checker-bg, .gjs-field-colorp .gjs-field-colorp-c{
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.gjs-field input:focus, .gjs-clm-tags-field input:focus {
    outline: currentColor 0!important;
    outline-offset: 0!important;
    
    color: #d278c9;
}
.gjs-field select, .gjs-field textarea {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    color: inherit;
    border-radius: 17px!important;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 5px;
    z-index: 1;
}
.gjs-label, .gjs-traits-label{
    color: #555555;
}
.gjs-radio-item-label:hover{
    color: #d278c9!important;
}
.gjs-radio-item input:checked+.gjs-radio-item-label{
    color: #d278c9!important;
}
.gjs-layer .gjs-selected {
    outline: 1px solid #666666 !important;
    outline-offset: unset;
}
.gjs-layer{
    background-color: #f6f6f6;
}

.gjs-category-title, .gjs-layer-title, .gjs-block-category .gjs-title, .gjs-sm-sector .gjs-sm-title, .gjs-clm-tags .gjs-sm-title {
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    padding: 12px 15px;
    font-weight: normal;
    color: #555555;
    background-color: #ffffff;
    border-color: #dddddd;
}
.gjs-radio-item-label{
    color: #555555!important;
    background-color: #ffffff!important;
    margin-bottom: 0!important;
    text-align: center!important;
    vertical-align: middle!important;
    touch-action: manipulation!important;
    border: 1px solid #cccccc!important;
    white-space: nowrap;
    padding: 4px 12px!important;
    height: calc( 11px * 1.572 + 12px )!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    border-radius: 17px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gjs-field-colorp {
    padding: 0;
}
.gjs-radio-item:hover {
    background: unset;
}
.gjs-radio-item {
    border: none;
    margin-right:5px;
    margin-bottom:5px;
}
.gjs-sm-sector .gjs-sm-field.gjs-sm-composite, .gjs-sm-sector .gjs-sm-field input{
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #cccccc!important;
}
.gjs-field-units {
    right: 0;
}
.gjs-sm-field.gjs-sm-composite .gjs-sm-properties{
    padding: 0;
    font-weight:500;
}
.gjs-invis-invis, .gjs-clm-tags #gjs-clm-new {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #cccccc!important;
}
.gjs-no-app {
    /* background-color: #ffffff; */
    color: #555555;
}
.gjs-layer-count{
    color:#555555;
}
.gjs-pn-options {
    right: 20%;
    top: 0;
}
.gjs-pn-views {
    border-bottom: 2px solid rgba(0,0,0,.2);
    right: 0;
    width: 20%;
    z-index: 4;
}
.gjs-pn-views-container {
    height: 100%;
    padding: 42px 0 0;
    right: 0;
    width: 20%;
    overflow: auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.gjs-sm-sector .gjs-sm-property, .gjs-clm-tags .gjs-sm-property {
    width: 100%;
}
.gjs-radio-items{
    flex-wrap: wrap;
}
.test-email-modal .gjs-mdl-dialog{
    width:500px;
    height:250px;
}
.test-email-modal .gjs-mdl-content{
    min-height: unset;
}
#test-form div{
    margin-bottom:20px;
}
#test-form div:first-of-type{
    margin-top:20px;
}
#test-form{
    text-align:center;
}
.test-email-btn{
    width:50%;
    border-radius:20px;
}
.fa-chevron-down:before {
    content: "\f078"!important;
}
.fa-chevron-right{
    margin-right: 2px;
}
.fa-chevron-down{
    left:-12px;
}
.gjs-three-bg{
    background-color: white;
    color:#555555;
    font-weight: 300;
}
.gjs-clm-tags #gjs-clm-checkbox{
    color:#555555;
}
.gjs-clm-tags #gjs-clm-close{
    color:#555555;
    opacity:1;
}
@media(max-width: 1360px){
    .sidebar{
        width: 200px;
        min-width: 200px;
    }
    .main-canvas{
        width: calc( 100vw - 200px );
        margin-left: 200px;
    }
    .gjs-block {
        font-size: 10px;
        margin: 4px;
        padding: 10px 4px;
        width: 50%;
        min-height: unset;
    }
    .fa, .fas{
        font-size: 14px;
    }    
    .panel-label{
        display: none;
    }
    .fa-spinner::before, .fa-paper-plane::before {
        margin-right: 0;
    }
   
    
}
@media(max-width:1060px){
    .choose-temp.fa, .choose-temp.fas {
        font-size: 12px;
    }
    .choose-temp{
        padding: 3px 0;
        height: unset;
        line-height: 21px;
    }
    .sidebar{
        width: 175px;
        min-width: 175px;
    }
    .main-canvas{
        width: calc( 100vw - 175px );
        margin-left: 175px;
    }
}
.gjs-no-pointer {
    pointer-events: all;
}