/* Header bar */

.topbar-icon {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 7px;
}
.img-logo-navbar {
  max-height: 25px;
  filter: drop-shadow(4px 5px 6px #00000047);
  scale: 0.9;
}
.img-avatar {
  max-width: 50px;
}
.btn-theme {
  margin-left: -8px;
}

.logo-navbar:hover,
.topbar-icon:hover {
  transition: 0.2s;
  transform: scale(1.05);
  cursor: pointer;
}
.font-drop-icon {
  font-size: 12px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.dropdown-perfil {
  right: 16px;
}
.dropdown-ajuda {
  right: 56px;
}

.dropdown-user {
  width: 250px;
  position: fixed;
  font-size: 13px;
}

.hover-dropdown-icon:hover {
  color: #fff;
}
.hover-dropdown-icon {
  margin-right: 15px;
  padding: 0px !important;
}
/* Nav */

.sidebar {
  transition: all 0.3s ease-out;
  visibility: visible;
  transform: unset;
  z-index: 8;
  width: 300px !important;
  height: 100%;
  padding-top: 34px;
  position: fixed !important;
  top: 0;
  left: 0;
}

.icon-arrow-sidebar {
  position: absolute;
  right: 12px;
  transition: all 0.4s ease 0s;
}

/* Girar a seta dos itens na navbar */

.rotate-icon-sidebar {
  transform: rotate(-90deg) !important;
}

@media (max-width: 350px) {
  .dropdown-content {
    width: 50px;
    position: fixed;
    font-size: 10px;
  }
  .font-drop-icon {
    font-size: 10px;
    max-width: 80px;
  }
}

@media (min-width: 993px) {
  .sidebar {
    visibility: visible !important;
    transform: unset !important;
  }
}
@media (max-width: 375px) {
  .title-header {
    max-width: 15ch;
  }
}
.div-title {
  display: flex;
  justify-content: center;
}
.close-sidebar {
  visibility: hidden;
  transform: translateX(-100%);
}

/* Animação btn, a, dropdown */
.animation-btn,
.animation-a,
.dropdown-content {
  transition: all 0.3s ease-out;
  position: relative;
}

.height-zero {
  height: 0px !important;
}
.resize-container {
  margin-left: 300px;
}
.btn_regiao {
  top: 10px !important;
  right: 5px !important;
}
.div-modulos {
  transition: height 300ms ease;
  overflow-y: hidden;
}
.dimension-login {
  max-width: 350px;
  /* width: 90%; */
  border-radius: 10px;
}

.button-login {
  width: 141px;
  height: 38.5px;
}
.border-none {
  border: none;
}

.btn-eye-psw {
  position: absolute;
  top: 23px;
  right: 0;
}
.inp-porcent {
  position: absolute;
  top: 30px;
  right: 18px;
}

.login-logo {
  max-width: 350px;
  width: 85%;
  height: 100px;
  margin-top: 20px;
  background-image: var(--logo-url);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-logo {
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.hover-icon-eye:hover {
  color: var(--hover-icon-eye) !important;
}
.text-decoration:hover {
  text-decoration: none;
}

.loader-login {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader-login::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--primary);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sidebar-overlay {
  background-color: #00000000;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  width: 110vw;
  z-index: 7;
  top: 0;
  transition: 0.3s visibility 0s, background-color 0.3s;
}
.sidebar-overlay.open {
  visibility: visible;
  background-color: #00000047;
}
.container-home {
  padding-top: 24px;
}

.container {
  height: 100%;
  padding: 50px 15px 0 15px;
  margin-left: 300px;
  box-sizing: border-box;
}

.loader-globe {
  margin-top: 120px;
}

.position-relative {
  position: relative;
}
.btn-card-close {
  position: absolute;
  top: 1ch;
  right: 1ch;
}
.btn-window-close {
  background-color: #ff0000f0;
  border-radius: 23px 0 0 23px;
  position: fixed;
  z-index: 1;
  padding: 5px 10px;
  top: 1ch;
  right: 1ch;
}
.scroll-hidden::-webkit-scrollbar {
  display: none;
}
.loader.input {
  border-bottom-color: #fff !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 29px;
  right: 45px;
}

.loader-parent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  width: 100px;
  height: 100px;
  border: 2px solid var(--primary);
  border-bottom-color: var(--loader-border-bottom-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360);
    -moz-transform: rotate(360);
  }
}
/* manutenção de módulos */

.btn-search {
  position: absolute;
  top: 23px;
  right: 0;
}
.div-btn-search {
  margin-top: 22px;
}
.header-table {
  position: sticky;
  top: 0 !important;
}

/* HOME */
.display-colunm-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 993px) {
  .card-chart {
    min-width: 350px;
    min-height: 325px;
  }
  .container {
    padding: 50px 5px 0 5px;
  }
}
@media (min-width: 993px) {
  .display-chats-estatistica {
    display: flex;
    overflow-x: auto;
  }
  .chartWrapper {
    position: relative;
    min-width: 600px;
    /* min-width: 340px; */
    overflow-x: scroll;
  }
  .chartWidth {
    width: 98% !important;
  }
  .chartOverflow {
    overflow-x: hidden !important;
  }
}

.card-chart {
  box-shadow: 2px 2px 6px 1px var(--box-shadow-charts);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
}

.cards {
  padding: 15px 75px;
  border-radius: 5px;
  margin: 10px;
}

.chartWrapper {
  position: relative;
  min-width: 340px;
  overflow-x: scroll;
}

.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
  position: relative;
  width: 900px;
}
.scrollmenu {
  width: 100%;
  height: fit-content;

  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.product-card {
  float: none;
  display: inline-block;
  padding: 9px;
  margin: 8px;
  border-radius: 10px;
  min-width: 340px;
  transition: 0.35s ease-in-out;
  text-align: center;
}

.product-card > h4 {
  text-align: start;
}

.product-card:hover {
  transform: scale(1.02);
}

.default-charts {
  max-height: 400px;
  max-width: 950px;
  min-height: 192px;
  min-width: 384px;
}
.result__b--colorpendente {
  background-color: #7a7a7a;
  margin-top: 2px;
  margin-bottom: 2px;
}
.result__b--colorperdeu {
  background-color: #eb2f2ff2;
  margin-top: 2px;
  margin-bottom: 2px;
}
.result__b--colorpremiado {
  background-color: #00b918;
  margin-top: 2px;
  margin-bottom: 2px;
}
.result__b--colorcotado {
  background-color: #e6f334;
  margin-top: 2px;
  margin-bottom: 2px;
}

.pouleid__b--colordefault {
  background-color: #7a7a7a;
}

.resumoapostas__td--verticalaling {
  min-height: 26.5px;
  vertical-align: middle !important;
}
.resumoapostas__td--whitespace {
  font-size: 13px;
  white-space: pre;
}
