/********************************************
    1.  FONTS
    2.  COMPONENTS / LAYOUT
    3.  BUTTONS
    4.  TEXT-FIELDS
    5.  COLLABORATION
    6.  SCROLL COMPONENT
    7.  ATTACHMENT PANEL
    8.  PAYMENT
    9.  MODAL
    10. RECONNECTING
    11. ERRORS
    12. SHARE-VIEW ICONS
    13. MEDIA (viewport) 
    14. ANIMATIONS
    15. KEY-FRAMES (ANIMATION)
*********************************************/

/******************************************/
/*                  FONTS                 */
/******************************************/

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 100;
    src: local('Work Sans Thin'), local('WorkSans-Thin'), url(../fonts/QGYqz_wNahGAdqQ43Rh3H5Drv_s.woff) format('woff');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 200;
    src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'), url(../fonts/QGYpz_wNahGAdqQ43Rh3s4H8mNhL.woff) format('woff');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Work Sans Light'), local('WorkSans-Light'), url(../fonts/QGYpz_wNahGAdqQ43Rh314L8mNhL.woff) format('woff');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Work Sans'), local('WorkSans-Regular'), url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDv.woff) format('woff');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Work Sans Medium'), local('WorkSans-Medium'), url(../fonts/QGYpz_wNahGAdqQ43Rh3j4P8mNhL.woff) format('woff');
}

/* dancing-script-regular - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancing-script-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Dancing Script Regular'), local('DancingScript-Regular'), url('../fonts/dancing-script-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dancing-script-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dancing-script-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dancing-script-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dancing-script-v10-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* dancing-script-700 - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dancing-script-v10-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Dancing Script Bold'), local('DancingScript-Bold'), url('../fonts/dancing-script-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dancing-script-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dancing-script-v10-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dancing-script-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dancing-script-v10-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}

.lightico-gradient {
    background: #116fc6;
    background: -moz-linear-gradient(45deg, #116fc6 0%, #0797bc 51%, #00b6b5 100%);
    background: -webkit-linear-gradient(45deg, #116fc6 0%,#0797bc 51%,#00b6b5 100%);
    background: linear-gradient(45deg, #116fc6 0%,#0797bc 51%,#00b6b5 100%);
    background-image: linear-gradient(242deg, #00b6b5, #116fc6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116fc6', endColorstr='#00b6b5',GradientType=1 );
}

    .lightico-gradient .text-button {
        color: #fff;
    }


body:not(.client-page.new-ui) .connection-fail-page .refresh-page-btn,
body:not(.client-page.new-ui) .button-right.active,
body:not(.client-page.new-ui) .commands-panel a,
body:not(.client-page.new-ui) .idv-result-button,
body:not(.client-page.new-ui) .custom-page .btn-continue,
body:not(.client-page.new-ui) .button-right.active,
body:not(.client-page.new-ui) .button-center.active,
body:not(.client-page.new-ui) .idv-btn-continue, .idv-txt-btn, .idv-txt-btn,
body:not(.client-page.new-ui) .btn-field, .b1, .b2, .b3, .text-button,
body:not(.client-page.new-ui) .modalConfirmButton,
body:not(.client-page.new-ui) .modalCancelButton,
body:not(.client-page.new-ui) .close-arrow {
    min-height: 36px !important;
    height: 36px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    border-radius: 4px !important;
    font-family: Heebo !important;
}

.text-center {
    text-align: center;
}

html #mk-aweb-accessibility-panel-wrapper .mk-aweb-menu-open-accessibility-panel.left {
    bottom: 70px !important;
    top: auto !important;
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 100%;
}

.space-between {
    justify-content: space-between;
}

#lightico {
    font-family: Heebo;
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    #lightico * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.ellipsis-text {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.overflow-text {
    white-space: normal;
}

.ellipsis-text label {
    max-width: 90%;
}

.wrap-ellipsis-text {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lightico-thumbnail {
    border: transparent;
    border-style: solid;
    border-width: 1px;
}

/******************************************/
/*          COMPONENTS / LAYOUT           */
/******************************************/
img,
.controls .corporate-file-number,
.controls .corporate-name,
.blueimp-gallery .editror,
.btn-field, .btn-field2 {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
/************** SCROLLBAR ***************/
*::-webkit-scrollbar-thumb,
.files .browser::-webkit-scrollbar-thumb {
    background: #b7bdcb;
    border-radius: 5px;
}

*::-webkit-scrollbar-track,
.files .browser::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 4px;
}

*::-webkit-scrollbar,
.files .browser::-webkit-scrollbar {
    width: 10px;
}

.unset-line-height {
    line-height: unset !important;
}

.spinner-flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    position: relative;
}

span.spinner-text {
    float: left;
    padding-left: 15px;
}

.loading-indicator {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(62, 69, 84, 0.1);
    position: fixed;
    z-index: 99999999;
    opacity: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

    .loading-indicator.fade {
        opacity: 0;
    }

    .loading-indicator.hide {
        display: none;
    }

    .loading-indicator.active {
        display: flex !important;
    }

.spinner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.lightico-white {
    background-color: #fff !important;
    color: #00b4b5 !important;
    border: 1px solid #00b4b5 !important;
    border-radius: 25px !important;
    overflow: hidden;
}

    .lightico-white:hover {
        border: 1px solid #00b4b5 !important;
        background-color: #00b4b5 !important;
        color: #fff !important;
    }

img.img-responsive {
    display: block;
    /*margin: 0 auto;*/
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
}

.align-end {
    align-self: end;
}

/******************************************/
/*                BUTTONS                 */
/******************************************/
.modal-controls button {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    border-radius: 20px !important;
    min-width: 90px;
    text-align: center;
}

.rounded-btn {
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
}

.btn-seperator {
    height: 30px;
    width: 1px;
    margin: 0px 16px;
    opacity: 0.5;
    border: solid 1px #979797;
    background-color: #d8d8d8;
}

.btn-field {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    min-width: 90px;
    text-align: center;
}

    .btn-field.shadow {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .btn-field.uppercase {
    }

    .btn-field.bold {
        font-weight: bold;
    }

    .btn-field.big {
        height: 60px;
        line-height: 55px;
        padding: 0 50px;
    }

    .btn-field.small {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 2px;
    }

    .btn-field.tiny {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }

    .btn-field.secondary {
        color: #40c1e5;
        background: #fff;
    }

        .btn-field.secondary:hover {
            color: #fff;
            background: #40c1e5;
        }

    .btn-field.transparent {
        color: inherit;
        border-color: transparent;
        background: transparent;
    }

    .btn-field.wide {
        width: 100%;
    }

    .btn-field.white {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-field.white:hover {
            background-color: #e6e6e6;
            border-color: #e6e6e6;
        }

        .btn-field.white.disabled {
            cursor: auto;
            background-color: #b3b3b3;
            border-color: #b3b3b3;
        }

            .btn-field.white.disabled:hover {
                background-color: #b3b3b3;
                border-color: #b3b3b3;
            }

.modal-form#modalConfirm .controls {
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-form .controls {
    width: 100%;
    display: inline-block;
}

    .modal-form .controls.static .form-control {
        margin-bottom: 25px;
    }

.modal-form .msg {
    padding-bottom: 15px;
}

.vertical-center {
    position: absolute;
    top: 40%;
}

/******************************************/
/*              TEXT-FIELDS               */
/******************************************/
.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

input.text-field::-ms-clear {
    display: none;
}

input {
    font-family: heebo;
}

.text-field {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.5);
    resize: none;
}

    .text-field.error, .select-error {
        border: 1px solid #DD0318 !important;
        color: #DD0318;
    }

        .text-field.error::-webkit-input-placeholder {
            color: rgba(221, 3, 24, 0.2);
        }

        .text-field.error:-moz-placeholder {
            color: rgba(221, 3, 24, 0.2);
        }

        .text-field.error::-moz-placeholder {
            color: rgba(221, 3, 24, 0.2);
        }

        .text-field.error:-ms-input-placeholder {
            color: rgba(221, 3, 24, 0.2);
        }

.text-field-group {
    margin: 10px 0;
    overflow: hidden;
    border-radius: 3px;
}

    .text-field-group .text-field {
        margin: 0;
        border-radius: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

        .text-field-group .text-field:first-child {
            border: none;
        }

.input-placeholder input {
    max-width: 100% !important;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
}

/******************************************/
/*              COLLABORATION             */
/******************************************/
.hr {
    display: block;
    height: 14px;
    background: #f5f5f5;
    border: none;
    margin: 40px 0;
}

.icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(../img/sprites.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.view {
    background: #fff;
    position: fixed;
    top: 60px;
    left: 50px;
    right: 0px;
    bottom: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: none;
    z-index: 59;
    min-width: 980px;
    max-height: 100%;
    overflow: hidden;
    /*overflow-y: scroll;*/
}

    .view.client-side {
        left: 0 !important;
    }

.rtl .view {
    left: 0;
    right: 50px;
    -webkit-box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.1);
}


.client-side-view {
    left: 0 !important;
    background: #fff;
    height: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100% - 64px);
}

    .client-side-view .contact-list {
        position: absolute;
        bottom: 16px;
        right: 20px;
        z-index: 999999;
        box-shadow: 0px 2px 6px 0px rgba(33, 46, 62, 0.30);
        display: inline-flex;
        height: 56px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        display: flex;
        color: var(--lds-color-icon-inverse-base);
        background-color: transparent;
        border-radius: var(--lds-radius-ellipsis);
    }

        .client-side-view .contact-list #contact-list-button {
            background-color: var(--customer-my-contacts-button);
            display: flex;
            align-items: center;
            border: none;
            padding: 0 20px 0 16px;
            gap: 8px;
            cursor: pointer;
            color: var(--lds-color-icon-inverse-base);
            height: 100%;
            border-radius: var(--lds-radius-ellipsis);
        }

            .client-side-view .contact-list #contact-list-button:hover {
                background-color: var(--customer-my-contacts-button-hover);
            }

            .client-side-view .contact-list #contact-list-button:active {
                background-color: var(--customer-my-contacts-button-active);
            }

            .client-side-view .contact-list #contact-list-button i {
                color: var(--lds-color-icon-inverse-base);
            }

