* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

#canvas-editor canvas {
    box-shadow: 0 5px 10px #333 !important;
}

.hovers:hover {
    background-color: #ffffff38;
    background-color: rgba(255, 255, 255, .219);
}

.wrap {
    position: fixed;
    left: 15px;
    right: 15px;
}

.wrapin {
    height: 100%;
}

.rightpanel {
    position: fixed;
    right: 15px;
    width: 300px;
    overflow-y: auto;
    background-color: #fff;
}

.rightspace {
    right: 315px
}

@media (max-width:500px) {
    .wrapin {
        height: calc(100% - 400px) !important;
    }

    .rightspace {
        right: 15px !important;
    }

    .rightpanel {
        bottom: 0;
        top: unset !important;
        left: 15px;
        width: calc(100% - 30px);
        height: 400px !important;
        z-index: 99999 !important;
    }
}

.fontview:hover {
    background-color: skyblue;
    cursor: pointer;
}