.tabcontent {
    display: none;
}

.group-image-list {
    overflow-x: auto;
    padding-bottom: 10px;
}

.image-list {
    width: 80px;
    height: 60px;
}

.text-color-black {
    color: #000000;
}

.img-activity-detail {
    background: var(--dark1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 752px;
    height: 423px;
    max-width: 100%;
}

.centered {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-header {
    border-bottom: 0px !important;
}

.expandImg-width {
    max-width: 100% !important;
}