.app-button{position:relative;padding:8px;min-width:80px;outline:none;border-radius:4px;color:#000;font-weight:500;font-size:12px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;cursor:pointer}.app-button__before-icon{display:inline-block;margin-right:3px;vertical-align:middle}.app-button__after-icon{display:inline-block;margin-left:3px;vertical-align:middle}.app-button:after{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-shadow:0 2px 8px 0;box-shadow:0 2px 8px 0;content:"";opacity:.45}.app-button:hover{opacity:.9;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.app-button__wrapper{text-align:center;letter-spacing:normal;font-style:normal;font-stretch:normal;line-height:normal}.app-button__preloader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0!important;color:#888a95}.app-button__preloader svg{width:18px;height:18px}.app-button_block{width:100%}.app-button_dashed{padding:15px;border:1px dashed #b7cdfe;border-radius:8px;background-color:#ecf2ff}.app-button_dashed[disabled]{border:1px dashed #bbc4ca}.app-button_dashed:after,.app-button_hide-shadow:after,.app-button_icon:after,.app-button_rounded:after,.app-button_text:after{-webkit-box-shadow:unset;box-shadow:unset}.app-button_small{padding:1px;min-width:40px;min-height:20px;font-size:8px}.app-button_icon{padding:0;min-width:auto;width:30px;height:30px;border-radius:4px;background-color:#f4f8f9;color:#888a95;font-size:13px}.app-button_icon_small{width:25px;height:25px;font-size:12px}.app-button_icon_large{font-size:20px}.app-button_icon .material-icons{font-size:inherit}.app-button_icon .app-button__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.app-button_rounded{border-radius:50%}.app-button_transparent{background-color:transparent!important}.app-button_border{border-width:1px;border-style:solid}.app-button_outlined{border:1px solid currentColor;background-color:transparent!important}.app-button_outlined.color-primary{color:#4e7fed!important}.app-button[disabled].app-button_transparent{background-color:transparent!important}.app-button[disabled]{background-color:#f4f7f9!important;opacity:.6;cursor:not-allowed}.app-button[disabled] .app-button__wrapper{color:#bbc4ca!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.app-button[disabled] .app-button__wrapper i,.app-button[disabled] .app-button__wrapper span{color:inherit!important}.app-button.error-field{border-color:#ff5252;background-color:#ffe9e9}.app-button .error-message{right:0;left:auto;margin-top:20px}.app-button.color-primary:after{-webkit-box-shadow:0 1px 4px 0 rgba(78,127,237,.41);box-shadow:0 1px 4px 0 rgba(78,127,237,.41)}.app-button.color-negative{background-color:#758289;color:#fff!important}.app-button.color-error:after{-webkit-box-shadow:0 1px 4px 0 rgba(237,78,78,.41);box-shadow:0 1px 4px 0 rgba(237,78,78,.41)}.app-button_v2{border-radius:4px;font-weight:700}.app-button_v2:after{-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1)}.popover{z-index:9999;overflow-y:scroll;max-width:200px;max-height:300px;width:auto;border-radius:8px;background-color:#feffff;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.18);box-shadow:0 4px 10px 0 rgba(0,0,0,.18)}.v-popover .trigger{width:100%}.app-input__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;width:100%;height:40px;border:1px solid #eaebf1;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.06);box-shadow:0 2px 8px 0 rgba(0,0,0,.06)}.app-input__wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;outline:none;font-weight:500;font-size:12px;cursor:pointer;font-family:Roboto,sans-serif}.app-input__wrapper input::-webkit-input-placeholder{color:#bbc4ca;font-weight:400;font-size:12px;font-family:Roboto,sans-serif}.app-input__wrapper input::-moz-placeholder{color:#bbc4ca;font-weight:400;font-size:12px;font-family:Roboto,sans-serif}.app-input__wrapper input:-ms-input-placeholder{color:#bbc4ca;font-weight:400;font-size:12px;font-family:Roboto,sans-serif}.app-input__wrapper input::-ms-input-placeholder{color:#bbc4ca;font-weight:400;font-size:12px;font-family:Roboto,sans-serif}.app-input__wrapper input::placeholder{color:#bbc4ca;font-weight:400;font-size:12px;font-family:Roboto,sans-serif}.app-input__wrapper_transparent{background:transparent}.app-input__wrapper_focus{outline:#4e7fed;border-color:#4e7fed}.app-input_error .app-input__wrapper{border-color:#ff5252}.app-input_error .material-icons{color:#ff5252}.app-input_text{margin:0;-webkit-box-shadow:unset;box-shadow:unset}.app-input_text .app-input__wrapper{padding:0;height:28px;border:none;-webkit-box-shadow:unset;box-shadow:unset}.app-input_text .app-input__after,.app-input_text .app-input__before{height:28px;line-height:28px}.app-input__input{padding-right:10px}.app-input__input::-webkit-input-placeholder{font-weight:500!important}.app-input__input::-moz-placeholder{font-weight:500!important}.app-input__input:-ms-input-placeholder{font-weight:500!important}.app-input__input::-ms-input-placeholder{font-weight:500!important}.app-input__input::placeholder{font-weight:500!important}.app-input__before{padding-right:5px;line-height:40px}.app-input__before img{vertical-align:middle}.app-input__before_highlight .material-icons{color:#4e7fed}.app-input__after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.app-select{position:relative;display:block;width:100%;border:none;-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-select_disabled{opacity:.8;cursor:not-allowed}.app-select_disabled .app-input__after,.app-select_disabled input{cursor:not-allowed}.app-select_filter{margin-right:15px;max-width:140px}@media(max-width:1024px){.app-select_filter{margin:0 5px 5px 0}}.app-select_filter .app-input__wrapper{background-color:#f5f7f9;border:none;-webkit-box-shadow:none;box-shadow:none}.app-select_filter .app-input__wrapper .app-input__input::-webkit-input-placeholder{color:#758289}.app-select_filter .app-input__wrapper .app-input__input::-moz-placeholder{color:#758289}.app-select_filter .app-input__wrapper .app-input__input:-ms-input-placeholder{color:#758289}.app-select_filter .app-input__wrapper .app-input__input::-ms-input-placeholder{color:#758289}.app-select_filter .app-input__wrapper .app-input__input::placeholder{color:#758289}.app-select_open .app-input__before,.app-select_open .app_input__after{color:#4e7fed}.app-select_open .app-input__before .material-icons,.app-select_open .app_input__after .material-icons{color:#4e7fed;line-height:inherit}.app-select__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 10px;width:100%;border:1px solid #eaebf1;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.06);box-shadow:0 2px 8px 0 rgba(0,0,0,.06);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.app-select__search,.app-select__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-select__search{padding-right:5px;padding-left:11px;height:40px;border-bottom:1px solid #dfe7eb}.app-select__search input{cursor:auto}.app-select__search .material-icons{font-size:16px}.app-select__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.app-select__arrow,.app-select__arrow_open{-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.app-select__arrow_open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.app-select__option{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:5px 10px;color:#262c33;white-space:nowrap;font-weight:500;font-size:12px;font-family:Roboto,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.app-select__option.selected,.app-select__option:hover{background-color:#ecf2ff;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.app-select__option span{white-space:nowrap;overflow:hidden;word-break:break-all;text-overflow:ellipsis}.app-select .app-dropdown__container{position:absolute;top:70px;right:0;bottom:0;left:0;z-index:1;overflow-y:scroll;max-width:200px;width:100%;height:300px;border-radius:8px;background-color:#feffff;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.05);box-shadow:0 2px 6px 0 rgba(0,0,0,.05)}.app-select .dropdown-option{-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;cursor:auto}.app-select .dropdown-option.selected,.app-select .dropdown-option:hover{background-color:#ecf2ff;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.app-select .dropdown-option--cell{overflow:hidden;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:5px 10px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-select .dropdown-option--cell,.app-select .icons__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-select .icons__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;width:24px}.close-icon{position:absolute;right:-12px;left:auto;top:-8px;bottom:auto;cursor:pointer;display:none}.close-icon.active{display:-webkit-box;display:-ms-flexbox;display:flex}