.b-example-divider {
  flex-shrink: 0;
  width: .1rem;
  height: 100vh;
  background-color:transparent;
  border:transparent;
  border-width: 1px 0;
  box-shadow: none;
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

/* .btn-toggle::before {
  position: relative;
  top:5px;
  left:90%;
  width: 1.25em;
  height: 25px;
  z-index: 100;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
} */

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  position: relative;
  top:-10px;
  left:91%;
  transform: rotate(180deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background: rgba(76, 78, 100, 0.08);
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.btn-toggle:hover, .btn-toggle:focus  {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
  background: rgba(76, 78, 100, 0.0);
  border-radius: 8px;
  box-shadow: none;
}

.activenav  {
  color: white!important;
  background-color: transparent;
  box-shadow: none;
  font-weight: 800;
}

.sidebarnav, .profilenav {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hovernav{
  color: #D3D5D6 !important;
}

.pl-25 {
  padding-left: 25px;
}

.sidebar-transition-hide{
  position:fixed;
  top:0px;
  right: -100%;
  z-index:1000;
  transition-property: none;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.sidebar-transition-show{
  position:fixed;
  top:0px;
  right: 0px;
  z-index:1031;
  transition-property: none;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.sidegreen {
  /* background-image: url('/img/patterns/coach/02.jpg'); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 60% 20%;    
  background-size: cover;
  border-radius: 0px !important; 
  /* min-width: 305px; */
  min-height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.progressCoach {
  min-width:250px;
  max-width: 292px;
  min-height: 100px;
  border-radius: 8px;

  /* background: rgba(242, 242, 242, 0.75) !important; */
  background: transparent !important;
}

.activeCoach {
  background: rgba(242, 242, 242, 0.25) !important;
}

.border-grey {
  border: 1px rgba(242, 242, 242, 0.25);
}

.sidegreen .btn {
  color: #D3D5D6;  
  font-family: 'Ping L Light';
  font-weight: 400;  
}
.sidegreen .activenav {
  color: #FAFAFA;
  font-weight: 700;  
  background: none;
}
.btn-toggle::before {
  position: relative;
  top: 6px;
  left: 90%;
  width: 1.25em;
  height: 25px;
  z-index: 100;
  line-height: 0;
  content:  url('/img/buttons/arrow-down-white.svg');
  transition: transform .35s ease;
  transform-origin: 0.5em 50%;
}
.langBtn {
  margin-top:32px;
  height: 32px;;
}
/* .sideWidth{
  width: 280px;
} */

@media (max-width: 480px){
  .sideWidth{
    width: 100% !important;
  }
}

.navLogout{
  margin-top: 25px;
}
.sidegreen-mobile {
  /* background-image: url('/img/patterns/coach/03.jpg'); */
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px !important;
}
.sidegreen .profilenav {
  border: 1px solid #ffffff;
  border-radius: 8px;;
}
.sidegreen .profilenav:hover {
  border: none;
  background-color: transparent;
  color: #ffffff;
  border-radius: 8px;
}

.logout-link {
  color: #fa4616!important;
}
.list-menu li a.activenav {
  border-left: 6px solid #FAFAFA;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding-left: calc(20px - 4px)!important;
}


.list-menu li a {
  padding-left: 22px!important;
  display: flex;
  align-items: center;
  text-decoration: none;
}
