#alta {
  background-color: #00bdd5 !important;
  /* background-color: #487fda !important; */
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");

html{
  font-family: "Inter", sans-serif !important;

}
.branco {
  color: white !important;
}

.breadcrumb-item {
  color: #00bcd5 !important;
}

.iziToast > .iziToast-close {
  top: -60px !important;
}

.iziToast-body {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.iziToast > .iziToast-progressbar {
  width: 84% !important;
  margin-left: 8% !important;
  margin-bottom: 5px !important;
}

.toastify {
  /* padding: 12px 20px;
    color: #fff;
    display: inline-block; */
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12),
    0 10px 36px -4px rgba(88, 219, 77, 0.3) !important;
  /* background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647; */
}

.iziToast.custom-notif-toast {
  background-color: rgb(255, 255, 255) !important;
  opacity: 1 !important;
  max-width: 350px !important;
  margin-top: 5px !important;
  padding: 15px;
  padding-right: 50px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  box-shadow: 0px 2px 29px -3px #0000007e;
  border-radius: 20px;
}

.iziToast-message {
  color: #001011 !important;
  font-family: Inter !important;
  font-size: 12px !important;
}

.iziToast:after {
  box-shadow: none !important;
}

.iziToast-btn {
  margin: 5px !important;
  padding: 5px !important;
  border-radius: 50px !important;
  background-color: #f0f0f0 !important;
  box-shadow: none !important;
  width: 80px;
  margin-top: 15px !important;
}

.iziToast-btn:hover {
  background-color: #c4e5f3 !important;
}

.upload-card {
    background: #fff;
  }

.iziToast-title {
  margin-left: 0px !important;
  color: #001011 !important;
  font-family: Inter !important;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}

.nav-pills .nav-link.active {
  /* background-color: #00bcd533 !important; */
  border: 1px solid #27282b !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #ffffff !important;
}
.active {
  /* background-color: #00bcd533 !important; */
  /* border: 1px solid #27282b !important; */
  /* box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #ffffff !important; */
}
#iconFeaturedCard {
  background-color: #ffffff;
}
#active {
  /* background-color: #00bcd533 !important; */
  border: 1px solid #27282b !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #ffffff !important;
}

/* .timeline .timeline-item .timeline-point.timeline-point-indicator {
  background-color: #00bcd5 !important;
} */

.popover-header {
  background-color: #151618 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px !important;
  border: #151618 !important;
}

/* Estilos para o Loading Spinner */
#loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(22, 21, 21, 0.49); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 12px solid #d0d128;
  /* Cor da borda */
  border-top: 12px solid #00bbd3;
  /* Cor do topo */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.scrollable-container {
  box-shadow: inset 3px -2px 20px 0px #9b989838;
  border-radius: 10px;
}

.dropdown-menu-header {
  border: none !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dropzone {
  border: 2px dashed #7367f0;
  background: #ffffff !important;
}

h1 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
h2 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
}
@media (max-height: 825px) and (max-width: 991.98px) {
  .dark-layout .auth-wrapper .auth-inner {
    background-color: #fff !important;
  }
}
.icon-container {
   background-color: #ffffff ;
  }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: #00bdd5 !important;
}
h3 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
}
h4 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
h5 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
#login-form {
  background-color: #ffff !important;
}
#login-email,
#login-password {
  background: #efefef !important;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
}
#tabcontent {
  background-color: #efefef !important;
  /* padding: 20px; */
  border-radius: 20px;
}

.progress {
  height: 20px !important;
}
h6 {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
button {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
}
#friends {
  background-color: #efefef !important;
}
.current_item {
  color: white !important;
}
.app-calendar {
  border-radius: 20px;
  border: none;
}
.app-calendar-sidebar {
  background-color: #d3e3f5 !important;
  border: none !important;
}
#bodyRequestDash {
  background-color: #f0f0f0 !important;
}

#subCardGlass {
  background-color: #f0f0f085 !important;
  backdrop-filter: blur(60px);
  width: auto !important;
}
#subCardGlassItem {
  background-color: #dadef78e !important;
  backdrop-filter: blur(60px);
  margin-top: 5px !important;
}

#subCardGlassItem span {
  font-weight: 300 !important;
}

