.property__clients_info-block {
    max-width: 142px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px;
    background: #F4F5F6;
    border-radius: 4px;
}
.property__clients_info-data {
    margin-left: 10px;
}
.property__clients_info-data .label {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
}
.property__clients_texts-email {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
     color: #7D8793;
    padding: 5px;
    background: #F4F5F6;
    border-radius: 4px;
}
.property__clients_texts-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    width: 100%;
}
.property__clients_texts-edit {
    padding: 4px 8px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #222B45;
    background: #F4F5F6;
    border-radius: 3px;
}
.property__clients_value {
    display: flex;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}
.property__clients_value-block {
    position: absolute;
    bottom: 108px;
    left: 12px;
    display: flex;
}
.property__clients_value span {
    color: #FFFFFF;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.property__clients_value_icons {
    max-width: 25px;
    width: 100%;
    height: 34px;
    padding: 5px 1px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin-right: 4px;
}
.property__clients_itemized-value {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #1C1169;
}
.property__clients_profile-photo {
    max-width: 105px;
    width: 100%;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E8E8E8;
    border-radius: 4px;
    cursor: pointer;
}
.property__clients_profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.profile-pic {
    display: none;
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}
.profile-pic:after{
     font-family: FontAwesome;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     font-size: 190px;
     background: #ecf0f1;
     color: #34495e;
     text-align: center;
 }
.upload-button {
}
.file-upload_ava {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.upload-button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    transition: all .3s ease;
    color: #34495e;
}
.property__clients_photo-edit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    max-width: 105px;
    width: 100%;
    height: 105px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
}
.property__clients_photo-edit img {
   width: 52px;
}
.property__clients_profile-photo:hover .property__clients_photo-edit {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-image-icon {
    position: relative !important;
    right: 0;
    bottom: 0;
}
.property__added_text-block {
    display: flex;
    max-width: 150px;
    width: 100%;
    padding: 8px 8px 8px 5px;
    background: #F4F5F6;
    border-radius: 4px;
}
.property__added_text-icon {
    width: 40px;
    height: 40px;
}
.property__added_text-info {

}
.property__added_text {
    display: flex;
    justify-content: space-between;
}
.property__clients_texts-value {
    margin-bottom: 0;
}
.property__added_text-box {
    display: flex;
}
/*.upload-button img{*/
/*     opacity: .9;*/
/* }*/








.header {
    background: #282669;
}
.header__custom-btn:hover {
    color: var(--light);
}
.nav::before {
    background-color: #282669;
}
.problems {
    background: #282669;
}
.problems__core_block {
    background: #323070;
}
.custom-btn_purple {
    color: #ffffff;
}
.custom-btn_purple:hover {
    color: #ffffff;
}
.invalid-feedback.active {
    display: block;
}
.active, .slider-dots_item:hover {
    background-color: #212529;
}
.modal__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#myBtnUpload {
    margin-top: 15px;
}

.hide {
    display: none;
}

.btn {
    transition: all 0.3s !important;
}

.btn:active {
    transform: translateY(0px) !important;
}

.btn:hover {
    transform: translateY(-3px) !important;
}

.text_light:hover {
    color: #fff !important;
}

.primary-text:hover {
    color: #403a7a;
}

body {
    height: max-content;
    padding-bottom: 30px;
}

.signup__links {
    text-decoration: none;
}

.dashboard__links {
    transition: all 0.3s !important;
}

.dashboard__links:hover {
    transform: translateY(-3px) !important;
}

.dashboard__links:active {
    transform: translateY(0px) !important;
}

