
.editable-container.editable-inline {
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%!important;
    z-index: 9999;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    min-height: 100%;
}

.editable-container.editable-inline > div {
    position: fixed;
    top: 50%;
    width: 50%!important;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    min-height: 303px;
    border-radius: 4px;
}
.image-editable {
    background: #2ecc71;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    /*position: absolute;*/
    bottom: 10%;
    left: 10%;
    z-index: 999;
}
.image-editable.absolute {
    position: absolute;
}
.image-editable.relative {
    position: relative;
}
.image-editable.top {
    top: 10%;
    bottom: initial;
}
.image-editable.right {
    left: initial;
    right: 10%;
}
.image-editable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
    color: #fff;
}
.text-editable-modal {
    display: block;
}

.text-editable-modal:hover {
    position: relative;
    background: #dee2e6;

    border-radius: 4px;
    width: 100%;
}
.text-editable-modal:hover::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    background: #00d27a;
    content: '\f044';
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9px;
    font-size: 15px;
    color: #fff;
    top: 6px;
    -webkit-box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
}

button.btn-close {
    background-color: #232e3c !important;
    border-color: #232e3c !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    height: 39px;
    width: auto;
    align-items: center;
    border: none !important;
    -webkit-box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
}

button.btn-saved {
    background-color: #3498db !important;
    border-color: #3498db !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    height: 39px;
    width: auto;
    -webkit-box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
}

.btn-primary-add, .btn-round-add, #more_btn, #edit_btn_p, #edit_seo_p {
    background-color: #3498db !important;
    border-color: #3498db !important;
    color: #fff !important;
    border-radius: 16px !important;
    padding: 4px 8px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
}
#edit_btn_p {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}
#edit_seo_p {
    background-color: #2e75cc !important;
    border-color: #2e75cc !important;
}
.btn-primary-add:hover, .btn-round-add:hover, #more_btn:hover, #edit_btn_p:hover, #edit_seo_p:hover {
    -webkit-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%);
    text-decoration: none !important;
}
.btn-primary-add a, .btn-round-add a, #more_btn a {
    text-decoration: none;
}
.btn-primary-add .dz-clickable, .btn-round-add .dz-clickable, #more_btn .dz-clickable {
    cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
    .btn-primary-add.mobile, .mobile.btn-round-add, .mobile#more_btn {
        border-radius: 50% !important;
        padding: 7px 9px;
    }
    .btn-primary-add .me-2, .btn-round-add .me-2, #more_btn .me-2 {
        margin: 0 !important;
    }
}

.btn-round-add, #more_btn, #edit_btn_p, #edit_seo_p {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    position: relative;
}
.btn-round-add span.view_content_inside, #more_btn span.view_content_inside {
    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background-color: transparent;
    color: #e74c3c;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-round-add.absolute, .absolute#more_btn {
    position: absolute;
    top: 9px;
    right: 9px;
    opacity: 0.5;
}
.btn-round-add.absolute:hover, .absolute#more_btn:hover {
    opacity: 1;
}
.btn-round-add:hover span.view_content_inside, #more_btn:hover span.view_content_inside {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary-add:not(:nth-child(1)), .btn-round-add:not(:nth-child(1)), #more_btn:not(:nth-child(1)) {
    margin-left: 5px;
}

.btn-primary-edit, .btn-round-edit {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
    color: #fff !important;
    border-radius: 16px !important;
    padding: 4px 8px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.1);
}


#more_btn, #edit_btn_p, #edit_seo_p {
    position: fixed !important;
    bottom: 10%;
    right: 2%;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#edit_btn_p {
    bottom: 15.5%;
}
#edit_seo_p {
    bottom: 21.1%;
}
#more_btn::after, #edit_btn_p::after, #edit_seo_p::after  {
    position: absolute;
    content: "";
    box-shadow: 0px 33px 12px 6px rgba(255, 255, 255, 0.09);
    z-index: 9;
    background: transparent;
    width: 28px;
    bottom: 20px;
}
#more_btn:hover, #edit_btn_p:hover , #edit_seo_p:hover  {
    bottom: 10.3%;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#edit_btn_p:hover {
    bottom: 15.8%;
}
#edit_seo_p:hover {
    bottom: 21.4%;
}
#more_btn:hover:after, #edit_btn_p:hover:after , #edit_seo_p:hover:after {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 33px 12px 6px rgba(255, 255, 255, 0.19);
    width: 30px;
}

