body {
    padding-left: 104px;
    padding-right: 104px;
}

/* .card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 20px;
  text-decoration: none;
  background-color: #ddd;
  transition: background-color 0.3s ease;
} */

.card:hover {
    background-color: #FFC100;
}

.card img {
    max-height: 30px;
    object-fit: cover;
    border-radius: 40%;
    margin-bottom: 10px;
    margin-left: 10px;
}

.card-body {
    display: flex;
    height: 300px;

}

.card-body .info {
    margin-left: 5px;
    flex-grow: 1;
    min-width: 0;

}

.card-title {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.card-text {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body .description {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

/* .card-footer {
  text-align: right;
} */
.pertemuan-text {
    text-align: left;
    /* Menyelaraskan teks ke kiri */
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-bar h1 {
    font-size: 36px;
    font-weight: bold;
    margin-right: auto;
}

.search-bar .form-control {
    flex-grow: 1;
    max-width: 2000px;
    min-width: 300px;
    border-radius: 20px;
    font-size: 1rem;
}

.search-bar .input-long {
    max-width: 2000px;
    min-width: 300px;
}

.search-bar button {
    margin-left: 10px;
    border-radius: 20px;
}

.search-bar .your-research {
    width: 150px;
}

a.card:hover,
a.card:visited,
a.card:link,
a.card:active {
    text-decoration: none;
    color: black;
}

@media (min-width: 576px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 575.98px) {
    .card {
        width: 100%;
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar .form-control {
        max-width: 100%;
        min-width: 0;
    }

    .search-bar button {
        margin-left: 0;
        margin-top: 10px;
    }
}
