@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body{
 margin:0;
  padding:0;
  height:100%;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, .85vw, 16px);
  /*font-size: 1vw; /* Escala com a largura da tela */  */
}

.select-centro{
    text-align: center;
    text-align-last: center;
}
/* TOPO */
.topbar {
    height: 120px;
    background-color: #17BEBB;
    color: #083B4C;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0; /* desktop */
    right: 0;
    z-index: 1050;
}

/* SIDEBAR */
.sidebar {
    width: 250px;
    /*background-color: #083b4c;*/
    background-color: #17BEBB;
    position: fixed;
    top: 120px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 1100;
}

.sidebar a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.sidebar a:hover {
    background-color: rgba(255,255,255,0.1);
}

.sidebar .submenu a {
    padding-left: 40px;
    font-size: 0.9rem;
    background-color: rgba(0,0,0,0.1);
}

.sidebar a.active {
    background-color: #17bebb;
    color: white;
}

/* ROTACIONAR SETA */
.rotate {
    transition: transform 0.3s ease;
}

.rotate.open {
    transform: rotate(90deg);
}

/* CONTEÚDO */
.main-content {
    position: fixed;
    top: 120px;
    left: 250px;
    right: 0;
    bottom: 0;
    background-color: #f5f7fa;
    padding: 10px;
    height:calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.main-content .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-content .card-body {
    flex: 1;
    overflow: hidden;
}
.main-content.scroll-page {    
    height: auto;
    overflow-y: auto;
}
.dashboard-page {
    overflow-y: auto;
}
@media (max-width: 992px) {

    .topbar {
        left: 0;
    }

    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.show {
        transform: translateX(0);
    }

    .main-content {
        left: 0;
    }

}
/* =========================
   ZELAR - Tema Acqua
   Base: #17bebb
========================= */

/* TEXT */
.text-acqua {
    color: #17bebb !important;
}

/* BACKGROUND */
.bg-acqua {
    background-color: #17bebb !important;
    
}

.bg-acqua-light {
    background-color: #e6fafd !important;
}

/* BORDER */
.border-acqua {
    border-color: #17bebb !important;
}

/* BUTTON */
.btn-acqua {
    background-color: #17bebb;
    border-color: #0bb3d0;
    color: #ffffff;
}

.btn-acqua:hover {
    background-color: #0aa6c2;
    border-color: #098ea6;
    color: #ffffff;
}

.btn-acqua:focus,
.btn-acqua:active {
    background-color: #098ea6;
    border-color: #098ea6;
    box-shadow: 0 0 0 0.2rem rgba(12, 192, 223, 0.4);
}

/* OUTLINE BUTTON */
.btn-outline-acqua {
    color: #17bebb;
    border-color: #17bebb;
}

.btn-outline-acqua:hover {
    background-color: #17bebb;
    color: #ffffff;
}

/* ALERT */
.alert-acqua {
    background-color: #e6fafd;
    border: 1px solid #17bebb;
    color: #055d6b;
}

/* BADGE */
.badge-acqua {
    background-color: #17bebb;
    color: #ffffff;
}

/* TABLE */
.table-acqua thead {
    background-color: #17bebb;
    color: #ffffff;
}

/* LINK */
/*.link-acqua {
    color: #17bebb;
    text-decoration: none;
}

.link-acqua:hover {
    color: #098ea6;
    text-decoration: underline;
}*/
.sidebar a.active {
    background-color: #083b4c;
    color: #ffffff !important;
}
/* CARD HEADER */
.card-header-acqua {
    background-color: #17bebb;    
}

/* PROGRESS */
.progress-bar-acqua {
    background-color: #17bebb;
}
/* CARD ALTURA CONTROLADA */

.card-full {
    height: 100vh;              /* ocupa tela inteira */
    display: flex;
    flex-direction: column;
}

.card-header {
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.card-footer {
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-body {
    flex: 1;               /* ocupa o espaço restante */
    overflow-y: auto;      /* scroll só aqui */
}
/*botão do menu*/

@media (max-width: 992px) {

    #menuToggle {
        width: 54px;
        height: 54px;
        font-size: 2rem;
        border-radius: 12px;
        background-color: rgba(255,255,255,0.6);
        border: none;
    }

}


.nav-link{
	color: #efc20d !important;	
}
.icone{
  width: 18%;
  margin: 1%;
  cursor: pointer;
}
.principal{
  overflow-y: auto !important;
  overflow-x: hidden;
/*  height: 75vh;*/
}
.sc{
  overflow: hidden;
}
.dentro{
  overflow-y: auto;
}
.miniatura{
  width: 10%;
  max-width:10%;
  margin: 1%;
  cursor: pointer;
}
.ui-widget-content { 
  z-index:99999999 !important; 
}

.nav{
  --bs-nav-tabs-link-active-color: black !important;
  --bs-nav-tabs-link-active-bg: #E9C93A !important;
  --bs-link-color: black !important;;
  
  
}
.link-hover-color{
  color:#E9C93A !important;
}
.select2--large{
  min-height: 38px !important;
  padding-top:20px !important;
}
.custom-label {
    margin-top: 1rem; /* Ajuste conforme necessário */
}
.fancybox-slide {
  padding-left: 0 !important;  /* Remove qualquer espaçamento interno */
  padding-right: 0 !important;  /* Remove qualquer espaçamento interno */
  background: transparent !important;  /* Garante que o fundo seja transparente */
}

.fancybox-content {
  margin: 0 !important;  /* Remove qualquer margem */
  max-width: 100% !important;
}

.fancybox-iframe {
  width: 100% !important;
}
#meuCard {
    display: flex;
    flex-direction: column;
    height: 99vh; /* ou 100% se tiver container pai com altura definida */  
}

#corpoFormulario {
    flex: 1 1 auto;
    overflow-y: auto;
}
#rodape {
    display: flex;
    flex-direction: column;
    height: 10vh; /* ou 100% se tiver container pai com altura definida */
}
#corpoFormulario{
  overflow-y: hidden;
}

#destaque-servicos {
  cursor:pointer;
  font-weight: bold;
}
.bootstrap-table .fixed-table-body {
    overflow-x: hidden !important;
}
.select2-container .select2-selection--single {
    height: 57px !important;
    
}

.select2-container .select2-selection__rendered {
    line-height: 37px !important;
}

.select2-container .select2-selection__arrow {
    height: 37px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 57px !important;
    
}
#table tbody tr.selected,
#table tbody tr.table-active {
    background-color: #F0F0F0 !important; /* cinza bootstrap */
}
.parcelas-scroll {
  max-height: calc(100vh - 340px);
  overflow-y: auto;
  overflow-x: hidden;
}