/*
TERMS & CONDITIONS
This website is copyright protected and uses strict security protocols. Do not copy, drag or remove anything from this website or its source code.
https://virtualyard.com/terms-and-conditions for more information.
*/

.btn-pill {
	padding: 15px;
    border-radius: 12px;
    border: 1px solid #212529;
    margin-top: 20px;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.9em;
	color: var(--light);
	cursor: pointer;
}

.btn-pill.selected {
	padding: 13px;
	border: 3px solid var(--primary-colour);
}

.optionTitle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.optionSubTitle {
	display: block;
    line-height: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-top: -3px;
}

.getStarted {
	background-color: var(--primary-colour) !important;
	border-color: var(--primary-colour) !important;
}