.rtl .client-side-view {
    left: 0 !important;
    right: 0 !important;
    -webkit-box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.view.active, .client-side-view.active {
    display: block;
}

.view.full, .client-side-view.full {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.view.full-screen, .client-side-view.full-screen {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

    .footer .compose-wrapper {
        position: relative;
        width: 100%;
    }

        .footer .compose-wrapper .compose {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 80px 10px 40px;
            background: #fff;
            -webkit-box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
            width: 100%;
        }

.rtl .footer .compose-wrapper .compose {
    padding: 10px 40px 10px 80px;
}

.footer .compose-wrapper .attachment-icon {
    position: absolute;
    right: 25px;
    cursor: pointer;
}

.footer .compose-wrapper .compose .compose-field {
    position: relative;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

    .footer .compose-wrapper .compose .compose-field .text-field {
        margin: 0px;
        padding-right: 80px;
        line-height: 32px;
        padding-top: 0;
        margin-top: 5px !important;
        margin-left: 5px !important;
        padding-right: 0 !important;
        padding: 0 15px;
        width: calc(100% - 70px);
        max-height: 35px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
    }


.conversations {
    position: relative;
    height: 100%;
    min-width: 540px;
}

    .conversations.client-side {
        min-width: unset;
    }

    .conversations .compose .clip {
        display: inline-block;
        width: 62px;
        height: 46px;
        background-image: url(../img/attach.svg);
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .conversations.client-side .chat {
        top: 0;
        padding-top: 20px;
        width: 100%;
    }

    .conversations.client-side .messages {
        padding-top: 10px;
        bottom: 64px;
    }

    .conversations .messages.full {
        bottom: 0px;
    }

    .conversations .compose {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
        width: 100%;
        z-index: 200;
    }

        .conversations .compose .clip, .attachment-icon {
            position: absolute;
            right: 25px;
            cursor: pointer;
        }

        .conversations .compose .compose-field,
        .footer .compose-wrapper .compose-field {
            position: relative;
            height: 45px;
            border: 1px solid #d4d4d4;
            border-radius: 5px;
        }

            .conversations .compose .compose-field .text-field,
            .footer .compose-wrapper .compose-field .text-field {
                margin: 0px;
                padding-right: 80px;
                line-height: 32px;
                padding-top: 0;
                margin-top: 5px !important;
                margin-left: 5px !important;
                padding-right: 0 !important;
                padding: 0 15px;
                width: calc(100% - 70px);
                max-height: 35px;
                overflow-y: auto;
                overflow-x: hidden;
            }

.rtl .compose.client-side .compose-field {
    left: 50px;
    right: auto;
}

.rtl .conversations .compose .compose-field .text-field,
.rtl .footer .compose-wrapper .compose-field .text-field {
    margin: 0px;
    line-height: 18px;
    padding-top: 0;
    margin-top: 5px !important;
    margin-right: 5px !important;
    padding-left: 0 !important;
    padding: 0 15px;
    width: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

.conversations .compose .compose-field .btn-field,
.conversations .compose .compose-field .b1,
.footer .compose-wrapper .compose-field .btn-field,
.footer .compose-wrapper .compose-field .b1 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px;
    padding: 0 20px;
    font-size: 14px;
    margin: 0;
}

.view.active #show-files img {
    transition: transform ease-in-out .4s;
    -moz-transition: transform ease-in-out .4s;
    -o-transition: transform ease-in-out .4s;
    -ms-transition: transform ease-in-out .4s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.view.active.side-view #show-files img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.rtl .view.active #show-files img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.rtl .view.active.side-view #show-files img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.conversations .co-browse {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: 50;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

    .conversations .co-browse iframe {
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(100% - 50px);
        width: 100%;
    }

.conversations .chat {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    overflow: hidden;
}

.conversations .current {
    display: flex;
    min-height: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0 0 0 15px;
    font-size: 16px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .conversations .current .command.btn-field.reposition {
        position: absolute;
        bottom: 0 !important;
        top: 60px;
        left: auto;
        right: 0px;
    }

.rtl .conversations .current .command.btn-field.reposition {
    left: 0px;
    right: auto;
}

.conversations .current .status {
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 20px;
    color: #cfcfcf;
    font-size: 20px;
    background: #cfcfcf;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

    .conversations .current .status.online {
        color: #fff;
        background-color: #0099f0;
    }

.conversations .current .contact {
    font-weight: normal;
    opacity: 0.8;
    margin-left: 15px;
}

    .conversations .current .contact:after {
        content: "/";
        display: inline-block;
        margin: 0 15px;
    }

    .conversations .current .contact.without-after-element:after {
        content: none;
    }

.conversations .current .phone {
    font-weight: normal;
    opacity: 0.8;
    direction: ltr;
}

.left-auto {
    margin-left: auto;
    margin-right: 0;
    display: flex;
}

.rtl .left-auto {
    margin-left: 0;
    margin-right: auto;
}

.conversations .current .command {
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.conversations .messages {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: scroll; /* has to be scroll, not auto */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    bottom: 95px;
}

    .conversations .messages .message {
        width: 100%;
        display: inline-block;
        clear: both;
        position: relative;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .conversations .messages .message .message-thumb {
            display: inline-block;
            float: left;
            clear: both;
            width: 30%;
            max-width: 150px;
            margin-right: 15px;
            margin-top: 5px;
            flex: 1 0 auto;
        }

            .conversations .messages .message .message-thumb.flex-none {
                flex: none;
                width: 0;
            }

        .conversations .messages .message .message-details-container {
            display: flex;
            flex: 1 0;
            flex-direction: column;
        }



        .conversations .messages .message .message-details {
            align-self: flex-start;
            overflow-wrap: break-word;
            word-break: normal;
            position: relative;
            width: 100%;
            height: calc(100% - 25px);
        }

        .conversations .messages .message.resend .resend {
            opacity: 1;
        }

        .conversations .messages .message .resend {
            position: absolute;
            background: #40c1e5;
            z-index: 15;
            color: #fff;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            padding: 0 2px 0 10px;
            -webkit-box-shadow: -2px 5px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 5px 10px 1px rgba(0, 0, 0, 0.1);
            opacity: 0;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            cursor: pointer;
        }

        .conversations .messages .message .avatar {
            float: left;
            position: relative;
            top: 10px;
        }


            .conversations .messages .message .avatar .pic {
                width: 100%;
                margin: 0 auto;
                display: block;
                border-radius: 100px;
                border: 1px solid rgba(62, 69, 84, 0.1);
            }

            .conversations .messages .message .avatar .name {
                position: absolute;
                display: block;
                margin-top: 10px;
                text-align: center;
                font-size: 11px;
                top: 100%;
                left: -15px;
                right: -15px;
            }

        .conversations .messages .message .btn-co-signer {
            margin-top: 15px;
        }

        .conversations .messages .message .btn-co-signer,
        .conversations .messages .message .co-signer-portion {
            position: relative;
            display: flex;
            max-width: 160px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            padding: 5px 15px;
            padding-left: 35px;
            cursor: pointer;
            border-radius: 25px;
        }
        .conversations .messages .message .co-signer-portion {
            max-width: 210px;
        }

        .conversations .messages .message .reassign-agent-indicator .contact-icon {
            width: 40px;
            display: flex;
            height: 40px;
            justify-content: center;
            border-radius: 30px;
            background: #E4E4E4;
        }

        .conversations .messages .message .reassign-agent-indicator .inner-icon {
            width: 20px;
            padding-right: 0;
        }

        .conversations .messages .message .reassign-contact-name {
            color: #171C22;
            font-family: Heebo;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0.4px;
        }

        .conversations .messages .message .reassign-contact-details {
            color: rgba(23, 28, 34, 0.72);
            font-family: Heebo;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0.4px
        }

        .conversations .messages .message .reassign-agent-indicator {
            z-index: 999999;
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            display: flex;
            gap: 25px;
            height: 56px;
            padding: 8px 24px 8px 12px;
            right: 0px;
            border-radius: 4px;
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15)
        }

        .conversations .messages .message .reassign-portion {
            border-radius: 25px;
            display: flex;
            gap: 15px;
            padding-left: 7px;
            line-height: 30px;
            align-self: center;
            color: #0099f0;
            font-weight: 600;
            width: 108px;
            font-size: 13px;
        }

            .conversations .messages .message .reassign-portion:hover {
                background-color: #e1f1f6;
                cursor: pointer
            }

        .conversations .messages .message .co-signer-portion {
            padding-left: 15px;
            cursor: default;
        }

            .conversations .messages .message .co-signer-portion.reassign {
                padding-left: 25px !important;
                cursor: pointer;
            }

        .conversations .messages .message .btn-co-signer:before {
            content: url(../img/icons/collaboration/list-light-white.png);
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            right: auto;
            background-size: 14px;
            top: 0;
            margin-left: 15px;
        }

        .conversations .messages .message .btn-co-signer .button-text,
        .conversations .messages .message .co-signer-portion .portion-text {
            line-height: 30px;
            display: inline-block;
            align-self: center;
            color: #0099f0;
            font-weight: 600;
            white-space: nowrap;
        }

        .conversations .messages .message .in-workflow.co-signer-portion {
            border-color: transparent;
            cursor: pointer;
            align-items: center;
            width: auto;
        }

            .conversations .messages .message .in-workflow.co-signer-portion .co-signers-arrow {
                margin-left: 4px;
                width: 16px;
                height: 10px;
            }


    .conversations .messages:not(.me) .message .content {
        padding: 10px 15px;
        position: relative;
        width: 65%;
        max-width: 600px;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 40px;
        background: #fff;
        border: 1px solid rgba(47, 59, 91, 0.26);
        float: left;
        border-radius: 15px;
        box-shadow: -1px 2px 10px 1px rgba(0,0,0,.1);
        display: flex;
    }

    .conversations .messages .message:not(.me) .content:before {
        left: -9px;
        right: auto;
        background: #fff;
        border: 1px solid rgba(47, 59, 91, 0.26);
        z-index: 10;
        border-right: none;
        border-top: none;
    }

    .conversations .messages.me .message .content {
        background: #f4f4f4;
        padding: 10px 15px;
        position: relative;
        width: 80%;
        max-width: 500px;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 30px;
    }

    .conversations .messages .message .content:before {
        content: "";
        display: block;
        height: 15px;
        width: 15px;
        background: #f4f4f4;
        position: absolute;
        top: 20px;
        left: -8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px solid rgba(47, 59, 91, 0.26);
    }

    .conversations .messages .message .content .text {
        font-size: 14px;
        display: block;
        word-wrap: break-word;
        white-space: pre-line;
        float: none;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        word-break: break-word;
    }

        .conversations .messages .message .content .text span {
            margin-bottom: 10px;
            display: block;
        }

    .conversations .messages .message .content span.attachment-pending {
        height: 20px;
        width: 30px;
        background-repeat: no-repeat;
        background-image: url(../img/action-sign-grey.png);
        background-position: left top;
        background-size: 25px;
        float: left;
    }

    .conversations .messages .message .content span.attachment-photo {
        height: 25px;
        width: 30px;
        background-repeat: no-repeat;
        background-image: url(../img/action-photo-grey.png);
        background-position: left top;
        background-size: 25px;
        float: left;
    }

    .conversations .messages .message .content span.attachment-signed {
        height: 20px;
        width: 30px;
        background-repeat: no-repeat;
        background-image: url(../img/status-complete.png);
        background-position: left top;
        background-size: 20px;
        float: left;
    }

        .conversations .messages .message .content span.attachment-signed.download-only {
            background-image: url(../img/panel-download.svg);
        }

    .conversations .messages .message .content .time {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 13px;
        opacity: 0.5;
    }

    .conversations .messages .message .content .message-details .time i.fa.fa-clock-o {
        margin-right: 5px;
        margin-left: 5px;
    }

    .conversations .messages .message .content .attachment .preview {
        position: relative;
        width: auto;
        max-width: 100%;
        vertical-align: middle;
        display: block;
    }

    .conversations .messages .message .content .payment-message-title {
        display: table;
        width: 100%;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        font-size: 14px;
    }

        .conversations .messages .message .content .payment-message-title span.text {
            flex-grow: 0.2;
        }

        .conversations .messages .message .content .payment-message-title::after {
            content: "";
            clear: both;
        }

    .conversations .messages .message .content .attachment.pdf:after {
        width: 47px;
        margin-left: -22px;
        background-position: -55px;
    }

    .conversations .messages .message .content .attachment.photo:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -40px;
        height: 60px;
        width: 120px;
        background: #40c1e5;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-repeat: no-repeat;
        background-image: url(../img/action-photo.png);
        background-position: 45px 20px;
        background-size: 35px;
        z-index: 2;
    }

    .conversations .messages .message .content .attachment.pdf:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -40px;
        height: 60px;
        width: 120px;
        background: #40c1e5;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-repeat: no-repeat;
        background-image: url(../img/action-tick.png);
        background-position: 45px 20px;
        background-size: 35px;
        z-index: 2;
    }

    .conversations .messages .message .content .attachment .message-payment-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .conversations .messages .message .content .attachment.payment:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -40px;
        height: 60px;
        width: 120px;
        background: #40c1e5;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-repeat: no-repeat;
        background-image: url(../img/qg-card.png);
        background-position: 45px 20px;
        background-size: 35px;
        z-index: 2;
    }

    .conversations .messages .message .content .attachment.photo {
        height: auto;
    }

        .conversations .messages .message .content .attachment.photo .download .preview {
            display: block;
        }

    .conversations .messages .message .content .upload {
        display: block;
        border-radius: 10px;
        max-width: 150px;
        background: #E6E6E6;
        margin: 0;
        position: relative;
        top: 0;
        z-index: 1;
    }

        .conversations .messages .message .content .upload .progress {
            content: "";
            display: block;
            height: 6px;
            border-radius: 10px;
            position: absolute;
            max-width: 100%;
        }

    .conversations .messages .message .status {
        font-size: 14px;
        text-align: right;
        display: block;
        padding-top: 15px;
        clear: both;
        padding-bottom: 15px;
    }

    .conversations .messages .message .content .workflow-status {
        margin-top: 20px;
        font-size: 14px;
        color: #808080;
        padding-bottom: 8px;
    }
    .conversations .messages .message .content .workflow-message-status{

    }
    .conversations .messages .message .content .workflow-message-status.status-border{
        border-top: 1px solid var(--lds-color-border-dark);
    }
    .conversations .messages .message .content .workflow-message-status .agent-sign-document{
        height: 41px;
        display: none;
        box-sizing: content-box !important;
        padding-top: 2px;
    }
    .conversations .messages .message .content .workflow-message-status .agent-sign-document button{
        border-width: 0px;
        color: #0099f0 !important;
        background-color: #fff;
        padding: 0px 12px 0px 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        cursor: pointer;
        font-size: 14px;
    }
    .conversations .messages .message .content .workflow-message-status .agent-sign-document button:hover{
        background-color: var(--primary-default);
    }
    .conversations .messages .message .content .workflow-message-status .agent-sign-document button .sign-icon{
        height: 24px;
        width: 24px;
        min-width: 24px;
    }
    .conversations .messages .message .content .workflow-message-status .agent-sign-document button .sign-label{
       font-weight:600;
    }

    .conversations .messages .message.me .avatar {
        float: right;
    }

    .conversations .messages .message.me .content:before {
        left: auto;
        right: -9px;
        background: #fff;
        border: 1px solid rgba(47, 59, 91, 0.26);
        z-index: 10;
        border-left: none;
        border-bottom: none;
    }

    .conversations .messages .message.me .content {
        background: #fff;
        border: 1px solid rgba(47, 59, 91, 0.26);
        float: right;
        border-radius: 15px;
        box-shadow: -1px 2px 10px 1px rgba(0,0,0,.1);
        display: flex;
    }

    .conversations .messages .message .content button.message-payment-button {
        height: 30px;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-radius: 25px !important;
        border: 1px solid #0099f0;
        min-width: 80px;
        vertical-align: middle;
    }

    .conversations .messages .message .content .payment-await {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 15px;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

        .conversations .messages .message .content .payment-await .dot {
            border: 1px solid #00b6b5;
            border-radius: 100%;
            width: 10px;
            height: 10px;
            margin-right: 5px;
            animation-name: toggle-color;
            animation-duration: 2s;
            animation-iteration-count: infinite;
        }

            .conversations .messages .message .content .payment-await .dot:nth-child(1) {
                animation-delay: .5s;
            }

            .conversations .messages .message .content .payment-await .dot:nth-child(2) {
                animation-delay: 1s;
            }

            .conversations .messages .message .content .payment-await .dot:nth-child(3) {
                animation-delay: 1.5s;
            }

.client-page .conversations .messages .message .co-signer-portion {
    border-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.rtl .conversations .current .contact {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .conversations .messages .message .btn-co-signer {
    padding-right: 35px;
}

.rtl .conversations .messages .message .co-signer-portion {
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
}

.rtl .conversations .messages .message .message-thumb {
    float: right;
    margin-left: 0;
    margin-right: 0;
}

.rtl .conversations .messages .message .message-details {
    float: right;
}

.rtl .messages .message .content .workflow-status {
    margin-top: 5px;
}

.rtl .conversations .messages .message:not(.me) .content:before {
    right: -9px;
    left: auto;
    background: #fff;
    z-index: 10;
    border-right: 1px solid rgba(47, 59, 91, 0.26);
    border-top: 1px solid rgba(47, 59, 91, 0.26);
    border-left: none !important;
    border-bottom: none !important;
}

.rtl .conversations .messages .message .content .text {
    font-size: 14px;
    font-weight: normal;
    display: block;
    word-wrap: break-word;
    white-space: pre-line;
    float: none;
    position: relative;
    margin-top: 2px;
}

.rtl .conversations .messages .message .content span.attachment-pending {
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/action-sign-grey.png);
    background-position: right top;
    background-size: 25px;
    float: right;
}

.rtl .conversations .messages .message .content span.attachment-photo {
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/action-photo-grey.png);
    background-position: right top;
    background-size: 25px;
    float: right;
}

.rtl .conversations .messages .message .content span.attachment-signed {
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/status-complete.png);
    background-position: right top;
    background-size: 20px;
    float: right;
}

.rtl .conversations .messages .message .content span.workflow-status {
    bottom: 15px;
}

.rtl .conversations .messages .message .avatar {
    float: right;
}

.rtl .conversations .messages .message .content {
    float: right;
    direction: rtl;
}

    .rtl .conversations .messages .message .content:before {
        left: auto;
        right: -8px;
        background: #fff;
        border-left: 1px solid #4e38a1;
        border-bottom: 1px solid #4e38a1;
    }

    .rtl .conversations .messages .message .content .time {
        right: 10px;
        left: auto;
    }

.rtl .conversations .messages .message .status {
    text-align: left;
}

.rtl .conversations .messages .message.me .avatar {
    float: left;
}

.rtl .conversations .messages .message.me .content:before {
    left: -8px;
    right: auto;
    background: #fff;
    z-index: 10;
    border-right: none;
    border-top: none;
}

.rtl .conversations .messages .message.me .content {
    background: #fff;
    float: left;
}

.rtl .conversations .compose {
    padding: 10px 20px 10px 70px;
}

    .rtl .conversations .compose .clip {
        left: 40px;
        right: auto;
        top: 10px;
    }

    .rtl .conversations .compose .compose-field .btn-field,
    .rtl .footer .compose-wrapper .compose .compose-field .btn-field {
        right: auto;
        left: 0;
        border-right: 1px solid #0099f0 !important;
    }

.rtl .view .conversations .chat {
    left: auto;
    right: 0;
}

.rtl .conversations .current {
    padding: 0 20px 0 0;
}

    .rtl .conversations .current .status {
        margin-right: 0;
        margin-left: 10px;
    }

    .rtl .conversations .current .command {
        float: left;
    }

    .rtl .conversations .current .actions {
        float: left;
    }

        .rtl .conversations .current .actions:before, .rtl .conversations .current .actions:after {
            left: auto;
            right: -7px;
            transform: skew(-30deg);
        }

        .rtl .conversations .current .actions:after {
            transform: skew(30deg);
        }

.rtl .conversations .messages .message .btn-co-signer:before {
    right: 0;
    left: auto;
    margin-right: 10px;
    margin-left: 0;
}
/******************************************/
/*            ATTACHMENT PANEL            */
/******************************************/
.attachment {
    display: inline-block;
    background: #fafafa;
    border: solid 1px rgba(47, 59, 91, 0.12);
    background-color: rgba(47, 59, 91, 0.04);
    width: 100%;
    max-width: 149px;
    min-height: 160px;
    position: relative;
    overflow: hidden;
    cursor: default;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 5px;
}

    .attachment .msg-attachment-panel {
        position: absolute;
        bottom: 0;
        height: 30px;
        width: 100%;
        background-color: #efeff3;
        background-image: none;
    }

        .attachment .msg-attachment-panel span,
        .attachment .msg-attachment-panel a {
            bottom: 0;
            z-index: 100;
            cursor: pointer;
            background-color: transparent;
            width: 35px;
            height: 30px;
            justify-content: center;
            display: flex;
            align-items: center;
            color: #fff;
            float: left;
        }

    .attachment .thumbnail {
        background-position: center center;
        width: 100%;
        height: 130px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .attachment .download-file.inactive {
        opacity: .3;
        pointer-events: none;
    }

    .attachment .preview-file.inactive {
        opacity: .3;
        pointer-events: none;
    }

    .attachment .send-file.inactive {
        color: rgba(47, 59, 91, 0.08);
        pointer-events: none;
    }

    .attachment .file-forward.inactive {
        opacity: .3;
        pointer-events: none;
    }

    .attachment.action:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: -1px;
        right: 100%;
        width: 200px;
        border-bottom: 1px solid rgba(62, 69, 84, 0.2);
        background: #f4f4f4;
    }

    .attachment .msg-attachment-panel span.download-file {
        position: absolute;
        left: 0px;
    }

    .attachment .msg-attachment-panel span.preview-file {
        position: absolute;
        bottom: 0;
        left: 35px;
    }

    .attachment .msg-attachment-panel span.send-file {
        color: rgba(47, 59, 91, 0.54);
        position: absolute;
        left: 70px;
    }

    .attachment .msg-attachment-panel span.delete-file,
    .attachment .msg-attachment-panel span.file-forward,
    .attachment .msg-attachment-panel div.sign-required {
        position: absolute;
        right: 0px;
    }

        .attachment .msg-attachment-panel span.delete-file i {
            background-image: url(../img/icons/close-x.svg);
            background-repeat: no-repeat;
            width: 19px;
            height: 22px
        }

.upload-files-holder .btn-add-another {
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

    .upload-files-holder .btn-add-another span.add-another {
        display: flex;
    }

        .upload-files-holder .btn-add-another span.add-another i {
            background-image: url(../img/add.png);
            background-repeat: no-repeat;
            width: 19px;
            height: 22px
        }


.attachment a.download {
    cursor: default;
    position: relative;
    display: block;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.thumb-payment {
    background-image: url(../img/collaboration-payment.svg);
    background-repeat: no-repeat;
}

.thumb-consent {
    background-position: center center;
    min-height: 120px;
    background-repeat: no-repeat;
}

.thumb-workflow {
    background-image: url("data:image/svg+xml, %3Csvg%20style%3D%22fill%3A%20%230099f0%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2053%2052%22%20%20xml%3Aspace%3D%22preserve%22%3E%0A%0A%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%227%22%20y1%3D%2226%22%20x2%3D%2246%22%20y2%3D%2226%22%3E%0A%09%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%2300B6B5%22%2F%3E%0A%09%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23116FC6%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M38%2C16c0%2C0.6-0.4%2C1-1%2C1H16c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1h21C37.6%2C15%2C38%2C15.4%2C38%2C16z%20M37%2C20H16%0A%09c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.6%2C0.4%2C1%2C1%2C1h21c0.6%2C0%2C1-0.4%2C1-1S37.6%2C20%2C37%2C20z%20M37%2C25H16c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.6%2C0.4%2C1%2C1%2C1h21%0A%09c0.6%2C0%2C1-0.4%2C1-1S37.6%2C25%2C37%2C25z%20M37%2C30H16c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.6%2C0.4%2C1%2C1%2C1h21c0.6%2C0%2C1-0.4%2C1-1S37.6%2C30%2C37%2C30z%20M37%2C35H16%0A%09c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.6%2C0.4%2C1%2C1%2C1h21c0.6%2C0%2C1-0.4%2C1-1S37.6%2C35%2C37%2C35z%20M46%2C8v4.7V48c0%2C2.2-1.8%2C4-4%2C4H11c-2.2%2C0-4-1.8-4-4V4%0A%09c0-2.2%2C1.8-4%2C4-4h21.4H38L46%2C8z%20M37.2%2C7.1c0%2C0.9%2C0.6%2C1.6%2C1.3%2C1.6h5.3L37.2%2C2h0V7.1z%20M44%2C10.7h-5.5c-1.8%2C0-3.3-1.6-3.3-3.6V2h-2.3H11%0A%09C9.9%2C2%2C9%2C2.9%2C9%2C4v44c0%2C1.1%2C0.9%2C2%2C2%2C2h31c1.1%2C0%2C2-0.9%2C2-2V12.8V10.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 50px;
    background-repeat: no-repeat;
}
.thumb-workflow-expired {
    background-image: url(../img/workflow-expired.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}

.thumb-doc-request {
    background-image: url(../img/document_request_blue.svg);
    background-size: 60px;
    background-repeat: no-repeat;
}

.thumb-read-only {
    background-image: url(../img/read-only.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}

.client-page .attachment .thumbnail {
    min-height: 120px;
}

.inactive span.download-icon,
.inactive span.preview-file,
.inactive span.send-file {
    pointer-events: none;
}

span.eye-icon {
    background-repeat: no-repeat;
    background-image: url(../img/panel-eye.svg);
    background-position: center;
    background-size: 21px;
}

span.download-icon {
    background-repeat: no-repeat;
    background-image: url(../img/panel-download.svg);
    background-position: center;
    background-size: 19px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 40px;
}

span.sign-icon {
    background-repeat: no-repeat;
    background-image: url(../img/panel-sign.svg);
    background-position: center;
    background-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 40px;
}
span.blue-sign-icon, i.blue-sign-icon {
    background-image: url(../img/icons/sign_documents.svg);
}

span.share-icon {
    background-repeat: no-repeat;
    background-image: url(../img/panel-share.svg);
    background-position: center;
    background-size: 16px;
    margin-right: 0 !important;
    margin-left: 5px;
}

.rtl .attachment {
    background: #fafafa;
    border: 1px solid rgba(62, 69, 84, 0.2);
    max-width: 150px;
    position: relative;
    overflow: hidden;
    cursor: default;
    border-radius: 10px;
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

    .rtl .attachment .msg-attachment-panel span.preview-file {
        position: absolute;
        bottom: 0;
        left: 30px;
    }

    .rtl .attachment .msg-attachment-panel span.send-file {
        left: 60px;
    }

    .rtl .attachment .msg-attachment-panel span.file-forward::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5px;
        width: 1px;
        height: 100%;
        background-color: #4cb4cd;
    }



.client-page.rtl .attachment .msg-attachment-panel span.preview-file {
    left: 0;
}

div[data-workflow-type="photo"] img.preview {
    width: 100% !important;
    height: auto !important;
}

/******************************************/
/*                PAYMENT                 */
/******************************************/
.payment {
    margin-bottom: 40px;
    clear: both;
}

span.payment-confirmed,
span.green {
    color: green !important;
    font-weight: 600;
}

span.payment-declined,
span.red {
    color: red !important;
    font-weight: 600;
}

span.payment-canceled {
    color: orange !important;
    font-weight: 600;
}

.content .status .green,
.content .status .red,
.content .payment-confirmed,
.content .payment-declined,
.content .payment-pending,
.content .payment-canceled {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #808080;
    font-size: 1em;
    width: 100%;
    text-align: center;
}


/******************************************/
/*                  MODAL                 */
/******************************************/
.modal-preview {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 60px);
    color: white;
}

    .modal-preview.active {
        display: flex;
        flex-direction: column
    }

    .modal-preview .big-title {
        font-size: 20px;
        font-family: Heebo;
    }

    .modal-preview .small-title {
        font-size: 16px;
        font-family: Heebo;
    }


.modal-form {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
    background: #fff;
    position: relative;
    display: none;
    border-radius: 4px;
    padding: 24px;
}

    .modal-form.link-iframe {
        max-width: none;
        width: calc(100vw - 20px);
    }

        .modal-form.link-iframe > iframe {
            height: calc(100vh - 60px);
            display: block; /* Because you don't know if the document has altered css rules for iFrames */
            clear: both; /* Because you have no idea what css could be applied to #someDiv - although with position: fixed, this shouldn't be necessary at all... */
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            overflow-x: hidden; /* in case there is a few pixels spillage from padding, you don't want a horizontal scroll bar. */
            overflow-y: auto; /* Only gives the scroll bar if needed.*/
        }

    .modal-form.active {
        display: block;
    }

    .modal-form .description {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        position: relative;
        width: 100%;
        min-height: 40px;
    }

    .modal-form .communication-select {
        display: block;
        height: 40px;
        width: 70px;
        cursor: pointer;
        border-radius: 40px;
        border: 1px solid #0099f0;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        font-size: 0;
        margin-top: 10px;
        float: right;
    }

        .modal-form .communication-select .fa {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            border-radius: 40px;
            width: 33px;
            float: left;
            color: #0099f0;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            position: relative;
            z-index: 2;
        }

            .modal-form .communication-select .fa.fa-phone {
                color: #fff;
            }

        .modal-form .communication-select .selector {
            z-index: 1;
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            height: 34px;
            width: 33px;
            border-radius: 40px;
            display: block;
            background-color: #0099f0;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        }

        .modal-form .communication-select input[type="checkbox"] {
            display: none;
        }

            .modal-form .communication-select input[type="checkbox"]:checked + .fa-phone {
                color: #0099f0;
            }

                .modal-form .communication-select input[type="checkbox"]:checked + .fa-phone + .fa-at {
                    color: #fff;
                }

                    .modal-form .communication-select input[type="checkbox"]:checked + .fa-phone + .fa-at + .selector {
                        left: 33px;
                    }

    .modal-form .close,
    .asset-modal .close {
        position: absolute;
        top: 8px;
        right: 8px;
        opacity: 1;
        cursor: pointer;
    }

    .modal-form .title {
        color: #2f3b5b;
        font-size: 20px;
        margin-top: 0;
        padding-bottom: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
        float: left;
        text-align: left;
    }

        .modal-form .title.aligned {
            text-align: left;
            font-size: 20px;
            padding-bottom: 5px;
            float: left;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .modal-form.consent-popup .controls {
        max-height: 145px;
    }

    .modal-form.confirm-modal.consent-popup .title {
        text-align: left;
    }

.rtl .modal-form .title.aligned {
    text-align: right;
    float: right;
}

.modal-form .title.with-icon {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
}

    .modal-form .title.with-icon .fa {
        color: #40c1e5;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 35px;
        margin-bottom: 20px;
    }

.modal-form .text-field {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.modal-form .select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    height: 42px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    line-height: 42px;
    font-family: Heebo;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}


.modal-form .body {
    margin-bottom: 30px;
    white-space: pre-line;
}

.modal-form .submit {
    display: inline-block;
    width: 100%;
}

    .modal-form .submit .instructions {
        text-transform: uppercase;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 8px;
    }

        .modal-form .submit .instructions .fa {
            font-size: 20px;
            vertical-align: middle;
            padding-right: 4px;
            padding-left: 4px;
        }

    .modal-form .submit .btn-field {
        font-size: 14px;
        float: right;
        border-radius: 2px;
        margin-right: 0;
        margin-left: 15px;
        line-height: 1;
    }

        .modal-form .submit .btn-field.center {
            float: none !important;
        }

    .modal-form .submit .start-conversation, .modal-form .submit .pre-plan {
        float: left;
        height: 36px;
        line-height: 36px;
        font-weight: normal;
        color: #0099f0;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
    }

        .modal-form .submit .start-conversation img {
            vertical-align: middle;
            margin-right: 5px;
        }

    .modal-form .submit .start-conversation, .modal-form .submit .pre-plan {
        float: left;
    }

.modal-form a.close-confirmation-payment {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    color: #0099f0;
    font-weight: bold;
    left: auto;
}

.rtl .modal-form .title {
    text-align: right;
    float: right;
}

.rtl .modal-form .body {
    float: right;
    text-align: right;
}

.rtl .modal-form .communication-select {
    float: left;
}

.rtl .modal-form .submit .start-conversation, .rtl .modal-form .submit .pre-plan {
    float: right;
}

.rtl .modal-form .submit .start-conversation, .rtl .modal-form .submit .pre-plan {
    float: right;
}

.rtl .modal-form .submit .instructions {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rtl .modal-form a.close-confirmation-payment {
    left: 10px;
    right: auto;
}

.modal-form .error {
    color: red;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    visibility: visible;
}

    .modal-form .error.visible {
        visibility: visible;
    }

.rtl .modal-form .error {
    text-align: right;
}

button#spanSendMessage.btn-field, button#buttonSendText.btn-field {
    cursor: pointer;
    height: 36px;
    min-height: 36px;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0 !important;
    background-image: url("data:image/svg+xml, %3Csvg%20style%3D%22fill%3A%230099f0%22%20%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2053%2053%22%20%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M24.5%2C41.2l12.7-24.4l-16.9%2C16C21.2%2C34.9%2C24.5%2C41.2%2C24.5%2C41.2z%22%2F%3E%0A%09%3Cpolygon%20points%3D%2211.9%2C27.5%2019.2%2C31.7%2036%2C15.9%22%2F%3E%0A%09%3Cpath%20d%3D%22M26.5%2C0C11.9%2C0%2C0%2C11.9%2C0%2C26.5S11.9%2C53%2C26.5%2C53S53%2C41.1%2C53%2C26.5S41.1%2C0%2C26.5%2C0z%20M41.2%2C12.8C41%2C13.3%2C24.5%2C45.3%2C24.5%2C45.3%0A%09%09s-6.3-11.6-6.3-11.5c0.1%2C0.1-10.5-6.3-10.5-6.3S39%2C12.3%2C40.2%2C11.7C41%2C11.4%2C41.5%2C12.1%2C41.2%2C12.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 55px;
    padding: 0;
    min-width: 36px;
    background-size: contain;
    top: 4px;
    left: auto;
}

.rtl button#spanSendMessage.btn-field,
.rtl button#buttonSendText.btn-field {
    left: 0;
    border-right: 1px solid #0099f0 !important;
}

#modalSendPayment button#buttonSendPaymentRequest {
    min-width: 150px;
    padding: 0 5px;
}

.modal-view {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 69, 84, 0.5);
    z-index: 999999;
    display: table;
    text-align: center;
    display: none;
}

    .modal-view.visible {
        display: table;
    }

    .modal-view .modal-view-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

.modal-last-preview-page {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: table;
    text-align: center;
    display: none;
}

    .modal-last-preview-page.visible {
        display: table;
    }
/******************************************/
/*              RECONNECTING              */
/******************************************/

.modal-reconnecting {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 69, 84, 0.5);
    z-index: 9999999;
    display: table;
    text-align: center;
    display: none;
}

    .modal-reconnecting.visible {
        display: table;
    }

    .modal-reconnecting .modal-reconnecting-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

#header.client {
    height: 60px;
    line-height: 60px;
    background-color: #F7F7F9;
    position: sticky;
    position: -webkit-sticky;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,.5);
}

.client .upload {
    width: 30px;
    height: 30px;
    background-position: -101px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
}

.client .profile {
    height: 60px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .client .profile .pic {
        display: flex;
        align-items: center;
        margin-left: 10px;
        max-height: 56px;
    }

    .client .profile .credits {
        font-size: 12px;
        text-align: center;
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 0 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.6);
    }

        .client .profile .credits .credit-logo {
            display: inline-block;
            height: 20px;
            width: 100px;
            vertical-align: middle;
            background-image: url(../img/credits-logo.png);
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: center;
        }

    .client .profile .chat-settings {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 35px;
        transform: rotate(90deg);
        z-index: 99999999;
        display: block;
        width: 50px;
        height: 100%;
        right: auto;
        cursor: pointer;
        display: none;
    }

    .client .profile .chat-settings-container {
        position: absolute;
        top: 60px;
        display: none;
    }

        .client .profile .chat-settings-container.active {
            display: block;
        }

        .client .profile .chat-settings-container span {
            width: 220px;
            height: 40px;
            background-color: #fff;
            color: #0099f0;
            border: 1px solid #0099f0;
            cursor: pointer;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .client .profile .chat-settings-container span:hover {
                background-color: #0099f0;
                color: #fff;
                border: 1px solid #0099f0;
            }

.rtl .client .profile {
    z-index: 99;
}

    .rtl .client .profile .chat-settings {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 35px;
        transform: rotate(90deg);
        z-index: 99999999;
        display: block;
        width: 15px;
        height: 100%;
        left: auto;
        cursor: pointer;
        display: none;
    }

.client .status {
    position: absolute;
    right: 25px;
    top: 17px;
    background-color: #ffffff;
    color: rgba(47, 59, 91, 0.26);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 28px;
    line-height: 28px;
    width: 28px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
}

    .client .status.online {
        color: #fff;
        background-color: #0099f0;
    }

.sign-form[step="start"] .description {
    text-align: center;
}

.sign-form[step="start"] .btn-field {
    float: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.sign-form {
    text-align: left;
}

    .sign-form[step="review"] .close {
        color: #fff;
        top: -10px;
        right: 0;
    }

    .sign-form[step="review"] [step="review"] {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .sign-form .signatures li {
        z-index: 3;
        position: relative;
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        line-height: 25px;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        background: #40c1e5;
        margin: 0 10px;
    }

        .sign-form .signatures li.done {
            position: relative;
            overflow: hidden;
            background: #3e4554;
        }

            .sign-form .signatures li.done:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(62, 69, 84, 0.5);
                content: "✔";
            }

    .sign-form .signatures .progress {
        float: right;
        margin-top: 5px;
        color: #fff;
        font-size: 12px;
        text-transform: capitalize;
        text-shadow: 0 0 2px #000;
    }

    .sign-form[step="review"] [step="review"] #document-to-sign {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
    }

.submit-signatures {
    position: fixed;
    z-index: 102;
    bottom: 70px;
    font-size: 14px;
    color: #fff;
    background: #40c1e5;
    width: 200px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -100px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.signature-or-initials-binding-form .signature-pad-signing-reason-bound {
    margin-bottom: 50px;
}

.signature-pad > div > .controls {
    text-align: left;
    position: relative;
}

    .signature-pad > div > .controls:before {
        content: "Signature here";
        position: absolute;
        top: 0;
        color: rgba(0, 0, 0, 0.3);
        text-transform: capitalize;
        height: 20px;
        width: 150px;
        font-size: 16px;
        line-height: 20px;
        top: 90px;
        left: 50%;
        margin-left: -75px;
        text-align: center;
    }

    .signature-pad > div > .controls:hover:before {
        display: none;
    }

.signature-pad-form {
    max-width: calc(100vw - 20px) !important;
}

    .signature-pad-form .controls {
        left: -20px;
        position: relative;
        max-width: 100%;
    }

        .signature-pad-form .controls .signature-pad-buttons-wrapper {
            display: flex;
            justify-content: center;
            align-items: end;
        }

    .signature-pad-form .signature-pad-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-right: 24px;
        padding-left: 24px;
    }

        /*.signature-pad-form .signature-pad-header .signature-control-wrapper {
            min-width: 140px;
        }*/

        .signature-pad-form .signature-pad-header .signature-control {
            float: right;
            display: flex;
            align-items: center;
            flex-direction: column;
            padding-bottom: 8px;
        }

            .signature-pad-form .signature-pad-header .signature-control .signature-border-bottom.active {
                height: 3px;
                width: 100%;
                background-color: #0099f0;
            }

            .signature-pad-form .signature-pad-header .signature-control .signature-pen {
                position: relative;
                display: inline-block;
                text-decoration: none;
                background-size: 40px;
                background-position: center;
                background-image: url(../img/free_hand_grey.svg);
                background-repeat: no-repeat;
                padding: 24px 32px 24px 32px;
            }

                .signature-pad-form .signature-pad-header .signature-control .signature-pen.active {
                    background-image: url(../img/free_hand_blue.svg);
                }

                .signature-pad-form .signature-pad-header .signature-control .signature-pen.fake-signature-pen {
                    display: none !important;
                    height: 0px;
                    width: 0px;
                }
            /*.signature-pad-form .signature-pad-header .signature-control-wrapper {
            width: 25%;
        }*/

            .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
                position: relative;
                display: inline-block;
                text-decoration: none;
                background-size: 40px;
                background-position: center;
                background-image: url(../img/keyboard_grey.svg);
                background-repeat: no-repeat;
                padding: 24px 32px 24px 32px;
            }

                .signature-pad-form .signature-pad-header .signature-control .signature-keyboard.active {
                    background-image: url(../img/keyboard_blue.svg);
                }

    .signature-pad-form .keyboard-signature,
    .signature-pad-form .corporate-stamp {
        padding-right: 25px;
        padding-left: 25px;
    }

.corporate-stamp ~ .controls {
    left: 0;
    right: 0;
}

.modal-form.signature-pad-form.active > div {
    margin-left: -15px;
    margin-right: -15px;
}

.rtl .signature-pad-form .controls {
    left: 20px !important;
}

.signature-pad-form .signature-pad-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}


.signature-pad-form .signature-pad-watermarks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
}



    .signature-pad-form .signature-pad-watermarks .signature-rotate-watermark {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .signature-pad-form .signature-pad-watermarks .signature-rotate-watermark .signature-rotate-watermark-text {
            color: rgba(0, 0, 0, 0.26);
            font-size: 12px;
        }

        .signature-pad-form .signature-pad-watermarks .signature-rotate-watermark .signature-rotate-watermark-img {
            height: 14px;
            margin: 0 8px;
        }

.signature-pad-form .signature-error {
    margin-top: -34px;
    margin-bottom: 20px;
    text-align: left;
    height: 20px;
    margin-left: 6px;
    margin-right: auto;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.025rem !important;
}

.rtl .signature-pad-form .signature-error {
    text-align: right;
    margin-left: auto;
}

canvas.keyboard-signature-pad,
canvas.signature-pad {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

canvas.keyboard-signature-pad {
    display: none;
}

.controls .signature-pad-text, .controls .signature-pad-text-file {
    width: auto;
    height: auto;
    position: absolute;
    top: 10%;
    font-size: 3em;
    background: inherit;
    pointer-events: none;
    z-index: 99999;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.controls .signature-pad-text-file {
    top: 30% !important;
}

@media (max-width: 480px) {
    .controls .signature-pad-text, .controls .signature-pad-text-file {
        font-size: 2em;
        /*left: 25%;*/
    }

    .conversations .messages .message .avatar {
        top: 4px;
    }
}

#save-signature, #clear-signature {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 0px;
}


/*.quick-group {
    padding: 0px;
    margin-bottom: 30px;
}

    .quick-group .group-name {
        font-size: 14px;
        padding-left: 30px;
    }

    .quick-group .quick-links {
        list-style: none;
        padding: 0 30px;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .quick-group .quick-links li {
            float: left;
            display: inline-block;
            width: 50%;
            padding: 5px;
            position: relative;
        }

            .quick-group .quick-links li:after {
                content: "";
                display: block;
                padding-bottom: 100%;
            }

            .quick-group .quick-links li .link-content {
                display: block;
                position: absolute;
                top: 5px;
                left: 5px;
                bottom: 5px;
                right: 5px;
                background: #3e4554;
                color: #fff;
                font-size: 16px;
                cursor: pointer;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                text-align: center;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 40%;
                background-image: url(../img/qg-link.png);
                font-size: 0;
            }

                .quick-group .quick-links li .link-content.photo {
                    background-image: url(../img/qg-photo.png);
                }

                .quick-group .quick-links li .link-content.video {
                    background-image: url(../img/qg-video.png);
                }

                .quick-group .quick-links li .link-content.location {
                    background-image: url(../img/qg-location.png);
                }

                .quick-group .quick-links li .link-content.card {
                    background-image: url(../img/qg-card.png);
                }

                .quick-group .quick-links li .link-content:hover {
                    background-color: #40c1e5;
                }*/

.cube1, .cube2 {
    background-color: #0099f0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    background-color: #59d6fd;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

/* RTL */
.rtl {
    direction: rtl;
    text-align: right;
}

    .rtl .mCSB_inside > .mCSB_container {
        margin-right: 0;
        margin-left: 20px;
    }

    .rtl .mCSB_scrollTools {
        right: auto;
        left: 0;
    }

    .rtl .modal-form .description {
        text-align: right;
    }

    .rtl .modal-form .close,
    .rtl .asset-modal .close {
        right: auto;
        left: 8px;
    }

    .rtl .modal-form .title {
        text-align: center;
    }

    .rtl .modal-form .submit .instructions {
        float: right;
    }

    .rtl #modalSendPayment.modal-form .submit .instructions {
        float: left;
    }

        .rtl .modal-form .submit .btn-field.center {
            float: none !important;
        }

    .rtl .sign-form[step="start"] .btn-field {
        float: none;
    }

    .rtl .sign-form[step="confirm"] .controls {
        text-align: right;
    }

    .rtl .sign-form[step="review"] .close {
        right: auto;
        left: 0;
    }

    .rtl .sign-form[step="review"] [step="review"] .signatures:before {
        left: auto;
        right: 50px;
    }

    .rtl .sign-form[step="review"] [step="review"] .signatures li {
        float: right;
    }

    .rtl .sign-form[step="review"] [step="review"] .signatures .progress {
        float: left;
    }

    .rtl .client .upload {
        left: auto;
        right: 15px;
    }

    .rtl .client .status {
        right: auto;
        left: 25px;
    }

    .rtl .recent-conversations .recent-message .contact .status {
        left: auto;
        right: 5px;
    }

    .rtl .recent-conversations .recent-message .contact .number {
        left: 5px;
        margin-top: 3px;
        right: auto;
    }

    .rtl .recent-conversations .recent-message .activity {
        padding: 0 10px 20px 50px;
    }

        .rtl .recent-conversations .recent-message .activity .msg .msg-type {
            float: right;
            margin-right: 0;
            margin-left: 10px;
        }

        .rtl .recent-conversations .recent-message .activity .count {
            right: auto;
            left: 0;
        }

    .rtl .files {
        left: -50%;
        right: auto;
        margin-left: 0;
        margin-right: 20px;
    }

        .rtl .files .browser ul {
            padding-right: 0;
            padding-left: 0;
        }
            /*.rtl .files .browser ul .fa {
            float: right;
            margin-top: 10px;
            margin-right: 22px;
        }*/
            .rtl .files .browser ul .name:after {
                transform-origin: 0% 50%;
            }

        .rtl .files .browser .file:after {
            right: auto;
            left: 100%;
        }

        .rtl .files .browser .file .file-action {
            right: -10px;
            left: auto;
            margin-top: 2px;
            float: right;
        }

    .rtl li.file {
        padding-right: 30px !important;
    }

    .rtl .search-messages .search-field {
        float: right;
        margin-right: 0;
        margin-left: 8px;
    }

    .rtl .search-messages .search-field, .rtl .search-files .search-field {
    }

    .rtl .search-field .fa-search {
        right: auto;
        left: 10px;
    }

        .rtl .header .account .options {
            right: auto;
            left: 0;
        }

            .rtl .header .account .options .option {
                padding: 0 40px 0 20px;
                text-align: right;
                min-width: 180px;
            }

                .rtl .header .account .options .option .fa {
                    left: auto;
                    right: 15px;
                }

    .rtl #confirm_payment {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rtl .modal-form .upload-files-container .title {
        text-align: right;
    }

.modal-form .upload-files-container .title {
    text-align: left;
    float: none;
    padding: 15px;
}

/*Justin*/
.hidden {
    display: none !important;
}

/* used by download draft */
.inactive {
    opacity: 0.26;
    cursor: default !important;
}

.controls .corporate-name {
    position: absolute;
    left: 25%;
    top: 35%;
    font-size: 40px;
    width: 50%;
    line-height: 0.9;
    word-break: break-word;
    color: rgba(0, 0, 0, 0.3);
}

.controls .corporate-file-number {
    position: absolute;
    left: 0;
    top: 60%;
    font-size: 40px;
    width: 100%;
    color: rgba(0, 0, 0, 0.3);
}

.blueimp-gallery .controls span.separator {
    width: 1px;
    height: 28px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.blueimp-gallery .control .signature {
    background-image: url(../img/icons/adhoc/signature.png);
}

.blueimp-gallery .control .signature-date {
    background-image: url(../img/icons/adhoc/signature-date.png);
}

.blueimp-gallery .control .corporate-icon {
    background-image: url(../img/icons/adhoc/corporate-stamp.png);
}

.blueimp-gallery .control .add-text {
    background-image: url(../img/icons/adhoc/add-text.png);
}

.blueimp-gallery .control .delete {
    background-image: url(../img/icons/adhoc/delete.png);
}

.blueimp-gallery .control .delete-all {
    background-image: url(../img/icons/adhoc/delete-all.png);
}

.blueimp-gallery .control .agent-initials {
    background-image: url(../img/icons/adhoc/agent-initials.png);
}

.blueimp-gallery .control .initials {
    background-image: url(../img/icons/adhoc/initials.png);
}

.blueimp-gallery .control .agent-signature {
    background-image: url(../img/icons/adhoc/agent-signature.png);
}

.blueimp-gallery #inputImageCaption, .blueimp-gallery .selectOverlayTemplate,
.blueimp-gallery #inputImageCaption, .blueimp-gallery .selectAction,
.blueimp-gallery #inputImageCaption, .blueimp-gallery .selectEvaultHub {
    padding: 4px 6px;
    border-bottom: 1px solid #c9d6fe !important;
    height: 28px;
    border: none;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 600;
}

.blueimp-gallery .selectOverlayTemplate,
.blueimp-gallery .selectAction,
.blueimp-gallery .selectEvaultHub {
    width: 170px;
    min-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .blueimp-gallery .selectOverlayTemplate option,
    .blueimp-gallery .selectAction option,
    .blueimp-gallery .selectEvaultHub option {
        height: 28px !important;
        padding: 8px !important;
        background: none !important;
        font-family: Heebo;
        font-size: 14px;
        font-weight: 600;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.blueimp-gallery .select-overlay-template-label,
.blueimp-gallery .select-evault-hub-label,
.blueimp-gallery .select-action-label {
    height: 18px;
    display: flex;
    align-items: center;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 400;
    padding-left: 8px;
    color: #a0a0a0;
}

.blueimp-gallery #selectOverlayTemplate,
.blueimp-gallery #selectEvaultHub {
    display: flex;
    flex-direction: column;
}


.blueimp-gallery #selectAction{
    display: flex;
    flex-direction: column;
    padding-left : 6px;
}

.blueimp-gallery #selectEvaultHub {
    margin: 0px 24px;
}

.blueimp-gallery #inputImageCaption {
    min-width: 264px;
    width: 264px;
}

.blueimp-gallery .image-caption-title {
    height: 18px;
    width: 256px;
    display: flex;
    align-items: center;
    color: #a0a0a0;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

select.selectOverlayTemplate:focus,
select.selectAction:focus,
select.selectEvaultHub:focus {
    -webkit-appearance: none !important;
    outline: none !important;
}

input#inputImageCaption:focus {
    -webkit-appearance: none !important;
    outline: none !important;
    border-color: black !important;
}

.rtl .blueimp-gallery #inputImageCaption {
    text-align: left;
}

.blueimp-gallery #imageCaption {
    display: flex;
    flex-direction: column;
}

.blueimp-gallery #workflowPreviewCaption {
    flex-direction: column;
    display: flex;
    max-width: 500px;
    width: 100%;
    line-height: 30px;
}

    .blueimp-gallery #workflowPreviewCaption #stepName,
    .blueimp-gallery #workflowPreviewCaption #documentName {
        width: 100%;
        position: absolute;
    }

    .blueimp-gallery #workflowPreviewCaption #stepName {
        top: 2px;
    }


    .blueimp-gallery #workflowPreviewCaption #documentName {
        bottom: 5px;
    }

    .blueimp-gallery #workflowPreviewCaption #stepName .workflow-step-name-title {
        font-family: Heebo;
        font-size: 12px;
        font-weight: bold;
    }

    .blueimp-gallery #workflowPreviewCaption #stepName .workflow-step-name {
        font-family: Heebo;
        font-size: 12px;
    }



    .blueimp-gallery #workflowPreviewCaption #documentName .workflow-document-name-title {
        font-family: Heebo;
        font-size: 18px;
        font-weight: bold;
    }

    .blueimp-gallery #workflowPreviewCaption #documentName .workflow-document-name {
        font-family: Heebo;
        font-size: 18px;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



