/**
  * Name: ASUENG custom styles
  * Version: 1.0
  * Author: yaziz@eng.asu.edu.eg
*/

.cropped-image-320x200 {
    width: 320px;  /* Set desired width */
    height: 200px; /* Set desired height */
    object-fit: cover; /* Ensures the image is cropped */
    object-position: center; /* Centers the crop */
}

span.required_field {
    color: red;
    font-weight: bold;
}

/* Hide Users menu by default */
.users-menu {
    display: none !important;
}

@media (max-width: 768px) {
    #logo-img {
        max-width: 250px;
    }
    .users-menu {
        display: block !important;
    }
}
