.modal.confirm-delete,
#ddCustomBlockOptionsModal{
    z-index: 10009;
}
.modal-backdrop{
    /*z-index: 99998;*/
}

.nb-modal .nb-btn-close{
    position: absolute;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

#ddCustomBlockOptionsModal .nb-modal-header{
    padding: 15px 20px;
    background: #FBFBFB;
    border-bottom: none;
}

#ddCustomBlockOptionsModal .nb-modal-title{
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
}

#ddCustomBlockOptionsModal .nb-modal-body{
    padding: 20px;
}

#ddCustomBlockOptionsModal .modal-dialog{
    max-width: 750px;
}

#ddCustomBlockOptionsModal .nb-modal-content{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #44444433;
    border-radius: 5px;
}

#ddCustomBlockOptionsModal .nb-label{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--nb-dd-text-color);
}

#ddCustomBlockOptionsModal .nb-input,
#ddCustomBlockOptionsModal .nb-select{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 40px;
    color: #919191;
    font-size: 13px;
}

#ddCustomBlockOptionsModal .nb-input::placeholder{
    font-size: 13px;
    color: #919191;
}

#ddCustomBlockOptionsModal .nb-input:focus,
#ddCustomBlockOptionsModal .nb-select:focus{
    box-shadow: none;
}

#ddCustomBlockOptionsModal .nb-form-group{
    margin-bottom: 10px;
}

#ddCustomBlockOptionsModal .nb-form-check{
    margin-bottom: 5px;
}

#ddCustomBlockOptionsModal .nb-form-check .nb-label{
    margin-bottom: 0;
    color: #919191;
    font-weight: 400;
}

#ddCustomBlockOptionsModal .nb-radio{
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #126ABF;
}

#ddCustomBlockOptionsModal .nb-radio:checked{
    background: #ffffff;
    border-color: #126ABF;
    background-image: url('../../../static/images/core/nb-radio.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}

#ddCustomBlockOptionsModal input[type='color']{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
}

#ddCustomBlockOptionsModal .nb-modal-footer{
    border-top: 0;
    padding: 0 20px 20px;
}

#ddCustomBlockOptionsModal .nb-modal-footer .nb-btn-button{
    background: #126ABF;
    border: 1px solid #126ABF;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    min-width: 150px;
    padding: 0 15px;
    transition: all .3s ease-in-out;
}

#ddCustomBlockOptionsModal .nb-modal-footer .nb-btn-button:hover{
    background: #0E5599;
}

#editCustomBlockFormContent{
    padding-right: 10px;
}

/* Scroll width */
#ddCustomBlockOptionsModal ::-webkit-scrollbar {
    width: 5px;
}
/* Track */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-track {
    background: #D1D1D1;

}
/* Handle */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
/* Handle on hover */
#ddCustomBlockOptionsModal ::-webkit-scrollbar-thumb:hover{
    background: #BCBCBC;
}


/* Lang */
#ddCustomBlockOptionsModal .lang-wrapper{
    display: flex;
    gap: 10px;
    margin-right: 40px;
}

#ddCustomBlockOptionsModal .lang-wrapper .nb-item{
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ECECEC;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

#ddCustomBlockOptionsModal .lang-wrapper .nb-item:hover,
#ddCustomBlockOptionsModal .lang-wrapper .nb-item.active{
    color: var(--nb-dd-spec-color);
}

#ddCustomBlockOptionsModal .nbshop-loader{
    position: absolute;
    inset: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffE6;
    z-index: 1;
}

.cke_maximized,
.cke_panel{
    z-index: 10010 !important;
}