@font-face {
    font-family: 'Dosis';
    src: url('/assets/fonts/Dosis-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}
body{
    background-color: #FAFAF9;
}
/* COMMAN STYLE */
.bg-primary-yellow{
    background: #E7E5DF;
}
.color-dark-green{
    color: #6F7B4A;
}
.btn-outline {
    color: #6F7B4A  !important;
    background: #ffff;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px; */
    border: 1px solid #AFB884;
    font-weight: 400;
    font-size: 18px;
    padding: 7px 17px;
    outline: none;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.98px;
}
.btn-outline:hover {
    color: #6F7B4A !important;
    border: 1px solid #AFB884;
    background: #AFB884;
}
.custom-logo {
    position: absolute;
    top: -24px;
    width: 97px;
    background: #AFB884;
    border-radius: 100%;
    padding: 6px;
}
#navbarNav .navbar-nav li.nav-item {
    padding: 18px 0;
}
#navbarNav .navbar-nav li.nav-item span{
    font-size: 12px;
    position: absolute;
    width: 100%;
}

#navbarNav .navbar-nav{
    align-items: end;
}

.anni-font{
    font-family: 'Annie Use Your Telescope', sans-serif;
}
.font-17{
    font-size: 17px;
}
.font-23{
    font-size: 23px;
}
.font-50,.question-title{
    font-size: 50px;
    line-height: 60px;
}

.question-title span{
    color: #6F7B4A;
    font-weight: 600;
}

.title-lg{
    font-size: 46px;
    line-height: 55px;
}
.px-50p{
    padding-left: 50px;
    padding-right: 50px;
}

.r-15{
    right: 15px !important;
}

.color-primary{
    color: #6F7B4A;
}
.color-orange{
    color: #C15C2C;
}
.form-check-input:checked{
    background-color: #AFB884;
    border-color: #AFB884;
    box-shadow: 0px 3px 6px #00000029;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: #AFB884;
}
.form-check-input[type=checkbox]{
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
    width: 23px;
    height: 23px;
}
.cust-table .table>:not(caption)>*>*, .table-responsive .table>:not(caption)>*>*{
    border: 0;
}
.cust-table tr:nth-child(even), .table-responsive tr:nth-child(even) {
    background-color: #FAFAF9;
}
/*.table-responsive {*/
/*    box-shadow: 0px 5px 16px #00000029;*/
/*    border-radius: 10px 10px 0 0;*/
/*}*/
.meal-table{
    text-align: center;
}
.meal-table td{
   vertical-align: middle;
}
.detail-icon-btn {
    background: #fff;
    font-family: "Dosis", sans-serif !important;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    height: 43px;
    color: #6F7B4A;
    text-transform: uppercase !important;
    letter-spacing: 1.9px;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail-icon-btn:hover {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background: #fff;
    color: #6F7B4A;
}
.detail-icon-btn.active {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background: #fff;
    color: #6F7B4A;
}
.detail-icon-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #AFB884;
    color: #fff;
    padding: 8px;
    border-radius: 10px 0 0 10px;
    height: 43px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50px;
    color: #6F7B4A;
}
.mw-fit-content{
    min-width: fit-content;
}
/* COMMAN STYLE END */

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    font-family: "Dosis", sans-serif !important;
    word-break: break-word;
    position: relative;
    min-height: 100%;
}

input[type=number].no-arrows::-webkit-inner-spin-button,
input[type=number].no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input:disabled:hover{
    cursor: no-drop;
}

.page-bg {
    background: #FDF7F6;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.btn-primary {
    color: #FFFFFF !important;
    background: #AFB884;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px; */
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 18px;
    padding: 7px 17px;
    outline: none;
    font-family: "Dosis", sans-serif ;
    text-transform: uppercase;
    letter-spacing: 1.98px;
    box-shadow: none !important;
}

.btn-primary.active {
    color: #000 !important;
    background: #afb884 !important;
}

.btn-primary:hover {
    background: #afb884;
    border: 1px solid #afb884;
    color: #6F7B4A !important;
}

.btn-primary:active,
.btn-primary:focus{
    background-color: #afb884 !important;
    border-color: #afb884 !important;
}

.btn-primary:disabled{
    background: #afb88480 !important;
    border-color: #afb88480 !important;;
}

.btn-secondary {
    color: #000000 !important;
    background: #E7E5DF;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px; */
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 18px;
    padding: 7px 20px;
    outline: none;
    font-family: "Dosis", sans-serif ;
    text-transform: uppercase;
    letter-spacing: 1.98px;
}

.btn-secondary.active {
    color: #000 !important;
    background: #afb884 !important;
}

.btn-secondary:hover {
    background: #afb884;
    border: 1px solid #000;
    color: #000 !important;
}

.btn-secondary:active,
.btn-secondary:focus{
    background-color: #afb884 !important;
    border-color: #afb884 !important;
    color: inherit !important;
}

.btn-secondary:disabled{
    background: #afb88480 !important;
    border-color: #afb88480 !important;;
}

.btn-secondary i{
    color: #6F7B4A;
    margin-right: 10px;
}

.font-dosis {
    font-family: "Dosis", sans-serif;
}

.color-primary,
.text-primary{
    color: #afb884 !important;

}

.bg-primary {
    background: #afb884 !important;
}

.bg-danger {
    background: #DE6341 !important;
}

.bg-secondary {
    background: #F5BB54 !important;
}

.text-disabled{
    color: #dbdcd3 !important;
}

.color-secondary {
    color: #de6341 !important;
}

.color-warning {
    color: #F5BB54 !important;
}

.text-dark {
    color: #000 !important;
}

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

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-900 {
    font-weight: 900;
}

.bg-light-yellow {
    /* background: #afb8843d; */
    background: #FAFAF9;
}

.one-pt {
    padding-top: 150px !important;
}

::-webkit-scrollbar {
    background: #ddd;
    height: 6px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #afb884;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.cursor-pointer{
    cursor: pointer;
}

.fill-none{
    fill: none;
}

.fill-green{
    fill: #AFB884;
}

/* Loader CSS */
.preloader .preloader-section{
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2000;
    transition: all 0.55s ease;
}

.preloader .preloader-left {
    left: 0
}

.preloader.loaded .preloader-left {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.preloader .preloader-right {
    right: 0
}

.preloader.loaded .preloader-right {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.preloader .preloader-icon {
    position: fixed;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 3000;
}
.preloader .preloader-icon .spinner-border{
    --bs-spinner-width: 3rem;
    --bs-spinner-height: 3rem;
    border-right-color: var(--bs-gray);
}
/*end loader CSS*/

/* START MODEL STYLE */
#videoModal .modal-content{
    background: transparent;
}
#videoModal .modal-header {
    border-bottom: 0;
}

#videoModal .modal-body {
    border-radius: 20px;
    border: 2px solid #afb884;
    background-color: #333;
    overflow: hidden;
}

#videoModal button.btn-close {
    background-color: #afb884;
    border-radius: 50%;
    opacity: 1;
    width: 7px;
    height: 7px;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    color: #6F7B4A;
    right: 15px;
    top: 30px;
    z-index: 1;
}

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

#videoModal .modal-body {
    padding: 0;
}

.home-section-1{
    padding-top: 50px;
}

.left_vdo img {
    width: 100%;
    border-radius: 0 30px 30px 0;
    box-shadow: 0px 5px 30px #00000029;
    height: 100%;
    /*max-height: 496px;*/
    object-fit: cover;
}

.play_btn img {
    width: 100px;
    height: 100px;
    box-shadow: none;
}

#videoPlayer {
    width: 100%;
}

/* END MODEL STYLE */

/* START HEADER STYLE */
.header-acc-btn:hover {
    border: 1px solid #AFB884;
    color: #6F7B4A !important;
}

.logo-header-center img{
    top: 30px;
    width: 80px;
    background: #AFB884;
    border-radius: 100%;
    padding: 8px;
    position: relative;
}
.logo-header-center{
    text-align: center;
    width: 100%;
}
header .navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px -10px 30px #00000029;
    padding: 3px 0;
}

#navbarNav ul li a {
    color: #6F7B4A;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    padding: 8px 18px;
    margin: 0 2px;
    border: 1px solid transparent;
}

.user-name span {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.user-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0 20px;
}

#navbarNav ul li a.active {
    /* color: #000; */
    /* border-bottom: 3px solid #afb884; */
    color: #afb884;
    border: 1px solid #ddd;
    border-radius: 10px;
}

#navbarNav .navbar-nav .nav-link:not(.btn):hover{
    /* color: #6F7B4A; */
    color: #afb884;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* END HEADER STYLE */


