.fan-finder-module {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center the items */
    gap: 25px;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    z-index: 199;
    font-size: 20px;
}

.module-separator {
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 50px;
}

.streamer-card-module, .viewer-card-module {
    display: flex;
    flex-direction: column;
    width: 250px;
    font-size: .9em;
    margin-bottom: 100px;
    background: rgba(0, 0, 0, 0.50);
}

.card-pfp {
    position: relative;
    top: 100px;
    left: 50%;
    width: 70px;
    transform: translateX(-35px);
    border-radius: 50%;
    overflow: hidden;
}

.card-pfp img {
    height: 70px;
    width: 70px;
    
}

.card-top {
    height: 60px;
    width: 100%;
    background: #FF1F8E;
    border-radius: 10px 10px 0 0;
}

.card-close {
    position: relative;
    top: 5px;
    right: 10px;
    text-align: right;
    font-weight: bold;
}

.card-bottom {
    display: flex;
    flex-direction: column;
    padding: 40px 5px 10px 5px;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.025);
    border-radius: 0 0 10px 10px;
}

.streamer-container {
    display: flex;
    justify-content: center;
    gap: .25em;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: .5em;
}

.streamer-container img {
    height: 1em;
    margin: auto 0;
}

#streamer-follower-count::before {
    content: 'Followers:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#streamer-creation-date::before {
    content: 'Created:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}
#streamer-age::before {
    content: 'Age:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#streamer-bio {
    display: none;
}

.dev-info {
    margin: .5em 0;
    font-weight: 700;
    color: #FF1F8E;
    font-size: 1.1em;
}

#streamer-id::before {
    content: 'ID:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#streamer-user-id::before {
    content: 'User ID:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#streamer-chatroom-id::before {
    content: 'Chatroom ID:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

.streamer-socials {
    display: flex;
    justify-content: center;
    gap: .5em;
    margin-top: 1em;
}

.streamer-socials img {
    height: 1em;
}

#viewer-name {
font-weight: 700;
font-size: 1.2em;
margin-bottom: .5em;
}

#viewer-follows::before {
    content: 'Follows:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#viewer-creation-date::before {
    content: 'Followed:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}
#viewer-age::before {
    content: 'Follow Age:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}


#subscriber::before{
    content: 'Subscribed:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#sub-length::before{
    content: 'Sub Length:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#gifted-subs::before{
    content: 'Gifted Subs:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

.viewer-badges {
    display: flex;
    justify-content: center;
    gap: .20em;
}

.viewer-badges img {
    height: 1em;
    margin: auto 0;
}

.badges-text {
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}

#banned::before {
    content: 'User Banned:';
    margin-right: .25em;
    font-weight: 600;
    color: #32edf2;
}
