@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: #fe001a;
  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: 4em;
}

#watofly_logo {
  font-size: 1.4em;
}


#logo_wolfavionictv {
  max-height: 1.5rem;
}


.watofly_blue {
  color:#fe001a;
}

#logo_sar{
  font-size: 0.75em;
  font-weight: 900;
}

#logo_sar_sidebar{
  font-size: 1em;
  font-weight: 900;
}

.watofly_bg_blue {
  background-color:#fe001a;
  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: #fe001a;
  color: white;
}
  
table#results.dataTable tbody tr:hover > .sorting_1 {
  background-color: #fe001a;
  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;
}