/**
* Template Name: Calorie App
* Template URL: Calorie App
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "FC Iconic";
  color: #000000;
  background: linear-gradient(
    180deg,
    rgba(247, 243, 239, 1) 0%,
    rgba(202, 220, 234, 1) 100%
  );
  /* height: 100vh !important; */
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FC Iconic";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00bac9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #008993;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# HeadTitle Section
--------------------------------------------------------------*/
.HeadTitle {
  width: 100%;
}

.HeadTitle .block-title {
  width: fit-content;
  background: #fff;
  padding: 15px 40px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  display: flex;
  float: right;
  border-radius: 0 0 0 50px;
}

.HeadTitle h2 {
  font-weight: 500;
  color: #000000;
  /* width: fit-content; */
  background: #fff;
  letter-spacing: 1.5px;
}

.HeadTitle h2 .spannub {
  color: #00bac9;
  margin: 0px 0px 0px 5px;
  font-weight: 700;
}

.HeadTitle h2 .spancal {
  color: #feda00;
  margin: 0px 0px 0px 5px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .HeadTitle {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .HeadTitle {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .HeadTitle {
    text-align: center;
  }

  .HeadTitle h2 {
    font-size: 20px;
  }
}

@media (max-width: 428px) {
  .HeadTitle {
    text-align: center;
  }

  .HeadTitle h2 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.Profile .member {
  /* margin: 20px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Profile .member .pic {
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid #cadcea;
}

.Profile .member .pic img {
  transition: ease-in-out 0.3s;
}

.Profile .name {
  background-color: #f6f9ff;
  padding: 10px;
  border-radius: 10px;
  width: -webkit-fill-available;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 6px;
  margin: 0 0 10px 0;
}

.Profile .name p {
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}

.user-img input {
  width: 100%;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  padding: 5px 15px;
  margin-bottom: 6px;
  background: #eeeeee;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.user-img .img-thumbnail {
  /* padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; */
  margin: 10px;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #b3dde5;
}

@media (max-width: 428px) {
  .Profile .member .pic {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #cadcea;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.Info {
  padding: 25px 0 10px;
  /* margin: 0 0 100px; */
}

.Info .Info-box {
  /* padding: 25px 10px 25px 10px; */
  padding: 15px 15px 15px 15px;
  margin: 0 0 30px 0px;
  width: 100%;
  position: relative;
  text-align: center;
  background: rgb(0 186 201 / 18%);
  border-radius: 6px;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
}

.Info .Info-box h1 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  background: #00bac9;
  color: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  /* height: 48px; */
  padding: 10px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  letter-spacing: 1.5px;
}

.Info .Info-fill-container {
  width: 100%;
  padding: 0px 5px;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
}

.Info .box-Info-fill-container {
  background-color: #ffffff;
  /* margin: 0px 0px -3px 15px; */
  width: fit-content;
  text-align: left;
  padding: 6px;
  font-size: 12px;
  border-radius: 6px;
  position: relative;
  transform: translate(15px, 10px);
  z-index: 999;
}

.Info .box-Info-fill-container p {
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
}

.Info .box-Info-fill-container span {
  color: #ff0000;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0px 0px 0px 3px;
}

.Info .form-control {
  /* position: absolute; */
  font-size: 12px;
  border: 1px solid #cadcea;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
}

.Info .Info-flex {
  display: flex;
}

.Info .form-select {
  /* position: absolute; */
  font-size: 12px;
  border: 1px solid #cadcea;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
}

/*--------------------------------------------------------------
# FooterMenu
--------------------------------------------------------------*/
/* .FooterMenu .menu {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 50px 50px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: inherit;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
} */
.FooterMenu .menu {
  background: #fff;
  padding: 5px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 45px 45px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: inherit;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.FooterMenu .pic {
  overflow: hidden;
  width: 150px;
  height: auto;
}

.FooterMenu .menu p {
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 10px;
  margin: 0;
}

@media (max-width: 992px) {
  .FooterMenu .pic {
    overflow: hidden;
    width: 60px;
    height: auto;
  }
}

/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/
/* 
.btn-templete {
  border-radius: 6px;
  transition: 0.5s;
  width: -webkit-fill-available;
  padding: 8px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  letter-spacing: 1.5px;
  border: 0;
} */

.btn-templete {
  border-radius: 6px;
  transition: 0.5s;
  width: -webkit-fill-available;
  padding: 8px;
  box-shadow: 0px 2px 20px #235aaa;
  letter-spacing: 1.5px;
  border: 0;
}

.btn-saveinfo {
  color: #fff;
  background: #00bac9;
}

.btn-saveinfo:hover {
  color: #ffffff;
  background: #008993;
}

.btn-confirminfo {
  border-radius: 20px;
  color: #00bac9;
  background: #f7f3ef;
  border: 1px solid #00bac9;
}

.btn-confirminfo:hover {
  color: #f7f3ef;
  background: #00bac9;
  border: 1px solid #00bac9;
}

.btn-typesport {
  
    color: #fff;
    background: #1069ed;
    border: 3px solid #0d6efdc7;
   
}

.btn-typesport:hover {
  color: #f7f3ef;
  background: #90c7f2;
  border: 1px solid #cadcea;
}

.btnLogout {
  color: #00bac9;
  background: #f7f3ef;
  border: 1px solid #00bac9;
}

.btnLogout:hover {
  color: #f7f3ef;
  background: #90c7f2;
  border: 1px solid #cadcea;
}

/*--------------------------------------------------------------
# modal contentsuccess
--------------------------------------------------------------*/
.modal-confirminfo {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #f7f3ef;
  border: 1px solid #00bac9;
}

.contentsuccess {
  padding: 25px 10px;
  text-align: center;
}

.contentsuccess i {
  font-size: 64px;
  line-height: 0;
  color: #00bac9;
}

.contentsuccess p {
  margin: 10px 0;
}

/*--------------------------------------------------------------
# DPEnubCAL
--------------------------------------------------------------*/
.DPEnubCAL .content {
  margin: 30px 0 10px 40px;
}

.DPEnubCAL .content .icon-box {
  display: flex;
  align-items: center;
}

.DPEnubCAL .content .icon-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #000000;
  letter-spacing: 1.5px;
}

.DPEnubCAL .content .icon-box img {
  width: 40px;
  margin-right: 15px;
}

.DPEnubCAL .kcal p {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0px 0 6px 55px;
}

.DPEnubCAL .kcal .span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/*--------------------------------------------------------------
# Blockcal
--------------------------------------------------------------*/
.Blockcal {
  margin: 0 0 100px;
}

.Blockcal .Block-flex-kcal .box {
  width: calc(50% - 0.5em);
  text-align: center;
  background-color: #f7f3ef;
  border: 1px solid #00bac9;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 10px;
  margin: 0px 0px 16px 0;
  padding: 15px;
}

.Blockcal .box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
}

.Blockcal .box p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}

.Blockcal .Block-flex-kcal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.Blockcal .Block-flex-kcal .boxBMI {
  position: relative;
  padding: 20px;
  width: 100%;
  /* height: 120px; */
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

.Blockcal .Block-flex-kcal .caliconimg {
  /* width: 15%; */
  width: 40px;
  transform: translate(0, 0);
  filter: drop-shadow(0 0 2px rgba(26, 88, 244, 0.6));
}

.Blockcal .Block-flex-kcal .blockBMI {
  width: 100%;
  text-align: left;
  padding-inline-start: 30px;
  line-height: 2.0;
}

.Blockcal .btn {
  color: #ffffff;
}



 
   



.blockBMIDisable .btn {
  color: #ffffff46;
  width: 100%;
}


/*--------------------------------------------------------------
#checksent
--------------------------------------------------------------*/
.checksent {
  display: flex;
  justify-content: center;
  margin: 30px 0px 30px 0;
}

.checksent .form-switch .form-check-input {
  width: 3em;
}

.checksent .form-check-input {
  width: 1em;
  height: 1.7em;
}

.checksent .switsent {
  display: flex;
  align-items: center;
}

.checksent .m-switsent {
  margin: 0px 0px 0px 10px;
}

/*--------------------------------------------------------------
# blocktypesport
--------------------------------------------------------------*/
.typesport {
  margin: 0px 0px 20px 0px;
}

.imgtypesport {
  width: 40px;
  transform: translate(0, 0);
  filter: drop-shadow(0 0 2px rgba(26, 88, 244, 0.6));
}

.blocktypesport {
  display: flex;
  padding: 10px 10px;
  align-items: center;
}

.blocktypesport p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin: 0px 0px 0px 16px;
}

/*--------------------------------------------------------------
# selecttype
--------------------------------------------------------------*/
.selecttype .nametype {
  background-color: #f7f3ef;
  padding: 10px;
  border-radius: 10px;
  width: -webkit-fill-available;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 6px;
  margin: 0 0 30px 0;
  border: 1px solid #90c7f2;
}

.selecttype .nametype p {
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}

/*--------------------------------------------------------------
# inputcal
--------------------------------------------------------------*/
.inputcal {
  margin: 0px 0 30px 0px;
}

.inputcal .Info-fill-container {
  width: 100%;
  padding: 0px 5px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}

.inputcal .box-Info-fill-container {
  background-color: #ffffff;
  /* margin: 0px 0px -3px 15px; */
  width: fit-content;
  text-align: left;
  padding: 6px;
  font-size: 12px;
  border-radius: 6px;
  position: relative;
  transform: translate(15px, 10px);
  z-index: 999;
}

.inputcal .box-Info-fill-container p {
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
}

.inputcal .box-Info-fill-container span {
  color: #ff0000;
  margin-bottom: 0;
  font-weight: 500;
  margin: 0px 0px 0px 3px;
}

.inputcal .form-control {
  /* position: absolute; */
  /* font-size: 12px; */
  border: 1px solid #cadcea;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
}

/*--------------------------------------------------------------
# Uploadimgcal
--------------------------------------------------------------*/
.blockUploadimgcal {
  /* 
  min-width: 450px;
  position: absolute;
  transform: translate(-50%,-50%); 
  top: 50%;
  left: 50%;
  */
}

.blockUpload {
  margin: 0 0 30px 0px;
  background: #fdfdfd;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
  border-radius: 6px;
}

.Uploadimgcal .nametype {
  background-color: #00bac9;
  padding: 8px;
  border-radius: 10px;
  width: -webkit-fill-available;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 6px;
  margin: 0 0 10px 0;
}

.Uploadimgcal .nametype p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}

