input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#work-flow-template {
    height: 100%;
}

.form-content {
    /* top: 0;
  bottom: 70px; */
    display: flex;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* height: calc(100% - 146px); */
    padding: 15px 24px;
    overflow-x: hidden;
    z-index: 0;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: scrollbar;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

    .form-content.no-buttons.photo-idv-form {
        height: 100%;
    }

    .form-content.photo-idv-form {
        /* height: calc(100% - 65px); */
    }

    .form-content > div {
        width: 100%;
        max-width: 700px;
    }

    .form-content > header {
        width: 100%;
        max-width: 700px;
    }

    .form-content > form {
        width: 100%;
        max-width: 700px;
    }

    .form-content.no-buttons {
        bottom: 0px;
        /* height: calc(100% - 60px); */
    }

    .form-content h4 {
        color: var(--lds-color-font-base);
        font-size: 20px;
        font-weight: 400;
    }

    .form-content:not(.dynamic-html) h1,
    .form-content:not(.dynamic-html) h2,
    .form-content:not(.dynamic-html) h3,
    .form-content:not(.dynamic-html) h4,
    .form-content:not(.dynamic-html) p,
    .form-content:not(.dynamic-html) td {
        color: var(--lds-color-font-base);
        margin: 16px 0px 4px 0;
        padding: 0 !important;
    }

    .form-content.dynamic-html .html-to-pdf p {
        margin: 0;
    }
    .form-content ul {
  color: var(--lds-color-font-base);
    }

    .form-content.center {
        text-align: center;
    }

    .form-content.download-files {
        padding: 0;
    }

        .form-content.download-files .download-files-header {
            padding: 0 30px;
            position: sticky;
            /* top: 0; */
            /* right: 0;
  left: 0; */
            width: 100%;
            font-size: 14px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .form-content.download-files .files-counter-title {
            color: var(--lds-color-font-weak);
        }

        .form-content.download-files .files-container {
            display: flex;
            height: 100%;
            margin: 10px 8px;
            overflow: auto;
        }

            .form-content.download-files .files-container .files-list {
                padding: 0;
                margin: 0;
                width: 100%;
            }

        .form-content.download-files .files-list-item {
            background-color: transparent;
            height: 50px;
            list-style: none;
            border-radius: 5px;
            line-height: 50px;
            padding: 0 10px;
            margin-bottom: 3px;
            cursor: pointer;
        }

            .form-content.download-files .files-list-item.selected {
                background-color: rgba(0, 153, 240, 0.12);
            }

        .form-content.download-files .file-item-container {
            display: flex;
            height: 100%;
            width: 100%;
            align-items: center;
            margin-right: 4px;
        }

        .form-content.download-files .file-name {
            flex: 1 1 auto;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
            cursor: pointer;
            color: var(--lds-color-font-base);
            margin-right: 16px;
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;
        }

        .form-content.download-files input[type="checkbox"] {
            display: none;
        }

            .form-content.download-files input[type="checkbox"] + label:before,
            .form-content.download-files input[type="checkbox"]:checked + label:before {
                margin-right: 1px;
                margin-left: 15px;
            }

.form-content .html-to-pdf {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.form-content .html-to-pdf li:not([style*="display: none"]) {
  display: list-item !important;
}
.form-content .html-to-pdf ul, .form-content .html-to-pdf ol {
  list-style-position: inside;
}

.tick-to-approve {
    min-height: auto !important;
}

    .tick-to-approve .input-placeholder {
        border-top: 1px solid var(--lds-color-border-light);
        max-height: 112px;
        overflow: hidden;
    }

    .tick-to-approve input[type="checkbox"] {
        margin: 10px 5px -27px 10px !important;
    }

    .tick-to-approve .checkbox-label {
        white-space: normal;
        position: relative;
        font-size: 9px;
        display: flex;
        cursor: pointer !important;
        pointer-events: auto;
    }

        .tick-to-approve .checkbox-label .approve-label {
            display: inline-flex;
            padding-top: 2px;
        }

        .tick-to-approve .checkbox-label .approve-label p {
            margin: 4px;
        }

.form-header-classic {
    margin: 0;
    width: 100%;
    background-color: #130d1f;
    z-index: 9999999;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

    .form-header-classic.visible {
        min-height: 60px;
    }

.client-page.new-ui.limited .form-header-classic.visible {
    min-height: 96px;
}

.form-header-transparent {
    min-height: 60px;
    margin: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999999;
}

    .form-header-transparent .close-wizard {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 59px;
        width: 59px;
        background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100% );
    }

.form-header-classic:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#form_template .input-placeholder {
    margin-bottom: 15px;
}

.input-placeholder {
    position: relative;
    margin: 0px;
    width: 100%;
    word-break: break-word;
}

    .input-placeholder input,
    .input-placeholder select {
        padding: 2px;
    }

        .input-placeholder input:valid + .placeholder,
        .input-placeholder select:valid + .placeholder {
            display: none;
        }

    .input-placeholder label {
        z-index: 99999999;
        top: 5px;
        margin-left: 0 !important;
        pointer-events: none;
        -webkit-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        font-size: 14px;
        color: #3e4554 !important;
        left: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: left;
        line-height: 18px;
    }

    .input-placeholder.focused label {
        font-size: 14px !important;
        top: -5px;
        color: #3e4554 !important;
        font-weight: 500;
    }

        .input-placeholder.focused label.mandatory {
            color: #000;
        }

.rtl.input-placeholder label,
.rtl .input-placeholder label {
    right: 0;
    left: auto;
}

    .rtl .input-placeholder,
    .rtl .input-placeholder label .rtl .input-placeholder input,
    .rtl.input-placeholder,
    .rtl.input-placeholder label,
    .rtl.input-placeholder input {
        direction: rtl;
        text-align: right;
    }

.input-placeholder .comments {
    display: none;
}

input:disabled {
    color: #a1a1a1;
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.placeholder {
    font-weight: 100;
    top: 8px;
    position: absolute;
    pointer-events: none;
    bottom: 2px;
    left: 6px;
    margin: auto;
    padding: 10px;
    color: #b7b7b7;
    font-size: 14px;
    z-index: 999;
}

.rtl .placeholder {
    right: 6px;
    text-align: right;
}

.placeholder span {
    color: #40c1e5;
    font-weight: 600;
    font-size: 14.5px;
}

.input-placeholder1 {
    position: relative;
    margin: 0px 0;
}

    .input-placeholder1 input {
        padding: 2px;
    }

.placeholder1 {
    font-weight: 100;
    top: 8px;
    position: absolute;
    pointer-events: none;
    bottom: 2px;
    left: 6px;
    margin: auto;
    padding: 10px;
    color: #b7b7b7;
    font-size: 14px;
    z-index: 999;
}

.rtl .placeholder1 {
    right: 6px;
    text-align: right;
}

.placeholder1 span {
    color: #40c1e5;
    font-weight: 600;
    font-size: 14.5px;
}
/*Choose options Box*/
.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .reveal-if-active .input-placeholder label {
        top: 10px;
    }

    .reveal-if-active .input-placeholder.focused label {
        top: -0.4rem;
        font-size: 14px;
    }

    .reveal-if-active input[type="text"] {
        width: 100%;
    }
    .reveal-if-active .form-control {
        padding-top: 20px !important;
    }

.rtl input {
    text-align: right;
}

.complete:after {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    border: solid green;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.complete {
    width: 2rem;
    height: 2rem;
    z-index: 9999;
    position: absolute;
    right: 0.5rem;
    /* top: 0.5rem; */
}

.rtl .complete {
    left: 0.5rem;
    right: auto;
}

.not-complete {
    position: absolute;
    right: 2.7rem;
    /* top: 0.5rem; */
    height: 1.5rem;
    width: 1.5px;
}

.rtl .not-complete {
    left: 1.5rem;
    right: auto;
}

.not-complete:before,
.not-complete:after {
    position: absolute;
    left: 0.5rem;
    content: " ";
    height: 1.5rem;
    border: solid #ccc;
    border-width: 0 1px 1px 0;
}

.not-complete:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.not-complete:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.error + .not-complete:before,
.error + .not-complete:after {
    border-color: red;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active,
.reveal-if-active.show-nested-items {
    opacity: 1;
    max-height: 100%;
    position: relative;
    padding: 10px 27px;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    top: 18px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.rtl .reveal-if-active.top:after {
    top: -13px;
    bottom: auto;
    left: auto;
    right: 29px;
    border-width: 0 13px 13px;
}

.rtl .reveal-if-active.top:before {
    top: -14px;
    bottom: auto;
    left: auto;
    right: 28px;
    border-width: 0 14px 14px;
}

.reveal-if-active {
    padding: 0px;
    border: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

    .reveal-if-active.top:after {
        top: -13px;
        bottom: auto;
        right: auto;
        left: 29px;
        border-width: 0 13px 13px;
    }

    .reveal-if-active:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 40px;
        border-width: 20px 20px 0;
        border-style: solid;
        border-color: #d4d4d4 transparent;
        display: block;
        width: 0;
    }

    .reveal-if-active.top:before {
        top: -14px;
        bottom: auto;
        right: auto;
        left: 28px;
        border-width: 0 14px 14px;
    }

    .reveal-if-active:after {
        content: "";
        position: absolute;
        bottom: -13px;
        left: 47px;
        border-width: 13px 13px 0;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
    }

/*Radio buttont*/
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    .radio input[type="radio"] + .radio-label:before {
        content: "";
        background: #fbfcfd;
        border-radius: 100%;
        border: 1px solid #d4d4d4;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        /* top: 0em; */
        margin: 0 0px 0 5px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
    }

    .radio input[type="radio"]:checked + .radio-label:before {
        background-color: #0099f0;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .radio input[type="radio"]:checked + .radio-label.disabled:before {
        background-color: #ccc !important;
    }

    .radio input[type="radio"]:focus + .radio-label:before {
        outline: none;
        border-color: #dcdcdc;
    }

    .radio input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 6px #fff;
        border-color: #b4b4b4;
        background: #ffffff;
        cursor: not-allowed;
    }

    .radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0;
    }

.radio label {
    color: #3e4554 !important;
    font-size: 14px;
    font-weight: 500;
}

input[type="radio"].error + label:before {
    border: 2px solid var(--lds-color-warn-main) !important;
    content: "";
}
/*** custom checkbox ***/
/*** for validation ***/
input[type="checkbox"] {
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 5px 0px 0px 12px;
}

    input[type="checkbox"].error + label:before {
        border: 1px solid red !important;
        content: "";
    }

    input[type="checkbox"] + label:before {
        font-family: FontAwesome;
        display: inline-block;
        border: 1px solid #ccc;
        font-weight: 100;
        font-size: 15px;
        width: 18px;
        min-width: 18px;
        height: 18px;
        position: relative;
        cursor: pointer;
        text-align: center;
        margin: 2px 10px 5px 0px;
        vertical-align: middle;
    }

    input[type="checkbox"] + label:before {
        content: "";
        background: white;
    }
/* unchecked icon */
textarea.error {
    border: 1px solid red !important;
}

input[type="checkbox"]:checked + label:before {
    background: #0099f0 url(../img/checkmark.png) center center no-repeat;
    background-size: 60%;
    display: inline-block;
    position: relative;
    /* top: 0em; */
    margin: 2px 10px 5px 0px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

input[type="checkbox"]:checked + label.disabled:before {
    background-color: #ccc !important;
}

.checkbox-container label {
    font-weight: 400;
}
/*arrows nex/prev*/
.bottom.controlls .arrow.next {
    margin-top: 10px;
}

.arrow {
    position: relative;
    width: 15px;
    height: 2px;
    transition: 0.5s;
    border-radius: 1rem;
    transform-origin: right center;
}

    .arrow.next {
        background-image: url(../img/icons/right-arrow.svg);
        margin-left: 5px;
        margin-right: 0px;
    }

    .arrow.prev {
        background-image: url(../img/icons/left-arrow-blue.png);
        margin-right: 5px;
    }

    .arrow.prev,
    .arrow.next {
        width: 20px;
        height: 40px;
        /* margin-top: 0 !important; */
        background-color: transparent;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
    }

.rtl .arrow.prev {
    background-image: url(../img/icons/right-arrow-blue.png);
    margin-left: 5px;
}

.approve-reading .arrow.next,
.start-signing .arrow.next {
    display: none;
}

.rtl .arrow.next {
    background-image: url(../img/icons/left-arrow.png);
    margin-left: 0;
    margin-right: 10px;
}

.button-right,
.button-left {
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-basis: calc(50% - 8px);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    display: inline;
    width: 40%;
    position: relative;
    padding: 0;
}

    .button-right .text-button,
    .button-left .text-button {
        height: 50px;
    }

.button-right {
    display: inline;
    width: 40%;
    position: relative;
    float: right;
    height: 50px;
}

    .button-right .text-button {
        font-size: 22px;
    }

.button-left .arrow.prev {
    background-image: url(../img/icons/arrow_left_black.png);
}

.rtl .button-left .arrow.prev {
    background-image: url(../img/icons/arrow_right_black.png);
}

.back-button,
button.button-left {
    border-radius: 50px;
    opacity: 1;
    height: 50px;
    float: right;
}

    button.button-left.disabled {
        pointer-events: none !important;
        opacity: 0;
    }

button.button-right.disabled {
    pointer-events: none !important;
}

.rtl .disabled .arrow.prev {
    background-image: url(../img/icons/right-arrow-blue.png);
}

.bottom .bottom-desktop {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
}

.bottom .bottom-desktop-empty-room {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.upload-buttons.bottom,
.bottom.multiple {
    justify-content: space-between;
}

.bottom,
.form-content {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.send-completed-workflow-container {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .send-completed-workflow-container .send-completed-title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .send-completed-workflow-container .send-completed-title label {
            color: var(--lds-color-font-weak) !important;
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;
            padding: 4px 16px 4px 4px;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .send-completed-workflow-container
        .send-completed-title
        #sendCompletedworkflowCheckBox {
            display: none;
        }

        .send-completed-workflow-container .send-completed-title input {
            margin: 0px 18px 0px 0px;
            width: 16px;
            height: 16px;
            opacity: 1;
        }

        .send-completed-workflow-container .send-completed-title span {
            font-family: "Heebo";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
        }

    .send-completed-workflow-container .send-completed-button {
        display: flex;
        justify-content: flex-end;
        column-gap: 8px;
    }

    .send-completed-workflow-container .send-completed-title[style*="display: none;"] + .send-completed-button {
        width: 100%;
    }

        .send-completed-workflow-container .send-completed-button #redirectAndSendBtn {
            display: none;
        }

    .send-completed-workflow-container button {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .send-completed-workflow-container #sendCompletedWorkflowBtn {
        line-height: inherit !important;
        padding-left: 12px;
        padding-right: 12px;
    }

.self-service-last-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px 24px;
}

    .self-service-last-page .well-done {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

        .self-service-last-page .well-done .send-completed-workflow {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: none;
            min-width: 300px;
        }

            .self-service-last-page .well-done .send-completed-workflow .sub-title {
                display: flex;
                align-items: center;
                margin: 0;
                margin-top: 32px;
            }

input#lastPageSendCompletedworkflowCheckBox {
    display: none;
}

#lastPageSendCompletedworkflowCheckBox + label {
    color: var(--lds-color-font-base) !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    padding: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.send-completed-workflow:not(.no-copy) #lastPageSendCompletedworkflowCheckBox + label {
    max-width: 360px;
}

.send-completed-workflow:not(.no-copy) #lastPageSendCompletedworkflowCheckBox + label::before {
    display: none;
}

            .self-service-last-page .well-done .send-completed-workflow .send-button {
                width: 100%;
            }

                .self-service-last-page .well-done .send-completed-workflow .send-button button {
                    margin-left: auto;
                    margin-right: auto;
                }

                .self-service-last-page
                .well-done
                .send-completed-workflow
                .send-button
                button {
                    padding-left: 12px;
                    padding-right: 12px;
                    padding-top: 0px;
                    cursor: pointer;
                }

                .self-service-last-page
                .well-done
                .send-completed-workflow
                .send-button
                #lastPageSendCompletedWorkflowBtn {
                    line-height: inherit !important;
                }

                #lastPageSendCompletedWorkflowBtn {
                    margin-top: 32px;
                }

                .self-service-last-page
                .well-done
                .send-completed-workflow
                .send-button
                #lastPagRredirectAndSendBtn {
                    display: none;
                }

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    visibility: visible !important;
}

