@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --primary-color : #f8bfaa;
    /* --primary-color : #FFA7A1; */
    --primary-light-color : #f8bfaa;
    /* --primary-light-color : #F8D8D6; */
    --secondary-color : #ABAAAA;
    --gray-light-color : #D9D9D9;
    /* --font-raleway : 'Raleway', sans-serif; */
    --font-raleway : "Inter", sans-serif;
    --menue-color:#EFEFEF;
    --dark-color : #4D4D4D;
}


*{
    font-family: "Inter", sans-serif;
    /* font-weight: 400; */
}

h1,h2,h3,h4,h5{
    font-weight: 900 !important;
}

p,span,ul,li,a{
    font-weight: 500 !important;
}

body{
    overflow-x: hidden;
}


.fs-38px{
    font-size: 38px !important;
}


.text-primary-white{
    color: #FFFFFF;
}
.counter-notification{
    background: black;
    padding: 2px 6px 13px;
    font-size: 7px;
    color: white;
    height: 0px;
    border-radius: 49px;
    position: relative;
    left: -14px;
    top: -4px;
}

.dropdown-menu{
    background: var(--primary-color) !important;
    border-radius: 20px;
}


.dropdown-menu li a{
    color: black !important;
}

.dropdown-menu li:hover a{
    color: black !important;
}


.dropdown-menu li{
    border-bottom: 1px solid white !important;
}

.dropdown-menu li:last-child{
    border-bottom:none !important;
}

.dropdown-item{
    color: white !important;
}

.notification-icon-btn{
    border: none !important;
    background: none !important;
}

.notification-icon-btn::after{
    
    all: unset;
}

.header-menu{
  overflow-x: auto;
}

.header-menu li:nth-child(1){
    margin: 10px 0px;
    margin-right: 17px;
}


.header-menu li{
    margin: 10px 17px;
    text-wrap: nowrap;
    padding: 7px 4px;
}


.header-menu li::marker{
    color: var(--secondary-color);
}


.header-menu li a.active{
    color: var(--primary-color);
    text-decoration:underline;
}




.header-menu li a{
    text-decoration: none;
    color: var(--secondary-color);
}


.week-box{
    background: var(--primary-light-color);
    border-radius: 15px;
    /* box-shadow: 7px 8px 15.7px 0px #00000033; */
    box-shadow: 1px 3px 3.7px 0px #00000033;
    cursor: pointer;

}

.week-box-title{
    color: #FFFFFF;
    font-size: 3em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;

}


.bg-them-primary{
    background: var(--primary-light-color) !important;
}

#donutchart {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
  
  }
  .center-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 0.8em;
    letter-spacing: 2px;
    /* font-weight: bold; */
  }
.chart-section{
   overflow: hidden;
}

.lock-section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-outer-section{
    /* background: red; */
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
}

.footer-section {
    /* position: fixed;
    bottom: 10px; */
    background: white;
    width: 50%;
    /* left: 12px; */
    text-align: center; /* Center align content */
    border-radius: 23px;
    box-shadow: -7px 3px 20.3px 0px #00000042;
  

}

.footer-section ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center align flex items */
    padding: 0;
    margin-bottom: 0px;
    padding: 10px;
}

.footer-section ul li {
    margin: 0 10px; /* Adjust spacing between items */
}

.footer-section ul li a {
    display: block; /* Ensure links take full space of li */
    text-decoration: none;
}

.footer-section ul li img {
    width: 30px; /* Adjust image size as needed */
    height: auto; /* Maintain aspect ratio */
}

/* .footer-section ul li:first-child img {
    width: 45px;
    
} */


@media screen and (max-width:540px){
    .footer-section{
        width: 90% !important;
    }

    .header-menu{
        justify-content: left !important;
    }
    .video-fram{
        height: 200px;
    }

    .recipe-card-details{
        left: 20% !important;
        width: 65% !important;
    }
}



.header-text-info h3:nth-child(1){
    border-right: 2px solid #4D4D4D;

}


.header-text-info h3{
    padding: 10px;
    font-weight: 400;
}
.header-text-info {
    display: flex;
    align-items: center;
}

