/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(107, 36, 142, 0.75) 1.5em 0 0 0, rgba(107, 36, 142, 0.75) 1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) 0 1.5em 0 0, rgba(107, 36, 142, 0.75) -1.1em 1.1em 0 0, rgba(107, 36, 142, 0.5) -1.5em 0 0 0, rgba(107, 36, 142, 0.5) -1.1em -1.1em 0 0, rgba(107, 36, 142, 0.75) 0 -1.5em 0 0, rgba(107, 36, 142, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(107, 36, 142, 0.75) 1.5em 0 0 0, rgba(107, 36, 142, 0.75) 1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) 0 1.5em 0 0, rgba(107, 36, 142, 0.75) -1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) -1.5em 0 0 0, rgba(107, 36, 142, 0.75) -1.1em -1.1em 0 0, rgba(107, 36, 142, 0.75) 0 -1.5em 0 0, rgba(107, 36, 142, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**==================== [1] Font  ======================**/

.sidenav {
    position: fixed;
    left: -420px;
    transition: 0.3s;
    padding: 10px;
    width: 420px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9431c6+19,9431c6+19,9431c6+23,9431c6+23,9431c6+36,9431c6+36,6c1c95+100,9431c6+100 */
    background: #9431c6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9431c6 19%, #9431c6 19%, #9431c6 23%, #9431c6 23%, #9431c6 36%, #9431c6 36%, #6c1c95 100%, #9431c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9431c6 19%, #9431c6 19%, #9431c6 23%, #9431c6 23%, #9431c6 36%, #9431c6 36%, #6c1c95 100%, #9431c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9431c6 19%, #9431c6 19%, #9431c6 23%, #9431c6 23%, #9431c6 36%, #9431c6 36%, #6c1c95 100%, #9431c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9431c6', endColorstr='#9431c6', GradientType=0);
    /* IE6-9 */
    z-index: 9999999999999;
    height: auto;
    top: 21%;
    border-radius: 0px 25px 25px 0px;
}

.sidenav:hover {
    left: 0;
}

.sidenav_detail_box {
    box-shadow: 0px 2px 10px #0000001a;
    border-radius: 19px;
    padding: 10px;
    background: #c284e1;
}

.sidenav_title_Detail h4 {
    font-size: 23px;
    color: #fff;
    border-bottom: 1px solid #E9E9E9;
    padding: 1rem 0;
    font-weight: 700;
}

.sidenav_property_Detail h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 10px;
}

