:root {
    /* Background colors */
    --bg-primary: #202124;
    --bg-secondary: #27282b;
    --bg-tertiary: #151618;
    --bg-dark: #000000;
    /* --bg-primary: #000000;
    --bg-secondary: #1c1c1e;
    --bg-tertiary: #111113;
    --bg-dark: #171718; */
    
    /* Text colors */
    --text-primary: #ffffff;
    --text-secondary: #ffffffd6;
    --text-muted: rgba(255, 255, 255, 0.76);
    
    /* Brand colors */
    --brand-primary: #00bdd5;
    --brand-secondary: #60c893;
    --brand-info: #37bedc;
    --brand-warning: #ffc500;
    --brand-danger: #ff6f7c;
    
    /* Border colors */
    --border-color: #2c2d31;
    
    /* Overlay colors */
    --overlay-dark: #000000c5;
    
    /* Additional theme colors */
    --menu-dark: #303134;
    --input-bg: var(--bg-tertiary);
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
html{
  font-family: "Inter", sans-serif !important;

}

.navbar-container{
      background-color: var(--bg-secondary) !important;
}

.card {
  border-radius: 20px !important;
  background-color: var(--bg-secondary) !important;
  box-shadow: none !important;
}

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

.upload-card {
    background: #141414;
    border: none !important;
  }

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

.main-menu {
  border-radius: 0px !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;
}

.iziToast.custom-notif-toast {
  background-color: #000000 !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;
}

.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-message {
  color: #ffffff !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: #0c0c0c !important;
  box-shadow: none !important;
  width: 80px;
  margin-top: 15px !important;
}

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

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

.select2-container--classic .select2-dropdown,
.select2-container--default .select2-dropdown {
  border-color: none !important;
  z-index: 1060;
}
.select2-dropdown .select2-dropdown--below {
  border-color: none !important;
}

.select2-container--classic .select2-dropdown,
.select2-container--default .select2-dropdown {
  border-color: none !important;
  z-index: 1060;
}
.select2-container--classic .select2-dropdown,
.select2-container--default .select2-dropdown {
  border-color: none !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  background-color: #101011 !important;
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  background-color: #101011 !important;
  border: 1px solid #e2e2e217 !important;
}
.select2-container--classic .select2-search--dropdown,
.select2-container--default .select2-search--dropdown {
  background-color: #181919 !important;
}

.select2-selection .select2-selection--single {
  border-color: none !important;
}
.select2-results {
  background-color: #181919 !important;
  border: none !important;
}

.select2-search__field {
  background-color: #101011 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #181919 !important;
}

.ql-stroke {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(247, 245, 245) !important;
}
.ql-picker-item {
  color: #000 !important;
}
.editor,
.ql-container,
.ql-snow {
  background-color: #101011 !important;
  border: 0px solid #101011 !important;
}
#login-form {
  background-color: #0d0b16 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #101011 inset !important;
  -webkit-text-fill-color: #bfbec5 !important;
}
#login-email,
#login-password {
  background-color: #101011 !important;
}

.card-img,
.card-img-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.stepper__list__item--done {
  color: #60c893 !important;
}
.stepper__list__item--current {
  color: #00bdd5 !important;
}
#done {
  font-weight: bolder;
  color: #60c893 !important;
}
#pending {
  font-weight: bolder;
}
#cardImagem {
  background-color: #efefef !important;
}
#current {
  font-weight: bolder;
  color: #00bdd5 !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;
}
.form-control::placeholder {
  color: rgba(107, 107, 107, 0.76) !important;
}
.form-control {
  background-color: var(--bg-tertiary) !important;
  color: rgba(255, 255, 255, 0.76) !important;
  border: 0px solid var(--bg-tertiary) !important;
  padding-left: 10px !important;
}

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

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

