.inline-flex {
    display: inline-flex !important;
}

.text-justify-content-center {
    padding: 70px 0;
    text-align: center;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.text-right {
    text-align: right;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.color-dark {
    color: #1F2322;
}

.color-white {
    color: #FFFFFF;
}

.color-gray {
    color: #8C9197;
}

.date-font-tiny {
    font-family: var(--noto-serif) !important;
    font-size: 12px !important;
    line-height: 21px !important;
    font-weight: 500;
}

.date-font-tiny2 {
    font-family: var(--noto-serif) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400;
}

.img-similar {
    /*text-align: center;*/
}

    .img-similar img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

.img-similar-detail {
    /*text-align: center;*/
    position: relative;
}

    .img-similar-detail img {
        width: 364px;
        height: 273px;
        object-fit: cover;
    }


.img-size-detail {
    /*width: 364px;*/
    height: 273px;
}

    .img-size-detail img {
        object-fit: cover;
    }

.img-homepage-size-detail {
    /*width: 364px;*/
    height: 168.72px;
    text-align: center;
}

    .img-homepage-size-detail img {
        object-fit: cover;
    }

.img-thumbnail-detail {
    padding: 0px !important;
    border: 1px solid var(--light2);
    border-radius: 12px;
    object-fit: fill;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    background: var(--dark1);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clickable-primary:hover {
    color: var(--primary) !important;
}

.img-placeholder-activity {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    /*width: 100%;
    height: 423px;*/
}

    .img-placeholder-activity img {
        max-height: 423px;
        width: 100%;
        height: 100%;
    }


@media screen and (min-width: 0px) and (max-width: 640px) {
    #activity-page .col-4 {
        width: 100% !important;
    }
}



@media screen and (min-width: 640px) and (max-width: 912px) {

    #activity-page .col-4 {
        width: 50% !important;
    }
}

.no-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}