/* UBYou style css*/
/* body */
html {
  height: 100%;
  outline: none;
}
body {
  font-family: Helvetica, sans-serif;
  height: 100%;
  outline: none;
}
#serach_btn:hover {
  cursor: pointer!important;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}
/* header */
.header-welcome-page.navbar-light .navbar-nav .nav-link.active {
  color: #66bd9c;
  margin-left: auto;
  /* display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  justify-content: -webkit-flex-end; */
}
.header.navbar-light .navbar-nav .nav-link.active {
  color: #434f5b;
  background-color: #e5e9f2;
  padding: 13px 16px;
}
.header.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header-welcome-page .navbar-nav .nav-link {
  padding: 0 10px;
}

/* banner - mobile section */
.mobile-hand-img {
  background-image: url("../img/home/mobile-hand.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 345px;
  height: 391px;
  margin-top: -56px;
  /* margin-top: -20px; */
  margin-left: -50px;
  border: 1px solid transparent;
}
.mobile-wallpaper-img {
  background-image: url("../img/home/mobile-wallpaper.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 138px;
  height: 215px;
  margin: 65px 58px;
  /* margin: 52px 54px; */
}
/* welcome page */
/* .welcome-page .container {
  width: 980px;
} */

/* custom width */
.analyse-container-width {
  width: 90%;
}

/* padding custom */
.py-70px {
  padding: 70px 0;
}

/* news */
.bg-news-section {
  background-color: #0047ba;
}
/* text */
.site-title {
  line-height: 0.9em;
  font-size: 45px;
}
.site-detail {
  font-size: 16px;
  line-height: 1.2;
  width: 85%;
}
.banner-text-title {
  font-size: 20px;
  color: #000;
}
.title-site-detail {
  color: #0fbc71;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.description-site-detail {
  font-size: 14px;
  line-height: 1.1;
  padding-right: 70px;
}
.input-field-title {
  font-size: 18px;
}
.pending-text-title {
  font-size: 22px;
}
.user-name-text {
  font-size: 20px;
  font-weight: 600;
  color: #48535f;
  margin-left: 20px;
}
.search-student-text {
  font-size: 20px;
  font-weight: 600;
  color: #48535f;
}
.analyse-header-text {
  font-size: 20px;
}
.analyse-topic-name {
  font-size: 30px;
  font-weight: 600;
  color: #343f4b;
}
.analyse-topic-height {
  max-height: 213px;
  overflow-y: auto;
}
.analyse-activity-name {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.analyse-breakdown-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.text-wellness-progress {
  font-size: 32px;
  color: #343f4b;
}
.wellness-progress-date {
  color: #343f4b;
  font-size: 18px;
  font-weight: 600;
}
/*  */
.breathe {
  color: #3e7cc7;
}
.workout {
  color: #cd403e;
}
.affirmation {
  color: #94bb46;
}
.meditation {
  color: #7b59a5;
}
.learn {
  color: #3dbde0;
}

/* padding */
.px-10px {
  padding: 0 10px;
}

/* button */
.btn {
  /*border-radius: 0;*/
}
.btn:hover {
  color: #fff;
}
.btn.padding0 {
  padding: 0;
}
.btn-progess-bg {
  background-color: #0047b9;
  color: #fff;
}
.btn-progress-arrow {
  background-color: #013175;
  color: #fff;
}
.btn-submit {
  padding: 10px 70px;
  font-size: 18px;
  color: #fff;
}
.btn-progress {
  width: 261px;
}
.btn-close {
  /* background-image: url("../img/home/icon-close.svg"); */
  background: transparent url("../img/home/icon-close.svg") top/2.1em auto
    no-repeat;
  fill: #000;
  /* background-repeat: no-repeat; */
  /* width: 50px;
  height: 50px; */
}

/* input */
/* input type */
.input-textbox,
.input-textbox:focus-visible {
  border: 1px solid #99a5b5;
  padding: 11px 10px !important;
  color: #4f5a65;
  width: 203px;
}
.search-textbox-list {
  border: 1px solid #99a5b5;
  color: #4f5a65;
/*  width: 203px;*/
  top: 61px;
  padding: 11px 10px;
  background-color: white;
}
/* .text-search-header .input-textbox:focus-visible ~ .fa-search { */
/* display: none; */
/* content: " "; */
/* padding: 11px 10px; */
/* } */

/* .input-textbox
{
  padding: 5px 10px;
  color: #4f5a65;
  border: 1px solid #99a5b5;
} */
.input-textbox.textbox-email {
  width: 65%;
}
input[type="text"]#datepicker {
  width: 50px;
}
input[type="text"].icon-datepicker {
  border: none;
  background-image: url("../img/home/icon-calender.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #00a6ff;
  width: 60px;
  height: 45px;
  color: transparent;
}
input[type="text"]:focus-visible.icon-datepicker,
input[type="text"]:hover.icon-datepicker,
input[type="text"]:active.icon-datepicker {
  border: none;
  background-color: #00a6ff;
}
/* invitation sent notification */
.invitation-sent-notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  /* padding: 5px; */
  font-size: 16px;
  background-color: rgba(132, 167, 150, 0.7);
}
/* banner images */
.banner-img {
  background-image: url("../img/home/banner.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 402px;
  /* height: auto; */
  background-size: cover;
  min-height: 100%;
  max-height: 100%;
}
.news-img1 {
  background-image: url("../img/home/Jack-Hellmer-Mike-Martin-640.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 357px;
  height: 221px;
}
.news-img2 {
  background-image: url("../img/home/Jack-Hellmer\ 552x394-1.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 357px;
  height: 221px;
}
/* logo */
.logo-img {
  background-image: url("../img/home/logo.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 160px;
  height: 60px;
}
#logo-img-div {
  margin-left: 100px;
}
.logo-img-inner {
  background-image: url("../img/home/logo.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: auto;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.admin-navbar .admin-navbar .nav-item.active a {
  color: #198754!important
}
.admin-navbar .nav-item.active {
  border-bottom: 2px solid #198754!important
}
.admin-navbar .nav-item:hover {
   border-bottom: 2px solid #198754!important
}
.admin-navbar .nav-item {
  margin-right: 10px!important;
}

.admin-navbar .nav-item a:hover{
  color: #198754!important
  ;
}

.admin-navbar .nav-item a{
  font-size: 16px!important;
  /*color: black!important;*/
}

/*// Search*/

.search-relative {
  position: relative;
}
/* icons */
.icon-chart {
  background-image: url("../img/home/icon-chart.svg");
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
}
.icon-connection {
  background-image: url("../img/home/icon-connection.svg");
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
}
.icon-pen {
  background-image: url("../img/home/icon-pen.svg");
  background-repeat: no-repeat;
  width: 165px;
  height: 150px;
}
.icon-clock {
  background-image: url("../img/home/icon-clock.svg");
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
}
.icon-datepicker {
  background-image: url("../img/home/icon-calender.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
}
.icon-prev {
  /* background-image: url("../img/home/icon-arrow-left.svg"); */
  background: url("../img/home/icon-arrow-left.svg") top/3.8em;
  background-repeat: no-repeat;
  width: 10px;
  height: 60px;
}
.icon-next {
  /* background-image: url("../img/home/icon-arrow-left.svg"); */
  background: url("../img/home/icon-arrow-right.svg") top/3.8em;
  background-repeat: no-repeat;
  width: 10px;
  height: 60px;
}
.fa-envelope {
  font-size: 21px;
  color: #424343;
}
.fa-search {
  font-size: 14px;
}
.fa-times-circle {
  color: #5a6978;
  background-color: #fff;
  border-radius: 50%;
  font-size: 33px;
}
.fa-times-circle:before {
  margin: -2px;
}
.fa-calendar-alt {
  font-size: 32px;
}

/* sepration line */
.sep-line {
  width: 3px;
  height: 60px;
  background-color: #47525e;
}

/* images - mood */
.mood-image-size {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.mood-image-chart {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin: 20px auto;
}
/* bad */
.mood-bad1 {
  background-image: url("../img/bad/emo_b_1.png");
}
.mood-bad2 {
  background-image: url("../img/bad/emo_b_2.png");
}
.mood-bad3 {
  background-image: url("../img/bad/emo_b_3.png");
}
.mood-bad4 {
  background-image: url("../img/bad/emo_b_4.png");
}
.mood-bad5 {
  background-image: url("../img/bad/emo_b_5.png");
}
.mood-bad6 {
  background-image: url("../img/bad/emo_b_6.png");
}
/* greate */
.mood-greate1 {
  background-image: url("../img/greate/emo_1.png");
}
.mood-greate2 {
  background-image: url("../img/greate/emo_2.png");
}
.mood-greate3 {
  background-image: url("../img/greate/emo_3.png");
}
.mood-greate4 {
  background-image: url("../img/greate/emo_4.png");
}
.mood-greate5 {
  background-image: url("../img/greate/emo_5.png");
}
.mood-greate6 {
  background-image: url("../img/greate/emo_6.png");
}
/* okay */
.mood-okay1 {
  background-image: url("../img/okay/emo_0_1.png");
}
.mood-okay2 {
  background-image: url("../img/okay/emo_0_2.png");
}
.mood-okay3 {
  background-image: url("../img/okay/emo_0_3.png");
}
.mood-okay4 {
  background-image: url("../img/okay/emo_0_4.png");
}
.mood-okay5 {
  background-image: url("../img/okay/emo_0_5.png");
}
.mood-okay6 {
  background-image: url("../img/okay/emo_0_6.png");
}
/* terrible */
.mood-terrible1 {
  background-image: url("../img/terrible/emo_t_1.png");
}
.mood-terrible2 {
  background-image: url("../img/terrible/emo_t_2.png");
}
.mood-terrible3 {
  background-image: url("../img/terrible/emo_t_3.png");
}
.mood-terrible4 {
  background-image: url("../img/terrible/emo_t_4.png");
}
.mood-terrible5 {
  background-image: url("../img/terrible/emo_t_5.png");
}
.mood-terrible6 {
  background-image: url("../img/terrible/emo_t_6.png");
}

/* invitation page */
.border-green {
  border: 8px solid #3ac948;
}
.bg-green {
  background-color: #3ac948;
}
.bg-blue-analytics {
  background-color: #00a6ff;
}
.bg-gray {
  background-color: #eff2f7;
}
.bg-blue {
  background-color: #0047ba;
}
.text-search-header {
  color: rgba(0, 0, 0, 0.55);
}
.border-end {
  border-right: 6px solid #fff !important;
}

/* border radius */
.analyse-container-border-radius {
  border-radius: 15px;
}
.analyse-header-border-radius {
  border-radius: 10px;
}

/* table */
.inner-scroll-container {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 9px;
  overflow: auto;
}
.inner-scroll-table {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 88px;
  overflow: auto;
}
.inner-scroll-table table tr th,
.inner-scroll-table table tr td {
  font-size: 14px;
  text-align: center;
}
.inner-scroll-table table tr td,
.inner-scroll-table table tr:nth-of-type(odd) > * {
  color: #4e5a65;
}
.inner-scroll-table table tr td:nth-child(2) {
  text-transform: capitalize;
}
/* modal */
.modal-logo-center {
  margin-left: 45px;
}
.modal-heading-title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  color: #44505c;
  padding: 10px 0;
}
.modal-heading-date {
  color: #44505c;
  font-size: 20px;
  padding: 10px 0;
  font-weight: lighter;
}
.modal-btn-block {
  width: 40px;
  text-align: center;
}

/* modal table */
.table-modal table {
  font-size: 14px;
}
.table-modal table tr:nth-child(even) {
  background-color: #f9fafc;
}
.table-modal table tr td:nth-child(1) {
  padding-left: 20px;
  padding-right: 10px;
}
.table-modal table tr td {
  font-size: 13px;
  padding: 0.8rem 0.5rem;
}
.border-bottom-none {
  border-bottom: 1px solid transparent;
}

/* datepicker */
#ui-datepicker-div {
  background-color: #fff;
  width: 270px;
  /* height: 240px; */
  margin-right: 50px;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 9px;
  margin: 0 -30px;
}
.ui-datepicker-header {
  border: 1px solid #808080;
  background-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0.3em 0;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  text-align: center;
  background-color: #e0e6ed;
}
.ui-datepicker table {
  border: 1px solid #808080;
  font-size: 13px;
  /* border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; */
}
.ui-datepicker td {
  border: 0;
  padding: 4px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #8492a6;
  color: #fff;
}
.ui-corner-all {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* .ui-datepicker-calendar {
  width: 249px;
  height: 200px;
 border-left: 1px solid #808080;
 border-right: 1px solid #808080;
 border-bottom: 1px solid #808080;
} */
.ui-datepicker-calendar td {
  /* padding: 0.526em; */
  text-align: center;
}
/* .ui-datepicker-calendar td a{
  color: #8b949d;
  background-color: #e0e6ed;
  padding: 2px;
  font-size: 14px;
  text-decoration: none;
  width: 35px;
  height: 10px;
} */

.ui-icon-circle-triangle-w {
  background-position: -99px 0;
}
.ui-icon-circle-triangle-e {
  background-position: -35px 0;
}
/* bar chart */
.per0 {
  height: 0;
  width: 0;
  background-color: transparent;
}
.per10 {
  height: 80px;
  width: 15px;
  background-color: #f95f62;
}
.per20 {
  height: 120px;
  width: 15px;
  background-color: #ff9052;
}
.per30 {
  height: 160px;
  width: 15px;
  background-color: #f7ff5c;
}
.per40 {
  height: 200px;
  width: 15px;
  background-color: #77d353;
}
.per50 {
  height: 240px;
  width: 15px;
  background-color: #009f47;
}

.evenly-14-cols > div {
  flex: 0 0 auto;
  width: 7.1428571%; 
}

/* pie chart */
.ct-series-a .ct-slice-pie {
  fill: hsl(100, 20%, 50%); /* filling pie slices */
  stroke: white; /*giving pie slices outline */
  stroke-width: 1px; /* outline width */
}

.ct-series-b .ct-slice-pie {
  fill: hsl(10, 40%, 60%);
  stroke: white;
  stroke-width: 1px;
}

.ct-series-c .ct-slice-pie {
  fill: hsl(120, 30%, 80%);
  stroke: white;
  stroke-width: 1px;
}

.ct-series-d .ct-slice-pie {
  fill: hsl(90, 70%, 30%);
  stroke: white;
  stroke-width: 1px;
}
.ct-series-e .ct-slice-pie {
  fill: hsl(60, 140%, 20%);
  stroke: white;
  stroke-width: 1px;
}

.placeholder-content {
  margin-bottom: 5px;
  margin-left: 10px;
  overflow: hidden;
  background: #000;
  position: relative;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
  border-radius: 10px;
  padding-top: 0.75rem;
}
.pie-breathe {
  fill: #3e7cc7;
  stroke: #88acd8;
  stroke-width: 2;
  /* fill: #3e7cc7; */
  /* background: rgb(62,124,199);
background: linear-gradient(0deg, rgba(62,124,199,1) 45%, rgba(255,255,255,1) 86%); */
}
.pie-workout {
  fill: #cd403e;
  stroke: #da9493;
  stroke-width: 2;
}
.pie-affirmation {
  fill: #94bb46;
  stroke: #c3e77b;
  stroke-width: 2;
}
.pie-meditation {
  fill: #7b59a5;
  stroke: #a67fd4;
  stroke-width: 2;
}
.pie-learn {
  fill: #3dbde0;
  stroke: #69c3db;
  stroke-width: 2;
}
.pie-support_line_call {
  fill: #f0ad4e;
  stroke: #f6c37c;
  stroke-width: 2;
}
.pie-disabled {
  fill: gainsboro;
}
.icon-next-disabled {
  background: url(../img/home/icon-arrow-right.svg) top/3.8em;
  background-repeat: no-repeat;
  width: 10px;
  height: 60px;
  opacity: 0.2;
}
td.highlight > a {
  background: #8492A6 !important;
  color: #fff!important;
}




/* media */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .site-title {
    font-size: 26px;
    line-height: 1;
  }
  .hide-xs {
    display: none;
  }
  .news-img1,
  .news-img2 {
    width: 250px;
    height: 180px;
    background-position: top center;
  }
  .border-end {
    display: none;
  }
  .p-lr-20px {
    padding: 0 20px;
  }
  .p-lr-50px {
    padding: 0 30px;
  }

  .icon-chart,
  .icon-connection,
  .icon-pen,
  .icon-clock {
    width: 400px;
    /* height: 400px; */
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-hand-img {
    border: none;
    margin-top: -56px;
    border: 1px solid transparent;
  }
  .site-title {
    font-size: 40px;
  }
  .site-detail {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
  .mobile-hand-img {
    margin-top: -56px;
    border: 1px solid transparent;
  }
}
@media screen and (min-width: 1400px) {
  .welcome-page .container {
    width: 980px;
  }
}
#student-placeholder {
  background-color: #ffffff;
}
.studentRaw:hover {
  background: #f8f8f8;
}
