.vanilla-calendar-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tacografo{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  max-width: 450px;
}

.tacografo > img {
  position: absolute;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.tacografo #graph{
  z-index: 1;
}

.cronosfera {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1;
  position: relative;
  justify-content: center;
  align-items: center;
}

.cronosfera .expand{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
}

.cronosfera .info{
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.cronosfera .canvas-holder{
  display: flex;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
}

.select2-container .select2-selection--single {
  height: unset;
  padding: .375rem .75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 32px;
}

.select2-container{
  width: 100% !important;
}

.row-event {
  position: relative;
}

.adicionar-evento{
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(26, 183, 223);
  color: white;
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 2;
}

.adicionar-evento:hover{
  background-color: rgb(27, 148, 179);
}

.table-ciclos .adicionar-evento {
  position: static;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0 5px;
}

.row-event .dropdown.end{
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.row-event .dropdown.end .adicionar-evento{
  bottom: -10px;
}

.row-event .adicionar-evento.dropdown-toggle::after, .action-button::after{
  content: unset;
}


.row-event .dropdown-menu{
  padding: 1rem;
}

.table.event-table {
  border-bottom: 1px solid #dee2e6;
}

.dropdown .action-button {
  color: rgb(27, 148, 179);
}

.no-break{
  white-space: nowrap;
  word-break: keep-all;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday{
  background-color: #d6f1f5;
  color: black !important;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  color: white;
}

.content-header{
  padding-left: 280px;
  transition: all 0.3s;
}

.sidebar-mini.sidebar-collapse .content-header{
  padding-left: 6rem;
}

@media (max-width: 767.98px){
  .content-header{
    padding-left: 1rem !important;
  }
}

.table-selection tr.batida-row{
  transition: background 0.2s;
}

.table-selection tr.batida-row.checked{
  background:rgba(140, 160, 177, 0.2);
}


.check-row.hide, .checkbox-container.hide{
  display: none;
}


.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #007bff;
  border-radius: 100%;

}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-container.check-red input ~ .checkmark{

  border-color: #c90b0b;
}
.checkbox-container.check-red input:checked ~ .checkmark{
  background-color:#c90b0b;

}


.btn-option input ~ .label {
  background: #ebf1f7;
  cursor: pointer;
  color: #007bff;
}

.btn-option input:checked ~ .label{
  background:#007bff;
  color: white;
}

.btn-option.btn-option-del input ~ .label{
  background: #f7ebeb;
  color: rgb(201, 11, 11);
}

.btn-option.btn-option-del input:checked ~ .label{
  background:rgb(201, 11, 11);
  color: white;
}

.btn-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

[data-calendar-theme=light].vanilla-calendar{
  background-color: transparent;
}

.table.event-table .breaked{
  background: rgb(255, 211, 211);
  font-weight: bold;
  font-size: 12px;
}

.ciclo-stretch {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ciclo-stretch .batida-item:first-child{

}
.ciclo-stretch .batida-item:last-child{

}

.ciclo-stretch .batida-item{
  padding: 2px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  flex: 1;
  cursor: pointer;
}

.batida-item.hint--top::after{
  background-color: white !important;
  color: black !important;
  font-family: 'Source Sans 3', sans-serif !important;
  font-weight: 600;
}

.batida-item.hint--top::before{
  border-top-color: white !important;
}

.flex-1 {
  flex: 1 !important;
}

.ciclo-stretch .batida-item.flex-1{
  flex: none !important;
}

.ciclo-stretch .batida-item + .mid{
  display: none;
}

.ciclo-stretch .batida-item.flex-1 + .mid:not(:last-child){
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  font-size: 12px;
}

[role=button] {
  cursor: pointer;
}

.popup {
    display: none;
    position: absolute;
    /* padding: 10px; */
    border-radius: 8px;
    min-width: 300px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup:after{
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    border-top: 10px solid white !important;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.cronometro {
    text-align: center;
    font-family: 'Orbitron';
    font-size: 2em;
    background-color: #1a3f48;
    color: #0f0 !important;
    padding: 10px;
    border-radius: 5px;
    width: fit-content;
}
.treeview-menu{
    list-style-type: none;
    position: relative;
    right: 20px;
}
.macrodeletada td{
    background: #fddfdf;
    border-bottom: 1px solid red;
}

.add-evento{
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: rgb(26, 183, 223);
    color: white;

}
.tabelasTotais{
    font-size: 11px;
}

.totalizadorEspelho{
    width: 50px;
    max-width: 50px;
}
.logordl {
    max-width: 89%;
}
.hidden {
    display: none
}
.textEvt {
    font-family: "Roboto";
    background-color: rgba(154, 150, 150, 0.36);
    font-weight: bold;
    display: inline-flex;
    padding: 1px;
    font-size: 8px;
    filter: shadow(10);
    border-radius: 7px;
    margin: 2px;
}
.table-eventos td{
    font-family: "Roboto";
    font-size: 10px;
    padding: 2px !important;
}
.table-eventos th{
    font-size: 12px;
    padding: 2px !important;
}
.table-mudanca th{
    font-size: 12px;
    padding: 2px !important;
}
.table-mudanca td{
    font-size: 12px;
    padding: 2px !important;
}
.invoice {
    page-break-after: always;
}
.small-box{
    text-align: center !important;
}
.small-box a{
    color: #007bff !important;
}

.small-box .inner{
    line-height: 90px;
    transition: transform .2s; /* Animation */
    height:70px;

}
.small-box i{
    color: #17a2b8; !important;
    display: inline-block; /* Altera o display para inline-block */
    text-align: center;
    padding-bottom: 10px;


}
.small-box i:hover {
    transform: scale(1.2);
}
