

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.gc-account-leftbar { border-right: 1px solid #7C7676;
}

.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
  border-bottom: 1px solid #7C7676;;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 70px;
}
@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;
  }
}

.gc-account-leftbar .gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small ) {
    width: 250px;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   padding-top: 10px;
   padding-bottom: 10px;
   text-transform: lowercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
   font-size: 16px;
  letter-spacing: -0.02em;
   padding-left: 30px;
  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 {
   color: #CE796B;
  transition: 0.3s;
}

.gc-account-user-submenu-bar h3 {
font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-size: 26px;
   padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.user-balance {
  margin-left: 30px!important;
  margin-top: 10px!important;
  margin-bottom: 10px;
 font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #7C7676;
}

.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;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.active {
  position: relative;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.active:before {
  content: '';
  position: absolute;
  background: #CE796B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: 7px;
  right: 7px;
}
