* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}

html,
body {
    font-family: 'Prompt', sans-serif;
}

body {
    background-color: #e5ded6;
    overflow-x: hidden;
}

.background-web {
    height: 105%;
    max-width: 500px;
    /* fixed; */
    z-index: 0;

    background-color: #E5DED6;
    margin: 0px auto;
}

.main {
    height: calc(100vh);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.main-content {
    flex-grow: 1;
    /* overflow: auto; */

    position: relative;
    z-index: 1;

    /* max-width: 300px; */
    max-width: 500px;
    margin: 0px;
}

.form-select {
    /* --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e); */
    background-image: url("../images/dropdown/drop.png");
    background-size: 32px 32px;
}

.dropdown-toggle::after {
    display: none;
}

.display-inline {
    display: inline;
}

.preload-color {
    color: #B07B6F;
}

header h3 {
    color: #B07B6F;
}

h3,
h4 {
    color: #B07B6F;
}

label {
    color: #B07B6F;
}

p {
    color: #B07B6F;
}

.text-brown {
    color: #827262;
}

.btn-plus {
    background-color: #F69752;
    border-radius: 10px;
    padding: 0.5rem;
    max-width: 15rem;
    margin: 0 auto;
}

.form-select {
    color: #B07B6F;
    height: 3rem;
}

.form-check-input:checked {
    background-color: #509B9B;
    border-color: #509B9B;
}

.text-green {
    color: #2D6B6D;
    font-weight: bold;
}

.text-green-soft {
    color: #509B9B;
}

.bg-green {
    background-color: #78CBCF;
}

.bg-green-active {
    background-color: #509B9B;
}

.text-orange {
    color: #FF961B;
}

.text-xl {
    font-size: 4rem;
    font-weight: bold;
}

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

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FFAE22;
    --bs-btn-border-color: #FFAE22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FFAE22;
    --bs-btn-hover-border-color: #FFAE22;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FFAE22;
    --bs-btn-active-border-color: #FFAE22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FFAE22;
    --bs-btn-disabled-border-color: #FFAE22;
    padding: 0.7rem;
    font-size: 1.5rem;
}

.border-chapter {
    --bs-border-opacity: 1;
    border-color: #A7A098 !important;
    width: 90%;
    margin: 1rem auto;
}

.btn-tao {
    --bs-btn-color: #fff;
    --bs-btn-bg: #BEAF9E;
    --bs-btn-border-color: ##BEAF9E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: ##BEAF9E;
    --bs-btn-hover-border-color: ##BEAF9E;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: ##BEAF9E;
    --bs-btn-active-border-color: ##BEAF9E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: ##BEAF9E;
    --bs-btn-disabled-border-color: ##BEAF9E;
    padding: 0.5rem;
}

.btn-tao-back {
    --bs-btn-color: #fff;
    --bs-btn-bg: #BEAF9E;
    --bs-btn-border-color: ##BEAF9E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: ##BEAF9E;
    --bs-btn-hover-border-color: ##BEAF9E;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: ##BEAF9E;
    --bs-btn-active-border-color: ##BEAF9E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: ##BEAF9E;
    --bs-btn-disabled-border-color: ##BEAF9E;
    padding: 0.7rem;
    font-size: 1.5rem;
}

.btn-next {
    --bs-btn-color: #fff;
    --bs-btn-bg: #509B9B;
    --bs-btn-border-color: #509B9B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #509B9B;
    --bs-btn-hover-border-color: #509B9B;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #509B9B;
    --bs-btn-active-border-color: #509B9B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #509B9B;
    --bs-btn-disabled-border-color: #509B9B;
    padding: 0.5rem;
}

.btn-green-next {
    --bs-btn-color: #fff;
    --bs-btn-bg: #509B9B;
    --bs-btn-border-color: #509B9B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #509B9B;
    --bs-btn-hover-border-color: #509B9B;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #509B9B;
    --bs-btn-active-border-color: #509B9B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #509B9B;
    --bs-btn-disabled-border-color: #509B9B;
    padding: 0.7rem;
    font-size: 1.5rem;
}

.bg-oldman-noti {
    width: 80%;
}

.age_show,
.gender_show,
.disease_show,
.userWeight_show,
.userHeight_show,
.allergy_show {
    margin-left: 1rem;
    color: #509B9B;
    font-weight: bold;
}

