.dark87, #app .yunoSidebar .menu .menu-list li > ul li a:hover, #app .yunoSidebar .menu .menu-list li a.is-active .material-icons-outlined, #app .yunoSidebar .menu .menu-list li a.is-active, #app .yunoSidebar .menu .menu-list li a, #app .yunoSidebar .menu .menu-list .referralField a.noLeftGap {
  color: rgba(32, 26, 25, 0.87);
}

.dark60, #app .yunoSidebar .menu .menu-list li > ul li a {
  color: rgba(83, 67, 66, 0.6);
}

.dark38 {
  color: rgba(0, 0, 0, 0.38);
}

:root {
  --ds-border: #E6E6E6;
}

.rotate-90-cw, #app .yunoSidebar .b-sidebar .sidebar-content.is-mini .sidebarToggle.isDesktop {
  animation: rotate-90-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.rotate-90-ccw, #app .yunoSidebar .sidebarToggle.isDesktop {
  animation: rotate-90-ccw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-11-28 12:47:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
@keyframes rotate-90-cw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
  }
}
/* ----------------------------------------------
* Generated by Animista on 2022-11-28 12:49:27
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-90-ccw
 * ----------------------------------------
 */
@keyframes rotate-90-ccw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-90deg);
  }
}
#app .pageGrid {
  display: flex;
}
@media (max-width: 767px) {
  #app .pageGrid {
    flex-direction: column;
    position: relative;
  }
  #app .pageGrid .yunoSidebar {
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
  }
  #app .pageGrid .yunoSidebar.isMobile.expandView {
    left: 0;
  }
}
#app .pageGrid .mainBody {
  width: calc(100% - 240px);
  max-width: calc(100% - 240px);
}
#app .pageGrid .mainBody.preLogin {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  #app .pageGrid .mainBody {
    width: 100%;
    max-width: 100%;
  }
}
#app .pageGrid .mainBody.miniSidebar {
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
}
@media (max-width: 767px) {
  #app .pageGrid .mainBody.miniSidebar {
    width: 100%;
    max-width: 100%;
  }
}
#app .additionalItems {
  padding: 0 15px 0;
}
#app .additionalItems .item {
  display: flex;
  align-items: flex-end;
}
#app .additionalItems .item .field {
  flex: 0 0 calc(50% - 15px);
  margin: 0 15px 0 0;
}
#app .additionalItems .item a {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#app .additionalItems .item a .caption {
  font-size: 12px;
}
#app .sidebarWrapper {
  position: relative;
  position: relative;
  background-color: #fff;
  z-index: 1002;
}
@media (min-width: 768px) {
  #app .sidebarWrapper {
    z-index: 2;
  }
}
#app .sidebarWrapper::after {
  content: "";
  width: 2px;
  background: var(--ds-border, linear-gradient(to left, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0) 100%));
  opacity: 0.5;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#app .sidebarWrapper .sidebarMobileToggle {
  position: absolute;
  left: 6px;
  top: -37px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
}
#app .sidebarWrapper .sidebarMobileToggle.hasNoGrid {
  top: 35px;
  left: 8px;
}
#app .sidebarWrapper .sidebarMobileToggle:focus {
  outline: none;
  box-shadow: none;
}
#app .sidebarWrapper .sidebarMobileToggle:active {
  outline: none;
  box-shadow: none;
}
#app .yunoSidebar .sidebarLayout {
  position: sticky;
  top: 0;
  z-index: 1001;
}
#app .yunoSidebar .sidebarToggle {
  position: absolute;
  right: -12px;
  top: 18px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  outline: none;
  text-decoration: none;
}
#app .yunoSidebar .sidebarToggle:focus {
  outline: none;
  box-shadow: none;
}
#app .yunoSidebar .sidebarToggle:active {
  outline: none;
  box-shadow: none;
}
#app .yunoSidebar .sidebarToggle.isMobile {
  border-radius: 0;
  border: 0;
  right: -30px;
  top: -36px;
  color: rgba(0, 0, 0, 0.87);
}
#app .yunoSidebar .sidebarToggle.isMobile .material-icons {
  font-size: 24px;
}
#app .yunoSidebar .sidebarToggle.isMobile:hover {
  text-decoration: none;
  color: #A81E22;
}
#app .yunoSidebar .sidebarToggle.isDesktop .material-icons {
  font-size: 18px;
}
#app .yunoSidebar .sidebarToggle.isDesktop:hover {
  text-decoration: none;
  background-color: #A81E22;
  color: white;
}
#app .yunoSidebar .logo {
  padding: 10px 10px;
}
#app .yunoSidebar .logo img {
  width: auto;
  height: 40px;
}
#app .yunoSidebar .menuFooter {
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  width: 100%;
  margin-bottom: 15px;
}
#app .yunoSidebar .menuFooter img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
  background-color: #E6E6E6;
}
#app .yunoSidebar .menuFooter figcaption {
  flex: 0 0 calc(100% - 37px);
  margin-left: 7px;
  overflow: hidden;
}
#app .yunoSidebar .menuFooter figcaption .userName {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 3px;
}
#app .yunoSidebar .menuFooter figcaption .userEmail {
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
#app .yunoSidebar .menuFooter.isMini figcaption {
  display: none;
}
#app .yunoSidebar .b-sidebar .menu-label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  color: #534342;
}
#app .yunoSidebar .b-sidebar .menu-list + .menu-label {
  margin-top: 20px;
}
#app .yunoSidebar .b-sidebar .sidebar-content {
  width: 240px;
  box-shadow: none;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 40;
  z-index: 1003;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #app .yunoSidebar .b-sidebar .sidebar-content {
    position: relative;
  }
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini {
  width: 80px;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .menuWrapper .menu-list li .caption {
  display: none;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .menu-list li {
  height: 40px;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .menu-list li.hasSubmenu > a .iconWrapper {
  position: absolute;
  right: -1px;
  top: 11px;
  font-size: 17px;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .additionalItems .item {
  flex-direction: column;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .additionalItems .field {
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-mini .additionalItems .field .control {
  position: absolute;
  left: -99999px;
  top: 0;
}
#app .yunoSidebar .b-sidebar .sidebar-content.is-light {
  background-color: #FFF;
}
@media (min-width: 768px) {
  #app .yunoSidebar .b-sidebar .sidebar-content.is-light {
    background-color: transparent;
  }
}
#app .yunoSidebar .menu {
  padding: 25px 10px 15px;
}
#app .yunoSidebar .menu .menuWrapper {
  margin-bottom: 15px;
}
#app .yunoSidebar .menu .menu-list .referralField {
  display: flex;
  align-items: center;
  width: 100%;
}
#app .yunoSidebar .menu .menu-list .referralField .b-skeleton > .b-skeleton-item {
  background-color: #181818;
}
#app .yunoSidebar .menu .menu-list .referralField .referralIcon {
  background-image: url("../../../assets/images/union.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-right: 11px;
}
#app .yunoSidebar .menu .menu-list .referralField a {
  color: #A81E22;
  text-decoration: underline;
  background: none;
  padding: 0;
}
#app .yunoSidebar .menu .menu-list .referralField a.noLeftGap {
  padding: 0;
  position: relative;
  left: -3px;
  text-decoration: none;
}
#app .yunoSidebar .menu .menu-list .referralField a:hover {
  background: none;
}
#app .yunoSidebar .menu .menu-list .referralField a .caption {
  font-size: 12px;
}
#app .yunoSidebar .menu .menu-list .referralField a .caption:hover {
  background: none;
}
#app .yunoSidebar .menu .menu-list .referralField.isMini {
  position: relative;
  overflow: hidden;
}
#app .yunoSidebar .menu .menu-list .referralField.isMini .field {
  position: absolute;
  left: -99999px;
}
#app .yunoSidebar .menu .menu-list .referralField.isMini a {
  padding: 0;
  position: relative;
  left: -1px;
}
#app .yunoSidebar .menu .field {
  margin-bottom: 0;
}
#app .yunoSidebar .menu .field .control input[type=text] {
  background: none;
  border: 0;
  width: 85px;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  height: auto;
}
#app .yunoSidebar .menu .menu-list li > ul li a:hover {
  background: none;
}
#app .yunoSidebar .menu .menu-list li > ul li a.is-active {
  background: none;
}
#app .yunoSidebar .menu .menu-list li a {
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
  border-radius: 4px;
  padding: 0 12px;
}
#app .yunoSidebar .menu .menu-list li a:focus {
  outline: none;
}
#app .yunoSidebar .menu .menu-list li a .fluid {
  width: 100%;
}
#app .yunoSidebar .menu .menu-list li a .yunoIcon {
  margin-right: 10px;
  font-size: 16px;
  color: #534342;
}
#app .yunoSidebar .menu .menu-list li a:hover {
  text-decoration: none;
  background-color: rgb(255, 248, 247);
}
#app .yunoSidebar .menu .menu-list li a.is-active {
  background-color: rgb(237, 224, 222);
}
#app .yunoSidebar .menu .menu-list li a .b-tooltip:not([data-label=""]):hover::after {
  visibility: hidden;
}
#app .yunoSidebar .menu .menu-list li.referrals a.is-active {
  background-color: transparent;
}
#app .yunoSidebar .menu .menu-list li.referrals.myearnings a.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
#app .yunoSidebar .menu .menu-list li.hasSubmenu > a {
  position: relative;
}
#app .yunoSidebar .menu .menu-list li.hasSubmenu > a .iconWrapper {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 18px;
}
#app .yunoSidebar .menu .menu-list li.hasSubmenu .referralIcon {
  background-image: url("../../../assets/images/union.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 15px;
}
#app .yunoSidebar .menu .menu-list li > ul {
  margin: 10px 0 10px 10px;
}
#app .yunoSidebar .menu .menu-list li > ul li {
  margin-left: 0;
  border-color: #E6E6E6;
}
#app .yunoSidebar .menu .menu-list li > ul li a {
  background-color: transparent;
  font-size: 12px;
  padding-left: 14px;
}
#app .yunoSidebar .menu .menu-list li > ul li a.is-active {
  border-color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.05);
}
#app .yunoSidebar .menu .menu-list li > ul li a .yunoIcon {
  font-size: 14px;
}
#app .yunoSidebar .menu .menu-list li > ul li a:hover {
  background-color: #FFF;
  outline: none;
}
#app .yunoSidebar .menu .menu-list li.search_item {
  display: none;
}/*# sourceMappingURL=headerWithLeftMenu.css.map */