.trainer-box-icon {
  position: absolute;
  background-color: #1b8eb2;
  color: white !important;
  border-radius: 50%;
  border: 5px solid !important;
  border-color: #191a21 !important;
  top: -31px;
  left: 50%;
  margin-left: -33px;
  width: 65px;
  z-index: 100;
}

.relative {
  position: relative;
}

.open-discussion-btn {
  color: #b559ff;
  border: 1px solid #b559ff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 8px;
}

.open-discussion-btn:hover {
  color: white;
  background-color: #b559ff;
}

.text-smaller {
  font-size: smaller;
}

.avatar-l {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.home-video {
  background: rgba(13, 13, 20, 0.8);
  border-radius: 8px;
  height: 180px;
  overflow: hidden;
}

.home-video .video {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home-video iframe {
  padding: 0px;
  margin: 1px auto 0 auto;
  max-width: 300px;
  max-height: 100%;
}

.video-icon {
  position: relative;
  bottom: 39%;
  left: 41%;
}

.video-icon .img-bg {
  background-color: #bb66ff;
  height: 20%;
  width: 14%;
  border-radius: 50%;
}

.video-icon img {
  height: 20%;
  width: 20%;
}

.video-icon .img-bg:hover {
  cursor: pointer;
}

.profile-image {
  height: 40%;
  width: 40%;
  border-radius: 20px;
}

.horizontal-line {
  border: 1px solid #33374a;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.horizontal-line:hover {
  border-color: #9369c8;
}

.evaluationsdate h5 {
  font-size: 14px;
  text-align: center;
}

.evaluationstime {
  font-size: 14px;
  text-align: center;
}

.user_avtar h5 {
  font-size: 1rem;
}

.user_avtar .up {
  margin-right: 10px;
}

button.viewall {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 12px;
}


#leftSidebarAssistant {
  width: 280px;
  text-align: center;
  padding: 5px;
  background-color: transparent;
}

#leftSidebarAssistantOuterCircle {
  height: 190px;
  width: 190px;
  transform: rotate(-90deg);
}

#leftSidebarAssistantInnerCircle {
  height: 150px;
  width: 150px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 78px;
}

.progress-bar__background {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 2px;
}

.progress-bar__progress {
  fill: none;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 2px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}

.outer-circle {
  stroke: #26cbff;
}

.inner-circle {
  stroke: #9e26ff;
}

.todaysactivity {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.squarestyle {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.squareblue {
  width: 10px;
  height: 10px;
  background-color: #26cbff;
}

.squarepurple {
  width: 10px;
  height: 10px;
  background-color: #9e26ff;
}

.todaysactivity span {
  color: white;
  font-size: 12px;
  margin-left: 5px;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.horizontal-line_or {
  display: flex;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}

.line {
  flex: 1;
  border-top: 1px solid gray;
  /* Adjust color and thickness as needed */
}

.text {
  margin: 0 10px;
  /* Adjust spacing between line and text */
}

.btnprompt {
  height: 48px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 48px;
  color: var(--color-light);
  border-radius: 8px;
  border: solid var(--color-primary) 1px;
  /* background: var(--color-primary); */
  background: #4D0AC2 !important;
  transition: ease all 0.5s;
  min-width: 75px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

/* extra css */

.k-chart.k-widget.today_activity {
  width: 200px !important;
  height: 200px !important;
  margin: 0 auto;
}

@media(max-width:1199px) {
  .searchbar_main.trainer_search {
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
  }
}

@media (max-width:480px) {
  .trainer .aside-title-area button {
    font-size: 14px;
  }
}