html, body {
  height: 100%; /* Garante que o body herde a altura do html */
  margin: 0; /* Remove margens padrão que podem causar barras de rolagem */
}

.app {
  min-height: 100vh; /* Garante que o conteúdo tenha no mínimo 100% da altura da viewport */
  overflow: hidden;

}

a {
  text-decoration-line: none; /* Removes default underline from links */
  color: black;
}
     
.input {
    padding: 14px 18px;
    font-size: 1.1rem;
    border: 2px solid #111;
    border-radius: 28px;
    outline: none;
    margin-bottom: 0;
    background: #fff;
    color: #222;
}     

.btn-cheio {
     padding: 14px 18px;
    width: 100%;
    background: #2196f3;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
    box-shadow: none;
}

.btn-publicacao {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
    width: 100%;
    background: #2196f3;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
    box-shadow: none;
}

.btn-outline {
    width: 100%;
    padding: 14px 18px;
    background: #fff;
    color: #2196f3;
    font-size: 1.15rem;
    font-weight: 700;
    border: 2px solid #2196f3;
    border-radius: 28px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
    box-shadow: none;
}

.auth-link {
    background: none;
    border: none;
    color: #111;
    font-size: .95rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
}

.auth-footer-link {
    color: #2196f3;
    text-decoration: none;
    font-size: .84rem;
    text-decoration: underline;
    font-weight: 500;
}

.copyright {
    width: 100%;
    text-align: center;
    color: #888;
    font-size: .78rem;
    margin-top: 8px;
}
.barra-vida{
	width:100%;
	height:30px;
	padding:3px 3px 5px 3px;
	background-color:#000;
	color:#FFF;
    font-size:12px;
}

.barra-titulo{
	width:100%;
	height:30px;
	padding:3px 3px 5px 3px;
	background-color:#000;
	color:#FFF;
    font-size:12px;
  justify-content: center;
  align-items: center;
}

.barra-voltar{
	width:100%;
	height:40px;
	background-color:#fff;
	color:#000;
    font-size:15px;
     display: flex;
	padding:15px;

}

.area-post {
    color: #222;
    margin: 10px 30px 20px 10px;
}



.menu-inferior{
	position:fixed !important;
	width:100%;
	height:50px;
	bottom:0px;
	padding:10px;
	background-color:#000;
	color:#FFF;
    z-index:90100;
    
}




.sidebar {
        position: absolute !important;
        right: -3px !important;
        top: 0 !important;
        height: 140vh !important;
        width: 35vw !important;
        min-width: 120px !important;
        max-width: 180px !important;
        display: flex !important
;
        flex-direction: column !important;
        overflow-y: scroll !important;
        background: #2196f3 !important;
        padding: 8px 5px !important;
        z-index: 110 !important;
    }


.regiao-branco {
    background: #2196f3;
    color: #fff;
    border: 2px solid #222;
    border-radius: 10px;
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 2px;
    text-align: center;
    transition: background .2s;
}

.regiao-preto {
    background: #2196f3;
    color: #222;
    border: 2px solid #222;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 2px;
    transition: background .2s;
}



.btn-post {
        position: fixed !important;
        right: 40% !important;
        bottom: 60px !important;
        background: #2196f3 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 12px !important;
        width: 50px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 1.8rem !important;
        box-shadow: 0 3px 8px #00000040 !important;
        z-index: 120 !important;
    }




.calendar, .calendar_weekdays, .calendar_content {
  max-width: 350px; }

.calendar {
  font-weight: 400; }

.calendar_content {
  background: #fff; }

.calendar_weekdays {
  background: #1089ff; }

.calendar_header {
  padding: 3px 0; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important; }

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0; }

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0; }

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default; }

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent; }

.calendar_content div.past-date {
  color: #000;
  font-weight: bold;}

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important; }
  .calendar_content div.today:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: #1089ff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48); }

.calendar_content div.selected {
  background-color: #f0f0f0; }

.calendar_header {
  width: 100%;
  text-align: center; }

.calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: #1089ff;
  float: left;
  width: 70%;
  margin: 0 0 10px; }

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #dcdcdc;
  float: left;
  width: 15%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

button.switch-month:hover {
  color: #1089ff; }