﻿.party-badge {
    color: #ffffff;
    font-size: 9px;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    padding-top: 1px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.party-badge-ref {
    color: #ffffff;
    font-size: 9px;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    padding-top: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.header-badge-parent {
    margin-right:50px
}
.header-badge {
    font-size: 32px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    top: 10px;
    margin-right: 20px;
    cursor:pointer;
}


.header-badge-ref {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    top: 5px;
    margin-right: 20px;
    cursor:pointer;
}

.header-badge.selected {
    box-shadow: 0px 0px 50px #996515 ;
}

