.leftside-menu,
body[data-leftbar-theme="dark"] .leftside-menu,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .wrapper .leftside-menu .logo,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .side-nav .side-nav-item:hover>.collapse>ul,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .side-nav .side-nav-item:hover>.collapsing>ul,
body[data-leftbar-theme="dark"] .leftside-menu .logo {
  background: rgb(27, 70, 59);
}

.bg-clube {
  background-color: var(--bs-primary);
}

.tablechamada tr:last-child td.d-flex {
  border-bottom: 0;
}

.nav-pills .nav-link.active {
  background-color: var(--bs-primary);
}

body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .side-nav .side-nav-item:hover .side-nav-link {
  background: #183e34;
}

.bgLoading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgb(0 0 0 / 30%);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

.btnImport {
  border: 0px;
}

.title-filter {
  font-size: 13px;
}

.link-custom {
  color: #cedce4;
  pointer-events: all;
}

.link-custom:hover {
  color: #fff;
}

.card-sede strong,
.card-sede span {
  color: #6c757d;
  font-size: 14.4px;
}

.card-sede .header-title {
  text-align: left;
}

.tabela-sede-horarios th,
.tabela-sede-horarios td {
  padding: 0.95rem 0;
}

.adicionar-item {
  cursor: pointer;
}

.adicionar-item-botao {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-pages .card {
  box-shadow: none !important;
}

.account-pages {
  background: #1b463b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}


.account-pages .card-header {
  background: #1b463b !important;
  border-radius: 0;
}

.account-pages .card-body {
  border-radius: 0.25rem !important;
}

.btn-primary {
  background: var(--bs-primary) !important;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--bs-primary-hover);
}

.switch {
  zoom: 0.6;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.steps-custom .horizontal-steps .horizontal-steps-content .step-item {
  color: #1b463b;
}

.steps-custom .horizontal-steps .horizontal-steps-content .step-item.current span {
  color: #1b463b;
}

.steps-custom .horizontal-steps .process-line {
  background-color: #183e34;
}

input:checked+.slider {
  background-color: #183e34;
}

input:focus+.slider {
  box-shadow: 0 0 1px #183e34;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.action-icon {
  cursor: pointer;
}

.switch-sorteio {
  position: absolute;
  margin: 0 0 0 25px;
}

.botao-sorteio {
  margin: 0 0 0 7px;
}

.placa-icone {
  color: #FFF;
  text-align: center;
  width: 31px;
  font-weight: bold;
  padding: 1px;
  border-radius: 5px;
}

.placa-icone-entrada {
  background: #48894d;
}

.placa-icone-saida {
  background: #c93b34;
}

.placa-icone-inline {
  display: inline-block;
  margin-left: 10px;
}

.alerta-entrada-liberada {
  background: #165931;
  display: block;
  color: white;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.alerta-entrada-atencao {
  background: #c93b34;
  display: block;
  color: white;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.alerta-mensagem-socio-interna {
  background: #c93b34;
  display: block;
  color: white;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.placa-input-mes-ano {
  display: flex;
}

.placa-input-mes-ano #mesInput {
  flex: 1;
  text-align: center;
}

.placa-input-divisao {
  margin: 10px;
}

.placa-input-mes-ano #anoInput {
  width: 100px;
}

.placa-filtro-tempo-real {
  margin-right: 10px;
}

.trVermelha {
  background-color: hsl(0, 100%, 89%);
}

.trAmarela {
  background-color: hsl(38, 100%, 89%);
}

@media (max-width: 1700px) {
  .breakCol .row {
    flex-direction: column;
  }

  .breakCol .col-xl-6 {
    width: 100% !important;
  }
}

.center-spinner {
  position: absolute;
  z-index: 1050;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: textfield;
  /* Chrome, Safari, Edge */
  appearance: textfield;
  /* Restante dos navegadores */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

table tr {
  padding: 8px 10px !important;
}

table td {
  padding: 8px 10px !important;
}

.min-w-100 {
  min-width: 100px;
}

.w-100-px {
  width: 100px;
}

.buttonPill {
  width: 56px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  font-weight: 600;
  font-size: 0.75rem;
}

.input-inativo input+label {
  pointer-events: none;
  background-color: #6c757d;
}

.input-inativo input {
  color: #98a6ad;
  pointer-events: none;
  background-color: transparent;
  border: 0;
  padding: 0.45rem 0rem;
}

.texto-h-verde {
  color: #9f9f9f63;
  font-size: 5.25rem;
  line-height: 5.625rem;
}

.pad-20 {
  padding: 20px;
}

.fundo-verde {
  background-color: #1b463b;
}

.modal-informativo {
  z-index: 1060;
}

.mt-button-busca {
  margin-top: 21.61px !important
}

.text-upper {
  text-transform: uppercase !important;
}



.containercracha {
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
}

.image-cracha {
  position: relative;
}

.image-cracha img {
  width: 100%;
  height: auto;
}

.cracha-box {
  position: absolute;
  border: 2px dashed red;
  width: 100px;
  height: 100px;
  pointer-events: none;
  /* Para permitir o evento de mouse passar atrav�s do quadrado */
}

.linha-duplicada-retorno {
    background-color: #fff2cc;
}