.disabled-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    border: 1px solid #999 !important;
}

.editor-container {
    max-width: 600px;
    margin: 20px auto;
}

.editor-controls {
    margin-bottom: 10px;
}

.preview-area {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    min-height: 100px;
}

.preview-title {
    margin-top: 15px;
    font-weight: bold;
}

/* Estilos para o preview */
.preview-area strong {
    font-weight: bold;
}

.preview-area em {
    font-style: italic;
}

.preview-area del {
    text-decoration: line-through;
}

#emoji-container {
    display: none;
    z-index: 1000;
    width: 350px;
    height: 450px;
    background-color: white;
    
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

emoji-picker {
    width: 100%;
    height: 100%;
}

.emoji-button {
    cursor: pointer;
    transition: transform 0.1s;
}

.emoji-button:hover {
    transform: scale(1.1);
}

#builder-layout  a:not(.beditorcss).btn.btn-default {
    background: rgb(255, 255, 255) !important;
    margin-top: 3px !important;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
    margin-left: 3px !important;
    padding-top: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px !important;
    color: rgb(51, 51, 51) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: center !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: rgb(51, 51, 51) !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

#builder-layout  h2:not(.beditorcss).fc-toolbar-title {
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    color: rgb(51, 51, 51) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: rgb(51, 51, 51) !important;
    border-top-width: px !important;
    border-right-width: px !important;
    border-bottom-width: px !important;
    border-left-width: px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