/* 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;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}

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

.dropdown-menu-header {
  border: none !important;
}
.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;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.dropzone .dz-message {
  background-color: var(--bg-tertiary) !important;
}

.icon-option {
  color: #d6d6d6 !important;
}

.dropzone {
  border: 2px dashed #7367f0;
  background: var(--bg-tertiary) !important;
}

.flatpickr-day {
  color: #fff !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #101011 inset !important;
  -webkit-text-fill-color: #bfbec5 !important;
  -webkit-border-radius: 0px;
  -webkit-border-after: 1px solid #fff !important;
}

.form-select {
  background-color: var(--bg-tertiary) !important;
  color: rgba(255, 255, 255, 0.76) !important;
  border: 0px solid #2c2d31 !important;
}

.input-group-text {
  background-color: var(--bg-tertiary) !important;
  color: rgba(255, 255, 255, 0.76) !important;
  border: 0px solid #2c2d31 !important;
}

#cardSmaller {
  background-color: #181919 !important;
}

.tagSelected {
  color: white !important;
}
#persisteBranco {
  color: white !important;
}

h1 {
  /* color: #00bdd5 !important; */
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;

  /* font-family: 'Quicksand', sans-serif !important; */
}
h2 {
  color: #fff !important;
  /* color: #00bdd5 !important; */
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;

  /* font-family: 'Quicksand', sans-serif !important; */
}
h3 {
  /* color: #60C893 !important; */
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;

  /*font-family: 'Inter', sans-serif !important; */
}
h4 {
  /*font-family: 'Inter', sans-serif !important; */
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
  font-weight: 400 !important;
}
h5 {
  font-family: "Inter", sans-serif !important;
  /*font-family: 'Inter', sans-serif !important; */
  color: #ffffffd6 !important;
}
h6 {
  font-family: "Inter", sans-serif !important;
  /*font-family: 'Inter', sans-serif !important; */
  color: #ffffffd6 !important;
}
button {
  /*font-family: 'Inter', sans-serif !important; */
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}
#rd-column-lhtgfkce > div {
  background-color: var(--bg-secondary) !important;
}
.faq-contact-card {
  background-color: var(--bg-tertiary) !important;
}

.navbar-collapse {
  background-color: var(--bg-secondary) !important;
}
.sub-menu-bar {
  background-color: var(--bg-primary) !important;
}
.navbar-area {
  background-color: var(--bg-primary) !important;
}

body {
  background-color: var(--bg-primary) !important;
  font-family: "Inter", sans-serif !important;
}
html {
  background-color: var(--bg-primary) !important;
  font-family: "Inter", sans-serif !important;
}
.features-area {
  background-color: var(--bg-primary) !important;
}
/* .nav-link {
  background-color: transparent !important;
} */

.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: var(--bg-tertiary);
}
#tabcontent {
  background-color: var(--bg-tertiary) !important;
  /* padding: 20px; */
  border-radius: 20px;
}

.progress {
  height: 20px !important;
}

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

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

/* Personaliza o thumb da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: var(--bg-tertiary); /* 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 */
}
#cardDestaque {
  background-color: var(--bg-tertiary) !important;
}
.left {
  /* background: linear-gradient(135deg, #483d8b, #00bdd5) border-box !important; */
  background: var(--bg-tertiary) border-box !important;
}
.right {
  /* background: linear-gradient(135deg, #3cb371, #00bdd5) border-box !important; */
  background: var(--bg-tertiary) border-box !important;
}

#cta:hover {
  color: white !important;
}
#platBut:hover {
  color: white !important;
}
.ytp-embed:not(.ad-showing) .ytp-gradient-top {
  width: 0% !important;
}

.ytp-gradient-top {
  width: 0% !important;
  /*position: absolute; */
  background-image: none !important;
  /* -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
  -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
  transition: opacity .25s cubic-bezier(0,0,.2,1);
  pointer-events: none; */
}

.navbar-container .search-input .search-list.show {
  background-color: #393939 !important;
}

#menor {
  background-color: var(--bg-secondary) !important;
}
#views {
  color: #fff !important;
}
.menu-toggle {
  color: white !important;
}

#inlineCheckbox2 {
  background-color: var(--bg-primary) !important;
}

.leaflet-control-zoom-out,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.leaflet-control-zoom-in {
  background-color: #00bdd5 !important;
}

.header-navbar
  .navbar-container
  .dropdown-menu-media
  .media-list
  .list-item:hover {
  background: var(--bg-primary);
}

.main-menu .menu-fixed .menu-light .menu-accordion .menu-shadow {
  background: #303134 !important;
}

