/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.scrollHide{
	overflow:hidden !important;
}
body {
/*     font-family: inherit, 'Roboto', sans-serif !important;
    background: #fff !important; */
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
select,
label,
input {
/*     font-family: 'Roboto', sans-serif !important; */
}

:root {
    --dark: #0F0F0F !important;
    --primary: #013F32 !important;
    --red: #9B002A !important;
}

.bg-primary {
    background: var(--primary);
}

.bg-dark {
    background: var(--dark);
}

.bg-yellow {
    background: #F2E8CF;
}

.bg-white {
    background: #fff !important;
}

.bg-yellow {
    background: #F2E8CF;
}

.clr-yellow {
    color: #F2E8CF !important;
}

.clr-primary {
    color: var(--primary);
}

.clr-dark {
    color: var(--dark);
}

@media only screen and (max-width: 600px) {
    .clr-dark {
        width: 100%;
        text-align: left;
    }
}

.clr-red {
    color: var(--red) !important;
}


.clr-white {
    color: #fff !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.dis-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-btw {
    justify-content: space-between;
    padding:10px;
}

.flex-center {
    justify-content: center;
}

.flex-start {
    justify-content: start;
}

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

.w-100 {
    width: 100%
}

.w-50 {
    width: calc(50% - 20px);
}

.w-33 {
    width: calc(33.33% - 30px);
}

/* h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
} */

select.aw-select,
input.aw-input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 10px 10px 5px 5px !important;
    padding: 0 15px;
    font-size: 20px;
    font-family: 'Roboto';
    outline: none !important;
    border: none !important
}

input.aw-input {
    border: none;
    font-size: 16px !important;
    margin-bottom: 25px;
    background: #F3F3F3;
    box-shadow: inset 0px 0px 4px 2px rgb(0 0 0 / 25%);
    margin-top: 5px;
    outline: none;
}

label {
    color: var(--dark);
    font-size: 16px
}

.btn-primarys {
    height: 50px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 0px
}

.m-1 {
    margin: 10px;
}

.mt-1 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-2 {
    margin-top: 20px
}

.mt-5 {
    margin-top: 50px
}

.mb-1 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-2 {
    margin-bottom: 20px
}

.mb-5 {
    margin-bottom: 50px
}

a {
    text-decoration: none !important
}

/* p {
    font-size: 16px !important;
} */

h2.main-title {
    padding:10px;
}

/*-------=====================================================================
    Plan Page
   -------============================================================----------*/
.aw-container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.aw-header {
    margin: 30px 0 80px 0;
}

.aw-header a {
    color: var(--dark);
    text-decoration: none;
    font-size: 18px;
    margin: 10px;
}

.plan-wrapper {
    margin-top: 50px;
}

.plan-wrap {
    border-radius: 15px;
    margin: 15px;
    box-shadow: 0px 0px 10px 3px #0000004f;
}

.w-50 {
    width: calc(50% - 5px) !important;
}

.plan-wrap h2 {
    padding: 25px 15px;
    font-size: 22px !important;
    font-weight: 600;
    margin: 0
}

.plan-wrap .img-wrap {
    height: 300px
}

.plan-footer {
    padding: 15px
}

.plan-status>h3 {
    font-size: 22px;
    margin: 0px
}

.plan-status>p {
    font-size: 14px;
    margin: 5px 0;
}

.plan-footer>a {
    line-height: 35px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
}

.new-plan-wrap {
    border: 3px dashed #013f3280;
    margin: 15px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    min-height: 400px
}

.new-plan-wrap:hover {
    border: 3px dashed #013f32;

}

i.fa.fa-plus {
    font-size: 120px;
    color: #013f3280;
}

i.fa.fa-plus:hover {
    color: #013f32;
}

.new-plan-wrap>h2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #013f3280;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.new-plan-wrap>h2:hover {
    color: #013f32;
}

.note-form {
    padding: 10px;
}

