.dashboard-page {
    overflow-y: auto;
}

.dashboard-page .row {
    flex: 1;
    align-items: stretch;
}

.dashboard-box {
    background-color: rgba(227, 234, 244, 0.2);
    box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.24);
    border-radius: 14px;
    backdrop-filter: blur(12px);
}

.dashboard-box.large {
    height: 361px;
}

.dashboard-box.small {
    /* height: 249px; */
    flex-grow: 1;
    min-height: 0;
}

.dashboard-header {
    padding: 18px 0;
    color: rgba(0, 0, 12, 1);
    font-size: 14px;
    font-weight: 500;
}

.dashboard-body {
    overflow-y: auto;
}

.exhibition-box .exhibition-image-wrapper {
    width: 45%;
    height: 148px;
    overflow: hidden;
}

.exhibition-box .exhibition-image-wrapper, .exhibition-box .exhibition-image-wrapper img {
    border-radius: 8px;
}

.factory-box {
    flex: 1;
}

.factory-box .factory-image-wrapper {
    width: 30%;
    height: 80px;
}

.factory-box .factory-image-wrapper img {
    object-position: top;
}

.factory-box .factory-content-wrapper span:first-child, .exhibition-content-wrapper .exhibition-title {
    font-size: 16px;
}

.exhibition-content-wrapper .exhibition-about {
    font-size: 14px;
}

.dashboard-body#articles-list {
    row-gap: 20px;
    column-gap: 12px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.article-box {
    width: 48%;
    max-width: 420px;
    height: 116px;
    background-color: rgba(227, 234, 244, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.article-image-wrapper {
    height: 100%;
    width: 45%;
    min-width: 84px;
    border-radius: 12px;
    overflow: hidden;
}

.article-image-wrapper img {
    border-radius: 12px;
}

.article-content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.article-box .read-more {
    color: rgba(0, 122, 255, 1);
    font-size: 12px;
}

.auction-image {
    width: 48px;
    height: 62px;
}

.auction-title {
    font-size: 16px;
}

.auction-change {
    color: rgba(174, 174, 174, 1);
}

.auction-status-box {
    width: 14px;
    height: 14px;
    background-color: brown;
}

.auction-status-box.open {
    background-color: rgba(76, 175, 80, 1);
}

.view-auction {
    width: 40%;
}

.download-auction {
    width: 60%;
    color: rgba(0, 122, 255, 1);
}

@media (min-width: 2000px) {
    .article-box {
        max-width: unset;
        height: 136px;
    }
}

@media (max-width: 1379.98px) {
    .layout-navbar-fixed:not(.layout-menu-collapsed) .article-box {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1289.98px) {
    .download-auction, .view-auction {
        width: fit-content;
    }
    .layout-navbar-fixed:not(.layout-menu-collapsed) .exhibition-box {
        flex-direction: column !important;
    }
    .layout-navbar-fixed:not(.layout-menu-collapsed) .exhibition-image-wrapper {
        width: 100%;
    }
    .layout-navbar-fixed:not(.layout-menu-collapsed) .exhibition-actions {
        row-gap: 12px;
        margin-top: 20px !important;
    }
}

@media (max-width: 1229.98px) {
    .auction-actions {
        flex-direction: column;
        border-top: 1px solid #e6e6e8;
    }
    .view-auction {
        padding-top: 12px;
    }
    .dashboard-box.large {
        height: 420px;
    }
    .auction-change {
        padding: 8px !important;
    }
}

@media (max-width: 1123.98px) {
    .article-box {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .dashboard-column {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .dashboard-column.down {
        padding-bottom: 80px;
    }
    .dashboard-box.large {
        height: 400px;
    }
    .auction-actions {
        flex-direction: row;
        border-top: none;
    }
    .view-auction {
        width: 40%;
    }
    .download-auction {
        width: 60%;
    }
    #factories-list {
        flex-wrap: wrap;
    }
    .factory-box {
        width: 212px;
        min-width: 164px;
        max-width: 212px;
    }
    .dashboard-box.large, .dashboard-box.small {
        height: fit-content !important;
    }
}

@media (max-width: 575.98px) {
    .factory-box {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        justify-content: center;
    }
    .exhibition-box .exhibition-image-wrapper {
        width: 100%;
        height: 148px;
    }
    .exhibition-actions {
        row-gap: 16px;
    }
}
  