.user-gender-radio label > input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.user-gender-radio label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.btn, .form-control {
    border-radius: 6px !important;
}

.tox-promotion {
    display: none !important;
}

.user-gender-radio label:hover {
    cursor: pointer;
}

.user-gender-radio input:checked + label {
    background-color: #a5dc86 !important;
    box-shadow: none;
}

.user-gender-radio label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.user-gender-radio label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0 !important;
}

.form-group {
     margin-bottom: 0 !important; 
}

.user-radiolist-group {
    margin-top: 25px;
}