.blueimp-gallery > .editor {
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0;
    right: 0;
    line-height: 60px;
    font-size: 14px;
    background: #fff;
    color: #626162;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,.6);
    border-bottom: 1px solid #cacaca;
    z-index: 100;
}

.rtl .blueimp-gallery > .editor .editor-container {
    direction: rtl;
    padding: 16px 22px 16px 12px;
}

.blueimp-gallery > .editor .editor-container .editor-headers {
    display: flex;
}

.blueimp-gallery > .editor .editor-container .editor-top-actions {
    display: flex;
    align-items: center;
    height: 100%;
}

.blueimp-gallery > .editor .buttons {
    white-space: nowrap;
    display: flex;
}

.blueimp-gallery > .editor .inputs {
    margin-left: 10px;
    display: flex;
}

.rtl .blueimp-gallery > .editor .inputs {
    margin-left: 0;
    margin-right: 10px;
    display: flex;
}

.blueimp-gallery > .editor .inputs span {
    display: flex;
}

.blueimp-gallery > .editor .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0;
    list-style-type: none;
}

    .blueimp-gallery > .editor .controls .control {
        cursor: pointer;
        white-space: nowrap;
    }

        .blueimp-gallery > .editor .controls .control.active {
            color: #0099f0;
        }

        .blueimp-gallery > .editor .controls .control:hover {
            opacity: 1;
        }

        .blueimp-gallery > .editor .controls .control:first-of-type {
            position: relative;
        }

        .blueimp-gallery > .editor .controls .control .control-ico {
            display: inline-block;
            height: 50px;
            width: 50px;
            vertical-align: middle;
            background-image: url(../img/ico-pen.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: center;
        }

            .blueimp-gallery > .editor .controls .control .control-ico.ico-text {
                background-image: url(../img/ico-text.png);
            }

            .blueimp-gallery > .editor .controls .control .control-ico.ico-list {
                background-image: url(../img/ico-list.png);
            }

            .blueimp-gallery > .editor .controls .control .control-ico.ico-tick {
                background-image: url(../img/ico-tick.png);
            }

            .blueimp-gallery > .editor .controls .control .control-ico.ico-close {
                background-size: 50%;
                background-image: url(../img/ico-close.png);
            }

        .blueimp-gallery > .editor .controls .control.agent span:not(.button-text) {
            background-color: rgba(248, 231, 28, 0.3);
            border: 1px solid rgba(248, 231, 28, 1);
            opacity: 1;
        }

        .blueimp-gallery > .editor .controls .control.delete span:not(.button-text) {
            border: 1px solid rgba(0, 0, 0, 0.1);
            background-color: rgba(255, 23, 23, 0.1);
            opacity: 1;
        }

        .blueimp-gallery > .editor .controls .control.add-text span:not(.button-text) {
            border: 1px solid rgba(0, 0, 0, 0.1);
            opacity: 1;
        }

.blueimp-gallery > .editor .btn-field {
    margin-left: 16px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.rtl .blueimp-gallery > .editor .btn-field {
    margin-right: 16px;
}

.editor-container ul.controls span {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rtl .blueimp-gallery.share-view .header-container,
.rtl .blueimp-gallery > .editor .controls {
    direction: rtl;
}

.blueimp-gallery > .navigation {
    position: absolute;
    bottom: 80px;
    color: #fff;
    font-size: 0;
    right: 15px;
}


    .blueimp-gallery > .navigation .pages {
        font-size: 16px;
        display: flex;
        height: 60px;
        line-height: 60px;
        float: left;
        text-align: right;
        flex-direction: row;
        padding: 0 15px;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        width: 100%;
        color: #fff;
        justify-content: center;
        align-items: center;
        background-color: rgba(50, 54, 57,0.5);
        pointer-events: none;
    }



        .blueimp-gallery > .navigation .pages .count {
            margin: 0 10px;
            letter-spacing: 12px;
        }

    .blueimp-gallery > .navigation .controls {
        display: inline-block;
        height: 185px;
        line-height: 50px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }


        .blueimp-gallery > .navigation .controls .control {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 38px;
            height: 38px;
            font-size: 30px;
            line-height: 38px;
            cursor: pointer;
            opacity: 0.8;
            border-radius: 25px;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 0.6);
            user-select: none;
            border: 2px solid #4c4c4c;
            background-color: rgb(242, 242, 242);
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
        }

        .blueimp-gallery > .navigation .controls .control {
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
        }

            .blueimp-gallery > .navigation .controls .control.zoom {
                background-image: url(../img/icons/adhoc/zoom.png);
            }

            .blueimp-gallery > .navigation .controls .control.zoom-in {
                background-image: url(../img/icons/adhoc/zoom-in.png);
            }

            .blueimp-gallery > .navigation .controls .control.zoom-out {
                background-image: url(../img/icons/adhoc/zoom-out.png);
            }

            .blueimp-gallery > .navigation .controls .control:hover {
                opacity: 1;
            }

.blueimp-gallery > .slides {
    bottom: 15px;
}

    .blueimp-gallery > .slides.bottom-adjust {
        bottom: 80px;
    }

.client-page.new-ui.limited .blueimp-gallery > .navigation .pages {
    top: 84px !important;
}

.rtl .blueimp-gallery > .close {
    right: auto;
    left: 10px;
}

.rtl .blueimp-gallery .next.transition {
    right: 125px;
}

.rtl .sign-form .signatures li {
    float: right;
}

.rtl .sign-form .signatures .progress {
    float: left;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    direction: ltr;
}

.rtl .blueimp-gallery > .navigation {
    left: 25px;
    right: auto;
}

.signature-pad-form .input-placeholder {
    position: relative;
    width: 100%;
}

.signature-pad-form .keyboard-signature-name {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.signature-pad-form .corporate-stamp {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

    .signature-pad-form .corporate-stamp .text-field {
        float: left;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

        .signature-pad-form .corporate-stamp .text-field:last-of-type {
            float: right;
        }

    .signature-pad-form .corporate-stamp .input-placeholder {
        position: relative;
        width: 48% !important;
    }

.signature-pad-form .input-placeholder.focused label {
    top: -1px !important;
}

.signature-pad-form .input-placeholder label {
    position: absolute;
    z-index: 1;
    top: 0.45rem;
    margin-left: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #333 !important;
    width: auto !important;
}

.rtl .fa-forward:before {
    content: "\f112" !important;
}

.fa-share:before {
    content: "\f112" !important;
}

.rtl .fa-share:before {
    content: "\f064" !important;
}

.fa-forward:before {
    content: "\f064" !important;
}

.input-placeholder {
    position: relative;
    margin: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .input-placeholder input, .input-placeholder select {
        padding: 2px;
    }

        .input-placeholder select:disabled {
            color: darkgrey !important;
        }

        .input-placeholder input:valid + .placeholder, .input-placeholder select:valid + .placeholder {
            display: none;
        }

    .input-placeholder label {
        position: absolute;
        z-index: 99999;
        top: 10px;
        margin-left: 0.8rem !important;
        pointer-events: none;
        -webkit-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        color: #333 !important;
    }

    .input-placeholder.focused label {
        font-size: 0.5rem !important;
        top: 0.15rem;
    }

        .input-placeholder.focused label.mandatory {
            color: #000;
        }

.rtl .input-placeholder label {
    position: absolute;
    z-index: 99999;
    top: 0.5rem;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #333 !important;
    margin-left: 0 !important;
    text-align: right;
}

.rtl .input-placeholder .checkbox-label {
    position: inherit;
    pointer-events: inherit
}

.modal-view .modal-view-wrapper .modal-form #buttonStartNewPlanConversation, .modal-view .modal-view-wrapper .modal-form #buttonStartNewConversation {
    border-radius: 25px;
}

header.header button#buttonAdd.btn-field {
    font-size: 16px;
    display: none;
    box-shadow: 0 0 1px 0px #59d6fd inset, 0 0 1px 0px #59d6fd;
}

.rtl header.header button#buttonAdd.btn-field {
    float: left;
    margin-left: 25px;
}
/*.expander-btn {
    border: 2px solid #0890bb;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4px;
}

    .expander-btn span.vertical {
        background-color: #0890bb;
        width: 100%;
        height: 3px;
    }

    .expander-btn span.horizontal {
        height: calc(100% - 7px);
        width: 3px;
        background: #0890bb;
        margin: 0 auto;
        position: absolute;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
    }

    .expander-btn.active .expander-btn span.horizontal {
        height: 0px;
    }*/
.view .conversations .chat-loader,
.client-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    opacity: 1;
}

    .view .conversations .chat-loader .spinner .cube1,
    .client-loader .spinner .cube1 {
        background-color: #0099f0 !important;
    }

    .view .conversations .chat-loader.disable,
    .client-loader.disable {
        opacity: 0;
        z-index: -1 !important;
        transition-delay: 2s;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        -ms-transition-delay: 2s;
    }

.client-loader {
    background-color: transparent !important;
}

.resize-side-view {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #dee0e2;
}

    .resize-side-view span {
        cursor: col-resize;
        width: 20px;
        height: 32px;
        background-image: url(../img/slide.png);
        background-size: 30px;
        background-position: center;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: -5px;
        right: auto;
    }

.rtl .resize-side-view {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #dee0e2;
}

.view.active:not(.side-view) .current,
.view.active:not(.side-view) .chat {
    width: 100% !important;
}

iframe#webWidget.show {
    top: 70px !important;
    border: none !important;
    background: transparent !important;
    z-index: 9999999 !important;
    transform: translateZ(0px) !important;
    position: fixed !important;
    opacity: 1 !important;
    width: 357px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    height: 565px !important;
    right: 0px !important;
    bottom: 0px !important;
    transition-property: opacity, width, height, bottom !important;
    transition-timing-function: ease-out !important;
    transition-duration: 300ms !important;
    left: auto !important;
}

.header .support-container {
    float: right;
    display: block;
    margin-right: 25px;
    margin-left: 0;
    position: relative;
    top: 2px;
}

    .header .support-container a {
        display: inline-block;
        width: 30px;
        height: 100%;
        vertical-align: middle;
    }

.rtl .header .support-container {
    float: right;
    display: block;
    margin-left: 0;
    margin-right: 25px;
    position: relative;
    top: 2px;
}

.rtl iframe#webWidget.show {
    left: 0px !important;
    right: auto !important;
}

