.privatizations-list-wrapper {
    background-color: #F5F5F5;
    padding: 1rem;
}

.privatizations-list-wrapper {
    max-width: 700px!important;
    padding: 2rem;
    flex-grow: 0;
    flex-basis: 0;
}

#opportunity-detail-wrapper > div {
    box-shadow: 0 10px 4px 2px rgba(0,0,0,0.05);
    z-index: 19;
    position: relative;
}

#form-container {
    box-shadow: 0 4px 3px 1px rgba(0,0,0,0.05);
    z-index: 20;
    position: relative;
}

#footer {
    border-top: 1px solid #404040;
    z-index: 20;
    position: relative;
}

.detail-block.clickable {
    background-color: #EEEEEE;
    border-left: 2px solid var(--e-global-color-primary);
    position: relative;
    transition: all 250ms ease-in-out;
    height: fit-content;
}

.detail-block.clickable .detail-description,
.detail-block.clickable .detail-title {
    margin-left: 40px;
}

.detail-block.clickable::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
    right: 12px;
    background-image: url('../images/arrow-right-solid.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem;
    filter: invert(21%) sepia(70%) saturate(3670%) hue-rotate(345deg) brightness(79%) contrast(89%);
}

.detail-block.clickable::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    width: 25px;
    height: 32px;
    left: 14px;
    background-image: url('../images/icon-province.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
}

.clickable-province {
    cursor: pointer;
}

#province-details {
    position: absolute;
    z-index: 99;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    transition: all 250ms ease-in-out;
}

#province-details .close {
    opacity: 1;
    width: 100%;
    height: fit-content;
    padding-left: 60px;
    background-color: #EEE;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

#province-details .close:hover {
    cursor: pointer;
}

.tab-pane.active.show {
    position: relative;
}

#province-details .close::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    width: 25px;
    height: 32px;
    left: 14px;
    background-image: url(../images/arrow-right-solid.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    filter: invert(21%) sepia(70%) saturate(3670%) hue-rotate(345deg) brightness(79%) contrast(89%);
}

@media (max-width: 576px) {

}

#privatizationPagination {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.pagination .page-item a {
    border: unset;
    background-color: transparent;
    color: #000 !important;
}

.pagination .page-item.active a {
    font-weight: bold;
    color: var(--e-global-color-primary)!important;
}

.pagination .page-item.disabled a {
    color: #404040!important;
}

.pagination .page-item a:hover {
    color: var(--e-global-color-primary)!important;
}

.inv-separator {
    height: 6px;
    width: 140px;
    margin-top :25px;
    background-color: var(--e-global-color-primary);
}