.RadioStyle input {
    display: none;
}

.RadioStyle label {
    border: 1px solid #adadad;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 60px;
    text-align: center;
    float: left;
    margin: 5px;
    border-radius: 5px;
}

.RadioStyle input:checked + label {
    color: white;
    background: #808080;
}

.uploadPhotoBtn {
    width: 30px;
    height: 110px;
    background: #fb98af;
    color: #fff;
    position: fixed;
    right: 2%;
    top: 180px;
    border-radius: 5px;
    padding: 7px;
}

    .uploadPhotoBtn i {
        font-size: 16px;
    }

    .uploadPhotoBtn:hover {
        background: #ed8da4;
        cursor: pointer;
    }