/*fancybox*/
/*.fancybox-infobar, .fancybox-toolbar, .fancybox-button.fancybox-button--arrow_left, .fancybox-button.fancybox-button--arrow_right {
    display: none !important;
}*/
.tab-pane iframe,.tab-content iframe{min-height:40em;}

/*yoga*/
.preview-panel-title {
    color: #218bb3;
}


.deleteFont {
    font-size: 18px;
}

textarea {
    resize: none;
}

.delete-btn {
    margin: 10px 0px;
    padding: 0px 10px;
    border: transparent;
    background: transparent;
    color: #333;
}

.delete-sub-btn {
    margin: -20px 0px;
    border: transparent;
    background: transparent;
    color: #333;
}

.delete-sub-btn:hover {
    color: #218bb3;
}

.delete-btn:hover {
    color: #218bb3;
}

.movement-preview-guide-container {
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 30px;
    padding-bottom: 60px;
}

ul.preview-nav-pills-basic {
    margin: 0;
}

.preview-nav-pills-basic li.nav-item {
    color: #2B2E34;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
}

.preview-nav-pills-basic li.nav-item.active {
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    border-bottom: 2px solid #218bb3;
    font-weight: bolder;
}

.preview-nav-pills-basic li.nav-item.active a.preview-accordion {
    padding: 0;
    text-transform: capitalize !important;
    background-color: transparent;
    color: #218bb3;
}

.preview-nav-pills-basic li.nav-item a.preview-accordion {
    padding: 0;
    text-transform: capitalize !important;
    background-color: transparent;
    color: #2B2E34;
}

.yoga-preview-playlist-content {
    padding-left: 45px;
}

.preview-heart-list-img {
    width: 35px;
    height: 35px;
}

.preview-playlist-main .preview-sequence {
    padding-left: 55px;
}

.preview-yoga-sequence {
    padding-left: 5px;
    padding-top: 40px;
}

.preview-details-wrapper {
    border-left: 2px solid #dee2e6;
    padding-top: 40px;
    padding-left: 40px;
    font-size: 14px;
}

.yoga-preview-details {
    font-size: 16px;
    margin-left: 32px;
}

.preview-inst-image-wrapper {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.preview-inst-image {
    height: 120px;
    width: 120px;
}

.preview-inst-about {
    margin-top: 10px;
}

.preview-instructor-wrapper {
    margin-left: 50px;
}

.preview-instructor {
    font-size: 16px;
}

.preview-instructor-name {
    color: #74D7B6;
    font-size: 35px;
}

/*food facts modal*/

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.admin-modals .modal-xl {
    max-width: calc(100% - 10%);
    width: 100%;
    height: 100%;
}

.admin-modals .modal-xl form, .admin-modals .modal-xl form .modal-content {
    max-height: calc(100% - 30px);
    /*height: 100%;*/
}

.admin-modals .modal-xl form .modal-content .modal-body {
    max-height: calc(100% - 160px);
    height: 100%;
}

.h-100 {
    height: 100% !important;
}

/*.h-100 .note-editor, .h-100 .note-editor .note-editable.panel-body {
    height: 100% !important;
}*/
.no-paddings {
    padding: 0 !important;
}

.admin-modal-banner-wrapper {
    position: relative;
    width: 100%;
    height: 323px;
}

.admin-modal-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-img {
    width: 100%;
    height: auto;
}

.admin-modal-descriptive-content-container {
    padding: 30px;
}

.gradient-strip-admin {
    background: linear-gradient(to right, rgba(41, 146, 184, 0.8), rgba(79, 195, 142, 0.8));
}

.text-white {
    color: #ffffff !important;
}

h5.text-white {
    font-size: 20px;
}

.food-facts-description {
    padding: 30px 0;
}

/*full video food facts*/
.embed-container {
    background-color: #212121;
}

.embed-container.full-width-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 480px;
    padding: 0;
}