#subCardGlass li {
  background-color: #dadef78e !important;
  padding: 15px !important;
  border-radius: 20px !important;
  backdrop-filter: blur(60px) !important;
  margin-bottom: 10px;
}
#subCardGlass ul {
  padding-left: 0px !important;
}

#subCardGlass li::marker {
  background-color: transparent !important;
  color: transparent !important;
}

#subCardGlass a {
  color: #00bbd3 !important;
  font-weight: 500 !important;
}

#subCardGlassInput::placeholder {
  color: #3a3838 !important;
}

.iabtnsubmit {
  float: right;
  background-color: #000;
  color: #fff !important;
  border-radius: 100px;
  font-size: 20px;
  padding: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 997 !important;
  margin-right: 8px;
  margin-bottom: 0px !important;
  border-color: transparent;
}

#subCardGlassItem a {
  color: #00bbd3 !important;
  font-weight: 500 !important;
}

/* Estilos base */
#chat1-subCardGlassInput {
  margin-bottom: 0px !important;
  position: relative; /* Necessário para z-index funcionar */
  z-index: 996 !important;
  background-color: #e7e7e7 !important;
  backdrop-filter: blur(60px);
  font-size: 16px !important;
  font-weight: lighter !important;
  border-radius: 50px;
  border: none; /* remove bordas padrões do input */
  padding: 15px; /* Exemplo de padding */
  margin-top: 20px;
  transition: box-shadow 0.2s ease; /* para suavizar a transição */
  padding-right: 60px;
}

#chat1-subCardGlassInput::placeholder {
  color: #424141f1 !important;
}

/* Ao focar */
#chat1-subCardGlassInput:focus {
  outline: none !important;
  animation: pulseShadow 1.5s infinite ease-in-out;
}

#subCardGlassInput {
  margin-bottom: 0px !important;
  position: relative; /* Necessário para z-index funcionar */
  z-index: 996 !important;
  background-color: #e7e7e7 !important;
  backdrop-filter: blur(60px);
  font-size: 16px !important;
  font-weight: 300 !important;
  border-radius: 50px;
  border: none; /* remove bordas padrões do input */
  padding: 12px !important; /* Exemplo de padding */
  margin-top: 20px;
  transition: box-shadow 0.2s ease; /* para suavizar a transição */
  padding-right: 60px;
}

#subCardGlass span {
  font-size: 14px !important;
  font-weight: normal !important;
}
#subCardGlass p {
  font-size: 14px !important;
  font-weight: normal !important;
}
#subCardGlass h6 {
  font-size: 14px !important;
  font-weight: normal !important;
}
#subCardGlass li {
  font-size: 14px !important;
  font-weight: normal !important;
}

#subCardGlassInput::placeholder {
  color: #424141f1 !important;
}

/* Ao focar */
#subCardGlassInput:focus {
  outline: none !important;
  animation: pulseShadow 1.5s infinite ease-in-out;
}

/* Keyframes da animação */
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 15px #00000036;
  }
  50% {
    box-shadow: 0 0 20px #00000046;
  }
  100% {
    box-shadow: 0 0 15px #00000026;
  }
}

/* Personaliza toda a barra de rolagem */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem vertical */
  height: 10px; /* Altura da barra de rolagem horizontal */
  border-radius: 5px; /* Borda arredondada do thumb */
  background-color: #f9f9f9; /* Cor de fundo da barra de rolagem */
}

/* Personaliza a trilha da barra de rolagem */
::-webkit-scrollbar-track {
  border-radius: 5px; /* Borda arredondada do thumb */
  background-color: #e1e1e1; /* Cor de fundo da trilha */
}

/* Personaliza o thumb da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1; /* Cor de fundo do thumb */
  border-radius: 5px; /* Borda arredondada do thumb */
  border: 2px solid #ffffff00; /* Borda ao redor do thumb */
}

/* Personaliza o botão da barra de rolagem (setas) */
::-webkit-scrollbar-button {
  display: none; /* Geralmente é melhor esconder os botões */
}