/* START HOME PAGE STYLE */
.time-tag {
    background: #AFB884;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 1;
    padding: 10px;
    text-align: center;
}
.time-tag i{
    font-size: 34px;
}
.time-tag img{
    display: block;
}
.time-tag span {
    color: #fff;
    display: block;
}
.desc-twis-color span{
    font-weight: 700;
}
.head-1 {
    font-size: 50px;
    line-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.left_vdo {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 0 30px 30px 0;
}

.play_btn {
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 0px 2px 46px #00000029; */
}

/* .left_vdo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    border-radius: 0 30px 30px 0;
} */
.left-home-block {
    background: #fff;
    border-radius: 30px 0 0 30px;
    padding: 50px;
    position: relative;
    border: 1px solid #BEBEBE;
    box-shadow: 0px 5px 30px #00000029;
    height: 100%;
}
.cross-text {
    transform: rotate(356deg);
    color: #6F7B4A;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
/* END HOME PAGE STYLE */

/* START WEEKLY PLANNER STYLE */
.weekly-planner-header .current-week {
    padding: 8px 12px;
    text-decoration: none;
    background: #fff;
    /* border-radius: 10px; */
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
}

.weekly-planner-header .icon-prev,
.weekly-planner-header .icon-next {
    color: #afb884;
    text-decoration: none;
}

.weekly-options .btn-secondary {
    background: transparent;
    color: #000;
    border: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.weekly-options .btn-secondary:focus,
.weekly-options .btn-secondary:active {
    box-shadow: none;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
}

.weekly-overview .accordion-button {
    box-shadow: none;
}

.weekly-overview .accordion-button:hover {
    z-index: 0;
}

.weekly-overview .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.weekly-overview .accordion-item .accordion-button {
    border-radius: 30px;
    padding: .6rem 1rem;
}

.weekly-overview .accordion-button {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.weekly-overview .accordion-item {
    border-radius: 20px;
}

.weekly-overview .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}

.weekly-overview .accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.weekly-overview .accordion-button:not(.collapsed)::after {
    background-image: url('/assets/images/down-green-arrow.svg');
}

.weekly-overview .accordion-button h4,
.overview-card-body h4 {
    width: 215px;
    font-size: 16px;
    color: #6F7B4A;
    font-weight: 700;
    text-transform: capitalize;
}
.accordion-item .accordion-header .accordion-button h4 {
    font-size: 23px;
    font-weight: 600;
}
.accordion-item .accordion-header .accordion-button .recipe-category-title .breakfast-tag {
    font-size: 23px;
    font-weight: 600;
}
.form-select{
    background-image: none;
}
.weekly-planner-header .form-select {
    border: 0;
    color: #000;
    width: auto;
    box-shadow: none;
    margin-left: auto;
    background-color: transparent;
    font-size: 18px;
}

/* START WEEKLY CARD CSS */
.weekly-overview .card-title {
    color: #000;
    text-decoration: none;
    line-height: 20px;
    margin: 20px 0 10px;
    display: -webkit-inline-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}

.weekly-overview .card {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    min-height: 350px;
}

.weekly-overview .card-img-top {
    margin: 0 !important;
}

.inside_pd {
    /* margin: 0 35px 0 130px; */
    position: relative;
    z-index: 10;
}

.without_desc .card-body{
    padding:  0;
}

.card_like {
    position: relative;
}

.card_like img{
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 150px 0;
}

.like_icon {
    background: #fff;
    position: absolute;
    right: 22px;
    top: 27px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    box-shadow: 0 3px 6px #00000029;
}

.overview-badge-container{
    position: absolute;
    top: 5px;
    left: 10px;
}

.hover_name {
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.green-border {
    border: 5px solid #afb884;
}

.green-border-light{
    border: 5px solid #dfe3ce;
}

.orange-border {
    border: 5px solid #F5BB54 !important;
}

.orange-border-light {
    border: 5px solid #f8d18c !important;
}

.red-border {
    border: 5px solid #DE6341 !important;
}

.red-text{
    color: #DE6341 !important;
}

.red-border-light {
    border: 5px solid #e89078 !important;
}

.without_desc .card_like{
    border-width: 5px 0 0 !important;
    min-height: 150px;
    height: 150px;
}


.total_min {
    background: #AFB884;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px 0px 0px 10px;
}

/* START SHORTCUT STYLE */

.shorcut-shadow {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-between;
    border: 1px solid #eee;
    margin-bottom: 7px;
    width: 60%;
}
.list-name {
    width: 180px;
}
.footer-img {
    position: absolute;
    left: 40%;
    right: unset;
    top: 33px;
    z-index: -1;
}

@media (max-width: 425px) {
    .list-name {
        width: 140px;
    }
}
@media (max-width: 325px) {
    .list-name {
        width: 100px;
    }
}
/* END SHORTCUT STYLE */

/* START SEARCH POPUP STYLE */
#popover-content {
    width: 370px;
}

.popover {
    max-width: 100%;
    background: #E4E4D0;
    border-radius: 20px;
    border: 0;
    /* padding: 30px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    --bs-popover-arrow-width: 2rem;
    --bs-popover-arrow-height: 1.5rem;
    --bs-popover-bg: #afb884;
}

.popover[data-popper-placement="right"]{
   margin-left: calc(1rem - 2px) !important;
}

.popover[data-popper-placement="top"]{
    margin-bottom: calc(1rem - 2px) !important;
}

.popover[data-popper-placement="left"]{
    margin-right: calc(1rem - 2px) !important;
}

.popover[data-popper-placement="bottom"]{
    margin-top: calc(1rem - 2px) !important;
}

.popover-body {
    padding: 0;
}

.s_top_right img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 20px;
    top: -65px;
    background: #fff;
    object-fit: cover;
}
.search_like {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 45px;
}

.search_top_card {
    border-radius: 20px;
    position: relative;
    margin-bottom: 5px;
    padding: 7px 20px 0 20px;
    min-height: 130px;
    background: #E7E5DF;
}

.search_top_card h2 {
    display: -webkit-box;
    max-width: 430px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small_tbl {
    background: #fff;
    border-radius: 30px;
    border: 2px solid #afb884;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
}

.ing_row {
    /* background: #F1F1F1; */
    border-radius: 5px;
    margin-bottom: 3px;
    /* padding: 5px; */
}

.notes_boxs {
    /* border-radius: 10px; */
    /* border: 2px solid #afb884; */
    padding: 20px;
    background: #E7E5DF;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px; */
}

/* .hover_line {
    border-left: 5px solid #F5BB54;
    padding-left: 10px;
    border-radius: 3px;
    margin-left: -10px;
} */

.bs-popover-end > .popover-arrow::after {
    border-right-color: #E4E4D0;
}

.bs-popover-end > .popover-arrow::before {
    border-right-color: #E4E4D0;
}

/* START SUBMENU STYLE */
.rcp-box-hover .dropdown-menu.show {
    position: relative;
    overflow: visible;
    margin: 10px 0 0 -10px !important;
}

.rcp-box-hover .dropdown-menu.show:after {
    content: '';
    position: absolute;
    left: 8px;
    top: -11px;
    border-top: none;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 15px solid #E7E5DF;
}
.rcp-box-hover .dropdown-menu.show{
    margin-right: -8px !important;
}
.w_sbmenu {
    position: relative;
}

.w_sbmenu .dropdown-menu {
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    background: #E7E5DF;
    min-width: 330px;
}

.w_sbmenu .dropdown-item:hover,
.w_sbmenu .dropdown-item:focus {
    background: #E7E5DF;
    color: #B2BB81;
    font-weight: 700;
    border-radius: 10px;
}

.w_sbmenu .dropdown-item:active {
    /* background: #000;
    color: #fff; */
    background: #E7E5DF;
    color: #B2BB81;
    font-weight: 700;
}

.w_sbmenu .dropdown-item {
    padding: 10px 20px;
    /* border-bottom: 1px solid #000; */
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #6F7B4A;
    text-transform: uppercase;
    letter-spacing: 1.98px;
}

.w_sbmenu .dropdown-menu li:last-child .dropdown-item{
    border: none;
}

.w_sbmenu .btn {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 0;
    width: 20px;
    position: relative;
}
/* .w_sbmenu .btn:after {
    top: auto;
    width: 0;
    height: 0;
    border: 1px solid;
    z-index: 9999;
    position: absolute;
    left: 1px;
    border-right-color: #afb884;
    border-width: 2rem;
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    background: #afb884;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #afb884;
} */


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

.w_sbmenu .dropdown-toggle::after {
    display: none;
}

/* START VIEW RECIPE */
.switch-field {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    height: 45px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

/* .switch-field input:checked + label:first-of-type {
  border-radius: 5px 8px 8px 5px;
} */
.switch-field label {
    background-color: #fff;
    color: #6F7B4A;
    /* font-size: 15px;
    font-weight: 700; */
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding: 11px 10px;
    margin-right: -2px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    width: 100%;
    /* border-radius: 5px; */
}

.switch-field input:checked + label {
    background-color: #AFB884;
    color: #fff;
    /* border-radius: 0 5px 5px 0; */
}

.recp_card_view {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #FAFAFA;
    border-radius: 20px;
    margin-top: -300px;
}

.rads-img img {
    min-width: 100%;
    min-height: 150px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    /* border-radius: 15px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.rads-img {
    position: relative;
}

.rads-img p {
    border-radius: 10px;
    padding: 10px;
    background: #FAFAFA;
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    text-align: center;
    width: 400px;
    margin: auto;
}

.rads-img .like_icon {
    border: 0;
    border-radius: 50%;
    top: 15px;
    right: 23px;
    left: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    padding: 0;
}

.rcp_lit {
    padding: 0 20px 0 0;
    border-right: 1px solid #000;
    height: 100%;
}

.rcp_lit li {
    list-style: none;
    text-align: right;
}

.wp-recipe-details-wrap .notes_boxs {
    padding: 10px;
    margin-top: 30px;
}

/* START POPUP STYLE */
.custom_des .modal-header {
    border-bottom: 0;
}

.custom_des .modal-footer {
    border-top: 0;
    justify-content: center;
}

.custom_des .btn-close {
    font-size: 20px;
    opacity: 1;
    background: #AFB884;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    color: #6F7B4A;
    top: -8px;
    position: absolute;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.custom_des .btn-black {
    background: #000;
    padding: 6px 30px;
    border-radius: 10px;
    color: #fff !important;
    border: 0;
}

.custom_des .btn-black:hover {
    background: #000;
    color: #fff !important;
}

.custom_des .btn-outline {
    background: #fff;
    border: 1px solid #AFB884;
    border-radius: 10px;
    padding: 6px 30px;
}
.custom_des .btn-outline:hover {
    background: #AFB884;
}

.custom_des .gray-btn {
    background: #eee;
    border: 0;
    padding: 6px 30px;
    box-shadow: none;
}

.gray-btn {
    background: #D9D9D9;
    border: 0;
}

.gray-btn:hover, .gray-btn:focus {
    background: #eee;
    border: 0;
}

/* START CHANGE RECIPE POPUP STYLE */
.custom_des input {
    background: #eee;
    border: 0;
}

.serch_box {
    width: 50%;
    margin-left: auto;
    position: absolute;
    right: 50px;
}

.serch_box .input-group-btn{
    background: #E7E5DF;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 100%;
}

.right_icon {
    position: absolute;
    left: 145px;
    background: #AFB884;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    top: 0;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
}

.plus_icon {
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    font-size: 20px;
}

.searc_rcp_icon img {
    width: 20px;
}

.new_rcp_card {
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 17px;
    position: relative;
    box-shadow:0 3px 6px #00000029;
    cursor: pointer;
}

.food-time {
    background: #E7E5DF;
    border-radius: 10px 0px 0px 10px;
    padding: 0 0 0 5px;
    text-wrap: nowrap;
}

.left_rcp img {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    border-radius: 0 0 150px 0;
    height: 160px;
    min-height: 160px;
    object-fit: cover;
}

.left_rcp {
    position: relative;
    margin-right: 10px;
    height: 100%;
    padding-left: 45px;
    background: #E7E5DF;
}

.left_rcp a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #eee;
    border-radius: 5px 0 5px 0;
    padding: 5px;
}

.new_rcp_pop .modal-content {
    border: 2px solid #afb884;
    border-radius: 10px;
}

.bg-height {
    min-height: 500px;
}

/* START CHECKBOX STYLE */
.checkbox_groups {
    padding: 30px 30px 10px;
}

.checkbox_groups .form-group {
    display: block;
    margin-bottom: 15px;
}

.checkbox_groups .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox_groups .form-group label {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    text-align: right;
}
.checkbox_groups .form-group input:checked +  label:before{
     background-color: #6F7B4A;
    /*background-color: #AFB884;*/
    border: 0;
    opacity: 1 !important;
    width: 24px;
    height: 24px;
}
.checkbox_groups .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
    float: right;
    border-radius: 6px;
}

.checkbox_groups .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 8px;
    width: 7px;
    height: 14px;
    border: solid #fefffd;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.checkbox_groups .form-group input:disabled + label:before,
.checkbox_groups .form-group input:checked:disabled + label:after{
    opacity: .5;
}

.questionnaire-box-selection table td .form-check{
    display: flex;
    justify-content: center;
}

.members-list.checkbox_groups label{
    width: 240px;
    text-align: right;
}
.main-modal .members-list.checkbox_groups label{
    width: auto;
    text-align: left;
}
/* START BREADCRUMB STYLE */
.breadcrumb-block ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    /* display: -webkit-box;
    overflow-x: auto;
    padding-bottom: 8px;
    white-space: nowrap;
    cursor: pointer;
    width: 75%; */
}
.breadcrumb-block ul li{
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 255px;
}
.breadcrumb-block a {
    text-decoration: none;
    color: #6F6F6F;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.98px;
    font-size: 18px;
}
.breadcrumb-block a.active {
    color: #6F6F6F;
    font-weight: 700;
}

/* START ALL RCP STYLE */
.rcp-page-bg {
    position: fixed;
    left: -225px;
    width: 100%;
    max-width: 700px;
    z-index: -1;
    top: 190px;
}
.recipes-page-block {
    padding-top: 150px;
    position: relative;
}

.all_rcp_box .serch_box {
    position: relative;
    width: 100%;
    margin-left: 0;
    right: 0;
}

.all_rcp_box .form-control {
    background: #fff !important;
    border: 1px solid #D3D3D3 !important;
    border-radius: 10px;
    padding-left: 50px;
}

.all_rcp_box input::placeholder {
    color: #989393;
    font-family: "Dosis", sans-serif ;
}

.all_rcp_box input:focus {
    box-shadow: none;
    background: #eee;
}

.left-txt {
    transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    left: 22px;
    margin: 0;
    top: 50%;
    border-radius: 10px 10px 0 0;
    padding: 11px 18px;
    color: #6F7B4A;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    text-align: center;
}

/* .all_rcp_box .left_rcp {
    padding-left: 50px;
    background: #E7E5DF;
} */

.txt-eclips {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: unset;
}

.eclips-1 {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#change-recipe-modal .left-txt{
    display: none;
}

#change-recipe-modal #recipes-list > div:nth-child(even) .new_rcp_card{
    background: #fff;
}

/* #change-recipe-modal .left_rcp img{
    height: 85px;
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    max-height: 85px;
    min-height: 85px;
} */

/* START FILTER STYLE */

.dropdown-toggle.filterrcp::after {
    display: none;
}

.filterrcp {
    padding: 0;
}

.outline-btn {
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
}

.filter_box .form-group {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
}

.filter_box .checkbox_groups .form-group label:before {
    float: none;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.filter_box .checkbox_groups {
    padding: 4px 17px 0;
}

.filter_box .checkbox_groups .form-group label {
    font-weight: 500;
    width: auto;
    margin-bottom: 5px;
}

.filter_box .checkbox_groups .form-group input:checked + label:after {
    top: 3px;
    left: 8px;
}

.border-left-black {
    position: relative;
}

#filter_dropdown {
    /* background: #fff !important; */
    border: 0;
    box-shadow: none;
}
.recipe-filter-dropdown button {
    background-color: #AFB884;
    padding: 7px 17px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.recipe-filter-dropdown button:focus{
    background: #AFB884;
}
.recipe-filter-dropdown span {
   color: #fff;
   text-transform: capitalize;
   margin-left: 10px;
}
.btn-outline-filter {
    border: 1px solid #E7E5DF;
    border-radius: 10px;
    background: #afb884;
    color: #6F7B4A;
    font-size: 16px;
    padding: 5px 20px 5px 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter_box {
    background: #afb884;
    border: 0;
    border-radius: 5px;
    width: 250px;
    max-height: 480px;
    overflow: auto;
    margin-top: 20px !important;
}
.dsk-filter {
    position: absolute;
    right: 100px;
    bottom: 73px;
    height: 100vh;
    width: 200px;
    max-height: 485px;
}
.dsk-filter .submit-btn{
    position: absolute;
    bottom: 10px;
}

/* .all_rcp_box .dropdown-toggle::after{
  display: none;
} */
.bg-height-all-rcp {
    height: 420px;
}

.modal-content {
    border-radius: 20px;
    border: 0;
}

.shopping-list-popup {
    border: 1px solid #000 !important;
    width: 50%;
    justify-content: space-between;
}

/* START RADIO BTN STYLE */
.meal_checkbox {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 20px 10px;
}

.rdio {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #fff;
}

.rdio input[type="radio"] {
    margin: 0;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #000;
}

.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #000;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #000;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #000;
}

.custom-checkbox > [type="checkbox"], .custom-checkbox label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before, .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox label:hover:before {
    border: 1px solid #000 !important;
}

.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before {
    border: 1px solid #000 !important;
}

/* START CHECKBOX STYLE */
.checkbox_list {
    display: flex;
    background: #fff;
    /* border: 1px solid #000; */
    width: 100%;
}

.checkbox_list form {
    display: flex;
}

.checkbox_list label {
    margin-right: 20px;
}

.checkbox_list .checkbox_groups {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.checkbox_groups p {
    margin: 0 15px 0 0;
    width: 50px;
}

/* ADD MEAL POPUP */
.select_opt .form-select {
    border: 1px solid #E7E5DF;
    color: #000;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

/* START DATEPIKER CSS */
.form-control {
    border: 1px solid #E7E5DF !important;
    border-radius: 10px;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 27px;
}

.form-control::placeholder {
    color: #A8A8A4;
    font-weight: 400;
}

.date-picker-wrapper.no-topbar{
    padding-top: 0;
}

.date-picker-wrapper.no-shortcuts {
    background: #fff;
    padding-bottom: 0;
}


.date-picker-wrapper.date-range-picker-week{
    max-width: 324px;
    width: 100%;
}

.date-picker-wrapper .month-wrapper table{
    width: 100%;
    max-width: 302px;
}
.date-picker-wrapper {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-family: 'Dosis', sans-serif;
    border-radius: 5px;
}
.date-picker-wrapper .month-wrapper{
    border-color: var(--bs-gray);
    border-radius: 5px;
    background-color: var(--bs-extralight);
    padding: 10px;
}
.date-picker-wrapper .month-wrapper table .week-name{
    font-size: 12px;
    font-weight: 600;
    color: var(--bs-gray-dark);
}
.date-picker-wrapper .month-wrapper table th{
    padding: 6px;
}
.date-picker-wrapper .month-wrapper table .month-name{
    font-size: 15px;
    font-weight: 700;
    color: var(--bs-gray-dark);
}
.date-picker-wrapper .month-wrapper table .month-name>div:nth-child(1){
    text-transform: capitalize;
}
.date-picker-wrapper .month-wrapper table .day{
    font-size: 15px;
    font-weight: 500;
    color: var(--bs-black);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.date-picker-wrapper .month-wrapper table .day.invalid{
    cursor: not-allowed;
    color:  var(--bs-gray);
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover{
    border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: var(--bs-yellow) !important;
    width: 32px;
    margin: auto;
    border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.checked{
    background-color: rgba(229, 225, 218, 0.8) !important;
    width: 32px;
    margin: auto;
    border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(229, 225, 218, 0.8);
}
.date-picker-wrapper table td .day.checked.first-date-selected,
.date-picker-wrapper table td .day.checked.last-date-selected{
    background-color: var(--bs-green) !important;
    color: var(--bs-black) !important;
    border-radius: 50%;
    width: 32px;
    position: relative;
    z-index: 1;
    margin: auto;
}
.date-picker-wrapper .footer{
    display: none;
}

.calendar-wrap{
    max-width: 324px;
    width: 100%;
}

.daterange-box {
    position: relative;
    cursor: pointer;
}

.daterange-box i {
    position: absolute;
    top: 13px;
}
.daterange-box #calendar-trigger{
    left: unset;
    right: 10px;
}
/* START PLUSE MINUES CSS */
.quantity-wrap button {
    border-radius: 50px;
    background: #AFB884;
    border: 0;
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_serv_pop .form-control {
    border: 0 !important;
    text-align: center;
}

.box_serv_pop {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
}

.new_rcp_pop input {
    border: 0 !important;
    background: #F3F3F3 !important;
    padding-left: 50px;
}

/* START RADIO CHECKBOX */

.check_s_list .form-check-input:checked {
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
}
.check_s_list .form-check-input:checked[type=checkbox]{
    background-image: url('/assets/images/green-arrow.svg');
    background-size: 17px 30px;
}

.check_s_list .form-check-input[type=checkbox] {
    border-radius: 10px;
    margin: 0 12px 0 0;
    z-index: 1;
    box-shadow: 0 3px 6px #00000029;
    background-size: 20px 15px;
}

.check_s_list .form-check-input {
    width: 26px;
    height: 26px;
}

.check_s_list .form-check-input:focus {
    border-color: #000;
}

/* START TABS STYLE */
.tab-content {
    /* border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    background: #fff; */
}

.shopping_card {
    border-radius: 10px;
    background: #fff;
    margin: 10px 0; width: 300px;
    border: none;
    box-shadow: none;
    text-align: left;
    position: relative;
    /* overflow: hidden; */
}

.ingredients-list > div:last-child{
    border-radius: 0 0 10px 10px;
}

.inside_box .checkbox_groups {
    padding: 0;
}

/* .inside_box .checkbox_groups .form-group label {
  width: auto;
  font-weight: 500;
  font-size: 18px;
} */
#myTabs {
    justify-content: space-between;
    border: 1px solid #afb884;
    border-radius: 10px;
    cursor: pointer;
}

#myTabs::-webkit-scrollbar {
    height: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #AFB884;
    background-color: #6F7B4A;
    border-color: transparent;
    border-radius: 10px 10px 0 0;
    padding-right: 60px;
    font-size: 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item:first-child .nav-link.active {
    border-radius: 8px 0 0 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item:last-child .nav-link.active {
    border-radius: 0 10px 10px 0;
}

.nav-tabs .nav-link {
    /* border-right: 1px solid #000; */
    border-radius: 10px 10px 0 0 ;
    box-shadow: none;
    /* margin-right: 5px; */
    position: relative;
    color: #6F7B4A;
    background: #AFB884;
    font-weight: 600;
    font-size: 30px;
    margin: 0 10px;
}

.nav-tabs .nav-item {
    position: relative;
    padding-right: 40px;
}

/* .nav-tabs .nav-item:last-child {
  padding-right: 2px;
} */
.nav-tabs .nav-item:after {
    position: absolute;
    right: 0;
    border-right: 1px solid #000;
    content: '';
    top: 6px;
    height: 30px;
    width: 1px;
}

.nav-tabs .nav-item:last-child:after {
    border: 0;
}

.shopping-recipe-image img {
    border-radius: 0  0 150px 0;
    min-height: 150px;
    min-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* .inside_box {
    padding: 20px;
} */
.twobb .shopping_card{
    margin: 0;
}
.shadow-inside a.txt-eclips {
    text-align: left;
    padding:0px 33px 0 33px;
    font-size: 27px;
    line-height: 40px;
    max-height: 100px;
    /* height: 200px; */
}
.scroll-wrpper {
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    cursor: pointer;
}

.scroll-wrpper::-webkit-scrollbar {
    height: 10px;
}

.twobb {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    background: #fff;
    margin: 12px;
    display: flex;
}

.twobb{
    margin: 12px;
    display: flex;
}

.twobb:first-child{
    margin-left: 0;
}
.twobb:last-child{
    margin-right: 0;
}

.scroll-wrpper2 {
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    cursor: pointer;
}

.scroll-wrpper2::-webkit-scrollbar-thumb {
    background: #D1D4C9;
}

.scroll-wrpper2::-webkit-scrollbar {
    background: #ddd;
    height: 5px;
    width: 5px;
}

.twobb_0 {
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/* START CREATE SHOPPING LIST */
.card_cmn_box {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* padding: 20px; */
    border-radius: 10px;
}

.sb_card_hd {
    border-radius: 10px 10px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card_cmn_box .sb_card_hd{
    /* padding: 0.5rem 1.5rem !important; */
    padding: 8px 20px;
}

.shp_card_main {
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-top: -300px;
    background: #fff; */
}

.bg-light {
    background: #EAEAEA !important;
}

.add_items {
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
}

/* .add_items img {
    opacity: .4;
} */

.line-through:after {
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: 1px solid #000;
    width: calc(100% - 35px);
    left: 30px;
}

.line-through {
    position: relative;
}

.item-bg {
    background: #F6F6F6;
    border-radius: 5px;
}

.item_input {
    border: 1px solid #E7E5DF !important;
}

.shopping_chk .check_s_list input {
    cursor: pointer;
}

.shopping_chk .check_s_list .form-check-input[type=checkbox] {
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    border: 0;
    width: 26px;
    height: 26px;
}

.check_s_list .check_s_list .form-check-input{
    width: 26px;
    height: 26px;
}

.shopping_chk .form-check-input:checked[type=checkbox] {
    background-image: url("../images/check.svg");
    /* background-position: 2px -2px; */
    background-size: 20px 15px;
}

.shopping_chk .check_s_list .form-check-input:checked {
    background-color: #AFB884;
}

.cards_sb_items .check_s_list .form-check-input[type=checkbox] {
    border-radius: 10px;
    width: 26px;
    height: 26px;
    background-size: 20px 32px;
}

/* FOOTER STYLE */
footer{
    overflow: hidden;
}
.shortcut-tbl table tbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shortcut-tbl table {
    width: 100%;
}

.shortcut-tbl {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.shortcut-tbl table tbody tr {
    margin-right: 20px;
}

button:disabled {
    cursor: no-drop;
}

a.disabled, a:disabled{
    cursor: no-drop;
    color: #999 !important;
}

.small-popover{
    padding: 10px;
    max-width: 300px;
    border-radius: 10px;
    --bs-popover-bg: #E4E4D0;
}

.bg-primary-light{
    background: #dfe3ce;
}

.bg-secondary-light{
    background: #f8d18c;
}

.bg-danger-light{
    background: #e89078;
}


.favorite-btn{
    cursor: pointer;
}

.recipe-instruction ol,
.recipe-instruction ul{
    padding-left: 1em !important;
}


.recipe-instruction ol li p,
.recipe-instruction ul li p{
    margin-bottom: 0;
}

.recipe-category-title{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
}

.overview-category-list,
.accordion-header .instruction-badge
{
    display: none;
}

.weekly-overview .accordion-button.collapsed .overview-category-list,
.weekly-overview .accordion-button.collapsed .instruction-badge{
    display: flex;
}


.recipe-members{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    color:#afb884 !important;
}

.notes_boxs p{
    margin-bottom: 0;
}

.search_popup {
    /* width: 520px; */
    width: 625px;
}

/* .recipe-filter-dropdown .dropdown-toggle.show svg path{
    stroke: #afb884;
} */

.new_rcp_card .cat-text{
    width: 100%;
    position: absolute;
    left: calc(-50% + 16px);
    transform: rotate(-90deg);
}

.new_rcp_card .cat-text p{
    display: inline-block;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.new_rcp_card .left_rcp .favorite-btn{
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:  0;
    background: transparent;
}

#days-tab {
    justify-content: space-between;
    border: 1px solid #afb884;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    background: #AFB884;
    overflow-x: auto;
    flex-wrap: nowrap;
    align-items: end;
}

.shopping-tabs-section{
    position: relative;
    padding-bottom: 60px;
}

.shopping-tabs-section .shopping-nav{
    position: absolute;
    right: 70px;
    bottom: 10px;
}

.shopping-tabs-section #days-tab{
    padding-bottom: 4px;
    background: transparent;
    border: none;
}

.shopping-tabs-section #days-tab .nav-item{
    background: #AFB884;
}

#days-tab::-webkit-scrollbar{
    height: 5px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
@media(max-width: 1440px){
    .new_rcp_card{
        justify-content: space-between;
    }
    #navbarNav ul li a{
        font-size: 14px;
        padding: 8px 16px;
        margin: 5px;
    }
}
@media(max-width: 1750px){
    .dot-menu-box .dropdown-menu.show:after{
        left: unset !important;
        right: 7px;
    }
}
@media(max-width: 1366px){

    #days-tab{
        justify-content: start;
        white-space: nowrap;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .all_rcp_box .form-control{
        margin-right: 20px;
    }
    .new_rcp_card .flex-column a {
        font-size: 16px;
        max-width: 165px;
    }
}

#days-tab .nav-item{
    padding-right: 0;
    flex-grow: 1;
}
#days-tab .nav-item:after{
    content: none;
}
#days-tab .nav-item .nav-link{
    padding-right: 16px;
    min-width: max-content;
}

#days-tab .nav-item:not(:last-child) .nav-link:not(.active):after{
    position: absolute;
    right: -2px;
    border-right: 1px solid #000 !important;
    content: '';
    top: 5px;
    height: 30px;
    width: 1px;
    display: none;
}

#days-tab .nav-item:first-child .nav-link.active {
    border-radius: 10px 10px 0 0;
}

#days-tab .nav-item:last-child .nav-link.active {
    border-radius: 10px 10px 0 0;
}

#days-tab .nav-link:focus,
#days-tab .nav-link:hover{
    isolation: unset;
    border-color: transparent;
}

#days-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    padding-right: 20px;
}

#days-tab .nav-item.show .nav-link, .nav-tabs .nav-item:first-child .nav-link.active{
    border-radius: 10px 0 0 10px;
}

