  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  body{
   font-family: "Roboto", sans-serif!important;
   font-weight: 400;
   background-color: #f2f6fc;;
 }
 .bg-clara{
   background-color: #f2f6fc;;
 }
 h1, .page-header{font-size: 2.25rem;}
 .sidebar-heading{
  padding: 1.75rem 1rem .75rem;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #a7aeb8;
}
.offcanvas.offcanvas-start{

  height: 100vh;
  width: 15rem;
  border-right: none;

}
/* Estilo específico para alerts dentro dos planos */
.plan-alert {
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    width: 100%;
    box-shadow: none;
    border: 1px solid transparent;
    margin-bottom: 1rem;
}

.plan-alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.plan-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 0.375rem;
    padding: 1rem;
    position: relative;
    margin-bottom: 1rem;
}

.custom-search-form {
  max-width: 400px;
  left: 115px;
}
.toggle-menu {
  cursor: pointer;
  font-size: 1.5rem;
  color: #0D0635;
  border: none;
  background: none;
  transition: color 0.3s;
}

.toggle-menu:hover {
  color: #5A00CC;
}
.sidenav{
  font-size: .9rem;
}
.navbar{ z-index: 1046;}
.shadow {
  box-shadow: 0 .15rem 1.75rem #21283226 !important;
}
.shadow-right {
  box-shadow: .15rem 0 1.75rem #21283226 !important;
}

.offcanvas-body {
  padding: 20px;
}

.nav-link {
  color: #333;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.nav-link:hover {
  background-color: #f8f9fa;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* Estilo geral do menu lateral */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  color: #333;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

.nav-link i {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

/* Estilo dos itens ativos */
.nav-link.active {
  background-color: #007bff;
  color: #fff;
}

/* Estilo dos submenus */

.collapse-item {
  padding: 8px 20px;
  color: #555;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.collapse-item:hover {
  background-color: #f1f1f1;
  color: #007bff;
  padding-left: 25px;
}

.collapse-item i {
  font-size: 0.9rem;
  width: 15px;
  text-align: center;
}


/* Estilo dos divisores */
.sidebar-divider {
  margin: 10px 0;
  border-top: 1px solid #eee;
}

/* Efeito de transição suave ao abrir/fechar submenus */
.collapse {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.collapse.show {
  max-height: 500px; /* Ajuste conforme necessário */
  opacity: 1;
}
.fas{
  color: #a7aeb8;
  height: 15px;
}

@media (max-width: 992px) {
  .sidenav{
    padding-top: 3.625rem;
  }
  .custom-search-form {
  left: 0px;
}
}

@media (min-width: 992px) {
  .offcanvas-start {
    position: relative !important;
    transform: none !important;
    visibility: visible !important;
    height: 100vh;
    width: 250px;
    border-right: 1px solid #ddd;
  }
}
table td a.fa { margin-right:4px; text-decoration:none }
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Estilo para o botão de fechar */
.btn-close {
    padding: 0.75rem;
    background-size: 0.75rem;
}

/* Efeitos de hover e ribbon */
.card-hover {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.ribbon {
    width: 120px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 10px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: .7em;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}