.social-wrap {
    border-radius: 5px;
    padding: 5px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.bg-fb {
    background: #38589a;
}

.bg-google {
    background: #4175df;
}

.s-icon-wrap {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
}

.social-wrapper {
    margin: 60px 0;
}

.planer-wrapper {
    padding: 20px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.planer-wrapper h3 {
    font-size: 24px;
}

.planer-wrapper h3,
.planer-wrapper p {
    margin: 0;
}

.aw-overylay {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    height: 100%;
}

.aw-model {
    max-width: 450px;
    width: 100%;
    margin: auto;
    position: relative;
    height: 100vh;
}


@media only screen and (max-width: 600px) {
    .aw-model {
        max-width: 100%;
        padding-left: 9px !important;
    }
}

.note-form {
    width: 95%;
    position: absolute;
    bottom: 100px;
    left: 10px;
}

.note-form h4 {
    margin: 0 0 5px 0;
    font-size: 20px
}

.note-form button {
    border-radius: 15px
}

.note-form .planer-wrapper h3 {
    font-size: 17px
}

textarea {
    height: 150px;
    width: 100%;
    box-shadow: inset 0px 0px 4px 2px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 15px !important;
    margin-bottom: 10px;
    padding: 15px !important;
    box-sizing: border-box;
    outline: none;
    border: none !important
}

.note-wrapper span {
    cursor: pointer;
}

.card-wrapper {
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.card-wrapper h3 {
    margin: 5px
}

.card-wrapper a {
    font-size: 14px
}


.aw-ing {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 10px
}

.aw-ing>span {
    font-weight: 600
}



.swiper-container {
    width: 100%;
    height: auto;
    overflow-x: hidden
}

.swiper-slide {

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}


.all-meals-wrap {
    height: 100vh;
    overflow-y: scroll;
}

.all-meals-wrap .plan-wrap {
    max-width: 400px;
    margin: 15px auto;
    width: 100%
}

.change-plan-single {
    max-width: 400px;
    margin: 15px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aw-benifit {
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
}

.aw-benifit span {
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
    font-size:15px;
}

.single-img-wrap {
    height: 400px;
    width: 100;
    margin: 30px 0;
    border-radius: 20px;
    box-shadow: 0 5px 10px #999
    background-color: white !important;
}

.single-mineral {
    border: 3px solid #7ed321;
    padding: 12px 5px 5px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.single-mineral>span {
    font-size: 10px;
    margin: 5px 0;
    padding: 0;
    line-height: 0;
}

.single-mineral>p {
    margin: 0px;
    font-size: 16px !important;
    line-height: 23px;
}

.user-img-wrap {
    height: 40px;
    width: 40px;
    border-radius: 30px
}

.cmnt-wrap>.rec {
    height: 20px;
    width: 20px;
    background: #e6e9ec;
    position: absolute;
    left: 15px;
    top: -7px;
    transform: rotate(45deg);
}

.cmnt-wrap {
    background: #48a3ff;
    padding: 10px;
    border-radius: 3px 20px 20px;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    box-shadow: 0 3px 5px #ddd;
    color: #fff;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px
}


.meal-plan-wrap {
    height: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 180px);
    padding-top: 20px;
    box-sizing: border-box;
    padding-right: 10px;
}

.aw-meal-wrap {
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 5px 2px #00000021;
}

.m-content {
    width: calc(100% - 115px);
    text-align: left;
}

.m-content h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 10px;
}

.m-content p {
    font-size: 14px !important;
    margin: 5px 0 0 0;
}

.m-content a {
    font-size: 14px;
    font-weight: 500;
}

.btn-change-meal {
    padding: 0 20px;
    border-radius: 15px;
}

/* width */
.meal-plan-wrap::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.meal-plan-wrap::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.meal-plan-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* Handle on hover */
.meal-plan-wrap::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}


#au_subscription_filter {
    margin-left: 15px;
}

.ui-datepicker {
    width: 100% !important;
}
.planSwitch{
	justify-content : right;
	text-decoration:underline;
	margin:70px 0 50px 0;
}
.planSwitch h2{cursor:pointer}
#pauseModel label{
    font-weight: 500;
    margin: 10px 0;
}

section#myCalendar {
    margin-bottom: 25px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
    background: transparent;
    border: none;
} 
a.ui-datepicker-next,a.ui-datepicker-prev{
    background: #013f32;
    border-radius: 30px;display: flex;
    align-items: center;
    justify-content: center;
}
 a.ui-datepicker-next>i,a.ui-datepicker-prev>i{
     color:#fff !important;
 }
 .ui-datepicker-calendar>tbody>tr>td>span{
     text-align:center;
 }