#days-tab .nav-item.show .nav-link, .nav-tabs .nav-item:last-child .nav-link.active{
    border-radius: 0 10px 10px 0;
}

#days-tab .nav-link .form-group{
    margin-right: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#days-tab .form-group label:before{
    margin: 0;
}

.shopping-tab{
    overflow-x: auto;
    padding: 0 15px;
    text-align: center;
}

.shopping-tab::-webkit-scrollbar{
    display: none;
}

.cards_sb_items .shopping-ingredient-item:nth-child(odd){
    /* background: #F6F6F6; */
    border-radius: 5px;
}
.cards_sb_items .shopping-ingredient-item:nth-child(even){
    background: #F6F6F6;
}

#week-day{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/down-arrow.svg) no-repeat 97% center;
    background-size: 1.25rem;
}

.meal-planner-instructions p{
    background: #C15C2C;
    margin-bottom: 10px;
    padding: 0.5em 1.5em;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    color: #fff;
    margin-left: 27px;
    position: relative;
    display: table;
}

.instruction-badge{
    background: #F5BB54;
    border-radius: 50%;
    padding: 0.5em 0.889em;
    color:#000;
    margin-right: 15px;
}

.instruction-badges{
    position: absolute;
    right: 0;
    top: 5px;
    display: grid;
    gap: 10px;
}