.main-menu.menu-light .navigation {
  background: #303134 !important;
}
#platBut {
  color: white !important;
}
#local {
  color: var(--bg-primary) !important;
}
#suggestionsList {
  background-color: var(--bg-primary) !important;
}
td {
  color: #ffffffd6 !important;
}

label {
  color: #ffffffd6 !important;
}

.fw-bolder {
  color: white !important;
}
#friends {
  background-color: var(--bg-primary) !important;
}

#corFixa {
  background-color: #dedada !important;
  color: dodgerblue !important;
}

.accordion-button {
  background: var(--bg-primary) !important;
}
@media (max-height: 825px) and (max-width: 991.98px) {
  .dark-layout .auth-wrapper .auth-inner {
    background-color: #0d0b16 !important;
  }
}

.icon-container {
  background-color: #282a2c ;
}

.accordion-item {
  background: rgb(40, 42, 44) !important;
}
.apexcharts-text
  .apexcharts-yaxis-texts-g
  .apexcharts-xaxis-inversed-texts-g
  text {
  color: #ffffffd6 !important;
}

.main-menu.menu-light {
  color: #6e6b7b;
  background: #303134 !important;
}

.d-flex:hover .list-item:hover {
  color: var(--bg-primary);
}

.card {
  border-color: transparent !important;
  /* padding: 20px ; */

  /* background: #303134 !important; */
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(60, 66, 66, 0.96) !important;
}
#iconFeaturedCard {
  background-color: var(--bg-secondary);
}
/* .nav-link {
  margin-bottom: 5px;
} */

/* #search:focus,
#search:hover,
#btnConf:hover {
  border-color: #249ccc;
  width: 98%;
  height: 50px;
  height: 50px;
  height: 50px;

  border-style: hidden;
  background: #ffffff;
  box-shadow: 0px 9px 30px 4px #000000c5 !important;
  -webkit-box-shadow: 0px 9px 30px 4px #000000c5 !important;
  transition: all 0.5s ease-out;
  margin-top: 4%;
} */
div.dt-button-collection .dt-button {
  background-color: #000000c5 !important;
}
.offcanvas {
  background-color: #000000c5 !important;
  filter: blur();
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.modal-content {
  background-color: #000000c5 !important;
  filter: blur();
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}
.modal-header {
  background-color: var(--bg-primary) !important;
  filter: blur();
  border-radius: 20px 20px 20px !important;
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

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

.picker--opened,
.picker__holder {
  background: #000000 !important;
}

.picker__footer button {
  background: #000 !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 {
  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 */
}

/* .left {
  --_d: 0%;
  border-left: var(--t) solid #0000;
  margin-right: var(--t);
  place-self: end;
} */

/* .right {
  --_d: 100%;
  border-right: var(--t) solid #0000;
  margin-left: var(--t);
  place-self: start;
  align-items: end !important;
} */

.choices__inner {
  background: var(--bg-tertiary) !important;
  border-color: var(--bg-tertiary) !important;
  color: #fff !important;
  border-radius: 20px !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: var(--bg-secondary) !important;
  border: 1px solid var(--bg-secondary) !important;
  box-shadow: 15px 15px 15px 15px var(--bg-tertiary) !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 20px !important;
  z-index: 999 !important;
}

.swiper-slide {
  background-color: var(--bg-secondary) !important;
  /* background-color: <?= $companyStyle["primary"] ?>40 !important;
  color: <?= $companyStyle["onPrimary"] ?>90 !important; */
}

hr {
  color: #ffffff20 !important;
}

.pagination-new {
  border-radius: 20px !important;
  padding: 5px !important;
  background-color: var(--bg-tertiary) !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;
}

.choices__item--selectable {
  font-size: 13px !important;
}
/* .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  font-size:11px !important;
} */
.choices[data-type*="select-one"] .choices__input {
  background-color: var(--bg-tertiary) !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;
}

.main-menu.menu-light .navigation > li .active {
  background: #00bdd5 !important;
  color: white !important;
  border-radius: 20px;
}
.main-menu.menu-light .navigation > li ul .open > a,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color: #fff !important;
  background: #00bdd5 !important;
  border-radius: 20px !important;
}
.active {
  color: #fff !important;
  /* background-color: #7367f0 !important; */
}
.navbar-light {
  background-color: var(--bg-secondary) !important;
}
.dropdown-menu {
  background-color: #0e0909 !important;
  filter: blur();
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
  border-radius: 20px;
}
/* SWAL2 - SWEET ALERT */
div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: #0e0909 !important;
  filter: blur();
  backdrop-filter: blur(2px);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
  border-radius: 20px;
}
.swal2-title {
  color: white !important;
}
.swal2-input {
  background-color: var(--bg-secondary);
  color: white;
}
.swal2-html-container {
  color: white !important;
}
/* END SWEET ALERT */
/* .kanban-application
  .kanban-wrapper
  .kanban-container
  .kanban-board
  .kanban-item {
  background-color: #000000c5 !important;
  border-radius: 20px;
} */
.offcanvas-end {
  background-color: #000000c5 !important;
}
.content-right {
  background-color: #000000c5 !important;
}
.sidebar-menu-list {
  background-color: #000000c5 !important;
  border: 1px solid #2c2d31 !important;
}
.todo-app-menu {
  background-color: #000000 !important;
}
.app-fixed-search {
  background-color: #000000c5 !important;
}
.content-area-wrapper .content-right .todo-task-list-wrapper {
  background-color: #000000c5 !important;
}
.add-task {
  background-color: #000000 !important;
}
.list-group-item-action {
  background-color: #000000c5 !important;
}
.list-group-item {
  background-color: #000000c5 !important;
}

