.empty-property-section {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 16px;
}

.empty-property-steps {
    display: flex;
    justify-content: space-between;
}

ul.form-stepper.form-stepper-horizontal.text-center.mx-auto.pl-0 {
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-between;
    gap: 8px;
}

li.form-stepper-active.text-center.form-stepper-list .step-line {
    transition: .5s ease-out;
    background: var(--e-global-color-d2857b8);
    background: linear-gradient(to left, var(--e-global-color-secondary) 50%, grey 50%) right;
    background-size: 200%;
    transition: .8s ease-out;
}


li.form-stepper-active.text-center.form-stepper-list span {
    color: var(--e-global-color-d2857b8);
    font-weight: 500;
}

li.form-stepper-list i {
    padding: 3px 0;
}

ul.form-stepper.form-stepper-horizontal li {
    padding: 0 5px 4px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 25%;
}

li.form-stepper-active.text-center.form-stepper-list .step-line {
    transition: .5s ease-out;
    background: var(--e-global-color-d2857b8);
    background: linear-gradient(to left, var(--e-global-color-d2857b8) 50%, grey 50%) right;
    background-size: 200%;
    transition: .8s ease-out;
}

.step-line {
    width: 100%;
    height: 3px;
    background: var(--e-global-color-c501ac7);
}

.ditels {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.empty-property {
    display: flex;
    gap: 32px;
}

section#step-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.new-phone {
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: underline;
    flex-direction: row;
    padding-top: 24px;
}

.another-btn button {
    margin: unset;
    font-size: 16px;
    font-weight: 400;
}

#goto2 {
    margin: unset;
}

#goto2 i.fa-angle-left,
#goto3 i.fa-angle-left,
#goto4 i.fa-angle-left {
    color: white !important;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

ul.list-general {
    display: flex;
    gap: 24px;
    padding: 0;
    flex-direction: row;
    list-style: none;
}

ul.list-general li:first-child {
    list-style: none;
}

.first-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first-data .flex-center {
    gap: 24px;
}

.general-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

span.status-building {
    color: var(--Downriver-Blue-downriver-50, #0C3058);
    text-align: right;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    border-radius: 50px;
    border: 1px solid var(--e-global-color-accent);
    background: #F0F4FA;
    padding: 2px 8px;
}

section#step-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.first-data {
    background: var(--e-global-color-accent);
    padding: 10px 20px;
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid var(--e-global-color-c501ac7);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
}

.list-property {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.list-data {
    display: flex;
    gap: 16px;
}

.list-data label {
    width: 100%;
}

.button-div {
    display: flex;
    justify-content: space-between;
}

.button-div button {
    margin: unset;
}

#file-upload {
    display: flex;
}

.custom-file-input {
    color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'צירוף תמונה/מסמך';
    display: inline-block;
    padding: 11px 60px;
    outline: none;
    cursor: pointer;
    border-radius: 40px;
    border: 2px solid var(--e-global-color-d2857b8);
    background: var(--e-global-color-accent);
    color: black;
}

.custom-file-input:hover::before {
    border-radius: 40px;
    border: 2px solid var(--e-global-color-d2857b8);
    background: var(--e-global-color-accent);
}

.custom-file-input:active {
    outline: 0;
    border: 0;
}

.custom-file-input:active::before {
    background: unset;
    border: 0;
    outline: 0;
}

.custom-file-input:focus {
    outline: 0px !important;
}

section#step-3 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.list-document {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

textarea.property-textarea {
    border-radius: 2px;
    border: 1px solid #A2A1A1;
    width: -webkit-fill-available;
    min-height: 20vh;
}

.file,
.textarea-div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.file-new {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-upload {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.level-1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

section#step-4 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.signature {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list-files {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.level-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.send-btn a {
    width: 300px;
}

.send-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.send-svg {
    display: flex;
    justify-content: center;
    padding: 32px;
}

.send-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.send-btn a {
    width: 300px;
}

.send-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.send-svg {
    display: flex;
    justify-content: center;
    padding: 32px;
}

.send-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input#checkbox {
    width: 16px;
    height: 16px;
}

/*signature*/
.signature-component {
    display: inline-block;
    max-width: 100%;
}

.signature-component h1 {
    margin-bottom: 0;
}

.signature-component h2 {
    margin: 0;
    font-size: 100%;
}

.signature-component button {
    border: 0;
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0;
}

.signature-component button.toggle {
    background: rgba(255, 0, 0, 0.2);
}

.signature-component canvas {
    border-radius: 8px;
    border: 1px solid #A2A1A1;
}

.signature-component img {
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .empty-property {
        width: 100%;
    }

    .empty-property {
        border-bottom: 1px solid var(--e-global-color-c501ac7);
        padding-bottom: 32px;
    }

    .first-data {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-content: stretch;
        align-items: stretch;
    }

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

    .flex-center.mobile-flex {
        display: flex;
    }

    .mobile-flex {
        display: flex;
        align-items: center;
    }

    ul.list-general {
        gap: 3px;
    }
}