input[type="date"],
focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        width: 10px;
        height: 10px;
        position: absolute;
        margin-top: 10px;
        left: 120px;
    }

.rtl input[type="date"]::-webkit-inner-spin-button,
.rtl input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    position: absolute;
    right: 0;
}

.rtl input[type="date"]::-webkit-calendar-picker-indicator {
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 10px;
    right: 120px;
}

.bottom button:focus {
    outline: 0;
}

.sub-title {
    font-size: 14px;
    color: #3e4554;
    margin: 12px 0px 12px 0px;
}


.complex-title {
    padding-left: 7px;
    margin-bottom: 16px;
    display: flex;
}
.complex-title label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #171c22;
}
.complex-group {
  margin-bottom: 24px;
  padding-left:8px;
}

.reveal-if-active .sub-title {
    margin: 15px 0 15px 0;
}

.reveal-if-active input {
    margin: 0 0 20px 0 !important;
}

.radio-vertical {
    display: block;
    width: 100%;
    text-align: left;
    min-height: 18px;
    margin-bottom: 15px;
}

.rtl .radio-vertical {
    text-align: right;
}

.radio-horizontal div,
.checkbox-horizontal div {
    display: inline;
    width: 33.33333333333333%;
    margin-left: 60px;
}

.radio-horizontal {
    height: 39px;
}

.checkbox label {
    color: #3e4554 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.checkbox-vertical > div {
    width: 100%;
    padding: 0px;
    font-size: 14.5px;
}

.button-left {
    display: inline;
    width: 40%;
    position: relative;
    float: left;
}

.button-right.active {
}

.button-center.active {
    border-radius: 50px;
}

.arrow,
.arrow-right,
.arrow:before,
.arrow-right:after,
.arrow-right:before,
.arrow:after {
    background: #adadad;
}

.button-right {
    display: inline;
    width: 40%;
    position: relative;
    float: right;
    height: 50px;
}

    .button-left .text-button,
    .button-right .text-button {
        font-size: 32px;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.button-center {
    width: 40%;
    position: relative;
    float: right;
    height: 50px;
}

button.button-right,
button.button-left,
button.button-center {
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-basis: calc(50% - 8px);
    justify-content: center;
}

.button-right:not(.active) {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    pointer-events: none !important;
    color: var(--lds-color-font-disabled);
    border: none;
    background-color: var(--lds-color-neutral-transparent-300);
}

.button-left:not(.active) {
    pointer-events: none !important;
    color: var(--lds-color-font-disabled);
    border: solid 1px var(--lds-color-border-disabled);
    background-color: var(--lds-color-background-base);
}

.button-center:not(.active) {
    pointer-events: none !important;
    color: var(--lds-color-font-disabled);
    border: none;
    background-color: var(--lds-color-neutral-transparent-300);
}

.button-right.scale-animation {
    -webkit-animation: Desktop-Scale 1s ease infinite;
    -moz-animation: Desktop-Scale 1s ease infinite;
    animation: Desktop-Scale 1s ease infinite;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
}

.form-step h1 {
    padding: 0 15px !important;
}

.upload-files .blue-button:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.upload-files .blue-button.no-info {
    min-height: 60px !important;
}

.upload-files .blue-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: inherit !important;
    min-height: 90px !important;
    padding: 16px;
    gap: 12px;
    font-size: 22px;
    color: #080F1C;
    position: relative;
    margin: 16px auto;
    cursor: pointer;
    background-repeat: repeat-y;
    font-size: 100%;
    word-break: break-all;
    word-break: break-word;
}