.add-button {
  color: #3b82f6 !important;
}
.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #00bdd5, #88bbb8) !important;
  box-shadow: 0 0 10px 1px #85b6b3 !important;
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
  font-weight: 400;
  border-radius: 4px;
}

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

.activeBtn {
  background-color: transparent !important;

  /* background-color: #00bcd533 !important;  */
  /* border-color: #00bcd5b7 !important; */
  /* border:1px solid #00bcd580 !important; */
  /* border:2px solid #ffffff60 !important; */
  box-shadow: inset 0 0 0 2px #ffffff60; /* #ffffff60 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;
}

#textFixo {
  color: dodgerblue !important;
}
/* #search {
  background: var(--bg-tertiary) !important;
} */
.page-link {
  color: var(--bg-tertiary) !important;
}

.btn {
  border-radius: 20px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #454444 !important;
  opacity: 1;
}

#lupa {
  background: var(--bg-tertiary) !important;
}

.capa {
  border-radius: 20px !important;
  background-color: var(--bg-secondary) !important;
}

.bs-stepper .bs-stepper-header {
  background-color: var(--bg-secondary) !important;
}
.tags {
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}
.main-menu-content .card-content {
  background: #303134 !important;
}
.header-navbar-shadow {
  background: linear-gradient(
    var(--bg-primary) 41%,
    rgb(28 28 28 / 11%) 95%,
    rgb(37 36 36 / 0%)
  ) !important;
}

.swal2-popup.swal2-toast.swal2-header {
  box-shadow: 10px 10px 10px #00000050 !important;
}
.swal2-toast {
  box-shadow: 10px 10px 10px #00000050 !important;
}

.main-menu-content
  .navigation
  .navigation-main
  .nav-item
  .navigation-header
  .main-menu-content {
  background: rgb(40, 42, 44) !important;
  color: white;
}

.menu-light .navigation > li.open:not(.menu-item-closing) > a {
  background-color: #00bdd5 !important;
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
  border-radius: 20px !important;
}
.menu-light .navigation > li.open:not(.menu-item-closing) > a span {
  color: #fff !important;
}

#cta {
  color: var(--bg-secondary) !important;
}
.list-item:hover {
  background-color: #303134!;
}
li {
  font-family: "Inter", sans-serif !important;
  color: #ffffffd6 !important;
}
a {
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}
.location-tree .country .node-header span {
  color: #e9ebeee8 !important;
}
th {
  font-family: "Inter", sans-serif !important;
  color: #ffffffd6 !important;
}
span {
  font-family: "Inter", sans-serif !important;
  color: #ffffffd6;
}
p {
  font-family: "Inter", sans-serif !important;
  color: #ffffffd6 !important;
}
input {
  font-family: "Inter", sans-serif !important;
  color: #ffffffd6 !important;
  border: 1px solid #2c2d31 !important;
}

