.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    /*height: 110%;*/
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.fadeInFromBottom {
    top: 100vh;
    animation: fadein 0.5s linear forwards;
}

@keyframes fadein {
    0%{opacity: 0}
    100%{opacity: 1;transform: translateY(-100vh)}
}

.modal-wrapper {
    display: table-cell;
    vertical-align: top;
}

.modal-container-onboarding-postcode {
    width: 90%;
    height: 85vh;
    margin-top: 5vh;
    border-radius: 27px;
    background-color: #F9F6F1;
}

.modal-container-cancel-box {
    width: 90%;
    height: 90vh;
    margin-top: 5vh;
    border-radius: 27px;
    background-color: #F9F6F1;
}

.modal-container-select-delivery-date {
    /*width: 90%;*/
    /*margin-top: 5vh;*/
    /*border-radius: 27px;*/
    /*background-color: #F9F6F1;*/
    width: 100%;
    height: 100%;
    background-color: #F9F6F1;
}

.modal-select-delivery-date-circle-green {
    border-radius: 50%;
    background-color: #10B193;
    height: 32px;
    width: 32px;
    /*display: flex;*/
    /*align-items: center;*/
    /*padding-bottom: 5px;*/
;
}

.modal-select-delivery-date-circle-white {
    border-radius: 50%;
    background-color: #ffffff;
    height: 32px;
    width: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #DBD2C2;
    /*display: flex;*/
    /*align-items: center;*/
}

.modal-container-onboarding-recipes {
    width: 90%;
    height: 85vh;
    margin-top: 5vh;
    border-radius: 27px;
    background-color: #F9F6F1;
}

.large-screen-circle-text-padding-correction {
    padding-top: 1.5%;
}

.scroll-section-recipes {
    overflow: scroll;
    /*Height is in reference to the height of the container*/
    height: 60vh;
}

.scroll-section-exit-survey {
    overflow: scroll;
    height: 70vh;
}

.scroll-section-delivery {
    overflow: scroll;
    max-height: 55vh;
}

.recipe-name-alignment {
    margin-top: 9.5%;
}

.recipe-cross-alignment {
    /*margin-top: 7.5%;*/
    margin-top: 16.5%;
}

.indicator-dot-text {
    position: relative;
    /*top: 12.5%;*/
    height: auto;
    width: 30%;
}

.indicator-dot {
    position: absolute;
    height: auto;
    width: 10%;
    z-index: 1000;
    right: 0;
    top: 0;
}

.modal-container {
    width: 50%;
    height: 90vh;
    margin-top: 5vh;
    border-radius: 27px;
    /*margin-bottom: 5%;*/
    /*margin-right: auto;*/
    /*margin-left: 50%;*/
    /*padding: 20px 30px;*/
    background-color: #F9F6F1;
    /*border-radius: 2px;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, .33);*/
    /*transition: all .3s ease;*/
    /*font-family: Helvetica, Arial, sans-serif;*/
}


/*Modal footer needs to the same width as the modal container*/

.modal-footer {
    position: absolute;
    width: 40%;
    /*bottom: 5vh;*/
    bottom: 10vh;
    margin-bottom: 5vh;
}

.modal-footer-mobile {
    position: absolute;
    width: 90%;
    /*bottom: 5vh;*/
    bottom: 22vh;
}


/*Table*/

.table-row-padding {
    padding-top: 6px;
    padding-bottom: 6px;
}


/*Borders*/

.table-border-top {
    border-top-style: solid;
    border-top-width: 1px;
}

.table-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.border-lyka-green {
    border-color: #005648;
}

.border-grey {
    border-color: #10B193;
}

.border-bottom-solid-calendar {
    border-bottom-color: #DBD2C2;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.border-right-solid-calendar {
    border-right-style: solid;
    border-right-color: #DBD2C2;
    border-right-width: 1px
}

.border-calendar-round-shape {
    background-color: #FFFFFF;
    border-radius: 0px 0px 18px 18px;
}

/*Dropdown*/

.modal-scroll-section {
    max-height: 300px;
    overflow: scroll;
}

.modal-dropdown-div {
    padding: 0px;
    margin-top: 3%;
    border-radius: 27px;
    border-style: solid;
    border-color: #DBD2C2;
    border-width: 1px;
    overflow-y: scroll;
}

/*Icon style*/
.left-right-arrow {
    margin: 0px !important;
    color: #10B193;
    cursor: pointer;
}

/*Font style*/
.dynamic-font-size-calendar {
    font-size: calc(11px + (20 - 11)*(100vw - 320px)/(1920 - 320))!important;
    padding: 0px
}