.upload-files {
    display: none;
    margin: 20px auto 0px auto;
    display: block;
    position: relative;
    padding: 0px 20px 0 20px;
    align-self: center;
}

    .upload-files h3 {
        text-align: center;
        margin-top: 10px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    .upload-files .row {
        text-align: left;
    }

    .upload-files .bottom-text {
        color: #b0b0b0;
        font-size: 10px;
        margin-top: 100px;
    }

    .upload-files .sub-title {
        font-size: 15px;
        font-weight: 400;
        color: var(--lds-color-font-base);
        margin: 0px 0px 23px 0px;
    }

    .upload-files .capture_doc .first-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        width: auto;
        height: 24px;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

            .upload-files .capture_doc .first-row .upload-indicator .btn-camera {
                background-image: url(../img/btn-camera.svg);
                background-repeat: no-repeat;
                background-size: 24px;
                width: 24px;
                height: 24px;
            }

            .upload-files .capture_doc .first-row .upload-indicator .uploaded {
                width: 24px;
                height: 24px;
                font-family: 'Heebo';
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
                display: flex;
                align-items: center;
                letter-spacing: 0.15px;
                color: #1877E1;
            }

        .upload-files .capture_doc .first-row .btn-content {
            width: auto;
            height: 24px;
            font-family: 'Heebo';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            display: flex;
            align-items: center;
            letter-spacing: 0.15px;
            flex: none;
            order: 1;
            flex-grow: 1;
        }

.get-passport img {
    width: auto;
    margin-top: 7px;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.upload-files .error .btn-content .msg {
    display: inline;
}

.upload-files .error .btn-content img {
    display: none;
}

.upload-files .error .btn-content .btn-txt {
    bottom: 30px;
}

.upload-files .btn-content .msg {
    width: 105px;
    height: 27px;
    font-size: 12px;
    color: #4b5466;
    text-align: center;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0px;
    right: 26px;
    display: none;
}

.form-last-page {
    overflow-x: hidden;
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 0 32px 0 !important;
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.photo-idv-form {
    padding: 100px 44px;
}

.last-page {
    text-align: center;
    display: block;
    position: relative;
    overflow: auto;
}

.last-page table {
    table-layout: fixed;
}

.last-page .expired-ico {
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background: url(../img/expired.svg) no-repeat;
    background-size: 100%;
}

.last-page .title,
.last-page .txt {
    text-align: center;
    margin: 0 auto;
}

.last-page h2.title {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: 0 !important;
}

.last-page .title:empty,
.last-page .txt:empty {
    display: none;
}

.form-last-page .send-doc-container {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--lds-space-7) var(--lds-space-8) 0;
    border-top: 1px solid var(--lds-color-border-light);
    flex-direction: column;
}

.form-last-page .send-doc-container .lds-button {
    margin-top: var(--lds-space-8);
    width: 100%;
}

@media only screen and (min-width: 420px) {
    .form-last-page .send-doc-container {
        flex-direction: row;
        padding: var(--lds-space-8) var(--lds-space-9) 0;
    }

    .form-last-page .send-doc-container .lds-button {
        margin-top: 0;
        width: fit-content;
    }
}

.form-last-page .send-doc-btn {
    display: flex;
    gap: var(--lds-space-4);
    align-items: center;
    padding: var(--lds-space-6) var(--lds-space-7);
    border: none;
    border-radius: var(--lds-radius-md);
    color: var(--lds-color-font-primary-base);
    font-size: 14px;
    cursor: pointer;
}

.form-last-page .send-doc-btn.checkbox {
    cursor: default;
    text-align: left;
    color: var(--lds-color-font-base) !important;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}

.form-last-page .close-btn-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.form-last-page .close-btn {
    margin-left: auto;
}

@media only screen and (min-width: 420px) {
    .form-last-page .send-doc-btn.checkbox {
        margin: 0;
    }
}

.form-last-page .send-doc-btn.checkbox .send-doc-checkbox {
    opacity: 1;
    position: relative;
    width: var(--lds-space-6);
    height: 20px;
    margin: 0;
}

.form-last-page .send-doc-btn.checkbox .bold {
    font-weight: bold;
    color: #171C22;
}

.form-last-page .send-doc-ico {
    display: block;
    margin: 0 auto;
    height: var(--lds-space-6);
    width: var(--lds-space-6);
    background: url(../img/send-doc.png) no-repeat;
    background-size: 100%;
}

.form-last-page .edit-doc-ico {
    display: block;
    margin: 0 auto;
    height: var(--lds-space-8);
    width: var(--lds-space-8);
    background: url(../img/edit-doc.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.modal-form.email-form {
    padding: var(--lds-space-8) 0;
}

.modal-form.email-form .email-form__header .title {
    padding: 0 var(--lds-space-8) var(--lds-space-8);
    border-bottom: 1px solid var(--lds-color-border-light);
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: var(--lds-space-8);
}

@media only screen and (min-width: 420px) {
    .modal-form.email-form .email-form__body {
        padding: 0 var(--lds-space-8) var(--lds-space-8);
    }
}

.modal-form.email-form .text-field {
    margin-bottom: 0px;
}

.modal-form.email-form .email-form__body .error .text-field {
    border: 1px var(--lds-color-warn-main) solid;
}

.modal-form.email-form .email-form__footer {
    padding: var(--lds-space-8) var(--lds-space-8) 0;
    border-top: 1px solid var(--lds-color-border-light);
}

.fill-form .form-ico-payment {
    display: block;
    margin: 0px auto;
    height: 75px;
    width: 75px;
    background-size: 100%;
    background-image: url(../img/tools_payment.png);
    background-repeat: no-repeat;
}

.fill-form .title {
    padding: 0px 20px;
    display: inline-block;
    font-size: 20px;
    color: #808080;
    width: 100%;
    text-align: center;
    float: none !important;
}

.fill-form .txt {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    color: var(--lds-color-font-base);
}

.close-upload,
.close-arrow {
    width: 160px;
    position: relative;
    margin: 0 auto;
    border: 0px;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-basis: calc(50% - 8px);
    justify-content: center;
    align-items: center;
    min-height: 40px;
    line-height: 40px;
}

    .close-upload .text-button,
    .close-arrow .text-button {
        color: #fff;
        line-height: 40px;
        font-size: 20px;
    }

.payment-modal .text-button {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 0;
}

.last-page + .bottom-text {
    color: #b0b0b0;
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}

button.close:focus {
    outline: none;
}

button.close {
    border: none;
}

button:focus {
    outline: none;
}

.datefield {
    width: 100%;
    height: 36px;
    margin: 9px 0;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0px;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 40px;
    color: #b7b7b7;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 15px;
}

    .datefield * {
        display: inline-block;
    }

    .datefield input {
        width: 2.2em;
        padding: 0 0.4em;
        border: none;
        font-size: 100%;
        background: none;
        color: #b7b7b7;
    }

        .datefield input#year {
            width: 3.1em;
        }

        .datefield input:focus {
            outline: none;
        }

.form-control:-moz-placeholder {
    color: var(--lds-color-font-weak);
}
.form-control::-moz-placeholder {
    color: var(--lds-color-font-weak);
}
.form-control:-ms-input-placeholder {
    color: var(--lds-color-font-weak);
}
.form-control::-webkit-input-placeholder {
    color: var(--lds-color-font-weak);
}
.form-control::placeholder {
    color: var(--lds-color-font-weak);
}

.payment-title-wrapper {
    display: block;
    height: 150px;
    font-size: 22px;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.creditcard-brand {
    max-width: 800px;
}

.payment-title-wrapper .payment-title {
    font-size: 22px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    max-width: 140px;
    color: var(--lds-color-font-base);
    font-weight: 100;
}

.payment-title-empty-room {
    font-size: 22px;
    margin: 0 auto;
    max-width: 140px;
    color: var(--lds-color-font-base);
    font-weight: 100;
}

.payment-title-wrapper .payment-total {
  color: var(--lds-color-font-base);
    width: 100%;
}

    .payment-title-wrapper .payment-total span {
        margin-top: 4px;
        display: inline-block;
        text-align: left;
        font-weight: 400 !important;
        font-size: 2.125rem !important;
        line-height: 2.5rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .payment-title-wrapper .payment-total i.lds-icon {
        display: inline-flex;
        vertical-align: top;
        margin-top: 10px;
    }

.payment-total {
    float: left;
    direction: ltr;
}

.order-datails-button {
    float: right;
}

.card-type {
    text-align: left;
}

.card-holder {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 18%;
}

.close-wizard {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1000;
}

.files.side-view .close-wizard {
    z-index: 1000000;
}

    .close-wizard a {
        text-decoration: none;
        color: #fff;
        font-size: 1.5em;
    }

.rtl .close-wizard {
    position: absolute;
    top: 10px;
    left: 15px;
    right: auto;
}

/* Upload Files with preview (modal & elements inside)  */
.modal-form.upload-files-modal.active {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    bottom: 0;
    z-index: 1000;
}

.modal-form.upload-files-modal .upload-files-container {
    width: 100%;
    height: 100%;
}

.modal-form .wrapup-body {
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal-form .wrapup-body form {
        height: 60vh;
    }

.upload-preview-file {
    border: 1px solid #b4c2ce !important;
    border-radius: 5px !important;
    position: relative !important;
    background-size: calc(100% - 35px) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    float: left;
    margin: 10px;
}

span.upload-progress-bar {
    height: 5px;
    width: 0;
    background-color: #ffffff;
    display: inline-block;
    transition: width ease-in-out 1s;
    background-color: var(--lds-brand-color-primary);
    top: 0;
    position: absolute;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

@media (max-width: 720px) {
    .card-type {
        width: 100%;
    }

        .card-type .card-holder {
            margin-left: 0;
        }

            .card-type .card-holder label img {
                max-width: 100%;
                display: block;
                vertical-align: middle;
            }

    .bottom.controlls .arrow.next {
        margin-top: 10px;
    }

    .button-center .text-button,
    .button-left .text-button,
    .button-right .text-button {
        font-size: 14px !important;
    }
}

@-webkit-keyframes Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Desktop-Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes Desktop-Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes Desktop-Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Desktop-Scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

input[type="radio"]:checked ~ .reveal-if-active > .row-wrapper > .input-placeholder,
input[type="checkbox"]:checked > .row-wrapper ~ .reveal-if-active > .row-wrapper > .input-placeholder {
    display: inline-flex;
}

.row-wrapper > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.input-placeholder.w10 {
    width: 10%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w30 {
    width: 30%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w33 {
    width: 33.3%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w20 {
    width: 20%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w25 {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w40 {
    width: 40%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w60 {
    width: 60%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w75 {
    width: 75%;
    float: left;
    padding-right: 10px;
}

.input-placeholder.w50 {
    width: 50%;
    padding-right: 10px;
    float: left;
}

/* fix only for BT basket form layout */
:not(.row-wrapper) > .input-placeholder.w50 {
    float: left;
}
/* end*/

.input-placeholder.w90 {
    width: 90%;
    display: inline-flex;
    padding-right: 10px;
}

#modalWrapup {
    text-align: left;
}

.modal-form-body {
    margin-bottom: 15px;
}

.input-placeholder input.error ~ .error-message, 
.input-placeholder textarea.error ~ .error-message,
.input-placeholder textarea.error ~ .message-row .error-message  {
    visibility: visible;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
    visibility: hidden;
}

.form-group.form-body-classic {
    width: 100% !important;
    min-height: 46px;
}

.form-group.form-body-classic.form-designer {
    padding: 15px 0 15px 0;
    /*border-bottom: 2px solid rgba(47, 59, 91, 0.12);*/
}

.form-group.form-body-classic .row-wrapper {
    width: 100%;
    display: inline-block;
}

.form-group.form-body-classic
.row-wrapper:has(.input-placeholder.set-width):not(:has(.checkbox-vertical)) {
    width: 100%;
    display: flex !important;
    align-items: flex-end;
}

.form-group.form-body-classic
.row-wrapper:has(.input-placeholder.set-width):has(.complex-group), .form-group.form-body-classic
.row-wrapper:has(.input-placeholder.set-width):has(.list-group) {
    display: inline-block !important;
}

.form-group.form-body-classic
.row-wrapper:has(.form-control.multi-line) {
    align-items: flex-start !important;
}

.input-placeholder.set-width:not(.input-placeholder.w100):not(:last-child) {
    margin-right: 20px;
}

.form-group label.disabled {
    color: #b3b3b3 !important;
}

.form-group input.disabled {
    color: #b3b3b3 !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 0.6;
}

.form-group select.disabled {
    color: #b3b3b3 !important;
}

.form-group div.disabled {
    color: #b3b3b3 !important;
}

input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.form-content .scroll-to-approve p {
    font-weight: 400 !important;
    font-size: 0.625rem !important;
    line-height: 0.75rem !important;
    letter-spacing: 0.025rem !important;
    color: var(--lds-brand-color-font-primary-base);
    margin-bottom: 0px;
}

div[data-type="checkboxes-group"].error > input + label:before {
    border: 2px solid var(--lds-color-warn-main) !important;
    content: "";
}

div[data-type="checkboxes-group"].error > .sub-title {
    color: var(--lds-color-warn-main) !important;
}

div[data-type="checkboxes-group"].error .error-message {
    visibility: visible;
}

.no-text-align {
    text-align: unset !important;
    padding-right: 44px;
    padding-left: 44px;
}

.form-content input[data-inputmask-inputformat] {
    position: relative;
    z-index: 9999999;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .form-group.form-body-classic {
        width: 100% !important;
        min-width: unset;
    }
}

#upload_options {
    display: none;
    position: absolute;
    left: 5px;
    top: 101%;
    background: #fff;
    width: 95%;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 6px 7px rgba(47, 59, 91, 0.2);
    border-radius: 4px;
}

    #upload_options.on {
        display: flex;
        z-index: 2;
    }

    #upload_options.top {
        /* display: flex;
        bottom: 105%;
        top: unset;
        max-width: 250px;
        width: 230px;
        left: 0; */
        display: flex;
        z-index: 9999;
        position: fixed;
        top: 250px;
        left: 0;
        width: 55%;
    }

    #upload_options span {
        cursor: pointer;
        background: transparent;
        border: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        padding: 0 30px;
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
    }

.ABBYY_Capture_Module {
    /* height: calc(100% - 65px); */
    margin-top: 65px;
    z-index: 999999999 !important;
}

.main-container {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

    .main-container .main-card-box {
        height: 100%;
    }

.workflow-desktop-close.lds-icon-button {
    display: none;
}

.commands-panel.panel-with-download-draft-btn a {
    min-width: 132px;
}

.main-container
.form-header-classic
.form-header-container
.form-step
.form-step-icon {
    visibility: hidden;
}

.form-content.dynamic-html {
    padding: 0 !important;
}

.form-content .html-to-pdf.fr-view,
.form-content .scroll-to-approve,
.tick-to-approve .input-placeholder,
.form-content .tickbox-title {
    padding: 24px calc((100% - 684px) / 2);
}

.form-content .scroll-to-approve {
    padding-top: 0;
    text-align: center;
}

    .form-content .scroll-to-approve p {
        padding-top: 0;
        text-align: center;
        font-weight: 400 !important;
        font-size: 0.8125rem !important;
        line-height: 1.25rem !important;
        letter-spacing: 0.009375rem !important;
    }

.form-content .tickbox-title {
    max-height: 112px;
    overflow: hidden;
    border-bottom: 1px solid var(--lds-color-border-light);
    display: flex;
}
.form-content .tickbox-title .html-wrapper{
    overflow: hidden;
}
.form-content .external-html-to-pdf {
    display: flex;
    flex-grow: 1;
}
.form-content .external-html-renderer {
   width: 100%;
}


.button-payment {
    height: 40px;
    background: #4396e9;
    cursor: pointer;
    display: flex;
    flex-basis: calc(100% - 0px);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    padding: 0;
}

/***Reassign Feature***/

[id^='phonePrefix'] {
    width: 100px;
    min-width: 100px;
}

[id^='contact-phone'],
[id^='assign-contact-phone'] {
    column-gap: 8px;
}

.reassign-reengage-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reassign-reengage-icons .item-right{
  align-self: flex-end;
  margin-right: 20px;
  margin-top: 8px;
}

.reassign-last-page,
.reassign-form,
.assign-form {
    background: white;
    top: inherit;
    bottom: inherit;
    width: 100%;
    height: inherit;
    flex-grow: 1;
}
.reassign-form,
.assign-form {
    padding: 32px 32px 56px;
    overflow: auto;
}

#assign-form-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.assign-form .form-body .assign-otp-channel-box{
    display: none;
}
.assign-form .form-body .assign-otp-channel-box .assign-otp-phone-channel-box{
    display: flex;
    flex-direction: column;
    gap: var(--lds-space-4);
}
.assign-form .form-body .assign-otp-channel-box .assign-otp-phone-channel-box .assign-otp-channel-phone-conatiner {
    display: flex;
    flex-direction: row;
    gap: var(--lds-space-4);
}
.assign-form .form-body .assign-otp-channel-box .assign-otp-phone-channel-box .assign-otp-channel-phone-conatiner .assign-otp-channel-phone-prefix {
    width: 100px;
    min-width: 100px;
}

.reassign-last-page {
    padding: 24px 32px 56px;
}

.reassign-form .form-body,
.assign-template {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
 .optional-label-container{
    display: flex;
    justify-content: space-between;
}
.optional-label-container #optional-participant{
    display: flex;
    padding: var(--lds-space-2) var(--lds-space-3);
    align-items: center;
    border-radius: var(--lds-radius-sm);
    border: 1px solid var(--lds-color-neutral-transparent-500);
}
.reassign-form #reassign-subtitle {
    color: var(--lds-color-font-weak);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.4px;
}
.reassign-form #reassign-title,
.assign-form #assign-title {
    color: var(--lds-color-font-base);
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    letter-spacing: 0.015625rem !important;
}
.reassign-last-page {
    height: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

    .reassign-last-page .title {
        text-align: center;
        color: var(--font-base, #080F1C);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Heebo;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: 0.25px;
    }

.reassign-reengage-page .reassign-header, .reassign-form .reassign-header {
    margin: 0;
    width: 100%;
    background-color: #130d1f;
    top: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999999;
    height: 65px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 14px;
}
.reassign-form #reassign-header,
.assign-form #assign-header {
    padding-bottom: 16px;
}
    .reassign-reengage-page .reassign-header .header-title, .reassign-form .reassign-header .header-title {
        color: #FFF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: 0.25px;
    }
.reassign-reengage-page .reassign-header button, .reassign-form .reassign-header button {
        width: 24px;
        background: none;
        border: none;
        height: 24px;
    }
.reassign-reengage-page .reassign-header .header-container, .reassign-form .reassign-header .header-container{
        display: flex;
        height: 64px;
        padding: 0px 24px;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
        align-self: stretch;
    }
.reassign-form .form-body .reassign-otp-channel-box{
    display: none;
}
.reassign-form .form-body .reassign-otp-channel-box .reassign-otp-phone-channel-box{
    display: flex;
    flex-direction: column;
    gap: var(--lds-space-4);
}
.reassign-form .form-body .reassign-otp-channel-box .reassign-otp-phone-channel-box .reassign-otp-channel-phone-conatiner {
    display: flex;
    flex-direction: row;
    gap: var(--lds-space-4);
}
.reassign-form .form-body .reassign-otp-channel-box .reassign-otp-phone-channel-box .reassign-otp-channel-phone-conatiner .reassign-otp-channel-phone-prefix {
    width: 100px;
    min-width: 100px;
}

.reassign-reengage-page .contact {
    display: flex;
    padding: 24px 0 0 32px;
    gap: 24px;
    justify-content: space-around;
}
.reassign-reengage-page .contact-info,
.reassign-reengage-page .right-container {
    display: flex;
    flex-direction: column;
}

.reassign-reengage-page .right-container {
    border-bottom: 1px solid var(--lds-color-border-light);
    padding-right: 32px;
    row-gap: 8px;
    padding-bottom: 24px;
}

.reassign-reengage-page .contact-info {
    padding-bottom: 2px;
}

.reassign-reengage-page .contact-info,
.reassign-reengage-page .session-pin,
.reassign-reengage-page .right-container {
    flex: 1;
}

    .reassign-reengage-page .pin-value .value {
        word-break: break-all;
    }

.reassign-reengage-page .contact-name {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
}

.reassign-reengage-page .contact-details {
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.025rem !important;
    color: var(--lds-color-font-weak);
}

.reassign-reengage-page .pin-value {
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.025rem !important;
}

.reassign-reengage-page .top-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1;
}

.reassign-reengage-page .left-container {
    width: 40px;
}

.reassign-reengage-page .user-status {
    color: #007343;
    display: flex;
    gap: 4px;
    align-items: center;
    padding-right: 20px;
}

.reassign-reengage-page .name-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--lds-size-avatar-lg);
    width: var(--lds-size-avatar-lg);
    border-radius: var(--lds-radius-circle);
    background-color: var(--lds-brand-color-customer-thumbnail-bg);
    color: var(--lds-brand-color-customer-thumbnail-color);
    text-align: center;
}

.reassign-last-page .subtitle {
    color: var(--lds-color-font-weak);
    text-align: center;
    text-align: center;
}

/***Reassign Feature***/

#work-flow-template {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--lds-color-background-light);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

 .main-container .form-header-classic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

        .main-container .form-header-classic .form-header-container {
            max-width: 780px;
            width: 100%;
            display: flex;
            align-items: center;
            min-height: 72px;
            column-gap: 18px;
        }

            .main-container .form-header-classic .form-header-container .close-wizard {
                position: inherit;
            }

.main-container
  .form-header-classic
  .form-header-container
  .form-step
  .form-step-icon {
  color: white;
  visibility: hidden;
  display: none;
}

    .main-container .main-card-box {
        width: 780px;
        background-color: white;
        box-shadow: 0px 4px 40px -16px rgba(33, 46, 62, 0.12);
        border-radius: 8px 8px 0px 0px;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: inherit;
        padding-bottom: 0px;
        overflow: hidden;
    }

        .main-container .main-card-box.with-out-box-shadow {
            box-shadow: none;
        }

            .main-container .main-card-box.with-out-box-shadow .form-content,
            .main-container
            .main-card-box.with-out-box-shadow
            .modal-form.upload-files-modal {
                border-radius: 0px;
                -webkit-transition: none !important;
                -moz-transition: none !important;
                -o-transition: none !important;
                transition: none !important;
            }

        .main-container .main-card-box .page-progress {
            display: flex;
            width: 100%;
            justify-content: space-between;
            border-bottom: 1px solid rgba(28, 35, 54, 0.12);
            padding: 10px 24px;
            height: 64px;
            width: 100%;
            align-items: center;
        }

            .main-container .main-card-box .page-progress .page-name {
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #1c2336;
            }

            .main-container .main-card-box .page-progress .page-pagger {
            }


.last-page:not(.no-text-align) {
    padding: var(--customer-inner-form-padding);
    padding-bottom: 0;
}

.form-content {
    /* top: inherit;
  bottom: inherit; */
    width: 100%;
    height: 100%;
    flex-grow: 1;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 24px !important;
}

    .form-content.tick-box-form {
        padding: 0 !important;
    }

    .form-content.download-files {
        padding-left: 44px;
        padding-right: 44px;
    }

    .form-content > div {
        width: 100%;
        max-width: inherit;
    }

    .form-content .custom-page {
        margin-top: 40px;
    }
        .form-content .custom-page.consent {
            margin-top: 0;
        }

    .form-content .custom-page form {
        margin-top: 32px;
    }

.bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    height: 64px;
    background: #ffffff;
    border-radius: 1px 1px 0px 0px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    z-index: 999999;
    position: inherit;
}

.bottom-desktop {
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 13px;
    height: 40px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.bottom-desktop-empty-room {
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 13px;
    height: 40px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}


.modal-view.desktop {
    position: inherit;
    background: inherit;
    display: flex;
    border-radius: 50px;
}

    .modal-view.desktop .modal-view-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

        .modal-view.desktop .modal-view-wrapper .fill-form {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            max-width: inherit;
            width: inherit;
            height: 100%;
            margin: inherit;
            padding: 16px 44px !important;
  border-radius: 8px;
            padding-top: 40px !important;
        }

            .modal-view.desktop .modal-view-wrapper .fill-form .close {
                display: none;
            }

            .modal-view.desktop .modal-view-wrapper .fill-form .workflow-desktop-close {
                display: flex;
                position: absolute;
                top: 16px;
                left: 24px;
                cursor: pointer;
                line-height: 1;
                align-items: center;
                gap: 5px;
            }

button.button-left,
button.button-right {
    flex-basis: calc(50% - 8px);
}

#save-signature {
    margin-right: 8px;
}

.payment-title-wrapper {
  background-color: white !important;
  display: flex;
  align-items: center; 
}

.payment-title-wrapper {
    color: black;
}

    .payment-title-wrapper .payment-title {
        font-family: "Heebo";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(28, 35, 54, 0.64);
        border-bottom-width: 0;
    }

        .payment-title-wrapper .payment-total i.fa {
            margin-top: 5px;
            font-style: normal;
            font-weight: 400;
            font-size: 38px;
            line-height: 56px;
        }

.commands-panel .btn-download-draft {
    min-width: 132px;
}

.msg .close-arrow {
    clear: both;
}

.modal-view.desktop .close-arrow .text-button,
#work-flow-template .button-left .text-button,
#work-flow-template .button-right .text-button,
#save-signature,
#clear-signature,
.form-last-page .close-arrow .text-button,
.modal-form .submit .btn-field {
    font-size: 16px !important;
}

.message-thumb .commands-panel {
    height: 59px;
}

.commands-panel.panel-with-download-draft-btn,
.commands-panel.panel-with-payment-btn {
    height: 96px;
}

.payment-title-wrapper .payment-total i.fa {
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 56px;
}

.commands-panel .btn-download-draft {
    min-width: 132px;
}

.msg .close-arrow {
    clear: both;
}

.form-content.payment-wizard {
    margin-top: 15px;
}

.modal-view.desktop .close-arrow .text-button,
#work-flow-template .button-left .text-button,
#work-flow-template .button-right .text-button,
#save-signature,
#clear-signature,
.form-last-page .close-arrow .text-button,
.modal-form .submit .btn-field {
    font-size: 16px !important;
}

.message-thumb .commands-panel {
    height: 59px;
}

.commands-panel.panel-with-download-draft-btn,
.commands-panel.panel-with-payment-btn {
    height: 96px;
}

.close-wizard a {
    display: flex;
    align-items: center;
}

#consent-download{
  position: inherit;
}

/*NEW UI*/

.upload-files .capture_doc .first-row .upload-indicator {
    position: relative;
}

    .upload-files .capture_doc .first-row .upload-indicator .banner-icon {
        font-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -6px;
        right: -6px;
        color: var(--lds-color-warn-main);
    }

.client-page.new-ui .upload-files .blue-button {
    min-height: unset !important;
}

.client-page.new-ui .upload-files-modal.active {
    overflow: auto;
    padding: 32px 64px 0 0 !important;
    right: -32px;
    left: 0;
}

.client-page.new-ui .upload-preview-file {
    margin: 0;
}

.client-page.new-ui .upload-files-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.client-page.new-ui .modal-form.upload-files-modal .upload-files-container .title {
    padding-bottom: 16px !important;
}

.client-page.new-ui #upload_options {
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    padding: 8px;
    row-gap: 2px;
}

    .client-page.new-ui #upload_options .list-item {
        display: flex;
        align-items: center;
        column-gap: 16px;
        height: 40px !important;
        padding: 0 4px 0 16px;
        width: 100%;
        border-radius: var(--lds-radius-sm);
        border: none;
        background: white;
    }

        .client-page.new-ui #upload_options .list-item:hover {
            background-color: var(--lds-color-interaction-hover);
        }

        .client-page.new-ui #upload_options .list-item:active {
            background-color: var(--lds-color-interaction-focus);
        }

        .client-page.new-ui #upload_options .list-item .list-item-text {
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;
        }

    .client-page.new-ui #upload_options span {
        gap: 0;
        padding: 0;
        height: unset;
    }