.instruction-badges .instruction-badge{
    margin: 0;
}

.recipe-not-found-container{
    /* min-height: 326px; */
    min-height: 265px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipe-not-found {
    width: 100%;
    background: #E7E5DF;
    border-radius: 16px;
    border: 2px solid #DE6341;
    box-shadow: rgba(222, 99, 65, 0.3) 0 10px 10px -3px;
    position: relative;
    text-align: center;
    padding: 16px;
}

.recipe-not-found p{
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.recipe-btn-overlay{
    /* display: none; */
    display: block;
    position: absolute;
    width: 100%;
    /* top: 0; */
    bottom: 10px;
    left: 0;
}

.recipe-not-found:hover .recipe-btn-overlay{
    /* display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    border-radius: 16px; */
}

.shopping-list-row{
    padding: 17px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 5px 30px #00000029;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 27px;
}

.shopping-list-row a{
    /* color: #000; */
    text-decoration: none;
}

/* LOGIN STYLE */
.card-box{
    box-shadow: 0px 5px 16px #00000029;
    border-radius: 24px;
    padding: 25px;
}
.login-bg {
    position: fixed;
    top: 50%;
    left: 132px;
    z-index: -1;
    margin: auto;
    max-width: 760px;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}
.login-wrap{
    min-height: 100vh;
    padding: 140px 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-card {
    padding: 66px 42px 20px 42px;
}
.link-secondary{
    color: #C15C2C;
}
.login-wrap .form-card {
    padding: 50px 30px 20px;
}

.form-field-wrap {
    position: relative;
}
.form-field-wrap a.field-icon.icon-hide {
    color: #A8A8A4;
}
.auth-lead {
    font-size: 25px;
    line-height: 32px;
    color: #6F7B4A;
    transform: rotate(356deg);
}
.form-icon img {
    width: 40px;
}
.form-icon {
    margin: 0 15px;
}
.password_preview {
    position: absolute;
    right: 10px;
    top: 9px;
    margin-right: 10px;
    color: #A8A8A4;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    display: inline-block;
    width: 20px;
    cursor: pointer;
    text-decoration: none;
}
.login-tt{
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
}
.login-tt span{
  color: #6F7B4A;
  font-weight: 600;
}
.login-desc {
    font-weight: 400;
    font-size: 23px;
    color: #000;
}
.login-desc span{
    font-weight: 600;
    color: #AFB884;
}

/* SELECT STYLE */
/* .nice-select.form-select{
    background-image: none !important;
} */
.nice-select {
    line-height: 27px !important;
    color: #A8A8A4 !important;
    font-size: 16px !important;
    padding-left: .75rem !important;
    border-radius: 10px;
}

.nice-select .selected{
    color: #212529;
}
.nice-select:after{
    content: none !important;
}
.nice-select:focus{
    box-shadow: none;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #E7E5DF;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #E7E5DF !important;
    color: #6F7B4A !important;
}

/* START QUESTIONARY PAGE STYLE */
.questionaire-bg {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
}
.questionaire-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    /* padding: 20px 0 50px; */
    padding: 50px 30px 0 50px;
}
.questionnaire-content{
    padding: 17px 51px 36px 20px;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    z-index: 1;
    margin-bottom: 80px;
}

.questionaire-wrap {
    min-height: calc(100vh - 110px);
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
}
.questionaire-wrap:after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    bottom: 0;
    background: url('/assets/images/questionry-bg.png') no-repeat bottom right;
    z-index: -1;
}
.questionaire-wrap:before {
    background: url('/assets/images/questionary-left-bg.png') no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    top: 240px;
    background-size: 300px;
    z-index: -1;
}
.no-before:before{
    content: none;
}

.progressbar {
    border-radius: 8px;
    width: 100%;
    height: 10px;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
}
.progress-inner {
    height: 10px;
    border-radius: 8px;
}
.ques-progress-wrap {
    padding-bottom: 20px;
}
.bg-gray{
    background-color: #d9d9d9;
}
#user-members-form .remove-member {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    border: 0;
    background: #fff;
}
#user-members-form .add-member {
    border: 0;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    background: #AFB884;
}