.font-size-calendar {
    font-size: 13px!important;
}

/*Margin*/
.reset-margin {
    margin: 0!important;
}

.margin-50 {
    margin: 50%!important;
}

.margin-top-3 {
    margin-top: 3%;
}
.margin-top-4 {
    margin-top: 4%;
}
.margin-top-5 {
    margin-top: 5%;
}
.margin-top-6 {
    margin-top: 6%;
}

.margin-top-8 {
    margin-top: 8%;
}

.margin-top-9 {
    margin-top: 9%;
}

/*Padding*/

.row-padding-top-2 {
    padding-top: 2%;
}
.row-padding-top-4 {
    padding-top: 4%;
}
.row-padding-top-5 {
    padding-top: 5%;
}

.row-padding-bottom-5 {
    padding-bottom: 5%;
}

.row-padding-top {
    padding-top: 10%;
}

.row-padding-top-7 {
    padding-top: 7%;
}

.row-padding-top-8 {
    padding-top: 8%;
}

.row-padding-bottom-8 {
    padding-bottom: 8%;
}

.row-padding-top-12 {
    padding-top: 12%;
}

.padding-6 {
    padding: 6%;
}

.padding-month {
    /*padding: 0 50px;*/
    margin: 0 !important;
    width: 100px;
    text-align: center;
}

.reset-padding {
    padding: 0!important;
}

.reset-padding-margin-padding-bottom-10 {
    margin: 0!important;
    padding-bottom: 10%;
}

/*Pointer*/
.with-pointer {
    cursor:pointer;
}

.header-row {
    /*padding-top: 5%;*/
    /*padding-bottom: 5%;*/
    height: 101px;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
}

.header-row-delivery-modal {
    height: 75px;
}

.header-round-shape {
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
}
.header-padding {
    padding-top: 16px;
    padding-bottom: 16px;
}
.header-text-padding-bottom {
    padding-bottom: 1%;
}


.image-preview-row {
    padding-top: 5%;
}

.image-preview-col {
    padding-top: 5%;
    padding-bottom: 5%;
}

.choose-image-row {
    margin-top: 10%;
}

.upload-preview-image {
    width: 148px;
    height: 148px;
}

.upload-preview-user-image {
    width: 200px;
    height: 200px;
}

