:root {
	--bs-rgb-primary: 2, 69, 94;
	--bs-rgb-primary-contrast: 255, 255, 255;
	--bs-rgb-secondary: 50, 104, 124;
}

body::before {
  opacity: 0.10 !important;
}

nav.navbar.nav-ofertas .container-fluid {
    background-color: rgba(var(--bs-rgb-primary), 0.5) !important;
    padding: 0.5em 0;
}

.component-merito .dropzone-file {
  display: block;
  white-space: nowrap;
}

.component-merito .component-file {
    border: 0;
    padding: 0;
}

.component-merito, .component-seccion, .component-total-bloque {
    padding-right: 0;
}

.input-merito {
    width: 100%;
    max-height: 3em;
    border: 2px solid #cccccc;
    border-radius: 6px;
    align-content: center;
    padding: .75rem;
}

.input-merito p {
    margin: 0 !important;
}

.input-merito-total,
.input-merito-total-seccion,
.input-merito-total-bloque {
    width: 100%;
    border: 1px solid #acb0b3;
    max-height: 2em;
}

.input-merito,
.input-puntuacion {
    min-width: max-content;
}

.merito-puntuacion-permitida {
    font-weight: bold;
    font-size: 0.75rem;
}

.merito-unidad-medida {
    font-weight: bold;
    font-size: 0.75rem;
}

.btn-merito-add-item {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-left: .5rem;
}

.baremo-head{
    border-bottom: 1px solid;
    border-color: rgba(var(--bs-rgb-primary), var(--bs-bg-opacity));
}

.baremo-input{
    text-align: center;
    outline: 0;
    width: 90%;
}

.baremo-input-total{
    text-align: end;
}

.baremo-text-ayuda{
    font-weight: bold;
    font-size: 0.75rem;
    margin-left: 1em;
}

.total-resultado,
.baremo-input-total {
	background-color: #e0deda;
}

.baremo-label{
	transition: transform 1s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 5rem;
}

table.table-baremo{
    width: 100%;
}

table.table-baremo tr{
    height: 2.3lh;
}

table.table-baremo td.cell-value {
    position: relative;
    width: 6.3rem;
    vertical-align: top;
}

.t-row-entidades {
    padding: 0 !important;
    font-size: 0.8em;
}

.component-oferta-list .dropdown button.btn.btn-primary.dropdown-toggle {
    height: 45px;
    font-size: 1.1rem;
    border-radius: 0.3rem;
}

.btn-modificar-datos.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.btn-uet-delete-item.bi.bi-trash3-fill{
    color: white;
}

.step-datos-notificacion{
    text-align: center;
}

.solicitud-texto {
    font-weight: bold;
    margin-top: -1rem;
}

.i-solicitud-desistimiento {
    color: #ff0000;
}

.i-informe-meritos-pdf {
    color: #387e10;
}

.i-pdf {
    color: #970404;
}

.i-alegacion {
    color: #a79017;
}

.i-continuar {
    color: #008000;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"));
}

.link-documento {
    color: rgba(var(--bs-rgb-primary), 1) !important;
    text-decoration: underline;
}

.text-time-muted {
    color: #cccccc !important;
}

.bootstrap-select:not(.disabled) .dropdown-toggle:not(.disabled)::after {
  content: "" !important;
  margin: 10px;
}

.sidebar {
    position: static;
}

.offers-card {
    background: white;
    border-radius: .25rem;
    padding: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.offers-card h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(var(--bs-rgb-secondary), 1);
}

.offer-item {
    padding: 15px;
    margin-bottom: 15px;
    border-left: 4px solid rgba(var(--bs-rgb-primary), 1);
    background: #f8f9fa;
    border-radius: 4px;
    transition: transform 0.2s, box-shadow: 0.2s;
}

.offer-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.offer-item h5 {
    color: rgba(var(--bs-rgb-secondary), 1);
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.offer-item p {
    margin-bottom: 5px;
}

.text-offer-tipo {
    font-size: .9rem;
}

.offer-group-and-places {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: .3rem;
    text-align: center;
}

.offer-group-item, .offer-places-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-estado {
    display: flex;
}

.offer-estado i {
    margin-left: 0.2rem;
}

.header-doc {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important;
}

.t-table .lista-ofertas-empleo-publico > .row:last-child {
  border-bottom: 0 !important;
}

.accordion-button {
    align-items: center !important;
}

@media (max-width: 991px) {
    .sidebar{
        margin-bottom: 30px;
    }

    .t-table .lista-ofertas-empleo-publico .row-oferta-empleo-publico {
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        border-top: 1px solid #dee2e6 !important;
    }
}
