*,html{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e5ecf7;background:linear-gradient(0deg,#e5ecf7,#5c87fe);color:#535557;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.3em;padding:78px 1em 1em;position:relative;width:100%}a{color:#d8011e;font-weight:600;text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{border:1px solid #999;border-radius:5px;color:#333;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1em;vertical-align:middle;width:100%}h4{color:#535557;font-size:1em;font-weight:600}input,textarea{padding:.25em .5em}select{border-radius:8px;padding:4px 8px}input[type=checkbox],input[type=radio]{width:auto}textarea{line-height:1.3em;resize:none}::-webkit-input-placeholder{color:#aaa}::placeholder{color:#aaa}button,input[type=submit]{background-color:#c1d14f;border:none;border-radius:5px;color:#535557;cursor:pointer;font-size:1em;line-height:2em;outline:none;padding:0 12px;text-decoration:none}button:not(:disabled):hover{color:#000}button:disabled{cursor:not-allowed;opacity:.5}button.add{background-color:#090;border-radius:50%;font-size:21px;height:21px;line-height:21px;padding:0;width:21px}button.add:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}label.fieldlabel>span{font-size:.8em;font-weight:600;line-height:1.2em}.required>span{background-color:#90ee90;border-radius:4px;padding:0 4px}span.small{font-size:.8em}strong{font-weight:600}div.panel{margin:0 auto}div.panel.small{max-width:480px}div.panel.medium{max-width:640px}div.panel.large{max-width:1000px}div.panel.full{height:calc(100vh - 78px - 1em);position:relative}div.panel>.panelBottom{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.panelPadding,form.login{padding:1em}form.login label{align-items:center;display:flex;margin-bottom:1em}form.login label span{display:block;width:20%}form.login label input{width:80%}form.login p{margin-top:1em;text-align:right}div.panelHead{align-items:center;background-color:#5d5d5c;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#c1d14f;display:flex;height:36px;justify-content:space-between;padding:0 .75rem}div.panelHead div.title{font-size:1.2em;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.panelHead div.nav{-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:flex-end}div.spinner{background-color:rgba(0,0,0,.4);bottom:0;left:0;overflow-y:scroll;padding:0 2em;position:fixed;right:0;top:0;z-index:100}span.click{color:#d8011e;font-weight:600}span.click:hover{cursor:pointer;text-decoration:underline}.sk-circle{height:40px;margin:100px auto;position:relative;width:40px}.sk-circle .sk-child{height:100%;left:0;position:absolute;top:0;width:100%}.sk-circle .sk-child:before{-webkit-animation:sk-circleBounceDelay 1.2s ease-in-out infinite both;animation:sk-circleBounceDelay 1.2s ease-in-out infinite both;background-color:#fff;border-radius:100%;content:"";display:block;height:15%;margin:0 auto;width:15%}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}div.error,div.success,div.tempError>div,div.tempSuccess>div{background-color:#090;color:#fff;font-weight:600;padding:.5em 1em}div.tempError,div.tempSuccess{left:50%;margin-left:-150px;position:fixed;text-align:center;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;width:300px;z-index:10}div.tempError.show,div.tempSuccess.show{-webkit-transform:translateY(0);transform:translateY(0)}div.tempError>div,div.tempSuccess>div{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}div.error,div.tempError>div{background-color:#d8011e}form.login div.error{padding:1em}div.close{background-color:#d8011e;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5em;height:32px;left:-16px;line-height:32px;position:absolute;text-align:center;top:-16px;transition:all .2s ease-in-out;width:32px;z-index:1}div.close:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}label.checkbox{display:block;font-size:.9em;line-height:1.5em;padding-top:.75em;white-space:nowrap}label.radio{align-items:center;-webkit-column-gap:4px;column-gap:4px;display:flex;margin:.5em 0}@-webkit-keyframes ldio-dyw8t9yacb-o{0%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}49.99%{opacity:1;-webkit-transform:translate(44px);transform:translate(44px)}50%{opacity:0;-webkit-transform:translate(44px);transform:translate(44px)}to{opacity:0;-webkit-transform:translate(0);transform:translate(0)}}@keyframes ldio-dyw8t9yacb-o{0%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}49.99%{opacity:1;-webkit-transform:translate(44px);transform:translate(44px)}50%{opacity:0;-webkit-transform:translate(44px);transform:translate(44px)}to{opacity:0;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ldio-dyw8t9yacb{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(44px);transform:translate(44px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ldio-dyw8t9yacb{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(44px);transform:translate(44px)}to{-webkit-transform:translate(0);transform:translate(0)}}.ldio-dyw8t9yacb div{border-radius:50%;height:44px;left:6px;position:absolute;top:28px;width:44px}.ldio-dyw8t9yacb div:first-child{-webkit-animation:ldio-dyw8t9yacb 7.142857142857142s linear infinite;animation:ldio-dyw8t9yacb 7.142857142857142s linear infinite;-webkit-animation-delay:-3.571428571428571s;animation-delay:-3.571428571428571s;background:#d8011e}.ldio-dyw8t9yacb div:nth-child(2){-webkit-animation:ldio-dyw8t9yacb 7.142857142857142s linear infinite;animation:ldio-dyw8t9yacb 7.142857142857142s linear infinite;-webkit-animation-delay:0s;animation-delay:0s;background:#01e53e}.ldio-dyw8t9yacb div:nth-child(3){-webkit-animation:ldio-dyw8t9yacb-o 7.142857142857142s linear infinite;animation:ldio-dyw8t9yacb-o 7.142857142857142s linear infinite;-webkit-animation-delay:-3.571428571428571s;animation-delay:-3.571428571428571s;background:#d8011e}.loadingio-spinner-dual-ball-o20bp2k35w{display:inline-block;height:32px;overflow:hidden;vertical-align:middle;width:32px}.ldio-dyw8t9yacb{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:relative;-webkit-transform:translateZ(0) scale(.32);transform:translateZ(0) scale(.32);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%}.ldio-dyw8t9yacb div{box-sizing:initial}div.header{align-items:center;background-color:#535557;color:#fff;-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:space-between;line-height:2.5em;padding:0 1em}ul.selectList div.header{border-top-left-radius:5px}ul{list-style:none}ul.selectList div.title{display:flex;justify-content:space-between;padding:.25em .5em;position:relative}ul.selectList div.symbols{-webkit-column-gap:4px;column-gap:4px;display:flex;justify-content:space-between}div.plans{padding-bottom:6px;padding-left:6px}li.noContent{font-size:.9em;font-style:italic;padding:.25em .5em}div.teaserButtons{display:flex;flex-wrap:wrap;gap:1em;padding:1em}div.buttons{-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:flex-end;padding-top:1em}div.windowBackground{background-color:rgba(0,0,0,.5);bottom:0;padding-top:3em;-webkit-user-select:none;user-select:none}#topBar,div.windowBackground{left:0;position:fixed;right:0;top:0;z-index:2}#topBar{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.5);height:60px}#topBar:hover{z-index:6}#topBar div.development{background-color:#535557;color:#ff0;font-size:.9rem;font-weight:600;height:72px;left:-36px;padding-top:52px;position:absolute;text-align:center;top:-36px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:72px;z-index:1}#menu{bottom:0;font-size:1em;line-height:2em;list-style:none;position:absolute;right:.75em;z-index:2}#menu>li>a,#menu>li>span{text-transform:uppercase}#menu a{color:#535557;display:block;font-weight:400}#menu svg{fill:#5d5d5c;cursor:pointer;margin:0 .5em;width:14px}#menu svg:hover{fill:#c1d14f}#menu a:hover,#menu span:hover{color:#c1d14f;cursor:pointer;text-decoration:none}#menu li{white-space:nowrap}#menu li>a,#menu li>span{padding:0 .5em}#menu li>a.selected{font-weight:600}#menu>li{display:inline-block;position:relative}.Panel_error__xfe9l{background-color:#d8011e;color:#fff;padding:.5em 1em}.Panel_panelAddition__e5Ef5{color:#fff;opacity:.7}.Panel_panelAddition__e5Ef5:hover{cursor:pointer;opacity:1}.Error_error__h-7BB{background-color:#fff;padding:1em}.Error_error__h-7BB>div{background-color:#f7ccd2;border:1px solid #d8011e;border-radius:5px;-webkit-column-gap:2em;column-gap:2em;display:flex;padding:1em}.Error_error__h-7BB svg{fill:#fff;height:53px;width:56px}.Login_panel__lRFju{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.Login_panel__lRFju label{display:block;padding-bottom:1em}.Login_panel__lRFju p{text-align:right}.TeaserButton_teaserButton__NCWv6{background-color:#e9e9e9;border:solid #c1d14f;border-radius:.5em;border-width:3px 3px 2em;height:200px;padding:1em;position:relative;width:200px}.TeaserButton_teaserButton__NCWv6:hover{cursor:pointer}.TeaserButton_teaserButton__NCWv6 div{bottom:-2em;color:#5d5d5c;font-weight:600;left:0;line-height:2em;overflow:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.TeaserButton_teaserButton__NCWv6 svg{display:block;margin:auto;max-height:100%;max-width:100%;opacity:.5;transition:opacity .25s ease-in-out}.TeaserButton_teaserButton__NCWv6:hover svg{opacity:1}.AlpinaLogo_logo__cXPfS{left:1em;position:absolute;top:8px}.AlpinaLogo_logo__cXPfS svg{cursor:pointer;width:90px}.Ask_ask__jcllc{background-color:rgba(0,0,0,.4);bottom:0;left:0;overflow-y:scroll;padding:0;position:fixed;right:0;top:0;z-index:5}.Ask_ask__jcllc>div{background-color:#fff;border-radius:5px;margin:8em auto 0;max-width:680px;padding:3.5em 3.5em 2.5em}.Ask_content__rfgfC{-webkit-column-gap:4em;column-gap:4em;display:flex}.Ask_ask__jcllc svg{height:auto;width:95px}.Ask_ask__jcllc h2{font-size:1.25em;margin-bottom:1em}.Ask_buttons__UzcYs{-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:flex-end;margin-top:2em}.SearchFilter_searchFilter__LbKqn{margin:.5em 0;position:relative}.SearchFilter_searchFilter__LbKqn input{border:1px solid #707070;border-radius:3px;outline:none;padding:.25em .75em}.SearchFilter_searchFilter__LbKqn svg{bottom:3px;cursor:pointer;height:calc(100% - 6px);opacity:.5;position:absolute;right:8px;top:3px;transition:opacity .1s ease-in-out}.SearchFilter_searchFilter__LbKqn svg:hover{opacity:1}.SearchFilter_searchFilter__LbKqn svg:hover~input{color:#999;text-decoration:line-through}.Window_window__LuNBq{background-color:rgba(0,0,0,.5);bottom:0;left:0;overflow-y:scroll;padding:4.5em 1em 1em;position:fixed;right:0;top:0;-webkit-user-select:none;user-select:none;z-index:2}.UserDetail_panelContent__WY4fp{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.UserDetail_twoCols__HrK-x{-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:space-between}.UserDetail_fieldLabel__A6PSH{display:block;margin-bottom:1em;width:100%}.UserDetail_fieldLabel__A6PSH>span{font-size:.85em;line-height:1em}.UserDetail_radioLabel__YIlrv{align-items:center;cursor:pointer;display:block;display:flex;width:100%}.UserDetail_radioLabel__YIlrv input{margin-right:4px}.UserList_content__t5Euq{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;bottom:0;left:0;overflow:hidden;padding:1px;position:absolute;top:36px;width:100%}.UserList_list__yagOp{background-color:#f2f2f2;bottom:1px;left:1px;position:absolute;right:1px;top:82px}.UserList_search__mjt9w{align-items:center;-webkit-column-gap:1em;column-gap:1em;display:flex;justify-content:space-between;padding:0 .75em}.UserList_search__mjt9w>div{flex-basis:70%;flex-grow:1;flex-shrink:1}.UserList_search__mjt9w button{white-space:nowrap}.UserListItem_row__64haJ{-webkit-column-gap:1px;column-gap:1px;display:flex;justify-content:space-between;line-height:2em}.UserListItem_row__64haJ>div{flex-basis:25%;flex-grow:0;flex-shrink:0;overflow:hidden;padding:0 .5em;text-overflow:ellipsis;white-space:nowrap}.UserListItem_row__64haJ>div:first-child{padding-left:1em}.UserListItem_alt__dVn5D{background-color:#e2e1de}.UserListItem_row__64haJ:hover{background-color:#bfd1e7;cursor:pointer}.ListHeader_header__pCY3u{background-color:#bfd1e7;-webkit-column-gap:1px;column-gap:1px;display:flex;justify-content:space-between;line-height:2em}.ListHeader_header__pCY3u>div{align-items:center;border-right:1px solid #fff;-webkit-column-gap:4px;column-gap:4px;cursor:pointer;display:flex;flex-basis:25%;flex-grow:0;flex-shrink:0;justify-content:space-between;overflow:hidden;padding:0 .5em;text-overflow:ellipsis;white-space:nowrap}.ListHeader_header__pCY3u>div:first-child{padding-left:1em}.ListHeader_header__pCY3u>div:last-child{border-right:none;padding-right:1em}.ListHeader_header__pCY3u svg{fill:#535557}.ListHeader_disabled__F7p1F svg{opacity:.3}.Flight_flight__XIMKx{border-radius:50%;height:12px;width:12px}.Flight_ok__O21G-{background-color:#9acd32}.Flight_failed__KntOx{background-color:red}.Flight_notRated__5tGx7{background-color:#999}.Task_flightList__ic6Ne{-webkit-column-gap:4px;column-gap:4px;display:flex;padding-bottom:.5em;padding-top:.5em}.Task_task__rlZXP{align-items:center;display:flex;justify-content:space-between}.AddDoubleCircle_panel__Kv7xq{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddDoubleCircle_timerButton__nzRgu{text-align:center}.AddDoubleCircle_timerButtonGreen__oA8ud,.AddDoubleCircle_timerButtonRed__mX\+GR{border-radius:50%;font-size:3em;height:300px;width:300px}.AddDoubleCircle_timerButtonRed__mX\+GR{background-color:red;color:#fff;opacity:.8}.AddDoubleCircle_timerButtonRed__mX\+GR:hover{background-color:red;color:#fff!important;opacity:1}.AddDoubleCircle_embed__D9bvs{padding-left:1.1em}.AddEarsAccelerate_panel__VrWks{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddEarsAccelerate_timerButton__qFeD3{text-align:center}.AddEarsAccelerate_timerButtonGreen__OVUH-,.AddEarsAccelerate_timerButtonRed__L27fg{border-radius:50%;font-size:3em;height:300px;width:300px}.AddEarsAccelerate_timerButtonRed__L27fg{background-color:red;color:#fff;opacity:.8}.AddEarsAccelerate_timerButtonRed__L27fg:hover{background-color:red;color:#fff!important;opacity:1}.AddEarsAccelerate_embed__\+Rnzc{padding-left:1.1em}.AddEarsDirection_panel__OaiX3{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddEarsDirection_timerButton__Vc1CC{text-align:center}.AddEarsDirection_timerButtonGreen__mjy3B,.AddEarsDirection_timerButtonRed__7cGGJ{border-radius:50%;font-size:3em;height:300px;width:300px}.AddEarsDirection_timerButtonRed__7cGGJ{background-color:red;color:#fff;opacity:.8}.AddEarsDirection_timerButtonRed__7cGGJ:hover{background-color:red;color:#fff!important;opacity:1}.AddEarsDirection_embed__-rM4E{padding-left:1.1em}.AddEight_panel__aw1L9{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddEight_timerButton__FH6aQ{text-align:center}.AddEight_timerButtonGreen__cWBvc,.AddEight_timerButtonRed__5cRhq{border-radius:50%;font-size:3em;height:300px;width:300px}.AddEight_timerButtonRed__5cRhq{background-color:red;color:#fff;opacity:.8}.AddEight_timerButtonRed__5cRhq:hover{background-color:red;color:#fff!important;opacity:1}.AddEight_embed__ILV7R{padding-left:1.1em}.AddTaskNodding_panel__y7\+WX{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddTaskNodding_timerButton__-fVrf{text-align:center}.AddTaskNodding_timerButtonGreen__mxwll,.AddTaskNodding_timerButtonRed__05kLV{border-radius:50%;font-size:3em;height:300px;width:300px}.AddTaskNodding_timerButtonRed__05kLV{background-color:red;color:#fff;opacity:.8}.AddTaskNodding_timerButtonRed__05kLV:hover{background-color:red;color:#fff!important;opacity:1}.AddTaskNodding_embed__bX8C7{padding-left:1.1em}.AddTaskRoll_panel__FSLuD{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddTaskRoll_timerButton__lgT5-{text-align:center}.AddTaskRoll_timerButtonGreen__Z6Fz4,.AddTaskRoll_timerButtonRed__FD2Td{border-radius:50%;font-size:3em;height:300px;width:300px}.AddTaskRoll_timerButtonRed__FD2Td{background-color:red;color:#fff;opacity:.8}.AddTaskRoll_timerButtonRed__FD2Td:hover{background-color:red;color:#fff!important;opacity:1}.AddTaskRoll_embed__aMrfx{padding-left:1.1em}.AddSideFolding_panel__3sWk3{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddSideFolding_timerButton__XMku-{text-align:center}.AddSideFolding_timerButtonGreen__RmErv,.AddSideFolding_timerButtonRed__eKdg6{border-radius:50%;font-size:3em;height:300px;width:300px}.AddSideFolding_timerButtonRed__eKdg6{background-color:red;color:#fff;opacity:.8}.AddSideFolding_timerButtonRed__eKdg6:hover{background-color:red;color:#fff!important;opacity:1}.AddSideFolding_embed__gO4Ge{padding-left:1.1em}.FlightPanel_panel__-maxw{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.FlightPanel_task__t8DFO{border-bottom:1px solid #ccc;margin-bottom:.5em}.FlightPanel_task__t8DFO:last-child{border-bottom:none;margin-bottom:0}.AddTaskLanding_panel__48oDj{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;padding:.75em}.AddTaskLanding_timerButton__CIKYT{text-align:center}.AddTaskLanding_timerButtonGreen__mZ7iB,.AddTaskLanding_timerButtonRed__E3y93{border-radius:50%;font-size:3em;height:300px;width:300px}.AddTaskLanding_timerButtonRed__E3y93{background-color:red;color:#fff;opacity:.8}.AddTaskLanding_timerButtonRed__E3y93:hover{background-color:red;color:#fff!important;opacity:1}.AddTaskLanding_embed__gTd0y{padding-left:1.1em}.UserSelector_panel__UcraM{background-color:#fff;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;overflow:hidden;padding:0 .75em .5em}.UserSelector_list__zP-em{background-color:#e2e2e2;border:1px solid #5d5d5c;border-radius:3px}.UserSelector_list__zP-em>li{line-height:2em;padding:0 .5em}.UserSelector_list__zP-em>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.UserSelector_list__zP-em>li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.UserSelector_list__zP-em>li:nth-child(odd){background-color:#f6f6f6}.UserSelector_list__zP-em>li:hover{background-color:#bfd1e7;cursor:pointer}.UserSelector_selected__h4Ctc{background-color:#bfd1e7!important}
/*# sourceMappingURL=main.6958c6bd.css.map*/