.rtl .header .support-container {
    float: left;
    margin-left: 25px;
    margin-right: 0;
}

.message-top-menu {
    float: left;
    z-index: 999999;
    position: absolute;
    left: 17px;
    top: 10px;
    display: none;
    width: 20px;
}

.rtl .message-top-menu {
    left: 17px;
    right: auto;
}

#dialogsWindow .message .content.document-locked .message-top-menu {
    display: none !important;
}

#dialogsWindow .message .content:hover .message-top-menu {
    display: block;
}

    #dialogsWindow .message .content:hover .message-top-menu button.btn {
        background: none;
        cursor: pointer;
    }


    #dialogsWindow .message .content:hover .message-top-menu .delete-arrow i.fa.fa-chevron-down {
        color: #0099f0;
        cursor: pointer;
    }

#dialogsWindow .message .content .message-top-menu:hover .menu-panel, .menu-panel:hover .menu-panel {
    display: block;
}

.rtl #dialogsWindow .message .content .message-top-menu:hover .menu-panel, .menu-panel:hover .menu-panel {
    float: left;
}

#dialogsWindow .message .content .message-top-menu .menu-panel {
    width: 155px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 5px;
    display: none;
    transition: all ease-in-out .1s;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    -ms-transition: all ease-in-out .1s;
    box-shadow: 0 2px 10px 0 rgba(47, 59, 91, 0.36);
}

    #dialogsWindow .message .content .message-top-menu .menu-panel .menu-items {
        background-color: rgba(47, 59, 91, 0.04);
        border-bottom: none;
        display: inline-table;
        width: 100%;
    }

    #dialogsWindow .message .content .message-top-menu .menu-panel button {
        width: 100%;
        text-align: left;
        padding: 10px 10px;
        border: none;
        color: #2f3b5b;
        transition: all ease-in-out .1s;
        -webkit-transition: all ease-in-out .1s;
        -moz-transition: all ease-in-out .1s;
        -o-transition: all ease-in-out .1s;
        -ms-transition: all ease-in-out .1s;
    }
    #dialogsWindow .message .content .message-top-menu .menu-panel button.disabled {
        color: var(--lds-color-font-disabled);
        pointer-events: none;
    }

        #dialogsWindow .message .content .message-top-menu .menu-panel button:hover {
            background-color: rgba(47, 59, 91, 0.04);
        }

