svg.editor-icon {
    padding: 12px;
    max-height: 4.4em;
    min-height: 4.4rem;
    width: 4.4rem;
    float: none;
    display: table;
    margin-bottom: .4rem;
    margin-left: 1rem;
    fill: #10A37F;
    background-color: #F7F7F7;
    border-radius: 98px;
    transition: all 0.4s;
}
svg.editor-icon-sm {
    padding: 6px;
    max-height: 2.2em;
    min-height: 2.2rem;
    float: none;
    display: table;
    margin-bottom: .4rem;
    fill: #10A37F;
    background-color: #F7F7F7;
    border-radius: 24px;
    transition: all 0.4s;
}
svg.editor-icon-sm:hover,
svg.editor-icon:hover {
    background-color:#16DFAD;
    fill: #0D7E62;
}
.align-right {
    display: flex;
    justify-content: flex-end;
}
.btn-svg-sm,
.btn-svg {
    background-color: transparent;
    border-color: transparent;
}
.btn-svg-sm {
    width: 9vw;
}
.bg-editor {
    background: #FCFCFD;
    transition: all 0.4s;
}
.bg-editor-hv:hover {
    background: #f4f4f4;
}

.character-counter {
    text-align: right;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #777;
}

.counter-warning {
    color: #ff9800;
}

.count-exceeded {
    color: #f44336;
    font-weight: bold;
}
.l-minus-btn {
    position: relative;
    left: -14px;
}

@media only screen and (max-width: 1460px) {
    .l-minus-btn {
        left: -30px;
    }
}
@media screen and (max-width: 768px) {
    .l-minus-btn {
        left: -64px;
    }
}
@media screen and (max-width: 480px) {
    .overflow-visible {
        display: flex !important;
        justify-content: flex-end;
        width: 100%;
    }

    .l-minus-btn {
        left: 0;
    }
}