.client-page.new-ui .modal-view.desktop .modal-view-wrapper .fill-form {
    display: block;
}

.client-page.new-ui .form-group.form-body-classic:not(.session-pin-form):not(.otp-pincode) {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.client-page.new-ui .main-container .form-header-classic {
    position: relative;
    top: 0;
    background: var(--lds-color-background-base);
    min-height: 72px;
    box-shadow: 0px 1px 32px -5px rgba(0, 19, 40, 0.08);
    padding: 0;
}

.client-page.new-ui.limited .main-container .form-header-classic {
    min-height: 96px;
}

    .client-page.new-ui .main-container .form-header-classic:after {
        border-bottom: none;
    }

    .client-page.new-ui .main-container .form-header-classic[style*="display: none"] ~ .main-card-box {
        margin-top: 88px;
    }

    .client-page.new-ui .main-container .form-header-classic .form-header-container {
        padding: 0 12px 0 16px;
        column-gap: 16px;
    }

.client-page.new-ui #consent-download {
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    height: 83px;
    left: 32px;
    width: fit-content;
    border-bottom: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.client-page.new-ui form.customer-payment {
    padding-top: 24px;
}

    .client-page.new-ui form.customer-payment #personalInfo {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

.client-page.new-ui .form-content {
    padding: 24px 32px 56px;
    border-radius: 0;
    border-bottom: none;
}
.client-page.new-ui .form-content:not(.dynamic-html) {
    font-family: Heebo !important;
}

    .client-page.new-ui .form-content .custom-page.consent,
    .client-page.new-ui .form-content .custom-page,
    .client-page.new-ui .form-content #idv_result {
        margin: 0;
        padding: var(--customer-inner-form-padding);
    }

    .client-page.new-ui .form-content.download-files {
        padding: 8px 8px 56px;
        padding-top: 8px !important;
    }

    .client-page.new-ui .form-content:not(.dynamic-html) h1,
    .client-page.new-ui .form-content:not(.dynamic-html) h2,
    .client-page.new-ui .form-content:not(.dynamic-html) h3,
    .client-page.new-ui .form-content:not(.dynamic-html) h4,
    .client-page.new-ui .form-content:not(.dynamic-html) p,
    .client-page.new-ui .form-content:not(.dynamic-html) td {
        margin: 0;
    }

    .client-page.new-ui .form-content.dynamic-html {
        padding: 0 !important;
    }

    .client-page.new-ui .form-content.download-files .download-files-header {
        padding: 0;
        padding-bottom: 8px;
        border-bottom: none;
        max-width: unset;
        min-height: 56px;
        padding-left: 16px;
        padding-right: 8px;
        font-weight: 400 !important;
        font-size: 0.8125rem !important;
        line-height: 1.25rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .client-page.new-ui .form-content.download-files .download-files-header::after {
        content: '';
        position: absolute;
        background-color: var(--lds-color-border-light);
        height: 1px;
        bottom: 0;
        left: -32px;
        right: -32px;
    }

    .client-page.new-ui .form-content.download-files .files-container {
        margin: 0;
        padding-top: 8px;
    }

    .client-page.new-ui .form-content.download-files .files-container .files-list {
        row-gap: 2px;
        display: flex;
        flex-direction: column;
    }

    .client-page.new-ui .form-content.download-files .files-list-item {
        margin-bottom: 0;
        line-height: initial;
        min-height: 40px;
        height: 40px;
        padding: 0 8px 0 16px;
    }

        .client-page.new-ui .form-content.download-files .files-list-item:hover {
            background-color: var(--lds-color-interaction-hover);
        }

        .client-page.new-ui .form-content.download-files .files-list-item.selected {
            background-color: var(--lds-brand-color-interaction-selected);
        }

            .client-page.new-ui .form-content.download-files .files-list-item.selected:hover {
                background-color: var(--lds-brand-color-interaction-selected-hover);
            }


    .client-page.new-ui .form-content.download-files .files-list-item .download-checkbox {
        margin-left: 4px;
    }

    .rtl.client-page.new-ui .form-content.download-files .files-list-item .download-checkbox {
        margin-left: 0;
        margin-right: 4px;
    }

    .client-page.new-ui .form-content .content {
        display: flex;
        flex-direction: column;
        row-gap: var(--lds-space-4);
    }

    .client-page.new-ui .form-content > form {
        max-width: unset;
    }
    .client-page.new-ui .form-content .section-content{
        margin-bottom: var(--lds-space-5);

    }
    .client-page.new-ui .form-content .section-content.with-section-title {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: var(--lds-space-6);
    }
    .client-page.new-ui .form-content .section-content.with-section-title.open-section {
        gap: var(--lds-space-4);
    }
    .client-page.new-ui .form-content .section-content.with-section-title-with-out-border {
        border-bottom: none;
    }

    .client-page.new-ui .form-content .section-content.with-section-title .hide-section-content {
        height: 0 ;
        overflow: hidden;
    }
    .client-page.new-ui .form-content .section-content .section-title-container{
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: var(--lds-space-6);
        padding-top: 16px;
        border-top: solid 1px var(--lds-color-border-light);;
    }
    .client-page.new-ui .form-content .form-group:first-of-type  .section-content .section-title-container{
        border-top: none;
        padding-top: 0px;
    }
    .client-page.new-ui .form-content .section-content .section-title-container .section-title{
        align-self: center;
    }

.client-page.new-ui .form-group.form-body-classic.form-designer {
    padding: 0;
}
.client-page.new-ui .form-body-classic .form-control,
.client-page.new-ui .input-placeholder .form-control {
    height: 2.125rem;
    margin-bottom: 0;
    color: var(--lds-color-font-base);
    padding: 6px 8px 6px 12px;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    font-family: Heebo !important;
    caret-color: var(--lds-brand-color-primary);
    border-radius: var(--lds-radius-sm) var(--lds-radius-sm) 0px 0px;
    background-color: var(--lds-brand-color-background-lighter);
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.rtl.client-page.new-ui .form-body-classic .form-control,
.rtl.client-page.new-ui .input-placeholder .form-control {
    padding: 6px 12px 6px 8px;
}

    .client-page.new-ui .form-body-classic.session-pin-form .input-placeholder .form-control, .client-page.new-ui .form-body-classic.otp-pincode .input-placeholder .form-control {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.009375rem !important;
}
    .client-page.new-ui .form-body-classic .form-control.hasDatepicker + i {
        position: absolute;
        right: 8px;
        top: 0;
        z-index: 9999999;
        height: 34px !important;
        display: flex;
        align-items: center;
        color: var(--lds-color-icon-base);
    }

    .rtl.client-page.new-ui .form-body-classic .form-control.hasDatepicker + i {
        left: 8px;
        right: unset;
    }

.client-page.new-ui .form-body-classic .date-picker-wrapper {
    position: relative;
}
.client-page.new-ui .form-body-classic .input-placeholder:not(.focused) .form-control.error,
.number-formating-container.error{
    border-bottom: 1px solid var(--lds-color-warn-main) !important;
    caret-color: var(--lds-color-warn-main);
}

.client-page.new-ui .pin-error-message:not([style*="display: none;"]) + .pin-hint {
    display: none;
}

.client-page.new-ui .input-placeholder .error-message {
    color: var(--lds-color-warn-main);
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.025rem !important;
    margin-left: 2px;
    margin-bottom: 0;
    display: none;
}
.client-page.new-ui .input-placeholder:not(.focused) input.error ~ .error-message,
.client-page.new-ui .input-placeholder:not(.focused) textarea.error ~ .error-message,
.client-page.new-ui .input-placeholder:not(.focused) textarea.error ~ .message-row .error-message {
    display: block;
    flex-grow: 1;
}
.client-page.new-ui .input-placeholder.set-width:not(.input-placeholder.w100):not(:last-child) {
    margin-right: 8px;
}

.rtl.client-page.new-ui .input-placeholder.set-width:not(.input-placeholder.w100):not(:last-child) {
    margin-right: 0;
    margin-left: 8px;
}
.client-page.new-ui .form-body-classic .form-control:hover,
.client-page.new-ui .input-placeholder .form-control:hover {
    background-color: var(--lds-brand-color-background-darker);
}

.select2 {
    text-align: start;
}
.client-page.new-ui .select2-dropdown {
    z-index: 99999999;
}

.client-page.new-ui .select2-container--default {
    width: auto !important;
}
    .client-page.new-ui .select2-container--default .select2-selection--single {
        border: none;
        border-radius: var(--lds-radius-sm) var(--lds-radius-sm) 0px 0px;
        background-color: var(--lds-brand-color-background-lighter);
        height: 2.125rem;
    }
        .client-page.new-ui .select2-container--default .select2-selection--single:hover {
            background-color: var(--lds-brand-color-background-darker);
        }
    .client-page.new-ui .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2rem;
        right: 0.563rem;
        width: 1.5rem;
    }

    .rtl.client-page.new-ui .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: unset;
        left: 0.563rem;
    }
        .client-page.new-ui .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: var(--lds-color-icon-base) transparent transparent transparent;
            border-width: 5px 5px 0 5px;
        }