/* .Uploadimgcal .Uploadimgcal-img input {
  width: 100%;
  border: 1px solid #0dcaf0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #e7f3ff;
  letter-spacing: 0.8px;
  padding: 5px 15px;
  margin-bottom: 6px;
  background: #2284d1;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
} */

.Uploadimgcal .Uploadimgcal-img input {
  width: 100%;
  border: 1px solid #0dcaf0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-black);
  letter-spacing: 0.8px;
  padding: 5px 15px;
  margin-bottom: 6px;
  background: #0dcaf0;
  box-shadow: 0 0 3px var(--bs-blue);
}


.blockUploadimgcal .image-container {
  width: 90%;
  margin: 0 auto 30px auto;
}

.blockUploadimgcal .image-container img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  margin: auto;
  width: 180px;
  height: auto;
}

.blockUploadimgcal figcaption {
  margin: 20px 0 30px 0;
  text-align: center;
  color: #a292aa;
}

.blockUploadimgcal input[type="file"] {
  display: none;
}

.blockUploadimgcal label {
  display: block;
  position: relative;
  background-color: #efefef;
  color: #000000;
  font-size: 14px;
  text-align: center;
  width: 300px;
  padding: 8px 0;
  border-radius: 6px;
  margin: auto;
  cursor: pointer;
  border: 1px solid #b9b9b9;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

/*--------------------------------------------------------------
#note
--------------------------------------------------------------*/
.note .nametype p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  /* width: fit-content; */
  letter-spacing: 1.5px;
}