.btn.btn_more_1, [data-list] .btn_more_1.page {
    position: fixed;
    bottom: 13%;
    right: 3.5%;
    border: none;
    border-radius: 50%;
    padding: 0;
    transition: 0.3s ease-in-out;
    width: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn.btn_more_1 a, [data-list] .btn_more_1.page a {
    color: #fff;
}
.btn.btn_more_1:hover, [data-list] .btn_more_1.page:hover {
    transform: scale(1.02) !important;
    transition: 0.3s ease-in-out !important;
}
.btn.btn_more_1.view, [data-list] .btn_more_1.view.page {
    background: #196090;
    width: auto;
    height: auto;
    z-index: 1000;
    display: inline-block;
    border-radius: 4px!important;
    padding: 4px 8px;
    bottom: 16%;
    right: 3%;
    text-transform: initial;
    line-height: initial;
}

.btn.btn_more_2, [data-list] .btn_more_2.page {
    position: fixed;
    bottom: 13%;
    right: 3.5%;
    border: none;
    border-radius: 50%;
    padding: 0;
    transition: 0.3s ease-in-out;
    width: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn.btn_more_2 a, [data-list] .btn_more_2.page a {
    color: #fff;
}
.btn.btn_more_2:hover, [data-list] .btn_more_2.page:hover {
    transform: scale(1.02) !important;
    transition: 0.3s ease-in-out !important;
}
.btn.btn_more_2.view, [data-list] .btn_more_2.view.page {
    background: #196090;
    width: auto;
    height: auto;
    z-index: 1000;
    display: inline-block;
    border-radius: 4px!important;
    padding: 4px 8px;
    bottom: 11%;
    right: 6%;
    text-transform: initial;
    line-height: initial;
}

.btn.btn_more_3, [data-list] .btn_more_3.page {
    position: fixed;
    bottom: 13%;
    right: 3.5%;
    border: none;
    border-radius: 50%;
    padding: 0;
    transition: 0.3s ease-in-out;
    width: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn.btn_more_3 a, [data-list] .btn_more_3.page a {
    color: #fff;
}
.btn.btn_more_3:hover, [data-list] .btn_more_3.page:hover {
    transform: scale(1.02) !important;
    transition: 0.3s ease-in-out !important;
}

.btn.btn_more_3.view, [data-list] .btn_more_3.view.page {
    background: #196090;
    width: auto;
    height: auto;
    z-index: 1000;
    display: inline-block;
    border-radius: 4px!important;
    padding: 4px 8px;
    bottom: 5.5%;
    right: 3%;
    text-transform: initial;
    line-height: initial;
}


@media (max-width: 575px) {
    #edit_btn_p {
        bottom: 13%!important;
        margin-left: 5px;
    }
    #edit_btn_p:hover {
        bottom: 24.3%!important;
    }
    #edit_seo_p {
        bottom: 23%!important;
        margin-left: 5px;
    }

    #more_btn, #edit_btn_p, #edit_seo_p {
        right: initial;
    }
    #edit_btn_p, #edit_seo_p {
        margin-left: 5px;
    }

    #more_btn {
        bottom: 3% ;
    }
    .btn.btn_more_1.view {
        bottom: 12%!important;
        right: initial!important;
        left: 20%;
    }
    .btn.btn_more_3.view {
        bottom: 5%!important;
        right: initial!important;
        left: 20%;
    }
    .image-editable {
        margin-left: 20px;
    }

}
