html, body {
    height: 100%;
      margin: 0;
      background-color: #fff;
      color:#fcba02;
  }

  h1, h2, h3, h4{
    color:#fcba02;
  }

  a{
    color:#000;
  }

  label{
    color:#fcba02;
    margin:10px;
    width: 200px;
  }

  .btn-dark,
  .btn-danger
  {
      color:#fcba02;

  }

  a:not([href]):not([class]){
    color:#fcba02;
    cursor:pointer;
  }

  .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    cursor:pointer;

  }

  /* LOADING */


.loader {
  /*
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  */
  animation: rotate 1s linear infinite;
}

@-moz-keyframes rotate { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotate { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loading-overlay {
  display: none;
  background: rgba(12, 12, 12, 0.966);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 910;
  top: 0;
}

.loading-overlay-image-container {
  display: none;
  position: fixed;
  z-index: 917;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
}

.loading-overlay-img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

#tabMenu,
#formEvento
{
  display:none;
}

.fc .fc-toolbar-title {
  font-size: 1em;
  margin: 0;
}

.fc .fc-scrollgrid-section-liquid>td {
  height: auto;
}

.btn-secondary{
  background-color: #fcba02;
    border-color: #fcba02;
}

.borderTitle{
  border: 1px solid #fcba02;
}


.custom-file-label::after{
  content: 'Examinar';
}


.table{
  color:#fcba02;
}



.header {
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 10;
  width: 100%;
}
.bgheader {
  background-color: #3ea055;
}
.menuicon {
  width: 40px;
  height: 40px;
}

.menucontent {
  background-color: #fcba02;
}
.menulink {
  border: 1px #fff solid;
}
.badgeNotification {
  position: absolute;
  right: 15px;
  font-size: 11px;
  z-index: 1;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  color: white;
  background: red;
}

.optionsContainer{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.MenuConfigurations{
  background-color: #fcba02;
  width: 150px;
  height: 150px;

}
.MenuConfigurations:hover{
  cursor: pointer;
}
.textMenu {
  color: #000;
    font-size: 20px;
    font-weight: 500;
}



.menuBtns{
  width: 100px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first-form {
  margin-top: 15px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #fcba02;
}

#myTabContent{
  padding-top: 20px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #fcba02;
}

.containerSelectorWeek{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.selectorWeek {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
}

.weekInput{
  width: 50px;
  text-align: center;
}

#fieldsCustomer {
  text-align: center;
}

.form-group{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


.minField {
  width: 150px;
  text-align: right;
}

.underline {
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.row{
  align-items: center;
}
.webcont {
 padding-bottom: 60px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #3ea055;
  margin: 0;
  color: #fcba02;
  height: 60px;
}

#customers {
    padding-bottom: 80px;
}

#errorTMR{
  color:red;
}

#messages {
  position: fixed; /* Lo fija respecto a la ventana de visualización */
  top: 0;          /* Lo alinea con el borde superior de la ventana */
  left: 0;         /* Lo alinea con el borde izquierdo de la ventana */
  width: 100%;     /* Ocupa todo el ancho de la ventana */
  z-index: 1000;   /* Asegura que esté por encima de otros elementos */
}