@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

/* body.login-page {
  background-image: url('../img/background.jpg');
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  background-position: center; 
  background-repeat: no-repeat; 
} */
.user-data {
  font-size: 120%;
}
.graph-total-data {
  font-size: 150%;
  font-weight: bold;
  border-radius: 25px;
  background: #e9e9e9;
}

div.card-header{
  background-color: #007aff;
  color: white;
}

.img-avatar {
  width: 250px;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
}

#viewUserImg {
  max-height: 200px;
}

.watofly_font {
  font-family: 'Dosis', sans-serif;
}

#watofly_index_logo {
  font-size: 80px;
}

#watofly_logo {
  font-size: 1.4em;
}

#logo_wolfavionictv {
  max-height: 1.5rem;
}

.watofly_blue {
  color:#007aff;
}

.watofly_bg_blue {
  background-color:#007aff;
  color: white;
}

.img-avatar img {
  max-height: 100%;
  max-width: 100%;    
}

#img_avatar{
  aspect-ratio: 1/1;
}

label.error{
  color: red;
  font-size: 80%;
}

table#results.dataTable tbody tr:hover {
  background-color: #007aff;
  color: white;
}
  
table#results.dataTable tbody tr:hover > .sorting_1 {
  background-color: #007aff;
  color: white;
}

#login-footer {
  color: white;
  margin-top: 0.75em;
}

.avatar-image_area {
  position: relative;
}

.avatar-upload img {
    display: block;
    max-width: 100%;
}

.avatar-preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg{
    max-width: 100% !important;
}

.avatar-overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
  width: 100%;
}

.avatar-image_area:hover .avatar-overlay {
  height: 50%;
  cursor: pointer;
}

.avatar-text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart-wrapper {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;
}

/* CHART-VALUES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-values {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

.chart-wrapper .chart-values li {
  flex: 1;
  min-width: 80px;
  text-align: center;
}

.chart-wrapper .chart-values li:not(:last-child) {
  position: relative;
}

.chart-wrapper .chart-values li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  height: 510px;
  border-right: 1px solid var(--divider);
}


/* CHART-BARS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gantt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.gantt-bar {
  position: absolute;
  height: 30px;
  background-color: #3b82f6;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.gantt-bar:hover {
  background-color: #2563eb;
}

.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  pointer-events: none;
}

.months {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.month {
  width: 8.33%;
  text-align: center;
  font-weight: bold;
}