@font-face {
    font-family: 'appfont_light';
    src: url('/assets/fonts/almoni-tzar/almoni-tzar-light-aaa.otf');
}

@font-face {
    font-family: 'appfont_meduim';
    src: url('/assets/fonts/almoni-tzar/almoni-tzar-medium-aaa.otf');
}

@font-face {
    font-family: 'appfont_regular';
    src: url('/assets/fonts/almoni-tzar/almoni-tzar-regular-aaa.otf');
}

@font-face {
    font-family: 'rubik';
    src: url('/assets/fonts/rubik/Rubik-VariableFont_wght.ttf');
}

body {
    font-family: 'rubik';
}

/* body .home-moving-ace-trz-content{ */
body .home-moving-ace-trz-content-light,
.light-txt {
    font-family: 'appfont_light';
}

body .home-moving-ace-trz-content {
    font-family: 'appfont_regular';
}

body .home-moving-ace-trz-content button,
body .home-moving-ace-trz-content input,
body .home-moving-ace-trz-content mat-select,
body .home-moving-ace-trz-content .font-medium,
body .home-moving-ace-trz-content .bold,
body .home-moving-ace-trz-content .font-bold {
    font-family: 'appfont_meduim';
}

.go-back-btn span {
    font-size: 20px;
}

.link-home-moving a:hover {
    color: #099eb8;
}

.btn-home-moving.bg-warn-600:hover,
.btn-home-moving.bg-warn:hover {
    background-color: #d9002ab8 !important;
}

.btn-home-moving-blue:hover {
    background-color: #1ea1b6c7 !important;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled) .mat-calendar-body-cell-content {
    color: #f36f2e;
}

.mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-selected {
    color: white;
}

.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option {
    height: 45px !important;
}

.bg-image-home {
    background-image: url('/assets/images/bg/svg/home.svg');
    object-fit: contain !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-image-home-container:hover .bg-image-home {
    background-image: url('/assets/images/bg/svg/home-hover.svg');
    transition: all 0.4s ease-in-out;
    background-repeat: no-repeat;
}

.bg-image-home-container:hover div {
    color: #fff !important;
}

.home-moving,
.home-moving.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex,
.home-moving,
.home-moving.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #e2e8f0 !important;
    border: none;
    border-radius: 15px;
}

.home-moving.mat-form-field-type-mat-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    padding: 14px !important;
}

.home-moving,
.home-moving.mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #e2e8f0 !important;
}

.home-moving-bg-blue {
    background-color: #099eb8 !important;
    color: white !important;
}

.border-rd-15 {
    border-radius: 15px;
}

.whatsapp-fixed {
    z-index: 999;
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 60px;
    height: 60px;
    background-color: #4EC248;
    border-radius: 50%;
    padding: 5px 5px 8px 5px;
    -webkit-animation: growing 3s ease infinite;
    animation: growing 3s ease infinite;
}

.whatsapp-fixed::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #A6D5A8;
    z-index: -1;
    -webkit-animation: pulse 2.5s ease infinite;
    animation: pulse 2.5s ease infinite;
}

.whatsapp-fixed svg {
    fill: #fff;
}


.payment-iframe {
    min-height: 800px;
    width: 100%;
}

/* movers------------------------------- */

.movers-container {
    height: 100%;
    background-color: #EC783D;
    width: 100%;
    margin: auto;
}

.movers-container.bg-white {
    background-color: white;
}

.movers-container.bg-white .side2 {
    background-color: #EC783D;
    border-radius: 0 50px 50px 0;
}


.movers-container .title1,
.movers-container-done .title1 {
    font-size: 36px;
    color: #2E2D2D;
}

.movers-container-done {
    margin: auto;
    max-width: 653px;
    margin-top: 100px;
}

.movers-container .title2 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #2E2D2D;
}

.movers-container .title3 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #2E2D2D;
}

.movers-form-container {
    width: 416px;
}

.movers-contract-container {
    width: 509px;

}