.oldman {
    max-width: 16rem;
}

.control-chart {
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    max-width: 500px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.control-chart-hf {
    background-color: #ffffff;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

canvas {
    background-color: #ffffff;
    margin: 1rem;
}


.cancel-reminder {
    color: red;
    text-decoration: underline;
    text-decoration-color: red;
}

.font-white {
    color: #ffffff;
}

.bg-button-style {
    background-color: #82C1D0;
    border-radius: 15px;
}

.bg-button-style-none {
    background-color: #CAC7CA;
    border-radius: 15px;
}

.bg-finess1-style {
    background-color: #CAC7CA;
    border-radius: 10px;

}

.bg-finess2-style {
    background-color: #CAC7CA;
    border-radius: 10px;
}

.bg-finess3-style {
    background-color: #CAC7CA;
    border-radius: 10px;
}

.bg-finess4-style {
    background-color: #CAC7CA;
    border-radius: 10px;
}

.bg-finess5-style {
    background-color: #CAC7CA;
    border-radius: 10px;
}

.bg-finess6-style {
    background-color: #CAC7CA;
    border-radius: 10px;
}

.bg-water {
    /* background-color: #82C1D0; */
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-bottle {
    background-color: #3598B0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-walk {
    background-color: #2D6B6D;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-swim {
    background-color: #827262;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-bycicle {
    background-color: #82C1D0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-run {
    background-color: #509B9B;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-weight {
    background-color: #82C1D0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.bg-other {
    background-color: #6d2d2d;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.icon-lifestyle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lifestyle {
    background-color: #509B9B;
    border-radius: 15px;
    padding: 0.5rem;
}

.btn-play {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
}

.answer {
    /* border: 1px solid #827262; */
    border-radius: 10px;
}

.answer-content {
    padding-top: 3rem;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: #827262 !important;
}

.copyLifestyle {
    position: relative;
}

.bg-stamp {
    position: absolute;
    top: 35%;
    right: 8%;
    background-color: #E87F33;
}

.bg-stamp p {
    font-size: 14px;
}

.background-popup,
.discliamer-popup,
.save-same-popup {
    background-color: #1b1e2180;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    width: calc(100vw);
}

.main-popup {
    height: calc(100vh);
    display: flex;
    /* flex-direction: column; */
    position: relative;
    z-index: 2001;
    justify-content: center;
    align-items: center;
}

.main-content-popup {
    flex-grow: 1;
    /* overflow: auto; */

    position: relative;
    z-index: 1;

    /* max-width: 300px; */
    max-width: 500px;
    margin: auto;
}

.popup {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    width: 22rem;
    margin: auto;
}

.popup-content {
    margin: 0 1rem;
    padding-bottom: 2rem;
}

.btn-exit {
    position: absolute;
    top: 0;
    right: 0;
}

.details {
    height: 350px;
    overflow: scroll;
    background-color: #ffffffee;
    margin: 0px 5px;
    border-radius: 15px;
}

.details-discliamer {
    height: 420px;
    overflow: scroll;
    background-color: #ffffffee;
    margin: 0px 5px;
    border-radius: 15px;
}

.details-save {
    height: 100px;
    overflow: scroll;
    background-color: #ffffffee;
    margin: 0px 5px;
    border-radius: 15px;
}

/* .btn:hover {
    color: #ffffff;
    text-decoration: none;
    border: none;
} */

.option-choice {
    display: inline-flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
}

.image-option {
    text-align: center;
    margin: 0 10px
}

.image-container {
    width: 120px;
    /* Set the width of the container */
    height: auto;
    /* Set the height of the container */
    overflow: hidden;
    /* Hide any overflow */
}

.image-container img {
    width: 100%;
    /* Make the image fill the container horizontally */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Remove extra space below image */
}

.item {
    text-align: center;
    margin: 0 10px
}

.item span {
    display: block;
}

label {
    display: inline-flex;
    align-items: center;
}

@media only screen and(min-width: 360px) {}

@media only screen and(min-width: 400px) {}

@media only screen and(min-width: 600px) {}

@media only screen and(min-width: 800px) {}

@media only screen and(min-width: 1000px) {}

@media only screen and(min-width: 1300px) {}

@media only screen and(min-width: 1400px) {}