.rtl #dialogsWindow .message .content .message-top-menu .menu-panel button {
    width: 100%;
    text-align: right;
    padding: 10px 10px;
    border: 1px solid rgba(47, 59, 91, 0.04);
    color: #0099f0;
}

.card-column {
    width: 33.333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.payment-card-column {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.rtl .card-column {
    padding-right: 0;
    padding-left: 0;
}

.payment-stage h5 {
    margin-bottom: 0;
}

h2.summary-title {
    position: relative;
}

    h2.summary-title span {
        background-color: white;
        padding-right: 10px;
    }

    h2.summary-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #dedede;
        z-index: -1;
    }

.editor-container ul li i.fa {
    height: 50px;
    width: 50px;
    font-size: 35px;
    vertical-align: middle;
    display: inline-block;
    line-height: 50px;
}

/******************************************/
/*                ERRORS                  */
/******************************************/
.error-page {
    position: fixed;
    z-index: 999999999999999999;
    background: #fff;
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
    color: #808080;
}

    .error-page.visible {
        display: table;
    }

    .error-page .msg {
        display: table-cell;
        vertical-align: middle;
    }

    .error-page .expired-ico {
        display: block;
        margin: 0 auto;
        height: 80px;
        width: 80px;
        background-image: url(../img/expired.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .error-page .title {
        border-top: 2px solid #0099f0;
        border-bottom: 2px solid #0099f0;
        padding: 0;
        display: inline-block;
        font-size: 2rem;
        color: #808080;
        min-width: 80px;
    }

    .error-page .txt {
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
        color: #999999;
    }

span#exSubTitle {
    display: block;
}

#exMessage {
    margin-top: 10px;
    display: block;
    font-size: 20px;
}

.support-container {
    float: right;
    display: block;
    margin-right: 25px;
    margin-left: 0;
    position: relative;
    top: 2px;
}

.reconnect {
    display: inline-block;
}

.reconnect-title {
    font-weight: bold;
    font-size: 18px;
}

div.reconnect > div {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.reconnect .dot1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.reconnect .dot2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.browser-not-supported,
.session-expired,
.expired,
.access-denied,
.connection-closed,
.technical-issue,
.link-expired,
.link-expired-sent,
.consent-error {
    position: fixed;
    z-index: 999999999999999999;
    background: #fff;
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
}

    .browser-not-supported.visible,
    .session-expired.visible,
    .expired.visible,
    .access-denied.visible,
    .connection-closed.visible,
    .technical-issue.visible,
    .link-expired.visible,
    .link-expired-sent.visible,
    .consent-error.visible {
        display: table;
    }

    .browser-not-supported .msg,
    .session-expired .msg,
    .expired .msg,
    .access-denied .msg,
    .connection-closed .msg,
    .technical-issue .msg,
    .link-expired .msg,
    .link-expired-sent .msg,
    .consent-error .msg {
        display: table-cell;
        vertical-align: middle;
    }

    .browser-not-supported .expired-ico,
    .expired .expired-ico,
    .access-denied .expired-ico,
    .connection-closed .expired-ico,
    .technical-issue .expired-ico,
    .consent-error .expired-ico {
        display: block;
        margin: 0 auto;
        height: 80px;
        width: 80px;
        background-image: url(../img/expired.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .browser-not-supported .title,
    .session-expired .title,
    .expired .title,
    .access-denied .title,
    .connection-closed .title,
    .technical-issue .title,
    .link-expired .title,
    .consent-error .title {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 5px;
        display: inline-block;
        font-size: 14px;
        color: #808080;
    }

.client-page.new-ui .browser-not-supported .title,
.client-page.new-ui .session-expired .title,
.client-page.new-ui .expired .title,
.client-page.new-ui .access-denied .title,
.client-page.new-ui .connection-closed .title,
.client-page.new-ui .technical-issue .title,
.client-page.new-ui .link-expired .title,
.client-page.new-ui .consent-error .title {
    border-top: 1px solid var(--lds-color-border-light);
    border-bottom: 1px solid var(--lds-color-border-light);
    color: var(--lds-color-font-base);
    padding: 8px;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.009375rem !important;
    margin-top: 8px;
    margin-bottom: 56px;
}

    .browser-not-supported .txt,
    .session-expired .txt,
    .expired .txt,
    .access-denied .txt,
    .connection-closed .txt,
    .technical-issue .txt,
    .link-expired .txt,
    .link-expired-sent .txt,
    .consent-error .txt {
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
        color: #999999;
    }

.client-page.new-ui .browser-not-supported .txt,
.client-page.new-ui .session-expired .txt,
.client-page.new-ui .expired .txt,
.client-page.new-ui .access-denied .txt,
.client-page.new-ui .connection-closed .txt,
.client-page.new-ui .technical-issue .txt,
.client-page.new-ui .link-expired .txt,
.client-page.new-ui .consent-error .txt {
    color: var(--lds-color-font-weak);
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    margin-top: 0;
}

.client-page.new-ui .link-expired-sent .txt {
    color: var(--lds-color-font-base);
    margin-top: 0;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.009375rem !important;
}

.client-page.new-ui .link-expired .modal-primary-button {
    margin-left: auto;
    margin-right: auto;
}

.client-page.new-ui .connection-closed .txt {
    margin: 0 auto;
}


.session-expired .expired-ico,
.link-expired .expired-ico {
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background-image: url(../img/24-hours.svg);
    background-size: 100%;
}

    .link-expired-sent .expired-ico {
        display: block;
        margin: 0 auto;
        height: 80px;
        width: 80px;
        background-image: url(../img/success.svg);
        background-size: 100%;
    }

    .link-expired .close-arrow {
        min-height: 30px;
        width: 140px;
        line-height: 30px;
    }

        .link-expired .close-arrow .text-button {
            font-size: 14px;
            line-height: 30px;
        }

span.attachment-icon {
    background-image: url(../img/attach.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 47px;
    background-size: 35px;
    right: 15px;
    bottom: 7px;
    position: absolute;
    z-index: 300;
}

.rtl .footer .compose-wrapper .attachment-icon {
    left: 15px;
    right: auto;
}

.prevent-click {
    pointer-events: none !important;
    -ms-touch-action: none !important;
}

span#newPlanConversationError,
span#newConversationError {
    display: none;
    padding-left: var(--lds-space-0);
}

.middle-panel {
    transition: all ease-in-out .1s;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    -ms-transition: all ease-in-out .1s;
}

.welcome-container .btn-field {
    min-width: 200px;
}

.unset-weight {
    font-weight: unset !important;
}

.message-info span.text,
.message-details span.text {
    font-weight: 500;
}

.message-details .document-list {
    padding-bottom: 0;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-left: 30px;
}
.client-side-view .message-details .document-list .workflow-expiration, .message-details .document-list .workflow-expired {
    display: none;
  }

  .client-side-view .workflow-expiration-customer, .client-side-view .workflow-expired-customer {
    margin-left: var(--lds-space-0) !important;
    margin-top: var(--lds-space-0) !important;
    margin-bottom: var(--lds-space-0) !important;
  }
  .client-side-view .workflow-expiration-customer .icon-alert {
    color: var(--lds-color-semantic-alert-darker);
  }
.message-details .document-list .workflow-expiration, .message-details .document-list .workflow-expired, .client-side-view .workflow-expiration-customer, .client-side-view .workflow-expired-customer {
    display: flex;
    background: var(--lds-color-semantic-alert-50);
    max-width: 222px;
    margin-top: var(--lds-space-3);
    margin-bottom: 9px;
    margin-left: -30px;
    border-radius: 28px; 
    padding: var(--lds-space-2) var(--lds-space-2) var(--lds-space-2) var(--lds-space-2);
    gap: var(--lds-space-3);

  }
  .message-details .document-list .workflow-expiration .expiration-time, .message-details .document-list .workflow-expired .expiration-time {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    flex: 1; 
    width: 160px;
  }
  .message-details .document-list .workflow-expiration .icon-alert, .message-details .document-list .workflow-expired .icon-alert {
      font-size: 18px;
      color: var(--lds-color-icon-base);
  }

  .message-details .document-list .workflow-expired, .client-side-view .workflow-expired-customer  {
    max-width: 85px;
    background: var(--lds-color-neutral-transparent-200);
  }


    .message-details .document-list .document-item-and-progress-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .message-details .document-list .document-item-and-progress-container:not(:first-child.hidden) {
            align-items: start;
            flex-direction: column;
        }

        .message-details .document-list .document-item-and-progress-container .in-workflow.co-signer-portion {
            width: auto;
            padding-left: 25px;
        }
        .message-details .document-list .document-item-and-progress-container .declined.co-signer-portion {
            width: auto;
            padding-left: 25px;
            pointer-events: none;
        }
        .declined-container {
            padding: 0;
            height: auto;
            display: flex;
            column-gap: 4px;
            padding: 2px 0 8px 28px;
        }
        .declined-container .declined-text {
            font-weight: 500 !important;
            font-size: 0.75rem !important;
            line-height: 1.125rem !important;
            letter-spacing: 0.025rem !important;
            color: var(--lds-brand-color-primary);
        }

        .message-details .document-list .document-item-and-progress-container .in-workflow.co-signer-portion:hover {
            background-color: #e1f1f6;
        }


    .message-details .document-list .sub-title {
        display: inline-block;
        font-size: 13px;
        margin: 0;
        margin-bottom: 5px;
        color: unset;
        white-space: normal;
        vertical-align: top;
        word-break: break-all;
    }

    .message-details .document-list > .document-item {
        padding-bottom: 8px;
        padding-top: 4px;
    }

    .message-details .document-list .document-item {
        margin-left: 1.4em;
        text-indent: -1.4em;
        margin-bottom: 0.2em;
        font-size: 13px;
        line-height: 1.2;
    }

        .message-details .document-list .document-item .collect-data-item {
            margin-left: 0px;
        }

        .message-details .document-list .document-item .collect-data-item .data-collect-value {
           
        }
        .message-details .document-list .document-item .collect-data-item .data-collect-key {
           color: var(--lds-color-font-weak);
        }



.commands {
    text-indent: 0em !important;
}

.message-details .document-list .document-item span {
    word-break: break-word;
    white-space: nowrap;
}

.rtl .message-details .document-list .document-item {
    margin-left: 1.4em;
    text-indent: -1.4em;
    padding-left: 25px;
    padding-right: 0px;
}

.message-details .document-list .document-item img {
    padding-right: 10px;
}

.rtl .message-details .document-list {
    direction: rtl;
    margin-left: 0;
    margin-right: 30px;
}

    .rtl .message-details .document-list .document-item img {
        padding-left: 0;
    }

        .rtl .message-details .document-list .document-item img.bullet {
            transform: scaleX(-1);
        }

        .rtl .message-details .document-list .document-item img.v {
            padding-left: 10px;
            padding-right: 0;
        }

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.time i.fa.fa-clock-o {
    margin-right: 5px;
    margin-left: 5px;
}

span#spinner {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}

.spinner-loader {
    display: none;
}

    .spinner-loader.active {
        position: absolute;
        display: block;
        font-size: 1px;
        top: 0;
        left: 0;
        border-top: 1.1em solid #585858;
        border-right: 1.1em solid #585858;
        border-bottom: 1.1em solid #585858;
        border-left: 1.1em solid transparent;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: spinner 1.1s infinite linear;
        animation: spinner 1.1s infinite linear;
    }

        .spinner-loader.active, .spinner-loader.active:after {
            border-radius: 50%;
            width: 36px;
            height: 36px;
        }

    .spinner-loader.freeze {
        border-left: 1.1em solid #585858;
        animation: none;
        -webkit-animation: none;
        background-color: #cfcfcf;
    }

.spinner-svg {
    animation: rotate-spinner 1s linear infinite;
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.freeze .spinner-svg .path {
    stroke: #585858;
    stroke-linecap: round;
    stroke-dasharray: 0,0 !important;
}

.active .spinner-svg .path {
    stroke: #585858;
    stroke-linecap: round;
    stroke-dasharray: 50,40;
}


.cc-number.input-placeholder {
    padding-left: 110px;
    max-width: 100%;
    overflow: hidden;
}

.cc-cvv.input-placeholder {
    padding-left: 50px;
    max-width: 100%;
    overflow: hidden;
}

canvas.error {
    border: 1px solid red !important;
}
/******************************************/
/*          SHARE-VIEW ICONS              */
/******************************************/
span.share-view-icon {
    width: 50px;
    height: 50px;
    background-size: 40px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

    span.share-view-icon.pan-icon {
        background-image: url(../img/icons/pan.svg);
    }

    span.share-view-icon.pan-icon-black {
        background-image: url(../img/icons/pan_black.png);
        background-size: 20px;
    }

    span.share-view-icon.draw-icon {
        background-image: url(../img/icons/draw.svg);
    }

    span.share-view-icon.draw-icon-black {
        background-image: url(../img/icons/draw_black.png);
        background-size: 20px;
    }

    span.share-view-icon.delete-icon {
        background-image: url(../img/icons/delete.svg);
    }

    span.share-view-icon.delete-all-icon {
        background-image: url(../img/icons/delete-all.svg);
    }

.control.active span.share-view-icon.pan-icon {
    background-image: url(../img/icons/pan-active.svg);
}

#buttonDraw:hover span.share-view-icon.draw-icon {
    background-image: url(../img/icons/draw-active.svg);
}

#buttonPan:hover span.share-view-icon.pan-icon {
    background-image: url(../img/icons/pan-active.svg);
    color: #116fc6;
}

#buttonDeleteDraw:hover span.share-view-icon.delete-icon {
    background-image: url(../img/icons/delete-active.svg);
    color: #116fc6;
}

#buttonDeleteAllDraws:hover span.share-view-icon.delete-all-icon {
    background-image: url(../img/icons/delete-all-active.svg);
    color: #116fc6;
}

#buttonPan:hover,
#buttonDraw:hover,
#buttonDeleteDraw:hover,
#buttonDeleteAllDraws:hover {
    color: #116fc6;
}

.control.active span.share-view-icon.draw-icon {
    background-image: url(../img/icons/draw-active.svg);
}

.shared-review-room {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    background-color: #FFFFFF;
}

    .shared-review-room #shared-review-main-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        flex-direction: column;
        padding: 0px;
        gap: 16px;
    }

        .shared-review-room #shared-review-main-spinner .loader-text {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.15px;
            color: #1C2336;
        }

    .shared-review-room .shared-review-main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;
    }

        .shared-review-room .shared-review-main-container .shared-review-space {
        }


            .shared-review-room .shared-review-main-container .shared-review-space img {
                height: 193px;
                width: 324px;
            }