.dropdown-content {
    top: 1px;
    right: 23px;
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-content:hover {
    color: var(--danger);
}

.dashboard__nav {
    border-bottom: 1px solid var(--light-bg);
}

.dashboard__menu {
    margin-bottom: -1.5px;
}

.statis-active {
    color: #008f31;
    text-transform: capitalize;
}

.statis-active:hover {
    color: #008f31;
}

.statis-editing {
    color: #be9400;
    text-transform: capitalize;
}

.statis-editing:hover {
    color: #be9400;
}

.statis-pending {
    color: #403a7a;
    text-transform: capitalize;
}

.statis-pending:hover {
    color: #403a7a;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link {
    border: 1px solid #403a7a;
}

.page-item.active .page-link {
    background-color: #403a7a;
    color: white;
    border-color: #403a7a;
}

.text_danger {
    color: var(--danger) !important;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.modal-title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #222b45;
}

.modal-lg {
    max-width: 1000px;
}

.ml-auto {
    margin-left: auto;
}

input {
    outline: none !important;
}

input:focus {
    outline: none !important;
    border-color: #403a7a !important;
    box-shadow: none !important;
}

.page-item {
    margin-right: 5px;
}

.page-item .page-link {
    color: #403a7a;
}

.btn-close:focus {
    box-shadow: none;
}

.property__block_upload input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload__palceholder {
    width: 73px !important;
    height: 75px !important;
    margin: 0px auto !important;
}

.form-control {
    margin-top: 10px;
}

.text-primary {
    color: #403a7a !important;
}

.select2-selection {
    max-width: 500px !important;
    width: 100% !important;
    height: 40px !important;
    padding-top: 5px;
    background: #f4f5f6 !important;
    border-radius: 8px !important;
    border: none !important;
}

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

.select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f4f5f6 !important;
    color: black !important;
}

.select2-container--default
    .select2-results__option--highlighted
    .select2-results__option--selectable {
    background-color: #f4f5f6 !important;
    color: black !important;
}

.select2-container--open .select2-dropdown--below {
    border: none !important;
    background: #f4f5f6 !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
}

.select2-search--dropdown {
    display: none !important;
    padding: 4px;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: inherit !important;
    color: inherit !important;
}

.logout__mobile {
    display: none;
}

.customer-slider,
.customer-slider .slider-dots {
    background: #f4f5f6;
}

.customer-slider .prev,
.customer-slider .next {
    color: #95a1bb;
}

.customer-slider .slider-dots_item.active {
    background: #231c6c;
}

.customer-slider .slider-dots_item {
    background: #e1e5ee;
}

.profile {
    margin: 120px auto 0 auto;
    max-width: 772px;
}

.profile__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.profile__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.payouts__block {
    max-width: 360px;
    width: 100%;
    display: flex;
    padding: 20px;
    background: #F4F5F6;
    border-radius: 12px;
}
.payouts__block_img {
    max-width: 74px;
    width: 100%;
    height: 74px;
    padding: 20px 24px;
    background: #8E99A6;
    border-radius: 10px;
    margin-right: 10px;
}
.payouts__block_img img {
    max-width: 27px;
    width: 100%;
    height: 34px;
}
.payouts__block_text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #606C80;
    margin-top: 10px;
}
.payouts__block_title {
    font-family: Source Sans Pro;
    font-style: normal;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #005BC7;
}
.dashboard__flexing {
    display: flex;
    justify-content: space-between;
}
.dashboard__payouts_data {
    max-width: 800px;
    width: 100%;
    margin-top: 40px;
}
.payouts__block_title svg {
    margin-left: 6px;
}
.payouts__status_pending {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #61BAD3;
}
.payouts__status_w9 {
    display: flex;
    align-items: center;
}
.payouts__status_w9 img {
    margin-left: 6px;
}
.profile__w9 {
    margin-top: 100px;
}
.profile__w9_title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
     color: #222B45;
}
.profile__w9_text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #222B45;
    margin-top: 24px;
}
.profile__w9_screen {
    max-width: 655px;
    width: 100%;
}
.profile__w9_hr {
    max-width: 480px;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    margin-top: 16px;
    margin-bottom: 16px;
}
.profile__w9_instruc {
    margin-top: 32px;
}
.profile__instruc_num {
    max-width: 24px;
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #222B45;
    background: #D2CFE1;
    border-radius: 50%;
}
.profile__instruc_title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
     color: #222B45;
    margin-left: 14px;
}
.profile__instruc_text {
    max-width: 480px;
    width: 100%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7D8793;
    margin-top: 16px;
}
.profile__box {
    display: flex;
    justify-content: space-between;
}
.payouts__status_not_verified {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #7D8793;
}
.payouts__status_rejected {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #E77475;
}
.payouts__status_verified {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #7CC57A;
}
.dashboard__payouts_container {
    max-width: 800px;
    width: 100%;
}

