.elementor-315 .elementor-element.elementor-element-20f9b4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-315 .elementor-element.elementor-element-7dda21f{--spacer-size:50px;}.elementor-315 .elementor-element.elementor-element-6c1948a{--spacer-size:50px;}@media(max-width:767px){.elementor-315 .elementor-element.elementor-element-20f9b4b{--min-height:100vh;}.elementor-315 .elementor-element.elementor-element-7dda21f{--spacer-size:1px;}.elementor-315 .elementor-element.elementor-element-418c02f > .elementor-widget-container{margin:0px 21px 0px 21px;}.elementor-315 .elementor-element.elementor-element-6c1948a{--spacer-size:1px;}}/* Start custom CSS for html, class: .elementor-element-418c02f *//* Estilos Gerais */
#notificacoes-usuario {
  font-family: 'Poppins', sans-serif;
  color: #333;
  max-width: 400px;
  margin: auto;
  font-weight: 600;
}

#btn-voltar {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #3992FF;
  background: transparent;
  border: none;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 0.3s;
}

#btn-voltar:hover {
  color: #1d6fd9;
}

#notificacoes-usuario h2 {
  margin-bottom: 20px;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* Toggle Switch */
.toggle-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color:#333;
}

#receber_notificacoes {
  display: none;
}


.toggle-switch {
  width: 50px;
  height: 25px;
  background: #ccc;
  border-radius: 25px;
  position: relative;
  margin-right: 10px;
  transition: 0.3s;
}

.toggle-switch span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

/* Tipos de notificação */
.tipos-notificacao {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #333;
}

.tipos-notificacao p {
  margin-bottom: 25px;
}

.tipos-notificacao label {
  display: block;
  margin-bottom: 25px;
  font-size: 17px
}

.tipos-notificacao small {
  color: #4d4c4c;
    
}

/* Botão */
#salvar_notificacoes {
  background: #3992FF;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  float: right;
}/* End custom CSS */