/* TABS TYLE OF QUESTIONARY */
.questionnaire-box-selection .nav-tabs{
    background: transparent !important;
    border: none !important;
}
.questionnaire-box-selection .nav-tabs .nav-item {
    border-radius: 10px 10px 0 0;
    margin: 0 10px;
    padding-right: 0;
}
.questionnaire-box-selection .nav-tabs .nav-link {
    color: #6F7B4A;
    font-weight: 700;
    /* font-size: 32px;
    line-height: 42px; */
    font-size: 24px;
    line-height: 34px;
    border: 0;
    width: 100%;
}
.questionnaire-box-selection .nav-link.active {
    border-radius: 10px 10px 0 0 !important;
    padding-right: 20px;
    border-right: 0;
    border-color: transparent;
    background: #6F7B4A;
    color: #AFB884;
    /* font-size: 43px;
    line-height: 68px; */
    font-size: 30px;
    line-height: 50px;
}
.questionnaire-box-selection .nav-tabs .nav-item:after{
    border: 0;
}
.questionnaire-box-selection .nav-tabs{
    border: 0;
}
.questionnaire-box-selection table {
    width: 100%;
    white-space: nowrap;
    /* table-layout: fixed; */
    margin: auto;
    overflow: hidden;
    min-width: 300px;
  }

.questionnaire-box-selection td, .questionnaire-box-selection th {
    text-align: left;
    padding: 8px;
}
.questionnaire-box-selection td {
    font-family: "Dosis", sans-serif;
    font-size: 23px;
}
.questionnaire-box-selection th{
    font-size: 32px;
    font-family: 'Annie Use Your Telescope', sans-serif;
    font-weight: 400;
    text-align: center;
    min-width: 100px;
    display: table-cell;
}

.questionnaire-box-selection tr td:first-child,
.questionnaire-box-selection tr th:first-child{
    padding-left: 48px;
    text-transform: capitalize;
    /* width: auto; */
}
.questionnaire-box-selection tr td:last-child,
.questionnaire-box-selection tr th:last-child{
     padding-right: 48px;
 }
.questionnaire-box-selection tr:nth-child(even) {
background-color: #FAFAF9;
}
.bg-logo {
width: 100px;
background: #AFB884;
border-radius: 100px;
padding: 10px;
}
.see-you-txt {
    display: inline-block;
    font-family: 'Annie Use Your Telescope', sans-serif;
    color: #6F7B4A;
    font-size: 32px;
    transform: rotate(349deg);
    line-height: 39px;
    position: absolute;
    left: 140px;
    margin: 0;
    top: 60px;
}