.ui-datepicker-calendar>tbody>tr>td>.ui-state-default,
.ui-datepicker-calendar>tbody>tr>.ui-datepicker-week-end>span{
    background: transparent !important;
    border: none !important;
    color: #666 !important;
    opacity: 1;
    padding: 9px 0px !important;
}
.ui-datepicker-calendar>tbody>tr>.ui-datepicker-week-end>a {
    text-align: center !important;
    color: #fff !important;
    background-color: #013f327d !important;
    border-radius: 40px !important;
    padding: 9px 0px !important;
    transition:all 0.5s;
}
.ui-datepicker-calendar>tbody>tr>.ui-datepicker-week-end>.ui-state-active{
        box-shadow: 0 5px 15px #888 !important;
    background-color: #013f32 !important;
}

    .all-plan-wrapper {
    max-width: 1440px !important;
    margin: 100px auto;
    padding:0 15px;
}
.product-wrap {
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
    padding: 5px;
    box-sizing: border-box;    box-shadow: 0 5px 10px #ddd;
}
.product-wrap .aw-img-contain{
  border-radius: 6px 0 0 6px;;
}
.aw-product-content {
    width: calc(100% - 220px);
    margin-left: 20px;
    padding:15px 0;
}
.aw-product-content a{
    padding: 10px 15px;
    border-radius: 30px;
}
i.removeModel {
    font-size: 20px;
    position: fixed;
    top: 106px;
    right: 50px;
    cursor: pointer;
}
.ua_variations_wrapper>label {
    box-shadow: 0px 0px 18px 7px rgb(0 0 0 / 8%);
    padding:12px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: inherit !important;    font-weight: 400;
    border:2px solid #fff;transition:all 0.5s;
}
.ua_variations_wrapper>label:hover{
     box-shadow: none;
     border:2px solid #ddd;
}
.var-active{
    background: #013F32;
    color: #fff;
    box-shadow: none;border:2px solid #000 !important;
}


/*==========================================================================
   Media Query
   ==========================================================================*/
   
@media only screen and (max-width: 1024px) {

    .plan-wrap,
    .new-plan-wrap {
        width: calc(50% - 30px);
    }

}


@media only screen and (max-width: 768px) {
    .all-plan-wrapper {
        padding: 15px;
    }

    .product-wrap {
        width: 100%;
    }

    .w-33 {
        width: calc(100% - 30px) !important;
    }

    #ex-planner {
        display: none
    }

    .change-meal-wrap,
    .aw-all-meal-wrap {
        width: 100% !important;
        overflow-y: auto !important;
    }
    
    .change-meal-wrap {
        bottom:60px;
    }

    #planerWrap {
        width: 100%;
    }

    .aw-overylay {
        overflow: scroll;
    }

    /* width */
    .aw-overylay::-webkit-scrollbar {
        width: 5px;
        border-radius: 20px;
    }

    /* Track */
    .aw-overylay::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .aw-overylay::-webkit-scrollbar-thumb {
        background: #B5B5B5;
        border-radius: 20px;
    }

    /* Handle on hover */
    .aw-overylay::-webkit-scrollbar-thumb:hover {
        background: #B5B5B5;
        border-radius: 20px;
    }

    .dis-flex>.aw-all-meal-wrap {
        overflow: auto !important;
        max-height: 100% !important;
        padding: 10px;
    }

}

@media only screen and (max-width: 480px) {

    .w-33,
    .w-50,
    .product-wrap {
        width: 100%;
    }

    .aw-overylay {
        padding: 0px;
        box-sizing: border-box;
    }

    #au_subscription_filter {
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .product-wrap .aw-img-contain {
        border-radius: 6px 6px 0 0;
        width: 100% !important;
        height: 200px;
    }

    .aw-product-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px 10px 10px !important;
    }


}




/*//calendar*/



.hbContainer {
    max-width: 400px;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.calendarList1 {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 40px);
    align-items: center;
    justify-items: center;
    grid-gap: 8px;
    font-size: 14px;
    color: #707070;
}

.calendarList2 {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 40px);
    align-items: center;
    justify-items: center;
    grid-gap: 8px;
    font-size: 14px;
    color: #707070;
}

.calendarYearMonth {
    margin-top: 24px;
}

.calendarYearMonth p {
    display: inline-block;
    vertical-align: middle;
}

.calBtn {
    user-select: none;
    cursor: pointer;
    background: white;
    margin: 8px 0;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    border: 1px solid #eaeaea;
}



#calendarList>li {
    color: #999;
    height: 30px !important;
    width: 30px !important;
    cursor: not-allowed;
    border-radius: 20px !important;
}

li.allowed {
    cursor: pointer !important;
    background: #033f329e;
    color: #fff !important;
    transition: all 1s;
}

li.active,
li.allowed:hover {
    background: #033f32;
    color: #fff !important;
    transform: scale(1.5);
    box-shadow: 0 3px 5px #666;
}