:root {
    --ad-menu-size: 360px;
}
* {
  scrollbar-width: thin !important;
  scrollbar-color: #606163 #b7b7b7 !important;
}

/* CARDS PLANO DE A��O */

.card-plano-acao {
  /*background-image: url("/app/images/default-plano-acao.jpg");*/
  
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin: 5px !important;
  width: 250px !important;
}

.card-plano-acao .panel-footer{
  background-color: #fff;
}

.custom-card {
  position: relative; 
  width: 100%; 
  height: 150px; 
  overflow: hidden; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.custom-boby-card {
  color: white; 
  font-size: 18px; 
  text-align: center;
}

@media (max-width: 768px) {
  .kanban-board-wrapper {
    padding: 40px 1px 10px 1px !important;
  }
}

.kanban-stage {
  margin-left: 0 !important;
  padding: 0 !important;
  max-width: 250px !important;
  min-height: 80vh !important;
}

.kanban-title {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 20px;
}

/* .kanban-item-sortable {
  height: 100% !important;
} */

.kanban-item-actions {
  display: flex !important;
  margin-top: 3px !important;
  float: right !important;
  padding: 3px !important;
}

.tbody, td, tfoot, th, thead, tr {
  vertical-align: middle !important;
};

.py-1 {
  padding: 0 !important;
}
.px-1 {
  padding: 0 !important;
}

.container-fluid {
  padding: 0 !important;
}

.chart-clean {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

 /* N�o remover, obrigado  D�novan Gomes.*/
.chart-clean * { transition: none !important; }


/* Aqui serve para deixar bonitinho o CRM, com os valores */
.kanban-title {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}

/* O script abaixo serve só pra alterar o conteúdo do i alternador de tema. */

html[data-bs-theme="light"] .form-switch i::before {
    content: "\f185"; /* sol */ 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

html[data-bs-theme="light"] .form-switch i::before {
  content: "\f185"; /* sol */ 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

html[data-bs-theme="light"] .form-switch i {
  transform: rotate(90deg);
  color: #f1bf0a;
  transition: all 0.3s ease-out;
}

html[data-bs-theme="dark"] .form-switch i::before {
  content: "\f186"; /* lua */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

html[data-bs-theme="dark"] .form-switch i {
  transform: rotate(0deg);
  color: #c8f9ff;
  transition: all 0.3s ease-out;
}

/* O script abaixo serve pra customizar o botão da IA do simpletech */

@keyframes ia_animation {
  /* 0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  } */

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#simpletech-ia {
  z-index: 2;

  border-radius: 50%;

  overflow: hidden;
  position: fixed;
  right: 0;
  margin-right: 10px;
  bottom: 0;
  margin-bottom: 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 70px;
  height: 70px;

  transition: transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#simpletech-ia:hover {
  transform: scale(1.1);
}

#simpletech-ia i {
  z-index: 777;

  color: white;
  font-size: 28px;
}

#ia-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;

  background: linear-gradient(
    270deg,
    #1c40ca,
    #32adf0,
    #1c40ca
  );
  background-position: 100% 0%;

  background-size: 200% 200%;
  animation: ia_animation 7s linear infinite;
}

#sidebar .sidebar-menu-title {
  text-align: start !important;
}