.section-container,
.footer-container,
.header_content-container {
    position: relative;
}

.section-title {
    color: #000440;
    font-weight: 700;
    font-size: 3rem;
}

.section__edit--btn,
.section__edit--btn:hover,
.footer__edit--btn,
.footer__edit--btn:hover,
.header_content__edit--btn,
.header_content__edit--btn:hover {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    color: #fff;
    background-color: rgb(141, 59, 59);
}

.footer-container:hover .footer__edit--btn,
.header_content-container:hover .header_content__edit--btn {
    display: block;
}

.dynamic_content--main--div {
    position: relative !important;
}

.dynamic_content_edit--btn--container {
    display: none;
}

.dynamic_content--main--div:hover .dynamic_content_edit--btn--container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000c4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dynamic_content_edit--btn,
.dynamic_content_edit--btn:hover,
.dynamic_content_add--btn,
.dynamic_content_add--btn:hover {
    background-color: white;
    padding: 10px 50px;
}

.nk-line-mf {
    width: 40px;
    height: 5px;
    background-color: #0078ff;
    margin: 0 auto;
    margin-bottom: 40px !important;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

.note-editor.note-frame .note-editing-area .note-codable {
    color: #000 !important;
    background-color: #fff !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff !important;
}

.note-editor.note-frame .dropdown-toggle::after {
    display: none !important;
}

.icon_picker_nk .fade:not(.show) {
    opacity: 100 !important;
}
.preview_image_container {
    position: relative;
    width: fit-content;
}
.preview_image_container button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff57;
    border: none;
    color: #b31313;
}

.nk-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
