.animated-progress {
  width: 100%;
  height: 16px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: #fffbfb;
  line-height: 16px;
  position: absolute;
  text-align: end;
  padding-right: 8px;
}

.progress-green {
  background-color: #f7fff4;
  border: 1px solid #e4fff1;
}

.progress-green span {
  background-color: #55e689;
}

.progress-red {
  background-color: #fff9f9;
  border: 1px solid #ffe6e6;
}

.progress-red span {
  background-color: #ea6060;
}

.progress-amber {
  background-color: #fffeee;
  border: 1px solid #fff7d1;
}

.progress-amber span {
  background-color: #ffc451;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #242424;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow: hidden;
}

:focus {
  outline: none;
}

.overflow-hide {
  overflow-y: hidden !important;
}

.container {
  padding-top: 52px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

main {
  width: calc(100% - 72px);
  margin-left: 72px;
  background-color: #fafafa;
  position: relative;
  float: left;
}

main > div {
  overflow-y: auto;
  height: 100%;
}

.int-content {
  background: #fff;
  padding: 20px;
  overflow-y: auto;
  height: calc(100% - 114px) !important;
  border-top: 1px solid #f6f6f6;
}

.int-page-wizard {
  width: 100%;
  height: 100%;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h-100 {
  height: 100% !important;
}

.h-wo-footer {
  height: calc(100% - 52px) !important;
}

.d-flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  border: none;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}

.grid-center {
  align-items: center;
  justify-content: center;
  align-self: center;
}

.second-row {
  padding:0;
  margin-top: 10px;
}

.third-row {
  padding:0;
  margin-bottom:10px;
  margin-top: 10px;
}


.trends-btn {
  height: 28px;
  text-decoration: none;
  padding: 5px 10px 0px 10px;
  margin-right: 10px;
  border-radius: 3px;
  /* padding: 10px; */
  color: #fff;
  background-color: #164373;
}


.d-flex-bwn {
  display: flex;
  justify-content: space-between;
}

.text-decoration {
  text-decoration: none;
  color: #fff;
}

.btn-sm .feather {
  width: 12px;
  height: 12px;
}

.btn-lg {
  height: 36px;
  padding: 0 16px;
  text-align: center;
  border: none;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}

.btn-lg:hover,
.btn-sm:hover {
  background: #e6e6e6;
}

.btn-pri:hover {
  background: #164373;
  color: #fff;
}

.btn-pri {
  background: #0f64bf;
  color: #fff;
}

.btn-red-light {
  background: #fff8fa;
  color: #d14067;
  border: 1px solid #f2bbca;
}

.btn-red-light:hover {
  background: #fde2e9;
}

.btn-grey-light {
  background: #f9f9f9;
  color: #676767;
  border: 1px solid #e8e8e8;
}

.btn-grey-light:hover {
  background: #eee;
}

.btn-uplaod {
  background: orange;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-uplaod img {
  width: 20px !important;
  height: 20px !important;
}

.btn-uplaod:hover {
  background-color: #ff9800;
}

.btn-min-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-min-icon:hover {
  background: #1643730d;
}

a {
  color: #222;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0f64bf;
}

html {
  font-size: 81.3%;
}

/*13px*/
a {
  text-decoration: none;
}

p {
  letter-spacing: 0.4px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  font-size: 1.902rem;
}

h2 {
  font-size: 1.602rem;
}

h3 {
  font-size: 1.424rem;
}

h4 {
  font-size: 1.266rem;
  letter-spacing: 0.34px;
}

h5 {
  font-size: 1.125rem;
}

small,
.text_small {
  font-size: 0.889rem;
}

ul {
  list-style-type: none;
}

.fw600 {
  font-weight: 600;
}

.width50 {
  width: 50% !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-4 {
  margin-top: 4px;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-t-8 {
  margin-top: 8px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-rl-10 {
  margin: 0 10px;
}

.m-rl-8 {
  margin: 0 8px;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px;
}

.p-16 {
  padding: 16px;
}

.p-rl-16 {
  padding: 0 16px;
}

.m-r-8 {
  margin-right: 8px;
}

.d-block {
  display: block;
}

.d-flex-v-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex-v-c .feather {
  width: 34px;
  height: 34px;
  margin-right: 12px;
  padding: 8px;
  color: #555;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.d-flex-v-c .feather:hover {
  background-color: #1643730d;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.crpt_Dash_trends {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  grid-gap: 20px;
}

.icon-act {
  cursor: pointer;
  display: inline-block;
  background: #85888c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 36px;
  width: 24px;
}

.icon-act:hover,
.icon-act:focus {
  background: #0c6084;
}

.icon-eye {
  mask: url(../images/eye.svg) no-repeat;
  -webkit-mask: url(../images/eye.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.icon-delete {
  mask: url(../images/delete.svg) no-repeat;
  -webkit-mask: url(../images/delete.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.icon-edit {
  mask: url(../images/edit.svg) no-repeat;
  -webkit-mask: url(../images/edit.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.icon-lab {
  mask: url(../images/lab.svg) no-repeat;
  -webkit-mask: url(../images/lab.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.icon-nutrition {
  mask: url(../images/nutrition.svg) no-repeat;
  -webkit-mask: url(../images/nutrition.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.icon-google-fit {
  mask: url(../images/google-fit-icon.svg) no-repeat;
  -webkit-mask: url(../images/google-fit-icon.svg) no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.status {
  padding: 2px 6px;
  font-size: 0.9rem;
  background: #eee;
  border-radius: 4px;
  vertical-align: middle;
}

.st_active {
  background: #4dd86e;
  color: #fff;
}

.floatingclick {
  cursor: pointer;
}

.floatingform {
  position: absolute;
  height: 100%;
  width: 600px;
  top: 0;
  right: -600px;
  display: none;
  background: #ebeef0;
  overflow: auto;
  z-index: 99999;
}

.floatingform_12 {
  width: 1200px !important;
}

.reporting-chart {
  position: absolute;
  height: 600px;
  width: 50%;
  background: #fff;
  z-index: 99999;
  border-radius: 8px;
}

.adj-overflow-rc {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backblack {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #000;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}

.floating-head {
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ebeef0;
  z-index: 999;
}

.floating-head h3 {
  font-weight: normal;
  font-size: 22px;
  display: inline;
}

.floating-content {
  margin: 0 20px 0 20px;
  background: #fff;
  padding: 20px;
  float: left;
  width: calc(100% - 40px);
}

.floating-footer {
  padding: 20px;
  background: #fff;
  width: calc(100% - 40px);
  z-index: 99;
  background: #fff;
  text-align: left;
  margin: 0 20px;
  border-top: 1px solid #e1e1e1;
  float: left;
}

.close-icon {
  position: absolute;
  right: 612px;
  color: #fff;
  font-size: 26px;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  top: 5px;
  line-height: 30px;
  z-index: 99999;
}

.close-icon-lg {
  right: 1208px !important;
}

.adj-overflow {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.bh-input {
  margin-bottom: 16px;
}

.bh-input label {
  opacity: 0.8;
  display: block;
}

.bh-input input,
.bh-input select {
  width: 100%;
  font-size: 1.11rem;
  padding: 0 12px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 2px;
}

/* .bh-input input:active,
  .bh-input input:focus {
    border: 1px solid #347f9e;
  } */
.input-effect {
  position: relative;
}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0f64bf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.effect-8 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #0f64bf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-8 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.pass-eye {
  position: absolute;
  right: 0px;
  color: #85888C;
  cursor: pointer;
  padding: 9px;
}

.uplaod-img {
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}

.uplaod-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.result_indication {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #6c6c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result_indication p {
  font-size: 1.19rem;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
}

.result_indication_lg {
  width: 100%;
  min-height: 44px;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #6c6c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px !important;
}

.result_indication_lg p {
  font-size: 1.19rem;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
}

.result_red {
  background-color: #fff9f9;
  border: 1px solid #ffd7d7;
  color: #ea6060;
}

.result_green {
  background-color: #f7fff4;
  border: 1px solid #bffdde;
  color: #55e689;
}

.result_amber {
  background-color: #fffeee;
  border: 1px solid #ffea85;
  color: #ffc451;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 1px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  border: 1px dashed #0c6084;
  position: relative;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 4px;
  border: 1px dashed #0c6084;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #dbf4ff;
  border: 1px dashed #ffffff;
}

.image-title-wrap {
  color: #222;
  position: absolute;
  top: 0;
  right: 0;
}

.drag-text {
  text-align: center;
}

.drag-text p {
  font-weight: 100;
  text-transform: uppercase;
  color: #0c6084;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 32px;
  height: 32px;
  margin: 8px;
  background-color: rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

.remove-image span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
}

.remove-image:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.remove-image:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.show-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  overflow: auto;
  background: #fbfffe;
  height: 100%;
}

.crop {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.see_click, .add_more {
  color: #ffa601b6;
  margin-top: 8px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.see_click:hover, .add_more:hover {
  color: #ffa801;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation .feather {
  width: 16px;
  height: 16px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  font-size: 11px;
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  margin-left: -40px;
  white-space: nowrap;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.acc-container {
  margin: 0 0 1px;
  max-width: 100%;
  overflow: hidden;
}

.acc-title {
  max-width: 100%;
  background: transparent;
  color: #222;
  border-radius: 0px;
  padding: 8px 12px;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.acc-active .acc-title,
.acc-title:hover {
  background: #d6d6d6;
  cursor: pointer;
}

.acc-title:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 16 16'%3E%3Cline x1='6' y1='12.5' x2='19' y2='12.5' fill='none' stroke='%23888888 ' stroke-width='1.5' stroke-linecap='round' vector-effect='non-scaling-stroke' /%3E%3Cline y1='6' x1='12.5' y2='19' x2='12.5' fill='none' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
  /*Plus sign*/
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12.5px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.acc-active .acc-title:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 16 16'%3E%3Cline x1='6' y1='12.5' x2='19' y2='12.5' fill='none' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
  /*Minus sign*/
}

.acc-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc-content .bh-input label {
  opacity: 0.8;
  display: block;
  font-size: 12.25px;
}

.acc-active .acc-content {
  padding: 16px 0;
  max-height: 500px;
  overflow-y: auto;
  opacity: 1;
}

#modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  z-index: 999999999;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal .modal-lg {
  width: 80%;
  height: 90%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.144);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.144);
  position: relative;
}

.closeicon {
  z-index: 9999999999;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 11px;
}

.fit_chart {
  height: 260px;
  width: 100%;
}

.fit-data {
  width: 100%;
  padding: 16px 0;
}

.fit-data label {
  margin-bottom: 4px;
  display: block;
}

footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 16px;
}

menu {
  width: 72px;
  background: #164373;
  color: #fff;
  position: fixed;
  height: calc(100% - 52px);
}

menu > div {
  overflow-y: auto;
  height: 100%;
}

menu a {
  color: #fff !important;
}

.m-opt {
  width: 100%;
  height: 60px;
  font-size: 10px;
  text-align: center;
  padding: 15px 0;
}

.m-opt:hover {
  background: #00000030;
}

.config-menu li a {
  padding: 12px 16px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
}

.config-menu .active {
  color: #0f64bf;
}

header {
  min-height: 52px;
  -webkit-box-shadow: 0 0 2px 2px #00000010;
          box-shadow: 0 0 2px 2px #00000010;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
}

header .module_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .module_logo .hea_icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .module_logo .hea_icon:hover {
  background: #1643730d;
}

header .module_logo h3 {
  font-weight: 700;
  margin-left: 8px;
}

header .module_logo .v8_logo {
  border-right: 1px solid #ccc;
  padding-right: 8px;
}

header .bh_rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .bh_rht .hea_icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .bh_rht .hea_icon:hover {
  background: #1643730d;
}

header .bh_rht .user_log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
}

header .bh_rht .user_log:hover {
  -webkit-box-shadow: 0 0 2px 2px #00000010;
          box-shadow: 0 0 2px 2px #00000010;
}

header .bh_rht .user_log img {
  padding: 0 8px;
}

header .bh_rht .user_log .user_log_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: green;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
}

header .bh_rht .user_opt {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-box-shadow: 0 0 2px 2px #00000010;
          box-shadow: 0 0 2px 2px #00000010;
  border-radius: 4px;
  display: none;
}

header .bh_rht .user_opt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding: 0 22px;
}

header .bh_rht .user_opt a:hover {
  background: #1643730d;
  color: #1a1a1a;
}

header .bh_rht .user_opt a p {
  font-weight: 500;
}

.int-header {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-int-header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fafafa;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.hd_blue {
  background: #dbf4ff;
  color: #3c6a80;
}

.hd_green {
  background: #cdffec;
  color: #448869;
}

.profile_blue_color {
  background-color: #0076a8;
}

.grey_bg {
  background-color: #f6f6f6;
}

.trs_bg {
  background-color: transparent !important;
}

.w_bg {
  background-color: #fff;
}

.box-red {
  border: 1px solid #ffd7d7;
  color: #d21a1a;
  background-color: #fffafa;
}

.box-green {
  border: 1px solid #caeeca;
  color: #159d45;
  background-color: #fafffa;
}

.box-amber {
  border: 1px solid #ffe3aa;
  color: #ffa800;
  background-color: #fffff1;
}

.box-grey {
  border: 1px solid #ddd;
  color: #6c6c6c;
  background-color: #fdfdfd;
}

.box-grey-border {
  border: 1px solid #f6f6f6;
}

.arrow-grey {
  position: absolute;
  right: -15px;
  top: 20px;
  color: #ccc;
}

.arrow-grey {
  position: absolute;
  right: -15px;
  top: 20px;
  color: #ccc;
}

.arrow-orange {
  position: absolute;
  right: -15px;
  top: 20px;
  color: #f7e05f;
}

.pri-col-text {
  color: #0f64bf;
}

.green-col-text {
  color: #159d45;
}

.form-col-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 134px auto;
      grid-template-columns: 134px auto;
  grid-column-gap: 30px;
  margin-bottom: 20px;
}

.two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.two_col_260_auto {
  width: 100%;
  display: -ms-grid;
  display: grid;
  height: calc(100% - 52px);
  -ms-grid-columns: 260px auto;
      grid-template-columns: 260px auto;
}

.three-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 20px;
}

.four-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 20px;
}

.float-left-260 {
  width: 260px;
  float: left;
  position: fixed;
  top: 52px;
  height: calc(100% - 120px);
}

.left-scrole-content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  top: 0;
}

.float-right {
  width: calc(100% - 260px);
  float: right;
  background-color: #fdfdfd;
}

.bh-list-view-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  height: calc(100% - 64px);
  width: 100%;
  padding: 0 16px;
  grid-column-gap: 4px;
}

.auto-grid {
  --auto-grid-min-size: 21rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(var(--auto-grid-min-size), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 20px;
}

.grid-2-full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.grid-4-half {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  background: #fff;
  position: relative;
}

thead {
  vertical-align: middle;
  border-color: inherit;
}

.bh-table-container {
  padding: 0 16px;
}

.bh-table th {
  height: 40px;
  background: #dbf4ff;
  color: #3c6a80;
  font-weight: 600;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.overflowtable {
  overflow-x: auto;
  height: calc(100vh - 120px);
}

.bh-table th,
.bh-table td {
  padding: 0 12px;
}

.bh-table td {
  height: 40px;
}

.bh-table td span {
  display: inline-block;
  vertical-align: middle;
}

.bh-table td span p {
  color: #555;
}

.tbl-img {
  width: 36px;
  height: 36px;
  border-radius: 12%;
  background: #ccc;
  vertical-align: middle;
  margin: 4px 4px 4px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bh-table td {
  border-top: 1px solid #eee;
  /* make all cells have a top border */
}

.bh-table tr:hover {
  background-color: #dbf4ff30;
}

.bh-table tbody tr:last-child td {
  border-bottom: 1px solid #eee;
  /* make the last row also have a bottom border */
}

.bh-table tbody tr:hover td {
  border-color: #0076a850;
  /* change all borders to red on hover (mainly because of the last child bottom border */
}

.bh-table tbody tr:hover + tr td {
  border-top-color: #0076a850;
  /* change any cells without a bottom border - make the next row have top border go red (so it looks like current row bottom border) */
}

.three_col_head {
  width: 100% !important;
}

.dash-col {
  width: 100%;
  border-radius: 4px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: right;
}

.dash-col span {
  position: absolute;
  opacity: 0.7;
  width: 36px;
  height: 36px;
}

.dash-col span img {
  width: 100%;
}

.dash-col.lg-col {
  padding: 28px 16px;
}

.dash-col.lg-col label {
  font-size: 18px !important;
}

.dash-col.lg-col h1 {
  font-size: 36px !important;
}

.dash-col.lg-col span {
  width: 52px !important;
  height: 52px !important;
  opacity: 0.5;
}

.dash-corp-graph-height {
  width: 100%;
  height: calc(100vh - 270px);
}

.dash-box-red {
  background-color: #d21a1a;
  color: #fff;
}

.dash-box-green {
  background-color: #159d45;
  color: #fff;
}

.dash-box-amber {
  background-color: #ffa800;
  color: #fff;
}

.dash-box-grey {
  background-color: #6c6c6c;
  color: #fff;
}

.dash-box-blue {
  background-color: #0fbcf9;
  color: #fff;
}

.mt-2 {
  margin-top: 10px;
}

.dash-4-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.bh-provider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 340px;
      grid-template-columns: auto auto 340px;
  position: relative;
}

.bh-provider .two-col {
  grid-row-gap: 12px;
  padding: 0 16px;
}

.dash-corp {
  position: relative;
  width: 100%;
}

.dash-corp .corp-list {
  background: #f6f6f6;
  height: calc(100vh - 52px);
  position: absolute;
  width: 100%;
  top: -52px;
  z-index: 1;
  padding: 0 16px;
}

.dash-corp .corp-list > h4 {
  line-height: 52px;
}

.corp-tbl {
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.corp-tbl > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corp-tbl > div:first-of-type img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-right: 8px;
}

.corp-tbl label {
  opacity: 0.6;
}

.corp-tbl:hover {
  background-color: #f5fafe;
  -webkit-box-shadow: 0 2px 4px -4px #0076a8;
          box-shadow: 0 2px 4px -4px #0076a8;
  z-index: 999;
}

.dash-btn {
  margin: 0 16px !important;
  position: absolute;
  bottom: 24px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 32px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #16437317;
  color: #164373;
  border: 1px solid #1643733d;
}

.dash-btn:hover {
  background: #164373;
  color: #fff;
}

.dash-head h4 {
  margin-bottom: 12px;
}

.dash-select {
  height: 28px;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 0.889rem;
  border: 1px solid #eee;
  color: #555;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dash-select:focus, .dash-select:hover {
  border-color: #0076a8;
}

.dash-tbl-height {
  height: calc(100% - 40px);
}

.dash-auto-height-row {
  overflow-y: hidden;
  height: calc(100vh - 324px);
}

.dash-corp-list-height {
  height: calc(100% - 310px);
}

.two_col_page {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  height: calc(100% - 52px);
      grid-template-areas: "lft-col rgt-col";
  -ms-grid-columns: 260px auto;
      grid-template-columns: 260px auto;
  padding: 0 16px;
}

.two_col_page .lft-col {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: lft-col;
  text-align: center;
}

.two_col_page .lft-col .sticky-left-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: inherit;
  top: 52px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.two_col_page .lft-col .user-name {
  color: #065d82;
  margin-top: 6px;
}

.two_col_page .lft-col .bio-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-top: 1px;
  background: #ffffffcf;
  padding: 6px 12px;
}

.two_col_page .lft-col .bio-detail:nth-of-type(2) {
  margin-top: 12px !important;
}

.two_col_page .lft-col .user-img {
  width: 100px;
  height: 100px;
  border-radius: 8%;
  overflow: hidden;
  border: 2px solid #fff;
  margin: auto;
}

.two_col_page .lft-col .user-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.two_col_page .rgt-col {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: rgt-col;
  background: #fff;
  overflow-y: auto;
}

.two_col_page .rgt-col .bh-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.two_col_page .rgt-col .bh-row .ascvd-risk {
  width: 100%;
  padding-top: 0 !important;
  background: #065d82;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.ascvd-risk > div {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.ascvd-risk > p {
  text-align: center;
  font-weight: 700;
  line-height: 36px;
}

.ascvd-risk .bh-col {
  background-color: #ffffff24;
  padding: 12px;
  text-align: right;
}

.ascvd-risk .bh-col label small {
  display: block;
}

.tab {
  overflow: hidden;
  border-bottom: 2px solid #eee;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 16px;
  opacity: 0.6;
  font-size: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
}

.tab button:hover {
  opacity: 1;
}

.tab button.active {
  border-bottom: 2px solid #005275;
  color: #0c144b;
  font-weight: 700;
  opacity: 1;
}

.tabcontent {
  display: none;
  overflow-y: auto;
  border-top: none;
}

.flex-display {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.bh-col {
  width: 100%;
}

.sub-col-row {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding: 16px;
}

.sub-col-row.two-col {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sub-col {
  border: 1px solid #f6f6f6;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 4px;
}

.sub-col:hover {
  -webkit-box-shadow: 0 4px 12px rgba(207, 207, 207, 0.25), 0 1px 2px rgba(207, 207, 207, 0.22);
          box-shadow: 0 4px 12px rgba(207, 207, 207, 0.25), 0 1px 2px rgba(207, 207, 207, 0.22);
}

.sub-col .sub-col-header {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px 4px 0 0;
}

.sub-col .sub-col-header p {
  font-size: 1.125rem;
  font-weight: 600;
}

.sub-col .sub-col-content {
  padding: 16px;
  position: relative;
  height: calc(100% - 40px);
  background-color: #fff;
}

.sub-col .sub-col-content > div {
  margin-bottom: 16px;
}

.sub-col .sub-col-content > div:last-of-type {
  margin-bottom: 0px;
}

.sub-col .sub-col-content label {
  margin-bottom: 4px;
  display: block;
  opacity: 0.5;
  font-size: 12px;
}

.item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.item2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

.item-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.item-2_4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.box_center {
  width: calc(50% - 10px) !important;
  margin: 0 auto;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.text-center {
  text-align: center;
}

.dash-border {
  margin: 4px 0 20px;
  position: relative;
}

.dash-border::after {
  content: "";
  width: 50%;
  height: 36px;
  border: 1.5px dashed #ccc;
  border-top: none;
  position: absolute;
  top: -22px;
  left: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  z-index: 0;
}

.dash-border::before {
  content: "";
  height: 24px;
  border-left: 1.5px dashed #ccc;
  border-top: none;
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

.dash-border-first-box {
  position: relative;
}

.dash-border-first-box::before {
  content: "";
  height: 80px;
  border-left: 1.5px dashed #ccc;
  border-top: none;
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

.extra-note {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 4px 8px;
  font-size: 12px;
  bottom: -42px;
  border: 1px solid #eee;
  border-radius: 0 0 4px 4px;
  background: #fdfdfd;
}

.view-header {
  width: 100%;
  position: relative;
}

.view-header span {
  height: 52px;
  width: 100%;
  position: absolute;
  top: 0;
}

.view-header img {
  border-radius: 20px;
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fdfdfd;
  z-index: 9;
  position: relative;
  margin: 16px 16px 0 16px;
}

.view-header .profile-header-content {
  display: inline-block;
  width: calc(100% - 156px);
  vertical-align: top;
  position: relative;
  top: 52px;
}

.view-header .profile-header-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 14px 0;
}

.view-header .profile-header-content > div h5 {
  opacity: 0.6;
}

.profile-info-card {
  border: 1px solid #eee;
  width: 100%;
  border-radius: 4px;
}

.profile-info-card .profile-head-card {
  color: #0076a8;
  font-weight: 600;
  padding: 16px;
}

.profile-info-card .profile-content-card {
  color: #242424;
  grid-row-gap: 16px;
  padding-top: 0px !important;
}

.profile-info-card .profile-content-card label {
  opacity: 0.6;
  margin-bottom: 4px;
  display: block;
}

.bh-list-page-search {
  padding: 8px;
  position: relative;
}

.bh-list-page-search .feather {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 16px;
  width: 16px;
  color: #555;
}

.bh-list-page-search input {
  padding-left: 28px !important;
  height: 28px;
}

.bh-list-page-list {
  height: calc(100% - 100px);
  overflow-y: auto;
}

.bh-right-profile-content {
  height: calc(100% - 200px);
  overflow-y: auto;
}

.list-left-col {
  background-color: #fff;
  height: calc(100vh - 112px);
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
}

.list-left-col .list-view-scrole {
  height: calc(100% - 92px);
  overflow: auto;
}

.list-left-col .list-view-scrole .corp-tbl {
  padding: 8px 8px;
}

.list-right-col {
  background-color: #fff;
  height: 100%;
}

.top-row {
  grid-gap: 16px;
}

.top-row .col {
  width: 100%;
  border-radius: 4px;
  padding: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.login-container {
  height: 100% !important;
  padding: 0 !important;
}

.login-left-col {
  background-color: #ddd;
  position: relative;
}

.login-left-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-left-col h5 {
  position: absolute;
  z-index: 9;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
  width: 70%;
  margin: 0 15%;
  text-align: center;
  top: 40px;
  padding: 12px 12px;
  font-size: 12.5px;
  background-color: rgba(255, 255, 255, 0.137);
}

.login-right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-right-col .login-right-content {
  max-width: 60%;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-right-col .login-right-content img {
  width: 84px;
  margin-bottom: 24px;
}

.login-right-col .login-right-content h2 {
  margin-bottom: 16px;
}

.login-right-col .login-right-content .bh-input {
  width: 100%;
}

.login-right-col .login-right-content .bh-input input {
  border: 1px solid #ccc;
}

.login-right-col .login-right-content button {
  margin: 20px 0 32px;
  display: block;
  width: 40%;
}

.login-right-col .poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 50px;
}

.center-content {	
  margin: 0px auto;	
  max-width: 450px;	
  display: block;	
  width: 100%;	
  padding: 16px;	
}	
.bh-card-base {	
  border-radius: 4px;	
  overflow: hidden;	
  -webkit-box-shadow: 0 4px 4px -2px #00000020;	
          box-shadow: 0 4px 4px -2px #00000020;	
  border: 1px solid #e6e6e6;	
}	

.member_name {
  width: 200px;
}

.logout_btn {
  font-weight: bold;
  color: #0076A8;
}

.corporate_dash:hover {
  color: #ffffff;
}

.bh-card-base .bh-card-list {	
  padding: 1.3em;	
  font-weight: bold;	
  cursor: pointer;	
  border-bottom: 1px solid #e6e6e6;	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  -webkit-box-align: center;	
      -ms-flex-align: center;	
          align-items: center;	
  gap: 16px;	
  -webkit-transition: all .2s ease-in-out;	
  transition: all .2s ease-in-out;	
}	
.bh-card-base .bh-card-list:hover {	
  background: #e5faff;	
}	
.bh-card-base .bh-card-list .bh-card-img {	
  width: 52px;	
  height: 52px;	
  border-radius: 50%;	
  overflow: hidden;	
}	
.bh-card-base .bh-card-list .bh-card-img img {	
  -o-object-fit: fill;	
     object-fit: fill;	
  width: 100%;	
}
.back-btn {
  display: flex;
  justify-content: space-between;
}

.bh-lab .view-header {
  width: calc(100% - 32px);
  position: relative;
  background-color: #fff;
  margin: 0 16px;
}

.bh-lab .view-header span {
  height: 32px;
  width: calc(100% - 0px);
  position: absolute;
  top: 0;
  border-radius: 4px 4px 0 0;
}

.bh-lab .view-header img {
  border-radius: 12px;
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fdfdfd;
  z-index: 9;
  position: relative;
  margin: 12px 12px 0 12px;
}

.bh-lab .view-header .profile-header-content {
  display: inline-block;
  width: calc(100% - 156px);
  vertical-align: top;
  position: relative;
  top: 28px;
}

.bh-lab .view-header .profile-header-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: initial !important;
      -ms-flex-pack: initial !important;
          justify-content: initial !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
  margin: 14px 0;
}

.bh-lab .view-header .profile-header-content > div h5,
.bh-lab .view-header .profile-header-content > div label {
  opacity: 0.6;
}

.lab-content {
  height: calc(100vh - 172px);
}

.lab-content .lab-left-col,
.lab-content .lab-right-col {
  background-color: #fff;
}

.lab-content .lab-right-col {
  height: 100%;
  padding: 16px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.lab-content .lab-right-col .lab-per-content {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.lab-content .lab-right-col .lab-per-content .profile-head-card label {
  opacity: 0.6;
}

.lab-content .lab-right-col .lab-per-content .lab-input-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.lab-content .lab-right-col .lab-per-content .lab-input-grid .bh-input {
  margin: 0 !important;
}

.int-table .bh-table th {
  top: 0 !important;
}

.act-card {
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}

.act-card small {
  display: block;
}

.act-card .act-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.act-see-more {
  color: #ffa601b6;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.act-see-more:hover {
  color: #ffa801;
}

.row-height {
  overflow-y: hidden;
  height: 146px;
}

.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.graph-space {
  position: absolute;
  width: calc(100% - 119px);
  height: 90px;
  bottom: 0;
  right: 16px;
}

.calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  width: 100%;
}

.calender .cal-day-weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 7);
}

.calender .cal-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.calender .active {
  background-color: #0076A8;
  color: #fff;
}

#backgroundOverlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}

#popup {
  z-index: 999;
}

@media (max-width: 1199.98px) {
  .two-col-page-int-repos {
        grid-template-areas: "lft-col" "rgt-col" !important;
    -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
  }
  .d-none {
    display: none;
  }
  .two_col_page .lft-col .bio-detail {
    width: 340px;
  }
  .floatingform_12 {
    height: calc(100% - 52px);
    width: calc(100% - 32px) !important;
    margin: 40px 16px 12px;
  }
  .close-icon-lg {
    right: 16px !important;
  }
  .lab-left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991.98px) {
  .login-right-col .login-right-content {
    min-width: 70% !important;
  }
  .sub-col-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .item1, .item2, .grid-2-full {	
    -ms-grid-column: 1;	
    grid-column: 1 / 1;	
  }	
  .sub-col-row.two-col {	
    -ms-grid-columns: (1fr)[1];	
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767.98px) {
  .responsive_internal_filter {
    display: none;
  }
  .reponsive_height {
    height: calc(100% - 52px) !important;
  }
  .sub-col-row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .login-right-col .login-right-content {
    min-width: 90% !important;
  }
  .bh-list-view-page {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .login-left-col {
    display: none;
  }
  .login-right-col {
    padding: 40px 0;
  }
  .poweredby {
    position: relative !important;
    margin-top: 50px;
    bottom: 0 !important;
  }
  .login-container {
    overflow: auto;
  }
  menu {
    width: 260px;
    z-index: 99;
    display: none;
  }
  main {
    width: 100%;
    margin-left: 0px;
  }
  .m-opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 16px;
    height: 44px;
  }
  .m-opt img {
    width: 14px;
    margin-right: 12px;
  }
  .m-opt p {
    font-size: 14px;
  }
  .two-col {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .floatingform {
    height: calc(100% - 52px);
    width: calc(100% - 32px);
    margin: 40px 16px 12px;
  }
  .close-icon {
    right: 16px;
  }
  .float-left-260 {
    height: auto ;
    overflow-y: auto;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
  }
  .float-right {
    width: 100%;
    float: right;
    background-color: #fdfdfd;
  }
  .config-menu li {
    display: inline-block;
    width: calc(50% - 4px);
    text-align: center;
  }
  .int-content.p-0.h-wo-footer .h-100 {
    height: calc(100% - 42px) !important;
  }
  .dash-col.lg-col {
    padding: 16px;
  }
  .dash-col.lg-col span {
    width: 24px !important;
    height: 24px !important;
    opacity: 0.5;
  }
}

@media (max-width: 575.98px) {
  .responsive_tab {
    overflow-x: auto;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .tab button {
    font-size: 1rem;
    padding: 12px 8px;
  }
  .first-div {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  header .module_logo .hea_icon {
    display: none;
  }
  .three_col_head {
    width: calc(100% - 33.33%) !important;
  }
  .dash-corp {
    position: relative;
    width: 33.33%;
  }
  menu {
    display: block !important;
  }
  .int-filter {
    display: none;
  }
}
