.container_portal {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container_portal #header,
.container_portal #footer {
    flex-shrink: 0;
}

.container_portal #body {
    flex: 1 0 auto;
    min-height: auto !important;
}

.container_portal #header img,
.container_portal #body img,
.container_portal #footer img {
    max-width: 100%;
    height: auto !important;
}

.portal_content iframe {
    max-width: 100% !important;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 13rem;
    list-style-position: inside;
}

.list-start-left {
    padding: 0;
    margin: 0;
}

.offer.dropdown {
    margin-left: 0;
}

.offer.dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.offer-details-attachments {
    display: flex;
    flex-direction: column
}

