.inputRounded{
text-transform: uppercase;
border: 2px solid #65a275!important;
border-radius: 1.25rem!important;
padding: 8px!important;
text-align: center!important;
}

.selectRounded {
text-transform: uppercase;
border: 2px solid #65a275 !important;
border-radius: 1.25rem !important;
padding: 8px 32px 8px 12px !important; 
text-align: center !important;
background-color: #eaffea;  
color: #65a275;               
appearance: none;                
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;                        
box-sizing: border-box;        
}

.btnHsc{
background-color: #65a275!important;  
border-color: #65a275!important;  
}

.liHsc{
border-color: #65a275!important;  
}

.btn-success{
text-transform: uppercase;
border-radius: 1.25rem!important;  
padding: 8px!important;
text-align: center!important;
}

.btn-primary{
text-transform: uppercase;
border-radius: 1.25rem!important;    
padding: 8px!important;
text-align: center!important;
background-color: #65a275!important;  
border-color: #65a275!important;  
}

.text-primary{
color: #65a275!important;  
}

.btn-secondary{
text-transform: uppercase;
border-radius: 1.25rem!important;     
padding: 8px!important;
text-align: center!important;
background-color: #adadad!important;  
border-color: #adadad!important;  
}

.btn-danger{
text-transform: uppercase;
border-radius: 1.25rem!important;     
padding: 8px!important;
text-align: center!important;
background-color: #e70000!important;  
border-color: #e70000!important;  
box-shadow: none!important;
}

@font-face {
font-family: "Helvetica World";
src: url("/includes/fonts/HelveticaWorld-Regular.woff2") format("woff2"),
url("/includes/fonts/HelveticaWorld-Regular.woff") format("woff"),
url("/includes/fonts/HelveticaWorld-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Helvetica World";
src: url("/includes/fonts/HelveticaWorld-Bold.woff2") format("woff2"),
url("/includes/fonts/HelveticaWorld-Bold.woff") format("woff"),
url("/includes/fonts/HelveticaWorld-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}

input {
font-family: "Helvetica World", Helvetica, Arial, sans-serif;
font-weight: 700!important;
}

input:focus {
border-color: #2196F3!important;
outline: none!important;         
box-shadow: 0 0 5px rgba(33, 150, 243, 0.5)!important;
}

input::placeholder {
color: #65a275!important;
opacity: 1!important; 
}

input[readonly] {
background-color: #55555555!important; /* cinza claro */
/*color: #555!important;*/ /* texto mais escuro para contraste */
cursor: not-allowed!important; /* opcional: indica que não pode editar */
}

input:focus::placeholder {
color: #2196F3!important;
}

button {
font-family: "Helvetica World", Helvetica, Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
}

.textV{
font-family: "Helvetica World", Helvetica, Arial, sans-serif;
font-weight: 700!important;
color:#65a275;
}

#footerFixo {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
z-index: 1000; 
font-family: "Helvetica World", Helvetica, Arial, sans-serif;
font-weight: 400!important;
color:#65a275;
}

main {
min-height: calc(100vh - 60px);
overflow-y: auto;
}

.colorText{
color: #65a275!important;
}

.bottom-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 60px;
background-color: #fff;
border-top: 1px solid #ddd;
display: flex;
justify-content: space-around;
align-items: center;
z-index: 1030;
}

.bottom-nav a {
color: #65a275;
text-align: center;
font-size: 1.4rem;
text-decoration: none;
transition: color 0.3s;
}

.bottom-nav a.active,
.bottom-nav a:hover {
color: #65a275;
}

.top-navbar {
height: 60px;
background-color: #fff;
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1rem;
}

.top-navbar h5 {
margin: 0;
font-weight: 600;
}

.top-navbar .icon {
font-size: 1.5rem;
color: #65a275;
cursor: pointer;
transition: color 0.3s;
}

.top-navbar .icon:hover {
color: #65a275;
}

.square-card {
background-color: #65a275; /* verde Bootstrap */
border-radius: 20px;
width: 100%;
aspect-ratio: 1 / 1; /* mantém o formato quadrado */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
}

.square-card:hover {
transform: scale(1.03);
}

.square-card i {
font-size: 3rem; /* tamanho do ícone */
margin-bottom: 10px;
}

.square-card h6 {
margin: 0;
font-weight: 500;
}

.card-container {
display: flex;
gap: 1rem; 
justify-content: center;
flex-wrap: wrap;
}

.card-wrapper {
flex: 1 1 150px;
max-width: 200px;
}

body {
background-image: 
linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/includes/images/logo-green.png');
background-repeat: no-repeat;  
background-position: center center; 
background-size: 60%; 
background-attachment: fixed;
margin: 0;  
min-height: 100vh;
}

.removeLink{
text-decoration: none!important;
}

.icon-menu {
width: 30px;
height: 30px;
transition: 0.2s ease-in-out;
}

.nav-link.active .icon-menu {
filter: brightness(0) invert(1);
}

.Ativo .icon-menu {
filter: none !important;
}

.navbar {
border-radius: 20px 20px 0 0; 
background-color: #65a275!important;
}

.campoSenha {
position: relative;
width: 100%;
}

.campoSenha input {
width: 100%;
padding: 8px;
border: 2px solid #85b88b;
border-radius: 50px;
font-size: 16px;
text-align: center!important;
}

.campoSenha i {
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
cursor: pointer;
color: #444;
}

.campoSenha i:hover {
color: #000;
}


.btn-suporte{
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background: #65a275; 
    text-decoration: none;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.25);
    transition: 0.2s;
    z-index: 9999;
}

.btn-suporte:hover{
    transform: scale(1.08);
}

#lista-suporte{
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
}

#lista-suporte a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

#lista-suporte a:last-child{
    border-bottom: none;
}

#lista-suporte h4{
    margin: 0 0 10px;
    font-size: 15px;
}



.notif-bell {
  position: relative;
  cursor: pointer;
}

.notif-bell .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
}

/* ==== MODAL ==== */
#notifModal {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,.25);
  display: none;
  animation: float .15s ease;
  z-index: 999;
}

@keyframes float {
  from {transform: translateY(-10px); opacity:0}
  to   {transform: translateY(0); opacity:1}
}

.notif-header {
  padding: 12px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notif-header .close {
  cursor: pointer;
  font-size: 13px;
}

.notif-body {
  max-height: 300px;
  overflow-y: auto;
}

.notif-item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.notif-item small {
  color: #888;
  display: block;
  font-size: 11px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: red !important;
}

.text-decoration-none {
    color: inherit !important;
    text-decoration: none !important;
}


.fatura-recibo {
  max-width: 420px;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  padding: 15px 18px;
  box-shadow: 0 3px 12px rgba(0,0,0,.12);
  font-family: Arial, sans-serif;
}

.fatura-header {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.fatura-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.fatura-info {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.fat-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.fat-table th {
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.fat-table td {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
}

.totais {
  font-size: 14px;
  margin-top: 8px;
}

.totais .linha {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.totais .total {
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid #333;
  margin-top: 6px;
  padding-top: 6px;
}

.fatura-footer {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  color: #444;
}

.table-striped {
    --bs-table-striped-bg: #65a275 !important;
    --bs-table-striped-color: #000 !important; /* texto branco */
}

.font9{
    font-size: 10px !important;
}
  