.app-content {
  background-color: var(--bg-primary);
}

.shadow {
  background: linear-gradient(
    var(--bg-secondary) 41%,
    rgb(28 28 28 / 11%) 95%,
    rgb(37 36 36 / 0%)
  );
}

/* ALERTS */
.alert-purple {
  background-color: #7a7cf920 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}
.alert-purple-text {
  font-weight: 600 !important;
  color: #7a7cf9 !important;
}
.alert-purple-text-secondary {
  color: #7a7cf9 !important;
  font-size: 11px !important;
}

.alert-green {
  background-color: #10923030 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}
.alert-green-text {
  font-weight: 600 !important;
  color: #49db84 !important;
}
.alert-green-text-secondary {
  color: #49db84 !important;
  font-size: 11px !important;
}
.alert-yellow {
  background-color: #cbb13020 !important;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
}

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

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

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

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

.alert-blue-text {
  font-weight: 600 !important;
  color: #37bedc !important;
}
.alert-blue-text-secondary {
  color: #37bedc !important;
  font-size: 11px !important;
}

/* END ALERTS */

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

disabled {
  background-color: #454444;
}

text {
  color: white !important;
  fill: white !important;
}
g {
  color: rgb(5, 5, 5) !important;
}
.apexcharts-text {
  color: #000 !important;
}
.apexcharts-series {
  fill: #000 !important;
}
.apexcharts-yaxis-label {
  color: #000 !important;
}

foreignObject {
  color: #ffffffd6 !important;
}
line {
  color: #ffffffd6 !important;
}
title {
  color: white !important;
}

tspan {
  color: #ffffffd6 !important;
}

strong {
  color: white;
}
.user-name {
  color: white;
}
.badges {
  color: white;
}
.section-label {
  color: white;
}
.dropdown-item {
  color: white;
}
.subsub {
  background-color: #012f5882;
  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: #012f5882 !important;
}
.user-status {
  color: white;
}
.input-group-merge {
  /* background-color: var(--bg-tertiary) !important; */
  color: white;
  border: 1px solid #2c2d31 !important;
}
.ql-toolbar {
  background-color: var(--bg-tertiary) !important;
  color: white;
  border: 0px solid #2c2d31 !important;
}
.snow-wrapper {
  border: 1px solid #2c2d31 !important;
}
.dropdown .dropdown-menu {
  background-color: var(--bg-primary) !important;
  color: white;
}
.header-navbar
  .navbar-container
  .dropdown-menu-media
  .media-list
  .list-item:hover {
  background: #7367f01f !important;
}
.nav-link {
  background-color: var(--bg-secondary)8c !important;
  color: white;
  border-radius: 20px !important;
}
.nav-pills {
  border-radius: 20px !important;
}
.search-input {
  background-color: var(--bg-tertiary) !important;
  color: white;
}
.blog-category-title {
  color: white;
}
.tags {
  color: white !important;
}
#searchModal {
  color: var(--bg-tertiary) !important;
}
#go {
  background-color: var(--bg-tertiary) !important;
  color: white !important;
}
#productHolder {
  background-color: #f8f8f8 !important;
}
svg {
  color: white;
}
.swiper-slide {
  background-color: var(--bg-secondary);
}
.profile-header-nav {
  background-color: var(--bg-secondary);
}
.sidebar {
  background-color: var(--bg-secondary);
  border: 1px solid #2c2d31 !important;
}
.list-group-item {
  background-color: var(--bg-secondary);
}
.todo-item {
  background-color: var(--bg-secondary);
}
.app-fixed-search {
  background-color: var(--bg-secondary);
}

