input, button, select, optgroup, textarea, label, .alert, .badge, .blockquote-footer, .btn, .mapbox-container 
.mapbox-control-btn .zoomIn, .mapbox-container .mapbox-control-btn .zoomOut, .mapbox-container .mapbox-control-btn 
.fullScreen, .google-map-control-btn .zoomIn, .google-map-control-btn .zoomOut, .tox .tox-dialog__footer .tox-button:last-child, 
.tox .tox-dialog__footer .tox-button--secondary, .tox .tox-button-secondary, .tox .tox-button, [data-list] .page, 
.table-list .page, .navbar, .pagination, .valid-feedback, .invalid-feedback,
body{
    font-family: "Open Sans", sans-serif !important;
}
.background-transparent{
    background: transparent;
}

.nutriex-content{
    min-height: unset;
}
.invalid-nutriex-feedback{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    margin-top: .25rem;
    /* margin-bottom: .1rem; */
    font-size: 11px;
    font-weight: 500;
}
.was-validated :invalid~.invalid-nutriex-feedback{
    opacity: 1;
    visibility: visible;
}
label.form-labels.text-body, 
label.form-labelss.text-body {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px;
}
.form-control:focus,
.form-control.is-invalid:focus,
.form-control:valid:focus,
.form-select:focus,
.form-select:valid:focus, 
.form-select.is-valid:focus {
    box-shadow: none !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #3973f6 !important;
}
/* landing page css  */

.nutiex-banner-title {
    font-size: 45px;
    line-height: 52px;
}
.readLess-btn{
    display: none;
}
.plan-btn:not(.collapsed) .readLess-btn{
    display: inline-block;
}
.plan-btn:not(.collapsed) .readMore-btn{
    display: none;
}
.btnIconAnim:hover .btnIcon{
    animation: moveRight 2s ease-in-out infinite;
}
@keyframes moveRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
    
}
.btn:hover {
    border-color: transparent;
}
.btnLinkAnim {
    position: relative;
    padding: 6px 20px 6px 14px  !important;
    display: flex;
    align-items: center;
    width: max-content;
}
.btnLinkAnim:hover{
    text-decoration: none;
}
.btnLinkAnim .btnLinkIcon {
    transition: all 0.5s linear;
}
.btnLinkAnim::before {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    background-color: #b7deff;
    position: absolute;
    border-radius: 100px;
    left: 0;
    z-index: -1;
    transition: all 600ms ease;
}

.btnLinkAnim:hover::before {
    width: 100%;
    background-color: #3874ff;
}
.btnLinkAnim:hover {
    color: #fff;
}
.btnLinkAnim:hover .btnLinkIcon {
    transform: translateX(8px);
}
.btn-link:hover{
    text-decoration: none;
}
.conainer_master.nutriex-signIn-card{
    max-width: 530px;
    width: 100%;
}
.conainer_master .divider-content-center {
    position: absolute !important;
}
.conainer_master .form-icon-container .form-icon {
    position: absolute !important;
}
.nutriex-footerBg{
    height: 100px;
}

/* color codes */
.calories-color{
    color: #FEBE10;
}
.calories-color-light{
    color: #F0E68C;
}
.carbs-color{
    color:#01b001;
}
.carbs-color-light{
    color:#d9fbd0;
}
.protein-color{
    color: #8F00FF;
}
.protein-color-light{
    color: #dfc8ff;
}
.fat-color{
    color: #FF8B17;
}
.fat-color-light{
    color: #fed4a9;
}
.fiber-color{
    color: #00308F;
}
.fiber-color-light{
    color: #92b7ff;
}

/* background */
.calories-color-bg{
    background-color:#FEBE10;
}
.calories-color-light-bg{
    background-color:#F0E68C;
}
.carbs-color-bg{
    background-color:#01b001;
}
.carbs-color-light-bg{
    background-color:#d9fbd0;
}
.protein-color-bg{
    background-color: #8F00FF;
}
.protein-color-light-bg{
    background-color: #dfc8ff;
}
.fat-color-bg{
    background-color: #FF8B17;
}
.fat-color-light-bg{
    background-color: #fed4a9;
}
.fiber-color-bg{
    background-color: #00308F;
}
.fiber-color-light-bg{
    background-color: #92b7ff;
}
.vitaminA-color-bg{
    background-color: #F0E68C;
}
.vitaminC-color-bg{
    background-color: #fed4a9;
}
.iron-color-bg{
    background-color: #FFA500;
}
.calcium-color-bg{
    background-color: #FA8072;
}
.food-type{
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.food-type:before {
    content: '';
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.food-type.veg-food:before {
    background-color: #3e8920;
}
.food-type.veg-food {
    border: 1px solid #3e8920;
}
.food-type.non-veg-food:before {
    background-color: #d20101;
}
.food-type.non-veg-food {
    border: 1px solid #d20101;
}
.meal-item{
    margin-bottom: 20px;
}
.meal-item:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 575px){
    .food-type {
        height: 12px;
        width: 12px;
    }
}

/* Stop Hover dashboard-daily-diet-plan page Ingredient */
.dropdown-menu.remove-hover .dropdown-item {
    pointer-events: none; /* Disable hover */
    cursor: default;      /* Change cursor to default */
    color: inherit;      /* Maintain text color */
}