

.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
  width: 90px!important;
}

.custom-menu .gc-account-leftbar {
  width: 90px!important;
}

.menu-item-label {
  font-size: 11px!important;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
  left: 90px!important;
}

.talks-widget-button {
 background: linear-gradient(265.78deg, #C50000 30.25%, #F71D1D 124.93%);
}

.gc-account-leftbar, .gc-account-leftbar .gc-account-user-menu, .gc-account-leftbar.expanded, .gc-account-leftbar .toggle-link {
  background: linear-gradient(198.65deg, #F5F5F5 11.97%, #EAE4E4 88.49%);
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: none;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 60px;
}
@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
  }
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
  }
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a img {
  display: block!important;
  margin: 0 auto!important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count, .gc-account-leftbar .notify-count.with-label {
  top: 25px;
  bottom: auto;
  right: 5px;
  left: auto
}


.gc-account-leftbar .gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small ) {
    width: 250px;
  background: #fff;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   padding-top: 10px;
   padding-bottom: 10px;
   text-transform: lowercase; 
  font-weight: 400;
   font-size: 16px;
   padding-left: 20px;
  transition: 0.3s;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:first-letter {
   text-transform: uppercase;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:hover {
  transition: 0.3s;
  background: #EAE4E4;
}

.gc-account-user-submenu-bar h3 {
   font-weight: 600;
   font-size: 26px;
   padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.user-balance {
  margin-left: 20px!important;
  margin-top: 10px!important;
  margin-bottom: 10px;
  color: #4D4D4D;
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a, .gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
  border-top: none;
}

.gc-account-leftbar .gc-account-user-menu {
    margin: 0 0 0 7px;
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 5px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  margin-top: 15px;
}

.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px;
  border-radius: 15px 0 0 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  padding: 0 7px 0 0!important;
  background: none!important;
}

.gc-account-leftbar .gc-account-user-menu li a:hover, .gc-account-leftbar .gc-account-user-menu li.active a  {
  background: #fff!important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #C50000;
  border-right: none;
  transition: 0.3s;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile  a:hover {
  background: none!important;
  box-shadow: none!important;
  border: none!important;
}


.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}

.gc-account-leftbar li.menu-item.menu-item-profile  img {
    border-radius: 50%;
  border: 3px solid #C50000;
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a {
  padding: 0 7px 0 0;
}

/*.menu-item-label {
  font-size: 11px!important;
  margin-bottom: 5px!important;
  color: #900A0B!important;
   
}

.gc-account-leftbar .gc-account-user-menu li.active .menu-item-label {
    padding-left: 5px;
}*/

@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu {
    width: auto!important;
  }
  }