/* START PROFILE STYLE */
.myprofile-wrap {
    padding-top: 230px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.profile-pic-wrap {
    position: relative;
    width: 160px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    margin: -225px 20px 0 auto;
    top: 110px;
}
.profile-pic {
    width: 160px;
    height: 160px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.image-mask {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.profile-pic-add {
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.profile-pic-add i {
    font-size: 26px;
}
.card-mini-box{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: var(--bs-border-radius);
    padding: 10px;
}
.card-mini-box .icon-box-md{
    border-radius: 50px;
    padding: 10px;
}
.allergies-selection .card-mini-box {
    box-shadow: none;
}
.allergies-selection .form-check-label {
    margin-left: 10px;
}

.min-h-100{
    min-height: 100%;
}
.bg-cancel{
    background: #C15C2C;
}

.bg-pending{
    background: #F5BB54;
}
.green-round-icon{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
}
.payment_card_wrap{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: var(--bs-border-radius);
    padding: 10px;
}
.plain-tabs .nav-tabs {
    border: 0;
    margin-top: -3px;
}
.meal-table td {
    font-weight: 600;
}

/*  CHANGE PASSWORD DIALOG PROGRESS STYLE*/
.password-strength-group .password-strength-meter {
    width: 100%;
    transition: height 0.3s;
    display: flex;
    justify-content: stretch;
}
.password-strength-group .password-strength-meter .pass-progress {
    height: 4px;
    background: #ccc;
    margin-right: 6px;
    flex-grow: 1;
}
.pass-progress {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #e5e1da;
}

.password-strength-group[data-strength="1"] .pass-progress:nth-child(-n+1) {
    background: #cc3d04;
}
.password-strength-group[data-strength="1"] .message-item:nth-child(1) {
    opacity: 1;
}
.password-strength-group[data-strength="2"] .pass-progress:nth-child(-n+2) {
    background: #ff9d3b;
}
.password-strength-group[data-strength="2"] .message-item:nth-child(2) {
    opacity: 1;
}
.password-strength-group[data-strength="3"] .pass-progress:nth-child(-n+3) {
    background: #dcbd16;
}
.password-strength-group[data-strength="3"] .message-item:nth-child(3) {
    opacity: 1;
}
.password-strength-group[data-strength="4"] .pass-progress:nth-child(-n+4) {
    background: #7a9116;
}
.password-strength-group[data-strength="4"] .message-item:nth-child(4) {
    opacity: 1;
}
.password-strength-group[data-strength="5"] .pass-progress:nth-child(-n+5) {
    background: #289116;
}
.password-strength-group[data-strength="5"] .message-item:nth-child(5) {
    opacity: 1;
}

.pswd_info {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
}
.text-small {
    font-size: 15px;
    line-height: 18px;
}

/* ADD CARD DETAIL DIALOG STYLE */
.payment-card.normal {
    min-height: initial;
    padding: 8px 15px;
    box-shadow: none;
}
.payment-card.selected {
    border-color: #afb884;
}
.payment-card {
    border-radius:10px;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 32px);
    cursor: pointer;
}
.form-check-input:checked[type=radio] {
    background-color: #fff !important;
    border-color: #afb884 !important;
    border: 1px solid;
}
.form-check-input:checked[type=radio] {
    background-image: none;
    position: relative;
}
.form-check-input:checked[type=radio]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color:#afb884;
    border-radius: 50%;
    margin: -4px auto 0 auto;
    text-align: center;
}
.element-container {
    padding: .75rem;
    border: 1px solid #afb884;
    border-radius: 10px;
}
.color-yellow{
    color: #f5be4f;
}
.membership-img img {
    border-radius: 10px 10px 0 0;
}
.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.membership-list p i {
    font-size: 22px;
}
.rcp-detail-desc img{
    /* height: 100%; */
    height: 346px;
}
.rcp-right-tag{
    position: absolute;
    right: 0;
    align-items: end;
    display: flex;
    flex-direction: column;
    bottom: 26px;
}
.tag-raw {
    background: #E7E5DF;
    border-radius: 10px 0 0 10px;
    padding: 0px 10px;
    color: #6F7B4A;
    font-weight: 700;
    font-size: 21px;
}
.lunch-tag-left {
    position: absolute;
    left: -30px;
    background-color: #E7E5DF !important;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    color: #6F7B4A;
    font-weight: 600;
    font-size: 32px;
    padding: 11px 30px;
    /* z-index: -1; */
    width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.recp_card_view .food-tag{
    z-index: 4;
}
.recp_card_view .row{
    position: relative;
    z-index: 2;
}
.remove-shadow {
    box-shadow: none;
    background: transparent;
    padding: 20px 0 0;
}
.remove-shadow .left-home-block {
    padding: 25px 25px 0 42px;
}
.serving-two-box{
    position: absolute;
    bottom: 26px;
    width: 50%;
    align-items: flex-end;
}
.light-orange-bg{
    background: #C3896E;
}

/* RECIPE DETAIL PAGE STYLE  */
.rcp-right-text {
    border-radius: 30px;
    box-shadow: 0px 5px 30px #00000029;
    padding: 30px;
    border: 1px solid #BEBEBE;
}

.recipe-tag-container{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 4;
    display: flex;
    gap: 3px;
    justify-content: center;
}

.food-tag {
    font-size: 16px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    /*left: 0;*/
    width: max-content;
    padding: 1px 15px;
    /*position: absolute;*/
    color: #fff;
    /*top: 50%;*/
    /*transform: translate(-50%, -50%) rotate(-90deg);*/
}
.small-head {
    font-size: 21px;
    line-height: 27px;
}
.qty-plus {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 1;
    color: #6F7B4A;
    cursor: pointer;
}
.qty-minus{
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 1;
    color: #6F7B4A;
    cursor: pointer;
}
.qty-minus:hover, .qty-plus:hover{
    color: #fff;
}
.form-control.quantity {
    padding-right: 50px;
    height: 45px;
    border-radius: 10px;
}
.rcp-qty:after {
    background: #AFB884;
    width: 35px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 45px;
    border-radius: 0 10px 10px 0;
}
.badge-rcp {
    color: #AFB884;
    font-size: 16px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    /* height: 24px; */
    padding: 0 10px;
    margin: 5px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* line-height: 4px; */
}

.notes-link p {
    margin-bottom: 0;
    color: #888479;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
}
.notes-link a{
    color: #afb884;
    text-decoration: none;
}
.badge-width {
    width: 50%;
}
.unit-width {
    width: 50%;
}
.prep-food-info {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 12px;
    background:  #E7E5DF;
}
.prep-food-info p{
    color:#888479;
    margin: 0;
}

.prep-food-info img {
    width: 27px;
}

.prep-food-info .legumes-instructions{
    padding: 10px 10px 10px 0;
}

.prep-food-info .legumes-instructions p{
    padding-top: 0;
}

.prep-food-info .legumes-instructions ul,
.prep-food-info .legumes-instructions ol{
    color:#888479;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 0 1em;
}

.prep-food-info .legumes-instructions li{
    color:#888479;
    font-size: 16px;
    line-height: 20px;
}

.info-prep {
    background: #C3896E;
    border-radius: 100%;
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -20px;
}
.add-meal-dialog .filter_box .checkbox_groups .form-group label{
    color: #6F7B4A;
}

.dialog-meal-check input {
    overflow: hidden;
    width: 0;
    height: 0;
}
.dialog-meal-check input[type="checkbox"]:checked + label {
    color: #6F7B4A;
    background: #AFB884;
    font-weight: 700;
}
.dialog-meal-check label {
    color: #C1C0C0;
    background: #fff;
    font-weight: 700;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 2px 15px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

/* START MY SHOPPING LIST */
.right-shopping-block {
    box-shadow: 0px 5px 30px #00000029;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.right-shopping-block p {
    font-size: 40px;
    line-height: 50px;
}
.start-here {
    color: #6F7B4A;
    font-size: 32px;
    line-height: 29px;
    font-family: 'Annie Use Your Telescope', sans-serif;
    transform: rotate(20deg);
    text-align: center;
}
.start-here img {
    position: absolute;
    left: -70px;
    transform: rotate(40deg);
    bottom: -73px;
    width: 100px;
    height: 100px;
}
.date-arrow {
    background: #AFB884;
    color: #fff !important;
    padding: 5px 5px;
}
.icon-prev.date-arrow {
    border-radius: 10px 0 0 10px;
}
.icon-next.date-arrow {
    border-radius: 0 10px 10px 0;
}
.icon-prev.date-arrow:before {
    content: '';
}
.icon-next.date-arrow:before {
    content: '';
}
.icon-prev .fa-arrow-right{
    transform: rotate(180deg);
}
.date-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 10px;
}
.date-shadow {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    color: #AFB884;
    padding: 0 10px;
}
.shopping-list-row-wrap .dropdown-toggle {
    border-radius: 50px;
    background: #AFB884;
    box-shadow: 0px 3px 6px #00000029;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -63px;
}
.nice-select-block {
    border-radius: 10px;
    border: 1px solid #AFB884 !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.shopping-list-bg img{
    width: 100%;
    max-width: 700px;
}
.shopping-list-bg {
    position: fixed;
    right: -275px;
    bottom: -225px;
    /* z-index: -1; */
}
.nice-select .current::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #A8A8A4;
    border-width: 0 2px 2px 0;
    padding: 3px;
}

.nice-select .current.is-placeholder{
    color: #A8A8A4;
}

.date-arrow i{
    color: #707070;
}

/* shoppning list tab style */
.shopping-tabs-section .nav-link {
    font-size: 19px;
    line-height: 32px;
    border: 0;
}
.shopping-tabs-section .nav-tabs .nav-link.active {
    background: #AFB884;
    color: #6F7B4A;
    font-size: 19px;
}
.shopping_chk {
    background: #E7E5DF;
    padding: 15px 17px;
}

.twobb .shopping_card:first-child .shopping_chk{
    border-top-left-radius: 10px;
}

.twobb .shopping_card:last-child .shopping_chk{
    border-top-right-radius: 10px;
}

.overview-card-body .shopping_chk{
    border-radius: 10px 10px 0 0;
}

.name-tag {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 5px 8px;
    display: inline-block;
    margin: 0 5px 3px 0;
}
.inside_box .recipe-category-title {
    font-size: 23px;
    color: #6F7B4A;
    font-weight: 600;
}
.green-bag{
    background: #6F7B4A;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-tabs .form-group input:checked + label:after {
    top: 2px;
    width: 6px;
    height: 15px;
    left: 9px;
}
.select-list-popover {
    position: absolute;
    right: -17px;
    z-index: 1;
}
.list-popover{
    color: #AFB884;
    background: #6F7B4A;
    font-weight: 700;
    --bs-popover-bg: #6F7B4A;
}
.list-popover .popover-header {
    background: #6F7B4A;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 5px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.list-popover .popover-body {
    color: #AFB884;
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.shadow-head{
    /* display: none; */
    position: absolute;
    width: 100%;
    background-color: #5a564a62;
    height: calc(100% - 50px);
    z-index: 9;
    top: 50px;
    text-align: center;
    padding-top: 60px;
    border-radius: 0 0 10px 10px;
}

/* .shopping_card:hover .shadow-head{
    display: block;
} */

.shadow-head h3{
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.ingredients-list label span {
    text-align: left;
}
.ingredients-list span {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    word-break: keep-all;
}

.ingredients-list > div{
    padding: 10px 22px 10px 15px;
}

.ingredients-list > div:nth-child(odd){
    background-color: #FAFAF9;
}

/* START WEEKLY VIEW STYLE */
.weekly-open-all{
    border: 1px solid #AFB884 !important;
    border-radius: 30px ;
    display: flex;
    align-items: center;
}
.weekly-overview .accordion-item {
    box-shadow: 0px 5px 30px #00000029;
    border: 1px solid #BEBEBE;
    border-radius: 30px;
}
.weekly-open-all .list{
    z-index: 11;
}
.weekly-open-all .current::before {
    background: #AFB884;
    box-shadow: 0px 3px 6px #00000029;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 100%;
}
.weekly-open-all .current::after {
    border-color: #6F7B4A;
    right: 11px;
}
.weekly-open-all .current {
    color: #6F7B4A;
    text-transform: uppercase;
    font-size: 18px;
}

/* .weekly-overview .accordion-button:before {
    background: #AFB884;
    box-shadow: 0px 3px 6px #00000029;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: -20px;
    border-radius: 100%;
} */
.weekly-overview .accordion-button:after {
    position: relative;
    right: -45px;
    top: -3px;
    background-image: url('/assets/images/down-green-arrow.svg');
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #AFB884;
    background-position: 12px 13px;
    box-shadow: 0 3px 6px #00000029;
}
.weekly-overview .accordion-body {
    padding: 10px 30px;
}

.info-detail {
    box-shadow: 0px 3px 6px #00000029;
    background: #B2BB81;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 5px 7px;
    position: absolute;
    right: 20px;
    top: 0;
}
/* .meal-planner-instructions .icon-container{
    display: inline-block;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    color: #C15C2C;
    font-size: 24px;
    box-shadow: 0px 3px 6px #00000029;
} */

/* .meal-planner-instructions p i:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: -50px;
    border-radius: 50%;
    top: -26px;
    box-shadow: 0px 3px 6px #00000029;
}
.meal-planner-instructions p i {
    position: relative;
    color: #C15C2C;
} */
.meal-planner-instructions .fa-bell:before{
    color: #C15C2C;
    font-size: 20px;
}
.meal-planner-instructions p .fa-bell {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: -25px;
    top: 0px;
}
.breakfast-tag{
    color: #6F7B4A;
    background: #E7E5DF;
    border-radius: 10px;
    padding: 6px 12px;
    word-break: normal;
}
.overview-category-list .recipe-category-title{
    margin-bottom: 18px;
}
.item-notification {
    background: #C15C2C;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    display: none;
}

.weekly-overview .accordion-button.collapsed .item-notification{
    display: flex;
}

.item-notification:before {
    color: #fff;
    font-size: 24px;
}
.round-dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}
.bg-red{
    background: #C3896E;
}
.bg-red-light{
    background: #D5AC99;
}

.bg-green{
    background: #62B193;
}
.bg-green-light{
    background: #85bca4;
}

.bg-orange{
    background: #CB980E;
}
.bg-orange-light{
    background: #CCB36D;
}

.members-list .form-group input:checked + label:after{
    top: 3px;
    right: 8px;
}

/* START CREATE SHOPPING LIST STYLE */
.create-shopping-list-block {
    padding-top: 160px;
}
.unit-sp {
    min-width: 120px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.unit-sp .switch-field label{
    padding: 0;
    line-height: 40px;
}
#share-button{
    line-height: 27px;
}
.new_rcp_pop .left_rcp {
    padding-left: 0;
}
.new_rcp_pop .right_icon {
    left: 100px;
}
.new_rcp_pop .serch_box {
    width: 70%;
    top: 11px;
}
.cards_sb_items {
    /* border-right: 2px solid #E0E0E0; */
    height: 100%;
}
.search_popup .small_tbl {
    border: 0;
    border-radius: 0;
    background: #ABB97E;
}
.search_popup .food-time {
    background: #fff;
    position: absolute;
    right: 0;
    transform: translateY(-10px);
    bottom: -40px;
}
.diet-txt {
    position: absolute;
    bottom: 0;
}
.right-green-bg {
    background: #6F7B4A;
    padding: 30px 20px 20px 20px;
    height: 100%;
}
.right-green-bg ol  li {
    color: #fff;
    font-size: 16px;
}
.arrow-none {
    background-image: none;
}
.check_s_list .form-control{
    border-radius: 10px;
}
.recipe-instruction  ol li::marker {
    color: #AFB884;
    font-weight: 700;
}
.list-box-row{
    margin: 0;
}
.list-box-row .col-lg-6{
    padding: 0;
    border-right: 2px solid #E0E0E0;
}
.list-box-row .col-lg-6:nth-child(even){
    border: 0;
}
.list-box-row .shopping-ingredient-item {
    padding: 0.8rem 1.5rem;
}
.list-box-row .sb_card_hd {
    /* padding: 0 1.5rem; */
    padding: 8px 20px;
}
.add_items.add-ingredient {
    right: 20px;
}
.navbar-brand:focus-visible{
    outline: none;
}
.list-box-row .sb_card_hd a{
    width: 43px;
    height: 43px;
    background: #AFB884;
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: none;
    line-height: 43px;
    position: relative;
    right: -1px;
}
.add-recipe-btn{
    width: 43px;
    height: 43px;
    background: #AFB884;
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: none;
    font-size: 18px;
}

.shopping-ingredients-list input.item_input {
    border-radius: 10px;
}
.notfound-bg{
    background: #E7E5DF;
    border-radius: 10px 10px 0 0;
    padding: 13px 17px;
}
.notes_boxs a {
    color: #6F7B4A;
    text-decoration: none;
}
/* .card_like .favorite-btn svg {
    left: -1px;
    position: relative;
} */
.ht-100{
    height: 100vh;
}
.main-modal .modal-header {
    padding: 50px 30px 0;
}
.main-modal .modal-body {
    padding: 20px 30px 50px;
}
.plain-tabs .nav-tabs .nav-link {
    /* height: 50px;
    font-size: 32px;
    line-height: 32px; */
    height: 48px;
    font-size: 28px;
    line-height: 28px;
}
.plain-tabs .nav-tabs .nav-link.active {
    /* font-size: 37px;
    height: 70px;
    line-height: 43px; */
    font-size: 30px;
    height: 60px;
    line-height: 40px;
}
.plain-tabs .nav-tabs{
    align-items: end;
}
.shopping-tabs-section .tab-pane {
    padding: 0 0 20px;
}
.inside_box {
    border: 1px solid #eeeeee6e;
    border-radius: 10px;
}
.card_like .like_icon {
    top: 70px;
}
.color-primary a{
    color: var(--bs-black) !important;
    text-decoration: none;
}
.main-modal .green-round-icon{
    width: 50px;
    height: 50px;
}
.main-modal .icon-success:before{
    font-size: 30px;
}
.main-modal .icon-denied:before{
    font-size: 26px;
}
/* .rcp-like svg {
    position: relative;
    top: -1px;
} */
.grey-text{
    color: #A8A8A4;
}
.membership-wrap  .card-mini-box {
    border-radius: 15px;
}
.meal-table{
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px;
}
.meal-table table tr th {
    padding: 15px 0;
    font-weight: 800;
}
.meal-table tr:nth-child(even), tr:nth-child(even) {
    background-color: transparent;
}
.meal-table td {
    padding: 15px 10px;
}
.meal-table .icon-download:before{
    font-size: 20px;
}
.meal-table .icon-download{
    vertical-align: middle;
}
.meal-table td a{
    vertical-align: middle;
}
.sp-tag-left{
    text-align: left;
    padding-left: 33px;
}
.shadow-inside .ing_row span{
    font-size: 19px;
}
.font-27 {
    font-size: 27px;
}
.card_cmn_box .add-ingredient .fa-add:before, .fa-plus:before{
    font-size: 18px;
}

.list-box-row .shopping-ingredient-item {
    border-radius: 0 !important;
    padding: 13px 20px;
}
.font-19{
    font-size: 19px;
}
#members-list  .nice-select {
    color: #000 !important;
    border-radius: 10px;
    border-color: #D3D3D3;
}
#members-list  .form-control {
    border: 1px solid #D3D3D3 !important;
}
#members-list .nice-select .current::after{
    border-width: 0 1px 1px 0;
    border-color: #6F7B4A;
}
.form-check-input:checked[type=checkbox]{
    background-image: url('/assets/images/white-down-arrow.svg');
    background-size: 15px 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.shopping_card .shopping_chk {
    padding: 8px 17px;
}
/* OTP BOX STYLE */
.form-control-square {
    height: calc(1.4em + 0.75rem + 18px);
    box-shadow: 0 4px 2px rgba(16, 24, 40, 0.05);
    text-align: center;
    font-weight: 600;
}

/* TIMER STYLE */
.base-timer {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
}
.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 8px;
    stroke: #E5E1DA;
}