.side1 {
    height: 100%;
    background-color: white;
    border-radius: 50px 0px 0px 50px;
    width: 50%;

}

.side1.payment-content,
.side1.contract-content,
.side1.menu-content {
    border-radius: 0px 0px 0px 0px !important;
}

.side1.payment-content {
    width: 70% !important;
}

.side2.payment-content {
    width: 30% !important;
}

.side2:not(.payment-content),
.side2-sign {
    width: 50%
}



.movers-wizard {
    margin: auto;
}

.payment-content .go-back-btn-container,
.payment-content .title1 {
    width: 100% !important;
    max-width: 800px;

}

.go-back-btn-container {
    margin: auto;
    width: 520px;
}

.go-back-btn-container span.icon-go-back {
    position: relative;
    top: 5px;
}

@media screen and (min-width: 700px) {
    .side1 {
        min-width: 50%;
    }

    .link-content .menu-line {
        height: 63px;
        line-height: initial;
    }

    .app-menu .link-content {
        height: 102px;
    }

    .link-content .link-content-icon {
        width: 52px;
        height: 52px;
    }
}


@media screen and (max-width: 600px) {
    .hidden-xs {
        display: none !important;
    }

    .btn-xs-down {
        position: absolute;
        bottom: 25px;
        width: 340px !important;
    }

    .step-btn-xs-down {
        position: absolute;
        bottom: 25px;
        width: 170px !important;
        float: left;
    }

    .step-btn-xs-down-1 {

        width: 170px !important;
        float: left;
    }

    .movers-wizard {
        padding-top: 24px;
    }

    .side1 {
        width: 100% !important;
        border-radius: 0px 0px 0px 0px !important;
    }

    .movers-form-container,
    .menu-form-container {
        width: 340px !important;
    }

    .side2 {
        display: none;
    }

    .movers-container .title1 {
        font-size: 24px;

    }

    .movers-container .title2 {
        font-size: 15px;
        margin-bottom: 20px;
        color: #2E2D2D;
    }

    .img-for-xs-1 {
        width: 257px;
        height: 222px;
        margin: 10px auto 145px auto;
    }

    input.otp-input {
        width: 23% !important;
    }

    .movers-contract-container {
        width: 100%;

    }

    .movers-contract-container .with-padding {
        width: 340px;

    }

    .third_party_sharing-content {
        margin-bottom: 10px;
    }

    .movers-form-container-xs {
        max-width: 340px;
        margin: auto;
        margin-bottom: 10px !important;
    }
}

.movers-form-field .mat-form-field-flex {

    border: 0.25px solid #9696964a !important;
    border-radius: 4px !important;


}

.mat-form-field.mat-form-field-appearance-fill.movers-form-field.mat-focused:not(.btn-home-moving.bg-warn:hover) .mat-form-field-wrapper .mat-form-field-flex {
    border: 0.25px solid #9696964a !important;
}

.movers-form-field input::placeholder {
    color: #969696;
}

.mat-form-field.mat-form-field-appearance-fill.movers-form-field .mat-form-field-wrapper .mat-form-field-flex {
    background-color: rgba(51, 51, 51, 0.06) !important;

}

.mat-form-field.mat-form-field-appearance-fill.movers-form-field.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: rgba(51, 51, 51, 0.06) !important;
}

.movers-color {
    color: #EC783D;
}

.f-size-20 {
    font-size: 20px;
}

.movers-form-btn {
    background: #EC783D !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24) !important;
    border-radius: 2px !important;
    margin: 0;
    height: 47px;

}

.movers-container-done .title1-done {
    font-size: 65px;
    font-weight: 700;
}

.movers-container-done .title2-done {
    font-size: 36px;
    font-weight: 500;
}


.movers-form-btn span {
    color: white !important;
    font-size: 16px;
}

.movers-form-btn.mat-button-disabled {
    background: #bf9580 !important;


}

.movers-form-btn[disabled] {
    background: #bf9580 !important;

}

.movers-form-btn .icon-btn-next {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -1px;
    right: 2px;
}