.note .nametype span {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}

.sentsport {
  margin: 0 0 30px 0px;
}

@media (max-width: 321px) {
  .sentsport {
    margin: 0 0 120px 0px;
  }
}

/*--------------------------------------------------------------
# timehis
--------------------------------------------------------------*/
.blocktimehis {
  display: flex;
  justify-content: space-around;
  margin: 0 0 10px 0;
}

.blocktimehis .blocktimehis-fill-container {
  width: 100%;
  padding: 0px 5px;
  margin-top: 0;
  border-radius: 5px;
  text-align: center;
}

.blocktimehis .box-blocktimehis-fill-container {
  background-color: #ffffff;
  /* margin: 0px 0px -3px 15px; */
  width: fit-content;
  text-align: left;
  padding: 6px;
  font-size: 12px;
  border-radius: 6px;
  position: relative;
  transform: translate(15px, 10px);
}

.blocktimehis .box-blocktimehis-fill-container p {
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
}

.blocktimehis .form-control {
  /* position: absolute; */
  font-size: 12px;
  border: 1px solid #cadcea;
  box-shadow: 0px 3px 10px rgb(1 41 112 / 10%);
}

.blocktimehis .m-blocktimehis {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
#blockhistable
--------------------------------------------------------------*/
.histable {
  /* margin: 0 0 100px;*/
}

.blockhistable {
  margin: 0 0 30px;
}

.blockhistable h1 {
  font-size: 14px;
  font-weight: 500;
}

.linehis {
  border-bottom-width: 1px;
}

.blockhistable tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  border-color: #cadcea;
}