.sidenav_grey_bg {
    background: transparent linear-gradient(93deg, #FFFFFF66 0%, #FFFFFF24 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 17px 0px;
    margin: 7px 0px;
    border: 0.1px solid #ffffff78;
}

.sidenav_detail_about h5 {
    font-size: 16px;
    color: #ffffff;
}

.sidenav_detail_about p {
    color: #fff;
    font-size: 15px;
}

.toggleImage {
    position: absolute;
    right: -41px;
    top: 33%;
    z-index: 9;
    height: 202px;
}

.inner-input-div {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.field {
    padding-right: 10px;
}

span.element_edit_btns {
    right: initial;
    left: 5px;
}

span.element_edit_btns {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 1;
    background: #fff;
    padding-right: 8px;
}

.field-loader {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    display: none;
}

.fieldloader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fieldloader::after,
.fieldloader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.fieldloader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.active {
    color: red !important;
}

.rightbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}


/*
.logo_Sec_btm {
    position: absolute;
    bottom: 0px;
}*/

.form-group {
    margin-bottom: 5px;
}

.additional {
    color: #9933CC;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

.toggleAdditionalJob {
    color: #9933CC;
}

.additional:hover {
    color: #9933CC;
    text-decoration: underline !important;
}

.carousel-control-next {
    left: -27px;
}

.carousel-control-prev {
    right: -27px;
}

.alert-danger {
    color: #fdfdfd;
    background-color: #B8524E;
    border-color: #B8524E;
}

.alert-success {
    color: #ffffff;
    background-color: #33cc99;
    border-color: #33cc99;
}

.save_element,
.saveIncomeLiability {
    color: #33cc99;
    cursor: pointer;
}

.cancel_element {
    color: #B8524E;
}

.jconfirm-title {
    font-size: 22px;
    color: #33CC99;
    font-weight: 700;
}

.email-purple {
    color: #9933CC !important;
    font-weight: 700 !important;
}

.smallTime {
    font-size: 12px;
    margin: 5px 0px;
    font-weight: 700;
}

.cerror,
.error_msg {
    color: #B8524E;
}

.btn-primary {
    background: transparent linear-gradient(109deg, #9933CC 0%, #681A8F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-color: #9933CC;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: transparent linear-gradient(109deg, #681A8F 0%, #9933CC 100%) 0% 0% no-repeat padding-box;
}


/*
.addBorrower {
    color: #9933CC !important;
    font-size: 19px;
    font-weight: 700;
}
*/

#BorrowerForm label.cerror {
    /* display: none !important;*/
}

#BorrowerForm .cerror {
    border: 1px solid #B8524E;
}

.error {
    border: 1px solid #B8524E;
}

.form-control {
    height: calc(2.25rem + -3px);
}

.addNewBorrower {
    font-size: 30px;
    color: #9933CC;
    margin-right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    transition: all 0.3s;
    font-weight: 600;
    width: fit-content;
    margin: auto;
}

.addNewBorrower:hover {
    color: #9933CC;
    opacity: 0.8;
}

.msearch {
    background: unset;
    border: unset;
    border-radius: unset;
    color: #bfbcbc;
    border-bottom: 1px solid #E9E9E9;
    transition: all 0.3s;
    cursor: pointer;
}

.msearch:hover {
    background: unset !important;
    border: unset !important;
    border-radius: unset !important;
    color: #9933cc !important;
    border-bottom: 1px solid #E9E9E9 !important;
}

.mtext {
    border: unset;
    border-radius: unset;
    color: gray;
    border-bottom: 1px solid #E9E9E9;
}

.mtext {
    box-shadow: unset !important;
    border-bottom: 1px solid #E9E9E9 !important;
}

.messages-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.messages-container::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.messages-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #9933CC;
}

.ps-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ps-container::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.ps-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #9933CC;
}

.chat-box {
    max-height: 500px;
    overflow-y: hidden;
    overflow-y: scroll;
}

.messages-container {
    overflow-y: hidden;
    background: var(--bs-white);
    cursor: pointer;
}

.message-wrapper {
    all: unset;
    display: grid;
    grid-template-columns: 60px auto 10ch;
    transition: transform 0.3s;
    position: relative;
}

.message-wrapper .thumbnail {
    align-self: center;
    grid-row: 1/3;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #9933cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    margin-left: 10px;
    text-transform: uppercase;
}

.message-wrapper .name,
.message-wrapper .message-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-wrapper .name {
    align-self: center;
    color: #474C4E;
    font-weight: 500;
}

.message-wrapper .ago-time {
    justify-self: start;
    color: #8998A9CC;
    font-size: 13px;
}

.message-wrapper .message-text {
    grid-column: 2/4;
    color: #777E8E;
}