.step-btn-xs-back {
    position: absolute;
    bottom: 25px;
    font-size: 20px;
    height: 47px;
    text-align: right;
    line-height: 48px;
}

.step-btn-xs-back-1 {

    font-size: 20px;
    height: 47px;
    text-align: right;
    line-height: 48px;
}

.main-explanation {
    background: linear-gradient(0deg, rgba(103, 80, 164, 0.05), rgba(103, 80, 164, 0.05)), #FFFBFE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 101px;
    max-width: 900px;
    height: 140px;
    padding: 30px;
    font-size: 20px;
    text-align: center;
}

.movers-forms.mr-t-100 {
    margin-top: 100px;
}

/*   .movers-forms {margin-top: 100px;}
.movers-forms.step4{ margin-top: 40px !important;}  
.movers-forms.step3{ margin-top: 60px !important;}   */



.movers-forms .btn-container {
    margin-top: 20px !important;
}


.mat-progress-spinner circle {
    fill: rgb(239 229 229) !important;
}

.movers-logo-bottom img {
    margin-top: 100px;
    margin-bottom: 40px;
}

.side2 {
    height: 100%;
}

.side2:not(.menu-content):not(.contract-content) div {
    position: relative;
    top: 30%;
}


.side2.menu-content .div-first {
    position: relative;
    top: 140px;
}

.side2 div.div-movers-1 {
    position: relative;
    top: 22% !important;
}

.side2 div.div-movers-3 {
    position: relative;
    top: 35% !important;
}

.side2 div.div-movers-8 {
    position: relative;
    top: 18% !important;
}

.side2 div.div-contract-side2 {}

.side2 div img.group-6 {
    width: auto;
    height: 355px;
    margin: auto;
}

.side2 div img.movers-1 {
    width: 360px;
    height: 495px;
    margin: auto;
}

.side2 div img.movers-2 {
    width: auto;
    height: 460px;
    margin: auto;
}

.side2 div img.movers-3 {
    width: auto;
    height: 290px;
    margin: auto;
}

.side2 div img.movers-4 {
    width: auto;
    height: 416px;
    margin: auto;
}

.side2 div img.movers-7 {
    width: 337px;
    margin: auto;
}

.side2 div img.movers-8 {
    width: 354px;
    margin: auto;
}

.third_party_sharing-content .mat-checkbox-inner-container {
    width: 24px !important;
    height: 24px !important;
    font-size: 28px;
}

.third_party_sharing-content .mat-checkbox-label {
    font-size: 28px;
}

.movers-image-input-container.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    border: none !important;
    background-color: white !important;
    box-shadow: none !important;
    border-bottom: 1px solid #EC783D !important;
    border-radius: 0 !important;
    padding: 0;
    height: 33px;
    min-height: 33px !important;
}

.movers-image-input-container input::placeholder {
    color: black !important;
    ;
}

.menu-form-container {
    width: 550px;
}

.app-menu .link-content {
    padding: 10px;
}

.app-menu .link-content .hdr-1 {
    font-size: 32px;
    font-weight: 700;
}

.app-menu .link-content .hdr-2 {
    font-size: 20px;
}

.app-menu .link-content .link-content-icon {
    color: #EC783D;
}

.app-menu .link-content.steps_on:hover .link-content-icon {
    color: white;
}

.app-menu .link-content .link-content-icon-2 {
    color: #8B8B8B;
}

.app-menu .link-content.steps_on:hover .link-content-icon-2 {
    color: white;
}