.profile .form-control {
    background: var(--light-bg);
}

.profile label {
    color: #222b45;
}

.profile__col6_input {
    margin-bottom: 20px;
}
.profile__form_title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #222B45;
}
.custom-btn_purple {
    background: #403a7a;
}
.nav__link-hover {
    color: #FFFFFF;
}
.nav__link-hover:hover {
    color: #FFFFFF;

}
.nav__link_agent-hover {
    color: #212529;
}
.nav__link_agent-hover:hover {
    color: #212529;
}
.profile__info_text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.profile__form_link {
    margin-top: 8px;
}
.profile .property__nav {
    margin-top: 0;
}

.profile__info .secondary-text {
    font-size: 20px;
}

.profile__img {
    width: 120px;
}

.profile__link {
    display: flex;
}
.profile__w9_upload {
    max-width: 480px;
    width: 100%;
    padding: 15px;
    border: 2px dashed #8F92A1;
    border-radius: 5px;
    text-align: center;
    margin-top: 28px;
}
.profile__w9_submit {
    max-width: 480px;
    width: 100%;
    padding: 15px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    background: #979B9D;
    border-radius: 8px;
}
.profile__w9_upload input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form-control_ach {
    max-width: 585px;
    width: 100%;
    padding: 14px;
    outline: none;
    border: none;
    background: #F4F5F6;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.profile__link .secondary-text {
    color: #212529;
}
.profile__pending_title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.096px;
    color: #222B45;
}
.profile__pending_text {

}
.property__file_main-block {
    position: relative;
    margin-left: 22px;
    margin-top: 20px;
}
.profile__w9_pending {
    width: 100%;
    display: flex;
    padding: 16px;
    background: #EFF8FB;
    border-radius: 6px;
    margin-top: 24px;
}
.profile__w9_rejected {
    width: 100%;
    display: flex;
    padding: 16px;
    background: #FCEEEE;
    border-radius: 6px;
    margin-top: 24px;
}
.profile__w9_verified {
    width: 100%;
    display: flex;
    padding: 16px;
    background: #EFF8EE;
    border-radius: 6px;
    margin-top: 24px;
}


.profile__pending_img {
    margin-right: 17px;
}
.profile__ach_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 60px;
}
.profile__ach_info-text {
    max-width: 350px;
    width: 100%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #979B9D;
}
.property__file_main-block .dacx_name {
    max-width: 200px;
    width: 100%;
    overflow-wrap: break-word !important;
    color: #000000;
    font-size: 18px;
}
.property__file_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.property__file_main-block .image {
    max-width: max-content;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.property__file_block-inside {
    max-width: 250px;
    width: 100%;
    height: 300px;
    background: #f4f5f6;
    border-radius: 16px;
    padding: 20px;
    margin: 20px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.property__file_block-inside img {
    max-width: 200px;
    width: 100%;
    height: 300px;
    object-fit: contain;
    overflow: hidden;
}
.property__file_block-inside .dacx_name {
    max-width: 220px;
    width: 100%;
    overflow-wrap: break-word !important;
    color: #000000;
    font-size: 18px;
}
.property__file_block .dacx_name {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 18px;
}
.property__file_block a {
    display: inline-block;
    overflow-wrap: break-word;
}
.property__added_block {
    height: 300px !important;
    position: relative;
}
.property__dots {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: rgba(244, 245, 246, 0.8);
    border-radius: 5px;
}

.property__dots svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.property__menu {
    position: absolute;
    right: 31px;
    top: 35px;
    background-color: #fff;
    border-radius: 8px;
    width: max-content;
    padding: 5px 0px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    border: 1px solid #e5e7e9;
    text-align: left;
}

.property__menu_active {
    z-index: 2;
    opacity: 1;
}

.property__action {
    font-weight: 400;
    font-size: 14px;
    line-height: 14.4px;
    cursor: pointer;

    transition: all 0.3s;
    padding: 10px 30px 10px 15px;
    border-bottom: 1px solid #e5e7e9;
}
.property__block_upload .preview__upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    height: 180px;
    margin: 0 auto;
}
.preview__upload {
    display: none;
}
.signup__block {
    margin-top: 110px;
}
.btnUploadDocument {
    margin-top: 10px;
}
/*.property__action:hover {*/
/*    background-color: rgba(46, 49, 49, 0.1);*/
/*}*/
.property__action:last-child {
    border-bottom: none;
}
.property__action_danger {
    color: #e15153;
}

.property__added_block .dacx_name {
    max-width: 200px;
    width: 100%;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 18px;
}
.property__added_block-inside img {
    max-width: 300px;
    width: 100%;
}
.property__hierarchy {
    display: flex;
}
.property__hierarchy_default {
    color: #979b9d;
}
.property__nav img {
    margin-left: 10px;
    margin-right: 10px;
}

.signup__container #ui-datepicker-div {
    position: fixed !important;
}
.signup__form_checkbox {
    display: flex;
    align-items: center;
    padding: 15px;
}
.signup__form_checkbox .form_checkbox-input{
    max-width: 24px;
    width: 100%;
    height: 24px;
    background: #1C1169 !important;
    border-radius: 3px;
    margin-right: 10px;
}
.signup__form_checkbox .form_checkbox-input:checked{
    max-width: 24px;
    width: 100%;
    height: 24px;
    background: #1C1169 !important;
    border-radius: 3px;
}
.signup__form_checkbox .form_checkbox-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.signup__form_checkbox .form_checkbox-text a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #5140C8;
}
.signup__form_checkbox input[type="checkbox"] {
   border: 1px solid #f00;
   background: #f00;
   border-radius: 5px;
}
.signup__form_checkbox input[type="checkbox"]:checked{
    border: red;
}
.signup__checkbox__input {
    margin-right: 10px;
}
.btn__signup {
    padding: 14px;
    background: #1C1169;
    border-radius: 8px;
}
.footer__menu-item {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    letter-spacing: -0.355556px;
    color: #12022F;
    text-decoration: none;
    margin-right: 38px;
}