.blockhistable .table {
  text-align: center;
}

@media (max-width: 992px) {
  .blockhistable tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 12px;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# hishighcharts
--------------------------------------------------------------*/
.hishighcharts {
  margin: 0 0 10px 0;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: "FC Iconic";
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
  font-weight: 500;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

#photo {
  /* width: 200px;
  height: 200px; */
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

#file {
  display: none;
}

#uploadbtn {
  position: absolute;
  height: 30px;
  width: 30px;
  padding: 3px 6px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transform: translateX(-90%);
  margin-top: 100px;
  background-color: rgba(5, 29, 245, 0.801);
  box-shadow: 2px 4px 4px rgb(0, 0, 0, 0.644);
}

/*-----------------------------------------------------------------
#button
------------------------------------------------------------------*/
.block-btn-proud {
  width: 100%;
  text-align: center;
  margin: 30px 0 30px 0px;
}

.block-btn-proud button {
  padding: 0px 30px;
}

.block-btn-proud-game-2 {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.block-btn-proud .btn-proud {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 0;
  height: 70px;
  /* margin: 0 0 30px 0px; */
  /* background: -webkit-linear-gradient(#fff, #00FDFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  border-style: solid;
  border-width: 4px;
  border-image: radial-gradient(rgba(0,253,255), rgba(150,0,255))1;
  background: linear-gradient(130deg, rgba(24,94,147,1) 0%, rgba(0,24,75,1) 60%, rgba(0,24,75,1) 100%);
  box-shadow: 0px 3px 6px rgb(16 9 64 / 30%); */
}

.block-btn-proud .btn-proud-cer {
  margin: 0;
}

.btn-proud-bg-br {
  border-radius: 0;
  color: #fff;
  border-style: solid;
  border-width: 4px;
  border-image: radial-gradient(rgba(0, 253, 255), rgba(150, 0, 255)) 1;
  background: linear-gradient(
    130deg,
    rgba(24, 94, 147, 1) 0%,
    rgba(0, 24, 75, 1) 60%,
    rgba(0, 24, 75, 1) 100%
  );
  box-shadow: 0px 3px 6px rgb(16 9 64 / 30%);
}

/*------------------------------------------------------------------------------------------------------------------
margin
-------------------------------------------------------------------------------------------------------------------*/
.margin-100 {
  margin-bottom: 100px;
}

/*--------------------------------------------------------------------------------------------------------------------
#body fat %
--------------------------------------------------------------------------------------------------------------------*/
.c-head-result {
  background: #00bac9;
  color: #fff;
}

/* background: #00BAC9;
  width: -webkit-fill-available;
  padding: 8px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  letter-spacing: 1.5px;
  font-size: 12px;
  display: inline-flex; */

.flex-result-percen {
  display: flex;
}

.c-head-result p {
  margin: 0;
}

.c-result-percen {
  width: 100%;
  height: 10px;
  background: rgb(28, 128, 217);
  background: linear-gradient(
    90deg,
    rgba(28, 128, 217, 1) 0%,
    rgba(64, 188, 100, 1) 35%,
    rgba(251, 188, 0, 1) 65%,
    rgba(255, 152, 0, 1) 100%
  );
}

.c-Low {
  width: 10px;
  height: 10px;
  background-color: #1c80d9;
}

.c-Normal {
  width: 10px;
  height: 10px;
  background-color: #40bc64;
}

.c-font-result {
  font-size: 16px;
}

.c-Hight {
  width: 10px;
  height: 10px;
  background-color: #fbbc00;
}

.c-VeryHight {
  width: 10px;
  height: 10px;
  background-color: #ff9800;
}

.cb-result {
  background: #00bac9;
}

.block-c-result {
  align-items: center;
  display: flex;
}

.block-c-result p {
  margin: 0;
  margin-left: 10px;
}

.h-50 th {
  height: 50px;
}

/*-------------------------------------------------------------------------------------------------------------------------
#His
--------------------------------------------------------------------------------------------------------------------------*/
.Analyze .nametype {
  background-color: #00bac9;
  padding: 8px;
  border-radius: 10px;
  width: -webkit-fill-available;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 6px;
  margin: 0 0 10px 0;
}

.Analyze .nametype p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}

