.my-nav {
  overflow: hidden !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  padding: 6px 0 !important;
  justify-content: space-around !important;
  display: inherit !important;
  flex-wrap: inherit !important;
}

/* @media (max-width: 950px) {
  .my-nav {
    overflow: hidden !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 6px 0 !important;
    justify-content: space-around !important;
    display: inherit !important;
    flex-wrap: inherit !important;
  }
} */

.my-nav-item {
  display: inline-block !important;
}

@media (max-width: 470px) {
  .credito-dados-cliente {
    font-size: 25px !important;
  }
}

@media (max-width: 420px) {
  .size-card-icon {
    font-size: 25px;
  }
  .size-circle-icon {
    font-size: 14px;
    background: transparent;
    margin-bottom: -3px;
  }
}

@media (max-width: 415px) {
  .credito-dados-cliente {
    font-size: 20px !important;
  }
}

@media (max-width: 365px) {
  .credito-dados-cliente {
    font-size: 15px !important;
  }
}

@media (max-width: 910px) {
  .container-button-mapa {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

.my-table-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.my-table-footer ul {
  margin-right: 0px;
}

@media (max-width: 425px) {
  .my-table-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .my-table-footer ul {
    justify-content: center;
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .my-table-footer a {
    display: flex;
    justify-content: center;
  }
}

.border-radius-10 {
  border-radius: 10px !important;
}

.custom-border {
  border: 1px solid #ebedf2 !important;
}

.display-none {
  display: none !important;
}

.bg-active {
  background-color: #559bfb !important;
}

.max-active {
  background: #559bfb !important;
  color: #fff !important;
}

.font-hover-color:hover {
  color: #559bfb;
}

@media (max-width: 1500px) {
  .break-cards {
    flex-direction: column;
  }
}

.card-bordered {
  border: 1px solid #dbdfea;
  padding: 10px;
}

.nav-bar-dtc-active {
  color: #559bfb !important;
  border-bottom: 2px solid #559bfb;
}

.nav-bar-dtc-active :first-child {
  color: #559bfb !important;
}

.max-modal-alert {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.max-modal-alert .fa-xmark {
  position: absolute;
  top: 10px;
  right: 15px;

  border: 0;
  background: transparent;
  cursor: pointer;

  font-size: 24px;
  color: var(--lightGray);

  transition: filter(0.2s);
  filter: brightness(0.8);
}

.max-modal-alert .fa-xmark:hover {
  filter: brightness(0.5);
}

.max-modal-alert .fa-question {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  color: var(--blueGray);
  background: var(--lightGray);
  border-radius: 100%;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 24px;
}

.max-modal-alert .fa-exclamation {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  color: var(--shape);
  background: #f4bd0e;
  border-radius: 100%;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 24px;
}

.max-modal-alert h4 {
  font-size: 22px;
  color: var(--blueGray);
}

.max-modal-alert p {
  font-size: 14px;
  font-weight: var(--medium);
  color: var(--blueGray);
  filter: opacity(0.7);
}

.max-modal-alert button {
  width: 50%;
  height: 36px;
  font-weight: 700;
}

.max-modal-alert button:first-child {
  color: var(--dark);
}

.option:hover .card-user {
  display: flex !important;
}

.side-bar-color-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #6c6c6c;
  --fa-secondary-color: #fff;
}

.side-bar-color-icon-reverse {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #fff;
  --fa-secondary-color: #6c6c6c;
}

.color-white {
  --fa-primary-color: #fff !important;
  --fa-secondary-color: #fff !important;
  color: #fff !important;
}

.x-scroll {
  overflow-x: scroll;
}

.x-hidden {
  overflow-x: hidden;
}

.y-scroll {
  overflow-y: scroll;
}

.y-hidden {
  overflow-y: hidden;
}

@media (max-width: 1002px) {
  .w-100-1002px {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .w-100-mw-700 {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.main-header .logo img {
  width: 205px !important;
}

.transition-all-04 {
  transition: all 0.4s;
}

.hover-opacity-1:hover {
  opacity: 1 !important;
}

.scrolltop {
  right: 20px !important;
  bottom: 12px !important;
  transition: opacity 0.2s !important;
}

.scrolltop-active {
  opacity: 0.3 !important;
  display: flex !important;
}

.daterangepicker {
  position: fixed;
}

/* */
.svg-icon-blue {
  line-height: 1;
  color: var(--kt-text-muted);
}

.menu-link:hover .svg-icon-blue {
  color: var(--blue);
}

.menu-link:hover .menu-icon {
  color: var(--blue);
}

.smenu-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
}
