@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  /* ==========COLORS ======= */
  --body-color: #fff;
  --white-color: #fff;
  --sidebar-color: #fff;
  --primary-color: #ff7900;
  --primary-color-light: #f6f5ff;
  --toggle-color: #dddd;
  --text-color: #494949;
  --table-color: #fff;

  --color-grean: #4caf50;
  --color-red: #f55336;
  --color-orange: #f5f841;

  --main-font-color: #212529;

  /* ========== TRANSITION ======= */
  --tran-02: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.4s ease;
  --tran-05: all 0.5s ease;
}

#UserNamePerfil {
  white-space: break-spaces;
}

body.dark {
  --main-font-color: #fff;
  --white-color: #fff;
  --body-color: #18191a;
  --sidebar-color: #242526;
  --primary-color: #ff7900;
  --primary-color-light: hsl(180, 0%, 57%);
  --toggle-color: #fff;
  --text-color: #ccc;
  --table-color: #3a3b3c;

  --color-grean: #4caf50;
  --color-red: #f55336;
  --color-yellow: #f8cd41;
}

.isidebar a,
li {
  color: var(--text-color);
  text-decoration: none;
  list-style-type: none;
}

.card-body {
  background: none;
  border: none;
  margin-left: 0;
}

.logo-midlle {
  width: 120px;
  align-items: center;
  margin-bottom: 10px;
}

.menuPerfil ul {
  background: var(--body-color);

  li a {
    color: var(--main-font-color);
  }
}

.menuPerfil ul:hover {
  background: var(--body-color);

  li a:hover {
    color: var(--text-color);
  }
}

.top-middle {
  position: fixed;
  margin-top: 50px;
  background: var(--sidebar-color);
  margin-bottom: 10px;

  span {
    margin-left: auto;
    padding-right: 20px;
  }
}

.btn-iplan-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.btn-iplan-primary:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  opacity: 0.8;
}

.selected {
  td {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
  }
}

.notification-badge {
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 40%;
  padding: 5px 8px;
  margin-left: 10px;
  display: inline-block;
}

.active .nav-link {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.nav-item {
  border-radius: 16px !important;
}

.active {
  background-color: var(--primary-color) !important;
}

.sts {
  text-align: center;
  border-radius: 8px;
  color: white;
}

.sts-gray {
  background-color: var(--text-color) !important;
}

.sts-green {
  background-color: var(--color-grean) !important;
}

.sts-red {
  background-color: var(--color-red) !important;
}

.sts-orange {
  background-color: var(--color-orange) !important;
  color: var(--text-color) !important;
}

.mainConteudo {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .mainConteudo {
    margin-top: 60px;
  }
}