.btn-arrow-analyze {
  background: #47b2e4;
  border-radius: 50px;
  padding: 3px;
  line-height: 0;
  border: 3px solid #ffffff;
  box-shadow: 0px 2px 10px rgb(1 41 112 / 10%);
}

.btn-arrow-analyze i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}

.c-red {
  color: #ff0000;
}

.c-green {
  color: #40bc64;
}

/*--------------------------------------------------------------
# BlockWeight
--------------------------------------------------------------*/
.BlockWeight .Block-flex-kcal {
  display: grid;
  grid-gap: 10px;
  margin: 10px 0;
  grid-template-columns: repeat(12, 1fr);
}

.BlockWeight .Block-flex-kcal .box {
  width: 100%;
  text-align: center;
  background-color: #f7f3ef;
  border: 1px solid #00bac9;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.BlockWeight .Block-flex-kcal .sumWeight {
  display: grid;
  align-items: center;
}

.BlockWeight .Block-flex-kcal .sumWeight img {
  width: 100px;
  transform: translate(0, 0);
  filter: drop-shadow(0 0 2px rgba(26, 88, 244, 0.6));
}

.BlockWeight .Block-flex-kcal .BlockWeight-grid {
  grid-column-start: span 4 !important;
}

.BlockWeight .Block-flex-kcal .Block-first {
  grid-gap: 10px;
  display: flex;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  height: inherit;
}

.BlockWeight .box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
}

.BlockWeight .box p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}

.Middle .mblock-title {
  /* width: fit-content; */
  background: #fff;
  padding: 15px 40px;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
  display: flex;
  /* float: revert; */
  /* border-radius: 50px 0 0 50px; */
  align-content: flex-end;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-evenly;
}

.Middle h2 .spannub {
  color: #00bac9;
  margin: 0px 0px 0px 5px;
  font-weight: 700;
}

.Middle h2 .spancal {
  color: #feda00;
  margin: 0px 0px 0px 5px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .Middle {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .Middle {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .Middle {
    text-align: center;
  }

  .Middle h2 {
    font-size: 20px;
  }
}

@media (max-width: 428px) {
  .Middle {
    text-align: center;
  }

  .Middle h2 {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Weighthighcharts
--------------------------------------------------------------*/
.Weighthighcharts {
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------------------------------------------------
#0 0 100px
-------------------------------------------------------------------*/
.margin-00100 {
  margin: 0 0 100px;
}
