.document-editor-container {
    background: white;
    margin-bottom: 0px !important;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1140px;
    border-radius: 4px;
    height: 100vh;
}

    .document-editor-container .document-editor-header-container {
        background: #2f364c;
        color: white;
    }

        .document-editor-container .document-editor-header-container .editor-head-title {
            margin-top: auto;
            margin-bottom: auto;
            overflow-wrap: anywhere;
            padding: 6px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .document-editor-container .document-editor-header-container a.icon-action {
            width: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            padding: 1rem;
            cursor: pointer;
        }

        .document-editor-container .document-editor-header-container .dropdown-toggle::after {
            display: none;
        }

.document-editor-footer-container {
    border: 1px solid #e1e1e1;
    bottom: 0;
    width: 100%;
    padding: 4px;
    padding-bottom: 28px;
    z-index: 8;
}

    .document-editor-footer-container a {
        min-width: 60px;
        display: inline-block;
        text-align: center;
        /*background: #ededed;
        border-left: 1px solid #d1d1d1;*/
        color: black !important;
    }

.icon-text-black {
    color: black;
    font-size: 10px;
}

.header-sub-menu-container-document {
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    position: fixed;
    padding: 6px;
    width: 100%;
    bottom: 72px;
    z-index: 1;
}

    .header-sub-menu-container-document .icon-img {
        width: 15px;
        height: 20px;
    }

    .header-sub-menu-container-document .horizontal-btns {
        display: flex;
        justify-content: center;
        gap: 4px;
    }

    .header-sub-menu-container-document .btn-custom .btn-field-tool {
        border: 1px solid #f27825;
        background: #fee4d5;
        padding: 2px 2px !important;
        border-radius: 4px !important;
        margin-right: 6px !important;
        color: #f27825 !important;
        width: 28px;
    }

    .header-sub-menu-container-document .drp-custom-design {
        color: var(--secondary);
        border-color: var(--secondary);
        border: 1px solid;
        border-radius: 5px;
        padding: 3px;
        background-color: white;
        width: 48px;
        font-size: 13px;
    }

.editor-container-body {
    padding: 0 !important;
    height: calc(100vh - 200px);
    overflow: auto;
}

/*.editor-container-body {
    padding: 0 !important;
    overflow: auto;
}*/

.field-container .tooltip {
    display: none !important;
}

.document-editor-header-container .dropdown-menu.dropdown-menu-right {
    margin: 0;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-156px, 42px, 0px);
    min-width: 10rem;
    border: 1px solid #c1c1c1;
}

    .document-editor-header-container .dropdown-menu.dropdown-menu-right.show:before {
        width: 0;
        height: 0;
        content: "";
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: #f3792500 #cf4e4e00 #ffffff #5cc9a700;
        position: absolute;
        top: -8px;
        right: 10px;
        margin: auto;
    }

.document-editor-header-container .dropdown-menu .editor-tools-nav__link-icon {
    flex: 0 0 30px;
    font-size: inherit !important;
    line-height: 0;
    color: #000000 !important;
}

.document-editor-header-container .dropdown-menu .editor-tools-nav__link-text {
    color: #000000 !important;
}

.document-editor-container .editor-container-body .doc-page-container .document-main-image {
    /*box-shadow: 0 0 1.25rem rgb(31 45 61 / 28%);
    border: 1px dashed rgb(197 197 197);*/
}

.btn-field-tool {
    border: 1px solid #f27825;
    background: #fee4d5;
    padding: 2px 2px !important;
    color: #f27825 !important;
    width: 28px;
    margin: 0 !important;
}

.strike-through-field-container .field-container .field {
    border: none !important;
}

.strike-through-field-container .field-container .ui-resizable-handle {
    display: block !important;
    border-width: 1px !important;
    border-color: #f48131 !important;
    height: 14px !important;
    width: 14px !important;
    border-radius: 40px;
    right: 0px !important;
    bottom: 0px !important;
    background: #f4813161 !important;
    cursor: pointer;
}

.document-editor-container .field-container .signature-mask {
    background: transparent !important;
}

.document-editor-container .editor-container-body .doc-page-body > div > .data-item {
    background: transparent;
}

    .document-editor-container .editor-container-body .doc-page-body > div > .data-item .field {
        border: 1px solid transparent;
    }

    .document-editor-container .editor-container-body .doc-page-body > div > .data-item.active .field {
        border: 1px solid var(--secondary-light);
    }

    .document-editor-container .editor-container-body .doc-page-body > div > .data-item .field .field-body {
        position: relative !important;
    }

.document-editor-container .editor-container-body .doc-page-body .data-item .field a .fa-edit {
    display: none !important;
}

.document-editor-container .editor-container-body .doc-page-body .data-item.active .field a .fa-edit {
    display: block !important;
}

.document-initial-container.active-field,
.document-signature-container.active-field {
    border: 1px solid #ffaa52;
}

.cursor-pointer {
    cursor: pointer !important;
}

.gap-6 {
    gap: 6px;
}

.position-absolute {
    position: absolute !important;
}

.btn-add-document input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.editor-container .editor-container-body {
    display: block !important;
}

.editor-container-sub-node {
    position: relative;
    min-height: calc(100vh - 200px) !important;
}

.document-editor-container .data-item.document-checkbox-container .drag-shield.enabled:before {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: #f3792500 #cf4e4e00 #ffaa52 #5cc9a700;
    position: absolute;
    top: -4px;
    right: 4px;
    margin: auto;
}

.document-editor-container .document-checkbox-container {
    background: transparent !important;
}

.document-editor-footer-container .highlight-document-menu .la,
.document-editor-footer-container .highlight-document-menu .icon-text-black {
    color: #f79d5f !important;
}

.service-wizard-container {
    display: flex;
    padding: 20px 0;
}

.service-wizard-step {
    flex: 1;
    text-align: center;
    /*  color: white;*/
    position: relative;
}

.service-wizard-container .service-wizard-step:first-child .wizard-progress {
    left: 50%;
    width: 50%;
}

.service-wizard-container .service-wizard-step:last-child .wizard-progress {
    width: 50%;
}

.service-wizard-container .wizard-progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 18px 0;
    overflow: hidden;
    background-color: #ddd;
}

.service-wizard-container .wizard-progress-bar {
    width: 0px;
    box-shadow: none;
    background: #f26922;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f26922;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.wizard-indication-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #f26922;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.complete .wizard-indication-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.in-progress .wizard-indication-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.service-wizard-step.disabled .wizard-indication-dot {
    background-color: #ddd;
}

    .service-wizard-step.disabled .wizard-indication-dot:after {
        opacity: 0;
    }

.service-wizard-step.complete .wizard-progress .wizard-progress-bar,
.service-wizard-step.in-progress .wizard-progress .wizard-progress-bar {
    width: 100%;
}

.service-wizard-step.edit-mode .wizard-indication-dot:after {
    background: #f5f5f5 !important;
}

.service-wizard-step.edit-mode .service-wizard-header:after {
    content: " (Edit)";
}

.service-wizard-container .dropdown-content-bg {
    background: #fff !important;
    color: black;
}

.service-wizard-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    min-width: 60%;
    padding: 10px;
    left: 20%;
    bottom: 88px;
}

    .service-wizard-container .dropdown-content:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        bottom: -12px;
        background: white;
    }

.service-wizard-step .activeClass {
    display: inline-block !important;
}

.service-wizard-hover-button {
    color: #6aab66;
}

.wizard-header-blk {
    color: black !important;
}

.border-radius-20 {
    border-radius: 20px;
}