.message-wrapper.swipe-left {
    transform: translateX(-80px);
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


/* ----- v CAN BE DELETED v ----- */

.senttime {
    font-size: 11px;
}

.meta {
    line-height: 11px;
}

.addData i,
.upload_buttons i,
.startUploadFile i,
.fa-download,
.fa-eye,
.fileData  .fa-check-circle {
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px #00000030;
    transition: all 0.3s;
}

.addData i:hover,
.upload_buttons i:hover,
.startUploadFile i:hover,
.fa-download:hover,
.fileData  .fa-check-circle:hover {
    box-shadow: 0px 10px 20px #00000061;
}

.ILTitle {
    color: #9933CC;
    font-weight: 700;
}

.removeData i {
    background: #9933CC;
    color: #fff;
    border-radius: 50%;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px #00000030;
    transition: all 0.3s;
    height: 22px;
    font-size: 12px;
    margin-top: 10px;
}

.removeData i:hover {
    box-shadow: 0px 10px 20px #00000061;
}

.singleLI {
    box-shadow: 0px 15px 10px -15px #11111126;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detail_box:hover {
    box-shadow: 0px 2px 12px #9933cc7d;
    transform: scale(1.05);
    border: 2px solid #9933cc7d;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    height: auto !important;
}

.select2-container--default .select2-selection--single,
.form-control {
    border: transparent !important;
    font-size: 19px;
    color: #474C4E;
    border-bottom: 1px solid #E9E9E9 !important;
    box-shadow: unset;
    font-weight: 600;
}

.select2-container--default .select2-selection--single:focus,
.form-control:focus {
    border: transparent !important;
    color: #474C4E;
    border-bottom: 1px solid #E9E9E9 !important;
    box-shadow: unset;
    font-weight: 600;
    box-shadow: unset;
}

.singleDoc {
    margin-bottom: 10px;
}

.doc-text {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.hiddenFile {
    opacity: 0;
    height: 0;
    width: 0;
}

.fileName {
    word-break: break-all;
    font-size: 11px;
    text-align: end;
    padding-top: 7px;
}

.green {
    color: #33cc99 !important;
}

.red {
    color: #B8524E !important;
}

.addDoc,
.uploadFileCheckAll {
    font-size: 30px;
    color: #ffffff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.addDoc:hover,
.uploadFileCheckAll:hover {
    color: #087E57;
}

.select2-container {
    width: 100% !important;
}

.dark-purple {
    color: #54007e;
}

.dark-purple:hover {
    color: #474C4E;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.lightGreen {
    color: #33ccbe !important;
}

.mt-54 {
    margin-top: 54px;
}

.greencolor {
    color: green !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.inner-item {
    /*box-shadow: 0px 2px 10px #0000001a;*/
    /*border-radius: 19px;*/
    margin: 5px 10px;
    padding: 12px;
}

.modal-header {
    border-radius: 20px 20px 0px 0px;
}

.modal-content {
    border-radius: 20px;
}

#chatModal .modal-content {
    border-radius: 20px 0px 0px 20px;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.close {
    font-size: 35px;
}

#ticketForm label {
    font-weight: 500;
    font-size: 18px;
}

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}

.dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}

.dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #cc7af517;
}

.dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}

.dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc;
}

.dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}

.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}

.dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}

.dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: normal;
}

.dropdown-menu.notify-drop .drop-content>li {
    font-weight: bold;
    font-size: 11px;
}

.dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}

.dropdown-menu.notify-drop .drop-content>li p {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #cc7af569;
    position: relative;
    background: #cc7af521;
    display: inline-block;
    border-radius: 2px;
    color: #7e00bd;
}

.dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

.z-9 {
    z-index: 9;
}

.noti {
    font-size: 11px;
    position: absolute;
    right: -10px;
    z-index: 999;
    background: #ed3737;
    padding: 3px;
    height: 22px;
    width: 22px;
    top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
}

.dropdown-menu {
    border-radius: 0.25rem 0.25rem 15px 15px;
}

.noti-title {
    color: #9431c5;
    font-weight: 700;
    font-size: 19px;
}

.c-checkbox {
    height: 20px;
    width: 20px;
}
.requiredField {
    border: 1px solid #e80000 !important;
}
.loaderSaveontainer {
    height: 100vh;
    background: #773d8c; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
.loaderSave {
   
    position: fixed;
    text-align: center;
    z-index: 99999;
    width: 200px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 101px;
        right: 0;
        display: none;
   
}
.loaderSave:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}