.payment-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
}

.shared-review-room .shared-review-main-container .shared-review-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 4px;
}

    .shared-review-room .shared-review-main-container .shared-review-title .shared-review-main-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.25px;
        color: #1C2336;
    }

    .shared-review-room .shared-review-main-container .shared-review-title .shared-review-sub-title {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.25px;
        color: rgba(28, 35, 54, 0.64);
    }


.payment-title {
    color: var(--lds-color-font-weak);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
}

.payment-sub-title {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.25px;
    color: rgba(28, 35, 54, 0.64);
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
    .modal-form.confirm-modal {
        width: 295px;
    }

        .modal-form.confirm-modal .controls {
            overflow-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .controls {
            overflow-wrap: break-word;
            max-height: 145px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .title {
            text-align: left;
        }

    .modal-form .title {
        font-size: 16px;
    }


    .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-pen {
        background-size: 25px;
        width: 50px;
        height: 50px;
    }
}
/* iphone 5 & 5s */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .modal-form.confirm-modal {
        width: 305px;
    }

        .modal-form.confirm-modal .controls {
            overflow-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .controls {
            overflow-wrap: break-word;
            max-height: 145px;
            overflow-y: auto;
        }

    .modal-form .title {
        font-size: 16px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-pen {
        background-size: 25px;
        width: 50px;
        height: 50px;
    }
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .modal-form.confirm-modal {
        width: 310px;
    }

        .modal-form.confirm-modal .controls {
            overflow-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .controls {
            overflow-wrap: break-word;
            max-height: 145px;
            overflow-y: auto;
        }

    .modal-form .title {
        font-size: 16px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-pen {
        background-size: 25px;
        width: 50px;
        height: 50px;
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .modal-form.confirm-modal {
        width: 345px;
    }

        .modal-form.confirm-modal .controls {
            overflow-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .controls {
            overflow-wrap: break-word;
            max-height: 145px;
            overflow-y: auto;
        }


    .modal-form .title {
        font-size: 16px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-pen {
        background-size: 25px;
        width: 50px;
        height: 50px;
    }
}

/* iphone X , XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .modal-form.confirm-modal {
        width: 320px;
    }

        .modal-form.confirm-modal .controls {
            overflow-wrap: break-word;
            max-height: 100px;
            overflow-y: auto;
        }

        .modal-form.confirm-modal.consent-popup .controls {
            overflow-wrap: break-word;
            max-height: 145px;
            overflow-y: auto;
        }

    .modal-form .title {
        font-size: 16px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .signature-pad-form .signature-pad-header .signature-control .signature-pen {
        background-size: 25px;
        width: 50px;
        height: 50px;
    }
}

/******************************************/
/*              ANIMATIONS                */
/******************************************/
.transition {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
}

.fade-out {
    animation: fadeOut 1s ease-in-out;
    -webkit-animation: fadeOut 1s ease-in-out;
    -moz-animation: fadeOut 1s ease-in-out;
    -o-animation: fadeOut 1s ease-in-out;
    -ms-animation: fadeOut 1s ease-in-out;
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
    -webkit-animation: fadeIn 1s ease-in-out;
    -moz-animation: fadeIn 1s ease-in-out;
    -o-animation: fadeIn 1s ease-in-out;
    -ms-animation: fadeIn 1s ease-in-out;
}
/******************************************/
/*          KEY-FRAMES (ANIMATION)        */
/******************************************/
@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        display: initial;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}

@keyframes toggle-color {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #116fc6;
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fader {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.client-side.compose {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 200;
}

.safari-dummy-top-input {
    bottom: 0;
    position: fixed;
    left: 9999px;
}

.high-z-index {
    z-index: 9999999999999999999999999;
}


#divPaste {
    height: 0;
    color: transparent;
    text-shadow: 0px 0px 0px #666;
    text-indent: -9999em;
    position: absolute;
    top: -150px;
}

    #divPaste:focus {
        color: transparent;
        text-shadow: 0px 0px 0px #666;
        text-indent: -9999em;
    }

.full-height {
    height: 100% !important;
}


button[disabled="disabled"],
.btn-action[disabled="disabled"],
.btn-field:disabled,
.btn-field:disabled:hover {
    cursor: not-allowed !important;
}

.overflow-hidden {
    overflow-y: hidden;
}

.client-page .blueimp-gallery > .next,
.client-page .blueimp-gallery > .prev {
    border: 3px solid #4c4c4c;
    -webkit-text-stroke: #4c4c4c;
    -webkit-text-stroke-width: 1px;
    background-color: rgba(255,255,255,.7);
    opacity: 1;
}

.invisible {
    visibility: hidden !important;
}

.file-purged {
    background-image: url(../img/file-purged.svg);
    background-size: 70px;
    background-repeat: no-repeat;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    border: 1px solid transparent !important;
    padding: 10px 8px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 20px 0 rgba(47, 59, 91, 0.25) !important;
}

    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
        height: 34px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        padding: 4px !important;
        display: flex !important;
        align-items: center !important;
        color: #2f3b5b !important;
    }

    .ui-widget.ui-widget-content.ui-autocomplete > .ui-menu-item:hover {
        background-color: rgba(47, 59, 91, 0.04) !important;
    }

.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    padding: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

    .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
        background-color: transparent !important;
        color: #2f3b5b !important;
        border: none !important;
    }

.ellipsis-text::-ms-clear {
    display: none;
}

.agent-avatar {
    background-image: url("data:image/svg+xml, %3Csvg%20style%3D%22fill%3A%20%230099f0%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2053%2053%22%20%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M39.7%2C23.4c-0.5%2C0-0.9%2C0.3-0.9%2C0.8v0.1v7c0%2C0.5%2C0.4%2C0.8%2C0.9%2C0.8c0.4%2C0%2C0.8-0.4%2C0.8-0.8v-7C40.5%2C23.8%2C40.2%2C23.4%2C39.7%2C23.4z%22%0A%09%09%2F%3E%0A%09%3Cpath%20d%3D%22M32.7%2C36.4h-5.2c-0.5%2C0-0.9%2C0.4-0.9%2C0.9V39c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h5.2c0.5%2C0%2C0.9-0.4%2C0.9-0.9v-1.7%0A%09%09C33.6%2C36.8%2C33.2%2C36.4%2C32.7%2C36.4z%22%2F%3E%0A%09%3Cpath%20d%3D%22M26.5%2C0C11.9%2C0%2C0%2C11.9%2C0%2C26.5S11.9%2C53%2C26.5%2C53S53%2C41.1%2C53%2C26.5S41.1%2C0%2C26.5%2C0z%20M42.2%2C31.3c0.1%2C1.1-0.7%2C2.1-1.8%2C2.4%0A%09%09c-0.3%2C2.7-2.4%2C4.9-5.1%2C5.3v0.1c0%2C1.4-1.2%2C2.6-2.6%2C2.6h-5.2c-1.4%2C0-2.6-1.2-2.6-2.6v-1.7c0-1.4%2C1.2-2.6%2C2.6-2.6h5.2%0A%09%09c1.4%2C0%2C2.5%2C1.1%2C2.6%2C2.5c1.8-0.4%2C3.1-1.8%2C3.4-3.6c-1-0.4-1.7-1.4-1.7-2.4v-7c0-0.7%2C0.3-1.4%2C0.8-1.9C35.8%2C15.9%2C34%2C13%2C27%2C13%0A%09%09s-9.9%2C2.9-11.9%2C9.4c0.5%2C0.5%2C0.8%2C1.2%2C0.8%2C1.9v7c0%2C1.4-1.2%2C2.6-2.6%2C2.6c-1.4%2C0-2.6-1.2-2.6-2.6v-7c0-1.4%2C1.2-2.6%2C2.6-2.6%0A%09%09c0.1%2C0%2C0.1%2C0%2C0.2%2C0c2.3-7.1%2C5.9-10.4%2C13.5-10.4s10.1%2C3.3%2C12.4%2C10.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0c1.4%2C0%2C2.6%2C1.2%2C2.6%2C2.6V31.3z%22%2F%3E%0A%09%3Cpath%20d%3D%22M13.3%2C23.5c-0.4%2C0-0.8%2C0.4-0.8%2C0.8v7c0%2C0.5%2C0.3%2C0.9%2C0.8%2C0.9s0.9-0.3%2C0.9-0.8v-0.1v-7C14.2%2C23.8%2C13.8%2C23.5%2C13.3%2C23.5z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 36px;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
}

.customer-avatar {
    background-image: url(../img/customer.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
}

.bullet {
    background-image: url("data:image/svg+xml, %3Csvg%20style%3D%22fill%3A%230099f0%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2014%2024%22%20%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M2.5%2C0.3l12%2C10.9c0.2%2C0.2%2C0.3%2C0.5%2C0.3%2C0.8s-0.1%2C0.6-0.3%2C0.8l-12%2C10.9c-0.4%2C0.4-1%2C0.4-1.4%2C0s-1.4-1-1-1.4%0A%09L11.4%2C12L0.1%2C1.7c-0.4-0.4%2C0.6-1%2C1-1.4C1.5-0.1%2C2.1-0.1%2C2.5%2C0.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    height: 10px;
    width: 14px;
    display: inline-block;
}

.rtl .bullet {
    margin-left: 10px;
    margin-right: 10px;
}

.v {
    background-image: url("data:image/svg+xml, %3Csvg%20style%3D%22fill%3A%20%230099f0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20x%3D%220px%22%20y%3D%220px%22%09%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M21%2C7L9%2C19L3.5%2C13.5L4.91%2C12.09L9%2C16.17L19.59%2C5.59L21%2C7Z%22%20%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    height: 12px;
    width: 20px;
    display: inline-block;
    margin-left: -5px;
}

.rtl .v {
    margin-left: 5px;
    margin-right: 10px;
}

.evault-dropdown-disabled {
    opacity: 0.26;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#ui-datepicker-div {
    z-index: 9999999 !important;
}




.transition-spinner circle {
    animation: 1.5s ease-in-out infinite both circle-animation;
    display: block;
    fill: transparent;
    stroke: var(--lds-brand-color-primary);
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 5px;
    transform-origin: 50% 50%;
}

.transition-spinner svg {
    animation: 1.5s linear infinite svg-animation;
    max-width: 100px;
    height: 50px;
    stroke: #b3e0fb;
    width: 50px;
}

@keyframes circle-animation {
    50% {
        stroke-dashoffset: 75;
        transform: rotate(180deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(720deg);
    }
}

@supports not (-webkit-line-clamp: 1) {
    .message-details-container .step-name, .message-details-container .flow-name, .message-details-container .asset-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 100%;
        vertical-align: text-bottom;
        text-indent: 0px;
    }

    .message-details-container {
        width: 65%;
    }
}

.message-details-container .name-container {
    display: inline;
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }

    .message-details-container .name-container {
        display: inline-block;
        vertical-align: top;
    }

    .client-page.new-ui .conversations .messages .message .content .message-details-container .name-container {
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 1px;
    }

    .line-clamp {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        position: relative;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 !important;
        text-indent: 0px;
    }


    .line-clamp-2 {
        -webkit-line-clamp: 2;
    }
}
/* new button design */
.text-button {
    min-height: 36px !important;
    height: 36px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    border-radius: 4px !important;
    font-family: Heebo !important;
}

span.command.inviteClient, span.command.enableSession, span.command.disableSession, span.command.reEngageSession {
    box-sizing: content-box !important;
}

.b3.linq, .b2.linq {
    border-width: 0px !important;
    background: none !important;
}

.limited-ribbon.b1 {
    min-height: initial !important;
    height: initial !important;
    line-height: initial !important;
}

/* new button design */

.empty-pseudo:after {
    content: none !important;
}


/* new customer ui */
.client-page.new-ui canvas.error {
    border: 1px solid var(--lds-color-warn-main) !important;
}

.client-page.new-ui .modal-form .error {
    color: var(--lds-color-warn-main);
    padding-left: 0;
}


.client-page.new-ui .modal-form.confirm-modal .submit .btn-field.lds-button {
    height: 100% !important;
    word-break: break-all;
}

/* doc req */
.client-page.new-ui .upload-files {
    padding: 0 32px;
    margin-top: 32px;
}

    .client-page.new-ui .upload-files .sub-title{
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: 0.009375rem !important;
        margin-bottom: 24px !important;
    }

.client-page.new-ui div .idv-upload-files-container .capture_doc {
    column-gap: 16px;
}

.client-page.new-ui .capture_doc {
    height: 84px !important;
    background-color: var(--lds-brand-color-background-lightest);
    border: none;
    padding: 0 24px;
    border-radius: var(--lds-radius-md);
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    color: var(--lds-color-font-base);
}

    .client-page.new-ui .capture_doc.upload-done {
        pointer-events: none !important;
        -ms-touch-action: none !important;
    }

.client-page.new-ui .capture_doc:not(:first-of-type) {
    margin-top: 12px;
}

    .client-page.new-ui .capture_doc:not(.upload-done):hover {
        background-color: var(--lds-brand-color-background-light);
    }

    .client-page.new-ui .capture_doc:not(.upload-done):focus {
        background-color: var(--lds-brand-color-background-dark);
    }

    .client-page.new-ui .capture_doc .btn-txt {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
        max-height: 44px;
        white-space: normal !important;
        text-align: left;
    }

.client-page.new-ui .upload-files .capture_doc .first-row {
    height: unset;
    align-items: center;
    height: 100%;
}

.client-page.new-ui .upload-files .capture_doc .first-row .new {
    color: var(--lds-color-icon-base);
}

.client-page.new-ui .upload-files .capture_doc .first-row .done {
    color: var(--lds-color-semantic-success-transparent-600);
}

    .client-page.new-ui .capture_doc .first-row {
        gap: 16px;
    }

.client-page.new-ui .upload-files .capture_doc .first-row .btn-content {
    order: unset;
    flex: 1;
    min-width: 0;
}

.client-page.new-ui .upload-files .capture_doc .first-row .total-uploads {
    display: flex;
    align-self: center;
    padding: 0 8px;
}

.client-page.new-ui .upload-files .capture_doc .first-row .upload-state {
    display: flex;
    column-gap: 8px;
}

    .client-page.new-ui .upload-files .capture_doc .total-uploads .uploaded {
        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);
    }


.client-page.new-ui .upload-files .capture_doc.upload-done .btn-txt,
.client-page.new-ui .upload-files .capture_doc.upload-done .uploaded,
.client-page.new-ui .upload-files .capture_doc.upload-done .total-uploads {
    color: var(--lds-color-font-disabled);
}

.client-page.new-ui .capture_doc .upload-indicator .btn-camera,
.client-page.new-ui .capture_doc .first-row .upload-indicator .btn-camera {
    background-image: none;
    background-repeat: no-repeat;
    background-size: unset;
    color: var(--lds-brand-color-icon-primary-weak);
}

.client-page.new-ui .capture_doc.upload-done .upload-indicator .btn-camera {
    color: var(--lds-brand-color-icon-primary-disabled);
}

.client-page.new-ui .page-icon {
    margin: 0 auto 24px;
    align-self: center;
    color: var(--lds-brand-color-icon-primary-weak);
    font-size: var(--lds-size-icon-xxl) !important;
    height: var(--lds-size-icon-xxl) !important;
    width: var(--lds-size-icon-xxl) !important;
    line-height: var(--lds-size-icon-xxl) !important;
}

.client-page.new-ui span.payment-declined,
.client-page.new-ui span.red {
    color: var(--lds-color-warn-900) !important;
    font-weight: 400;
}

.client-page.new-ui .blueimp-gallery {
    background-color: var(--lds-color-neutral-500);
}

#lightico .client-page.new-ui {
    font-family: "Heebo";
    color: var(--lds-color-font-base) !important;
    display: flex;
    flex-direction: column;
}

    #lightico .client-page.new-ui #emptyConversation {
        color: var(--lds-brand-color-primary);
        margin: 0 auto;
    }

    #lightico .client-page.new-ui #idvSecurityStatus {
        color: var(--lds-color-font-primary-base);
    }
    #lightico .client-page.new-ui #collaborationStatus {
       display: none;
    }
/* Modal/Dialogs */

.client-page.new-ui .modal-view {
    text-align: start;
    z-index: 9999999;
}

    .client-page.new-ui .modal-view:not(.desktop) button.modal-primary-button {
        margin-left: 0;
    }

    .client-page.new-ui .modal-view.visible {
        display: block;
        background-color: var(--general-color-background-scrim);
    }

    .client-page.new-ui .modal-view .modal-view-wrapper {
        display: flex;
        vertical-align: middle;
        height: 100%;
        justify-content: center;
    }

    .client-page.new-ui .modal-view:not(.desktop) .modal-form .page-icon {
        font-size: var(--lds-size-icon-lg) !important;
        height: var(--lds-size-icon-lg) !important;
        width: var(--lds-size-icon-lg) !important;
        line-height: var(--lds-size-icon-lg) !important;
        margin: 8px auto 16px;
    }

.client-page.new-ui .modal-form {
    max-width: 420px;
    min-width: 340px;
    margin: auto;
    align-self: center;
}

.client-page.new-ui  .confirm-modal.decline-to-sign {
    max-width: 390px;
}

.client-page.new-ui .modal-view.desktop {
    z-index: 9999998;
}

.client-page.new-ui .modal-view.desktop .modal-view-wrapper .modal-form.fill-form.active.custom-workflow-open-close-page {
    padding: 24px 0 32px 0 !important;
}

    .client-page.new-ui .modal-view.desktop .modal-view-wrapper .modal-form.fill-form.active.custom-workflow-open-close-page .custom-txt {
        padding-right: 44px !important;
        padding-left: 44px;
    }

    .client-page.new-ui .modal-form .submit .btn-field {
        margin-top: 24px;
        margin-left: 0;
    }

    .client-page.new-ui .modal-form.modal-form.signature-pad-form.active > div {
        margin: 0;
    }

    .client-page.new-ui .modal-form.active {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .client-page.new-ui .modal-form.confirm-modal.active {
        max-height: calc(100% - 64px);
    }

    .client-page.new-ui .modal-form .msg {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        height: 100%;
    }

    .client-page.new-ui .modal-form.consent-popup .controls,
    .client-page.new-ui .confirm-modal .controls {
        max-height: unset;
    }

    .client-page.new-ui .modal-view.desktop .modal-form .msg {
        padding: 0;
        /*align-self: center;*/
    }

.client-page.new-ui .modal-view.desktop .modal-view-wrapper .fill-form {
    padding: 100px 44px !important;
}

.client-page.new-ui .modal-view.desktop .modal-form .msg .modal-primary-button {
    align-self: center;
}

.client-page.new-ui .modal-view.desktop .modal-form .txt {
    margin: 0 auto;
}

.client-page.new-ui .modal-view.desktop .modal-form.fill-form .txt {
   overflow:scroll;
}

.client-page.new-ui .modal-form .title {
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    letter-spacing: 0.015625rem !important;
    color: var(--lds-color-font-base);
    margin: 0;
    align-self: start;
    padding-bottom: 8px;
}

.client-page.new-ui .modal-form .title{
    padding-right: 20px;
}

.rtl.client-page.new-ui .modal-form .title,
.rtl.client-page.new-ui .confirm-modal .controls {
    padding-right: 0;
    padding-left: 20px;
}

    .client-page.new-ui .modal-form .title:empty {
        display: none;
    }

.client-page.new-ui .modal-form .txt,
.client-page.new-ui .modal-form .body {
    font-weight: 400 !important;
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.009375rem !important;
    color: var(--lds-color-font-weak);
    text-align: start;
}

.client-page.new-ui .modal-form .txt {
    text-align: center;
    margin-bottom: 16px;
}
.client-page.new-ui .modal-form .body {
    margin-bottom: 0;
}

.client-page .modal-form.confirm-modal .body.modal-confirm-with-word-break{
    word-break: break-word;
}
.client-page.new-ui button.modal-primary-button {
    margin-top: 32px;
    display: block;
}

.client-page.new-ui .form-last-page button.modal-primary-button {
    margin-left: auto;
    margin-right: auto;
}

.client-page.new-ui .modal-form .submit {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 8px;
    margin-top: -7px;
}

.client-page.new-ui .modal-form .close, .client-page.new-ui .asset-modal .close {
    opacity: 1;
}

.client-page.new-ui .confirm-modal .controls {
    margin-bottom: 16px;
}
/* Header - Start */
.client-page.new-ui #header.client {
    box-shadow: none;
    background-color: #ffffff;
    height: unset;
    line-height: unset;
    width: 780px;
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-direction: column;
    border-radius: 12px 12px 0 0;
    position: relative;
    border-bottom: 1px solid var(--lds-color-border-light);
}

    .client-page.new-ui #header.client .header-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 16px;
        column-gap: 8px;
        height: 72px;
    }

.client-page.new-ui .client .profile {
    height: 56px;
    box-shadow: none;
    justify-content: flex-start;
    flex: 1;
    padding-right: 16px;
}

    .client-page.new-ui .client .profile .pic {
        margin-left: 0;
        max-height: 36px;
        height: 36px;
    }

.client-page.new-ui .client .status {
    position: initial;
    color: var(--lds-color-icon-disabled);
    /*background-color: var(--lds-color-neutral-transparent-100);*/
    background-color: transparent;
    font-size: 24px !important;
    line-height: 24px !important;
    height: 24px !important;
    width: 24px !important;
}

    .client-page.new-ui .client .status.online {
        color: var(--lds-color-semantic-success-darker);
    }

.client-page.new-ui i.yale {
    position: initial;
    display: block;
    height: 32px;
    width: 32px;
    background-image: none;
    color: var(--lds-brand-color-primary);
}
/* Header - End*/
/* Footer - Start*/
.client-page.new-ui .footer {
    position: relative;
    flex: 1;
}

    .client-page.new-ui .footer .compose-wrapper {
        width: 780px;
        margin: auto;
        background-color: var(--lds-brand-color-background-lighter);
    }

        .client-page.new-ui .footer .compose-wrapper .attachment-icon {
            position: relative;
            display: inline-block;
            right: 0;
            top: 0;
            height: 32px;
            width: 32px;
            align-self: center;
        }

        .client-page.new-ui .footer .compose-wrapper .compose {
            width: 780px;
            margin: auto;
            max-height: 240px;
            box-shadow: 0px -2px 10px 0 rgba(33, 46, 62, 0.08);
            border-radius: 16px 16px 0 0;
            display: flex;
            column-gap: 8px;
            padding: 12px 60px 16px 12px;
            position: relative;
        }

            .client-page.new-ui .footer .compose-wrapper .compose > button {
                margin-top: 4px;
            }

            .client-page.new-ui .footer .compose-wrapper .compose .compose-field {
                height: auto;
                border: none;
                display: inline-block;
                flex: 1;
                word-break: break-all;
            }

                .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field-wrapper {
                    background-color: var(--lds-brand-color-background-lighter);
                    padding: 8px 4px 8px 0px;
                    border-radius: 20px;
                }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field-wrapper:not(.focused):hover {
                        background-color: var(--lds-brand-color-background-light);
                        cursor: pointer;
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field-wrapper.focused {
                        background-color: var(--lds-brand-color-compose-field-focused);
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field-wrapper.active {
                        background-color: var(--lds-color-primary-transparent-400);
                    }

                .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field {
                    background-color: transparent;
                    width: 100%;
                    margin: 0 !important;
                    padding: 0 16px 0 24px !important;
                    max-height: 14rem;
                    color: var(--lds-color-font-base);
                    overflow: auto;
                    height: 100%;
                    word-wrap: break-word;
                    caret-color: var(--lds-brand-color-primary);
                    min-height: 1.5rem;
                }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field:hover {
                        cursor: pointer;
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field::-webkit-input-placeholder {
                        color: var(--lds-color-font-weak);
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field:-moz-placeholder {
                        color: var(--lds-color-font-weak);
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field::-moz-placeholder {
                        color: var(--lds-color-font-weak);
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field:-ms-input-placeholder {
                        color: var(--lds-color-font-weak);
                    }

                    .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field.error {
                        border: 1px solid var(--lds-color-warn-main);
                        color: var(--lds-color-warn-main);
                    }

                        .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field.error::-webkit-input-placeholder {
                            color: var(--lds-color-warn-transparent-600);
                        }

                        .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field.error:-moz-placeholder {
                            color: var(--lds-color-warn-transparent-600);
                        }

                        .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field.error::-moz-placeholder {
                            color: var(--lds-color-warn-transparent-600);
                        }

                        .client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field.error:-ms-input-placeholder {
                            color: var(--lds-color-warn-transparent-600);
                        }

.client-page.new-ui .send-message-btn {
    transform: translate(48px, 0);
    height: 40px !important;
    width: 40px !important;
    min-width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
    pointer-events: none;
}

    .client-page.new-ui .send-message-btn:hover {
        background-color: transparent;
    }

.client-page.new-ui .footer .compose-field #spanSendMessage.btn-field {
    color: var(--lds-color-font-disabled);
    background-color: transparent;
    cursor: pointer;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

    .client-page.new-ui .footer .compose-field #spanSendMessage.btn-field:hover {
        color: var(--lds-color-font-disabled) !important;
    }

.client-page.new-ui .footer .compose-field.dirty #spanSendMessage.btn-field {
    color: var(--lds-brand-color-send-btn-color);
    background-color: var(--lds-brand-color-send-btn-bg);
    cursor: pointer;
}

    .client-page.new-ui .footer .compose-field.dirty #spanSendMessage.btn-field:hover {
        color: var(--lds-brand-color-send-btn-color) !important;
        background-color: var(--lds-brand-color-send-btn-bg-hover);
    }

.client-page.new-ui .footer .compose-field.dirty .send-message-btn {
    cursor: pointer;
    pointer-events: auto;
}
/* Footer - End*/
.client-page.new-ui .client-side-view {
    top: unset;
    bottom: unset;
    width: 780px;
    margin: auto;
    position: relative;
    height: 100%;
}

    .client-page.new-ui .client-side-view.active .welcome-conversation-container {
        flex-direction: column;
        margin: auto;
        height: 100%;
        justify-content: center;
        row-gap: 32px;
        display: none;
    }

    .client-page.new-ui .client-side-view.active .messages:empty + .welcome-conversation-container {
        display: flex;
    }

    .client-page.new-ui .client-side-view.active .messages:-moz-only-whitespace + .welcome-conversation-container {
        display: flex;
    }

    .client-page.new-ui .client-side-view.active .welcome-conversation-container .welcome-conversation-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }

        .client-page.new-ui .client-side-view.active .welcome-conversation-container .welcome-conversation-text > div {
            text-align: center;
        }

        .client-page.new-ui .client-side-view.active .welcome-conversation-container .welcome-conversation-text .welcome-title {
            font-weight: 400 !important;
            font-size: 1.5rem !important;
            line-height: 2rem !important;
            letter-spacing: 0 !important;
            color: var(--lds-color-font-weak);
        }

        .client-page.new-ui .client-side-view.active .welcome-conversation-container .welcome-conversation-text .welcome-sub-title {
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;
            color: var(--lds-color-font-weak);
        }

.client-page.new-ui .main-container {
    background-image: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    gap: 0;
}

.client-page.new-ui .client-side-view.active:not(div[style*="display: none"]) ~ .main-container {
    background-image: url(../img/main-background.png);
}

.client-page.new-ui .main-container .form-page-header {
    justify-content: flex-start;
    display: flex;
    padding: 8px 4px 16px 0px;
    justify-content: space-between;
    column-gap: 10px;
}

.client-page.new-ui .main-container .page-counter {
    align-self: center;
}

.client-page.new-ui .main-container .main-card-box {
    margin-top: 24px;
    box-shadow: 0px 1px 32px -5px rgba(0, 19, 40, 0.08);
    border-radius: 8px;
    margin-bottom: 32px;
}

.client-page.new-ui .conversations.client-side .chat {
    padding-top: 0;
    background-color: var(--lds-brand-color-background-lighter);
}

.client-page.new-ui .conversations.client-side .messages {
    bottom: 0;
    padding: 16px 32px 100px;
    overflow-y: auto;
}

.client-page.new-ui .conversations .messages.full {
    bottom: 0px;
}

.client-page.new-ui .conversations .messages .message {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
}

    .client-page.new-ui .conversations .messages .message:not(.me) {
        flex-direction: row-reverse;
    }

    .client-page.new-ui .conversations .messages .message .avatar {
        display: none;
    }

.grow-wrap {
    position: relative;
    height: 100%;
}

    .grow-wrap::after {
        content: attr(data-replicated-value) " ";
        white-space: pre-wrap;
        visibility: hidden;
        padding: 8px 16px 8px 24px;
        display: block;
        letter-spacing: 0.009rem; /* Should be same letter spacing as text-area*/
    }

    .grow-wrap .text-field-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        height: 100%;
    }

textarea {
    font-family: Heebo;
}

.grow-wrap textarea::placeholder {
    font-size: 1rem;
    letter-spacing: 0.009rem; /* Should be same letter spacing as text-area*/
}

    .grow-wrap textarea::-webkit-scrollbar {
        resize: none;
    }

    .grow-wrap textarea::-webkit-scrollbar {
        width: 4px;
        box-shadow: none;
        border-radius: 100px;
    }

    .grow-wrap textarea::-webkit-scrollbar-track {
        box-shadow: none;
    }

    .grow-wrap textarea::-webkit-scrollbar-thumb {
        border-radius: 100px;
    }

    .grow-wrap > textarea, .grow-wrap > div, .grow-wrap::after {
        font: inherit;
    }

.client-page.new-ui .conversations #dialogsWindow.messages {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.client-page.new-ui .conversations .messages .message .content:before {
    display: none;
}

.client-page.new-ui .conversations .messages .message:not(.me) .content .text {
    color: var( --lds-brand-color-on-customer-card);
}

.client-page.new-ui .conversations .messages .message .content {
    border-radius: 12px;
    border: none;
    box-shadow: none;
    max-width: 100%;
    width: auto;
    margin: 0;
    min-width: 11.25rem;
    padding: 16px 32px 16px 16px;
}

    .client-page.new-ui .conversations .messages .message .content:not([data-workflow-type="message"], [data-workflow-type="photo"]) {
        width: 100%;
    }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="message"] {
        padding: 12px 32px 34px 16px;
    }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] {
        padding: 12px 16px 34px 16px;
    }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] {
        padding: 16px 16px 12px 16px;
    }

    .client-page.new-ui .conversations .messages .message .content .fa.fa-clock-o {
        display: none;
    }

    .client-page.new-ui .conversations .messages .message .content .time {
        /*lds-caption-1*/
        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);
        opacity: 1;
    }

