#role-form .active-role {
    border: 2px solid var(--primary-color);
}

#role-form input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.pricingtable .price-value {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingtable .price-value img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
}