#applicationaccordian .accordion-item{
    margin-bottom: 10px;
}
#applicationaccordian .accordion-button {
    font-size: 16px;
}
#applicationaccordian .nav-pills .nav-link.active,
#applicationaccordian .nav-pills .show > .nav-link,
#applicationaccordian .nav-brokers .nav-link.active,
#applicationaccordian .nav-brokers .show > .nav-link {
    background-color: rgba(0, 145, 170, 0.2);
    position: relative;
    color: #0091aa;
    font-weight: normal;
}
#applicationaccordian .nav-brokers .nav-link{
    background-color: transparent;
}
.app_separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    margin-top: 35px;
}
.app_separator:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #757575;
    content: '';
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
}
.separator__text {
    position: relative;
    padding-right: 24px;
    background: #fff;
    color: #1e1e1e;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.tz_custom_radio_button_list{
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 4px;
    background: #F4F4F4;
}
.employed_type,
.commenRadioError{
    justify-content: end;
    position: relative;
}
.sub_radio_sec {
    padding: 20px;
    background: #fafafa;
    border-bottom: 2px solid #efefef;
    width: 100%;
    margin: 0 auto;
}
.no_disp_sec{
    display: none;
}
.employment_type .form-check {
    margin: 0px;
    background-color: #f4f4f4;
    padding: 10px 50px;
}
.other_check .occupation{
    width: calc(100% - 110px);
    margin-left: 20px;
}
.question__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #444;
    font-weight: 400;
    font-size: 21px;
    display: inline-block;
    padding: 8px 18px;
    margin-right: 15px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-message .dz-button {
    background: none;
    color: #8392ab;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(180deg, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(52, 71, 103, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid hsla(0, 0%, 78%, 0.8);
    background-color: hsla(0, 0%, 100%, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: hsla(0, 0%, 100%, 0.7);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    transform: scale(1.05);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: z 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: A 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 53%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: B 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: hsla(0, 0%, 100%, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(180deg, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(180deg, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.proof_of_address{
    padding: 12px 10px !important;
    border-radius: 4px;
    background: #F4F4F4;
    margin-bottom: 15px !important;
}
.compliancecheck_sec .tz_custom_radio_button_list{
    flex-flow: wrap;
}
.checklist_child_sec{
    margin-top: 15px;
}
.loan_fee_icon {
    display: block;
}
.tz_loan_fees_box {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 6px;
    text-align: center;
}
.tz_loan_fees_box .input-group {
    width: 50%;
    margin: 0 auto;
    margin: 5px auto !important;
    text-align: center;
}
.checkbox_with_comment {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
}
.cmt_icon {
    position: absolute;
    right: 30px;
    color: #cacaca;
    top: 20px;
}
.cmt_save{
    padding: 5px 9px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 15px;
}
.cmt_icon_save {
    background-color: var(--primary-color);
    color: white;
}
.cmt_icon_save:hover{
    color: white !important;
}
.cmt_icon_delete {
    background-color: #dbdbdb;
    color: #6f6f6f;
}
.property_parts{
    display: flex;
    flex-flow: column;
    align-items: center;
}

/* Document Page CSS */

.tree li {
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    background-color: #F3F3F3;
    margin-bottom: 5px;
}
.tree li span {
    display: inline-block;
    padding: 5px 8px;
    text-decoration: none;
    width: 100%;
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
ul li.parent_li ul .parent_li {
    background-color: #fafafa;
}
body .upload_document_btn {
    padding: 2px 15px;
    position: absolute;
    right: 15px;
    top: 14px;
    transition: 0.6s;
    font-size: 14px;
}
.security_property .accordion-item:first-of-type .accordion-button {
    box-shadow: none;
}
.security_property .accordion-button:not(.collapsed)::after {
    opacity: 0;
}
.security_property .accordion-header{
    position: relative;
}
.delete_property,
.delete_property:hover {
    position: absolute;
    top: 12px;
    right: 20px;
    background-color: var(--primary-color);
    padding: 7px 10px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    z-index: 9;
}
.checkbox_with_comment .form-check-input[type=radio] {
    margin-left: 0;
}
.form-check.checkbox_with_comment label {
    padding-left: 10px;
}
.valuers_sec_list {
    margin: 0;
    background-color: #0091aa21;
    padding: 20px;
    border-radius: 6px;
}
.side_cont {
    display: flex;
    align-items: center;
}
.valuers_cont {
    margin-left: 15px;
}
.valuers_cont span{
    color: #868686;
    padding-bottom: 6px;
    display: block;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding-bottom: 10px;
    text-align: center;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    text-align: center;
    font-size: 17px;
}
.jconfirm .jconfirm-box {
    padding: 25px 15px;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0px;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}
.child_file {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 6px;
}
.child_file a {
    color: #333;
    font-size: 18px;
}
.shedow_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin-bottom: 30px;
}
.director_list {
    padding: 10px;
    background-color: rgba(0, 145, 170, 0.2);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #0091aa;
    border-radius: 5px;
}
.tz_sub_director_tabs ul.nav-tabs {
    border: 0;
    padding: 15px;
    color: #0091aa;
    background-color: #0091aa21;
    border-radius: 6px;
    justify-content: center;
}
.tz_sub_director_tabs ul.nav-tabs li button {
    transition: 0.6s;
    color: #0091aa;
    border: 1px solid;
    margin: 5px;
    border-radius: 6px;
    font-size: 18px;
}
.tz_sub_director_tabs ul.nav-tabs li button.active,
.tz_sub_director_tabs ul.nav-tabs li button:focus,
.tz_sub_director_tabs ul.nav-tabs li button:hover {
    background-color: var(--hover-color);
    border: 0;
    color: white;
    border-radius: 6px;
    border: 1px solid var(--hover-color);
}
.tz_sub_director_tabs .tab-content{
    margin-top: 30px;
}
.t_left{
    text-align: left;
}
.t_right{
    text-align: right;
}
.dev_table td{
    font-size: 14px;
}
.employed_type .parsley-errors-list,
.commenRadioError .parsley-errors-list{
    position: absolute;
    bottom: -20px;
}
.applicant_signature_digital {
    font-family: 'signature-font';
    font-size: 55px;
    text-align: center;
    height: 120px;
    padding-top: 25px;
}
body .accordion .signature_btn{
    background-color: rgb(255 255 255);
    position: relative;
    color: #0091aa;
    font-weight: normal;
    padding: 15px;
    text-align: left;
}
body .clear_btn {
    position: absolute;
    top: 8px;
    right: 50px;
    background-color: white;
    padding: 2px 10px;
    border-radius: 6px;
    color: #4f8fa7;
    font-size: 16px;
}
.disabledForm .form-control.dropzone {
    pointer-events: none;
    cursor: default;
}
.assets_extra_fields {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
}
