.editor-body {
    position: absolute;
    top: 50%;
    left: 48%;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.editor-logo-border {
    position: absolute;
    border: 1px solid transparent;
    top: 100px;
    left: 50%;
    width: 100px;
    height: auto;
    right: 0;
    transform: translate(-50px, -50px);
}

.editor-logo {
    margin: 0 auto;
    width: 100px;
    display: block;
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.editor-container {
    min-width: 100% !important;
    min-height: 100% !important;
    border: 0;
}

.editor-title-border {
    position: absolute;
    border: 1px solid transparent;
    top: 220px;
    left: 36%;
    /* width: 100%; */
    height: 50px;
    padding: 10px;
    /* right: 0; */
    display: inline;
    transform: translate(-50px, -50px);
    white-space: nowrap;
}

.editor-title {
    text-align: center;
    user-select: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
}

.editor-address-border {
    position: absolute;
    border: 1px solid transparent;
    top: 280px;
    /* left: 50px; */
    left: 40%;
    /* width: 100%; */
    padding: 5px;
    /* right: 0; */
    transform: translate(-50px, -50px);
    white-space: nowrap;
}

.editor-address {
    text-align: center;
    width: 100%;
    line-height: 2;
    user-select: none;
    font-size: 19px;
}

.editor-info-border {
    position: absolute;
    border: 1px solid transparent;
    top: 380px;
    left: 16%;
    /* left: 30%; */
    /* left: 50px; */
    /* width: 100%; */
    padding: 5px;
    /* right: 0; */
    transform: translate(-50px, -50px);
    white-space: nowrap;
}

.editor-info {
    text-align: center;
    line-height: 2;
    user-select: none;
    font-size: 19px;
}

.editor-container .active {
    padding: 0px;
}

.has-border,
.edit-border {
    border: 1px solid #ddd !important;
    background: linear-gradient(to right, black 4px, transparent 4px) 0 0, linear-gradient(to right, black 4px, transparent 4px) 0 100%, linear-gradient(to left, black 4px, transparent 4px) 100% 0, linear-gradient(to left, black 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, black 4px, transparent 4px) 0 0, linear-gradient(to bottom, black 4px, transparent 4px) 100% 0, linear-gradient(to top, black 4px, transparent 4px) 0 100%, linear-gradient(to top, black 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    overflow: hidden;
}

.bt-navbar {
    display: none;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.bt-navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.bt-navbar a:hover {
    background: #f1f1f1;
    color: black;
}

.bt-navbar a.bt-active {
    background-color: #2c7bfe;
    color: white;
}

.bt-main {
    padding: 16px;
    margin-bottom: 30px;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .editor-container {
        height: inherit;
    }

    .bt-navbar {
        display: block !important;
    }

    .editor-sidebar {
        display: none !important;
    }

    .editor-logo-border {
        top: 25px;
        left: 70px;
    }

    .editor-body {
        position: absolute;
        top: 130px;
    }

    .editor-title-border {
        top: 110px;
        left: 70px;
    }

    .editor-info-border {
        top: 230px;
        left: 60px;
        width: 200px;
        height: 40px;
        padding: 5px;
    }

    .editor-info {
        text-align: left;
        line-height: 2;
        font-size: 12px;
    }

    .editor-address-border {
        top: 180px;
        left: 60px;
        width: 200px;
        height: 40px;
        padding: 5px;
    }

    .editor-address {
        text-align: left;
        width: 100%;
        line-height: 2;
        font-size: 12px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .editor-container {
        height: inherit;
    }

    .bt-navbar {
        display: block !important;
    }

    .editor-sidebar {
        display: none !important;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .editor-container {
        height: inherit;
    }

    .bt-navbar {
        display: block !important;
    }

    .editor-sidebar {
        display: none !important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .editor-container {
        width: 100%;
        height: 600px;
    }

    .bt-navbar {
        display: block !important;
    }

    .editor-sidebar {
        display: none !important;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .bt-navbar {
        display: none !important;
    }

    .editor-sidebar {
        display: block !important;
    }

    .editor-container {
        width: 600px;
        height: 600px;
    }
}

.add-image {
    /* z-index: -3; */
    position: absolute;
    width: 200px;
    height: 200px;
}

.add-image img {
    width: 200px;
    height: 200px;
}

.ft-delete {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('./rotate_ccw.png');
    background-image: url('./delete.png');
    left: -14%;
    top: -12%;
}

.popover-body {
    padding: 0 !important;
}


.hdn-bx {
    display: none;
}

.editor-watermark-border {
    position: absolute;
    top: 49px;
    /* left: 187px; */
    left: 75px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #737272;
}