@font-face {
  font-family: LINESeedSansTH_Rg;
  src: url(../fonts/LINE_Seed_Sans_TH/LINESeedSansTH_Rg.ttf);
}

@font-face {
  font-family: LINESeedSansTH_Bd;
  src: url(../fonts/LINE_Seed_Sans_TH/LINESeedSansTH_Bd.ttf);
}
 
html,
body {
  font-family: LINESeedSansTH_Rg;
  font-size: 16px;
   background-color: #41AD36;
  height: 20vh;
}

ul {
  padding: 0px;
  margin: 0px;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

input:hover,
input:active,
input:focus {
  outline: none !important;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}
 

.navbar-brand {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

#nav-toggle,
#nav-back {
    position: absolute;
    left: 15px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    background: transparent;
}

#nav-back img {
  width: 7px;
}

.sidenav{
  width: 280px;
  position: fixed !important;
  z-index: 4;
  top: 0;
  left: -280px;
  bottom: 0;
  overflow-x: hidden;
  padding-top: 60px;
  background-color: rgb(58,149,237);
  min-height: 100vh;
  height: 100vh;
}

.sidenav-list {
  padding: 10px;
}

.sidenav-list li {
  padding: 5px 0px;
}

.sidenav-list li a{
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.sidenav-list li a:hover, .offcanvas a:focus{
  opacity: 0.8;
}

.sidenav-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    padding-top: 4px;
}

.sidenav-icon img {
    width: 18px;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 35px;
    height: 35px;
}

#nav-toggle img,
.sidenav .closebtn img {
    margin-top: 5px;
}

.bar {
  display: block;
  width: 70%;
  height: 4px;
  background-color: rgb(40,40,40);
  margin: 8px auto;
  transition: 0.3s;
  border-radius: 50px;
}

@media screen and (max-width:450px){
  #nav-toggle{
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
}

#main-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 67px;
  padding-top: 30px;
  padding-bottom: 85px;
}
 
 
.total-circle {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 30px;
  background: rgb(23, 214, 249);
  border-radius: 100px;
  border: 4px solid rgb(60,145,238);
  padding: 18px;
}

.total-circle-level {
  width: 156px;
  height: 156px;
  margin: auto;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  position: relative;
}

.total-circle-level .date {
  color: rgb(102,66,255);
  padding-top: 15px;
}

.total-circle-level .detail {
  font-size: 11px;
}

.total-circle-level .total-number {
  color: rgb(42,146,255);
  font-size: 30px;
  font-family: LINESeedSansTH_Bd;
  top: 52%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.total-circle-left,
.total-circle-right {
  width: 21px;
  height: 21px;
  background-color: rgb(95,82,158);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 52%;
  transform: translate(0%, -50%);
  cursor: pointer;
}

.total-circle-left {
  left: 6px;
}

.total-circle-right {
  position: absolute;
  right: 6px;
}

.total-circle-left i,
.total-circle-right i {
  position: absolute;
  top: -1px;
  left: 6px;
}

.total-circle-right i {
  left: 8px;
}

.total-circle-level img {
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 6px;
}

.panel-list {
  background-color: #fff;
  width: 90%;
  margin: auto;
  padding: 10px 17px;
  border-radius: 5px;
  border: 3px solid transparent;
  margin-bottom: 18px;
  box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
  font-size: 15px;
  overflow: hidden;
}

.panel-list.today {
  border: 2px solid rgb(81, 166, 255, 1.0);
}

.panel-list-cild {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}

#panel-list-progress .panel-list-cild,
.panel-list-cild:last-child {
  border-bottom: 0px solid #ccc;
}

.panel-list-num,
.panel-list-unit {
  float: right;
}

.panel-list-num span {
  font-family: LINESeedSansTH_Bd;
}

.panel-list.today .panel-list-num span {
  font-size: 17px;
  margin-right: 20px;
}

.panel-list-text img {
  width: 17px;
  margin-right: 5px;
}

.panel-list-table {
  padding: 0px;
  border: 0px;
}

.panel-list-table-title {
  padding: 8px 18px;
  background-color: rgb(255,166,107);
  color: #fff;
  position: relative;
}

.button-add {
  position: absolute;
  top: 0;
  height: 100%;
  border: 0px;
  right: 0;
  background-color: rgb(250,110,74);
  padding: 0px 17px;
  color: #fff;
  font-size: 14px;
}

.button-add img {
  width: 13px;
  margin-right: 6px;
}

.panel-list-table-cild {
  padding: 10px 17px 15px;
}

.panel-list-list li {
  padding: 4px 0px;
}

.panel-list-list li>span {
  float: right;
  font-family: LINESeedSansTH_Bd;
}

#exercise-posture-table .panel-list-table-title {
  background-color: #13b2cf;
}

