.nice-select{-webkit-appearance:none;background-color:#fff;background-image:url(https://static.edmclass.com/common/caret-down.svg);background-position:right 12px center;background-repeat:no-repeat;background-size:24px 24px;border:1px solid #c5c5c5;border-radius:4px;color:#333;font-family:inherit;font-size:14px;height:44px;letter-spacing:-.01px;outline:none;padding:0 48px 0 12px;z-index:1}.nice-select,.nice-select .current p{line-height:42px}.nice-select.open,.nice-select:active,.nice-select:focus,.nice-select:hover{border-color:#949ea2}.nice-select .list-options{align-items:center;background-color:rgba(0,0,0,.7);bottom:0;display:none;justify-content:center;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:2}.nice-select.open .list-options{display:flex}.nice-select.open .list{height:70%;opacity:1;overflow-y:auto;pointer-events:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);width:100%}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:-1px!important;right:-1px!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .current .correct,.nice-select .current .date{display:none}.nice-select .list{background-color:#fff;border-radius:8px;box-sizing:border-box;opacity:0;overflow:hidden;padding:0;pointer-events:none;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{align-items:center;border-bottom:1px solid #c5c5c5;cursor:pointer;justify-content:space-between;list-style:none;min-height:40px;outline:none;padding:16px 33px 16px 12px;position:relative;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option,.nice-select .option p{color:#333;display:flex;font-size:14px;letter-spacing:-.01px;line-height:21px}.nice-select .option p{flex-direction:column;gap:4px}.nice-select .option p .date{color:#999;font-size:13px;letter-spacing:-.01px;line-height:21px}.nice-select .option:after{background:#fdfdfd;border:1px solid #333;height:16px;margin-top:-8px;right:12px;width:16px}.nice-select .option.selected.focus:before,.nice-select .option:after{border-radius:8px;box-sizing:border-box;content:"";display:block;position:absolute;top:50%}.nice-select .option.selected.focus:before{background:#333;height:8px;margin-top:-4px;right:16px;width:8px;z-index:2}.nice-select .option:last-child{border-bottom:0}.nice-select .option .correct{margin-left:auto;margin-right:24px}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6;color:#333}.nice-select .option.selected{color:#333}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;display:none}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.nice-select.select-option .current{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}