#innerCard {
  background-color: #f0f0f0 !important;
}
#innerCardProject {
  background-color: #efefef !important;
}
.image-content {
  height: 250px !important;
}
.main-menu {
  border-radius: 0px !important;
}
.card-img,
.card-img-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.feather-arrow-up {
  color: white !important;
}
.tagSelected {
  color: white !important;
  font-family: "Inter", sans-serif !important;
}
#persisteBranco {
  color: white !important;
}
#cta:hover {
  color: white !important;
}
#platBut:hover {
  color: white !important;
}

.sortingList {
  background-color: #efefef !important;
  padding: 20px;
  margin: 5px 0;
  /* border: 1px solid #ccc; */
  border-radius: 20px;
  cursor: move;
}

span {
  color: #27282b;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
th {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
}
li {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
a {
  color: #27282b !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
body {
  background-color: #efefef !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
html {
  background-color: #efefef !important;
  font-family: "Inter", sans-serif !important;
}
.header-navbar-shadow {
  background: linear-gradient(
    #f2f2f2 41%,
    rgba(255, 255, 255, 0.11) 95%,
    rgba(255, 255, 255, 0)
  ) !important;
}
#platBut {
  color: #27282b !important;
}

.kb-search-content-info .kb-search-content .card-img-top {
  background-color: #fff !important;
}
.card {
  border-radius: 20px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  /* padding: 20px; */
}
/* SWAL2 - SWEET ALERT */
div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: #ffffff !important;
  filter: blur();
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(24px) saturate(212%);
  border-radius: 20px;
  border: 1px solid white !important;
}

hr {
  color: #00101120 !important;
}

.btn-outline-info {
  color: #00cfe8 !important;
}
.btn-outline-primary {
  color: #7367f0 !important;
}

.swiper-slide {
  background-color: #ffffff45 !important;
  /* background-color: <?= $companyStyle["primary"] ?>40 !important;
  color: <?= $companyStyle["onPrimary"] ?>90 !important; */
}

.pagination-new {
  border-radius: 20px !important;
  padding: 5px !important;
  background-color: #fff !important;
  border: transparent !important;
  margin-right: 5px;
}
.pagination-selected {
  border-radius: 20px !important;
  padding: 5px !important;
  border: transparent !important;
  margin-right: 5px;
  color: #fff !important;
  background-color: rgb(5, 134, 240) !important;
}

.swal2-title {
  color: #27282b !important;
}
.swal2-input {
  background-color: #ffffff91;
  color: #27282b;
}
.swal2-html-container {
  color: #27282b !important;
}
.swal2-warning {
  color: teal !important;
  border: 3px solid teal !important;
}
/* .swal2-success-fix{
  background-color: transparent !important;
}

.swal2-success-circular-line-left{
  background-color: transparent !important;
}
.swal2-success-circular-line-right{
  background-color: transparent !important;
} */
.swal2-confirm {
  border-radius: 20px !important;
  color: white !important;
}
.swal2-cancel {
  border-radius: 20px !important;
  color: white !important;
}
/* END SWEET ALERT */
.main-menu-content .card-content {
  background: #fff !important;
}
.swiper-slide {
  background: #f5f5f5 !important;
}
.menu-toggle {
  color: #27282b !important;
}
.main-menu.menu-light .navigation > li .active {
  background-color: #00bcd533 !important;
  box-shadow: none !important;
  color: rgb(0, 0, 0) !important;
  border-radius: 20px;
}
.text-truncat {
  color: white !important;
}
.active {
  color: #202124 !important;
  /* background-color: #badbff !important; */
}
.tags {
  color: #202124 !important;
}
.main-menu.menu-light .navigation > li.active > a {
  background: #00bdd5 !important;
  box-shadow: 0 0 0px 0px #00bdd5 !important;
  color: #fff !important;
  font-weight: 400;
  border-radius: 20px !important;
}
.left {
  /* background: linear-gradient(135deg, #c2e4f0, #87ceeb) border-box !important; */
  background: #fff border-box !important;
}
.right {
  background: #fff border-box !important;
  /* background: linear-gradient(135deg, #00fa9a, #98fb98) border-box !important; */
}

.bubble {
  --r: 25px;
  /* the radius */
  --t: 30px;
  /* the size of the tail */

  max-width: 90%;
  padding: calc(2 * var(--r) / 3);
  -webkit-mask: radial-gradient(
        var(--t) at var(--_d) 100%,
        #0000 98%,
        #000 102%
      )
      var(--_d) 0 / calc(100% - var(--r)) var(--t) no-repeat,
    conic-gradient(at var(--r) var(--r), #000 75%, #0000 0) calc(var(--r) / -2)
      calc(var(--r) / -2) padding-box,
    radial-gradient(50% 50%, #000 98%, #0000 101%) 0 100% / var(--r) var(--r)
      space padding-box;

  color: #fff !important;
}

.left {
  /* --_d: 0%;
  border-left: var(--t) solid #0000; */
  border-radius: 0px 20px 20px 20px;
  margin-right: var(--t);
  margin-left: 15px;
  padding-bottom: 5px;
  place-self: end;
  align-items: start !important;

  /* Changed from start to end */
}

.right {
  margin-right: 15px;
  border-radius: 20px 0px 20px 20px;
  margin-left: var(--t);
  place-self: start;
  align-items: end !important;
  padding-bottom: 5px;

  /* Changed from end to start */
}

.choices__inner {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #010101 !important;
  border-radius: 20px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  padding-right: 10px !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  font-size: 0px !important;
}
.choices__item--selectable {
  font-size: 13px !important;
  padding-right: 10px !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 15px 15px 15px 15px #15161820 !important;
  color: #010101 !important;
  padding: 10px !important;
  border-radius: 20px !important;
  z-index: 999 !important;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: #f8f8f8 !important;
  border-radius: 20px !important;
  margin-bottom: 10px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #00bdd5 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px !important;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px !important;
  }
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  font-size: 0px !important;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    font-size: 0px !important;
  }
}

.form-control {
  padding-left: 10px !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #efefef !important;
  opacity: 1;
}
#cta {
  color: #27282b !important;
}

.menu-light .navigation > li.open:not(.menu-item-closing) > a {
  background-color: #00bdd5 !important;
  color: #fff !important;
  border-radius: 20px !important;
}

#menuPillsSelected {
  color: white !important;
}

