.fancy-select-display {display: none;}.fancy-select {clear: both;}.fancy-select .select-option {float: left; color: #959494; width: max-content; height: 50px; padding: 0 30px 0 30px; margin: 7px 10px 3px 0; cursor: pointer; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position: relative;}.fancy-select .select-option-selected,.fancy-select .select-option-selected:hover {color: white;}.fancy-select .square {}.fancy-select.round .select-option-selected {color: white;}.fancy-select.square .select-option {border-radius: 10px;}.fancy-select.square .select-option p {margin: 0; padding: 0; line-height: 50px; font-size: 1.125em; font-weight: 400;}.fancy-select.square .select-option-completed {border: 1px solid #c7c7c7; color: #c7c7c7;}.fancy-select.square .select-option i {color: #70902D; font-size: 1.7em; position: absolute; left: -9px; top: -13px;}.fancy-select.round .select-option {border-radius: 50%; width: 100px; height: 100px; text-align: center; vertical-align: middle; padding: 7px 10px 7px 10px; margin-top: 0;}.fancy-select.large .select-option {width: 200px; height: 200px;}.fancy-select.medium .select-option {width: 100px; height: 100px;}.fancy-select.small .select-option {width: 60px; height: 60px;}.fancy-select.very-small .select-option {width: 40px; height: 40px;}.fancy-select.round .select-option p {height: 100px; line-height: 100px; text-align: center;}.fancy-select.large .select-option p {height: 200px; line-height: 200px;}.fancy-select.medium .select-option p {height: 100px; line-height: 100px;}.fancy-select.small .select-option p {height: 60px; line-height: 60px;}.fancy-select.very-small .select-option p {height: 40px; line-height: 40px;}.fancy-select.round .select-option span {padding-bottom: 5px; display: inline-block; line-height: 1.2; text-align: center; vertical-align: middle;}.fancy-select.square .select-option span {}