.panel-list-list li>.btn-delete {
  float: right;
  background-color: rgb(227,69,95);
  border: 0px;
  font-size: 12px;
  color: #fff;
  padding: 0px 10px 2px;
  border-radius: 4px;
  margin-top: 2px;
}

button.see-more {
  width: 100%;
  background-color: rgb(81,165,255);
  border: 0px;
  color: #fff;
  padding: 3px 10px 4px;
  border-radius: 5px;
  margin-top: 10px;
}

.progress {
  background-color: #d8d8d8;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
  height: 10px;
  width: 100%;
}

.progress-done {
  background: linear-gradient(to bottom, rgb(94,174,255), rgb(50,159,255));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  transition: 1s ease 0.3s;
}

/* Panel */

.panel {
  background-color: #fff;
  width: 90%;
  margin: auto;
  padding: 25px 20px;
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
  overflow: hidden;
}

.form-group-title {
  font-family: LINESeedSansTH_Bd;
  margin-top: 23px;
  margin-bottom: 12px;
}

.form-group-col {
  width: 32.4%;
  display: inline-block;
}

.form-group label {
  font-family: LINESeedSansTH_Bd;
}

.radio-col {
  width: 32.4%;
  display: inline-block;
  vertical-align: top;
}

.radio-col input {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

input.form-control {
  padding: 20px 10px;
  border-radius: 8px;
}

#form-register button {
    width: 49.4%;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

.button-group {
  padding-top: 10px;
}

.btn-apply {
  background-color: rgb(54, 147, 235, 1.0);
  border-color: rgb(54, 147, 235, 1.0);
}

.btn-cancel {
  border-color: rgb(54, 147, 235, 1.0);
  color: rgb(54, 145, 266);
}


/* Form upload */
.avatar-upload {
  position: relative;
  max-width: 125px;
  margin: auto;
  margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 90px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #3691ff;
  border: 1px solid #3691ff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #3691ff;
  border-color: #3691ff;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f030";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 34px;
  margin: auto;
}

.avatar-preview {
    width: 125px;
    height: 125px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    border: 3px solid #3691ff;
    border-radius: 50%;
    overflow: hidden;
}

.profile-user-img {
  width: 100%;
}

/* No Footer */
 
/* Footer */

.footer-menu {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 15px 0px 7px;
}

.footer-menu a {
  width: 24%;
  display: inline-block;
  font-size: 10px;
  color: rgb(183,183,183);
  vertical-align: bottom;
  position: relative;
  text-decoration: none;
}

.footer-menu a.active {
  color: rgb(1,215,248) !important;
}

.footer-menu .footer-menu-icon {
  margin-bottom: 3px;
}

.footer-menu .footer-menu-icon img {
  width: 20px;
}

.footer-menu a.active .footer-menu-icon {
  background-color: rgb(1, 215, 248);
  width: 48px;
  position: absolute;
  top: -51px;
  border: 3px solid #fff;
  border-radius: 12px;
  transform: translateX(-50%);
  left: 50%;
  height: 50px;
  padding-top: 6px;
}

.footer-menu a.active .footer-menu-icon img {
  width: 37px;
}