/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.al_modal-header {
    background-image: url('../swoyo/vacancies/header.png');
    background-size: cover;
    height: 10rem;
    align-items: baseline !important;
}

.button-sw-red {
    background-color: #F15A24 !important;
}

.flip-card-back{
    background-color: rgba(255, 186, 40, 1);
}

flip-card-front::after{
    opacity: 0.65 !important;
    background-color: #515151 !important;
}

.si-sw, .si-sw img{
    background-color: #F15A24 !important;
}

.sw-color{
    color: #F15A24 !important;
    text-shadow: none;
    font-weight: 600 !important;
}

.text-underline{
    text-decoration: underline !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}