.header-text-info h3 {
    margin: 0 10px;
}



.percentage-progress-bar{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.progress-bar-header{
    height: 8px;
}

.progress-bar{
    background-color: var(--primary-color) !important;
}

.main-header-section{
    box-shadow: -2px 2px 10.3px 0px #00000040;

    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}


.session-charts div{
   width: 100%;
   height: 50px;
}

.sessions-box{
    background-color: var(--primary-light-color);
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

.review-chart-section div{
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.review-week{
    background: var(--primary-color);
    border-radius: 15px;
    box-shadow: 2px 4px 20px 0px #0000001A;
    letter-spacing: 1px;
}


.info-btn{
    background: var(--primary-light-color);
    padding: 6px 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-decoration: none;

    color: #FFFFFF;
    font-size: 14px;

}
.info-btn.active{
    background: var(--primary-color);
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.session-page-paragraph {
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: unset !important; */
    /* font-family: sans-serif !important; */
}

.fm-raleway,
.video-guid-section > ol > li strong,
.video-guid-section > ol > li p{
    font-family: 'Raleway', sans-serif !important;
}

.validate-session-btn{
    width: 100%;
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 8px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 2px 3px 10.3px 0px #0000001F;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
}


.validation-session-btn-after-text{
    font-weight: 800;
}


.tutorial-session-badge{
    text-decoration: none;
    padding: 4px 20px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 400;
    border-radius: 15px;
    font-size: 12px;
}

.check-circle-icon{
    /* box-shadow: 0px 4px 4px 0px #00000040 inset; */

}

.play-section-title p,
.play-section-title h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.timer-text{
    color: var(--primary-color);
}

.play-preview-circle{
    width: 78px;
    height: 78px;
    background-image: url('/assets/images/play-image.png');
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-cards{
    background: var(--primary-light-color);
    
}

.play-card-title p{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
}

.timer-title{
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important; 
}

.border-radius-top{
    /* border-radius: unset !important; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.border-radius-all{
    border-radius: 15px;
}

.border-radius-bottom{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}



.timer-section {
    width: 50%;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.inner-section-timer{
   background: var(--primary-color);
   display: flex;
   justify-content: center;
   align-items: baseline;
   height: 100%;
   width: 100%;
   border-radius: 20px;
   box-shadow: 1px 8px 10.8px 0px #00000052;

}

.clocker-close-btn{
    font-family: sans-serif;
    color: white;
    font-size: 40px;
    /* margin-top: 10px; */
    margin-left: 10px;
}



.timer-time{
    font-size: 3rem;
  
}


.cursor-pointer{
    cursor: pointer;
}


.play-video-details{
    background: var(--primary-color);
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    box-shadow: 1px -4px 11px 0px #00000040;

}

.video-details-section{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
}


.notic-board{
    background: white;
    padding: 10px 10px;
    border-radius: 21px;
}


.notic-text{
    font-weight: 500;
    /* letter-spacing: 1px; */
}


.quiz-selector{
    background: var(--gray-light-color);
    border-radius: 11px;
}

.quiz-question{
    font-weight: 600;
    line-height: 18px;

}

.quiz-selector .fm-raleway{
    font-weight: 500;
}


.quiz-btn{
    background-color: var(--primary-light-color) !important;
    box-shadow: 2px 1px 11.1px 0px #00000029;

    border-radius: 10px;
    border: none !important;
    color: var(--primary-color);
    font-weight: 700;
   
}


.fw-700{
    font-weight: 700;
}


.custom-input{
    border: none;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: var(--gray-light-color);
    border-radius: 11px;
    font-family: var(--font-raleway);
    padding: 10px;
    outline: none;
}


/* 

*/

.barang-box {
    position: relative;
    height: 146px;
    width: 100px !important;
    text-align: center;
    font-weight: 700;
    color: white;
    overflow: hidden; 
    margin: 0 10px;
}

.comma {
    font-size: 5rem;
    color: white;
    font-family: var(--font-raleway);
}

.barang-box h1 {
    margin: 26px 0;
    line-height: 1; /* Adjust line height if necessary */
}

.barang-box::before,
.barang-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    background: linear-gradient(180deg, rgba(232, 149, 144, 0.28) -0.65%, #C4746F 106.62%);
    z-index: 1;
}

.barang-box::before {
    top: 0;
    background: linear-gradient(360deg, rgba(232, 149, 144, 0.28) -0.65%, #C4746F 106.62%);
}

.barang-box::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(232, 149, 144, 0.28) -0.65%, #C4746F 106.62%);
}

.brang-num {
    position: relative;
    transform: translateY(-17px); /* Adjust the vertical position if necessary */
}


.placeholder-style::placeholder{
   color: black;
}


.input-file{
    cursor: pointer;
}


.picture-submit-btn{
    background: white;
    border: none;
    border-radius: 15px;
    color: black;
    font-family: var(--font-raleway);
    padding: 10px 40px;
}

/*  */

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    /* border: 2px solid #ccc; */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: var(--gray-light-color);
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: background-color 0.2s;
}


/* Style the background when the checkbox is checked */
input[type="radio"]:checked {
    background-color: var(--gray-light-color); /* Change this to your desired color */
}

/* Remove the custom checkmark styling */
input[type="radio"]:checked::before {
    display: none;
}

/* Create a custom black tick */
input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}




/*  */

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    /* border: 2px solid #ccc; */
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-color: var(--gray-light-color);
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: background-color 0.2s;
}

/* Style the background when the checkbox is checked */
input[type="checkbox"]:checked {
    background-color: var(--gray-light-color); /* Change this to your desired color */
}

/* Remove the custom checkmark styling */
input[type="checkbox"]:checked::before {
    display: none;
}

/* Create a custom black tick */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.recipes-header-menu{
    list-style: none;
    /* background: var(--menue-color); */
   padding: 0px;
   justify-content: space-around;
}

.recipes-header-menu li{
    /* padding: 10px 20px; */
    background: var(--menue-color);
    border-radius: 21px;
    text-wrap: nowrap;
    margin-right: 8px;
    margin-left: 15px;
}

.recipes-header-menu li a{
    padding: 10px 20px;
    display: block;
}


.recipes-header-menu li.active {
    /* border-bottom: 2px solid var(--primary-color); */
    background: var(--primary-color) !important;
    

}

.recipes-header-menu li.active a {
    /* color: var(--primary-color); */
    color: white;
   
}

.recipes-header-menu li a{
    text-decoration: none;
    color: var(--dark-color);
    /* font-weight: 400; */
     font-family: var(--bs-body-font-family);
    
}


.swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.swiper-slide {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* padding: 20px; */
}
.swiper-slide img {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    box-shadow: 3px 4px 6px 0px #00000052;

    /* border-radius: 10px; */
}

@media screen and (min-width: 999px) {
    .swiper-slide img {
        height: 190px;
    }

    .product-image-section img{
        height: 300px;
    }

    .header-menu li a{
        font-size: 22px;
    }
}


/* Common styles for navigation buttons */
.swiper-button-next, .swiper-button-prev {
    width: 44px; /* Adjust as needed */
    height: 44px; /* Adjust as needed */
    color: #fff; /* Icon color */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Optional: Make the button round */
    z-index: 10; /* Ensure the buttons are above the slides */
}

.swiper-button-next::after, .swiper-button-prev::after {
    color: white;
    font-size: 19px !important;
    font-weight: 800;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Position for desktop and larger screens */
.swiper-button-next {
    right: -9px !important; /* Distance from the right */
}

.swiper-button-prev {
    left: -9px !important; /* Distance from the left */
}

/* Media queries for mobile view */
@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .swiper-button-next, .swiper-button-prev {
        width: 40px; /* Adjust for mobile */
        height: 40px; /* Adjust for mobile */
    }
    
    .swiper-button-next {
        right: 0; /* Align to the right edge for mobile */
        left: auto; /* Remove any left positioning for mobile */
        margin-right: 10px; /* Add margin if needed */
    }

    .swiper-button-prev {
        left: 0; /* Align to the left edge for mobile */
        right: auto; /* Remove any right positioning for mobile */
        margin-left: 10px; /* Add margin if needed */
    }

    .timer-section{
        width: 100%;
    }
}

.product-image-section{
   position: relative;
}

.product-image-section img{
    border-radius: 15px;
    width: 100%;
    box-shadow: 3px 4px 6px 0px #00000052;
    display: block;
}

/* .book-mark-icon{
    position: relative;
    /* top: 0px; */
    /* left: 314px;
    bottom: 179px; */
/* }  */



.book-mark-icon {
    position: absolute;
    /* top: 10px; 
    right: 10px;  */
    top: 20px;
    left: 19px;

    border-radius: 50%; /* Optional: Round the background */
    padding: 5px; /* Optional: Add padding around the icon */
    z-index: 0; /* Ensure the icon is above the image */
}



.book-mark-icon svg {
    display: block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
}


.recipe-book-mark{
    position: absolute;
    /* top: 10px; 
    right: 10px;  */
    top: 60px;
    left: 19px;

    border-radius: 50%; /* Optional: Round the background */
    padding: 5px; /* Optional: Add padding around the icon */
    z-index: 0; /* Ensure the icon is above the image */
}



.recipe-book-mark svg {
    display: block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
}

.prep-time-section{
    width: 182px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}

.data-prep-section{
    width: 33%;
    font-size: 10px;
    font-weight: unset;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.product-container.modal-open{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    /* filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur); */
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}



.recipe-card-details{
    position: fixed;
    top: 10%;
    /* left: 50%; */
    /* left: 0; */
    z-index: 9999;
    /* width: 100%; */
    overflow: hidden;
    height: 440px;
    border-radius: 20px;
    border:none;
    /* left: 25% !important; */
    left: 50%;
    transform: translate(-50%, 8%);
 
}


@media screen and (max-width:999px){
    .recipe-card-details{
        left: 50% !important;
        width: 100% !important;
        /* height: auto !important; */
        /* top: 18% !important; */
    }
    
    .recipe-card-details,
    .recipe-card-image,
    .recipes-image{
       
        height: auto !important;
      
    }
}


.product-details-text {
    /* Your existing styles */
    position: absolute;
    top: 158px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.31); 
    color: white;
    height: calc(100% - 158px); 
    overflow-y: auto; 
    left: 0;
    padding: 18px;
    box-sizing: border-box; 
}

/* WebKit Browsers (Chrome, Safari) */
.product-details-text::-webkit-scrollbar {
    width: 2px; /* Width of the scrollbar */
}

.product-details-text::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5); /* Color of the scrollbar thumb */
    border-radius: 10px; /* Roundness of the scrollbar thumb */
}

