<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rate {
    height: 46px;
    padding: 0 10px;
	direction: rtl;
}

.rate:not(:checked)&gt;input {
    position: absolute;
    /*top: -9999px;*/
    visibility: hidden;
}

.rate:not(:checked)&gt;label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)&gt;label:before {
    content: 'â˜… ';
}

.rate&gt;input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)&gt;label:hover~label,
.rate:not(:checked)&gt;label:hover {
    color: #deb217;
}

.rate&gt;label:hover~input:checked~label,
.rate&gt;input:checked~label:hover~label,
.rate&gt;input:checked~label:hover,
.rate&gt;input:checked+label:hover~label,
.rate&gt;input:checked+label:hover {
    color: #c59b08;
}

.clearboth {
    clear: both;
}

.centerText {
	text-align: center;
}

legend.slds-form-element__label, label.slds-form-element__label {
    font-size: 1em;
	float: none;
    font-weight: normal;
	display: block;
	text-align: center;
	margin-top: .1em;
	margin-left: auto;
	margin-right: auto;
}

.verticalDivider { border-right: 1px solid gray; margin-left: 0px; margin-right: 1em; width: 1em; min-height: 3em; }
.dateButton { width: 15em; display: inline-grid; }
lightning-button.selectedButton button, lightning-button.selectedButton button:focus { background-color: green; color: white }
lightning-button.unselectedButton button, lightning-button.unselectedButton button:focus { background-color: transparent; color: default; }</pre></body></html>