.client-page.new-ui .conversations .messages .message:not(.me) .content .time {
    color: var(--lds-brand-color-on-primary-weak);
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="message"] .time, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .time {
    left: 16px;
    bottom: 16px;
    top: initial;
    right: initial;
    margin-top: 0;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"], .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] {
    flex-direction: column;
}

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .time, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .time, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .time, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .time, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .time {
        position: initial;
    }

.client-page.new-ui .conversations .messages .message.me .content {
    background-color: #ffffff;
    float: left;
}

    .client-page.new-ui .conversations .messages .message.me .content[data-workflow-type="photo"], .client-page.new-ui .conversations .messages .message.me .content[data-workflow-type="message"] {
        margin-right: 32px;
    }

.client-page.new-ui .conversations .messages .message:not(.me) .content {
    background-color: var(--lds-brand-color-customer-card);
    margin-left: 32px;
    float: right;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .message-details-container {
    display: none;
}

.client-page.new-ui .conversations .messages .message .content .message-details-container.disabled {
    opacity: 0.32;
}

.client-page.new-ui .conversations .messages .message .content .message-details-container .name-container {
    overflow: hidden;
}

.client-page.new-ui .conversations .messages .message .content .message-details-container .done-state + .name-container .step-name,
.client-page.new-ui .conversations .messages .message .content .message-details-container .done-state + .name-container .asset-name {
    color: var(--lds-color-font-base);
}

.client-page.new-ui .conversations .messages .message .content .message-details-container .bullet + .name-container .step-name, .client-page.new-ui .conversations .messages .message .content .message-details-container .bullet + .name-container .asset-name {
    color: var(--lds-color-font-weak);
}

.client-page.new-ui .conversations .messages .message .content .message-details-container .bullet + .name-container .step-name,
.client-page.new-ui .conversations .messages .message .content .message-details-container .bullet + .name-container .asset-name {
    overflow: hidden;
    text-overflow: ellipsis;
}
.client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .message-thumb {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 2px;
    display: flex;
}

.client-page.new-ui .conversations .messages .message .content .message-thumb .attachment {
    min-height: unset;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .message-thumb .attachment {
    border: none;
    background-color: transparent;
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    margin-right: 0;
    margin-top: 0;
}

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .message-thumb .attachment .file-purged {
        background-image: url(../img/purged.svg);
        background-size: cover;
        min-height: 120px;
    }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .message-thumb .attachment .commands-panel {
        display: none;
    }

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="photo"] .lightico-thumbnail.img-responsive {
    cursor: pointer;
}

.client-page.new-ui .conversations .messages .message .content:not([data-workflow-type="photo"], [data-workflow-type="message"]) .message-details {
    padding-bottom: 12px;
}

.client-page.new-ui .conversations .messages .message .message-details span.text {
    /*lds-subheading-1*/
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.009375rem !important;
    margin-bottom: 2px;
    margin-top: 0;
}

.client-page.new-ui .conversations .messages .message .content .co-signer-portion {
    padding: 0;
    height: auto;
    display: flex;
    column-gap: 4px;
    padding: 2px 0 8px 28px;
}

    .client-page.new-ui .conversations .messages .message .content .co-signer-portion .portion-icon {
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        color: var(--lds-brand-color-primary);
    }

    .client-page.new-ui .conversations .messages .message .content .co-signer-portion .portion-text {
        /*lds-caption-2*/
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        line-height: 1.125rem !important;
        letter-spacing: 0.025rem !important;
        color: var(--lds-brand-color-primary);
    }
/* Message Header*/
.client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .header-container, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .header-container, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .header-container, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .header-container, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .header-container {
    display: flex;
    flex-direction: column;
}

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .header-container .header-main, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .header-container .header-main, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .header-container .header-main, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .header-container .header-main, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .header-container .header-main {
        display: flex;
        column-gap: 12px;
        margin-bottom: 16px;
    }

.client-page.new-ui .conversations .messages .message .content .header-container .header-sub {
    display: flex;
    flex-direction: column;
    padding-top: var(--lds-space-3);
    gap: var(--lds-space-3);
}

.client-page.new-ui .conversations .messages .message .content .header-container .thumbnail-wrapper {
    display: flex;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    align-self: center;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--lds-brand-color-customer-thumbnail-bg);
}

    .client-page.new-ui .conversations .messages .message .content .header-container .thumbnail-wrapper .lds-icon {
        color: var(--lds-brand-color-customer-thumbnail-color);
    }