.modal-dialog {
  background-color: var(--bg-secondary);
}
.modal-title {
  background-color: var(--bg-secondary);
}
.off-canvas {
  background-color: var(--bg-secondary);
}
.navbar-floating {
  background-color: #25293c;
}
.accordion {
  background-color: var(--bg-secondary);
}
.accordion-body {
  padding: 20px !important;
  background-color: var(--bg-tertiary);
}
.open {
  background-color: var(--bg-secondary);
}
.col-form-label {
  color: white !important;
}
.bs-stepper {
  background-color: var(--bg-tertiary) !important;
}
.kanban-application
  .kanban-wrapper
  .kanban-container
  .kanban-board
  .kanban-board-header
  .kanban-title-board {
  color: #ffffff !important;
}
#confirmation {
  background-color: var(--bg-tertiary) !important;
}
#bodyRequestDash {
  background-color: var(--bg-primary) !important;
  /* background-color: var(--bg-tertiary) !important; */
}
#innerCard {
  background-color: var(--bg-tertiary) !important;
}
#innerCardProject {
  background-color: var(--bg-secondary) !important;
}
#bodyRequestProject {
  background-color: var(--bg-secondary) !important;

  /* background-color: var(--bg-tertiary) !important; */
}
#bodylightProject {
  border: 1px solid #555555 !important;
  /* border: 1px solid var(--bg-primary) !important; */
}
#waitingApp {
  background-color: var(--bg-tertiary) !important;
}
.flatpickr-weekdays {
  background: #090606 !important;
}
.flatpickr-days {
  background: var(--bg-tertiary) !important;
}
.dayContainer {
  background: var(--bg-primary) !important;
}
.picker__list-item {
  background: var(--bg-primary) !important;
}
.picker__list-item:hover {
  background: #090606 !important;
}
.picker__button--clear {
  background: #090606 !important;
}
.avatar-group .avatar img,
.avatar-group .avatar .avatar-content {
  box-shadow: 0 0 0 2px #080808, inset 0 0 0 1px rgba(7, 8, 8, 0.07) !important;
}

.cur-year {
  color: #000 !important;
}
.flatpickr-calendar .flatpickr-day:hover {
  background: #090606 !important;
}
.image-content {
  height: 250px !important;
}
#cidades {
  background-color: var(--bg-tertiary) !important;
}
.app-calendar-sidebar {
  background-color: var(--bg-tertiary) !important;
}
.fc-day-today {
  background-color: var(--bg-tertiary) !important;
}
.fc-list-day-cushion,
.fc-cell-shaded {
  background-color: #249ccc !important;
}
.app-calendar {
  border-radius: 20px !important;
  border: none !important;
}
.app-calendar-sidebar {
  border: none !important;
}
/* .form-check-input{
  background-color: var(--bg-secondary) ;
  height: 17px !important;
  width: 17px !important;
  border-radius: 50% !important;
} */

#searchInput {
  background-color: var(--bg-tertiary) !important;
}
#sugestoes {
  background-color: var(--bg-tertiary) !important;
}
.ql-syntax {
  background-color: var(--bg-tertiary) !important;
  padding: 20px;
  border-radius: 20px;
}
#paises {
  background-color: var(--bg-tertiary) !important;
  color: white !important;
}
#local {
  color: white !important;
}
#estados {
  background-color: var(--bg-secondary) !important;
}

.arrow {
  color: white !important;
}
.shadow-bottom {
  background: linear-gradient(
    var(--bg-secondary) 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 {
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}

#subCardGlass {
  background-color: var(--bg-primary)60 !important;
  backdrop-filter: blur(30px);
}

#subCardGlassInput {
  background-color: #363b4e60 !important;
  backdrop-filter: blur(60px);
  font-size: 16px !important;
  padding: 10px !important;
  font-weight: lighter !important;
}
#subCardGlassInput::placeholder {
  color: #fff !important;
}

#subCardGlass li {
  background-color: var(--bg-tertiary)50 !important;
  padding: 15px !important;
  border-radius: 20px !important;
  backdrop-filter: blur(60) !important;
  margin-bottom: 10px;
}

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

/* Estilos base */

#chat1-subCardGlassInput {
  position: relative; /* Necessário para z-index funcionar */
  z-index: 996;
  background-color: var(--bg-tertiary) !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;
  margin-bottom: 0px !important;
}

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

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

#subCardGlassInput {
  position: relative; /* Necessário para z-index funcionar */
  z-index: 996;
  background-color: var(--bg-tertiary) !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: 15px; /* Exemplo de padding */
  margin-top: 20px;
  transition: box-shadow 0.2s ease; /* para suavizar a transição */
  padding-right: 60px;
  margin-bottom: 0px !important;
}

