.progress-bar-wrap {
	background: #F7F0EA;
	border-radius: 10px;
	padding: 20px 30px !important;
	position: relative;
}
.progress-bar-wrap .swiper-button-next {
    right: 2px;
}
.progress-bar-wrap .swiper-button-prev {
    left: 2px;
}
.progress-bar .swiper-slide {
	border-radius: 10px;
	background: #fff;
	padding: 15px 10px;
	font-size: 14px;
    border: 1px solid transparent;
    cursor: default;
    pointer-events: none;
}
.progress-bar .swiper-slide.active {
    background: #CCB8A980;
    cursor: pointer;
    pointer-events: inherit;
}
.progress-bar .swiper-slide.is_active {
    border-color: #797979;
}
.progress-bar-wrap .swiper-button-next:after,
.progress-bar-wrap .swiper-button-prev:after {
    font-weight: bold;
    font-size: 20px;
    color: #313F40;
}

.recepie-box {
    background: #F7F0EA;
    border-radius: 16px;
    margin-top: 20px;
    padding: 20px;
}
.recepie-box h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.recepie-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.recepie-card:last-child {
    margin-bottom: 0;
}
.recepie-box .recepie-image img {
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	height: 130px;
}
.recepie-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.recepie-title h4 {
    font-size: 15px;
}
.recepie-title p {
    margin-bottom: 0;
    font-size: 13px;
}
.recepie-action {
    text-align: end;
}
.recepie-action button {
	border-radius: 17px;
	background: #B9C8BC !important;
	font-size: 12px;
	border: 1px solid #313F40;
	font-weight: normal;
}
.day-wrapper {
    background: #FBF7F6;
    border: 1px solid #785F4E;
    border-radius: 16px;
    padding: 20px;
}
.day-time-date {
    display: flex;
    gap: 10px;
}
.day-time-date > div{
    background: #fff;
    border-radius: 23px;
    padding: 6px 15px;
}
.day-wrapper h5 {
    font-size: 14px;
    margin: 30px 0;
}
.day-wrapper .date {
    font-size: 14px;
    margin-bottom: 15px;
}
.day-wrapper .date:last-child {
    margin-bottom: 0;
}
.day-wrapper .date img {
    width: 13px;
    margin-top: -4px;
    margin-right: 8px;
}
.day-wrapper hr {
    opacity: 1;
    margin-top: 25px;
    border-color: #785F4E;
}
.day-wrapper p {
    font-size: 15px;
    line-height: 30px;
}
.finished-date {
    background: #fff;
    border-radius: 38px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 340px;
    padding: 5px 0 5px 20px;
    justify-content: space-around;
}
.finished-mark {
    background: #CBA794;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
}
.finished-date span {
    font-size: 13px;
}
.finished-date .current_date {
    font-size: 16px;
}
.finished-date img {
    width: 15px;
}
.recepie-action .csCheckBtn{
    background: #313F40 !important; 
    color: #fff;
    pointer-events: none;
}
.recepie-action .csCheckBtn img {
    width: 15px;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .finished-date {
        width: 100%;
        padding: 5px 15px;
        justify-content: space-between;
    }
    .recepie-card {
        grid-template-columns: 1fr;
    }
    .recepie-card p {
        margin-bottom: 0;
    }
    .finished-mark {
        padding: 4px;
    }
    .recepie-action {
        text-align: start;
    }
}


