.element_parent_edit:hover {
    padding: 10px !important;
    border: 1px solid #eee;
}

.element_parent_edit:focus {
    padding: 10px !important;
    border: 1px solid #cfcfcf;
}

[contenteditable] {
    outline: 0px solid transparent;
}

.options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    width: 80%;
}

.toolbar button {
    height: 28px;
    width: 28px;
    display: grid;
    place-items: center;
    border-radius: 3px;
}

select {
    padding: 7px;
    border: 1px solid #020929;
    border-radius: 3px;
}

.options label,
.options select {
    font-family: "Poppins", sans-serif;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 40px;
    height: 28px;
    border: none;
    cursor: pointer;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 15px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
}

input[type="color"]::-moz-color-swatch {
    border-radius: 15px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #020929;
}

.active_editor {
    background-color: #e0e9ff;
}


/* /////      **** buttton save style ******          ///////// */

.save_Content,.save_Content:hover {
    border-radius: 5px;
    padding: 15px;
    background-color: #35a7e0;
    color: #fff;
    width: 11%;
    position: relative;
    left: 73%;
    margin-top: 10px;
    bottom: 2rem;
    z-index: 1;
}


/* //////////////////////////// swal loader css ///////////////////////// */

.swal2-container.swal2-center>.swal2-popup{
    /* background-color: transparent !important; */
}


/*   hide ok button in swl  */
/* 
.swal2-actions:not(.swal2-loading) .swal2-styled{
    display: none !important;
} */