#cta {
  color: #27282b !important;
}
.list-item:hover {
  background-color: #efefef!;
}
li {
  color: #27282b !important;
}

th {
  color: #27282b !important;
}

p {
  color: #27282b !important;
  font-weight: 400 !important;
}
input {
  color: #27282b !important;
  font-weight: 400 !important;
}

.app-content {
  background-color: #efefef;
}

.shadow {
  background: linear-gradient(
    #27282b 41%,
    rgb(28 28 28 / 11%) 95%,
    rgb(37 36 36 / 0%)
  );
}

disabled {
  background-color: #454444;
}

title {
  color: #27282b;
}

tspan {
  color: #27282b;
}

strong {
  color: #27282b;
}
.user-name {
  color: #27282b;
}
.badges {
  color: #27282b;
}
.badge {
  font-weight: 600 !important;
}
.section-label {
  color: #27282b;
}
.dropdown-item {
  color: #27282b;
}

.swiper-slide {
  border-radius: 25px !important;
  text-align: center;
}

/* ALERTS */
.alert-purple {
  background-color: #292cd620 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}

.alert-purple-text {
  font-weight: 600 !important;
  color: #292cd6 !important;
}
.alert-purple-text-secondary {
  color: #292cd6 !important;
  font-size: 11px !important;
}

.alert-yellow {
  background-color: #e8a30020 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}

.alert-yellow-text {
  font-weight: 600 !important;
  color: #e8a300 !important;
}
.alert-yellow-text-secondary {
  color: #e8a300 !important;
  font-size: 11px !important;
}

.alert-red {
  background-color: #eb2f3210 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}

.alert-red-text {
  font-weight: 600 !important;
  color: #9d0104 !important;
}
.alert-red-text-secondary {
  color: #9d0104 !important;
  font-size: 11px !important;
}

.select-card {
  background-color: #e0e0e0 !important;
}

.alert-blue {
  background-color: #03729120 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}
.alert-blue-text {
  font-weight: 600 !important;
  color: #037291 !important;
}
.alert-blue-text-secondary {
  color: #037291 !important;
  font-size: 11px !important;
}

.alert-green {
  background-color: #1aca4620 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}
.alert-green-text {
  font-weight: 600 !important;
  color: #088308 !important;
}
.alert-green-text-secondary {
  color: #088308 !important;
  font-size: 11px !important;
}

/* END ALERTS */

.activeBtn {
  background-color: transparent !important;

  /* background-color: #00bcd533 !important;  */
  /* border-color: #00bcd5b7 !important; */
  /* border:1px solid #00bcd580 !important; */
  /* border:2px solid #27282b60 !important; */
  box-shadow: inset 0 0 0 2px rgba(39, 40, 43, 0.38); /* #27282b60 em RGBA */

  margin-right: 0px !important;
  padding-right: 5px !important;
  transition: all 1s ease-out;
  border-radius: 20px !important;

  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);

  /* margin-right: 0px !important; */
  /* margin-bottom: 5px !important; */
  /* padding-bottom:13px !important; */
  text-align: center;
}

.ql-formats {
  color: #27282b !important;
}
#cardImagem {
  background-color: #efefef !important;
}
#bodyRequestProject {
  background-color: #fff !important;
}
.ql-syntax {
  background-color: #efefef !important;
  padding: 20px;
  border-radius: 20px;
}

.fc-day-today {
  background-color: #edf2fc !important;
}
.fc-list-day-cushion,
.fc-cell-shaded {
  background-color: #dfe1e2 !important;
}
#bodylightProject {
  border: 1px solid #efefef !important;
}
.subsub {
  /* background-color: rgb(196, 184, 118); */
  background-color: #0087fe82;
  color: #fff !important;
  border-radius: 20px;
  margin: 10px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.main-menu.menu-light .navigation > li ul .open > a,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color: #ffffff !important;
  background: #0087fe82 !important;
}

.user-status {
  color: #27282b;
}

/* .form-check-input{
  height: 17px !important;
  width: 17px !important;
  border-radius: 50% !important;
} */
.input-group-merge {
  background-color: #efefef !important;
  color: #27282b;
}
.ql-toolbar {
  background-color: #efefef !important;
  color: #27282b;
}
.dropdown .dropdown-menu {
  background-color: #fff !important;
  color: #27282b;
}
.header-navbar
  .navbar-container
  .dropdown-menu-media
  .media-list
  .list-item:hover {
  background: #7367f01f !important;
}
.nav-link {
  background-color: #ffffff5b;
  color: #27282b !important;
  border-radius: 20px !important;
}
.nav-pills {
  border-radius: 20px !important;
}
/* #local{
  color: white !important;
} */
.vertical-layout
  .header-navbar
  .navbar-container
  ul.navbar-nav
  li.dropdown
  .dropdown-menu {
  border-radius: 16px;
  box-shadow: 0px 2px 29px -3px #00000047;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
  box-shadow: 0px 2px 29px -3px #fff;
}
#acessoo:hover {
  color: white !important;
}
#acessoo2:hover {
  color: white !important;
}