@media screen and (max-width: 600px) {
    .payment-iframe {
        height: 1500px;
    }

    .goBackPaymentBtn {
        top: -30px;
    }

    .app-menu .link-content .hdr-1 {
        font-size: 20px;
        font-weight: 900;
    }

    .app-menu .link-content .hdr-2 {
        font-size: 12px;
    }

    .movers-container .title3 {
        font-size: 16px;

    }

    .third_party_sharing-content .mat-checkbox-inner-container {
        width: 16px !important;
        height: 16px !important;
        font-size: 15px;
    }

    .third_party_sharing-content .mat-checkbox-label {
        font-size: 16px;
    }

    signature-pad canvas {
        width: 340px !important;
    }

    .div-contract-side2 {

        background-color: #F2F2F2 !important;
    }

    .movers-payments-container,
    .side1.payment-content {
        width: 345px !important;
        height: 100%;

    }

    .movers-payments-container .title1 {
        margin-top: 50px !important;
        margin-right: 20px !important;
    }



    /*     .back-and-wizard-content {
        position: absolute;
        top: 10px;
        right: 3%;
    } */

    .movers-container-done .title1-done {
        font-size: 24px;
    }

    .movers-container-done .title2-done {
        font-size: 16px;
    }

    .movers-container-done {
        max-width: 340px;
    }

    .menu-links-bottom {
        position: absolute;
        bottom: 25px;
    }

    .contract-content .xs-t-1 {
        max-width: 231px;
        display: block;
        font-weight: 500;
    }

    .contract-content .xs-t-2 {
        max-width: 316px;
        display: block;
    }

    .movers-form-container {
        min-height: 500px;
    }
}

@keyframes growing {

    0%,
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    10% {
        -webkit-transform: scale(.925, .925);
        transform: scale(.925, .925)
    }

    30% {
        -webkit-transform: scale(1.025, 1.025);
        transform: scale(1.025, 1.025)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}


.animated_content_rtl {
    position: relative;
    animation: animated_content 0.5s 1;
    -moz-animation: animated_content 0.5s 1;
    -webkit-animation: animated_content 0.5s 1;
    -o-animation: animated_content 0.5s 1;
}

@keyframes animated_content {
    0% {
        -webkit-transform: rotate(0deg);
        left: 2500px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        left: 0px;
    }
}

@-webkit-keyframes animated_content {
    0% {
        -webkit-transform: rotate(0deg);
        left: 2500px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        left: 0px;
    }
}

@-moz-keyframes animated_content {
    0% {
        -moz-transform: rotate(0deg);
        left: 2500px;
    }

    100% {
        -moz-transform: rotate(0deg);
        left: 0px;
    }
}

@-o-keyframes animated_content {
    0% {
        transform: rotate(0deg);
        left: 2500px;
    }

    100% {
        transform: rotate(0deg);
        left: 0px;
    }
}

.fc-h-event.bg-info {
    background-color: #ed2127 !important;
}

.fc-daygrid-event.bg-success {
    background-color: #119eb7 !important;
    cursor: pointer;
}

input:focus~.floating-label,
input:valid~.floating-label,
input:valid~.floating-label-address,
.mat-select[aria-invalid="false"]~.floating-label-select {
    top: -11px;
    background-color: #f3f3f3;
    right: 12px;
    font-size: 12px;
    opacity: 1;
    color: #808080b8;
    padding: 3px 6px 3px 6px;
    border-radius: 4px;
}


.inputText {
    font-size: 16px;
    width: 200px;
    height: 5px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    right: 16px;
    top: 14px;
    transition: 0.2s ease all;
    color: #808080b8;
}

.floating-label-address,
.floating-label-select {
    position: absolute;
    pointer-events: none;
    color: #808080b8;
    opacity: 0;
}


/* Cluttered Magic */

input:focus::-webkit-input-placeholder,
input:valid::-webkit-input-placeholder {
    opacity: 1;
}

input:focus::-moz-placeholder,
input:valid::-moz-placeholder {
    opacity: 1;
}

input:focus:-ms-input-placeholder,
input:valid:-ms-input-placeholder {
    opacity: 1;
}

input:focus:-moz-placeholder,
input:valid:-moz-placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
}

input::-moz-placeholder,
input::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
}

input:-ms-input-placeholder,
input:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
}

input:-moz-placeholder,
input:-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
}

body.light .mat-form-field-invalid .mat-input-element::placeholder {color: #808080b8 !important; }