#subCardGlass ul {
  padding-left: 0px !important;
}

#subCardGlassItem {
  background-color: var(--bg-tertiary)50 !important;
  margin-top: 5px !important;
}

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

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

#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;
}

.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;
}
#subCardGlassInput::placeholder {
  color: #ffffffd2 !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;
  }
}

.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: var(--bg-tertiary) !important;
}
.paginate_button {
  color: var(--bg-tertiary) !important;
}
.paginate_item {
  color: var(--bg-tertiary) !important;
}
.sidebar-file-manager {
  background-color: var(--bg-tertiary) !important;
  border: 1px solid #2c2d31 !important;
}
.file-manager-content-header {
  background-color: var(--bg-tertiary) !important;
  border: 1px solid #2c2d31 !important;
}
.file-manager-application
  .content-area-wrapper
  .file-manager-main-content
  .file-manager-content-body
  .view-container
  .file-manager-item
  .file-logo-wrapper {
  padding: 1rem;
  height: 7.5rem;
  background-color: #000000;
  border: 0px solid #2c2d31 !important;
}
.vertical-layout
  .header-navbar
  .navbar-container
  ul.navbar-nav
  li.dropdown
  .dropdown-menu {
  border-radius: 16px;
  box-shadow: 0px 2px 29px -3px #000;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
  box-shadow: 0px 2px 29px -3px #000 !important;
}
.file-manager-application .content-area-wrapper .file-manager-main-content {
  border-left: 0px !important;
}
.sidebar-left {
  border: 0px solid #2c2d31 !important;
}
.content-right {
  border: 0px solid #2c2d31 !important;
}
.file-manager-content-body {
  background-color: #1a1c1f !important;
  border: 1px solid #2c2d31 !important;
}
.content-area-wrapper {
  border: 1px solid #2c2d31 !important;
}
/* .nav-link {
  background-color: transparent !important;
} */
.elements {
  color: white;
}

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

.neomorfismoBtn {
  border-radius: 31px;
  background: var(--bg-secondary) !important;
  box-shadow: 10px 10px 15px #1f2022, -10px -10px 15px #2f3034 !important;
  border-color: var(--bg-secondary) !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 20px;
}

.neomorfismoBtnSub {
  border-radius: 31px;
  background: var(--bg-tertiary) !important;
  box-shadow: 10px 10px 15px #111113, -10px -10px 15px #191b1d !important;
  border-color: var(--bg-secondary) !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 20px;
}

.secondaryButton {
  border-radius: 31px;
  background: var(--bg-secondary) !important;
  border-color: var(--bg-tertiary) !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 20px;
}

.secondaryForm {
  border-radius: 31px;
  border: 1px solid !important;
  background: var(--bg-secondary) !important;
  border-color: var(--bg-tertiary) !important;
  color: #fff !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: var(--bg-secondary) !important;
  opacity: 0.9;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: var(--bg-tertiary) !important;
  border-radius: 6px;
  position: absolute;
}

