.img-logo {

    width: 25%;
    height: 25%;
}

.img-logo-menu {
    width: 60%;
    height: 80%;
}
.btn-links{
    color: #3061e0f0;
}

td, th{
  text-align: center;
}
i{
    font-size: 20px;
}
.btn-list{
    color:#3061e0f0;
}

.btn-edit{
    color:#ffc107;
}
.img-card{
   width: 35px;
}

.div-check{
    background: #fb5a00;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.div-principal-check{
    /* display: flex; */
    margin: 0 auto;
}
.btn-alarm{
   color:white;
   font-size: 15px;
}

.input-hora {
    text-align: center;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-btn-add {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.ico-checklist{
    color:#01579B;
   
 }
 .flex-c  {  
 display: flex;
 justify-content: center;
 margin-bottom: 40px !important;
}
.bg-black {
    background-color: #000 !important;
}
.img-logo2{
width: 20%;
height: 20%;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000 !important;
}

.image-upload-area {
    margin-bottom: 30px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .image-upload-area .upload-label {
    display: inline-block;
    padding:10px 20px;
    background-color: #f59113;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
  }
  
  .image-upload-area .upload-label:hover {
    background-color: #f59113;
  }
  
  .image-upload-area .upload-input {
    display: none;
  }
  
  .image-upload-area .preview {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .image-upload-area .image-container {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  
  .image-upload-area .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .image-upload-area .remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
  }
  