* {
    touch-action: manipulation;
}
.whatsapp-floating {
    background: linear-gradient(to right top, #5ad065, #25b43c);
    color: #fff;
    position: fixed;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.whatsapp-floating:hover {
    transform: scale(1.1);
}
.whatsapp-floating:hover i {
    color: #fff !important;
}

.tiktok-icon-svg {
    fill: var(--general-300);
}
.tiktok-icon-svg:hover {
    fill: var(--bs-link-color);
}

.twitter-icon-svg {
    fill: var(--general-300);
}
.twitter-icon-svg:hover {
    fill: var(--bs-link-color);
}

.ri-16 {
    font-size: 16px;
}

.ri-20 {
    font-size: 20px;
}

.ri-24 {
    font-size: 24px;
}

.ri-32 {
    font-size: 32px;
}

.img-social {
    width: 24px;
    height: 24px;
    object-fit: cover;
    object-position: center;
}

.img-gallery {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    /* Tablet view */
    .img-gallery {
        width: 100%;
        aspect-ratio: 1/1;
    }
}

@media (max-width: 768px) {
    /* Mobile view */
    .img-gallery {
        width: 100%;
        aspect-ratio: 1/1;
    }
}

.img-thumbnail-news {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.img-thumbnail-news-detail {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.form-control {
    min-height: 54px;
}

.input-group-text {
    background-color: #fff !important;
}

/* Review */
.form-rating-group {
    display: flex;
    justify-content: center;
}
.form-check-review {
    text-align: center;
    padding: 4px !important;
}
.form-check-review label {
    border: 1px solid var(--general-200);
    width: 100px;
    height: auto;
    padding: 4px;
    border-radius: 8px;
    cursor: pointer;
}
.form-check-review input {
    display: none;
}
.form-check-review input[type="radio"]:checked + label {
    background-color: var(--primary-500);
    color: #fff;
    border-color: var(--primary-500);
}
.form-check-review img {
    width: 32px;
    height: 32px;
}

@media (min-width: 576px) {
    .form-check-review {
        padding: 4px !important;
    }

    .form-check-review label {
        width: 100px;
        height: 100px;
    }

    .form-check-review img {
        width: 64px;
        height: 64px;
    }
}

@media only screen and (max-width: 600px) {
    .btn-mobile-sm {
        padding: 8px 8px;
        font-size: 0.875rem;
        border-radius: 7px;
    }
}

.rounded-100 {
    border-radius: 100px;
}

.social-media-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--general-200);
    border-radius: 100%;
}

.social-media-icon i,
.social-media-icon svg {
    line-height: 48px;
    color: var(--general-500);
}

.bg-none {
    background: none;
}

.filter-socmed.active {
    background-color: white;
    border: none;
}

@media (max-width: 576px) {
    .sm-text-center {
        text-align: center;
    }
}

.custom-pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.custom-pagination .page-item {
    margin: 0 5px;
}

.custom-pagination .page-item .page-link {
    color: var(--primary-500);
    text-decoration: none;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #e9ecef;
    color: var(--primary-500);
    text-decoration: none;
}

.custom-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-500);
    border-color: var(--primary-500);
}

.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff !important;
    border: 1px solid #7a69eb !important;
    color: #7a69eb !important;
    line-height: 24px;
    touch-action: manipulation;
}

.owl-prev {
    position: absolute;
    left: 0;
    border: none !important;
}

.owl-next {
    position: absolute;
    right: 0;
    border: none !important;
}

.owl-prev.disabled,
.owl-next.disabled {
    border: 1px solid #8b8b8b;
    color: #b0b0b0;
}

.eapps-widget-toolbar {
    display: none !important;
}