/* Firefox */
.product-details-text {
    scrollbar-width: thin; /* Makes scrollbar thin */
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent; /* Thumb color and track color */
}



.ul-list{
    font-size: 0.6rem;
    letter-spacing: 1px;
}


.close-icon{
    position: absolute;
    left: 20px;
    top: 15px;
}


.bonus-video-info{
    background: var(--primary-color);
    /* color: white; */
    border-radius: 10px;
}


.badges-section{
    background-color: #F8F8F8;
    border-radius: 10px;
}

.badge-circle{
    padding: 3px 19px;
    border-radius: 20px;
    font-family: var(--font-raleway);
    box-shadow: 3px 2px 7.3px 0px #00000040;

}

.badge-1{
    background: #18A0FB;
}

.badge-2{
    background: #20D86A;
}

.badge-3{
    background: #FFD232;
}



.badge-4{
    background: #FE85EA;
}


.badge-5{
    background: #FFA9D2;
}


.badge-6{
    background: #FF7A00;
}


.header-custom-bg{
    background: var(--menue-color);
}

.header-custom-bg .recipes-header-menu{
    margin: 0px;
}

.header-custom-bg header{
    margin-top: 0px !important;
}



.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}




.selected-border {
    border: 2px solid black !important;
}

.border-success {
    border: 2px solid green !important;
}

.border-danger {
    border: 2px solid red !important;
}





@media screen and (max-width: 768px) {
   .week-box-title{
     font-size: 2rem !important;
   }
}