.saveLoader {
    display: flex;
    flex-direction: row;
  }
  .saveLoader__letter {
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #93c;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  
  .saveLoader__letter:nth-child(2) {
    animation-delay: .1s;	
  }
  .saveLoader__letter:nth-child(3) {
    animation-delay: .2s;
  }
  .saveLoader__letter:nth-child(4) {
    animation-delay: .3s;	
  }
  .saveLoader__letter:nth-child(5) {
    animation-delay: .4s;
  }
  .saveLoader__letter:nth-child(6) {
    animation-delay: .5s;	
  }
  .saveLoader__letter:nth-child(7) {
    animation-delay: .6s;
  }
  .saveLoader__letter:nth-child(8) {
    animation-delay: .8s;
  }
  .saveLoader__letter:nth-child(9) {
    animation-delay: 1s;
  }
  .saveLoader__letter:nth-child(10) {
    animation-delay: 1.2s;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0px)
    }
    40% {
      transform: translateY(-40px);
    }
    80%,
    100% {
      transform: translateY(0px);
    }
  }
  
  
  @media (max-width: 700px) {
    .saveLoader__letter {
      font-size: 50px;
    }
  }
  
  @media (max-width: 340px) {
    .saveLoader__letter {
      font-size: 40px;
    }
  }
  .fs-24 {
    font-size: 24px;
    color: #33cc99 !important;
  }
  .blink_me {
    animation: blinker 1.5s linear infinite;
  }
  .blink_me i {
    
    color: #9933CC !important;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .doc-sub {
    font-size: 14px;
    font-style: italic;
    color: #9933CC;
}



.loadingTextLoader {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    text-align: center;
    display: none;
  }
  
  .loadingTextLoader-dots {
    text-align: center;
    font-size: 60px;
    color: rgba(255,2555,255,0);
    animation-name: loading-dots-animation;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  @keyframes loading-dots-animation {
    0% {
      text-shadow: -1em 0 0 rgba(153,51,204,.6), 0em 0 0 rgba(153,51,204,.2), 1em 0 0 rgba(153,51,204,.2);
    }
     20% {
      text-shadow: -1em 0 0 rgba(153,51,204,1), 0em 0 0 rgba(153,51,204,.6), 1em 0 0 rgba(153,51,204,.2);
    }
    40% {
      text-shadow: -1em 0 0 rgba(153,51,204,.6), 0em 0 0 rgba(153,51,204,1), 1em 0 0 rgba(153,51,204,0.6);
    }
    60% {
      text-shadow: -1em 0 0 rgba(153,51,204,.2), 0em 0 0 rgba(153,51,204,.6), 1em 0 0 rgba(153,51,204,1);
    }
    80% {
      text-shadow: -1em 0 0 rgba(153,51,204,.2), 0em 0 0 rgba(153,51,204,.2), 1em 0 0 rgba(153,51,204,.6);
    }
    100% {
      text-shadow: -1em 0 0 rgba(153,51,204,.6), 0em 0 0 rgba(153,51,204,.2), 1em 0 0 rgba(153,51,204,.2);
    }
  }
   .loader-center{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 70px;
   }
  .loadingTextLoader-text {
    
    font-size: 40px;
    font-weight: normal;
    color: #9933CC;
    margin: 0.3em 0;
  }
  .owl-dots {
    counter-reset: dots;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: #ffffff;
    color: #9933CC !important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px #00000030;
    transition: all 0.3s;
    margin: 4px;
    font-weight: 700;
    font-size: 17px;
}
.owl-dot.active, .owl-dot:hover {
    background: #9933CC !important;
    color: #ffff !important;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.display_transaction_mortgageType {
    font-size: 20px;
    color: #7e00bd;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}
.middle-text {
    text-align: center;
    margin-top: 10px;
    color: #9933cc;
    font-size: 18px;
    font-weight: 600;
}