/* Switch Button*/
.modal-switch-button {
    font-family: 'F37Ginger-Regular';
    font-size: 18px;
    background-color: #FFFFFF;
    width: 70px;
    height: 40px;
    border-radius: 27px;
    border-style: solid;
    border-color: #DBD2C2;
    border-width: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

/*Button width*/
.responsive-button-width-col-12 {
    width: 100%;
}

/*Images*/

.modal-cross-icon {
    position: relative;
    top: 12.5%;
    height: auto;
    /*width: 45%;*/
}

/*START MERGE ISSUE*/
@media (min-width: 376px) {

    .responsive-button-width-col-12 {
        width: 76%;
    }
}


@media (min-width: 410px) {
    @keyframes fadein {
        0%{
            opacity: 0;
            /*padding-top: 0;*/
        }
        100%{
            opacity: 1;
            transform: translateY(-100vh);
            /*padding-top: 32px;*/
        }
    }
}

@media (min-width: 768px) {
    .header-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .modal-container-onboarding-postcode {
        width: 40%;
        height: 90vh;
        margin-top: 5vh;
        margin-right: 5vw;
    }
    .modal-container-cancel-box {
        width: 40%;
        height: 90vh;
        margin-top: 5vh;
        margin-right: 5vw;
    }
    /*.modal-container-select-delivery-date {*/
    /*    width:55%;*/
    /*    margin-top: 5vh;*/
    /*    border-radius: 27px;*/
    /*    height: 90vh;*/
    /*    margin-right: 5vw;*/

    /*}*/
    .header-row-delivery-modal {
        height: 101px;
    }
    .modal-container-onboarding-recipes {
        width: 40%;
        height: 90vh;
        margin-top: 5vh;
        margin-right: 5vw;
    }
    .scroll-section-recipes {
        height: 70vh;
    }
    .recipe-name-alignment {
        margin-top: 2.5%;
    }
    .recipe-cross-alignment {
        margin-top: 7.5%;
    }
    .indicator-dot-text {
        position: relative;
        height: auto;
        width: 25%;
        top: 0%;
    }
    .ingredient-title-spacing {
        margin-top: -2.5%;
    }
    .modal-select-delivery-date-circle-white {
        height: 38px;
        width: 38px;
    }
    .modal-select-delivery-date-circle-green {
        height: 38px;
        width: 38px;
    }
    .font-size-calendar {
        font-size: 18px!important;
    }
    .modal-switch-button {
        font-family: 'F37Ginger-Regular';
        font-size: 18px;
        background-color: #FFFFFF;
        width: 90px;
        height: 45px;
        border-radius: 27px;
        border-style: solid;
        border-color: #DBD2C2;
        border-width: 1px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .responsive-button-width-col-12 {
        width: 87%;
    }
}

@media (min-width: 993px) {
    .modal-container-select-delivery-date {
        width: 45%;
        margin-top: 5vh;
        border-radius: 27px;
        height: 90vh;
        margin-right: 5vw;
    }
    .header-row-delivery-modal {
        height: 101px;
        border-top-right-radius: 27px;
        border-top-left-radius: 27px;
    }
    .fadeInFromBottom {
        top: 0vh;
        animation: none;
    }

    .responsive-button-width-col-12 {
        width: 67%;
    }
}

@media (min-width: 1200px) {
    .modal-container-select-delivery-date {
        width: 40%;
        margin-top: 5vh;
        border-radius: 27px;
        height: 90vh;
        margin-right: 5vw;
    }
    .header-row-delivery-modal {
        height: 101px;
        border-top-right-radius: 27px;
        border-top-left-radius: 27px;
    }
    .fadeInFromBottom {
        top: 0vh;
        animation: none;
    }
    .font-size-calendar {
        font-size: 20px!important;
    }
    .responsive-button-width-col-12 {
        width: 60%;
    }
}

@media (min-width: 1440px) {

    .responsive-button-width-col-12 {
        width: 45%;
    }
}
/*END MERGE ISSUE*/
/*START MERGE ISSUE*/
/*Spacing*/
.padding-top-7 {
    padding-top: 7%;
}
.padding-top-8 {
    padding-top: 8%;
}
.padding-top-10 {
    padding-top: 10%;
}
.padding-bottom-7 {
    padding-bottom: 7%;
}
.padding-bottom-20 {
    padding-bottom: 20%;
}
.padding-bottom-8 {
    padding-bottom: 8%;
}
.padding-bottom-9 {
    padding-bottom: 9%;
}
.padding-skip-modal-button {
    padding-top: 5%;
    padding-bottom: 5%;
}
.padding-skip-modal-top {
    padding-top: 20%;
}
.padding-welcome-modal-top {
    padding-top: 4%;
}
.calendar-row-dynamic-height {
    height: calc(45px + (60 - 45) * (100vw - 375px)/(1440 - 375));
}
@media (max-width: 992px) {
    .white-canvas-mobile {
        background-color: white;
        position: absolute;
        /*width: 1000px;*/
    }
}

@media (min-width: 769px){
   .padding-skip-modal-top {
       padding-top: 8%;
    }
    .padding-welcome-modal-top {
        padding-top: 4%;
    }
  .modal-container-onboarding-postcode {
      width: 40%;
      height: 90vh;
      margin-top: 5vh;
      margin-right: 5vw;
  }
  .modal-container-cancel-box {
      width: 40%;
      height: 90vh;
      margin-top: 5vh;
      margin-right: 5vw;
  }
  .modal-container-onboarding-recipes {
      width: 40%;
      height: 90vh;
      margin-top: 5vh;
      margin-right: 5vw;
  }
  .scroll-section-recipes {
    height: 70vh;
  }
  .recipe-name-alignment {
      margin-top: 2.5%;
  }
  .recipe-cross-alignment {
      margin-top: 7.5%;
  }
  .indicator-dot-text {
    position: relative;
    height: auto;
    width: 25%;
    top: 0%;
  }
  .ingredient-title-spacing {
    margin-top: -2.5%;
  }
}

/*Calendar modal style*/
.calendar-month {
    background-color: white;
    border-top: 1px solid #DBD2C2;
    border-bottom: 1px solid #DBD2C2;
    width: 155px;
    height: 32px;
    font-size: 16px!important;
    line-height: 32px!important;
}
.calendar-month-previous {
    background-color: white;
    width: 30px;
    height: 32px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    border: 1px solid #DBD2C2;
}
.calendar-month-next {
    background-color: white;
    width: 30px;
    height: 32px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    border: 1px solid #DBD2C2;
}
.calendar-content-border {
    border: 1px solid #DBD2C2;
    border-radius: 20px;
}
.calendar-content-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: space-between;
    grid-auto-rows: 38px;
}
.calendar-content-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: space-between;
    grid-auto-rows: minmax(40px, auto);
}
.calendar-content-days-mg {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: space-between;
    grid-auto-rows: 5px;
}
.calendar-content-days-border {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*END MERGE ISSUE*/