.client-page.new-ui .text-field.error,
.client-page.new-ui .select-error {
    border: none !important;
    color: var(--lds-color-warn-main);
    border-bottom: 1px solid var(--lds-color-warn-main) !important;
}

.client-page.new-ui .form-body-classic .input-placeholder:not(.focused) .form-control.error + .select2-container--default .select2-selection--single {
    border-bottom: 1px solid var(--lds-color-warn-main);
}

.client-page.new-ui .select2-container .select2-selection--single:focus-visible,
.client-page.new-ui .input-placeholder input {
    outline: none;
    background-color: var(--lds-color-interaction-focus);
}
.client-page.new-ui .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px 2.5rem 1px 12px;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 2.125rem !important;
    letter-spacing: 0.015625rem !important;
    color: var(--lds-color-font-base);
}

.rtl.client-page.new-ui .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px 12px 1px 2.5rem;
}

.client-page.new-ui .custom-select .select2-container {
    width: 100% !important;
}
    .client-page.new-ui .form-body-classic .form-control option {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        font-family: Heebo !important;
        letter-spacing: 0.015625rem !important;
        color: var(--lds-color-font-base);
    }

.client-page.new-ui .form-control option:hover {
    background-color: var(--lds-color-interaction-hover);
}
.client-page.new-ui .form-control option:focus {
    background-color: var(--lds-color-interaction-focus);
}

