/* Avatar icon color */
.AvatarText__p {
    background-color: #ffaf00;
}

/* Stops Priority field from truncating */
.ticketForm .Radio__radioLabel {
    max-width: unset;
}

/* Sets color of Priority buttons */
.Radio__radioButton [type=radio]:checked+.Radio__radioLabel {
    background-color: #009cff;
    box-shadow: 0 2px #0d6acc;
    border-left-color: #0d6acc;
}

/* Stops Priority field from truncating in ticket properties */
.ticketDetail .Radio__radioButton .Radio__radioLabel {
    max-width: unset;
}
