body {
    margin-top: 20px;
    background: rgba(241, 246, 253);
}

.rounded-circle {
    border-radius: 50%!important;
}

.border-5 {
    border-width: 5px;
}

.border-white {
    border-opacity: 1;
    border-color: rgba(255, 255, 255, 1)!important;
}

.shadow {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, .125)!important;
}

img {
    max-width: 100%;
    height: auto;
}

.icon-sm {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 75%;
    line-height: normal;
}

.rounded-circle {
    border-radius: 50%!important;
}

.hover-top-in .hover-top--in {
    transition: ease-in-out all .35s;
    position: relative;
    top: 0;
}

.hover-top-in:hover .hover-top--in {
    top: -10px;
}

.me-1 {
    margin-right: 0.25rem!important;
}

.fw-700 {
    font-weight: 700!important;
}

.mb-1 {
    margin-bottom: 0.25rem!important;
}

.z-index-1 {
    z-index: 1!important;
}

.pt-6 {
    padding-top: 2.5rem!important;
}

.p-4 {
    padding: 1.5rem!important;
}

.mt-n4 {
    margin-top: -1.5rem!important;
}

.px-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}

.position-relative {
    position: relative!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

/* Kelas untuk nama anggota tim */
.team-member-name {
    font-size: 1.25rem; /* Atur ukuran font sesuai kebutuhan */
    font-weight: 700;   /* Menebalkan font jika diperlukan */
}

/* Kelas untuk peran anggota tim */
.team-member-role {
    font-size: 1rem;    /* Atur ukuran font sesuai kebutuhan */
}