.client-page.new-ui .form-control option:checked {
    background-color: var(--lds-color-interaction-selected);
}
    .client-page.new-ui .form-control option:checked:hover {
        background-color: var(--lds-color-interaction-selected-hover);
    }
.client-page.new-ui .form-body-classic select.form-control {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--lds-color-icon-base) 50%), linear-gradient(135deg, var(--lds-color-icon-base) 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 40px;
    cursor: pointer;
}

.client-page.new-ui div:not(.tick-to-approve) > .input-placeholder {
    row-gap: var(--lds-space-3);
    padding-bottom: var(--lds-space-3);
    padding-top: var(--lds-space-3);
}
    .client-page.new-ui .input-placeholder.w10,
    .client-page.new-ui .input-placeholder.w30,
    .client-page.new-ui .input-placeholder.w33,
    .client-page.new-ui .input-placeholder.w20,
    .client-page.new-ui .input-placeholder.w25,
    .client-page.new-ui .input-placeholder.w40,
    .client-page.new-ui .input-placeholder.w60,
    .client-page.new-ui .input-placeholder.w75,
    .client-page.new-ui .input-placeholder.w50 {
        padding-right: 0;
    }
.client-page.new-ui .input-placeholder label {
    position: relative;
    top: 0;
    left: 2px;
    font-weight: 400 !important;
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.009375rem !important;
    color: var(--lds-color-font-base) !important;
    text-overflow: initial;
    white-space: initial;
}

.rtl.client-page.new-ui .input-placeholder label {
    left: unset;
    right: 2px;
}
.client-page.new-ui .input-placeholder.address-mapped {
    margin-top: 8px;
}
.client-page.new-ui .input-placeholder.focused label {
    color: var(--lds-brand-color-primary) !important;
}
.client-page.new-ui .input-placeholder.error:not(.focused) label {
    color: var(--lds-color-warn-main) !important;
}

.client-page.new-ui .input-placeholder .form-control,
.client-page.new-ui .input-placeholder .select2-container--default .select2-selection--single {
    border-bottom: 1px solid transparent;
}

.client-page.new-ui .input-placeholder.focused .form-control,
.client-page.new-ui .input-placeholder.focused .select2-container--default .select2-selection--single {
    background-color: var(--lds-brand-color-background-light);
}
        .client-page.new-ui .input-placeholder.focused .form-control,
        .client-page.new-ui .input-placeholder.focused .select2-container--default .select2-selection--single {
            border: none;
            border-bottom: 1px solid var(--lds-brand-color-primary);
        }

.client-page.new-ui .select2-dropdown {
    border: none;
    border-radius: var(--lds-radius-sm);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    min-width: 175px !important;
}
.client-page.new-ui .select2-container--default .select2-results > .select2-results__options {
    padding: 8px;
}
.client-page.new-ui .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--lds-color-interaction-hover);
    color: var(--lds-color-font-base);
}
.client-page.new-ui .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--lds-brand-color-interaction-selected);
}
.client-page.new-ui .select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: var(--lds-brand-color-interaction-selected-hover);
}

.client-page.new-ui .select2-results__option {
    padding-right: 12px;
    padding-left: 16px;
    border-radius: var(--lds-radius-sm);
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    margin: 2px 0;
}
    .client-page.new-ui .select2-results__option:empty {
        margin-bottom: 8px;
    }
        .client-page.new-ui .select2-results__option:empty + li {
            margin-top: 8px;
        }
        .client-page.new-ui .select2-results__option:empty::after {
            content: "Select";
            color: var(--lds-color-font-weak);
        }
.client-page.new-ui .form-body-classic .sub-title {
    color: var(--lds-color-font-base);
    margin: 0;
    padding: 8px 0 8px 2px;
    display: block;
    font-weight: 400 !important;
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.009375rem !important;
}
.client-page.new-ui .form-body-classic .sub-title.complex-title {
    padding: 8px 0 12px 2px;
}



.client-page.new-ui .form-body-classic .sub-title.error {
    color: var(--lds-color-warn-main);
}
.client-page.new-ui .form-body-classic .sub-title label {
    display: block;
    font-weight: 400 !important;
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.009375rem !important;
}
.client-page.new-ui .form-body-classic .sub-title.complex-title label {
    font-size: 0.875rem !important;
}

