@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&display=swap');

#rt_body {
    background: #F8F8FB;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/*============header design==============*/
.header nav.navbar.navbar-expand-lg {
    padding: 0 1rem;
}

.header.header-fixed {
    position: sticky;
    top: 0;
    right: 0;
    left: 70px;
    z-index: 97;
    height: 65px;
    width: calc(100% - 70px);

}

.menu-icon li.nav-item.menu1 {
    margin-top: 1.5rem;
    position: relative;
}

.menu-icon li.nav-item {
    margin-left: 1rem;
}

.menu-icon li.nav-item i {
    color: #C9CED6;
}

.search-bar .form-control {
    border: none;
    padding-left: 1.5rem;
    color: #A6ACBE;
    font-size: 16px;
    font-weight: 900;
}

.search-bar i {
    position: absolute;
    top: 42%;
    color: #C9CED6;
}

.profile-content h6 {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
}

.profile-content p {
    font-weight: 900;
    font-size: 12px;
    color: #A6ACBE;
    margin-bottom: 0;
}

.profile-name h5 {
    font-size: 24px;
    font-weight: 600;
    color: #6F52ED;
    border: 3px solid #EDEDF6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.profile-content {
    margin: 0.5rem 0.8rem;
    text-align: right;
}

.badge-light {
    color: #6F52ED;
    background-color: #6F52ED;
    position: absolute;
    top: 3px;
    right: 1px;
    border-radius: 50%;
    padding: 0;
    font-size: 7px;
    width: 6px;
    height: 6px;
}

/*============header design==============*/

/*=====================sidebar design===============*/
.aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    -webkit-box-shadow: 5px 0px 10px rgba(70, 78, 95, 0.05);
    box-shadow: 5px 0px 10px rgba(70, 78, 95, 0.05);
    background-color: #373b53;
    min-height: calc(100vh - 70px);
    height: 100%;
    width: 85px;
}

#rt_leftside-content {
    max-width: 85px;
    flex: unset;
}


.logo_bg {
    background-color: #497d59;

}

.aside-nav .nav-link i {
    display: block;
    padding: 0.8rem 0rem;
    background: #494d62;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 24px;
    color: #497d59;
    margin-bottom: 5px;
}

.aside-nav .nav-link.active i {
    background-color: white;
}

.aside-nav ul li.nav-item {
    margin: auto;
}

.aside-nav ul li a {
    font-size: 10px;
    color: white;
    text-align: center;
    margin-top: 5px;
}

#rt_leftside-content .aside a.user-icon {
    color: white;
    padding: 5px 10px;
    font-family: mohave medium;
    text-decoration: none;
    font-size: 18px;
}

/*=====================end sidebar design===============*/

/*=====================leftside content===============*/
#rt_rightside-content {
    max-width: calc(100% - 85px);
    flex: unset;
}

.content {
    position: relative;
    transition: 300ms ease all;
    margin: 1rem 0;
        width: 100%;
}

.content .container-fluid {
    padding-left: 0;
}

.content .meal-details {
    display: flex;
    padding: 0 1rem;
    margin-bottom: 1rem;

}

.content .meal-details .meal-title {
    margin: auto 0;

}

.content .meal-details .meal-title h6 {
    font-family: poppins;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;

}

.content .plan-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 8px;
}

.content .plan-tabs .nav-tabs .nav-item .nav-link {
    border: 1px solid #e5e6ed;
    border-radius: 4px;
    font-size: 10px;
    padding: 0.2rem 1.4rem;
    color: #497d59;
    font-family: poppins;
    text-align: center;
}

.content .plan-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #373b53;
    border-color: #373b53;
}

.content .edit-plan {
    text-align: right;
}

.content .edit-plan button.btn {
    border: 1px solid #e5e6ed;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 1.4rem;
}

.display {
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
}
.nutrition-details {
    /*display: flex;
    justify-content: space-between;
    position: relative;*/
    display: table-cell;
}

.weeks-col {
    /*width: 14%;*/
    margin-right: 30px;
    position: relative;
}

.meal-content {
    padding: 8px;
    margin-bottom: 4px;
        margin-left: 17px;
}

.meal-content h6 {
    font-size: 12px;
    font-weight: 500;
}

.meal-content p {
    font-size: 10px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 8px;
}

.calories {
    border-right: 1px solid;
    padding: 0 5px;
    border-color: #DDDDDD;
}

.calories h6 {
    margin-bottom: 0;
    font-size: 10px;
    color: #3BAF29;
    font-family: mohave medium;
}

.calories p {
    margin-bottom: 0;
    color: #696969;
    font-size: 8px;
    font-family: mohave regular;
    text-transform: uppercase;
}

.calories:last-child {
    border: none;
}

.day-title h6 {
    background: #a0baaa;
    text-align: center;
    color: white;
    border-radius: 2px;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.meal-one {

    -webkit-transform: rotate(
            270deg
    );
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    left: 0px;
    top: 50%;
    position: absolute;
    /*transform-origin: 0 0;*/

}

.protein-details h6 {
       background: #e4e4e4;
    font-size: 10px;
    padding: 2px 12px;
    border-radius: 2px;
    -webkit-transform: rotate( 
270deg
 );
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    left: 23px;
    top: 50%;
    position: absolute;
    transform-origin: 8% 142%;}
.column-width {
    max-width: 4%;
    flex: 0 0 4%;
}

.column-width1 {
    max-width: 96%;
    flex: 0 0 96%;
}

.chefs-details {
    margin-top: 1rem;
}

.chefs-details .protein-details h6 {
    background-color: #ffc086;
    top: 65%;
}
.nav-tabs .nav-link.active{
    background-color: #373b53 !important;
}
.d-inline-flex{
    display: inline-flex;
}
/*=====================end left side content===============*/
.main-content .content .container-fluid {
    padding-left: 0!important;
}
/* width */
.display::-webkit-scrollbar {
  width: 10px;
  height:6px;
}

/* Track */
.display::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}
 
/* Handle */
.display::-webkit-scrollbar-thumb {
  background: #3BAF29; 
  border-radius: 4px;
}

