@charset "utf-8";
/* CSS Document */
*{font-family: 'Inter', sans-serif; margin: 0; padding: 0;}
.login_main{width: 100%; height: 100%; background: url(../img/login_bg.png) no-repeat center; background-size: cover; position: absolute; display: block;}
.login_box{width: 37%; height: auto; padding: 3em; background: #fff; border-radius: 20px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%);}
.login_box img{width: auto; height:auto; max-width: 100%; border: none; margin: 3em auto; display: block;}
.login_box h3{font-size: 16px; color: #222222; font-weight: 600; display: block;}
.login_box label{font-size: 14px; padding: .5em 0; display: block;}
.login_box label input[type=radio]{font-size: 14px; background: #6E198B; accent-color: #6E198B; content: ''; transform: scale(2); display: inline-block;}
.login_box label span{font-size: 14px; font-weight: 500; padding: 0 2em 0 0; display: inline-block;}
.login_box input[type=text]{width: 100%; height: auto; background: #fff; border: #D9D9D9 1px solid; font-size: 14px; color: #333; padding: .7em 1em; margin: 0 0 1em; display: block;}
.login_box input[type=password]{width: 100%; height: auto; background: #fff; border: #D9D9D9 1px solid; font-size: 14px; color: #333; padding: .7em 1em; margin: 0 0 1em; display: block;}
.login_box label input[type=checkbox]{font-size: 14px; background: #6E198B; accent-color: #6E198B; content: ''; transform: scale(2); margin: 0 0.5em 0 0; display: inline-block;}
.login_box button[type=submit]{width: 100%; height: auto; background: #222222; border-radius: 100px; border: none; font-size: 14px; color: #fff; text-align: center; padding: .7em 1em; display: block;}
.login_box button[type=button]{width: 100%; height: auto; background: #222222; border-radius: 100px; border: none; font-size: 14px; color: #fff; text-align: center; padding: .7em 1em; display: block;}

@media only screen and (max-width: 479px) {
.login_box{width: 90%; height: auto; padding: 1.5em; background: #fff; border-radius: 20px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%);}
.login_box img{height: 72px; margin: 1em auto; display: inline-block;}
.login_box img:nth-child(2){height: auto; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin: 0 -2em;}
}

.swal-wide {
    width: 526px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    top: 10px !important;
    padding-bottom: 10px !important;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #bfccda !important;
  	width: 100%;
 	text-align: right;
}

.sidebar .nav .active .nav-link i.menu-arrow  {
  	color: #222222 !important;
  	width: 100%;
 	text-align: right;
}
.cssUsrSel {
    font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #222222;
}

.cssUsrSelRight {
    font-weight: normal !important;
}


[class=elmLoadingAnim]:before {
    content:"Loading patients...";
}
.elmLoadingAnim {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #6E198B;
    padding:0 5px 8px 0;
    background:repeating-linear-gradient(90deg,currentColor 0 8%,#0000 0 10%) 200% 100%/200% 3px no-repeat;
    animation:c3 2s steps(6) infinite;
}
@keyframes c3 {to{background-position: 80% 100%}}

[class=elmLoadingAnim2]:before {
    content:"Loading coaches...";
}
.elmLoadingAnim2 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #6E198B;
    padding:0 5px 8px 0;
    background:repeating-linear-gradient(90deg,currentColor 0 8%,#0000 0 10%) 200% 100%/200% 3px no-repeat;
    animation:c3 2s steps(6) infinite;
}
@keyframes c3 {to{background-position: 80% 100%}}

[class=elmLoadingAnim3]:before {
    content:"Loading tweaks...";
}
.elmLoadingAnim3 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #6E198B;
    padding:0 5px 8px 0;
    background:repeating-linear-gradient(90deg,currentColor 0 8%,#0000 0 10%) 200% 100%/200% 3px no-repeat;
    animation:c3 2s steps(6) infinite;
}
@keyframes c3 {to{background-position: 80% 100%}}

/* overwrites */
.home-tab .nav-tabs .nav-item .nav-link {
    font-weight: bold !important;
    font-size: 15px !important;
    border-right: 2px solid #dee2e6 !important;
}

.elm_input_ctl {
    color: #000 !important;
}

.elm_input_ctl2 {
    color: #000 !important;
    border: 1px solid #ccc !important;
    width: 200px !important;
}

.divChart {
    background-color: #fff;
    margin: 5px;
    width: 340px;
    height: 410px;
    padding: 10px;
    text-align: center;
    /* border-radius */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0 15px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 15px;
    box-shadow: rgba(0,0,0,0.2) 0 0 15px;
}

.btn-mine {
    border-radius: 10px !important;
    padding: 10px;
}

.btn-mine-secondary {
    background-color: #cfcfcf;
    color: #000;
    border-radius: 10px !important;
    padding: 10px;
}

.btn-secondary:hover {
    color: #000;
    background-color: #cfcfcf;
    border-color: #000;
}

.toggleFields {
    display: none;
}

.checkbox {
    margin: 0 0 0 0;
    clear: both;
    cursor: pointer;
    display: inline-flex; /* only takes the content's width, but in your case "display: flex" also works just fine */
    align-items: flex-start; /* prevents the default vertical stretching of flex-items */
    display: block;
    float: left;
}

input[type=text] {
    border: 1px solid #dfdfdf !important;
}

.addnotes_btn{width: auto; height: auto; max-width: 100%; border: none; position: fixed; z-index: 99; bottom: 0; left: 1%;}
.addnotes_btn img{width: auto; height: auto; max-width: 100%; border: none; display: block;}


/*--------------------CHAT START--------------------*/
.chat_align{width: 260px; height: 65px; padding: .5em 2em !important; display: block;}
.chat_align i{float: left;}
.chat_align p{padding-left: 10px; float: left;}
.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
	height: auto !important;
  max-width: 400px;
  margin: 25px 10px 0;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 5px;
  background: var(--msger-bg);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.msger-header-title{width: 100%; height: auto; display: block;}
.msger-header-title img{width: auto; height: 40px; max-width: 100%; border: none; display: inline-block;}
.msger-header-title .btn_close{width: auto; height: 24px; max-width: 100%; border: none; margin: 8px; float: right;}
.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #607BF3;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.msger-chat {
  background-color: #F2F4FA;
  height: 320px;
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #FFFFFF;
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  float: right;
}
.msg-info-time {
  font-size: 0.80em;
  text-align: right;
  color: #666666;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: #e9edff;
  color: #333;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 0;
  border-top: #E9ECF8 1px solid;
  background: #F4F6FA;
}
.msger-inputarea * {
  padding: 1em;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-input {
  flex: 1;
  background: #fff;
  border: none !important;
}
.msger-input::-webkit-scrollbar {
  width: 6px;
}
.msger-input::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-input::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msger-send-btn {
  margin-left: 10px;
  background: #F4F6FA;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
  padding: 0;
}
.msger-send-btn img{width: auto; height: auto; max-width: 100%; border: none; padding: 0;}
/*--------------------CHAT END--------------------*/

/*--------------------NOTES START--------------------*/
.nutnote {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  height: auto !important;
  max-width: 400px;
  margin: 25px 10px 0;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
.nutnote-header-title{width: 100%; height: auto; display: block;}
.nutnote-header-title img{width: auto; height: auto; max-width: 100%; margin: 8px; border: none; display: inline-block;}
.nutnote-header-title span{vertical-align: middle; color: #fff; display: inline-block;}
.nutnote-header-title .btn_close{width: auto; height: 24px; max-width: 100%; border: none; margin: 8px; float: right;}
.nutnote-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #0D7D77;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.nutnote-send-btn {
  margin-left: 10px;
  background: #222222;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: .7em 1em;
  border-radius: 50px;
}
#mytextarea{width: 100%; height: 300px; background: #fff; border: #D9D9D9 1px solid; padding: 1em; display: block;}
#notes_select{width: 100%; height: auto; background: #fff; border: #D9D9D9 1px solid; padding: 1em; margin: .5em 0; display: block;}
.nutnote-inputarea{width: 100%; background: #F4F6FA; padding: .5em; display: block;}
/*--------------------NOTES END--------------------*/

/*--------------------CALORIES START-------------------*/
.macroDiv {width: 155px; border-radius: 10px; padding: 1em 1em; margin-right: 0.5em; display: inline-block;}
.macroDiv img {width: auto; height: 30px; max-width: 100%; border: none; float: left; margin-top: 2px;}
.macroDiv label {font-size: 14px; color: #fff; text-align: left; padding-left: .5em; float: left;}
.macroDiv label span {font-size: 14px; font-weight: bold; color: #fff; float: left;}
.macroDiv label .grms {color: rgba(255, 255, 255, 0.7);}
.macroDiv .progressBar {overflow: hidden; width: 100%; height: 20px; margin: .7em 0 0; background-color:#fff; border: #fff 2px solid; border-radius: 10px; float: left !important; clear: both !important;}
.macroDiv .progress-bar {width: 0%; height: 100%; text-align: center; border-radius: 10px 0 0 10px; float: left;}

.calsDiv {background: #ffffff; border: #8dcea4 1px solid;}
.calsDiv .progress-bar {background-color: #62B47F;}

.calsDiv label {font-size: 14px; color: #222222; text-align: left; padding-left: .5em; float: left;}
.calsDiv label span {font-size: 14px; font-weight: bold; color: #222222; float: left;}
.calsDiv label #spanCalsCurrVal{color: #62B47F;}
.calsDiv label .grms {color: rgba(0, 0, 0, 0.7);}
.calsDiv .progressBar {overflow: hidden; width: 100%; height: 20px; margin: .7em 0 0; background-color:#fff; border: #8dcea4 2px solid; border-radius: 10px; float: left !important; clear: both !important;}

.carbDiv {background: #5EC1BE; border: #5EC1BE 1px solid;}
.carbDiv .progress-bar {background-color: #78CBC8;}

.fiberDiv {background: #C77261; border: #C77261 1px solid;}
.fiberDiv .progress-bar {background-color: #D0897A;}

.proteinDiv {background: #F25E5E; border: #F25E5E 1px solid;}
.proteinDiv .progress-bar {background-color: #F47878;}

.fatDiv {background: #F3A862; border: #F3A862 1px solid;}
.fatDiv .progress-bar {background-color: #F5B67B;}

.macroPerc{width: 124px; font-size: 13px; padding: 0; font-weight: 500; position: absolute; text-align: center;}
.macroPerc .cals{color: #0f4c25;}
.macroPerc .carb{color: #0b4240;}
.macroPerc .fiber{color: #48160c;}
.macroPerc .protein{color: #520d0d;}
.macroPerc .fat{color: #4e2c0b;}

.totalGoal{width: 215px; border-radius: 10px; padding: .5em; margin-right: 0.5em; display: inline-block; background: #ffffff; border: #70a6dd 1px solid; font-size: 13px;}
.totalGoal th{padding: 2px 0; border-bottom: #f1f1f1 1px solid; text-align: right;}
.totalGoal td{padding: 2px 0; border-bottom: #f1f1f1 1px solid;}
/*--------------------CALORIES END-------------------*/

/*.tweakImg {width: auto; height: 319px; background-size: cover !important; background-position: right 0px top 0px; display: block; border-radius: 10px; border: 2px solid #BDBDBD;} */
.tweakImg {width: 100%; height: 340px; display: block; border-radius: 10px; border: 2px solid #BDBDBD !important;}
.swal2-title {font-weight: bold !important; font-size: 18px !important; line-height: .5 !important; margin-top: 5px !important;}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-default { background-color: #777; }
.label-primary { background-color: #337ab7; }
.label-success { background-color: #5cb85c; }
.label-info { background-color: #5bc0de; }
.label-warning { background-color: #f0ad4e; }
.label-danger { background-color: #d9534f; }
.label-fixed { display: inline-block; width: 100px; }

.p-b1{padding-bottom: 1em !important;}
.imgBack {cursor: pointer; height: 65px !important; opacity: 0.35 !important;}
.divSubConditions {background-color: #efefef; margin-left: 10px; margin-right: 10px; padding: 10px; vertical-align: middle; text-align: center; border: 1px solid #efefef; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; color: #5f6067; font-size: 14px; border-top: 1px solid #ccc !important; width: 275px;}
.spanClass {font-size: 14px; font-weight: 600; text-transform: uppercase; color: #555; text-align: left; padding-left: 5px; float: left;}
.radChkClass {width: 20px; height: 20px; float: left;}