.client-page.new-ui .form-body-classic .error-message {
    color: var(--lds-color-warn-main);
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.025rem !important;
    margin-left: 2px;
    margin-bottom: 0;
    display: none;
    visibility: visible;
}

/* Nesting */
.client-page.new-ui .reveal-if-active.top:before,
.client-page.new-ui .reveal-if-active:before,
.client-page.new-ui .reveal-if-active.top:after,
.client-page.new-ui .reveal-if-active:after {
    display: none;
}

.client-page.new-ui .reveal-if-active {
    border: none;
    border-left: 1px solid var(--lds-color-border-light);
    box-shadow: none;
}
    .client-page.new-ui .reveal-if-active .row-wrapper {
        row-gap: 4px;
    }
.client-page.new-ui .reveal-if-active input {
    margin-bottom: 0 !important;
}
.client-page.new-ui input[type="radio"]:checked ~ .reveal-if-active,
.client-page.new-ui input[type="checkbox"]:checked ~ .reveal-if-active,
.reveal-if-active.show-nested-items {
    padding: 0;
    top: 0;
    margin-bottom: 12px;
    border-radius: 0;
    padding-left: 16px;
    margin-left: 16px;
    margin-top: 4px;
}

.client-page.new-ui .form-body-classic .reveal-if-active.top .sub-title {
    padding-top: 4px;
}

.client-page.new-ui .form-body-classic .reveal-if-active.top .radio {
    padding-bottom: 8px;
}

.client-page.new-ui .close-wizard a svg path {
    fill: var(--lds-color-icon-base);
}
.client-page.new-ui .close-wizard a svg:hover {
    background-color: var(--lds-color-interaction-hover);
    border-radius: 50%;
}
.client-page.new-ui #blueimp-gallery[style*="display: block;"] ~ .main-container #work-flow-template .bottom {
    border-top: none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 1px 32px -2px rgba(0, 19, 40, 0.16);
}

.client-page.new-ui .bottom {
    padding: 0 32px;
    height: 84px;
    justify-content: center;
    border-top: 1px solid var(--lds-color-border-light);
}
    .client-page.new-ui .bottom .bottom-desktop {
        justify-content: flex-end;
        position: relative;
        height: 100%;
    }

.client-page.new-ui button.button-left, button.decline-button {
    margin-right: 8px;
}
.rtl.client-page.new-ui button.button-left, .rtl button.decline-button {
    margin-left: 8px;
    margin-right: 0;
}
.rtl.client-page.new-ui .bottom .bottom-desktop {
    justify-content: flex-start;
    position: relative;
    height: 100%;
}

.client-page.new-ui button.button-left,
.client-page.new-ui button.button-right,
button.decline-button {
    flex-basis: content;
    padding: 0 24px;
}
.client-page.new-ui button.button-extra {
    left: 0;
    position: absolute;
    cursor: pointer;
}
.client-page.new-ui #work-flow-template {
    position: relative;
}
    .client-page.new-ui #work-flow-template .button-left .text-button {
        width: 100%;
    }

