/* OPS Operation Pro Gate - Stylesheet
  
*/
body {
    background-color: #f4f4f4;
}
.container {
    max-width: 1500px;
    margin-top: 50px;
}

.profile-bubble button {
    background-color: white;
    border: 1px solid #ddd;
    transition: box-shadow 0.3s;
}

.profile-bubble button:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.object-fit-cover{object-fit:cover}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,label {
    color: #000 !important;
}