@media only screen and (max-width: 420px){
    .footer__menu-item {
        margin-right: 0;
    }
}

.footer__menu-item:hover {
    color: #12022F;
}
.footer__menu-logo {
    /*max-width: 40px;*/
    /*width: 100%;*/
    /*margin-right: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer__menu-logo a {
    margin: 10px 0 0 0;
}
.footer__hr {
    width: 100%;
    height: 1px;
    background: #E7E5EA;
    margin-top: 50px;
}
.footer__menu {
    max-width: 456px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.footer__menuTwo {
    max-width: 456px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.modal__success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer__bottom_text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #594D6D;
    margin-top: 32px;
}
@media (max-width:1200px) {
    .footer__flex {
        flex-direction: column;
    }
    .footer__menu-logo {
        order: -2;
    }
    .footer__menuTwo {
        display: flex;
        justify-content: flex-start;
    }
    .footer__menu {
        margin-top: 40px;
    }
}

@media (max-width:860px) {
    .property__clients {
        flex-direction: column;
    }
    .property__clients-btn {
        display: flex;
        justify-content: space-between;
        flex-direction: initial;
        margin-top: 20px;
    }
    #myBtnUpload {
        margin-top: 0;
        margin-left: 50px;
    }
}
@media(max-width: 992px) {
    .advant__item {
        margin-right: 10px !important;
    }
}
@media (max-width: 768px) {
    .dashboard__flexing {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
    }
    .payouts__block {
        margin-bottom: 20px;
    }
}
@media (max-width: 630px) {
    .property__clients_info {
        flex-direction: column;
    }
    .property__clients_texts {
        margin-top: 20px;
        margin-left: 0;
    }
    .property__clients_texts-name {
        font-size: 20px;
    }
}
@media (max-width: 520px) {
    .property__clients_texts-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .property__clients_texts-email {
        margin-top: 10px;
    }
    .property__clients_texts-edit {
        margin-top: 10px;
    }
    .property__clients_text {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .property__clients_info-block {
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    .footer__flex {
        margin-left: 0 !important;
    }
}
@media (max-width: 450px) {
    .footer__menu {
        flex-direction: column;
    }
    .footer__menuTwo {
        flex-direction: column;
    }
}
    @media (max-width: 400px) {
    .signup__block {
        margin-left: 0px;
        margin-right: 0px;
        margin: 0px auto;
        margin-top: 200px;
    }
}

@media (max-width: 355px) {
    .signup__block {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .logout__mobile {
        display: block;
    }

    .logout__mobile .dashboard__loguot_nav-btn {
        display: block;
        width: 100%;
    }
}

.headline-5 {
    font-size: 18px;
}
.form-control {
    margin-top: 5px;
    height: 50px;
    background: #f4f5f6;
    border-radius: 8px;
    border: none;
}
.form-control:hover {
    background: #f4f5f6;
    border-radius: 8px;
}

.form-group {
    position: relative;
}
.icon_calendar {
    position: absolute;
    top: 46px;
    right: 20px;
}
.property__block_upload {
    top: 0;
    left: 0;
    height: 180px;
    border: none;
    border-radius: 0;
}
.property__list {
    max-width: 478px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    padding-top: 10px;
}
.property__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.property__item-img {
    width: 40px;
    border-radius: 5px;
}
.property__item-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    margin-left: 12px;
}
.property__item-img img {
    width: 100%;
    border-radius: 5px;
    margin-right: 20px;
}
.property__item_delete {
    margin-left: auto;
    cursor: pointer;
}

.mt-186 {
    margin-top: 186px;
}
.form-group {
    padding: 10px;
}
.modal-body {
    padding: 0;
}
.property__block_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.select2-results {
    border: 2px solid #c1c3c4;
    border-radius: 10px;
    position: relative;
}
.select2-selection {
    height: 50px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection__arrow {
    top: 13px !important;
    right: 10px !important;
}
.property__btn_width {
    max-width: 478px;
    width: 100%;
    margin: 0 auto;
}

.property__document {
    display: flex;
    flex-direction: column;
    max-width: 478px;
    width: 100%;
    background: #f4f5f6;
    border: 2px dashed #c1c3c4;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    padding: 44px 33px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.property__document input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#create-client-form {
    padding: 20px 40px;
}

.modal-header {
    background: #f4f5f6;
}

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

#verify .modal-body {
    padding: 24px;
}
#verify {
    background: rgba(0, 0, 0, 0.3);
}
div#verify .modal-content {
    border-radius: 15px;
}
div#finish-and-share .modal-body {
    padding: 15px;
}

div#finish-and-share .modal-content {
    border-radius: 15px;
}
#add-property-modal .select2 {
    max-width: 478px;
    width: 100%;
    margin: 0 auto;
}
#upload-file-modal .modal-body {
    padding: 15px;
}
div#upload-file-modal .modal-header {
    border-radius: 15px 15px 0 0;
}
div#upload-file-modal .modal-content {
    border-radius: 15px;
}
div#add-property-modal .modal-header {
    border-radius: 15px 15px 0 0;
}
#add-property-modal .modal-body {
    border-radius: 15px;
}
#edit-property-modal .modal-header {
    border-radius: 15px 15px 0 0;
}
#edit-property-modal .modal-body {
    padding: 15px;
}
div#edit-property-modal .modal-content {
    border-radius: 15px;
}
#add-property-modal .modal-content {
    border-radius: 15px;
}
#add-item-modal .modal-header {
    border-radius: 15px 15px 0 0;
}

div#add-item-modal .modal-content {
    border-radius: 15px;
}
#upload-photos-modal .modal-header {
    border-radius: 15px 15px 0 0;
}
#upload-photos-modal .modal-body {
    padding: 10px;
}
div#upload-photos-modal .modal-content {
    border-radius: 15px;
}
#edit-group-name .modal-header {
    border-radius: 15px 15px 0 0;
}
#edit-group-name .modal-body {
    padding: 10px;
}
div#edit-group-name .modal-content {
    border-radius: 15px;
}
.edit__group_name:focus {
    background: #f4f5f6;
}
#upload-one-file-modal .modal-header {
    border-radius: 15px 15px 0 0;
}
#upload-one-file-modal .modal-body {
    padding: 10px;
}
div#upload-one-file-modal .modal-content {
    border-radius: 15px;
}
.upload-one-file-modal:focus {
    background: #f4f5f6;
}
#delete-modal .modal-body {
    padding: 20px;
}
#delete-modal .modal-content {
    border-radius: 15px;
}
div#edit-item-modal .modal-content {
    border-radius: 15px;
}
.upload-one-file-modal:focus {
    background: #f4f5f6;
}
#edit-item-modal .modal-body {
    padding: 10px;
}
div#edit-item-modal .modal-content {
    border-radius: 15px;
}

.cropper-container .cropper-bg {
    width: 457px !important;
    height: 200px !important;
    margin-bottom: -10px;
    margin-top: -135px;
}

.cropper-modal {
    height: 0;
    background-color: none !important;
}
.cropper-drag-box {
    background-color: none;
}
.page {
    margin: 1em auto;
    max-width: 768px;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*max-width: 440px;*/
    width: 100%;
    height: 180px;
    background: #f4f5f6;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.box input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.box-2 {
    padding: 0.5em;
    width: 100%;
    max-height: 500px !important;
    /* height: 500px !important; */
}