.modal-view.desktop .modal-view-wrapper .fill-form {
    justify-content: unset;
}

    .client-page.new-ui .modal-view.desktop .close-arrow .text-button,
    .client-page.new-ui #work-flow-template .button-left .text-button,
    .client-page.new-ui #work-flow-template .button-right .text-button,
    .client-page.new-ui #save-signature,
    .client-page.new-ui #clear-signature,
    .client-page.new-ui .form-last-page .close-arrow .text-button,
    .client-page.new-ui .modal-form .submit .btn-field,
    .client-page.new-ui .btn-continue .text-button {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
.client-page.new-ui .complex-group div[data-type="complex-group"] {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
}

.client-page.new-ui .complex-group, 
.client-page.new-ui .list-group.single-attribute .list-group-items {
    border-left: 1px solid var(--lds-color-border-light);
    padding-left: 21px;
    margin: 0 0 8px 11px;
}

.rtl.client-page.new-ui .complex-group{
    border-left: none;
    border-right: 1px solid var(--lds-color-border-light);
    padding-left: 0;
    padding-right: 16px;
    margin: 0 4px 8px 0;
}

.client-page.new-ui .form-last-page .msg .page-icon {
    margin: 0 auto 24px auto;
}

.client-page.new-ui .form-content.payment-wizard {
    margin-top: 0;
}
.client-page.new-ui .close-wizard a:focus-visible,
.client-page.new-ui .close-wizard a svg:focus {
    outline: none;
    background-color: var(--lds-color-interaction-focus);
    border-radius: 50%;
}

.client-page.new-ui .bottom-break {
    display: none;
}

.client-page.new-ui .payment-title-wrapper {
    height: unset;
    padding-bottom: 24px;
    padding-top: 0;
    position: relative;
}
    .client-page.new-ui .payment-title-wrapper::after {
        content: '';
        position: absolute;
        background-color: var(--lds-color-border-light);
        height: 1px;
        bottom: 0;
        left: -32px;
        right: -32px;
    }

    .client-page.new-ui .payment-title-wrapper .payment-total {
        row-gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .client-page.new-ui .payment-title-wrapper .payment-title {
        color: var(--lds-color-font-weak);
    }

    .client-page.new-ui .payment-title-wrapper .payment-value {
        display: flex;
        justify-content: center;
        color: var(--lds-color-font-base);
    }

    .client-page.new-ui .payment-title-wrapper .payment-stage {
        display: flex;
        flex-direction: column;
        padding-top: 8px;
    }

.client-page.new-ui .payment-wizard .expiration-date {
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
}

.client-page.new-ui .payment-wizard .card-column {
    width: 100%;
    float: none;
}

.client-page.new-ui .payment-wizard .payment-stage h5 {
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    margin-top: 8px;
    margin-bottom: 4px;
}

.client-page.new-ui .payment-wizard .cards-holder-container {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

    .client-page.new-ui .payment-wizard .cards-holder-container #cardNumber-error {
        color: var(--lds-color-warn-main) !important;
    }

        .client-page.new-ui .payment-wizard .cards-holder-container #cardNumber-error strong {
            font-weight: 400 !important;
        }

.client-page.new-ui .payment-wizard .cards-gallery {
    display: flex;
    justify-content: space-between;
}

    .client-page.new-ui .payment-wizard .cards-holder-container .comments:empty {
        display: none;
    }

    .client-page.new-ui .payment-wizard .cards-holder-container .card-holder {
        margin-right: 0;
    }

    .input-placeholder .form-control.multi-line{
        max-height: 200px;
        white-space:normal !important;
        min-height: inherit;
        box-shadow:none;
    }

    .input-placeholder .message-row{
        display: flex;
        justify-content: space-between;
    }
    .list-group-attribute-item:has(textarea[data-is-multiline]) .remove-list-item-container{
        margin-top: -16px;
    } 
    .input-placeholder .multiline-hint-row{
        display: flex;
        justify-content: flex-end;
        padding-right: 4px;
        color: var(--lds-color-font-weak);
        margin-left: auto;
        width: 66px;
        word-break:normal;
    }

    .input-placeholder .multiline-hint-row .char-count-container{
        display: flex;
    }
    .input-placeholder:not(.focused) textarea.error ~ .multiline-hint-row{
        bottom: 0px;
    }
    .list-group{

    }
    .list-group .add-list-item-row{
        display: flex;
        align-items: center;
    }
    .list-group .add-list-item-row.disabled{
        display: flex;
        align-items: center;
        cursor: not-allowed !important;
    }
    .list-group .add-list-item-row .add-list-item{
        padding-left: 0px !important;
    }
    .list-group .add-list-item-row .add-list-item.disabled{
        color: var(--lds-color-font-disabled) !important;
        border: none !important;
        pointer-events: none !important;
    }
    .list-group .add-list-item-row .add-list-item.disabled:hover{
        background-color:#ffffff !important;
    }
    .list-group .add-list-item-row .add-list-item.disabled i{
        color: var(--lds-color-font-disabled) !important;
        border: none !important;
    }
    .list-group .add-list-item-row .max-items-text{
        display: flex;
        gap: 4px;
        color: var(--lds-brand-color-on-primary-weak);
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .list-attribute-title{
        margin-top: 30px;
    }
    .list-attribute-title.single-attribute{
        padding: 8px 0 12px 0px;
    }
    .list-attribute-title.complex{
        padding-bottom: 10px;
    }
    .list-group .complex-title {
        display: flex !important;
        justify-content: space-between;
     }
     .list-group .list-item-title {
        display: flex ;
        gap: 2px;
     }
    
    .list-group .complex-title .complex-badge-and-label {
        display: flex;
        gap: 12px;
     }
    
     .list-group .complex-title .remove-list-item{
        padding-right: 0px !important;
        display: none;
     }
     .list-group .list-group-items .list-group-attribute-item:last-child .remove-list-item {
        display: flex;
    }
    .complex-title .complex-badge-and-label .complex-badge{
        display: none;
    }
    .list-group .complex-title .complex-badge-and-label .complex-badge{
        width: 20px; 
        height: 20px; 
        padding-left: 4px; 
        padding-right: 4px; 
        background: var(--lds-color-primary-transparent-300); 
        border-radius: 4px; border: 1px var(--lds-color-primary-transparent-300) solid; 
        justify-content: center; 
        align-items: center; 
        gap: 4px; 
        display: inline-flex
    }
    .list-group .complex-title .complex-badge-and-label .complex-badge div{
        width: 6px; 
        height: 6px; 
        background: var(--lds-color-primary-transparent-600); 
        border-radius: 50%;
    }
    .list-group .list-group-items{
        display:flex ;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .list-group .list-group-items .remove-list-item-container
    {
        width: 32px;
        height: 32px;
    }
    .list-group .list-group-items .remove-list-item-container button
    {
       display: none;
    }
    .list-group .list-group-items .remove-list-item-container.allow-numbering
    {
        margin-top: 24px;
    }
    .list-group-items .list-group-attribute-item:last-child .remove-list-item-container button {
        display: block;
    }
    .list-group.complex .list-group-items{
        display: inherit;
    }
    .list-group.single-attribute .list-group-items .list-group-attribute-item{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .list-group.single-attribute .list-group-items .list-group-attribute-item .attribute-data-container{
        width: 100%;
    }

    .list-group.single-attribute .list-group-items .list-group-attribute-item .form-body-classic{
        width:100%
    }
    .number-formating-container{
        display: flex;
        background-color: var(--lds-brand-color-background-lighter);
        gap: var(--lds-space-3);
        padding-left: var(--lds-space-4);
        align-items: baseline;
    }
    .number-formating-container.percent{
        padding-right: var(--lds-space-3);
    }
    .number-formating-container:hover{
        background-color: var(--lds-brand-color-background-darker);
    }
    .number-formating-container .currency-icon, .number-formating-container .percent-icon{
        color: var(--lds-color-font-base);
        font-size: 14px;
    }
    .number-formating-container .form-control{
        padding-left: var(--lds-space-0) !important;
    }

    .reveal-if-active .number-formating-container{
        margin-bottom: 20px !important;
    }
    .reveal-if-active .number-formating-container input{
        margin-bottom: 0px !important;
    }


.input-placeholder.read-only  input[type="text"],
.input-placeholder.read-only  textarea,
.client-page.new-ui .input-placeholder.read-only .select2-container .select2-selection--single .select2-selection__rendered{
    color: var(--lds-color-font-weak) !important;
    -webkit-text-fill-color: var(--lds-color-font-weak) !important;
    background-color: var(--lds-color-background-lightest) !important;
    cursor: not-allowed !important;
}
.client-page.new-ui .input-placeholder.read-only .date-picker-wrapper .icon-calendar:before{
    color: var(--lds-color-border-disabled);
}
.client-page.new-ui .input-placeholder.read-only .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--lds-color-border-disabled) transparent;
}
@media only screen and (max-width: 780px) {
    .send-completed-workflow:not(.no-copy) #lastPageSendCompletedworkflowCheckBox + label {
        text-align: center;
    }

    #lastPageSendCompletedworkflowCheckBox + label {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
        max-width: 320px;
    }

    .self-service-last-page {
        padding-top: 56px;
    }

    .send-completed-workflow-container button {
        width: 100%;
    }

    .form-content .html-to-pdf.fr-view:not(:has(.external-html-renderer)),
    .form-content .scroll-to-approve,
    .tick-to-approve .input-placeholder,
    .form-content .tickbox-title {
        padding: 24px;
    }

    .form-content .scroll-to-approve {
        padding-top: 0;
    }

    .form-content .scroll-to-approve p {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .photo-idv-form {
        padding: 56px 24px 100px;
    }

    .reassign-last-page,
    .reassign-form,
    .assign-form {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .bottom {
        background: #fff;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 12px;
        padding-top: 12px;
        box-shadow: 0px 0px 0px 2px rgb(28 35 54 / 8%);
    }

    .main-container {
        gap: 0 !important;
    }

        .main-container .main-card-box {
            margin-top: 0 !important;
            width: 100% !important;
        }

    .form-content {
        padding: 24px 24px 15px 24px !important;
        border-bottom: none !important;
    }

        .form-content.dynamic-html:has(.form-body-classic) {
            padding: 10px 24px 4px 24px !important;
        }

        .form-content:has(.form-body-classic) {
            padding: 10px 24px 4px 24px !important;
        }

    .last-page:not(.no-text-align) {
        padding: 32px 0 0 0;
    }

    .client-page.new-ui .send-completed-workflow-container .send-completed-title {
        text-align: center;
    }

        .client-page.new-ui .send-completed-workflow-container .send-completed-title label {
            padding: 0 24px;
            font-weight: 400 !important;
            font-size: 1rem !important;
            line-height: 1.5rem !important;
            letter-spacing: 0.009375rem !important;
        }

        .client-page.new-ui .send-completed-workflow-container .send-completed-title #sendCompletedworkflowCheckBox + label {
            align-items: start;
            text-align: start;
            padding: 8px 0 8px 4px;
        }

    .client-page.new-ui .send-completed-workflow-container {
        flex-direction: column;
        row-gap: 16px;
    }

    .client-page.new-ui .upload-files-modal.active {
        padding: 16px 0 0 !important;
        margin: 0 !important;
    }

    .client-page.new-ui .no-text-align {
        padding-right: 24px;
        padding-left: 24px;
    }

    .client-page.new-ui #upload_options .list-item {
        height: 48px !important;
    }

        .client-page.new-ui #upload_options .list-item .list-item-text {
            font-weight: 400 !important;
            font-size: 1rem !important;
            line-height: 1.5rem !important;
            letter-spacing: 0.009375rem !important;
        }

    .client-page.new-ui .form-content.download-files .files-list-item .download-checkbox {
        margin-left: 8px;
    }

    .rtl.client-page.new-ui .form-content.download-files .files-list-item .download-checkbox {
        margin-right: 8px;
    }

    .client-page.new-ui .form-content.download-files .download-files-header {
        padding-bottom: 8px;
    }

    .client-page.new-ui .form-content .idv-consent,
    .client-page.new-ui .form-content .idv-upload-files,
    .client-page.new-ui .form-content #intro_idv,
    .client-page.new-ui .form-content #idv_selfie,
    .client-page.new-ui .form-content #idv_back,
    .client-page.new-ui .form-content .custom-page,
    .client-page.new-ui .form-content .custom-page.consent,
    .client-page.new-ui .form-content .custom-idv-page,
    .client-page.new-ui .form-content #err-page,
    .client-page.new-ui .form-content #idv_result {
        padding: 40px 8px 0;
    }

    #consent-download {
        position: inherit;
    }

    .consent-div {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: none;
        flex-grow: 0;
    }

    .client-page.new-ui .reassign-reengage-page .contact {
        padding-left: 16px;
    }

    .reassign-reengage-page .right-container {
        padding-right: 16px;
    }

    .reassign-reengage-page .pin-value {
        font-weight: 400 !important;
        font-size: 0.8125rem !important;
        line-height: 1.25rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .reassign-reengage-page .contact-name {
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .reassign-reengage-page .contact-details {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .payment-title-wrapper .payment-total i.lds-icon {
        margin-top: 12px;
    }

    .client-page.new-ui .form-content.download-files .files-counter-title {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .client-page.new-ui .form-content.download-files .files-list-item {
        min-height: 48px;
        height: 48px;
    }

    .client-page.new-ui .main-container .form-header-classic {
        top: 0;
        width: 100%;
        min-height: 72px;
        border-radius: 0;
        box-shadow: 0px 1px 32px -5px rgba(0, 19, 40, 0.08);
        margin-top: 0;
    }

        .client-page.new-ui .main-container .form-header-classic.visible ~ .main-card-box {
            margin-top: 0;
        }
        .client-page.new-ui .main-container .form-header-classic .form-header-container {
            column-gap: 8px;
        }

    .client-page.new-ui .payment-title-wrapper {
        padding-top: 8px;
    }

        .client-page.new-ui .payment-title-wrapper .payment-total span {
            font-weight: 400 !important;
            font-size: 3rem !important;
            line-height: 3.5rem !important;
            letter-spacing: 0 !important;
        }

    .client-page.new-ui form.customer-payment {
        padding-top: 16px;
    }

    .client-page.new-ui #consent-download {
        bottom: 0;
        left: 16px;
        right: 16px;
        border-bottom: none;
        box-shadow: none;
        top: unset;
        position: relative;
        order: 3;
        width: calc(100% - 32px);
        border-top: 1px solid var(--lds-color-border-light);
        border-radius: 0 !important;
        padding: 12px 0;
        height: 64px;
    }

    .client-page.new-ui .bottom {
        padding: 16px;
        height: unset;
        box-shadow: 0px -6px 16px -5px rgba(0, 0, 0, 0.16);
        border-top: none;
    }

    .client-page.new-ui .button-right.scale-animation {
        animation: myAnim 2s ease 0s 1 normal forwards;
        animation-iteration-count: 3;
        -webkit-animation-iteration-count: 3;
        -moz-animation-iteration-count: 3;
    }

    @keyframes myAnim {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    .client-page.new-ui .bottom-break {
        flex-basis: 100%;
        width: 100%;
        height: 0;
        overflow: hidden;
        border-bottom: 1px solid var(--lds-color-border-light);
        margin-top: 16px;
    }

    .client-page.new-ui .bottom-desktop {
        height: unset;
        flex-wrap: wrap;
    }

    .client-page.new-ui .bottom-desktop button {
        flex: 1;
        height: 40px !important;
    }
        .client-page.new-ui .bottom-desktop button.button-extra {
            position: relative;
            margin-bottom: -4px;
            margin-top: 12px;
            top: 0;
        }

        .client-page.new-ui .bottom-desktop button.button-left.disabled {
            display: none !important;
        }

    .client-page.new-ui .form-content:not(.dynamic-html) {
        padding: 16px 16px 56px !important;
    }

    .client-page.new-ui .form-content.tick-box-form {
        padding: 0 !important;
    }

    .client-page.new-ui .form-content.download-files {
        padding: 8px 8px 56px !important;
    }

    .client-page.new-ui .form-body-classic .form-control,
    .client-page.new-ui .input-placeholder .form-control {
        height: 2.5rem;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .client-page.new-ui div:not(.tick-to-approve) > .input-placeholder {
        padding-bottom: var(--lds-space-4);
    }

        .client-page.new-ui .input-placeholder label {
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;
        }

    .client-page.new-ui .form-body-classic .select2-container--default .select2-selection--single {
        height: 2.5rem;
    }

        .client-page.new-ui .form-body-classic .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 2.375rem;
        }

    .client-page.new-ui .form-body-classic .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 2.5rem !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .client-page.new-ui .select2-results__option {
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: 0.009375rem !important;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .client-page.new-ui .form-body-classic .sub-title,
    .client-page.new-ui .form-body-classic .sub-title label {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .client-page.new-ui .close-wizard a {
        padding: 8px;
    }

    .client-page.new-ui .form-body-classic .form-control.hasDatepicker + i {
        height: 40px !important;
    }

    .client-page.new-ui .payment-wizard .payment-stage h5 {
        font-weight: 500 !important;
        font-size: 0.8125rem !important;
        line-height: 1.25rem !important;
        letter-spacing: 0.009375rem !important;
    }

    .client-page.new-ui .modal-view.desktop .modal-view-wrapper .fill-form {
        border-radius: 0;
    }
    .number-formating-container .currency-icon, .number-formating-container .percent-icon{
        top: 9px;
    }
    .bottom-desktop.decline-to-sign{
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .bottom-desktop.decline-to-sign button{
        flex: 0 !important;
        width: 100%;
    }
    .bottom-desktop.decline-to-sign .button-extra{
        position: inherit;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    
    .bottom-desktop.decline-to-sign .bottom-break{
        flex-basis: inherit !important;
        margin-top: 8px !important;
    }

}
