.drawer-menu-button {
  width: 100%;
  color: #7D55C6;
  background: transparent;
  padding: 10px;
  border: none;
  text-align: left;
  font-weight: 500;
}

.drawer-menu-button.active,
.drawer-menu-button:hover,
.drawer-menu-button:active {
  background: #EDE9FE;
}

.resumo-conta-corrente p {
  font-size: .825rem;
  font-weight: 500;
}

.account-menu-links * {
  color: #7D55C6 !important;
  text-decoration: none;
}

.avatar {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ff6b35, #ff8f65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  position: relative;
  border-radius: 100%;
}

.avatar::after {
  content: '👋';
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
}

.avatar .camera-button{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: white;
  border-radius: 100%;
}

.level-circle{
  width: 6.5px;
  height: 6.5px;
  min-width: 6.5px;
  min-height: 6.5px;
  border-radius: 100%;
}

/* Filtros */
input.form-check-input {
  border-color: #7D55C6;
  border-radius: .25rem !important;
  width: 20px;
  height: 20px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-menu-title * {
  color: #B1A1E4!important;
}

.filter-menu-title{
  margin-top: 2rem;
  margin-bottom: 2.5rem;  
  display: flex;
  align-items: center;
  gap: .5rem;
}

.filter-header * {
  color: #7D55C6;
  text-decoration: none;
  font-size: 2rem;
}

.filter-wrapper {
  display: flex;
  gap: 1.5rem;
}

.filter-section {
  width: 100%;
}

.filter-section *{
  font-size: .75rem;
}

@media (max-width: 992px) {
  .filter-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter-wrapper {
    flex-direction: column;
  }
}

/* Jornada */
.journey-item {
  gap: 1rem;
  border-bottom: 1px solid #cecece;
  padding: 1rem 0;
}

.journey-item strong, .journey-item p {
  color: #7D55C6;
}

.journey-item strong{
  font-size: 1.1rem;
}
.journey-item p{
  font-size: .9rem;
  line-height: 110%;
  font-weight: 400;
  margin-top: .25rem;
}

.journey-item.active strong{
  text-decoration: underline;
}

.journey-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  min-width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 100%;
  color: #7D55C6;
}

.journey-item.active .icon{
  background: #7D55C6;
  color: white!important;
}