.base-timer__path-remaining {
    stroke-width: 8px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #AFB884;
}

.base-timer__path-remaining.orange {
    color: #AFB884;
}

.base-timer__path-remaining.red {
    color: #AFB884;
}

.base-timer__label {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
}
.nice-select .list{
    max-height: 200px;
    overflow-y: auto !important;
    width: 100%;
    background-color: #E7E5DF !important;
}

/* green popover style */
.dark-green-popover {
    background: #6F7B4A;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
    --bs-popover-bg: #6F7B4A;
}
.dark-green-popover .popover-body {
    color: #B2BB81;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
}

.dark-green-popover.text-transform-none .popover-body{
    text-transform: none;
}

.dark-green-popover .popover-arrow::before {
    border-right-color: transparent !important;
}
.dark-green-popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after{
    border-right-color: #6F7B4A;
    left: 4px;
}

.dark-green-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after{
    border-bottom-color: #6F7B4A;
}

.dark-green-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.dark-green-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{
    left: -4px;
}
.shorcut-card-block {
    padding-left: 50px;
}
.dot-text1{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ch-pas-body .password_preview{
    top: 13px;
}
#days-tab .nav-item .nav-link.active {
    background: #6F7B4A;
    color: #AFB884;
}
#days-tab .nav-item .nav-link:hover{
    background: #6F7B4A;
    color: #AFB884;
}
#days-tab .form-group input:checked + label:before {
    background-color: #6F7B4A;
}

#days-tab .active .form-group input:checked + label:before {
    background-color: #AFB884;
}
#days-tab .active .form-group input:checked + label:hover:before{
    background-color: #AFB884;
}

.all_rcp_box .btn-outline{
    background: transparent;
}
.breadcrumb-block.long-breadcrmb ul li {
    overflow: visible;
    text-overflow: unset;
    max-width: 100%;
}
.rcp-box-hover .dropdown-menu.show[data-popper-placement=bottom-end]:after{
    left: unset;
    right: 4px !important ;
}
.contact-desc a{
    display: block;
}
/* .recipe-instruction .p1{
    color: #afb884;
    font-family: "Dosis", sans-serif;
} */

.rcp-right-text li {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}
.rcp-right-text p {
    font-size: 21px;
    font-weight: 400;
    color: #888479;
    line-height: 28px;
}
.ellipsis-btn{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recipe-menu .btn{
    background: #AFB884;
    padding: 7px 17px;
    width: unset;
    line-height: inherit;
}
.prep-food-info p {
    font-size: 16px;
    line-height: 20px;
    color: #888479;
    padding: 10px 10px 10px 0;
}
.recipe-menu .fa-ellipsis-vertical {
    position: relative;
    right: -2px;
}
.shopping-ingredinet-box label {
    width: calc(100% - 18px);
    word-break: keep-all;
}
/* START MEDIA QUERY */
@media (max-width: 1440px){
    .total_min{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 82px;
    }
    .weekly-planner-header .btn-primary{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 225px;
    }
}

@media (min-width: 992px){
    .modal-lg{
        max-width: 685px;
    }
}
@media (max-width: 1366px) {
    .questionnaire-box-selection table tr th{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #myTabs {
        justify-content: start;
        white-space: nowrap;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .shorcut-shadow{
        width: 75%;
    }

    .questionnaire-box-selection .nav.nav-tabs{
        overflow-x: auto;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }
    .questionnaire-box-selection .nav-tabs .nav-item{
        flex-grow: 1;
        min-width: 200px;
    }
}
@media (max-width: 1200px) {

    .mob-header-mb{
        margin-bottom: 10px;
    }
    .custom-logo {
        width: 55px;
    }
    #navbarNav .navbar-nav li.nav-item {
        padding: 0;
    }
    header .navbar{
        padding: 15px 0;
    }
    #navbarNav {
        border-top: 1px solid #eee;
        margin-top: 15px;
    }

    #navbarNav .navbar-nav{
        align-items: center;
    }
    .create-shopping-list-block .login-tt {
        font-size: 34px;
        line-height: 44px;
    }
}
@media (min-width: 992px) {
    .new_rcp_pop.show .modal-dialog {
        max-width: 1220px;
    }
}

