.akd-select-field.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:8px;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:auto;line-height:1.1em;outline:none;padding:14px 20px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%;border:1px solid rgba(0,123,255,.2)}.akd-select-field.nice-select.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.akd-select-field.nice-select:hover{border-color:#dbdbdb}.akd-select-field.nice-select:active,.akd-select-field.nice-select.open,.akd-select-field.nice-select:focus{border-color:rgba(0,123,255,.2)}.akd-select-field.nice-select:after{border-bottom:2px solid #333;border-right:2px solid #333;content:"";display:block;height:7px;width:7px;margin-top:-6px;pointer-events:none;position:absolute;right:20px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.akd-select-field.nice-select.open:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.akd-select-field.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.akd-select-field.nice-select.disabled{border-color:#ededed;color:#e9e9e9;pointer-events:none}.akd-select-field.nice-select.disabled:after{border-color:#ccc}.akd-select-field.nice-select.wide{width:100%}.akd-select-field.nice-select.wide .list{left:0!important;right:0!important}.akd-select-field.nice-select.right{float:right}.akd-select-field.nice-select.right .list{left:auto;right:0}.akd-select-field.nice-select.small{font-size:12px;height:36px;line-height:34px}.akd-select-field.nice-select.small:after{height:4px;width:4px}.akd-select-field.nice-select.small .option{line-height:34px;min-height:34px}.akd-select-field.nice-select .list{background-color:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-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;border-top-left-radius:0;border-top-right-radius:0}.akd-select-field.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.akd-select-field.nice-select .option{cursor:pointer;font-weight:400;line-height:38px;list-style:none;min-height:38px;outline:none;padding-left:20px;padding-right:20px;text-align:left;-webkit-transition:all .2s;transition:all .2s;border-bottom:1px solid #e9e9e9;font-size:14px;color:#333;position:relative;text-transform:capitalize;display:flex;justify-content:space-between;align-items:center}.akd-select-field .current{font-size:14px;font-weight:400;color:#333;text-transform:capitalize}.akd-select-field .current .dash{margin:0 5px}.akd-select-field .option.selected{font-weight:400!important}.akd-select-field.nice-select .option:hover,.akd-select-field.nice-select .option.focus,.akd-select-field.nice-select .option.selected.focus{background-color:#f9f9f9;color:#fb666b}.akd-select-field.nice-select .option.selected::before,.akd-select-field.nice-select .option:hover::before{content:"";height:38px;width:2px;background:#fb666b;position:absolute;top:0;left:0}.akd-select-field.nice-select .option.disabled{background-color:transparent;color:#e9e9e9;cursor:default}.no-csspointerevents .akd-select-field.nice-select .list{display:none}.no-csspointerevents .akd-select-field.nice-select.open .list{display:block}