/* Custom styles for the Jurniq Careers Header and Modals */

/* Defines the primary blue colors used in the header and modals */
:root {
    --color-primary-blue: #3BB0FF;
    --color-primary-blue-dark: #2A90D9;
}

/* Hides the modals by default */
.modal-hidden { 
    display: none !important; 
}

/* Makes the user's profile picture a circle */
.profile-image-circle { 
    border-radius: 50%; 
}

/* Ensures the image inside the cropping tool fits correctly */
.img-container img { 
    max-width: 100%; 
}