@media (max-width: 1024px) {
    .questionnaire-box-selection table{
        table-layout: revert;
    }
    .head-1{
        font-size: 34px;
        line-height: 44px;
    }
    .left-home-block .font-23 {
        font-size: 20px;
    }
    .sp-ml-0 {
        margin-left: 0 !important;
    }

    .weekly-planner-header .form-select {
        margin: auto;
    }

    .sm-mb-10 {
        margin-bottom: 10px;
    }

    .inside_pd {
        margin: 0;
    }
    .lunch-tag-left {
        left: 50%;
        right: 0;
        top: -20px;
        margin: auto;
        font-size: 22px;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .recipe-tag-container{
        top: -10px;
        transform: none;
        left: 0;
        right: 0;
        margin: auto;
        transition: none;
    }

    .unit-width {
        width: 100%;
    }
    .serving-two-box{
        display: block !important;
       position: relative;
       width: 100%;
    }
    .rcp-right-tag{
        position: relative;
        /* padding-bottom: 60px; */
        padding-top: 50px;
        right: -30px;
    }
    .accordion-item .accordion-header .accordion-button .recipe-category-title .breakfast-tag{
        font-size: 18px;
    }
    .accordion-item .accordion-header .accordion-button h4{
        font-size: 18px;
    }
    .right-shopping-block p {
        font-size: 30px;
        line-height: 40px;
    }
    .font-50, .question-title {
        font-size: 34px;
        line-height: 44px;
    }
    .questionnaire-box-selection .nav-link.active{
        font-size: 34px;
        line-height: 44px;
    }
    .questionnaire-box-selection .nav-tabs .nav-link{
        font-size: 24px;
        line-height: 34px;
    }
    .plain-tabs .nav-tabs .nav-link.active{
        font-size: 32px;
        line-height: 42px;
    }
    .plain-tabs .nav-tabs .nav-link {
        font-size: 24px;
        line-height: 34px;
    }
    .card-mini-box .title-lg {
        font-size: 34px;
        line-height: 44px;
    }
    .main-modal .login-tt {
        font-size: 38px;
        line-height: 40px;
    }
    .rcp-lg-header .col-12{
        margin: 0;
        padding-left: 0 !important;
    }
    .recp_card_view.remove-shadow {
        padding-top: 110px;
    }
    .rcp-lg-header .breadcrumb-block ul {
        margin-bottom: 10px !important;
    }
    .rcp-lg-header{
        display: block !important;
    }
    .rcp-detail-desc img{
        height: 100%;
        max-height: 460px;
    }
    /* .plain-tabs .nav-tabs .nav-link {
        width: 100%;
        border-radius: 0;
        font-size: 16px;
    } */
    .questionnaire-box-selection td{
        font-size: 18px;
    }
    .questionnaire-tab .lead p:nth-child(2) {
        font-size: 18px;
    }
    .questionnaire-box-selection th{
        font-size: 24px;
    }
    .height-grow .ing_row  p {
        font-size: 16px;
    }
    .create-shopping-list-block{
        padding-top: 130px;
    }

    .card_cmn_box .check_s_list label {
        font-size: 16px;
    }
    .card_cmn_box .multiple-measurements {
        font-size: 16px;
    }
    .card_cmn_box .shopping-ingredient-item p {
        font-size: 16px;
    }
    .card_cmn_box .cards_sb_items .sb_card_hd .font-27 {
        font-size: 22px;
    }
    .list-box-row .sb_card_hd a{
        width: 40px;
        height: 40px;
    }
    .notes-link p{
        font-size: 16px;
        line-height: 20px;
    }
    .rcp-right-text li{
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .user-name {
        margin-left: 0;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .wp-recipe-details-wrap .rcp_lit {
        border-right: 0;
        border-bottom: 1px solid #000;
    }

    .wp-recipe-details-wrap .rcp_lit li {
        text-align: left;
    }

    .wp-recipe-details-wrap .small_tbl {
        margin: 20px 0;
    }

    .wp-recipe-details-wrap .notes_boxs {
        margin-top: 20px;
    }

    .rads-img p {
        font-size: 12px;
        width: 200px;
    }

    .inside_pd {
        margin: 0;
    }

    .shorcut-shadow{
        display: block !important;
    }
    .shorcut-shadow p{
        margin-bottom: 10px !important;
        font-size: 20px;
        font-weight: 500;
    }
    .left-home-block{
        border-radius: 30px 30px 0 0;
    }
    .left_vdo img{
        border-radius: 0 0 30px 30px;
    }
    .left_vdo:before{
        border-radius: 0 0 30px 30px;
    }
    .home-section-1 .col-lg-7.ps-0{
        padding-right: 0;
    }
    .home-section-1 .col-lg-5.pe-0{
        padding-left: 0;
    }
    .time-tag{
        right: 13px;
        left: unset;
    }
    .questionnaire-box-selection .nav-link.active{
        font-size: 20px;
    }
    .questionnaire-box-selection .nav-tabs .nav-link{
        font-size: 20px;
        line-height: 30px;
    }
    .payment-details table{
        white-space: nowrap;
    }
    .badge-width {
        width: 100%;
        margin-bottom: 30px;
    }
    .new_rcp_pop .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
    .recipe-category-title {
        margin-bottom: 8px !important;
    }
    .new_rcp_pop .serch_box{
        position: relative;
    }
    .new_rcp_pop .serch_box {
        margin-top: 0;
        margin-right: auto;
        margin-left: 0;
        left: 0;
        width: 100%;
    }
    .new_rcp_pop .modal-header{
        display: block !important;
    }
    .plain-tabs .nav-tabs .nav-link.active {
        font-size: 20px;
        height: 50px;
        line-height: 20px;
    }
    .plain-tabs .nav-tabs .nav-link{
        font-size: 20px;
        height: 50px;
        line-height: 20px;
        border-radius: 0;
        width: 100%;
    }
    .plain-tabs .nav-tabs .nav-link:nth-child(1){
        border-radius: 10px 10px 0 0;
    }
    .plain-tabs .nav-tabs .nav-link:nth-child(4){
        border-radius: 0 0 10px 10px;
    }
    .myprofile-wrap{
        padding-top: 200px;
    }
    .profile-pic{
        width: 120px;
        height: 120px;
    }
    .profile-pic-wrap{
        margin: -115px auto 40px;
        top: 0;
        width: 120px;
    }
    .recp_card_view.remove-shadow {
        padding-top: 200px;
    }
    .recp_card_view.remove-shadow.less-padding {
        padding-top: 110px;
    }
    .list-box-row .col-lg-6{
        border: 0;
    }
    .rcp-right-text{
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .left_vdo {
        margin-bottom: 20px;
    }
    .total_min{
        width: auto;
    }
    .weekly-planner-header .btn-primary{
        max-width:100%;
    }
    .new_rcp_pop .right_icon {
        left: 80px;
    }
}

@media (max-width: 767px) {
    .new_rcp_card .flex-column a{
        font-size: 20px;
        font-weight: 500;
        max-width: 90%;
    }
    .card_cmn_box{
        margin: 10px 0;
    }
    .wp-recipe-details-wrap .rcp-right-text{
        margin: 50px 0;
        width: 100%;
        height: auto;
    }
    .time-tag i {
        font-size: 26px;
    }
    .shorcut-card-block {
        padding-left: 0;
    }
    .left_rcp img{
        width: 100px;
        max-width: 100px;
        min-width: 100px;
    }
    .right_icon{
        width: 40px;
        left: 115px;
    }
    .font-50,.question-title {
        font-size: 30px;
        line-height: 40px;
    }

    .home-section-1{
        padding-top: 110px !important;
    }
    .shorcut-shadow{
        width: 100%;
    }
    .head-1 {
        font-size: 26px;
        line-height: 36px;
    }
    .login-bg{
        display: none;
    }
    .form-card {
        padding: 20px;
    }
    .login-tt {
        font-size: 30px;
        line-height: 40px;
    }
    .font-23{
        font-size: 18px;
    }
    .form-icon img {
        width: 30px;
    }
    .weekly-planner-header .current-week {
        font-size: 14px;
    }

    .xs-jc-center {
        justify-content: center !important;
    }

    .daterange-box i {
        left: 150px;
    }

    .modal-open {
        padding-right: 0 !important;
    }
    .footer-img{
        display: none;
    }
    .left-home-block{
        padding: 30px;
    }
    .left_vdo img{
        height: auto;
        max-height: 100%;
    }
    .play_btn img{
        width: 64px;
    }
    .recipes-page-block:before {
        display: none;
    }
    .recipes-page-block{
        padding-top: 110px;
    }
    .breadcrumb-block a{
        font-size: 14px;
    }
    .breadcrumb-block ul {
        display: -webkit-box;
        overflow-x: auto;
        padding-bottom: 8px;
        white-space: nowrap;
        width: auto;
    }
    .questionaire-wrap:before{
        display: none;
    }
    .questionaire-wrap:after{
        display: none;
    }
    .questionnaire-box-selection th{
        font-size: 22px;
    }
    .questionnaire-box-selection td{
        font-size: 16px;
    }
    .add-num-mob{
        justify-content: end !important;
    }
    .questionnaire-box-selection .nav-tabs .nav-item{
        min-width: 170px;
    }

    .btn-coupon{
        font-size: 11px;
        margin-left: 10px;
    }
    .rcp-right-text {
        /* margin-top: 50px; */
        width: 93%;
        margin: 50px auto 0;
    }
    .recp_card_view.remove-shadow{
        padding-top: 100px;
    }
    .recp_card_view.remove-shadow.less-padding{
        padding-top: 0px;
    }
    .right-shopping-block{
        display: block;
    }
    .start-here {
        display: none;
    }
    .shopping-list-bg{
        display: none;
    }
    .one-pt {
        padding-top: 120px !important;
    }
    .shopping_chk .recipe-category-title {
        font-size: 18px;
    }
    .weekly-overview .accordion-button:after {
        right: -25px;
        top: -110px;
        width: 30px;
        height: 30px;
        background-position: 5px 6px;
    }
    .item-notification:before {
        font-size: 18px;
    }
    .item-notification{
        width: 30px;
        height: 30px;
        left: auto;
        right: -11px;
        top: auto;
        bottom: 0;
    }
    .weekly-overview .accordion-button:not(.collapsed):after{
        right: -25px;
        top: -15px;
        background-position: 5px 6px;
        background-image: url('/assets/images/down-green-arrow.svg');
    }
    .create-shopping-list-block {
        padding-top: 100px;
    }
    .serving-two-box{
        bottom: 0;
    }
    .overview-category-list .recipe-category-title {
        margin-bottom: 10px;
    }

     .overview-category-list .recipe-category-title
    .unit-sp{
        min-width: 100%;
        padding: 20px 0;
        margin-right: 0;
    }
    .shadow-head{
        top: 53px;
    }
    .rcp-right-tag{
        right: -20px;
    }
    .remove-shadow .left-home-block{
        padding: 30px;
        margin-top: 100px;
    }
    .rads-img .like_icon{
        right: unset;
        left: 10px;
    }

    .membership-header .title-lg {
        font-size: 26px;
    }
    .login-wrap .form-card{
        padding: 30px;
    }
    .login-desc{
        font-size: 18px;
        line-height: 22px;
    }
    .breadcrumb-block ul li{
        max-width: 250px;
    }
    .shorcut-shadow  .btn-primary {
        width: 100%;
        margin-bottom: 8px !important;
    }
    .shorcut-shadow .btn-outline {
        width: 100%;
    }
    .left-txt{
        padding: 12px;
        font-size: 16px;
        left: 20px;
    }
    .left_rcp{
        padding-left: 40px;
    }
    .questionaire-container {
        padding: 30px 20px;
    }
    .questionnaire-content {
        padding: 30px;
    }
    .ques-btn button {
        width: 100%;
    }
    .ques-btn button:first-child {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .ques-btn {
        padding: 0 20px;
    }
    .questionnaire-box-selection tr td:first-child, .questionnaire-box-selection tr th:first-child{
        padding-left: 30px;
    }

    .new_rcp_pop .modal-title {
        text-align: left !important;
    }
    .rcp-lg-header{
        margin-left: 10px;
    }
    .lunch-tag-left{
        top: 75px;
    }
    .recipe-tag-container{
        top: 90px;
    }
    .weekly-overview .accordion-item .accordion-button {
        padding: 1.5rem 1rem .5rem;
    }
    .rcp-right-text p{
        font-size: 16px;
        line-height: 20px;
        padding: 20px 10px 20px 0;
    }
    .notes-link p{
        padding: 0;
    }
    .weekly-overview .accordion-body{
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .rcp-right-tag {
        right: -30px;
    }
    /* .info-detail{
        width: 42px;
    } */
    .left_vdo{
        margin-bottom: 0;
    }
    .xs-block{
        display: block !important;
    }
    .weekly-planner-header .current-week {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 42px;
    }
    .shopping-list-row-wrap .dropdown-toggle{
        right: -25px;
    }
    .shopping-list-row .flex-grow-1{
        display: block !important;
    }
    .shopping-list-row .flex-grow-1 a{
        margin-bottom: 10px;
        display: block;
    }
    .shopping-list-row .date-shadow{
        display: inline-block !important;
    }
    .detail-icon-btn{
        width: 100%;
    }
    .export-btn{
        width: 100%;
    }
}

@media (max-width: 375px){
    .w_sbmenu .dropdown-menu{
        min-width: 100%;
    }
}
.shopping-nav-button{
    box-shadow: 0px 3px 6px #00000029;
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: #E7E5DF;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.shopping-nav-button.prev-button{
    left: -60px
}
.shopping-nav-button.next-button{
   right: -60px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .shopping-nav-button.prev-button{
        left: -35px;
    }

    .shopping-nav-button.next-button{
        right: -35px;
    }
}

@media screen and (max-width: 768px) {
    .shopping-nav-button{
        display: none;
    }
}

.shopping-nav-button:hover{
    color: #6F6F6F;
}
.shopping-nav-button.active{
    color: #6F6F6F;
}

.shopping-nav-button:active:focus{
    outline: none;
    background-color: #fff;
    color: #6F7B4A;
}

.height-grow{
    height: 100%;
    display: flex;
    flex-flow: column;
}

.popover-tag-desc {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.tag-top-head {
    background: #E7E5DF;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}
.tag-popover{
    border-radius: 10px;
    width: 550px;
    box-shadow: 0px 3px 6px #00000029;
}
.tag-top-head h2 {
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    font-family: "Dosis", sans-serif;
    color: #000;
}
.tag-top-head p {
    font-size: 16px;
    font-weight: 500;
    color: #6F7B4A;
    font-family: "Dosis", sans-serif;
    margin: 0;
}
.tag-top-head span {
    font-size: 16px;
    font-weight: 700;
    color: #6F7B4A;
    font-family: "Dosis", sans-serif;
}
.left-light-green-desc {
    background: #ABB97E;
    padding: 20px;
    width: 60%;
}
.left-light-green-desc span {
    font-size: 15px;
    font-weight: 700;
    color: #6F7B4A;
    background: #E7E5DF;
    border-radius: 10px;
    padding: 3px 10px;
    margin-right: 15px;
    width:120px;
    text-align: center;
}
.left-light-green-desc p {
    font-size: 17px;
    color: #fff;
    font-family: "Dosis", sans-serif;
    margin: 0;
    width: calc(100% - 120px);
}
.left-light-green-desc h3 {
    color: #6F7B4A;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
}
.right-dark-green-desc {
    background: #6F7B4A;
    width: 40%;
    padding: 20px;
}
.right-dark-green-desc h3 {
    color: #B2BB81;
    font-weight: 700;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    margin: 0;
}
.right-dark-green-desc p {
    color: #B2BB81;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
}

.notes-badge{
    border-radius: 50%;
    width: 44px;
    min-width: 44px;
    height: 44px;
    box-shadow: 0 3px 6px #00000029;
    background-color: #AFB884;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notes-badge img{
    width: 27px;
}

.pay-card-select .pay-radio {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.pay-card-select.selected .pay-radio {
    border-color: #AFB884;
}

.payment-card.selected .pay-radio::before {
    content: "";
    background-color: #AFB884;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -4px auto 0;
    z-index: 1;
}

.border-bottom-right-20{
    border-bottom-right-radius: 20px !important;
}

.border-bottom-left-20{
    border-bottom-left-radius: 20px !important;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after{
    border-left-color: #6F7B4A;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after{
    border-bottom-color: #E7E5DF;
    border-top-color: #E7E5DF;
}

.popover-arrow:before{
    border: none !important;
}

.recipe-filter-dropdown .btn.show {
    background-color: #AFB884 !important;
}

.recipe-title{
    font-weight: 400;
}

.recipe-title span{
    font-weight: 600;
}

.sticky-top-0{
    position: sticky;
    top: 0;
    z-index: 99;
}

.sticky-top-100{
    position: sticky;
    top: 100px;
    z-index: 99;
}

#change-recipe-modal .modal-body{
    height: 75vh;
    overflow-y: auto;
}

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

label.error{
    color: rgba(var(--bs-danger-rgb),1) !important;
}

#btn-remove-coupon{
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-home-block .head-1{
    -webkit-line-clamp: unset;
}
