.i2m_imgPerfil {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.i2m_bg-menuLeftProfile {
  background-color: #aaafb2 !important;
}

.i2m_welcomeProfile {
  line-height: 12px;
}

.i2m_namePerfil {
  margin-bottom: 0px;
  font-weight: 400;
  color: var(--i2m_colorPerfilOscuro);
  font-size: 25px;
}

.i2m_colorProfileNEW {
  color: #606060 !important;
}

.i2m_accordionButton {
  padding-left: 40px;
  text-transform: lowercase;
}

.i2m_accordionButton::first-letter {
  text-transform: uppercase;
}

.i2m_profileNEW .accordion-collapse {
  transition: 0.5s;
}

.i2m_profileNEW .accordion-body {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 12.5px;
}

.i2m_profileNEW .accordion-body a {
  text-transform: lowercase;
}

.i2m_profileNEW .accordion-body a::first-letter {
  text-transform: uppercase;
}
.i2m_profileNEW .accordion-body .border-left {
  border-left: 2px solid #606060 !important;
  list-style-type: none;
  padding-left: 20px;
}

.i2m_profileNEW .accordion-body .border-left li {
  padding: 10px;
  position: relative;
}

.i2m_profileNEW .accordion-body .border-left i {
  position: absolute;
  font-size: 10px;
  top: 15px;
  left: -26px;
}

.i2m_bg-color-container-profile {
  background-color: #f7f7f7;
}

.i2m_bg-white-profile {
  background-color: #ffffff;
}

.i2m_contornoProfile {
  border: solid 1px #808080;
}

.i2m_borderBottomProfile {
  border-bottom: solid 1px #808080;
}

.i2m_profileCard {
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 30px;
  height: 100%;
}

.i2m_profileCard.i2m_profile_shortcuts {
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 18px;
  height: 100%;
  transition-duration: 0.5s
}

.i2m_profileCard.i2m_profile_shortcuts:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  transition-duration: 0.5s
}

.i2m_headerCardProfile h1 {
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 300;
  font-size: 25px;
  padding-left: 10px;
  border-left: 3px var(--i2m_colorPerfilOscuro) solid;
}

.i2m_miniheaderCard {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #808080;
  width: 100%;
}

.i2m_profile_shortcuts .i2m_miniheaderCard {
  /* display: flex; */
  /* align-items: start; */
  border-bottom: none;
  /* width: 100%; */
}

.i2m_miniheaderCard i {
  font-size: 25px;
  color: var(--i2m_colorPerfilOscuro);
  margin-bottom: 10px;
  margin-right: 15px;
}

.i2m_profile_shortcuts .i2m_miniheaderCard i {
  font-size: 50px;
  color: var(--i2m_colorPerfilOscuro);
  margin-right: 15px;
}

.i2m_title_shortcut {
  text-transform: none;
  font-size: 17px;
  color: #111;
}

.i2m_description_shortcut {
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 14px
}

.i2m_miniheaderCard h2 {
  font-size: 25px;
  color: #606060;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 400;
}

.i2m_listActivitiesProfile {
  list-style-type: none;
  padding-left: 0px;
}

.i2m_listActivitiesProfile li {
  margin-bottom: 15px;
}

.i2m_typeActivity {
  line-height: 14px;
  font-size: 14px
}

.i2m_imgPerfilActivity {
  width: 55px;
  height: 55px;
  background-image: no-repeat;
  background-image: fixed;
  background-image: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.i2m_listActivitiesProfile .i2m_namePerfil {
  font-weight: 500;
  font-size: 13px;
  color: #606060
}

.i2m_priceActivity p {
  font-size: 17px
}

.i2m_btnMyDashboard {
  background-color: var(--i2m_colorPerfilClaro);
  border: none;
  border-radius: 30px;
  color: var(--i2m_colorPerfilOscuro);
  font-weight: 450;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}

.i2m_rounded-0 {
  border-radius: 0px !important;
}

.i2m_bodyCard {
  padding-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i2m_profileNEW .row {
  height: 100%;
}

.i2m_rowStretch {
  margin-bottom: 25px
}

span.i2m_pointsGrande {
  font-size: 60px;
  color: #606060;
  font-weight: 350;
  line-height: 60px;
}

span.i2m_pointIcon {
  font-size: 25px;
  font-weight: 300;
}

span.i2m_monIcon {
  font-size: 17px;
  color: #606060;
  font-weight: 410;
}

span .i2m_monIcon {
  font-size: 17px;
  color: var(--i2m_colorPerfilOscuro);
  font-weight: 410;
}

span.i2m_monEquiPoint {
  font-size: 17px;
  color: #606060;
  font-weight: 410;
}

.easypiechart {
  display: inline-block;
  height: 125px !important;
  position: relative;
  text-align: center;
  width: 125px !important;
  background-color: var(--i2m_colorPerfilOscuro) !important;
}

.easypiechart .percent {
  color: #fff;
  display: inline-block;
  font-size: 35px !important;
  line-height: 125px !important;
  z-index: 2;
}

.easypiechart .percent:after {
  content: "%";
  font-size: 35px !important;
  margin-left: 1px;
}

header {
  padding-top: 66px !important;
}

.shop-table td {
  padding: 10px 0 10px 0 !important;
  border-top: 1px solid #606060 !important;
  font-size: 14px;
}

.i2m-circle-item-acount {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #777777;
  transition: 0.2s;
}


.i2m-circle-item-acount:hover {
  z-index: 11 !important;
  transform: scale(1.25);
  cursor: pointer;
}

.i2m-circlePlusAccount {
  border: dashed 1.5px #777777;
  color: #777777;
  background-color: #aaafb2;
  z-index: 10;
}

.i2m-circlePlusAccount i {
  font-size: 20px;
}


.i2m-circleBacgroundImage {
  margin-left: -10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-color:hover {
  color: var(--white) !important;
  background-color: var(--i2m_colorPerfilOscuro) !important;
}

/*Address card*/

.i2m_address_card h5{
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid var(--i2m_colorPerfilOscuro);
  padding-left: 5px;
  color: #606060;
  text-transform: lowercase;
}
.i2m_address_card h5::first-letter{
  text-transform: uppercase;
}