/* CUSTOM GRID */
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters>.col, .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
}
/* ======================== */

/* CUSTOM EDITOR  */
    .CodeMirror {
        float: left;
        width: 100%;
        height:70vh;
    }
    /* PREVIEW */
    iframe {
        width: 100%;
        height:70vh;
        border: 0px;
        transition: all .5s;
    }
    ::placeholder{
        color:#ccc;
    }
/* ======================== */

    /* .fullscreen-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -100;
        
    }

    .fullscreen-bg__video {
        position: absolute;
        top: 0;
        left: -15%;
        width: 100%;
        /* height: 77%; */
    /* } */

/* ======================== */
/* LOGIN */
    .wrapper-clear{
        padding: 0;
    }

    .wrapper-clear,
    .full-height{
        height: 100vh;
    }
    .width-max{
        max-width: 500px;
        padding-top: 10vh;
        /* padding-bottom: 5vh; */
    }
    .bg-white{
        background-color: #ffffff;
    }
    .bg-image{
        background:#000 url(../images/bg-login2.jpg) no-repeat center center;
        background-size: cover;
    }

    .scroll-hidden{
        overflow-x: hidden;
    }

/* CUSTOM CSS PRIMARY */
/* .bg-primary {
    background-color: #5275dd !important;
} */


/* LINK DE COPIAR */
.btn-copy{
    position: relative;
}
.btn-copy::after{
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease-out .1s;
    text-indent: 0;
    font-size: 12px;
    background: black;
    border-radius: 2px;
    color: #fff;
    content: "Copied widget";
    padding: .1em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    top: 3px;
    display: block;
    right: -105px;
}

.btn-copy:focus::after{
    opacity: 1;
    display: block;
}

/*  */
.swal-wide{
    width:90vw !important;
    height: 90vh!important;
}

.swal-wide .swal2-icon{
    display: none;
}