.options label,
.options input {
    width: 4em;
    padding: 0.5em 1em;
}
.cropper_btn {
    max-width: 578px;
    width: 100%;
    color: #ffffff;
    background: #231C6C;
    padding: 14px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 20px 20px 10px;
    cursor: pointer;
}

.cropper-container {
    max-width: 500px !important;
    height: 100% !important;
}
#crop .modal-dialog{
    max-width: 600px;
    width: 100%;
}
#crop .modal-content{
    height:  590px;
}
#crop .modal-footer {
    display: initial;
}
#crop .modal-body {
    overflow-y: scroll;
}
.hide {
    display: none;
}
.options {
    display: none;
}

.img-result img {
    object-fit: cover;
    width: 100%;
    height: 180px;
}
.box_btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#crop {
    z-index: 9991;
}
#crop .modal-backdrop{
    background: none !important;
}

.cropper-crop-box {
  /* width: 500px !important;
  height: 350px !important; */
    transform: translate(0px, 0px) !important;
}
/* .cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize;
    top: 385px;
}
.cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    top: 385px;
    filter: alpha(opacity=75);
}
.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
    top: 385px;
}
.cropper-point.point-w {
    top: 22%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize;
}
.cropper-point.point-e {
    top: 22%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize;
}
.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 45%;
    border-right-width: 1px;
    border-left-width: 1px;
}
.cropper-center {
    position: absolute;
    top: 22%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
    filter: alpha(opacity=75);
} */

