@import url(/landing.css);
@import url(/components/instalation/instalation.css);
@import url(/components/avatar/avatar.css);


.all_badges {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.status_badge {
    border: 2px solid white;
    position: relative;
    border-radius: 50%;
}

.large_badge {
    height: 1.5rem;
    width: 1.5rem;
    bottom: 0.2rem;
    right: 3rem;
    background-color: green;
}

.medium_badge {
    height: 1rem;
    width: 1rem;
    bottom: 0.2rem;
    right: 2.5rem;
    border: 4px solid darkgrey;
    background-color: grey;
}

.small_badge {
    height: 0.7rem;
    width: 0.7rem;
    bottom: 0.1rem;
    right: 1.5rem;
    background-color: red;

}

/*    icon badge */

.icon-badge_div {
    display: flex;
    position: relative;
    align-items: baseline;
    border: 1px solid var(--border-color);
    padding: 4rem;
    border-radius: 0.5rem;
    justify-content: space-around;
}

.icon_badge {
    position: relative;
    top: -3rem;
    right: -2.5rem;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_button {
    background: none;
    border: none;
    display: flex;
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
}

.email_icon,
.icon {
    font-size: 3rem;
}

.badge {
    position: absolute;
    left: 2rem;
    background-color: red;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}