:root {
    --bs-blue: #5C68FF;
    --bg-input: #C3C6DC;
    --bg-box: #EEF0FE;
    --bs-pink: #FF0674;
    --bs-blue-hover: #4550d9;
    --bg-sidebar: #FFFFFF;
    --text-color: #5F637B;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F637B;
    background-color: #F5F6FE;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.login.login-v1 {
  min-height: 100vh;
  width: 100%;
  background: transparent linear-gradient(147deg, #FF0573 0%, #F9C17F 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.login.login-v1 .login-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.login.login-v1 .login-container .login-header {
  max-width: 227px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.login.login-v1 .login-container .login-header .brand {
  padding: 0;
  font-size: 28px;
  color: #20252a;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.login.login-v1 .login-container .login-header .brand .logo{
display: block;
width:227px;
height:68px;
background:url(../imagens/logo.png);
background-size:100%;
background-position: center;
}
.login.login-v1 .login-container .login-body {
padding: 15px;
}
.login.login-v1 .login-container .login-body .login-content {
  padding: 0;
  color: var(--bg-sidebar);
  max-width: 380px;
  margin: 0 auto;
}
.fs-15px {
  font-size: 15px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.form-floating {
  position: relative;
}
.login.login-v1 .login-container .login-body .login-content .form-control {
  border-color: transparent;
  background: var(--bg-sidebar);
  color: var(--text-color);
  text-align: center;
}
.form-floating > .form-control {
  padding: 5px 15px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #20252a;
  background-color: var(--bg-input);;
  background-clip: padding-box;
  font-family:'Poppins', sans-serif;
  border: 0;
  height:42px;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 5px 15px;
  justify-content: center;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  color: var(--text-color);
  width:100%;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-control:focus{
    outline: none !important;
    border: 0 !important;
}
.login.login-v1 .login-container .login-body .login-content .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}
.login.login-v1 .login-container .login-body .login-content .form-control::-moz-placeholder {
    color: var(--text-color);
}
.login.login-v1 .login-container .login-body .login-content .form-control:-ms-input-placeholder {
    color: var(--text-color);
}
.login.login-v1 .login-container .login-body .login-content .form-control:-moz-placeholder {
    color: var(--text-color);
}
.login.login-v1 .login-container .login-body .login-content .form-control:focus {
    -webkit-box-shadow: 0 0 0 3px rgb(255,255,255,.2);
    box-shadow: 0 0 0 3px rgb(255,255,255,.2);
}
.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::-webkit-input-placeholder {
    color: transparent;
}
.login.login-v1 .login-container .login-body .login-content .form-floating .form-control::-moz-placeholder {
    color: transparent;
}
.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:-ms-input-placeholder {
    color: transparent;
}
.login.login-v1 .login-container .login-body .login-content .form-floating .form-control:-moz-placeholder {
    color: transparent;
}
.login.login-v1 .login-container .login-body .login-content .form-check-input {
    background-color: var(--bg-sidebar);
    border-color: transparent;
}
.login.login-v1 .login-container .login-body .login-content .form-check-input:checked {
    background-color: var(--bs-pink);
    border: 2px solid #fff;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(1) translateY(-12px) translateX(-3px);
    font-size:12px;
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(1) translateY(-12px) translateX(-3px);
    font-size:12px;
}
.eye{
position: absolute;
width:18px;
height:18px;
right:10px;
top:50%;
transform:translatey(-50%);
cursor:pointer;
}
.eye svg{
fill:var(--text-color);
width:100%;
height:100%;
}
.eye .bi-eye-slash{
display: none;
}
.eye.visible .bi-eye-slash{
display: block;
}
.eye.visible .bi-eye{
display: none;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  border:2px solid #fff;
}
.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 2em;
  margin-bottom: 0.125rem;
}
.btn-success {
background-color: var(--bs-blue);
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
height: 44px;
border-radius: 5px;
font: normal normal bold 18px/27px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
cursor:pointer;
}
.btn-success:hover{
background-color: var(--bs-blue-hover);
}
.app-loader.loaded {
  display: none;
}
.app-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #dee2e6;
  z-index: 1050;
  height: 100vh;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app-loader.loaded .spinner {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
animation: none;
}
.app-loader.fading {
    opacity: 0;
    -webkit-animation: appLoaderFadeOut 0.2s ease;
    -moz-animation: appLoaderFadeOut 0.2s ease;
    -ms-animation: appLoaderFadeOut 0.2s ease;
    -o-animation: appLoaderFadeOut 0.2s ease;
    animation: appLoaderFadeOut 0.2s ease;
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pace-top .pace .pace-progress {
    top: 0 !important;
}
.pace-top .pace .pace-activity {
    top: 15px !important;
}
.pace {
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.pace .pace-progress {
    top: 50px;
    height: 3px;
    background: var(--bs-blue);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pace .pace-progress .pace-progress-inner {
    display: none;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 1030;
    top: 15px;
    right: 10px;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 2px solid transparent;
    border-top-color: var(--bs-blue);
    border-left-color: var(--bs-blue);
    -webkit-animation: pace-spinner 0.4s linear infinite;
    -moz-animation: pace-spinner 0.4s linear infinite;
    -ms-animation: pace-spinner 0.4s linear infinite;
    -o-animation: pace-spinner 0.4s linear infinite;
    animation: pace-spinner 0.4s linear infinite;
    border-radius: 40px;
}
.pace.pace-inactive {
    display: block;
    opacity: 0;
}
.pace-done .pace.pace-inactive {
    display: block;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.app-sidebar-fixed .app-sidebar {
  position: fixed;
}
.app-sidebar {
  max-width: 320px;
  width:100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding:35px 0;
  background: var(--bg-sidebar);
  z-index: 1010;
  border-right:1px solid;
  border-top:1px solid;
  border-bottom: 1px solid;
  border-color: var(--bs-pink);
  border-radius: 0 50px 50px 0;
  transition: all .5s ease;
  transition-property: all;
  transition-delay: 0s;
transition-property: all;
transition-delay: 0s;
}
.logo-sidebar{
text-align: center;
margin-bottom: 20px;
}
.logo-sidebar img{
max-width:120px;
}
.menu-profile-image{
position: relative;
width: 130px;
height: 130px;
border-radius: 50%;
margin: 0 auto 20px;
}
.menu-profile-image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.change-image{
font-size: 29px;
color: var(--bs-blue);
position: absolute;
right: 5px;
bottom: 7px;
border-radius: 50%;
background: #fff;
width: 29px;
height: 29px;
display: flex;
align-items: center;
justify-content: center;
cursor:pointer;
}
.menu-profile-info .flex-grow-1{
text-align: center;
font: normal normal 700 20px/20px Poppins;
letter-spacing: 0px;
color: var(--text-color);
width: 100%;
}
.menu-profile{
margin-bottom: 35px;
}
.app-sidebar .menu{
padding:0 20px;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.app-sidebar .menu .menu-item {
position: relative;
margin-bottom: 5px;
}
.app-sidebar .menu .menu-item .menu-link {
  padding: 10px 20px;
  line-height: 20px;
  color: var(--text-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.app-sidebar .menu .menu-item .menu-icon {
  width: 14px;
  text-align: center;
  line-height: 20px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 14px;
  font-size: 19px;
  transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.app-sidebar .menu .menu-item .menu-link .menu-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size:15px;
  padding-top:3px;
}
.app-sidebar .menu .menu-item.active > .menu-link, .app-sidebar .menu .menu-item .menu-link:hover {
  position: relative;
  z-index: 10;
  color: var(--bs-pink);
  background:var(--bg-box);
  border-radius: 14px;
}
.app-sidebar .app-sidebar-minify-btn {
margin: 10px -20px 10px auto;
  padding: 5px 10px 5px 10px !important;
  background: var(--bs-pink);
  color: var(--bg-sidebar);
  border-radius: 20px 0 0 20px;
}
.d-flex {
  display: flex !important;
}
.ms-auto {
  margin-left: auto !important;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) {
  max-width: 60px;
}
.app-sidebar:not(.app-sidebar-end) .menu-profile, .logo-sidebar, .menu > .menu-item > .menu-link .menu-text{
max-width: 100%;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
overflow: hidden;
max-height: 1000px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu-profile, .app-sidebar-minified:not(.app-without-sidebar) .logo-sidebar, .app-sidebar-minified:not(.app-without-sidebar) .menu > .menu-item > .menu-link .menu-text, .app-sidebar-minified:not(.app-without-sidebar) .sociais-side{
max-width: 0;
max-height:0;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.app-sidebar-minified .app-sidebar .menu {
  padding: 0 5px;
}
.app-sidebar-minified .app-sidebar .menu .menu-item .menu-link {
  padding: 13px 5px;
}
.app-sidebar-minified .app-sidebar .menu .menu-item .menu-icon {
width: 100%;
margin-right: 0;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn i::before {
content: "\f231";
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn{
margin: 10px -5px 10px auto;
}
ul, li{
list-style: none;
padding: 0;
}
.sociais-side{
position: fixed;
bottom:0;
left:0;
width:100%;
max-width: 320px;
border-radius: 0 0 50px 0;
border-top:1px solid #ccc;
overflow: hidden;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.sociais-side ul{
display: flex;
align-items: center;
justify-content: center;
}
.sociais-side ul li a{
padding:0;
color:var(--text-color);
font-size:14px;
font-weight: 700;
display: block;
}
.sociais-side ul li a i{
font-size:20px;
}
.sociais-side ul li.face a{
padding:0 10px;
}
.sociais-side ul li.youtube a {
padding-top:5px;
}
.sociais-side ul li strong{
display: block;
margin-right:20px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-content {
padding-left: 60px;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.app-content {
  padding: 36px 0 36px 320px;
transition: all .5s ease;
transition-property: all;
transition-delay: 0s;
}
.container{
width:100%;
max-width:1220px;
margin:auto;
padding: 0 15px;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 140px;
  padding: 6px 15px;
  margin: 0;
  font-size: 15px;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--bg-sidebar);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transform:none !important;
  right:0 !important;
  left: auto !important;
  top: 34px !important;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu a{
line-height: 20px;
color: var(--text-color);
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.dropdown-menu a:hover{
color:var(--bs-pink);
}
.dropdown-menu a i{
font-size:20px;
margin-right:10px;
}

.navbar-user{
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
}
.navbar-user .email-user{
display: block;
margin: 0 15px;
font-size: 16px;
color: var(--text-color);
}
.navbar-user a.options-user, .navbar-user .notification{
font-size: 20px;
color: var(--bs-blue);
}
.bar-page{
display: flex;
align-items: center;
justify-content: space-between;
background: transparent linear-gradient(83deg, #FF0573 0%, #F9C17F 100%) 0% 0% no-repeat padding-box;
border-radius: 30px;
padding: 0 211px 0 60px;
margin: 36px 0 25px;
min-height:150px;
}
.bar-page .icone img{
max-width: 180px;
margin-top: -65px;
margin-bottom: -33px;
}
.bar-page .text span{
text-align: left;
font: normal normal normal 23px/24px Poppins;
letter-spacing: 0px;
color: var(--bg-sidebar);
}
.progress-bar{
margin-bottom: 30px;
}
.progress-bar label{
text-align: left;
letter-spacing: -0.26px;
color: #313233;
font-size: 13px;
font-weight: 500;
}
.barra{
width: 312px;
height: 8px;
background: #D8D8D8;
border-radius: 10px;
overflow: hidden;
margin-top: 5px;
}
.barra span{
width:60%;
height:100%;
border-radius: 10px;
background:var(--bs-blue);
display: block;
}
.form-check-input:checked {
  background-color: transparent;
  border: 2px solid #fff;
}
.form-check-input:checked + label:before{
content:"";
width: 12px;
height: 12px;
position: absolute;
left: -26px;
top: 7px;
background-color: var(--bs-blue);
}
label{
position: relative;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.col-md-1 {
  flex:0 0 auto;
  width:8.3333333333%
 }
 .col-md-2 {
  flex:0 0 auto;
  width:16.6666666667%
 }
 .col-md-3 {
  flex:0 0 auto;
  width:25%
 }
 .col-md-4 {
  flex:0 0 auto;
  width:33.3333333333%
 }
 .col-md-5 {
  flex:0 0 auto;
  width:41.6666666667%
 }
 .col-md-6 {
  flex:0 0 auto;
  width:50%
 }
 .col-md-7 {
  flex:0 0 auto;
  width:58.3333333333%
 }
 .col-md-8 {
  flex:0 0 auto;
  width:66.6666666667%
 }
 .col-md-9 {
  flex:0 0 auto;
  width:75%
 }
 .col-md-10 {
  flex:0 0 auto;
  width:83.3333333333%
 }
 .col-md-11 {
  flex:0 0 auto;
  width:91.6666666667%
 }
 .col-md-12 {
  flex:0 0 auto;
  width:100%
 }
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.form-pesquisa label{
display: block;
width:100%;
margin-bottom: 5px;
font-size:15px;
}
.form-pesquisa .input-pesquisa{
width:100%;
background:var(--bg-input);
height:42px;
border-radius: 5px;
margin-bottom: 20px;
border:0;
box-shadow: none;
outline: none;
padding:5px 15px;
font-size: 15px;
font-family: 'Poppins', sans-serif;
}
.fields{
padding: 40px 50px 20px;
background: #EEF0FE;
border-radius: 30px;
margin-bottom: 35px;
}
.form-pesquisa .form-check{
width: 435px;
margin: 0 auto 40px !important;
display: flex;
align-items: center;
}
.form-perfil .form-check label{
font-size:16px;
margin-left:7px;
}
.form-perfil .form-check label span{
font-weight: 700;
cursor:pointer;
}
.form-perfil .form-check label span:hover{
color:var(--bs-pink);
}
.form-perfil .form-check-input{
border-color: var(--text-color);
}
.form-perfil .form-buttons{
max-width: 199px;
margin: auto;
}
.form-perfil .form-buttons .btn-success{
font-weight: 400;
}
.form-perfil{
padding-bottom: 50px;
}
.bar-filhos{
margin-bottom: 60px;
}
.app-filhos .fields{
min-height:395px;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 50px 40px;
}
.app-filhos .fields p{
text-align: center;
font: normal normal normal 16px/25px Poppins;
letter-spacing: 0px;
color:var(--text-color);
}
.bt-add-filho{
display: flex;
align-items: center;
justify-content: center;
width: 199px;
height: 40px;
border-radius: 4px;
background: #76C786;
margin: auto;
color: var(--bg-sidebar);
letter-spacing: -0.39px;
font-size: 18px;
text-decoration: none;
}
.bt-add-filho:hover{
background:#4f925d;
color:var(--bg-sidebar);
}
.content-filhos{
width:100%;
}
.content-filhos table{
width:100%;
max-width: 980px;
margin:50px auto 40px;
border-collapse: collapse;
}
.content-filhos table tr{
background:var(--bg-sidebar);
}
.content-filhos table tr td{
padding:10px 20px;
}
.content-filhos table tr td.actions{
text-align: right;
}
.content-filhos table tr:nth-child(2n){
background:#F5F6FE;
}
.content-filhos table tr td.name{
font-size:16px;
}
.content-filhos table tr td.name i{
font-size:21px;
}
.content-filhos table tr td.actions a.edit-menor{
font-size:21px;
padding-right:14px;
color:var(--bs-blue);
}
.content-filhos table tr td.actions a.remove-menor{
font-size:20px;
color:#FF0573;
}
h2.title-page{
color:var(--text-color);
text-align: left;
font: normal normal 600 22px/22px Poppins;
letter-spacing: 0px;
margin-bottom: 30px;
margin-top: -20px;
padding-left: 40px;
}
.btn-cancel {
  background-color: transparent;
  border-color: var(--text-color);
  border:1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font: normal normal bold 18px/27px Poppins;
  letter-spacing: 0px;
  color: var(--text-color);
  cursor: pointer;
}
.btn-cancel:hover{
  border-color: #000;
  color:#000;
}
.form-filhos .form-buttons, .form-interesses .form-buttons{
display: flex;
align-items: center;
justify-content: space-between;
width:415px;
max-width: 100%;
margin:auto;
flex-wrap: wrap;
}
.form-filhos .form-buttons .bt-cancelar, .form-filhos .form-buttons .bt-salvar, .form-interesses .form-buttons .bt-cancelar, .form-interesses .form-buttons .bt-salvar{
width:200px;
}
.form-filhos .form-buttons button, .form-interesses .form-buttons button{
font-weight: 400 !important;
}
.tabela-eventos{
border-collapse: collapse;
width:100%;
}
.tabela-eventos thead{
background:#5F637B;
color:#fff;
}
.tabela-eventos tr td{
padding:13px 15px;
}
.tabela-eventos tbody tr td{
font-size: 14px;
}
.tabela-eventos tbody tr{
  background:#F5F6FE; 
}
.tabela-eventos tbody tr:nth-child(2n){
background:#ffffff;
}
.view-detalhes{
  background: #5C68FF;
  color: #fff;
  border-radius: 20px;
  display: flex;
  max-width: 83px;
  height: 27px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.view-detalhes:hover{
  background: #454ecf;
}
.app-eventos .fields{
padding:40px 50px 40px;
}
.bar-eventos{
margin-bottom: 50px;
}
.form-interesses .form-check label{
font-size:16px;
font-size: 16px;
margin-left: 7px;
line-height: 28px;
}
.form-interesses .form-check {
display: flex;
align-items: center;
}
.form-interesses .form-check  .form-check-input{
border-color: var(--text-color);
}
.form-interesses .form-check{
cursor: pointer;
}
.selecionados{
  margin: 40px 20px 25px;
}
.selecionados .nomes span{
display: inline-block;
background:#C4DBFD;
border-radius: 2px;
color:#3C87FB;
font-size: 12px;
padding:5px 15px;
margin-right:10px;
margin-bottom: 5px;
}
#drop-zone {
  width: 100%;
  min-height: 189px;
  border: 2px dashed #fff;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
  font-size: 25px;
  color: var(--bg-sidebar);
  background-color: #C3C6DC;
  margin-bottom: 25px;
}
#drop-zone p{
margin:50px 0 20px;
}
#drop-zone input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}
#drop-zone.mouse-over {
  border: 3px dashed rgba(0, 0, 0, .3);
  color: #7E7E7E;
}
#clickHere {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  width: 199px;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid #fff;
  letter-spacing: -0.39px;
color: #FFFFFF;
height:40px;
align-items: center;
justify-content: center;
margin:auto;
}
#clickHere:hover {
background-color: var(--bs-blue);
}
#filename {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5em;
}
.file-preview {
  background: #ccc;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.file_0{
display: flex;
align-items: center;
justify-content: center;
}
.closeBtn{
color:var(--bs-pink);
font-size: 19px;
}
.form-up-depoimento .description{
text-align: center;
font: normal normal normal 16px/25px Poppins;
letter-spacing: 0px;
max-width: 472px;
margin:30px auto;
}
.form-upload.form-pesquisa .form-check {
width: 615px;
display: flex;
align-items: center;
margin: 20px auto 0 !important;
}
.form-upload .form-check label{
margin-left: 7px;
line-height: 25px;
position: relative;
height: 25px;
}
.form-upload .form-check label span{
font-weight: 700;
cursor:pointer;
}
.form-upload .form-check label span:hover{
color:var(--bs-pink);
}
.form-upload .form-check .form-check-input{
border-color:var(--text-color);
}
.form-upload .form-buttons, .form-senha .form-buttons{
text-align: center;
}
.form-upload .btn-success, .form-senha .btn-success{
width:199px;
height:40px;
font-weight: 400;
margin:auto;
}
.form-upload .input-form, .form-upload #drop-zone{
max-width: 860px;
margin:auto;
}
.input-form{
position: relative;
}
.form-senha .eye{
margin-top:14px;
}
.form-senha .input-form{
max-width: 540px;
margin:0 auto 20px;
}
.bar-senha{
margin-bottom: 50px;
}
.form-check label:after{
content:"";
position: absolute;
left:-30px;
width:20px;
height:20px;
border-radius: 4px;
border:2px solid var(--text-color);
top: 3px;
}
.form-check input{
display: none;
}
.modal{
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: none;
width: 100%;
height: 100vh;
overflow-y:auto;
overflow: hidden;
outline: 0;
}
.modal-open {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(195, 198, 220, 0.5);;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}
.content-modal{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 6px #00000029;
  border-radius: 30px;
  position: relative;
  max-width: 800px;
  padding:40px;
  padding-right:20px;
  width: 94%;
  height: 90%;
  max-height: 800px;
}
.content-modal-evento{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 10px 6px #00000029;
border-radius: 30px;
position: relative;
max-width: 427px;
width: 94%;
}
.content-modal-evento .close-modal-evento, .close-modal-termos, .close-modal-imagem{
border-radius: 50%;
width: 22px;
height: 22px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
background: #fff;
top: -26px;
right: -10px;
font-size: 24px;
color: var(--bs-blue);
cursor:pointer;
}
.box-termos{
max-height:100%;
height:680px;
overflow: auto;
font-size:15px;
color:var(--text-color);
padding-right:20px;
}
.title-modal {
  font: normal normal 700 26px/35px Poppins;
  letter-spacing: -1.3px;
  color: var(--bs-pink);
  margin-bottom: 20px;
margin-top:0;
}
.content-modal-evento .mapa{
border-radius: 30px 30px 0 0;
overflow: hidden;
}
.content-modal-evento .content{
padding: 10px 25px 30px;
}
.content-modal-evento .content .bottom-map{
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 1px solid #E3E4E6;
}
.content-modal-evento .content .bottom-map h2{
margin: 0;
font-weight: 500;
font-size: 22px;
color:#222;
}
.content-modal-evento .content .bottom-map span{
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 20px;
font-size: 13px;
}
.avaliacoes i:first-child{
margin-left:6px;
}
.avaliacoes a{
margin-left:6px;
}
.avaliacoes i{
font-size:15px;
color:#f7ef05;
}
.itens-evento span{
display: flex;
align-items: center;
font-size:15px;
line-height: 16px;
}
.itens-evento span:not(:last-child){
margin-bottom: 20px;
}
.itens-evento span i{
color:var(--bs-blue);
font-size:22px;
margin-right:12px;
}

@media(max-width:992px){
.menu-profile-image {
position: relative;
width: 110px;
height: 110px;
}
.change-image {
font-size: 24px;
width: 23px;
height: 23px;
}
.menu-profile-info .flex-grow-1 {
  text-align: center;
  font: normal normal 700 18px/18px Poppins;
  letter-spacing: 0px;
  color: var(--text-color);
  width: 100%;
}
.app-sidebar{
padding:25px 0;
}
.sociais-side ul{
margin:5px 0;
}
.app-content{
padding-left:60px;
}
.form-pesquisa .form-check {
width: 100%;
}
.form-perfil .form-check label {
  font-size: 15px;
  margin-left: 7px;
  line-height: 17px;
}
.bar-page .icone{
display: none;
}
.bar-page {
padding: 30px 20px;
margin: 16px 0 25px;
min-height: auto;
}
.bar-page .text span {
text-align: left;
font: normal normal normal 18px/20px Poppins;
}
.barra {
width: 100%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.fields {
  padding: 20px 15px 20px;
  background: #EEF0FE;
  border-radius: 15px;
  margin-bottom: 35px;
}
.app-filhos .fields {
padding: 20px 15px 20px;
}
.app-filhos .fields p {
text-align: center;
font: normal normal normal 15px/20px Poppins;
}
table tbody td, table thead tr{display: flex; flex-direction: column; }
.content-filhos table tr td.actions {
  text-align: left;
}
.content-filhos table tr td {
  padding: 5px 15px;
}
h2.title-page {
font: normal normal 600 18px/22px Poppins;
margin-top: 20px;
padding-left: 10px;
}
.form-filhos .form-buttons, .form-interesses .form-buttons {
display: flex;
align-items: center;
justify-content: center;
}
.form-filhos .form-buttons .bt-cancelar, .form-interesses .form-buttons .bt-cancelar{
margin-bottom: 20px;
}
.tabela-eventos{
overflow: auto;
width: 100%;
display: flex;
}
.app-eventos .fields {
padding: 25px 10px 25px;
}
.tabela-eventos tr td:first-child{
min-height: 68px;
}
.form-interesses .form-check label {
font-size: 15px;
line-height: 17px;
}
.form-interesses .form-check{
min-height: 28px;
}

.form-check label::after{
top:0;
}
.form-check-input:checked + label::before{
top:4px;
}
.form-up-depoimento .description {
text-align: center;
font: normal normal normal 15px/22px Poppins;
}
.form-upload.form-pesquisa .form-check {
  width: 100%;
}
.form-upload .form-check label {
  margin-left: 7px;
  line-height: 20px;
  position: relative;
  height: auto;
}
#drop-zone p {
  margin: 40px 10px 20px;
  font-size:16px;
}
.content-modal{
height:90vh;
}
.modal{
z-index:2000;
}
.content-modal-evento .close-modal-evento, .close-modal-termos, .close-modal-imagem{
right:15px;
top:15px;
}











}


.menu-profile-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 59px;
    background: #f4f4f4;
    color: #d7d7d7;
}

.navbar-user .email-user {
    display: none !important;
}

span.notification {
    margin-right: 10px;
}

.bt-cadastro {
    margin-top: 10px;
    font-size: 15px;
    background: #3A44C8;
}

    .bt-cadastro:hover {
        background: #343db4;
    }