.result img {


}







.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    top: 20px !important;
    right: 0;
    bottom: 0;
    left: 8% !important;
}
#image {
    object-fit: cover;
}
body#upload-file-modal {
    overflow: auto;
}
/* #crop .fade .show{
    pointer-events: none;
cursor: default;
} */
.cropper-view-box img {
    max-width: 500px;
    width: 100%;
    height: 400px;
}

.df-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-h-100 {
    min-height: 100vh;
}

.df-column {
    display: flex;
    flex-direction: column;
}

div#accept_invite .modal-content {
    border-radius: 12px;
}

div#accept_invite .modal-footer {
    border-top: none;
}

.document__group_img {
    margin: 0 20px;
}
.document__group_img img {
    max-width: 85px;
    width: 100%;
}


.loader__container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, 0.6);
    z-index: 9999;
}

.loader__container.active {
    display: flex;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #403A7A;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

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

#accept_invite .modal-body {
    padding: 10px 24px;
}

#accept_invite .subtitle {
    color: #222B45;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

#accept_invite ul {
    list-style: inside;
}

#accept_invite ul li {
    margin-top: 10px;
}

#accept_invite p {
    margin-top: 20px;
}

.property__clients-menu_item.active {
    background: none;
}


.upload-button img {
    max-height: 105px;
    object-fit: cover;
}

.item__edit-df1sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.profile__w9_upload input:hover {
    cursor: pointer;
}


.appDownloadContainer {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 28px;
    padding-top: 32px;
}
.appDownloadContainer__img {
    width: 168px;
    height: 48px;
    object-fit: contain;
}
@media (max-width: 766px) {
    .appDownloadContainer {
        gap: 12px;
    }
    .appDownloadContainer__img {
        width: 130px;
        height: 40px;
    }
}
