.scOptionDiv{display: flex; width: 100%; height: 40px; align-items: center;}.scComOption{position: relative; padding-left: 30px; cursor: pointer; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; align-items: center; margin: 0px 8px; height: 24px;}/* Hide the browser's default radio button */.scComOption input{position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}/* Create a custom radio button */.scComCheckmark{position: absolute; top: 0; left: 0; height: 24px; width: 24px; border-radius: 50%;}/* Create the indicator (the dot/circle - hidden when not checked) */.scComCheckmark:after{content: ""; position: absolute; display: none;}/* Show the indicator (dot/circle) when checked */.scComOption input:checked ~ .scComCheckmark:after{display: block;}/* Style the indicator (dot/circle) */.scComOption .scComCheckmark:after{top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%;}.scComOptionDisabled{cursor: not-allowed;}.scComOptionDisabled > .scComCheckmark{cursor: not-allowed;}.scOPTInfoIcon{font-size: 14px; margin-right: 0px; margin-top: -9px;}.scOPTToolTip:hover .scATNFYInformation{display: block;}.scOPTSentToolTip{position: absolute; left: 160px; padding: 5px 10px; border-radius: 5px; display: flex; margin-top: -40px; z-index: 99999999}.scOPTToolTip:hover .scOPTInformationBottom{display: block;}.scOPTInformationBottom{left: unset; font-size: 10px; display: none; z-index: 2; top: 60px; margin-left: -10px; z-index: 99999;}.scOPTSentToolTip::after{content: ''; width: 0; height: 0; top: -5px; left: 6px; position: absolute;}.scOPTSentToolTip.scATNFYInformation::after{content: ''; width: 0; height: 0; border-bottom: unset; bottom: -5px; left: 9px; position: absolute; top: unset;}.scOPTSentToolTip.scOPTInformationBottom::after{content: ''; width: 0; height: 0; border-top: unset; bottom: unset; left: 9px; position: absolute; top: -5px;}.scOPTCataNumber{font-size: 25px; text-align: left; text-overflow: ellipsis; overflow: hidden; margin: 6px 0px;}