.client-page.new-ui .attachment .thumbnail {
    height: auto;
    min-height: auto;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .header-container .thumbnail, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .header-container .thumbnail, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .header-container .thumbnail, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .header-container .thumbnail, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .header-container .thumbnail {
    align-self: center;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .header-container .title-wrapper, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .header-container .title-wrapper, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .header-container .title-wrapper, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .header-container .title-wrapper, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .header-container .title-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 4px;
    padding-bottom: 2px;
    overflow: hidden;
    flex: 1;
}

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .header-container .title-wrapper .sub-title, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .header-container .title-wrapper .sub-title, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .header-container .title-wrapper .sub-title, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .header-container .title-wrapper .sub-title, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .header-container .title-wrapper .sub-title {
        margin: 0;
    }

.client-page.new-ui .conversations .messages .message .content .header-container .file-purged, .client-page.new-ui .conversations .messages .message .content .header-container .thumb-workflow, .client-page.new-ui .conversations .messages .message .content .header-container .thumb-read-only {
    background-image: none;
}
.client-page .conversations .messages .message .content .header-container .header-sub:has(.expired-workflow) .workflow-status {
    display: none !important;
}
.client-page .conversations .messages .message .content .header-container .status-info.expired-workflow {
    background: var(--lds-color-neutral-transparent-200);
    color: var(--lds-color-font-weak) !important;
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info {
    /*lds-body-1*/
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    color: var(--lds-color-primary-900) !important;
    background-color: var(--lds-color-primary-transparent-300);
    display: flex;
    column-gap: 8px;
    border-radius: 4px;
    height: 1.5rem;
    align-items: center;
    padding: 0 12px 0 8px;
    margin-right: auto;
    max-width: 100%;
}

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info.green {
        color: var(--lds-color-semantic-success-900) !important;
    }

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info.red {
        color: var(--lds-color-warn-900) !important;
    }

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info .status-desc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info .status-info-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .client-page.new-ui .conversations .messages .message .content .header-container .status-info .status-info-text.red {
            color: var(--lds-color-warn-darker);
        }

        .client-page.new-ui .conversations .messages .message .content .header-container .status-info .status-info-text.green {
            color: var(--lds-color-semantic-success-darker);
        }

.client-page.new-ui .conversations .messages .message .content .header-container .header-seperator {
    display: none;
    height: 1px;
    background-color: var(--lds-color-border-light);
    margin: 16px -16px 16px 0;
}

.client-page.new-ui .conversations .messages .message .content .header-container .workflow-status {
    margin-top: 0;
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info + .co-signer-portion {
    margin-top: 8px;
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info:not(.hidden) ~ .header-seperator {
    display: flex;
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info .lds-icon {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: var(--lds-color-primary-900);
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.red .lds-icon {
    color: var(--lds-color-warn-900);
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.sub {
    background-color: transparent;
    color: var(--lds-color-font-weak);
    padding-left: 0;
    margin-top: 8px;
}

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info.sub .status-info-value {
        color: var(--lds-color-font-base);
    }

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info.sub .status-info-title {
        color: var(--lds-color-font-weak);
    }

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.red {
    background-color: var(--lds-color-warn-transparent-300);
}

.client-page.new-ui .conversations .messages .message .content .step-wrapper span.disabled {
    color: var(--lds-color-font-disabled) !important;
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.green {
    background-color: var(--lds-color-semantic-success-transparent-300);
}

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.red {
    background-color: var(--lds-color-warn-transparent-300);
}

    .client-page.new-ui .conversations .messages .message .content .header-container .status-info.green .lds-icon {
        color: var(--lds-color-semantic-success-900);
    }

.client-page.new-ui .conversations .messages .message .content .header-container .status-info.red .lds-icon {
    color: var(--lds-color-warn-900);
}
/* Message Footer*/
.client-page.new-ui .conversations .messages .message .content .commands-panel.panel-with-download-draft-btn,
.client-page.new-ui .conversations .messages .message .content .commands-panel.panel-with-payment-btn,
.client-page.new-ui .conversations .messages .message .content .commands-panel {
    height: 100%;
    padding: 0 !important;
}

    .client-page.new-ui .conversations .messages .message .content .commands-panel .commands .text-button {
        min-height: 36px !important;
        max-height: 36px !important;
        line-height: 36px !important;
        height: 36px !important;
    }

    .client-page.new-ui .conversations .messages .message .content .commands-panel .commands {
        flex-direction: row-reverse;
        column-gap: 8px;
        justify-content: end;
        padding-bottom: 12px;
    }

        .client-page.new-ui .conversations .messages .message .content .commands-panel .commands.inactive {
            opacity: 1;
        }

    .client-page.new-ui .conversations .messages .message .content .commands-panel button, .client-page.new-ui .conversations .messages .message .content .commands-panel a {
        margin: 0;
        min-width: auto;
        max-width: unset;
        width: 100%;
        padding: 0 16px;
        line-height: 1 !important;
        height: 2.25rem !important;
        max-height: 2.25rem !important;
        min-height: 2.25rem !important;
    }

        .client-page.new-ui .conversations .messages .message .content .commands-panel a.btn-action:not(.lds-button-stroked) {
            background-color: var(--lds-brand-color-primary-btn-bg);
            color: var(--lds-brand-color-primary-btn-color);
        }

            .client-page.new-ui .conversations .messages .message .content .commands-panel a.btn-action:not(.lds-button-stroked):hover {
                background-color: var(--lds-brand-color-primary-btn-bg-hover);
            }

            .client-page.new-ui .conversations .messages .message .content .commands-panel a.btn-action:not(.lds-button-stroked)[disabled="disabled"],
            .client-page.new-ui .conversations .messages .message .content .commands-panel a.btn-action:not(.lds-button-stroked).disabled,
            .client-page.new-ui .conversations .messages .message .content .commands-panel a.btn-action:not(.lds-button-stroked).inactive {
                background-color: var(--lds-color-neutral-transparent-300);
                color: var(--lds-color-font-disabled);
                opacity: 1;
            }

.client-page.new-ui .conversations .messages .message .content .thumb-seperator {
    margin: 0;
    background-color: var(--lds-color-border-light);
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 12px;
    height: 0;
}

.client-page.new-ui .conversations .messages .message .content .bullet {
    height: 1rem;
    width: 1rem;
    min-width: 1rem;
    background-image: none;
    font-size: 1rem;
    color: var(--lds-color-neutral-700);
    margin-top: 0.188rem;
    align-self: baseline;
}

.client-page.new-ui .conversations .messages .message .content .done-state {
    height: 16px;
    width: 16px;
    min-width: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--lds-color-semantic-success-800);
    margin-top: 0.188rem;
    align-self: baseline;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .bullet {
    display: none;
}

.client-page.new-ui .conversations .messages .message .message-details {
    height: 100%;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="esign"] .message-details .document-list, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="workflow"] .message-details .document-list, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="multi_signer"] .message-details .document-list, .client-page.new-ui .conversations .messages .message .content[data-workflow-type="document_request"] .message-details .document-list {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.client-page.new-ui .conversations .messages .message .content .message-details .document-list .break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item:not([hidden]) {
    margin-left: 0;
    text-indent: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: 0.015625rem !important;
    column-gap: 8px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 4px;
    overflow: hidden;
}

.rtl .client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item:not([hidden]) {
    padding-left: 0;
    padding-right: 4px;
}

.client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item > .document-item {
    padding-left: 24px;
    padding-top: 2px;
}

    .client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item > .document-item:last-of-type {
        margin-bottom: 4px;
    }

.client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item .step-wrapper {
    display: flex;
    column-gap: 8px;
    align-items: center;
    overflow: hidden;
}

.client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list .document-item {
    margin-bottom: 12px;
}

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list .document-item .step-wrapper {
        flex-direction: column;
        row-gap: 4px;
    }

        .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list .document-item .step-wrapper span {
            align-self: flex-start;
        }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list .document-item span:first-of-type {
        color: var(--lds-color-font-weak);
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        line-height: 1.125rem !important;
        letter-spacing: 0.025rem !important;
    }

    .client-page.new-ui .conversations .messages .message .content[data-workflow-type="payment"] .message-details .document-list .document-item span:last-of-type {
        color: var(--lds-color-font-base);
        font-weight: 400 !important;
        font-size: 2.125rem !important;
        line-height: 2.5rem !important;
        letter-spacing: 0.015625rem !important;
    }

.client-page.new-ui .message-details .document-list .document-item span {
    white-space: unset;
}

    .client-page.new-ui .modal-view .modal-view-wrapper {
        background-color: rgba(62, 69, 84, 0.5);
    }
.client-page.new-ui .conversations .messages .message .flow-name {
    color: var(--lds-color-font-weak);
}

.client-page.new-ui.read-only .conversations.client-side .messages {
    top: 0;
}

#mitekSDK {
    max-height: 0;
}
/*NEW menuitem RTL*/
.rtl.client-page.new-ui .footer .compose-wrapper .compose {
    padding: 12px 12px 16px 60px;
}

.rtl.client-page.new-ui .send-message-btn {
    transform: translate(-48px, 0);
    left: 0;
    right: unset;
}

.rtl.client-page.new-ui .conversations .compose .compose-field .btn-field, .rtl.client-page.new-ui .footer .compose-wrapper .compose .compose-field .btn-field {
    border-right: none !important;
}

.rtl.client-page.new-ui .footer .compose-field #spanSendMessage.btn-field {
    transform: rotate(180deg);
}

.rtl.client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field-wrapper {
    padding: 8px 0 8px 4px;
}

.rtl.client-page.new-ui .conversations .messages .message:not(.me) .content {
    margin-left: 0;
    margin-right: 32px;
}

.rtl.client-page.new-ui .conversations .messages .message .content .co-signer-portion {
    padding: 2px 28px 8px 0;
}

.rtl.client-page.new-ui .conversations .messages .message .content .message-details .document-list .document-item > .document-item {
    padding-right: 24px;
}

.rtl.client-page.new-ui .conversations .messages .message .content .header-container .status-info {
    margin-left: auto;
    margin-right: unset;
    padding: 0 8px 0 12px;
}

    .rtl.client-page.new-ui .conversations .messages .message .content .header-container .status-info.sub {
        padding-right: 0;
    }

.rtl.client-page.new-ui .footer .compose-wrapper .compose .compose-field .text-field {
    padding: 0 24px 0 16px !important;
}

.rtl.client-page.new-ui .conversations .messages .message .content .bullet {
    margin: 0;
}

.rtl.client-page.new-ui .message-details .document-list {
    margin-right: 0;
}

.rtl.client-page.new-ui .blueimp-gallery > .editor .editor-container {
    padding: 0;
}

.client-page.new-ui ::-moz-selection { /* Code for Firefox */
    background-color: var(--lds-color-primary-transparent-500);
}

.client-page.new-ui ::selection {
    background-color: var(--lds-color-primary-transparent-500);
}

.signature-pad-form .signature-pad-header {
    height: 72px;
}

.client-page.new-ui .modal-form.signature-pad-form .keyboard-signature,
.client-page.new-ui .modal-form.signature-pad-form .corporate-stamp {
    padding:0;
}

.client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen,
.client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard {
    background-image: none;
    color: var(--lds-color-icon-base);
    padding: 0;
}

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen.active,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard.active {
        color: var(--lds-color-font-base);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard:after {
        content: "";
        position: absolute;
        height: 48px;
        width: 48px;
        top: -11px;
        left: -12px;
        border-radius: var(--lds-radius-ellipsis);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen.active:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard.active:after {
        background-color: var(--lds-brand-color-interaction-primary-selected);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen:hover:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard:hover:after {
        background-color: var(--lds-color-interaction-hover);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen:active:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard:active:after {
        background-color: var(--lds-color-interaction-focus);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen.active:hover:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard.active:hover:after {
        background-color: var(--lds-brand-color-interaction-primary-selected-hover);
    }

    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-pen.active:active:after,
    .client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-keyboard.active:active:after {
        background-color: var(--lds-brand-color-interaction-primary-selected-hover-focus);
    }

.client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control .signature-border-bottom.active {
    display: none;
}

.client-page.new-ui .modal-form.signature-pad-form .signature-pad-header .signature-control {
    width: 56px;
    height: 48px;
    justify-content: center;
    padding: 0;
}

.client-page.new-ui .modal-form.signature-pad-form .signature-pad-header {
    padding-right: 36px;
    padding-left: 0;
}

.client-page.new-ui .modal-form.signature-pad-form {
    margin: 16px;
    padding-top: 0;
}

.client-page.new-ui .modal-form.signature-pad-form .title {
    padding: 0;
}

#inputDocToEmail, #confirmInputDocToEmail {
    color: black;
    border-radius: var(--lds-radius-sm) var(--lds-radius-sm) 0px 0px;
    background-color: var(--lds-color-background-light);
}

.error-line {
    border-bottom: 1px solid var(--lds-color-warn-main) !important;
}

@media only screen and (max-width: 780px) {
    .client-page.new-ui .page-icon {
        font-size: var(--lds-size-icon-xxxl) !important;
        height: var(--lds-size-icon-xxxl) !important;
        width: var(--lds-size-icon-xxxl) !important;
        line-height: var(--lds-size-icon-xxxl) !important;
    }
    /* Doc Req */
    .client-page.new-ui .upload-files {
        padding: 0;
        margin-top: 16px;
    }

    .client-page.new-ui .capture_doc {
        padding: 0 16px;
    }

    .client-page.new-ui .capture_doc .btn-txt {
        font-weight: 400 !important;
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: 0.009375rem !important;
        max-height: 44px;
        white-space: normal !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        text-align: left;
    }


    .client-page.new-ui .upload-files .capture_doc .first-row .total-uploads {
        font-weight: 400 !important;
        font-size: 0.875rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 0.015625rem !important;
    }

    .client-page.new-ui .upload-files .capture_doc .first-row .upload-state {
        padding: 8px;
    }

    .client-page.new-ui .upload-files .sub-title {
        font-weight: 400 !important;
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
        letter-spacing: 0.015625rem !important;
    }

    /* Modal */
    .client-page.new-ui .modal-form {
        padding: 24px;
        width: unset;
        max-width: unset;
        margin: 32px;
        min-width: 280px;
    }

    .client-page.new-ui .modal-view.desktop .modal-view-wrapper .modal-form.fill-form.active.custom-workflow-open-close-page .custom-txt {
        padding-right: 24px !important;
        padding-left: 24px;
    }

        .client-page.new-ui .modal-view.desktop .modal-view-wrapper .fill-form {
            padding: 56px 24px 100px !important;
        }

    .client-page.new-ui .modal-view:not(.desktop) button.modal-primary-button {
        margin-top: 24px;
        align-self: end;
    }

    .client-page.new-ui .modal-view:not(.desktop) .modal-form .title,
    .client-page.new-ui .modal-view:not(.desktop) .modal-form .txt {
        padding-right: 24px
    }

    .client-page.new-ui .modal-form.confirm-modal.consent-popup .controls {
        padding-right: 48px
    }

    .client-page.new-ui .modal-view.desktop .msg .page-icon {
        margin-top: 0;
    }

    .client-page.new-ui .modal-form .close::after {
        content: "";
        position: absolute;
        height: 48px;
        width: 48px;
    }

        .client-page.new-ui .modal-form .title {
            font-weight: 400 !important;
            font-size: 1.25rem !important;
            line-height: 1.75rem !important;
            letter-spacing: 0.015625rem !important;
        }

        .client-page.new-ui .modal-form .txt,
        .client-page.new-ui .modal-form .body {
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            line-height: 1.375rem !important;
            letter-spacing: 0.015625rem !important;

        }

    .client-page.new-ui .confirm-modal .controls {
        max-height: 250px;
    }
    /* Modal - End */

    ::selection {
        background-color: var(--lds-brand-color-primary-interaction-active);
        color: inherit;
        text-shadow: none;
    }

    .client-page.new-ui .confirm-modal .controls {
        padding-right: 48px;
    }

    .client-page.new-ui .conversations #dialogsWindow.messages {
        row-gap: 8px;
    }

    /*Header*/
    .client-page.new-ui #header.client .header-wrapper {
        height: 64px;
    }
    .client-page.new-ui #header.client {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .client-page.new-ui .client-side-view {
        width: 100%;
    }

    .client-page.new-ui .main-container {
        background-image: none !important;
        background-color: var(--lds-color-background-base);
    }

        .client-page.new-ui .main-container .main-card-box {
            box-shadow: none;
            border-radius: 0;
            margin-bottom: 0;
            margin-top: 0;
            width: 100%;
        }

    /*Messages*/
    .client-page.new-ui .conversations.client-side .messages {
        padding: 16px 8px 100px;
    }

    .client-page.new-ui .conversations .messages .message .content .commands-panel.panel-with-download-draft-btn,
    .client-page.new-ui .conversations .messages .message .content .commands-panel.panel-with-payment-btn,
    .client-page.new-ui .conversations .messages .message .content .commands-panel {
        margin-top: 12px;
    }

        .client-page.new-ui .conversations .messages .message .content .commands-panel button,
        .client-page.new-ui .conversations .messages .message .content .commands-panel a {
            flex: 1;
            height: 2.5rem !important;
            max-height: 2.5rem !important;
            min-height: 2.5rem !important;
        }

    .client-page.new-ui .conversations .messages .message .content .thumb-seperator {
        display: none;
    }

    .client-page.new-ui .conversations .messages .message .message-thumb,
    .client-page.new-ui .conversations .messages .message .message-details {
        margin-top: 0;
    }

    .client-page.new-ui .conversations .messages .message.me .content {
        margin-right: 0;
    }

        .client-page.new-ui .conversations .messages .message.me .content[data-workflow-type="message"] {
            margin-right: 32px;
        }

        .rtl.client-page.new-ui .conversations .messages .message.me .content[data-workflow-type="photo"],
        .rtl.client-page.new-ui .conversations .messages .message.me .content[data-workflow-type="message"] {
            margin-left: 32px;
        }

    .client-page.new-ui .conversations .messages .message .content .workflow-status {
        padding-bottom: 0 !important;
    }
    /*Footer*/
    .client-page.new-ui .footer .compose-wrapper {
        width: 100%;
    }

        .client-page.new-ui .footer .compose-wrapper .compose {
            width: 100%;
        }

    .client-page.new-ui .send-message-btn {
        transform: translate(52px, 0);
        height: 48px !important;
        width: 48px !important;
        min-width: 48px;
        top: -4px;
    }

        .client-page.new-ui .send-message-btn:after {
            content: none;
        }

    .rtl.client-page.new-ui .send-message-btn {
        transform: translate(-52px, 0);
    }

    .client-page.new-ui .footer .compose-field #spanSendMessage.btn-field {
        position: relative;
    }
    .client-page .modal-form.decline-to-sign-pop-up .submit{
        display: flex;
        gap: var(--lds-space-4);
        flex-direction:column-reverse;
    }
    .client-page .modal-form.decline-to-sign-pop-up .submit > :first-child{
       margin-top: 0px !important;
       align-self: inherit !important;
    }
}