/* single page css  */
.resepie-single-banner {
    background: no-repeat center center / cover;
    border-radius: 24px;
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.resepie-single-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.resepie-single-banner h1 {
    font-size: 30px;
    color: #fff;
}
.resepie-single-banner .cslist > span {
    background: #fff;
    border-radius: 19px;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.resepie-single-banner .cslist > span:last-child {
    margin-right: 0;
}
.resepie-single-banner .cslist > span img {
    width: 15px;
    margin-top: -3px;
}
.resepie-single-body h2 {
	font-size: 20px;
}
.resepie-single-body h3 {
	font-size: 14px;
}
.resepie-single-body p {
	font-size: 15px;
}
.cslist2 {
	margin: 40px 0;
}
.cslist2 ul li {
	list-style: none;
	margin: 0 !important;
	background: #F9F5F3;
	display: inline-block;
	border-radius: 19px;
	font-size: 14px;
	padding: 6px 13px;
}
.cslist2 ul li span:last-child {
	color: #B9C8BC;
	font-weight: 600;
}
.csiconList {
    margin-bottom: 0;
}
.csiconList li {
	list-style: none;
	display: inline-block;
	margin: 0 !important;
	padding-right: 20px;
}
.csiconList li img {
    width: 22px;
}
.day-wrapper2 hr {
	margin: 25px 0;
}
.csList3 ul li {
	list-style: none;
	margin-left: 0 !important;
	color: #26403F;
	font-size: 14px;
	border-bottom: 1px solid #DBCEC5;
	padding-bottom: 12px;
}
.csList3-no_border ul li:last-child {
    border: none;
}
.csList3 ul li img {
	width: 20px;
}
.day-time-date img {
	width: 15px;
	margin-top: -5px;
	display: inline-block;
	margin-right: 4px;
}

@media (max-width: 767px) {
    .resepie-single-banner .cslist > span {
        margin: 10px 10px 10px 0;
    }
}


/* video program page css  */
.video-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.recepie-card.video-card {
    display: block;
    padding: 0;
    background: transparent;
}
.recepie-card.video-card .recepie-image img {
    border-radius: 6px;
    object-position: top;
}
.recepie-box.video-box h2 {
    font-size: 15px;
}
.progress-bar.video-top-filter {
    background: transparent;
    padding: 0 !important;
}
.progress-bar.video-top-filter .slick-slide {
    border-radius: 29px;
    background: #F2E7DD;
    text-align: center;
    border: 1px solid #B9C8BC;
    padding: 0;
    margin-right: 10px;
}
.progress-bar.video-top-filter .slick-slide.active {
    background: #485D5E;
}
.progress-bar.video-top-filter .slick-slide.active a {
    color: #fff;
}
.video-top-filter .slick-slide a {
    display: block;
    padding: 7px 15px;
}
.video-card .recepie-title .view_love {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}
.video-card .recepie-title .view_love img {
    width: 16px;
}
.video-card .recepie-title span {
    font-size: 13px;
}
.video-card .recepie-title h4 {
    font-size: 14px;
}

.video-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}
.video-popup-wrapper .video-popup-inner {
    width: 800px;
    margin: auto;
    height: 445px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-popup-wrapper .video-popup-inner iframe {
    width: 100%;
    height: 100%;
}
.video-popup-wrapper .video-popup-inner .cross {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 20px;
    transform: translate(2px, 3px);
}
.recepie-image2,
.video-card .recepie-image {
    position: relative;
}
.recepie-image2 .play,
.video-card .recepie-image .play {
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-card .recepie-image .play img {
    height: 100%;
}
.recepie-box.video-box {
    position: relative;
    /*max-height: 550px;*/
    /*overflow-y: scroll;*/
    /*scrollbar-width: none;*/
}
.recepie-box.video-box::-webkit-scrollbar {
    width: 0;
}
.recepie-box.video-box .laoding-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}
.recepie-box.video-box .laoding-gif img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.day-wrapper.video-day-wrapper {
    border-color: transparent;
    padding: 20px 15px 0 15px;
}
.day-wrapper.video-day-wrapper .day-time-date {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 3px;
}
.day-wrapper.video-day-wrapper .day-time-date > div {
    padding: 2px 8px;
    border: 1px solid #B9C8BC;
    font-size: 14px;
}
.day-wrapper.video-day-wrapper hr {
    border-color: #DDDDDD;
    margin-top: 20px;
}
.filter-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-title span {
    font-size: 13px;
    font-weight: 500;
}
.video-day-wrapper form {
    margin-bottom: 0;
}
.video-day-wrapper .search-form {
    box-shadow: none;
    border: 1px solid #B9C8BC;
    border-radius: 5px;
    font-size: 13px;
}
.video-day-wrapper .filter_btn {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #B9C8BC;
    padding-top: 15px;
    margin-top: 15px;
}
.video-day-wrapper .filter_btn button, .video-day-wrapper .filter_btn a {
    display: block;
    background: #CBA794;
    color: #FFFFFE;
    border-radius: 29px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    margin: 0 15px 20px 15px;
}
.video-day-wrapper .scrollWrapper {
    max-height: 505px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.video-day-wrapper .scrollWrapper::-webkit-scrollbar {
    width: 0;
}
.video-day-wrapper .checkbox-field {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.video-day-wrapper label {
    color: #26403F;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
}
.video-day-wrapper .temp-show {
    margin-bottom: 15px;
}
.video-day-wrapper p {
    color: #161B1B;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
}
.video-day-wrapper .temp-box {
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    overflow-y: scroll;
    display: none;
    scrollbar-width: none;
}
.video-day-wrapper .temp-box.show {
    display: flex;
    flex-wrap: wrap;
}
.video-day-wrapper .temp-box::-webkit-scrollbar {
    width: 0;
}
.video-day-wrapper .temp-box span {
    background: #B9C8BC;
    border-radius: 29px;
    padding: 0 6px;
    font-size: 14px;
    margin: 2px;
}
.video-day-wrapper .temp-box span a {
    background: #fff;
    border-radius: 100px;
    height: 10px;
    display: inline-block;
    width: 10px;
    font-size: 9px;
    text-align: center;
    line-height: 10px;
    position: relative;
    top: -2px;
}
.video-day-wrapper .day-time-date input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    width: 0;
}
.video-day-wrapper .filterItem_disable {
    background-color: #c5c5c5 !important;
    pointer-events: none;
}
.csVideoAutoScroll .col-inner, 
.csVideoAutoScroll .video-day-wrapper {
    height: 100%;
}
.csVideoAutoScroll .video-day-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .video-card-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .video-card-grid {
        grid-template-columns: 1fr;
    }
    .video-popup-wrapper .video-popup-inner {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        transform: inherit;
    }
    .video-popup-wrapper .video-popup-inner .cross {
        right: 10px;
        top: 10px;
        left: auto;
        bottom: auto;
        width: 30px;
        transform: inherit;
    }
}

/* workout program css  */
.dropdownMenu {
    position: relative;
}
.dropdownMenu > a {
    background: #CCB8A919;
    border: 1px solid #B9C8BC;
    border-radius: 27px;
    padding: 6px 14px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
.dropdownMenu.showed > a {
    background: #F9F5F3;
}
.dropdownMenu > a .arrowImg {
    width: 9px;
    transform: rotate(90deg);
    margin-left: 3px;
    margin-top: -2px;
}
.dropdownMenu.showed > a .arrowImg {
    transform: rotate(-90deg);
}
.dropdownMenu > a .filterImg {
    width: 13px;
    margin-top: -2px;
    margin-right: 5px;
}
.dropdownOpen {
    background: #F9F5F3;
    border-radius: 16px;
    padding: 20px;
    min-width: 275px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    display: none;
    z-index: 99;
}
.dropdownOpen.right {
    left: inherit;
    right: 0;
}
.dropdownOpen li {
    list-style: none;
    margin: 0 0 10px 0 !important;
}
.dropdownOpen li a {
    color: #313F40;
    font-weight: 500;
    font-size: 15px;
}
.dropdownMenu.showed .dropdownOpen {
    display: block;
}
.CsFlexWrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.CsFlexWrapper .csSearchWrapper form,
.CsFlexWrapper .csSearchWrapper input {
    margin-bottom: 0;
}
.CsFlexWrapper .csSearchWrapper form > div {
    display: flex;
    border: 1px solid #B9C8BC;
    border-radius: 27px;
    padding: 0 15px;
}
.CsFlexWrapper .csSearchWrapper form > div img {
    width: 15px;
}
.CsFlexWrapper .csSearchWrapper input {
    border: none;
    box-shadow: none !important;
    background: transparent;
    border-radius: 27px;
}
.workoutWrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.recepie-card.workout-card .recepie-image img {
    height: 250px;
    border-radius: 16px;
}
.recepie-card.workout-card {
    background: #F9F5F3;
    border-radius: 16px;
    margin-bottom: 0;
}
.recepie-card.workout-card .recepie-title {
    padding: 20px 15px;
    display: block;
}
.recepie-card.workout-card .recepie-title h4 {
    margin-bottom: 15px;
    font-size: 13px;
}
.recepie-card.workout-card .recepie-title > span img {    
    width: 13px;
    margin-top: -3px;
}
.recepie-card.workout-card .recepie-title > span {
    background: #fff;
    border-radius: 23px;
    padding: 5px 10px;
    display: inline-block;
}
.recepie-box.video-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.recepie-box.video-box p {
    margin-bottom: 0;
    font-size: 14px;
}
.csTitleFlex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 20px;
}
.csTitleFlex .allBtnRight {
    text-align: right;
}
.csTitleFlex .allBtnRight a {
    border: 1px solid #313F40;
    border-radius: 29px;
    display: inline-block;
    font-size: 14px;
    padding: 6px 15px;
}
.recepie-card.csWorkCardFlex {
    display: flex;
}
.recepie-card.csWorkCardFlex > div {
    flex: 1;
}
.recepie-card.csWorkCardFlex .recepie-image img {
    height: 100%;
}
.WorkoutDayWrapper {
    padding: 0;
    border: none;
    margin-top: 20px;
}
.csWorkCardFlex b {
    color: #161B1B;
    font-size: 12px;
    font-weight: 500;
}
.recepie-card.csWorkCardFlex p {
    margin-bottom: 20px;
}
.recepie-card.csWorkCardFlex .recepie-title h4 {
    margin: 15px 0;
    font-size: 16px;
}
.csWorkCardFlex .csMargin {
    margin: 20px 0;
}

/**
 * Backdrop CSS that will handle an click event ourside of the dropdown menu and close dropdown menu insteadly and become invisible
 * 
 * @author Remal Mahmud
 */
.dropdown-backdrop {
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: #333;
}
.dropdown-backdrop.showed {
    display: block;
}
hr.after-filter {
    width: 100%;
    margin-top: 0;
}

.filter-text-block {
    gap: 10px;
    display: flex;
    align-items: center;
}
.filter-tags {
    gap: 5px;
    display: flex;
    align-items: center;
}
.filter-tag {
    position: relative;
    min-width: 75px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 3px 5px;
}
.filter-tag > a {
    right: 0;
    top: -5px;
    z-index: 1;
    left: unset;
    width: 10px;
    height: 10px;
    color: #333;
    display: flex;
    position: absolute;
}
.filter-tag > a img,
.filter-tag > a svg {
    width: 100%;
    height: 100%;
}
.filter-tag > a svg g path {
    fill: #CBA794;
}

/* filter css margin issue fix */
.video-day-wrapper .checkbox-field {
    gap: 2px;
}
.video-day-wrapper .checkbox-field label {
    display: flex;
    padding: 2px 0px;
    align-items: center;
}
.video-day-wrapper .checkbox-field label > input {
    margin-top: unset;
    margin-bottom: unset;
}