html,
body {
  margin: 0;
  padding: 0;
  height: 100% !important;
  overflow-x: hidden;
}

#app {
  min-height: 100% !important;
  position: relative;
  background: #ecedf1;
  font-family: 'Inter', sans-serif;
}

div.body-content {
  position: relative;
  padding-bottom: 200px !important;
}

.navbar-django {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.botao-cor {
    background: #fff !important;
    color: #111827 !important;
}

.select2-container--default .select2-selection--single {
    height: 28pt !important;
}

/* ==================== SCROLLBAR ==================== */

::-webkit-scrollbar {
  width: 8px !important;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--gray-300);
  background-clip: padding-box;
  border-radius: 8px;
  border: 2px solid transparent;
}