/*
	Theme Name: Simasp 2027
	Description: Tema Simasp 2027
	Version: 1.0.0
	Author: Planeta W
	Author URI: https://planetaw.com.br
*/

.esgotado, .esgotados {
    position: relative;
}

.esgotado::before, .esgotados::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4f4f4f99;
    inset: 0;
    pointer-events: none;
}

.esgotado::after, .esgotados::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../uploads/vagas-esgotadas.png') no-repeat  center 10px/300px;
    inset: 0;
    pointer-events: none;
}

.esgotados::before {
    background: #4f4f4fbd;
}

.esgotados::after {
    background: url('../../uploads/vagas-esgotadas-1.png') no-repeat  center 10px/240px;
}