.auth-main {
  img {
    width: 140px;
  }
}
.logo-lg {
  width: 120px !important;
}
.dropzone.dz-clickable {
  z-index: 100;
  position: relative;
}
#btn-dropzone {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
label.error {
  color: #f44236 !important;
}
textarea.form-control {
  z-index: -4100;
  display: block !important;
  position: absolute !important;
}
.text-white {
  color: #ffffff !important;
}
.modal-backdrop {
  z-index: 1000 !important;
}
.card-gallery {
  height: 200px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body {
    color: black;
}
.form-label, .form-control, .form-check-label {
    color: black;
}
.form-check-input:disabled {
    background-color: #e9ecef; 
}
.form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}
.form-check-input:checked:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control {
    background-color: #f8f9fa;
}
.textarea-comment {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    resize: vertical;
}
.comment-item {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}
.comment-author {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.comment-date {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
    width: 100%;
}
.comment-text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.comment-url {
    margin-top: 10px;
}

.new {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #1DE9B6;
    margin-right: 3px;
    float: left;
}
.display-flex {
}
.datatable-table thead th, .table thead th, .datatable-table td, .datatable-table th, .table td, .table th{
    font-size: 12px;
}
.card-body {
    padding: 20px 15px !important;
}

<style>
  .kpi-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15,23,42,0.18);
    color: #fff;
  }
  .kpi-card .kpi-label {
    font-size: 0.8rem;
    opacity: 0.9;
  }
  .kpi-card .kpi-meta {
    font-size: 0.8rem;
    opacity: 0.9;
  }

  .kpi-move  { background: #08A0FF; } /* azul vivo */
  .kpi-meal  { background: #FFC528; } /* amarelo vivo */
  .kpi-km    { background: #00D7A3; } /* verde água */
  .kpi-days  { background: #1D9BF0; } /* azul */