.btn {
  border-radius: 20px !important;
}
.search-input {
  background-color: #fff !important;
  color: #27282b;
}
.blog-category-title {
  color: #27282b;
}
.tags {
  color: #27282b;
}

svg {
  color: #27282b !important;
}
.swiper-slide {
  background-color: #f5f5f5;
}
.profile-header-nav {
  background-color: #fff;
}
.sidebar {
  background-color: #fff;
}
.list-group-item {
  background-color: #fff;
}
.todo-item {
  background-color: #fff;
}
.app-fixed-search {
  background-color: #fff;
}
.switch-icon-left {
  color: white !important;
}
.switch-icon-right {
  color: white !important;
}
.feather-check {
  color: white !important;
}
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a {
  background-color: #4756bd;
  color: #fff !important;
}

.menu-light .navigation > li.open:not(.menu-item-closing) > a span {
  color: #fff !important;
}

/* .main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: #fff !important;
  background: rgb(85, 132, 194);
  border-radius: 6px;
} */
.kanban-item {
  background-color: #fff;
}
.modal-dialog {
  background-color: #fff;
}
.modal-title {
  background-color: #fff;
}
.off-canvas {
  background-color: #fff;
}
.navbar-floating {
  background-color: #fff;
}
.accordion {
  background-color: #fff;
}
.accordion-body {
  padding: 20px !important;
  /* background-color: #f7f5f5; */
  background-color: #e9e9e9;
}
.open {
  background-color: #fff;
}
.col-form-label {
  color: #27282b !important;
}

