@font-face {
    font-family: aileron;
    src: url('../fonts/aileron/Aileron-Regular.otf');
}

@font-face {
    font-family: kollektif;
    src: url('../fonts/kollektif/Kollektif.ttf');
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: Inter;
    src: url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
}

.inter {
    font-family: 'Inter';
}

.aileron {
    font-family: 'Inter';
}

/* .aileron {
    font-family: 'aileron',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} */

.kollektif {
    font-family: 'kollektif',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.landing {
    background-color: #edf6f8 !important;
}
.landing .overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;
}

.steps {
    position: absolute;
    padding-top: 10px;
    padding-left: 5%;
}

.steps .step {
    width: 120px;
    height: 20px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
}

.steps .step.active {
    background-color: #55a4a5;
}

.text-berikan {
    color: #55a4a5;
}

.text-berikan-dark {
    color: #3d899c;
}

.text-berikan-light {
    color: #eff6f8;
}

.bg-berikan {
    background-color: #55a4a5;
}

.bg-berikan-dark {
    background-color: #3d899c;
}

.bg-berikan-dark:hover {
    background-color: #377d8f;
}

.text-berikan:hover {
    color: #509a9b;
}

.bg-berikan-light {
    background-color: #eff6f8;
}

.back-group {
    bottom: 15%;
    width: 90%;
}

.back-group-2{
    bottom: 7%;
    width: 90%;
}

.activity label img {
    width: 100px;
}

.activity label span {
    font-family: 'Inter';
    font-size: 18pt;
    font-weight: 700;
}

.btn-inset {
    -webkit-box-shadow: inset 0px 0px 5px #929292;
    -moz-box-shadow: inset 0px 0px 5px #929292;
        box-shadow: inset 0px 0px 5px #929292;
}

ul.foodgroup li {
    display: inline;
    /* margin-right: 15px; */
    padding: 8px 30px;
    width: 300px;
    font-family: 'aileron',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16pt;
    color: #3d899c;
    font-weight: 700;
    background-color: #eff6f8;
    border-radius: 5px;
}

ul.foodgroup li.active {
    background-color: #3d899c;
    border-radius: 5px;
    color: #fff;
}

.rounded-xxl {
    border-radius: 20px;
}

.name-info p {
    font-family: 'kollektif',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22pt;
}

.food-bar {
    padding-bottom: 60px;
    border-radius: 20px;
}

.rekomendasi-food {
    border-radius: 20px;
}

.rekomendasi-food .image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.rekomendasi-food-2 .image {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.rekomendasi-food-2 .image .info {
    background-color: #6da7c0;
    opacity: 0.9;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 5px; */
    font-size: 9pt;
}

.radio-gender .radio label{
    width: 180px;
    height: 250px;
    display: flex;
    align-items: center;
}

.container-form {
    /* max-height: 50vh; */
    overflow: auto;
}

input[type='number']::-webkit-inner-spin-button,
  input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .custom-number-input input:focus {
    outline: none !important;
  }

  .custom-number-input button:focus {
    outline: none !important;
  }



@media screen and (max-width: 770px) {
    .ai-xl {
        font-size: 22pt !important;
    }
    .ai-lg {
        font-size: 18pt !important;
    }
    .ai-md {
        font-size: 16pt !important;
    }

    .ai-sm {
        font-size: 14pt !important;
    }

    .ai-xs {
        font-size: 12pt !important;
    }

    a.back{
        margin-top: 30% !important;
    }

    .back-group {
        bottom: 7%;
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

    .result-show {
        border: solid 2px #55a4a5 !important;

    }

    ul.foodgroup li {
        font-size: 22pt;
    }
}

@media screen and (max-width: 480px) {
    a.back, div.back {
        margin-top: 40% !important;
    }

    ul.foodgroup li {
        font-size: 14pt;
        display: inline-block;
        width: 49%;
        padding: 10px 15px;
        margin-bottom: 5px;
    }

    .radio-gender .radio label{
        width: 47vw;
        height: 250px;
    }

    .container-form {
        /* max-height: 70vh; */
        overflow: auto;
    }
}


/* circle progress bar */

.donutchart span {
    font-size: 50pt;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'kollektif',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.donutchart span small {
    font-size: 18pt;
    margin-top: 30px;
}

.donutchart.last {
    width: 80%;
    /* display: flex; */
    margin: 0 auto;
    /* align-items: end; */
    height: 100%;
}

.donutchart.last span {
    font-size: 32pt;
    height: 70%;
}

.total-protein {
    position: absolute;
    bottom: -20px;
    /* display: flex; */
    /* justify-content: center; */
    /* margin: 0 auto; */
    width: 100%;
}

.c100.med {
    font-size: 220px;
}

.progress-ring {
  height: 100%;
}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

span#procent {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    color: #3949AB;
  }
  
  span#procent::after {
    content: '%';
  }
  
  .canvas-wrap {
    position: relative;
    width: 300px;
    height: 300px;
  }

/* input {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 80px;
} */