.embed-container.full-width-video iframe {
    box-sizing: border-box;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

/*recipe*/

.d-flex {
    display: flex !important;
}

.mobile_overflow_x {
    overflow-x: auto !important;
    overflow-y: hidden;
}

@media screen and (min-width: 991px) {
    .mobile_overflow_x {
        overflow-x: hidden !important;
        overflow-y: hidden;
    }
}

.circle-padding:first-child {
    padding: 20px 15px 20px 0;
}

.circle-padding:not(:first-child) {
    padding: 20px 15px;
}

.circle-padding .circle {
    padding: 2px;
    background-image: -webkit-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -webkit-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background-image: -moz-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -moz-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background-image: -o-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -o-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background-image: linear-gradient(to right, #4FC38E 0%, #2992B8 100%), linear-gradient(to right, #4FC38E 0%, #2992B8 100%);
    display: flex;
    font-size: 10px;
    border-radius: 50%;
}

.circle-padding .circle .circle-content {
    background-color: white;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.circle-padding .circle-text {
    margin-top: 5px;
    font-size: 13px;
}

.circle-padding .yield-box{
    height: 48px;
    display: flex;
    align-items: center;
}

/*Recipe Ingredient*/
.ingredient-block {
    background-color: whitesmoke;
    min-height: 245px;
    margin: 10px 0px;
    border: 1px solid whitesmoke
}

/*servings*/
.servings_wrapper {
    height: 48px;
    display: flex;
    align-items: center;
}

.servings_wrapper .servings_box {
    padding: 7px 14px;
    background: -webkit-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -webkit-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background: -moz-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -moz-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background: -o-linear-gradient(left, #4FC38E 0%, #2992B8 100%), -o-linear-gradient(left, #4FC38E 0%, #2992B8 100%);
    background: linear-gradient(to right, #4FC38E 0%, #2992B8 100%), linear-gradient(to right, #4FC38E 0%, #2992B8 100%);
    color: #fff;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 150px;
}

.servings_wrapper .servings_box .recipe-modal-btn {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.servings_wrapper .servings_box .quantity {
    padding: 3px;
    text-align: center;
}

.servings_wrapper .servings_box .servings-btn {
    background: transparent;
    color: white;
    height: 20px;
    width: 28px;
    font-size: 14px;
    text-align: center;
    /*border: 0;*/
}

.servings_wrapper .servings_box .servings {
    padding-right: 10px;
}
.servings_wrapper .servings_box .align-self-center {
    align-self: center !important;
}

.max_height_450 {
    max-height: 450px !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
}

.banner-block
{
    border: 1px solid #ddd;
}

/*ingredients section*/
.recipe_ingredients {
    position: relative;
}

.recipe_ingredients .recipe_ingredients_ul {
    padding-left: 20px !important;
    list-style-type: none;
}

.recipe_ingredients .recipe_ingredients_ul .ingredients_name {
    color: #218bb3;
}

.recipe_ingredients .recipe_ingredients_ul .ingredients_name:hover {
    text-decoration: none;
    color: #218bb3;
}

.recipe_ingredients .recipe_ingredients_ul li {
    margin-bottom: 1rem;
    padding-right: 30px;
    margin-top: 0.5rem;
}

.recipe_ingredients .recipe_ingredients_ul li .edit_ingredients {
    position: absolute;
    right: 30px;
    color: #218bb3;
    font-size: 14px;
    visibility: hidden;
}

.recipe_ingredients .recipe_ingredients_ul li .edit_ingredients.visible {
    visibility: visible;
}

.recipe_ingredients .recipe_ingredients_ul li .edit_ingredients:hover {
    color: #218bb3;
    text-decoration: none;
}

/*tab bars*/

.recipe_bottom_pills_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.recipe_bottom_pills_wrapper .recipe_pills_content {
    padding: 30px 0;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .notes .recipe_notes_ol {
    padding-left: 15px;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper {
    padding: 15px 30px;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper .nutrition_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #cccccc;
    border-radius: 1.25rem;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper .nutrition_count .caloric_ratio {
    background: linear-gradient(to right, #FBF2D1, #F69799);
}

.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper .nutrition_count .nutrition_count_bar {
    background: linear-gradient(to right, rgba(79, 195, 142, 0.8), rgba(41, 146, 184, 0.8));
    /*border-radius: 10px;*/
}
.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper .nutrition_count .nutrition_count_reverse_bar {
    background: rgba(244, 67, 54,0.6) !important;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .nutrition_wrapper .nutrition_count .nutrition_count_bar.nutrition_load {
    background: rgba(244, 67, 54, 0.6) !important;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .micro_nutrient_section {
    padding-top: 50px;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .metabolic_balance .metabolic_balance_ol {
    padding-left: 15px;
}

.recipe_bottom_pills_wrapper .recipe_pills_content .review_row .review-text {
    vertical-align: middle;
}


.pie-chart-label span {
    font-size: 11px;
    color: black;
}

.pie-chart-label .inline-label {
    margin: 0 5px;
}

.pie-chart-label .box {
    width: 8px;
    height: 8px;
    display: inline-block;
}

.pie-chart-label .blue {
    background-color: rgba(33, 139, 179, 0.8);
}

.pie-chart-label .yellow {
    background-color: #FBF398;
}

.pie-chart-label .green {
    background-color: #4bbb8b;
}

.width_auto_ul li {
    width: auto;
}

.app-color {
    color: #218BB3 !important;
}

.app-green-color {
    color: #4bbb8b !important;
}

.user-img-96 {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-image: linear-gradient(to right, #4FC38E 0%, #2992B8 100%), linear-gradient(to right, #4FC38E 0%, #2992B8 100%);

    color: white;
}

.nav-tabs.nav-tabs-solid > a, .nav-tabs.nav-tabs-solid > a:hover {
    color: #000000;
}

.nav-tabs.nav-tabs-solid > .active > a:after, .nav-tabs.nav-tabs-solid > .active > a:focus:after, .nav-tabs.nav-tabs-solid > .active > a:hover:after {
    background-color: transparent;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.tagGroupStyle {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

.nutrition {
    padding: 5px 10px;
    font-size: 14px
}

/*lightbox*/
.lb-data .lb-close {
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 10px;
}

.btn-color:focus {
    color: #ffffff;
}

/*scrollable dropdowns*/
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/*responsive data table*/
.scrollable_tbody .datatable-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*measure*/

/*media queries*/

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .mobile-pills .pills-wrapper {
        overflow-x: auto;
        margin-right: 15px;
    }

    .mobile-pills .nav {
        flex-wrap: nowrap;
        display: inline-flex !important;
    }
}

/*Direction */

.recipe_directions > ol {
    counter-reset: direction-section;
    list-style: none;
    padding-left: 0;
}

.recipe_directions > ol .direction_item {
    list-style: none;
    margin-bottom: 0px;
    margin-top: 5px;
}

.recipe_directions > ol .direction_item .instructions-section-item {
    position: relative;
    margin-top: 10px;

}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-input {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark:after, .recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    display: inline-block;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark.unchecked {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark.unchecked:before {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #218bb3;
    background-color: white;
    counter-increment: direction-section;
    content: "" counter(direction-section);
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark.checked:before {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-color: transparent;
    background-color: #218bb3;
    counter-increment: direction-section;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark.checked:after {
    top: 45%;
    left: 40%;
    width: 8px;
    height: 12px;
    border: solid 1px #fff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
}

.recipe_directions > ol .direction_item .instructions-section-item .checkbox-list-checkmark .checkbox-list-text {
    font-weight: bold;
}

.recipe_directions > ol .direction_item .section-body.checked {
    color: #CCCCCC !important;
    opacity: 0.8;
}

.font-weight-600 {
    font-weight : 600;
}

.w-100{
    width: 100%!important;
}

.align-items-center{
    align-items: center;
}

.nutrition_count{
    height: 10px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #cccccc;
    border-radius: 1.25rem;
}

.nutrition_count_bar{
    background: -webkit-gradient(linear, left top, right top, from(rgba(79, 195, 142, 0.8)), to(rgba(41, 146, 184, 0.8)));
    background: linear-gradient(to right, rgba(79, 195, 142, 0.8), rgba(41, 146, 184, 0.8));
}

.pr-1 { padding-right: 4px;}

.nutrition_wrapper {
    padding: 15px 30px;
}

.rate_star {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}

.rate_star svg { 
    height: 20px;
    width: 20px; 
}

.yellow_star_svg {
    fill: #FBD087;
    stroke-width: 20px;
    stroke: #FBD087;
}

.font-16{
    font-size: 16px;
}

.justify-content-center {
    justify-content: center;
}


.btn-color:focus {
    color: #ffffff
  }
  
  .icon-list:before {
    content: none
  }

  /* for the color and background change in the text editor admin panel */
   .note-editor .note-codable{
    color: black;
    background-color: white;
  }