.neomorfismoBtnSub:hover {
  box-shadow: 20px 20px 35px #111113, -20px -20px 35px #191b1d !important;
}
.neomorfismoBtn:hover {
  box-shadow: 16px 16px 28px #1f2022, -16px -16px 28px #232427 !important;
}
.secondaryButton:hover {
  background: #39393b !important;
}
#notBadge {
  color: white !important;
}
.nav-pills .nav-link.active {
  border-color: #525252c4 !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #333434 !important;
  transition: all 1s ease-out;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.btn-dark {
  border-color: #0c0c0c !important;
  background-color: #0c0c0c !important;
  color: #fff !important;
}

.btn-dark:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #14131340;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

/* .active {
  background-color: #111010 !important;
  border-color: #111010 !important;
  color: #fff !important;
} */
.active .activeText {
  color: #fff !important;
}
.active .activeIcon {
  color: #fff !important;
}
/* .nav-pills .nav-link.active {
  border-color: transparent !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #00bcd533 !important;
} */
/* #active {
  border-color: #000000b7 !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #00bcd533 !important;
} */

#active {
  border-color: #525252c4 !important;
  box-shadow: 0 4px 18px -4px #00bcd500 !important;
  background-color: #333434 !important;
  transition: all 0.5s ease-out;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.timeline .timeline-item .timeline-point.timeline-point-indicator {
  background-color: #00bcd5 !important;
}
/* 
.badge.badge-light-warning {
  background-color: #d3d32825 !important;
  color: #60C893 !important;
}
.badge.badge-light-info {
  background-color: #00bcd53b !important;
  color: #00BDD5 !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;
} */
.badge.badge-light-dark {
  background-color: rgba(75, 75, 75, 0.12);
  color: #d1d1d1 !important;
}
.modal-title {
  background-color: var(--bg-primary) !important;
}

/* .badge.badge-light-dark {
  background-color: rgb(0 0 0 / 44%) !important;
  color: #adadad !important;
} */

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

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

.kanban-board {
  background-color: var(--bg-secondary) !important;
  padding: 10px;
  border-radius: 20px;
  padding-top: 0px;
  margin-left: 0px !important;
}

.kanban-item {
  background-color: #121212 !important;
  /* background-color: var(--bg-primary) !important; */
  border-radius: 20px !important;
}

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

.kanban-title-board {
  background-color: var(--bg-secondary) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}
.kanban-title-board:hover {
  background-color: var(--bg-secondary) !important;
}

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

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

.modal .modal-content {
  background-color: var(--bg-secondary) !important;
  box-shadow: 20px 20px 20px 20px #08080863 !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;
}

.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;
  }
}

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

/* .btn-close {
  box-sizing: content-box;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  float: right !important;
  font-size: 16px !important;
  background: none !important;
  border: 0;
  border-radius: 0.357rem;
  opacity: 0.4;
} */

.location-tree .country {
  padding: 3px !important;
  padding-left: 10px !important;
  background-color: #121212 !important;
  color: transparent !important;
  border-radius: 10px !important;
}

.listRow {
  background-color: var(--bg-secondary) !important;
  border-radius: 20px;
}

.location-tree .state {
  padding: 2px !important;
  background-color: var(--bg-secondary) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}
/* .location-tree .city {
  padding: 10px !important;
  background-color: #121212 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
} */

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

.location-tree li {
  margin-left: 0px !important;
}
/* .location-tree li.selected {
  background-color: #257ac0 !important;
  color: transparent !important;
  font-weight: bold !important;
} */

.badge.badge-light-warning {
  background-color: #ffc50020 !important;
  color: #ffc500 !important;
}
.badge.badge-light-info {
  background-color: #37bedc20 !important;
  color: #37bedc !important;
}
.badge.badge-light-success {
  background-color: #48d2a620 !important;
  color: #48e76f !important;
}
.badge.badge-light-danger {
  background-color: #f02f3f20 !important;
  color: #ff6f7c !important;
}
.badge.badge-light-dark {
  background-color: #0000009e !important;
  color: #ffffff !important;
}
.badge.badge-light-primary {
  background-color: #c1bbff20 !important;
  color: #c1bbff !important;
}

.btn-outline-primary {
  border-color: #c1bbff20 !important;
  color: #c1bbff !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;
}

.location-tree li.no-children > .toggle-icon::before {
  visibility: hidden !important;
}
/* 
li::marker {
  color: #121212 !important;
} */

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

.city::before {
  color: #121212 !important;
}

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

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

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

.pagination button {
  margin: 0 5px;
  border-radius: 5px;
  border: none;
  padding: 8px 16px;
  background-color: #222121;
  cursor: pointer;
}
.navigation-header .active {
  background-color: transparent !important;
}
.navigation-header .nav-item .active {
  background-color: transparent !important;
}
.breadcrumb-item .active {
  background-color: transparent !important;
}

.nav-link.active {
  background-color: #171717 !important;
  border-color: #171717 !important;
  color: #fff !important;
}

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

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

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

/* .slides .active{
    background-color: rgba(20, 20, 20, 0) !important;
} */

.podium-carousel .slide.active {
  background-color: #171717 !important;
}

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

.pagination button {
  color: #ffffff !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;
}

.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;
}