.shadow-bottom {
  /* background: linear-gradient(#27282B 41%, rgb(28 28 28 / 11%) 95%, rgb(37 36 36 / 0%)) !important; */
}
/* for (var i = 0; i < mainMenu.length; i++) {
  mainMenu[i].style.background = menuDark;
} */

.text-body {
  color: #27282b !important;
}

#cardDestaque {
  background-color: white !important;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  background-color: #3cacb5 !important;
  color: white !important;
}
.pagination {
  color: #27282b !important;
}
.paginate_button {
  color: #27282b !important;
}
.paginate_item {
  color: #27282b !important;
}

.elements {
  color: #27282b;
}
.stepper__list__item--done {
  color: #41cd32 !important;
}
.stepper__list__item--current {
  color: #00bdd5 !important;
}
#done {
  color: #41cd32 !important;
  font-weight: bolder;
}
#current {
  color: #00bdd5 !important;
  font-weight: bolder;
}
#pending {
  font-weight: bolder;
}

#notBadge {
  color: #27282b !important;
}

.neomorfismoBtn {
  border-radius: 31px;
  background: #ffffff !important;
  box-shadow: 10px 10px 30px #d9d9d9, -10px -10px 20px #ffffff !important;
  border-color: #ffffff !important;
  color: #001011 !important;
  padding: 10px;
  border-radius: 20px;
}

.neomorfismoBtnSub {
  border-radius: 31px;
  background: #f0f0f0 !important;
  box-shadow: 10px 10px 20px #bebebe, -10px -10px 30px #ffffff !important;
  border-color: #ffffff !important;
  color: #001011 !important;
  padding: 10px;
  border-radius: 20px;
}

.pagination button {
  margin: 0 5px;
  border-radius: 5px;
  border: none;
  padding: 8px 16px;
  background-color: #f0f0f0;
  cursor: pointer;
}

.secondaryButton {
  border-radius: 31px;
  background: #f9fbfd !important;
  border-color: #e5e8ec !important;
  color: #001011 !important;
  padding: 10px;
  border-radius: 20px;
}
.secondaryForm {
  border-radius: 31px;
  border: 1px solid !important;
  background: #f9fbfd !important;
  border-color: #e5e8ec !important;
  color: #001011 !important;
  padding: 20px;
  border-radius: 20px;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #ffffff !important;
  opacity: 0.9;
}

.neomorfismoBtnSub:hover {
  box-shadow: 20px 20px 25px #bebebe, -20px -20px 25px #ffffff !important;
}
.neomorfismoBtn:hover {
  box-shadow: 16px 16px 28px #d9d9d9, -16px -16px 28px #ffffff !important;
}
.secondaryButton:hover {
  background: #f3f4f5 !important;
}

/* .badge-light-primary{
  background-color: #8c1ed62a !important;
  color: #8D1ED6 !important;
}
.badge-light-info{
  background-color: #00bcd53b !important;
  color: #00BDD5 !important;
}
.badge-light-warning{
  background-color: #d3d32825 !important;
  color: #60C893 !important;
} */

.modal-title {
  background-color: transparent !important;
  /* padding: 20px !important; */
  border-radius: 20px !important;
}

.modal-dialog {
  background-color: transparent !important;
}

.kanban-board {
  background-color: #f0f0f0 !important;
  padding: 10px;
  border-radius: 20px;
  padding-top: 0px;
  margin-left: 0px !important;
}

