/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* iframe#webpack-dev-server-client-overlay {
  display: none !important;
} */

/* Track */
::-webkit-scrollbar-track {
  background: #f0f1f3;
  /* border: 1px solid #DDCA92; */
  border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0b2f36;
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0b1f36;
}

.fc .fc-button-primary {
  font-size: 14px;
  /* background-color: #0B1F36; */
}

.fc .fc-button-active {
  font-size: 14px;
  background-color: #0b1f36;
}

.fc-toolbar-title {
  color: #0b1f36;
  font-size: 18px !important;
  text-transform: capitalize;
}

.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
  font-size: 14px;
}

.fc-scrollgrid-section.fc-scrollgrid-section-body {
  overflow: hidden;
}

.fc-event-title,
.fc-more-link {
  font-size: 12px; /* diminui o tamanho do texto do evento */
}

.fc-daygrid-event {
  font-size: 12px;
  padding: 1px 2px; /* opcional, ajusta o espaçamento */
}

.container-loading {
    background-color: #0B2F36;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-loading img {
    width: 200px;

}

@media screen and (max-width: 600px) {

    /* .container-loading img {
        width: 100%;

    } */
}