.kanban-item {
  background-color: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

.noUi-target {
  height: 10px !important;
}
.noUi-horizontal .noUi-handle {
  height: 20px !important;
}

.noUi-handle:after,
.noUi-handle:before {
  height: 8px !important;
}

.kanban-title-board {
  background-color: #f0f0f0 !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}
.kanban-title-board:hover {
  background-color: #f0f0f0 !important;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-content {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.07) !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px !important;
    margin: 1.75rem auto;
  }
}

.filtered-list .item-info span {
  font-size: 0.85rem;
  color: rgb(0, 0, 0) !important;
}

.modal .modal-content {
  background-color: #fff !important;
  padding: 0px !important;
  border-radius: 20px !important;
}
.modal-header {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.kanban-text {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.modal.show .modal-dialog {
  transform: none;
  border-radius: 20px !important;
}

.badge.badge-light-warning {
  background-color: #df9e0020 !important;
  color: #df9e00 !important;
}
.badge.badge-light-info {
  background-color: #2f94f820 !important;
  color: #2f94f8 !important;
}
.badge.badge-light-success {
  background-color: #12a47220 !important;
  color: #12a472 !important;
}
.badge.badge-light-danger {
  background-color: #bd3e4420 !important;
  color: #bd3e44 !important;
}
.badge.badge-light-dark {
  background-color: #00101120 !important;
  color: #001011 !important;
}
.location-tree .country .node-header span {
    color: #111827 !important;
}
.active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #001011 !important;
}
.active .activeText {
  color: #001011 !important;
}
.active .activeIcon {
  color: #001011 !important;
}

.page-item.active {
  background-color: transparent !important;
  border-radius: 0;
}

.page-item {
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 5px !important;
}
.page-link {
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 5px !important;
}


.listRow{
  background-color: #ffffff !important;
  border-radius: 20px !important;
  margin-bottom: 5px !important;
}
.location-tree .country {
  padding: 3px !important;
  padding-left: 10px !important;
  background-color: #ffffff !important;
  color: transparent !important;
  border-radius: 10px !important;
}
.location-tree .state {
  padding: 2px !important;
  background-color: #f0f0f0 !important;
  color: #222121 !important;
  border-radius: 10px !important;
}
/* .location-tree .city {
  padding: 10px !important;
  background-color: #f0f0f0 !important;
  color: #222121 !important;
  border-radius: 10px !important;
} */


.main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, #2261e9, #3c7efa) !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 20px !important;
    z-index: 1 !important;
}
.main-menu.menu-light .navigation > li ul .active span {
    color: #fff !important;
}

.nav-tabs .nav-link:after {
  background: transparent !important;
  /* transition: transform 0.3s;
    transform: translate3d(0, 150%, 0); */
}
.location-tree ul ul {
  margin-left: 0.47rem !important;
  border-left: 1px dashed #818386 !important;
  padding-left: 0.75rem;
}
.location-tree .node-header .left-content i {
  color: #000000f5 !important;
}
.location-tree li {
  margin-left: 0px !important;
}
/* .location-tree li.selected {
  background-color: #cfe7fa !important;
  color: transparent !important;
  font-weight: bold !important;
} */

.location-tree li.no-children > .toggle-icon::before {
  visibility: hidden !important;
}

/* li::marker {
  color: #f0f0f0 !important;
} */

li.selected::before {
  color: #cfe7fa !important;
}

.city::before {
  color: #cfe7fa !important;
}
/* Estilo para o botão de limpar filtros */
#clearFiltersBtn {
  margin: 10px 0;
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
}

#clearFiltersBtn:hover {
  background-color: #e0e0e0;
}

.room-card {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s;
  cursor: pointer;
  background-color: #f0f0f0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.suggestions {
  margin-top: auto;
  padding-left: 0px !important;
  /* empurra pra baixo */
}

.suggestionBtn {
  padding: 10px;
  margin-bottom: 5px;
  text-align: left !important;
  background-color: #ffffff60;
  backdrop-filter: blur(30px);
  border-radius: 20px;
}

.suggestionBtn::marker {
  display: none !important;
  color: transparent;
  background-color: rgba(20, 20, 20, 0) !important;
}

.add-button {
  color: #3b82f6 !important;
}

.navigation-header .active {
  background-color: transparent !important;
}
.navigation-header .nav-item .active {
  background-color: transparent !important;
}
.breadcrumb-item .active {
  background-color: transparent !important;
}

.podium-carousel button.prev,
.podium-carousel button.next {
  border-radius: 119px !important;
  color: #202020 !important;
  background: #fffefeda !important;
}

.btn-info:hover {
    box-shadow: 0 8px 25px -8px #00cfe8 !important;
}

.btn-info:focus, .btn-info:hover {
       box-shadow: 0 8px 25px -8px #00cfe8 !important;
}

.btn-close {
    color: #000 !important;
}