
.app__body .modal-dialog.lynk-modal-v-1-2 .modal-content {
  border: 0;
  border-radius: 6px; }

.app__body .modal-dialog.lynk-modal-v-1-2 .modal-header {
  background-color: #38373b;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.app__body .modal-dialog.lynk-modal-v-1-2 .modal-body {
  padding: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2 .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .app__body .modal-dialog.lynk-modal-v-1-2 .modal-footer .btn {
    padding: 3px 24px; }

.app__body .modal-dialog.lynk-modal-v-1-2 .padded-content {
  padding: 20px 20px 0; }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn {
  border-radius: 5px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold; }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn.btn-default {
  color: #869392; }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn.btn-cancel {
  color: #38373b; }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn.btn-primary {
  background-color: #bbb9bf;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn.btn-danger {
  background-color: #e26756;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-v-1-2 .btn-plain {
  color: #38373b;
  background: transparent; }

.app__body .modal-dialog.lynk-modal-v-1-2 .col-xs-3.array-item-add.text-right {
  width: 100%;
  margin: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2 .field-array legend {
  font-size: inherit;
  font-weight: bold;
  border: 0;
  margin-bottom: 5px; }

.app__body .modal-dialog.lynk-modal-v-1-2 legend#root_extraClientEmails__title:before {
  content: " ";
  position: absolute;
  left: -20px;
  right: -20px;
  border-top: 1px solid #eee;
  top: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2 legend#root_extraClientEmails__title {
  /* border-top: 1px solid black; */
  padding-top: 1em;
  padding-bottom: 1em;
  color: #999;
  position: relative; }

.app__body .modal-dialog.lynk-modal-v-1-2 legend#root_extraClientEmails__title + .array-item-list .array-item-toolbox {
  display: flex;
  height: 83px;
  margin-top: 38px; }
  .app__body .modal-dialog.lynk-modal-v-1-2 legend#root_extraClientEmails__title + .array-item-list .array-item-toolbox .btn-group {
    width: 100%; }

.app__body .modal-dialog.lynk-modal-v-1-2 .input-group-addon {
  border: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2 .array-item-add .btn-add {
  background: #38373b;
  color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-v-1-2 .control-label .required {
  color: #e26756; }

.app__body .modal-dialog.lynk-modal-v-1-2 input.form-control, .app__body .modal-dialog.lynk-modal-v-1-2 textarea {
  background: #f4f6f8;
  border: 0;
  box-shadow: none;
  border-radius: 2px; }

.app__body .modal-dialog.lynk-modal-v-1-2 textarea {
  resize: vertical; }

.app__body .modal-dialog.lynk-modal-v-1-2 .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bbb9bf; }

.app__body .modal-dialog.lynk-modal-v-1-2 ::placeholder {
  color: #99a6a5; }

.app__body .modal-dialog.lynk-modal-v-1-2 .text-primary {
  color: #bbb9bf; }

.app__body .modal-dialog.lynk-modal-v-1-2 .text-alert {
  color: #e26756; }
.react-autosuggest__suggestions-container{display:none}.react-autosuggest__container--open .react-autosuggest__suggestions-container{display:block;position:absolute;top:60px;width:280px;background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border-radius:3px;font-weight:300;font-size:16px;z-index:10;max-height:300px;overflow-y:scroll}.react-autosuggest__suggestions-list{margin:0;padding-left:0;list-style-type:none}.react-autosuggest__suggestion{cursor:pointer;padding:5px 15px}.react-autosuggest__suggestion:first-child{padding-top:15px}.react-autosuggest__suggestion:last-child{padding-bottom:15px}.react-autosuggest__suggestion--highlighted,.react-autosuggest__suggestion:hover{background:#bbb9bf;color:#fff;cursor:pointer}.react-autosuggest__suggestion:not(:first-child){border:none}.react-autosuggest__suggestion--focused{background-color:#0c7eaf;color:#fff}.react-autosuggest__container{position:relative;margin-bottom:15px}.suggestion-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-repeat:no-repeat}.react-autosuggest__suggestion--focused .highlight{color:#120000}.suggestion .wrapper {
  position: relative; }

.suggestion .addNew {
  background: #FFFFFF;
  border: 1px solid #F4F6F8;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
  line-height: 22px;
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 12;
  max-width: 400px; }

.suggestion .addNew button {
  background: #bbb9bf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  bordeR: none;
  padding: 8px 40px;
  cursor: pointer;
  float: right;
  text-transform: uppercase; }

.suggestion .addNew p {
  margin: 10px 0px 5px 0px; }

.suggestion .addNew .resultText {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 15px;
  color: #98A2A5; }

.suggestion .suggestionWrapper {
  position: relative; }

.suggestion .addNew p {
  line-height: 28px;
  font-size: 20px;
  color: #98A2A5; }

.suggestion .addNew .typedWord {
  color: #000; }

.suggestion .pillsWrapper {
  padding-left: 0px;
  margin: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%; }

.suggestion .pill {
  background: #DCE1E3;
  border-radius: 100px;
  font-weight: normal;
  line-height: 19px;
  font-size: 13px;
  color: #4A5158;
  margin-right: 5px;
  display: inline-block;
  list-style: none;
  padding: 2px 25px 2px 15px;
  margin-top: 10px;
  position: relative; }

.suggestion .remove {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.suggestion .remove:hover {
  cursor: pointer;
  color: #000; }
@-webkit-keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}@keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}.ant-select-tree-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#1890ff}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;-webkit-animation:antCheckboxEffect .36s ease-in-out;animation:antCheckboxEffect .36s ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;content:""}.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.ant-select-tree-checkbox:hover:after{visibility:visible}.ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(0) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(0) translate(-50%,-50%);transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;-webkit-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;-o-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;-o-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-select-tree-checkbox-disabled{cursor:not-allowed}.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);-webkit-animation-name:none;animation-name:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;-webkit-animation-name:none;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree-checkbox-disabled:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after{visibility:hidden}.ant-select-tree-checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-select-tree-checkbox-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-select-tree-checkbox-group-item{display:inline-block;margin-right:8px}.ant-select-tree-checkbox-group-item:last-child{margin-right:0}.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-select-tree{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin:0;margin-top:-4px;padding:0 4px}.ant-select-tree li{margin:8px 0;padding:0;white-space:nowrap;list-style:none;outline:0}.ant-select-tree li.filter-node>span{font-weight:500}.ant-select-tree li ul{margin:0;padding:0 0 0 18px}.ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;width:calc(100% - 24px);margin:0;padding:3px 5px;color:rgba(0,0,0,.65);text-decoration:none;border-radius:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6f7ff}.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-select-tree li span.ant-select-tree-iconEle,.ant-select-tree li span.ant-select-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:22px;text-align:center;vertical-align:middle;border:0 none;outline:none;cursor:pointer}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;color:#1890ff;font-size:14px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree li span.ant-select-tree-switcher{position:relative}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:#1890ff;font-size:14px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree-child-tree,.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle{display:none}.ant-select-tree-child-tree-open{display:block}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree-icon__close,.ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.ant-select-tree-dropdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-select-tree-dropdown .ant-select-dropdown-search{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:block;padding:4px;background:#fff}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;outline:none}.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;outline:0}.ant-select,.ant-select ol,.ant-select ul{margin:0;padding:0;list-style:none}.ant-select>ul>li>a{padding:0;background-color:#fff}.ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow:before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .ant-select-arrow-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-selection{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-selection__clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color .3s ease,opacity .15s ease;-o-transition:color .3s ease,opacity .15s ease;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-selection__clear:before{display:block}.ant-select-selection__clear:hover{color:rgba(0,0,0,.45)}.ant-select-selection:hover .ant-select-selection__clear{opacity:1}.ant-select-selection-selected-value{float:left;max-width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.ant-select-disabled{color:rgba(0,0,0,.25)}.ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.ant-select-disabled .ant-select-selection:active,.ant-select-disabled .ant-select-selection:focus,.ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;-webkit-box-shadow:none;box-shadow:none}.ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,.33);background:#f5f5f5}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.ant-select-selection--single{position:relative;height:32px;cursor:pointer}.ant-select-selection--single .ant-select-selection__rendered{margin-right:24px}.ant-select-no-arrow .ant-select-selection__rendered{margin-right:11px}.ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:30px}.ant-select-selection__rendered:after{display:inline-block;width:0;visibility:hidden;content:".";pointer-events:none}.ant-select-lg{font-size:16px}.ant-select-lg .ant-select-selection--single{height:40px}.ant-select-lg .ant-select-selection__rendered{line-height:38px}.ant-select-lg .ant-select-selection--multiple{min-height:40px}.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.ant-select-sm .ant-select-selection--single{height:24px}.ant-select-sm .ant-select-selection__rendered{margin-left:7px;line-height:22px}.ant-select-sm .ant-select-selection--multiple{min-height:24px}.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.ant-select-sm .ant-select-arrow,.ant-select-sm .ant-select-selection__clear{right:8px}.ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,.25);cursor:default}.ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.ant-select-search__field__wrap{position:relative;display:inline-block}.ant-select-search__field__placeholder,.ant-select-selection__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-select-search__field__placeholder{left:12px}.ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.ant-select-search--inline{position:absolute;width:100%;height:100%}.ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:4px;outline:0}.ant-select-search--inline>i{float:right}.ant-select-selection--multiple{min-height:32px;padding-bottom:3px;cursor:text;zoom:1}.ant-select-selection--multiple:after,.ant-select-selection--multiple:before{display:table;content:""}.ant-select-selection--multiple:after{clear:both}.ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%;padding:1px}.ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.ant-select-selection--multiple>ul>li{height:24px;margin-top:3px;line-height:22px}.ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:rgba(0,0,0,.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;-webkit-transition:padding .3s cubic-bezier(.645,.045,.355,1);-o-transition:padding .3s cubic-bezier(.645,.045,.355,1);transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:margin .3s cubic-bezier(.645,.045,.355,1);-o-transition:margin .3s cubic-bezier(.645,.045,.355,1);transition:margin .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;color:rgba(0,0,0,.45);font-weight:700;line-height:inherit;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}.ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:none}.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}:root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.75)}.ant-select-selection--multiple .ant-select-arrow,.ant-select-selection--multiple .ant-select-selection__clear{top:16px}.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.ant-select-open .ant-select-arrow-icon svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-combobox .ant-select-arrow{display:none}.ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s;-o-transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s;transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s}.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding:4px 0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,.45);font-size:12px;line-height:32px}.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.ant-select-dropdown-menu-item-disabled,.ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:700;font-size:12px;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,.87)}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:12px}.ant-select-dropdown-container-open .ant-select-dropdown,.ant-select-dropdown-open .ant-select-dropdown{display:block}.dropDownTree.hasItemsSelected .ant-select-selection .ant-select-selection__placeholder,
.dropDownTree.hasItemsSelected .ant-select-selection .ant-select-search__field__placeholder {
  display: none !important; }

.dropDownTree > div {
  position: relative !important;
  z-index: 99;
  top: 0px; }

.dropDownTree:focus {
  box-shadow: none !important; }

.dropDownTree .ant-select-focused {
  box-shadow: 0 0 0 2px #e8e8ea;
  border-radius: 4px; }

.dropDownTree .ant-select-selection {
  border: 1px solid #d1d0d4;
  box-sizing: border-box;
  padding: 0px;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 40px;
  box-shadow: none !important; }
  .dropDownTree .ant-select-selection:hover {
    border: 1px solid #d1d0d4; }
  .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered {
    min-height: 28px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding: 6px 8px;
    display: flex;
    flex-wrap: wrap; }
    .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered li:not(:last-child) {
      display: block !important; }
    .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice {
      background: #f9f9fa !important;
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      height: 28px;
      padding: 2px 20px 0 10px !important; }
      .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice .ant-select-selection__choice__content {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal; }
      .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice .ant-select-selection__choice__remove svg {
        color: black;
        vertical-align: middle; }
      .dropDownTree .ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice.zoom-leave {
        display: none !important; }
  .dropDownTree .ant-select-selection .ant-select-selection__placeholder,
  .dropDownTree .ant-select-selection .ant-select-search__field__placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #a4a1a9; }

.dropDownTree .ant-select-dropdown {
  top: 0px !important; }
.dropDownTree {
  position: relative;
  padding: 0 !important; }
  .dropDownTree .label {
    display: inline-block;
    transform: translate(0%, -30px);
    transition: all 100ms ease-in-out;
    pointer-events: none;
    color: #98a2a5;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal; }
  .dropDownTree .icon {
    position: absolute;
    right: 15px;
    left: unset;
    top: 12px;
    cursor: pointer; }
    .dropDownTree .icon img {
      height: 5px;
      width: 10px; }
  .dropDownTree .transform .label {
    color: #98a2a5;
    display: inline-block;
    transform: translate(0%, -60px);
    font-size: 13px; }
  .dropDownTree .transform .mandatory {
    font-size: 12px; }
  .dropDownTree .mandatory {
    color: #e26756;
    position: relative;
    right: -2px;
    top: -2px;
    font-size: 16px; }
  .dropDownTree .wrapper.error input {
    border-bottom: 1px solid #e26756; }
  .dropDownTree [role='listbox'] {
    outline: none; }
  .dropDownTree .ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper:hover {
    background-color: #f9f9fa; }
  .dropDownTree .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
    background-color: #bbb9bf; }
  .dropDownTree .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
  .dropDownTree .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
  .dropDownTree .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
    border-color: #d1d0d4; }
  .dropDownTree .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
    background-color: #bbb9bf;
    border-color: #d1d0d4; }
  .dropDownTree .ant-select-open .ant-select-selection,
  .dropDownTree .ant-select-selection:hover,
  .dropDownTree .ant-select-focused .ant-select-selection,
  .dropDownTree .ant-select-selection:focus,
  .dropDownTree .ant-select-selection:active {
    border-color: #d1d0d4; }
  .dropDownTree .ant-select-tree span.ant-select-tree-title {
    color: #1c1c1e;
    font-weight: normal !important;
    line-height: 22px; }
/* The radio-container */
.radio-container {
  flex: 0 0 33.333333%;
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f0f0f5;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #38373b; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white; }

.form-control-noborder .input-icon-wrapper {
  background: #ffffff;
  border: 1px solid #d1d0d4;
  border-radius: 4px; }

.form-control-noborder input {
  padding-left: 12px !important;
  background: transparent;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  box-shadow: none;
  box-sizing: content-box;
  background: 0px center;
  border: 0px !important;
  color: inherit;
  box-sizing: content-box;
  font-size: inherit;
  opacity: 1;
  outline: 0px !important;
  color: inherit; }
  .form-control-noborder input:focus + .underline {
    background-color: #bbb9bf; }
  .form-control-noborder input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a1a9 !important;
    opacity: 1 !important;
    /* Firefox */ }
  .form-control-noborder input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4a1a9 !important; }
  .form-control-noborder input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a4a1a9 !important; }

.form-control-noborder button {
  border: 0px !important; }

.app__body .modal-dialog.lynk-modal-v-1-2 .modal-body {
  overflow-y: scroll;
  max-width: 700px;
  max-height: 700px; }

.dropDownTree .ant-select-selection .ant-select-selection__placeholder, .dropDownTree .ant-select-selection .ant-select-search__field__placeholder {
  padding-left: 10px; }
.tooltip-container{background-color:#fff;border-radius:3px;border:1px solid silver;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.4rem;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:9999}.tooltip-arrow{height:1rem;position:absolute;width:1rem}.tooltip-arrow:after,.tooltip-arrow:before{border-style:solid;content:"";display:block;height:0;margin:auto;width:0}.tooltip-arrow:after{position:absolute}.tooltip-arrow[data-placement*=bottom]{height:1rem;left:0;margin-top:-.4rem;top:0;width:1rem}.tooltip-arrow[data-placement*=bottom]:before{border-color:transparent transparent silver;border-width:0 .5rem .4rem;position:absolute;top:-1px}.tooltip-arrow[data-placement*=bottom]:after{border-color:transparent transparent #fff;border-width:0 .5rem .4rem}.tooltip-arrow[data-placement*=top]{bottom:0;height:1rem;left:0;margin-bottom:-1rem;width:1rem}.tooltip-arrow[data-placement*=top]:before{border-color:silver transparent transparent;border-width:.4rem .5rem 0;position:absolute;top:1px}.tooltip-arrow[data-placement*=top]:after{border-color:#fff transparent transparent;border-width:.4rem .5rem 0}.tooltip-arrow[data-placement*=right]{height:1rem;left:0;margin-left:-.7rem;width:1rem}.tooltip-arrow[data-placement*=right]:before{border-color:transparent silver transparent transparent;border-width:.5rem .4rem .5rem 0}.tooltip-arrow[data-placement*=right]:after{border-color:transparent #fff transparent transparent;border-width:.5rem .4rem .5rem 0;left:6px;top:0}.tooltip-arrow[data-placement*=left]{height:1rem;margin-right:-.7rem;right:0;width:1rem}.tooltip-arrow[data-placement*=left]:before{border-color:transparent transparent transparent silver;border-width:.5rem 0 .5rem .4em}.tooltip-arrow[data-placement*=left]:after{border-color:transparent transparent transparent #fff;border-width:.5rem 0 .5rem .4em;left:3px;top:0}.TooltipClass {
  width: 476px !important;
  height: 200px !important;
  padding: 8px !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  background: #201E24 !important;
  pointer-events: all !important; }
  .TooltipClass:before, .TooltipClass:after {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    bottom: -14px !important;
    margin-left: -9px !important;
    border-top-color: #201E24 !important;
    border-top-width: 13px !important; }
.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-header {
  background-color: #ffffff; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-header .spanForStep {
    color: #a4a1a9;
    padding-left: 30px;
    float: right; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-header .a-color {
    color: #38373b; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-header .imgPadding {
    padding-bottom: 10px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-title {
  width: 80%;
  color: #38373b;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-body.edit-body {
  padding-bottom: 150px; }
  @media screen and (min-width: 750px) {
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-body.edit-body {
      min-height: 80vh;
      padding-bottom: 80px; } }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer a {
  text-transform: none; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper {
  display: flex;
  flex-direction: column-reverse;
  width: 140px;
  margin: auto; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper button {
    margin: 5px 0; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper .rhs-btns {
    display: flex;
    flex-direction: column-reverse; }
  @media screen and (min-width: 750px) {
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper {
      justify-content: space-between;
      width: unset;
      flex-direction: row; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper .rhs-btns {
        flex-direction: row; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .modal-footer .action-btns-wrapper button {
        margin: 0; } }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .form-group {
  margin-bottom: 24px; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .form-group .control-label {
    font-weight: bold; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .form-group img {
    max-width: unset; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .form-group .btn {
    outline: unset !important; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .react-select__placeholder {
  opacity: 1; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .css-1492t68 {
  color: #a4a1a9; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .error-text {
  margin-top: 10px;
  color: #e26756; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .error input.form-control {
  border-bottom: 1px solid #e26756; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input.form-control {
  background: transparent;
  border: 1px solid #d1d0d5;
  border-radius: 4px;
  box-shadow: none; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input.form-control:focus + .underline {
    background-color: #bbb9bf; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a1a9;
    opacity: 1;
    /* Firefox */ }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4a1a9; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a4a1a9; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form div.css-13gdagc {
  color: #a4a1a9;
  font-weight: 400;
  font-size: 14px;
  opacity: 1; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .focused + .underline {
  background-color: #bbb9bf; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .underline {
  height: 1px;
  background-color: #dce1e3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .input-icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form textarea.form-control {
  margin-top: 5;
  padding: 10px;
  background: white;
  border: 1px solid #c5ced0;
  border-radius: 5px; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form textarea.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a1a9;
    opacity: 1;
    /* Firefox */ }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form textarea.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4a1a9; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form textarea.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a4a1a9; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .suggestion .pill {
  background: #71797d;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .suggestion .remove {
  opacity: 0.5;
  color: #ffffff; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .suggestion .remove:hover {
    color: #ffffff;
    opacity: 1; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .character-count {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a4a1a9;
  text-align: right;
  margin-top: 5px;
  float: right; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .switch {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 16px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .slider:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  left: 2.4px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input:checked + .slider {
  background-color: #38373b; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input:focus + .slider {
  box-shadow: 0 0 1px #38373b; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .slider.round {
  border-radius: 8px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .slider.round:before {
  border-radius: 8px; }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list {
  margin-bottom: 20px; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper {
    display: flex;
    background: #f9f9fa;
    align-items: center;
    border: 1px solid #f9f9fa;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 34px; }
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .value {
      flex: 1;
      padding: 5px 10px; }
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns {
      position: relative;
      display: flex;
      align-self: stretch; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:hover button.dotdotdot img.more-active, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:active button.dotdotdot img.more-active, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:focus button.dotdotdot img.more-active {
        display: inline; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:hover button.dotdotdot img.more, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:active button.dotdotdot img.more, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:focus button.dotdotdot img.more {
        display: none; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:hover > .menu-item, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:active > .menu-item, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:focus > .menu-item {
        visibility: visible; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:hover > .arrow_box, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:active > .arrow_box, .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns:focus > .arrow_box {
        visibility: visible; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns button.dotdotdot {
        border-left: 1px solid #c5ced0;
        border: 0;
        display: none; }
        @media screen and (max-width: 750px) {
          .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns button.dotdotdot {
            display: inline-block; } }
        .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns button.dotdotdot img.more-active {
          display: none; }
        .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .action-btns button.dotdotdot img.more {
          display: inline; }
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item {
      display: flex;
      align-self: stretch;
      z-index: 10;
      background: transparent; }
      .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item button {
        background: transparent;
        min-width: 40px;
        border: 0;
        border-left: 1px solid #c5ced0; }
        .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item button span {
          margin-left: 5px;
          display: none; }
      @media screen and (max-width: 750px) {
        .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item {
          width: 150px;
          visibility: hidden;
          position: absolute;
          top: 20px;
          right: 0;
          flex-direction: column;
          background: white;
          border: 1px solid #ebeded;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
          .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item button {
            display: flex;
            align-items: center;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 0; }
            .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item button.btn-trash {
              border-top: 1px solid #c5ced0;
              color: #e26756; }
            .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .value-wrapper .menu-item button span {
              display: inline; } }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .arrow_box {
    position: relative;
    background: white; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .arrow_box:after,
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .arrow_box:before {
    bottom: 100%;
    right: 8%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility: hidden; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .arrow_box:after {
    border-color: transparent;
    border-bottom-color: white;
    border-width: 7px; }
  .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal .knowledge-request-form .rearrange-list .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ebeded;
    border-width: 9px;
    margin-right: -2px; }
.confirmation-modal-overlay {
  font-family: 'manrope', 'roboto', sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 105; }
  .confirmation-modal-overlay .confirmation-modal,
  .confirmation-modal-overlay .cancel-modal {
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px;
    max-width: 720px;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .confirmation-modal-overlay .confirmation-modal .header,
    .confirmation-modal-overlay .cancel-modal .header {
      font-weight: 800;
      padding: 16px 24px;
      display: flex; }
      .confirmation-modal-overlay .confirmation-modal .header button,
      .confirmation-modal-overlay .cancel-modal .header button {
        margin-left: auto;
        background: none;
        color: #000;
        box-shadow: none;
        border: none;
        outline: none;
        font-weight: 300; }
    .confirmation-modal-overlay .confirmation-modal .positive,
    .confirmation-modal-overlay .confirmation-modal .negative,
    .confirmation-modal-overlay .cancel-modal .positive,
    .confirmation-modal-overlay .cancel-modal .negative {
      outline: none;
      background: #38373b;
      border-radius: 5px;
      font-size: 18px;
      line-height: 32px;
      padding: 0px;
      color: #ffffff !important;
      font-weight: 800;
      border: none;
      box-shadow: none;
      padding: 8px 24px; }
    .confirmation-modal-overlay .confirmation-modal .positive,
    .confirmation-modal-overlay .cancel-modal .positive {
      background: #38373b;
      color: #000; }
      .confirmation-modal-overlay .confirmation-modal .positive:hover,
      .confirmation-modal-overlay .cancel-modal .positive:hover {
        background: #1c1c1e; }
    .confirmation-modal-overlay .confirmation-modal .neutral,
    .confirmation-modal-overlay .cancel-modal .neutral {
      outline: none;
      background: none;
      padding: 0px;
      margin-right: 15px;
      border-radius: 5px;
      font-size: 18px;
      line-height: 32px;
      color: #a4a1a9;
      font-weight: 800;
      text-decoration: underline;
      border: none;
      box-shadow: none; }
    .confirmation-modal-overlay .confirmation-modal .body,
    .confirmation-modal-overlay .cancel-modal .body {
      padding: 32px;
      border-top: 1px solid #e8e8ea;
      border-bottom: 1px solid #e8e8ea; }
    .confirmation-modal-overlay .confirmation-modal .footer,
    .confirmation-modal-overlay .cancel-modal .footer {
      padding: 16px 24px;
      text-align: right; }
.form-group .form-control-input {
  border-radius: 4px !important;
  border: 1px solid #d1d0d4 !important;
  background: #ffffff !important;
  width: 100%;
  padding: 10px; }
  .form-group .form-control-input:focus {
    outline: none; }
  .form-group .form-control-input:disabled {
    outline: none;
    cursor: not-allowed;
    background: #e8e8ea !important; }

.form-group .ant-switch.ant-switch-checked {
  background-color: #38373b !important; }

.form-group .form-character-count {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a4a1a9;
  float: right;
  display: inline-block; }
.field-chekbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.field-chekbox .ant-checkbox:hover .ant-checkbox-inner,
.field-chekbox .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #38373b; }

.field-chekbox .ant-checkbox-wrapper {
  color: #8d8a94;
  font-size: 12px; }
  .field-chekbox .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #38373b;
    border-color: #38373b; }
  .field-chekbox .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-input:focus,
  .field-chekbox .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-input:hover {
    border-color: #38373b; }
.react-select-container .react-select__placeholder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 11px; }
.field .error-text {
  margin-top: 10px;
  color: #e26756; }

.field .react-datepicker-wrapper .react-datepicker__input-container input {
  color: #4a5158;
  background: white;
  border: 1px solid #c5ced0;
  border-radius: 4px;
  text-align: left;
  padding: 5px 10px 5px 0px;
  font-size: 14px; }
  .field .react-datepicker-wrapper .react-datepicker__input-container input:disabled {
    background-color: #e8e8ea;
    color: #a4a1a9;
    border-color: #d1d0d4;
    cursor: not-allowed; }

.field .react-datepicker-popper {
  z-index: 2; }
  .field .react-datepicker-popper .react-datepicker__day--outside-month {
    opacity: 0.3; }
  .field .react-datepicker-popper .react-datepicker__header {
    background-color: transparent;
    border: 0; }
  .field .react-datepicker-popper .react-datepicker__day-names {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px; }
  .field .react-datepicker-popper .react-datepicker__day--keyboard-selected {
    background-color: #38373b; }
  .field .react-datepicker-popper .react-datepicker__day--selected:hover,
  .field .react-datepicker-popper .react-datepicker__day--in-selecting-range:hover,
  .field .react-datepicker-popper .react-datepicker__day--in-range:hover {
    background-color: #38373b; }
  .field .react-datepicker-popper .react-datepicker__current-month {
    color: #38373b;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold; }
  .field .react-datepicker-popper .react-datepicker__navigation {
    border: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    line-height: normal; }

.field .datepicker-wrapper {
  position: relative;
  width: 215px; }
  .field .datepicker-wrapper .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
.app__body .confirmation-modal.modal {
  text-align: center; }
  .app__body .confirmation-modal.modal .modal-header {
    background: #ffffff; }
    .app__body .confirmation-modal.modal .modal-header .modal-title,
    .app__body .confirmation-modal.modal .modal-header button.close {
      color: #38373b !important; }
    .app__body .confirmation-modal.modal .modal-header .modal-title {
      font-weight: 800;
      font-size: 18px; }
  .app__body .confirmation-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 5px; }
  .app__body .confirmation-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 20px 15px 20px 15px;
    font-size: 14px; }
    .app__body .confirmation-modal.modal .modal-body .control-label {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 800;
      font-size: 12px;
      color: #38373b; }
    .app__body .confirmation-modal.modal .modal-body .info {
      margin-bottom: 20px;
      font-size: 12px;
      font-weight: 400;
      color: #a4a1a9; }
  .app__body .confirmation-modal.modal .modal-footer, .app__body .confirmation-modal.modal .modal-header {
    border: none; }
  .app__body .confirmation-modal.modal .modal-header {
    border-bottom: 1px solid #d1d0d4; }
  .app__body .confirmation-modal.modal .modal-footer {
    border-top: 1px solid #d1d0d4; }
  .app__body .confirmation-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .app__body .confirmation-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .form-confirmation-modal .modal-dialog {
    width: 700px; } }
#start-project-popover{border:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:jump .5s linear alternate infinite;animation:jump .5s linear alternate infinite;background:transparent}#start-project-popover .arrow{display:block}#start-project-popover .arrow:after{border-right-color:#5000ff}#start-project-popover .popover-content{padding:0;border:0}@-webkit-keyframes jump{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}}@keyframes jump{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}}.sidebar--left .draft-krfs-list .sidebar-item {
  display: flex; }
  .sidebar--left .draft-krfs-list .sidebar-item:hover .icon.icon__remove {
    visibility: visible; }
  .sidebar--left .draft-krfs-list .sidebar-item .sidebar-item__name {
    flex: 1;
    min-width: unset; }
  .sidebar--left .draft-krfs-list .sidebar-item .icon.icon__remove {
    opacity: 0.5;
    margin-right: 20px; }
    @media screen and (min-width: 750px) {
      .sidebar--left .draft-krfs-list .sidebar-item .icon.icon__remove {
        visibility: hidden; } }

.krfs-more-modal .content {
  padding: 25px 0 35px 0;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 750px) {
    .krfs-more-modal .content {
      height: 250px; } }

.krfs-more-modal .form-group {
  margin: 0 20px 10px 20px;
  border: 1px solid #ebeded;
  border-radius: 5px; }

.krfs-more-modal .krfs-item-wrapper {
  padding: 0; }
  .krfs-more-modal .krfs-item-wrapper li {
    display: flex;
    align-items: center;
    height: 35px;
    margin-bottom: 5px;
    list-style: none;
    padding: 0 20px; }
    .krfs-more-modal .krfs-item-wrapper li:hover {
      background: #f9f9fa; }
      .krfs-more-modal .krfs-item-wrapper li:hover a .icon {
        visibility: visible; }
    .krfs-more-modal .krfs-item-wrapper li a {
      display: flex;
      align-items: center;
      flex: 1;
      justify-content: space-between;
      font-size: 15px;
      line-height: 22px;
      text-decoration: none;
      color: #4a5158; }
      .krfs-more-modal .krfs-item-wrapper li a .icon {
        margin-top: -3px; }
        @media screen and (min-width: 750px) {
          .krfs-more-modal .krfs-item-wrapper li a .icon {
            visibility: hidden; } }

.krfs-delete-modal .error-text {
  margin-top: 10px;
  color: #e26756; }
.textarea-wrapper{background:#f4f6f8;border:1px solid #dbe4e1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border-radius:5px}#post_textbox{border:0;background:transparent}/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{width:100px;height:100px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");cursor:crosshair;float:left}.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff;border-radius:5px}.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker-hue{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC")}.colorpicker-alpha{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{background-size:contain}.colorpicker{padding:4px;min-width:130px;margin-top:1px;border-radius:4px;z-index:2500}.colorpicker:after,.colorpicker:before{display:table;content:"";line-height:0}.colorpicker:after{clear:both}.colorpicker:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:6px}.colorpicker:after,.colorpicker:before{content:"";display:inline-block;position:absolute}.colorpicker:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:7px}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{cursor:pointer;float:left;height:10px;width:10px}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i{display:inline-block;cursor:pointer;height:16px;vertical-align:text-top;width:16px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto}.colorpicker.colorpicker-horizontal{width:110px;min-width:110px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{width:100px;height:15px;float:left;cursor:col-resize;margin-left:0;margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i{display:block;height:15px;background:#fff;position:absolute;top:0;left:0;width:1px;border:none;margin-top:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==")}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=")}.colorpicker-right:before{left:auto;right:6px}.colorpicker-right:after{left:auto;right:7px}.colorpicker-no-arrow:after,.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 10, 2018 */
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-black-webfont.4c9cf50f.woff2) format('woff2'),
         url(/static/media/roboto-black-webfont.68f05430.woff) format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-blackitalic-webfont.7bd485b3.woff2) format('woff2'),
         url(/static/media/roboto-blackitalic-webfont.03c3b16c.woff) format('woff');
    font-weight: 900;
    font-style: italic;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-bold-webfont.334a87eb.woff2) format('woff2'),
         url(/static/media/roboto-bold-webfont.15143079.woff) format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-bolditalic-webfont.fd6617e3.woff2) format('woff2'),
         url(/static/media/roboto-bolditalic-webfont.04214f14.woff) format('woff');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-italic-webfont.e95e89f9.woff2) format('woff2'),
         url(/static/media/roboto-italic-webfont.87a574db.woff) format('woff');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-light-webfont.35d7dafe.woff2) format('woff2'),
         url(/static/media/roboto-light-webfont.02409811.woff) format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-lightitalic-webfont.9341fdbc.woff2) format('woff2'),
         url(/static/media/roboto-lightitalic-webfont.8c9f04af.woff) format('woff');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-medium-webfont.2def9c13.woff2) format('woff2'),
         url(/static/media/roboto-medium-webfont.a79c636d.woff) format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_italic';
    src: url(/static/media/roboto-mediumitalic-webfont.6b2d474c.woff2) format('woff2'),
         url(/static/media/roboto-mediumitalic-webfont.6192dc41.woff) format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-regular-webfont.2369165a.woff2) format('woff2'),
         url(/static/media/roboto-regular-webfont.14dd2f83.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotothin';
    src: url(/static/media/roboto-thin-webfont.84050507.woff2) format('woff2'),
         url(/static/media/roboto-thin-webfont.b96cf921.woff) format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(/static/media/roboto-thinitalic-webfont.c32ffe61.woff2) format('woff2'),
         url(/static/media/roboto-thinitalic-webfont.5a1302ab.woff) format('woff');
    font-weight: 100;
    font-style: italic;

}/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 21, 2020 */



@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-bold-webfont.928158b6.woff2) format('woff2'),
         url(/static/media/manrope-bold-webfont.f5f66d3c.woff) format('woff');
    font-weight: 700;
    font-style: 700;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-extrabold-webfont.cc3f720c.woff2) format('woff2'),
         url(/static/media/manrope-extrabold-webfont.2a515cba.woff) format('woff');
    font-weight: 800;
    font-style: 800;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-extralight-webfont.7eb9c300.woff2) format('woff2'),
         url(/static/media/manrope-extralight-webfont.1a67e07d.woff) format('woff');
    font-weight: 200;
    font-style: 200;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-light-webfont.8b31b676.woff2) format('woff2'),
         url(/static/media/manrope-light-webfont.b6b8d986.woff) format('woff');
    font-weight: 300;
    font-style: 300;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-medium-webfont.5d9907ee.woff2) format('woff2'),
         url(/static/media/manrope-medium-webfont.132fb0ec.woff) format('woff');
    font-weight: 500;
    font-style: 500;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-regular-webfont.c1d57b9e.woff2) format('woff2'),
         url(/static/media/manrope-regular-webfont.867257b9.woff) format('woff');
    font-weight: 400;
    font-style: 400;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-semibold-webfont.18c7ef1b.woff2) format('woff2'),
         url(/static/media/manrope-semibold-webfont.f951eb2c.woff) format('woff');
    font-weight: 600;
    font-style: 600;

}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/static/media/glyphicons-halflings-regular.f4769f9b.eot);
  src: url(/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format('embedded-opentype'), url(/static/media/glyphicons-halflings-regular.448c34a5.woff2) format('woff2'), url(/static/media/glyphicons-halflings-regular.fa277232.woff) format('woff'), url(/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format('truetype'), url(/static/media/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.container-smooth {
  max-width: 1170px;
}
@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  background: rgba(0, 0, 0, .15);
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}
.btn-lg .btn-label {
  left: -16px;
  padding: 10px 16px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  right: -16px;
  left: auto;
  border-radius: 0 5px 5px 0;
}
.btn-sm .btn-label {
  left: -10px;
  padding: 5px 10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  right: -10px;
  left: auto;
  border-radius: 0 2px 2px 0;
}
.btn-xs .btn-label {
  left: -5px;
  padding: 1px 5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  right: -5px;
  left: auto;
  border-radius: 0 2px 2px 0;
}
.nav-tabs-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
.nav-tabs-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}
.nav-tabs-left > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}
.nav-tabs-left > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}
.nav-tabs-right > li {
  float: none;
  margin-bottom: 0;
  margin-left: -1px;
}
.nav-tabs-right > li > a {
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-right: 15px;
  padding-left: 0;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}
@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}
@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
          transition: top .35s, left .35s, bottom .35s, right .35s;
}
.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: none !important;
  opacity: 0 !important;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;

  direction: ltr;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/static/media/fontawesome-webfont.674f50d2.eot);
  src: url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/static/media/fontawesome-webfont.af7ae505.woff2) format('woff2'), url(/static/media/fontawesome-webfont.fee66e71.woff) format('woff'), url(/static/media/fontawesome-webfont.b06871f2.ttf) format('truetype'), url(/static/media/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}
.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.suggestion-list {
  -webkit-box-shadow: rgba(0, 0, 0, 0.175) 1px -3px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.175) 1px -3px 12px;
  box-shadow: rgba(0, 0, 0, 0.175) 1px -3px 12px; }

.signup-team__container .has-error .control-label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@keyframes highlight {
  from {
    background: rgba(255, 255, 0, 0.5); }
  to {
    background: none; } }

.padding-top {
  padding-top: 7px; }
  .padding-top.half {
    padding-top: 3px; }
  .padding-top.x2 {
    padding-top: 14px; }
  .padding-top.x3 {
    padding-top: 21px; }

.padding-bottom {
  padding-bottom: 7px; }
  .padding-bottom.half {
    padding-bottom: 3px; }
  .padding-bottom.x1 {
    padding-bottom: 4px; }
  .padding-bottom.x2 {
    padding-bottom: 14px; }
  .padding-bottom.x3 {
    padding-bottom: 21px; }
  .padding-bottom .control-label {
    font-weight: 600; }
    .padding-bottom .control-label.text-left {
      text-align: left; }

.padding-left {
  padding-left: 7px; }
  .padding-left.x2 {
    padding-left: 14px; }
  .padding-left.x3 {
    padding-left: 21px; }

.padding-right {
  padding-right: 7px; }
  .padding-right.x2 {
    padding-right: 14px; }
  .padding-right.x3 {
    padding-right: 21px; }

.margin-right {
  margin-right: 7px; }
  .margin-right.x2 {
    margin-right: 14px; }
  .margin-right.x3 {
    margin-right: 21px; }

.margin-left {
  margin-left: 7px; }
  .margin-left.x2 {
    margin-left: 14px; }
  .margin-left.x3 {
    margin-left: 21px; }

.margin-top {
  margin-top: 7px; }
  .margin-top.half {
    margin-top: 4px; }
  .margin-top.x2 {
    margin-top: 14px; }
  .margin-top.x3 {
    margin-top: 21px; }

.margin-bottom {
  margin-bottom: 7px; }
  .margin-bottom.x2 {
    margin-bottom: 14px; }
  .margin-bottom.x3 {
    margin-bottom: 21px; }

.d-block {
  display: block; }

b,
strong {
  font-weight: 600; }

a {
  color: #2389d7;
  cursor: pointer;
  text-decoration: none;
  word-break: break-word; }
  a:focus, a:hover {
    color: #1c6dab; }

.color--link {
  color: #2389d7;
  cursor: pointer; }
  .color--link:hover, .color--link:focus {
    text-decoration: underline; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'roboto', sans-serif; }

.light {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.word-break--all {
  word-break: break-all; }

.whitespace--nowrap {
  white-space: nowrap; }

.overflow--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.fa.fa-margin--left {
  margin-left: 3px; }

.fa.fa-margin--right {
  margin-right: 3px; }

.font-weight--normal {
  font-weight: normal; }

.cursor--pointer {
  cursor: pointer; }

/* open-sans-300 - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.357d6753.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.357d6753.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.ea284cc7.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.3b3cbaef.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.1bf71be1.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300.41ef8e5d.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* open-sans-300italic - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.9a599f54.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.9a599f54.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.3ea4cffd.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.9c9017a3.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.6943fb6f.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-300italic.b348357e.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.98255d04.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.98255d04.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.6fd1f924.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.60bdb28d.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.629a55a7.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-regular.d9bee607.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* open-sans-italic - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.b07fc5b1.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.b07fc5b1.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.f01a4402.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.7aee35e0.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.c7dcce08.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-italic.3e2b2e91.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.ce26ce46.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.ce26ce46.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.aa22ff6f.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.2418db91.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.33f225b8.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600.400ab808.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* open-sans-600italic - latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.ca4e3b46.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.ca4e3b46.eot?#iefix) format("embedded-opentype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.ca4d226c.woff2) format("woff2"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.cc62fb5c.woff) format("woff"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.73f7301a.ttf) format("truetype"), url(/static/media/open-sans-v13-latin-ext_latin_cyrillic-ext_greek-ext_greek_cyrillic_vietnamese-600italic.7350876e.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

html,
body {
  height: 100%; }
  html.sticky,
  body.sticky {
    height: auto; }

body {
  background-color: #f9f9fa !important;
  position: relative;
  width: 100%; }
  body.error-bar--fixed {
    padding-top: 22px; }

.sticky {
  background: #ffffff; }
  .sticky > .channel-view {
    height: 100vh;
    padding: 0 15px;
    overflow: auto; }
  .sticky .inner-wrap {
    width: 100%; }
    .sticky .inner-wrap > .row.content {
      min-height: calc(100vh - 89px); }
      @media (max-width: 768px) {
        .sticky .inner-wrap > .row.content {
          min-height: calc(100vh - 187px); } }

.help-page {
  overflow: hidden;
  padding: 3em 0; }

.inner-wrap {
  height: 100%; }
  .inner-wrap.sticky {
    overflow: auto; }
  .inner-wrap > .row.main {
    height: 100%;
    position: relative; }

.container-fluid {
  *zoom: 1;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .container-fluid:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.channel-view {
  overflow: hidden;
  *zoom: 1;
  height: 100%;
  position: relative; }

img {
  max-width: 100%; }
  img.rounded {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }

.modal .modal-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 1px; }

.modal .about-modal .modal-content .modal-header {
  background: transparent;
  border: none;
  color: inherit;
  padding: 20px 25px 0; }
  .modal .about-modal .modal-content .modal-header .close {
    color: inherit;
    font-weight: normal;
    right: 15px; }
  .modal .about-modal .modal-content .modal-header .modal-title {
    color: inherit;
    font-size: 16px; }
  .modal .about-modal .modal-content .modal-header .icon {
    margin: 0 5px 0 8px;
    position: relative;
    top: 1px; }
    .modal .about-modal .modal-content .modal-header .icon svg {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      height: 14px;
      width: 14px; }

.modal .about-modal .modal-body {
  padding: 20px 25px 10px; }

.modal .about-modal.large .modal-body {
  padding-bottom: 20px; }

.modal .about-modal .about-modal__content {
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 1em 0 3em; }

.modal .about-modal .about-modal__copyright {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  margin-top: .5em; }

.modal .about-modal .about-modal__footer {
  font-size: 13.5px; }

.modal .about-modal .about-modal__title {
  line-height: 1.5;
  margin: 0 0 10px; }

.modal .about-modal .about-modal__subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.modal .about-modal .about-modal__hash {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: .75em;
  text-align: right; }
  .modal .about-modal .about-modal__hash p:first-child {
    float: left;
    text-align: left; }

.modal .about-modal .about-modal__notice {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: .79em;
  text-align: right; }
  .modal .about-modal .about-modal__notice p:first-child {
    text-align: left; }

.modal .about-modal .about-modal__logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 0 40px 0 20px; }
  .modal .about-modal .about-modal__logo svg {
    height: 125px;
    width: 125px; }
  .modal .about-modal .about-modal__logo path {
    fill: inherit; }

.access-history__table {
  display: table;
  line-height: 1.6;
  padding-top: 15px;
  width: 100%; }
  .access-history__table:first-child {
    padding: 0; }
  .access-history__table > div {
    display: table-cell;
    vertical-align: top; }
  .access-history__table .access__date {
    font-size: 15px;
    font-weight: 600;
    width: 190px; }
  .access-history__table .access__report {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  .access-history__table .report__info {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.animation--highlight:before {
  animation: highlight 1.5s ease;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block; }

.activity-log__table {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: table;
  line-height: 1.8;
  padding: 15px 0;
  width: 100%; }
  .activity-log__table:first-child {
    border: none;
    padding-top: 0; }
  .activity-log__table > div {
    display: table-cell;
    vertical-align: top; }
  .activity-log__table .activity-log__report {
    width: 80%; }
  .activity-log__table .activity-log__action {
    text-align: right; }
  .activity-log__table .report__platform {
    font-size: 15px;
    font-weight: 600; }
    .activity-log__table .report__platform .fa {
      margin-right: 6px; }
  .activity-log__table .report__info {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.session-help-text {
  padding: 0 0 20px; }

.admin-console__wrapper {
  height: 100%;
  overflow: auto; }

.admin-console {
  -webkit-overflow-scrolling: touch;
  color: #333;
  height: 100%;
  margin-left: 220px;
  overflow: auto;
  padding: 0 20px; }
  .admin-console .table {
    margin-bottom: 0; }
  .admin-console .color-picker__popover {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 5; }
  .admin-console .dropdown-menu .divider {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .admin-console .filtered-user-list {
    height: calc(100vh - 120px); }
  .admin-console .Select-value-label {
    white-space: nowrap; }
  .admin-console .inner-wrap {
    position: absolute;
    width: 100%; }
  .admin-console h3 {
    font-weight: 600;
    margin: 1em 0;
    padding-bottom: .5em; }
  .admin-console h4 {
    font-weight: 600;
    margin-bottom: 2em; }
  .admin-console .form-control {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .admin-console .form-control:focus {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      border-color: #66afe9;
      outline: 0; }
  .admin-console .table.table-margin--none {
    margin-bottom: 0; }
  .admin-console .btn.btn-spacing--right {
    margin-right: 10px; }
  .admin-console .btn .fa {
    margin-right: 7px; }
    .admin-console .btn .fa.margin-left {
      margin-left: 7px;
      margin-right: 0; }
  .admin-console .filter-control .fa {
    font-size: 12px; }
  .admin-console .log__panel {
    background-color: white;
    border: 1px solid #ddd;
    height: calc(100vh - 280px);
    margin-top: 14px;
    overflow: scroll;
    padding: 10px;
    width: 100%; }
  .admin-console.admin {
    background-color: #f1f1f1;
    min-height: 600px;
    overflow: auto;
    padding: 0 40px 20px; }
  .admin-console .wrapper--fixed {
    max-width: 800px; }
  .admin-console .form-horizontal {
    margin-top: 40px; }
    .admin-console .form-horizontal .control-label {
      font-weight: 600;
      padding-right: 0;
      text-align: left; }
    .admin-console .form-horizontal .has-error .control-label {
      font-weight: normal; }
    .admin-console .form-horizontal .form-group {
      margin-bottom: 25px; }
      .admin-console .form-horizontal .form-group.half {
        margin-bottom: 14px; }
    .admin-console .form-horizontal .file__upload {
      display: inline-block;
      margin: 0 10px 10px 0;
      position: relative; }
      .admin-console .form-horizontal .file__upload input {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        cursor: pointer;
        height: 100%;
        left: 0;
        padding-left: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5; }
        .admin-console .form-horizontal .file__upload input[disabled] {
          cursor: not-allowed; }
    .admin-console .form-horizontal .help-text {
      color: rgba(0, 0, 0, 0.5);
      display: block;
      margin: 10px 0 0; }
      .admin-console .form-horizontal .help-text.no-margin {
        margin: 0; }
      .admin-console .form-horizontal .help-text.no-margin--top {
        margin-top: 0; }
      .admin-console .form-horizontal .help-text ul,
      .admin-console .form-horizontal .help-text ol {
        padding-left: 23px; }
      .admin-console .form-horizontal .help-text .help-link {
        margin-right: 5px; }
      .admin-console .form-horizontal .help-text .btn {
        font-size: 13px; }
      .admin-console .form-horizontal .help-text.remove-filename {
        margin-bottom: 5px;
        position: relative;
        top: -2px; }
    .admin-console .form-horizontal .alert {
      display: inline-block;
      margin: 1em 0 0;
      padding: 5px 7px;
      position: relative;
      top: 1px; }
      .admin-console .form-horizontal .alert .fa {
        margin-right: 5px; }
      .admin-console .form-horizontal .alert.alert-transparent {
        background: #ffffff;
        border: 1px solid #ddd;
        margin: 0;
        padding: 12px 14px;
        width: 100%; }
      .admin-console .form-horizontal .alert hr {
        border-color: #ddd;
        margin: .8em 0; }
      .admin-console .form-horizontal .alert div:last-child hr {
        display: none; }
  .admin-console .banner {
    background: #ffffff;
    border: 1px solid #ddd;
    font-size: .95em;
    margin: 2em 0;
    padding: .8em 1.5rem; }
    .admin-console .banner.banner--url {
      padding: 1.2em; }
    .admin-console .banner .banner__url {
      background: rgba(0, 0, 0, 0.07);
      border-radius: 2px;
      padding: .7em 1em;
      word-break: break-all; }
    .admin-console .banner .banner__heading {
      font-size: 1.5em;
      margin-bottom: 0.5em; }
    .admin-console .banner.warning {
      background: #e60000; }
  .admin-console .popover {
    border-radius: 3px;
    font-size: .95em;
    width: 100%; }
  .admin-console .panel {
    background-color: transparent;
    border: none; }
  .admin-console .panel-default > .panel-heading {
    background-color: transparent;
    padding: 10px 0; }
  .admin-console .panel-default .panel-body {
    padding: 30px 0 10px; }
  .admin-console .panel-group {
    margin-bottom: 50px; }
  .admin-console .panel-title {
    font-size: 24px;
    line-height: 1.5; }
    .admin-console .panel-title a {
      overflow: hidden;
      *zoom: 1;
      display: block;
      text-decoration: none; }
      .admin-console .panel-title a.collapsed .fa-minus {
        display: none; }
      .admin-console .panel-title a.collapsed .fa-plus {
        display: inline-block; }
      .admin-console .panel-title a .fa {
        color: #aaa;
        float: right;
        font-size: 18px;
        margin-top: 8px; }
      .admin-console .panel-title a .fa-plus {
        display: none; }
  .admin-console .more-modal__list .filtered-user-list .filter-controls {
    padding-bottom: 1em; }
  .admin-console .more-modal__list .filter-row {
    margin: 10px 0; }
  .admin-console .member-list-holder {
    background: #ffffff;
    overflow: visible;
    padding: 5px 0; }
    .admin-console .member-list-holder .more-modal__list {
      overflow: visible; }
    .admin-console .member-list-holder .more-modal__row:last-child {
      border: none; }
  .admin-console .member-count {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    margin-top: 8px; }
  .admin-console .admin-console-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .admin-console .status-icon-unknown {
    color: gray; }
  .admin-console .status-icon-success {
    color: #69c169; }
  .admin-console .status-icon-warning {
    color: #eac262; }
  .admin-console .status-icon-error {
    color: #ea6262; }
  .admin-console .suggestion--selected {
    background-color: #e2e2e2; }

.job-table__cancel-button {
  cursor: pointer;
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  vertical-align: middle; }

.job-table__table {
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin: 20px 0 10px;
  max-height: 240px;
  min-height: 100px;
  overflow: auto;
  padding: 5px;
  width: 100%; }

.brand-img {
  margin-bottom: 1.5em;
  max-width: 150px; }

.admin-console__disabled-text {
  color: #777;
  margin: 10px 0 0 15px; }

.admin-sidebar {
  background: #333;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 5; }
  .admin-sidebar .dropdown-menu {
    max-height: 80vh;
    max-width: 200px;
    min-width: 200px;
    overflow: auto; }
  .admin-sidebar .team__header {
    background: transparent; }
  .admin-sidebar .nav-pills__container {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background: #111;
    height: calc(100% - 68px);
    margin-top: 1px;
    padding-bottom: 20px;
    position: relative; }
  .admin-sidebar .sidebar-category .category-title {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    line-height: 15.4px;
    padding: 10px; }
    .admin-sidebar .sidebar-category .category-title .category-icon {
      font-size: 15px;
      margin-right: 7px;
      overflow: hidden;
      right: 12px;
      text-align: center;
      top: 6px;
      vertical-align: bottom;
      width: 16px; }
      .admin-sidebar .sidebar-category .category-title .category-icon.fa-user {
        font-size: 14px; }
      .admin-sidebar .sidebar-category .category-title .category-icon.fa-bar-chart {
        font-size: 16px; }
  .admin-sidebar .sidebar-category .sections {
    padding: 5px 0; }
  .admin-sidebar .sidebar-section > .sidebar-section-title {
    position: relative; }
  .admin-sidebar .sidebar-section .nav__sub-menu {
    margin-bottom: 7px; }
    .admin-sidebar .sidebar-section .nav__sub-menu:empty {
      display: none; }
  .admin-sidebar .sections.sections--settings .sidebar-section-title {
    text-transform: uppercase; }
    .admin-sidebar .sections.sections--settings .sidebar-section-title:hover, .admin-sidebar .sections.sections--settings .sidebar-section-title:focus {
      color: rgba(255, 255, 255, 0.5); }
  .admin-sidebar .sidebar-section-title {
    padding: 7px 35px 7px 15px; }
  .admin-sidebar .sidebar-subsection-title {
    padding: 7px 35px 7px 30px; }
  .admin-sidebar .sidebar-section-title,
  .admin-sidebar .sidebar-subsection-title {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 13px;
    position: relative; }
    .admin-sidebar .sidebar-section-title:focus,
    .admin-sidebar .sidebar-subsection-title:focus {
      text-decoration: none; }
    .admin-sidebar .sidebar-section-title:hover,
    .admin-sidebar .sidebar-subsection-title:hover {
      color: #4ba1e2;
      text-decoration: none; }
    .admin-sidebar .sidebar-section-title--active,
    .admin-sidebar .sidebar-subsection-title--active {
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
      .admin-sidebar .sidebar-section-title--active:hover, .admin-sidebar .sidebar-section-title--active:focus,
      .admin-sidebar .sidebar-subsection-title--active:hover,
      .admin-sidebar .sidebar-subsection-title--active:focus {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff; }
      .admin-sidebar .sidebar-section-title--active:after,
      .admin-sidebar .sidebar-subsection-title--active:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: whitesmoke;
        content: "\F0D9";
        display: inline-block;
        font: normal normal normal 26px/1 FontAwesome;
        position: absolute;
        right: -1px;
        text-rendering: auto;
        top: 3px; }
  .admin-sidebar .sidebar-subsection-title--active:after {
    top: 4px; }
  .admin-sidebar .menu-icon--right {
    font-size: 18px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 8px;
    width: 20px; }
    .admin-sidebar .menu-icon--right .fa {
      color: #ffffff;
      font-size: 13px;
      position: relative;
      right: -2px; }
    .admin-sidebar .menu-icon--right.menu__close {
      cursor: pointer;
      right: 10px;
      top: 3px; }

.email-connection-test {
  margin-top: -15px; }

.s3-connection-test {
  margin-top: -15px; }

.recycle-db {
  margin-top: 50px !important; }

.cluster-status {
  height: 24px;
  width: 24px; }

.config-hash {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px; }

.system-users__filter-row {
  display: flex;
  margin-left: 15px;
  margin-right: 15px; }
  .system-users__filter-row .system-users__filter {
    flex: 1;
    margin-right: 15px; }
  .system-users__filter-row .system-users__team-filter-label {
    margin-right: 15px; }
  .system-users__filter-row .system-users__team-filter {
    display: inline-block;
    width: 200px; }
  .system-users__filter-row label {
    font-weight: normal; }

.manage-teams .modal-body {
  padding: 15px 15px 0; }

.manage-teams .manage-teams__user {
  align-items: center;
  display: flex; }

.manage-teams .manage-teams__teams {
  border-top: 1px solid #ddd;
  margin: 1em 0 .3em; }
  .manage-teams .manage-teams__teams .btn-link.danger {
    color: #c55151; }

.manage-teams .member-row--padded {
  padding-left: 20px; }
  .manage-teams .member-row--padded strong {
    margin-right: 10px; }

.manage-teams .manage-row--inner {
  padding: 15px 0 4px; }
  .manage-teams .manage-row--inner + div {
    border-top: 1px solid #ddd; }

.manage-teams .manage-teams__profile-picture {
  border-radius: 20px;
  height: 40px;
  width: 40px; }

.manage-teams .manage-teams__info {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap; }
  .manage-teams .manage-teams__info .manage-teams__name {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis; }
  .manage-teams .manage-teams__info .manage-teams__email {
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis; }

.manage-teams .manage-teams__system-admin {
  margin-left: 10px;
  opacity: 0.5;
  padding-right: 10px; }

.manage-teams .manage-teams__teams {
  margin-top: 1em; }
  .manage-teams .manage-teams__teams .manage-row__empty {
    padding: 9px 0; }

.manage-teams .manage-teams__team {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 7px 10px; }
  .manage-teams .manage-teams__team .btn {
    font-size: .9em; }
  .manage-teams .manage-teams__team .dropdown {
    padding: 6px 0; }

.manage-teams .manage-teams__team-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.manage-teams .manage-teams__team-actions {
  margin-left: 10px; }
  .manage-teams .manage-teams__team-actions .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.discard-changes-modal .modal-dialog .btn-default, .discard-changes-modal .modal-dialog .btn-default:hover, .discard-changes-modal .modal-dialog .btn-default:active, .discard-changes-modal .modal-dialog .btn-default:focus {
  color: #2389d7;
  background-color: transparent;
  border: none; }

.admin-setting-user__dropdown {
  position: relative; }
  .admin-setting-user__dropdown:before {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: 15px;
    width: 0; }

.admin-setting-user__image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: block;
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  margin-right: 7px;
  margin-top: 3px;
  text-align: center;
  width: 16px; }
  .admin-setting-user__image .admin-setting-user--align {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.admin-setting-user__fullname {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.password__group-addon {
  min-width: 150px;
  text-align: left; }

.password__group-addon-space {
  margin-bottom: 20px; }

.backstage {
  height: 100vh;
  width: 100vw; }

.backstage-navbar {
  background: #ffffff;
  height: 41px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  z-index: 10; }

.backstage-navbar__back {
  color: inherit;
  text-decoration: none; }
  .backstage-navbar__back .fa {
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 7px; }
  .backstage-navbar__back:hover, .backstage-navbar__back:active {
    color: inherit; }

.backstage-body {
  background-color: whitesmoke;
  bottom: 0;
  display: inline-block;
  height: calc(100vh - 41px);
  overflow: auto;
  top: 0;
  width: 100%; }

.backstage-content {
  background-color: whitesmoke;
  margin: 46px auto;
  max-width: 1200px;
  padding-left: 135px;
  vertical-align: top; }

.backstage-sidebar {
  padding: 46px 20px;
  position: absolute;
  vertical-align: top;
  width: 260px; }
  .backstage-sidebar ul {
    list-style: none;
    padding: 0; }
  .backstage-sidebar > ul {
    overflow: hidden;
    *zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15); }

.backstage-sidebar__category + .backstage-sidebar__category .category-title {
  border-top: none; }

.backstage-sidebar__category .category-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #000000;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  position: relative; }
  .backstage-sidebar__category .category-title .fa {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    position: relative;
    text-align: center;
    top: 1px;
    width: 20px; }
  .backstage-sidebar__category .category-title .fa-smile-o {
    font-size: 17px; }

.backstage-sidebar__category .category-title--active {
  background-color: #2389d7;
  color: #ffffff; }
  .backstage-sidebar__category .category-title--active .fa {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.backstage-sidebar__category .category-title__text {
  left: 2.5em;
  position: absolute; }

.backstage-sidebar__category .sections {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.backstage-sidebar__category .section-title,
.backstage-sidebar__category .subsection-title {
  display: block;
  font-size: .95em;
  line-height: 29px;
  padding-left: 2em;
  text-decoration: none; }

.backstage-sidebar__category .subsection-title {
  padding-left: 3em; }

.backstage-sidebar__category .section-title--active,
.backstage-sidebar__category .subsection-title--active {
  background-color: #2389d7;
  color: #ffffff;
  font-weight: 600; }

.backstage-header__divider {
  color: rgba(0, 0, 0, 0.3);
  margin: 0 10px; }

.backstage-header {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  width: 100%; }
  .backstage-header h1 {
    float: left;
    font-size: 20px;
    margin: 5px 0; }
  .backstage-header .add-link {
    float: right; }

.backstage-filters {
  display: flex;
  flex-direction: row;
  width: 100%; }

.backstage-filters__sort {
  flex-grow: 1;
  flex-shrink: 0;
  line-height: 30px; }
  .backstage-filters__sort .filter-sort {
    text-decoration: none; }
    .backstage-filters__sort .filter-sort.filter-sort--active {
      color: inherit;
      cursor: default; }
  .backstage-filters__sort .divider {
    margin-left: 8px;
    margin-right: 8px; }

.backstage-filter__search {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 270px; }
  .backstage-filter__search .fa {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    left: 11px;
    position: absolute;
    top: 11px; }
  .backstage-filter__search input {
    background: #ffffff;
    padding-left: 30px; }

.backstage-list {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
  min-height: 50px; }

.backstage-list__help {
  display: block;
  margin: 1em 0; }

.backstage-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 20px 15px;
  position: relative; }
  .backstage-list__item:last-child {
    border: none; }
  .backstage-list__item .item-details {
    color: rgba(0, 0, 0, 0.5);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .backstage-list__item .item-details__row + .item-details__row {
    overflow: hidden;
    *zoom: 1;
    text-overflow: ellipsis; }
  .backstage-list__item .item-details__name {
    color: black;
    font-weight: 600; }
  .backstage-list__item .item-details__trigger {
    margin-left: 6px; }
  .backstage-list__item .item-details__description,
  .backstage-list__item .item-details__content_type,
  .backstage-list__item .item-details__token,
  .backstage-list__item .item-details__trigger-words,
  .backstage-list__item .item-details__trigger-when,
  .backstage-list__item .item-details__url,
  .backstage-list__item .item-details__creation {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top; }
    .backstage-list__item .item-details__description:empty,
    .backstage-list__item .item-details__content_type:empty,
    .backstage-list__item .item-details__token:empty,
    .backstage-list__item .item-details__trigger-words:empty,
    .backstage-list__item .item-details__trigger-when:empty,
    .backstage-list__item .item-details__url:empty,
    .backstage-list__item .item-details__creation:empty {
      display: none; }
  .backstage-list__item .item-details__trigger-words {
    white-space: nowrap; }
  .backstage-list__item .item-actions {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 20px; }

.backstage-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 40px 30px 30px;
  position: relative; }
  .backstage-form.backstage-form__confirmation {
    padding: 30px 30px 20px; }
  .backstage-form label {
    font-weight: normal; }
  .backstage-form .backstage-form__title {
    margin: 5px 0 1.5em; }
  .backstage-form .radio input,
  .backstage-form .checkbox input {
    height: 16px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
    width: 16px; }
  .backstage-form .form-control {
    background: #ffffff; }
    .backstage-form .form-control:focus {
      border-color: #2389d7; }
  .backstage-form .form__help {
    color: rgba(0, 0, 0, 0.5);
    font-size: .95em;
    margin-top: 1em; }
    .backstage-form .form__help + .form__help {
      margin-top: .4em; }

.backstage-form__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 2.5em;
  padding-top: 1.8em;
  text-align: right; }
  .backstage-form__footer .has-error {
    float: left;
    margin: 0; }

.integration__icon {
  position: absolute;
  height: 100px;
  width: 100px;
  right: 20px; }
  .integration__icon.integration-list__icon {
    top: 50px; }

.integration-option {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0 30px 30px 0;
  min-height: 230px;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  width: 290px; }
  .integration-option:last-child {
    margin-right: 0; }
  .integration-option:hover {
    color: default;
    text-decoration: none; }

.integration-option__image {
  height: 80px;
  margin: .5em 0 .7em; }

.integration-option__title {
  color: #000000;
  margin-bottom: 10px; }

.integration-option__description {
  color: rgba(0, 0, 0, 0.5); }

.emoji-list__table {
  width: 100%; }
  .emoji-list__table .backstage-list__item {
    display: table-row; }
  .emoji-list__table .backstage-list__empty td {
    padding: 15px 20px; }

.emoji-list__table-header {
  font-weight: bold; }

.emoji-list__name {
  padding: 20px 0 20px 15px;
  width: 30%; }

.emoji-list__image {
  padding: 15px 0;
  width: 15%; }

.emoji-list__creator {
  padding: 15px 0;
  width: 40%; }

.emoji-list__actions {
  padding: 20px 15px 20px 0;
  width: 15%; }

.add-emoji__upload {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative; }
  .add-emoji__upload input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }

.add-emoji__filename,
.add-emoji__preview {
  padding-top: 7px; }

.compliance-panel__table,
.audit-panel__table,
.cluster-panel__table {
  background-color: #ffffff;
  border: 1px solid 1px solid #ddd;
  margin-top: 10px;
  max-height: 70vh;
  min-height: 100px;
  overflow: auto;
  padding: 5px;
  width: 100%; }

.compliance-panel .row > .form-group,
.audit-panel .row > .form-group {
  padding-left: 0; }
  .compliance-panel .row > .form-group:first-child,
  .audit-panel .row > .form-group:first-child {
    padding-left: 15px; }

.compliance-panel .row label,
.audit-panel .row label {
  font-weight: 600; }

.compliance-panel .fa-refresh,
.audit-panel .fa-refresh {
  margin-right: 5px; }

.compliance-panel {
  margin-bottom: 3em; }

.docs__page {
  line-height: 1.7;
  padding-bottom: 20px; }
  .docs__page > div {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    width: 1170px; }
  .docs__page h1.markdown__heading {
    border-bottom: 1px solid #ddd;
    margin: 1em 0 1em;
    padding-bottom: 1rem; }

body.error .container-fluid {
  display: table;
  height: 90%; }

body.error .error__container {
  color: #555;
  display: table-cell;
  margin: 0 auto;
  max-width: 800px;
  padding: 5em 0;
  text-align: left;
  vertical-align: top; }

body.error .error__icon {
  color: #ccc;
  font-size: 4em; }

body.error h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: .8em 0 .5em; }

body.error p {
  font-size: 1.2em; }

.get-app {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 20px 30px 30px;
  position: absolute;
  top: 0;
  width: 100%; }
  .get-app hr {
    border-top: 1px solid #ddd; }
  .get-app .get-app__header {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .get-app .get-app__screenshot {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: auto; }
  .get-app .get-app__continue-with-browser {
    display: block;
    margin-top: 40px;
    padding-bottom: 30px;
    text-align: center; }

.get-android-app .get-app__header {
  text-align: left; }

.get-android-app .get-android-app__icon {
  width: 60px; }

.get-android-app .get-android-app__app-info {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle; }
  .get-android-app .get-android-app__app-info .get-android-app__app-name {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: bold; }
  .get-android-app .get-android-app__app-info .get-android-app__app-creator {
    color: #aaa;
    display: block;
    font-size: 10px; }

.get-android-app .get-app__screenshot {
  width: 240px; }

.get-android-app .get-android-app__continue {
  display: block;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 15px;
  padding: 12px; }

.get-ios-app .get-app__screenshot {
  width: 180px; }

.get-ios-app .get-ios-app__app-store-link {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 180px; }

.get-ios-app .get-ios-app__already-have-it {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center; }

.get-ios-app .get-ios-app__open-mattermost {
  display: block;
  font-size: 20px;
  margin: auto;
  padding: 12px;
  width: 220px; }

.loading-screen {
  display: table;
  height: 100%;
  padding: 60px;
  text-align: center;
  width: 100%; }
  .loading-screen .loading__content {
    display: table-cell;
    font-size: 0;
    vertical-align: middle; }
    .loading-screen .loading__content h3 {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      margin: 0 .2em; }
    .loading-screen .loading__content .round {
      -webkit-animation: move 0.75s infinite linear;
      -moz-animation: move 0.75s infinite linear;
      -ms-animation: move 0.75s infinite linear;
      -o-animation: move 0.75s infinite linear;
      animation: move 0.75s infinite linear;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      background-color: #444444;
      display: inline-block;
      height: 4px;
      margin: 0 2px;
      opacity: .1;
      width: 4px; }
    .loading-screen .loading__content .round-1 {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .loading-screen .loading__content .round-2 {
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -ms-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .loading-screen .loading__content .round-3 {
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -ms-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      animation-delay: 0.6s; }

@-moz-keyframes move {
  from {
    opacity: 1; }
  to {
    opacity: .1; } }

@-webkit-keyframes move {
  from {
    opacity: 1; }
  to {
    opacity: .1; } }

@-o-keyframes move {
  from {
    opacity: 1; }
  to {
    opacity: .1; } }

@-ms-keyframes move {
  .loading-screen .loading__content from {
    opacity: 1; }
  .loading-screen .loading__content to {
    opacity: .1; } }

@keyframes move {
  from {
    opacity: 1; }
  to {
    opacity: .1; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important; }
  .post-list__content,
  .post-list__table,
  .app__content {
    display: block; }
  a:not(.mention-link),
  a:not(.mention-link):visited {
    text-decoration: underline; }
  a[href^=http]:after {
    content: " <" attr(href) "> "; }
  tr,
  img,
  pre,
  blockquote,
  code,
  .post,
  .date-separator {
    page-break-inside: avoid; }
  .post__header {
    page-break-after: avoid; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  #sidebar-left,
  #sidebar-right,
  #channel-header,
  #post-create,
  #post-list .more-messages-text,
  .post .post__header .col__reply,
  .post .post__content > div.post__img,
  .attachment__content,
  .post__body .img-div,
  .post-image__thumbnail,
  .post.post--system,
  #archive-link-home,
  .channel-intro {
    display: none; }
  #post-list,
  #channel_view,
  #post-list .post-list-holder-by-time {
    overflow: visible;
    overflow-y: visible; }
  #app-content {
    margin-left: 0; }
  #channel_view .inner-wrap.move--left,
  #channel_view .inner-wrap.webrtc--show {
    margin-right: 0; }
  .post-image__columns > div:first-child:before {
    content: 'Attachments:';
    display: block;
    font-weight: bold; }
  .post-image__column {
    width: inherit;
    display: inline;
    height: inherit;
    background: transparent;
    border-color: transparent;
    border: 0 none; }
  .post-image__details {
    width: 100%;
    border: 0 none;
    line-height: 98px; }
    .post-image__details .post-image__name:before {
      content: '['; }
    .post-image__details .post-image__name:after {
      content: ": " attr(href) "]"; }
    .post-image__details .post-image__name + div {
      display: none; }
  .date-separator .separator__hr,
  .new-separator .separator__hr {
    top: 1.7em; } }

.user-settings {
  min-height: 300px; }
  .user-settings .table-responsive {
    max-height: 300px;
    max-width: 560px; }
  .user-settings .authorized-apps__help {
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px; }
  .user-settings .authorized-apps__wrapper {
    padding: 10px 0; }
  .user-settings .authorized-app {
    display: inline-block;
    width: 100%; }
    .user-settings .authorized-app:not(:last-child) {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
    .user-settings .authorized-app .authorized-app__name {
      font-weight: 600; }
    .user-settings .authorized-app .authorized-app__url {
      font-size: 13px;
      font-weight: 400; }
    .user-settings .authorized-app .authorized-app__description,
    .user-settings .authorized-app .authorized-app__deauthorize {
      font-size: 13px;
      margin: 5px 0; }

.modal .settings-modal {
  width: 800px; }
  .modal .settings-modal .modal-back {
    font-size: 27px;
    font-weight: normal;
    height: 40px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 50px; }
    .modal .settings-modal .modal-back .fa {
      height: 100%;
      left: 0;
      line-height: inherit;
      position: absolute;
      width: 100%; }
  .modal .settings-modal .modal-body {
    margin: 0 auto;
    min-height: calc(100% - 62px);
    padding: 0; }
  .modal .settings-modal li {
    list-style: none; }
  .modal .settings-modal label {
    font-weight: 600; }
    .modal .settings-modal label.has-error {
      font-weight: normal; }
  .modal .settings-modal .no-padding--left {
    padding-left: 0; }
  .modal .settings-modal .profile-img {
    height: 128px;
    width: 128px;
    border-radius: 100%; }
  .modal .settings-modal .team-img {
    height: 128px;
    width: 128px; }
  .modal .settings-modal .profile-img-preview {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 100%;
    height: 128px;
    width: 128px; }
  .modal .settings-modal .team-img-preview {
    background-position: 50% 50%;
    background-size: cover;
    height: 128px;
    width: 128px; }
  .modal .settings-modal .settings-table {
    display: table;
    margin: 0 auto;
    max-width: 1000px;
    table-layout: fixed;
    width: 100%; }
    .modal .settings-modal .settings-table > div {
      display: table-cell;
      vertical-align: top; }
    .modal .settings-modal .settings-table .nav {
      position: fixed;
      width: 179px; }
      .modal .settings-modal .settings-table .nav.position--top {
        top: 57px; }
    .modal .settings-modal .settings-table .security-links {
      margin-right: 20px; }
      .modal .settings-modal .settings-table .security-links .fa {
        margin-right: 6px; }
    .modal .settings-modal .settings-table .settings-links {
      width: 180px; }
    .modal .settings-modal .settings-table .settings-content {
      padding: 0 20px 30px; }
      .modal .settings-modal .settings-table .settings-content .modal-header {
        display: none; }
      .modal .settings-modal .settings-table .settings-content .section-min {
        padding: 1em 0;
        margin-bottom: 0;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        *zoom: 1; }
        .modal .settings-modal .settings-table .settings-content .section-min:hover {
          background: #f9f9f9; }
        .modal .settings-modal .settings-table .settings-content .section-min:hover .fa {
          display: inline-block; }
        .modal .settings-modal .settings-table .settings-content .section-min:hover .section-edit {
          text-decoration: underline; }
      .modal .settings-modal .settings-table .settings-content .section-max {
        overflow: hidden;
        *zoom: 1;
        background: rgba(0, 0, 0, 0.05);
        margin-bottom: 0;
        padding: 1em 0 1.3em; }
        .modal .settings-modal .settings-table .settings-content .section-max .section-title {
          margin-bottom: 10px; }
      .modal .settings-modal .settings-table .settings-content .timezone-container {
        overflow: visible;
        display: table;
        width: 100%; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .theme-group .input-group-addon {
        padding: 4px 5px;
        width: 40px; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .theme-group img {
        border: 1px solid rgba(0, 0, 0, 0.15);
        width: 29px; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .group--code select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        appearance: none;
        padding-right: 25px; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .group--code:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\F0D7';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        pointer-events: none;
        position: absolute;
        right: 50px;
        text-rendering: auto;
        top: 11px;
        z-index: 5; }
        .browser--ie .modal .settings-modal .settings-table .settings-content .appearance-section .group--code:before {
          display: none; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .premade-themes {
        margin-bottom: 10px; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .premade-themes .theme-label {
          font-weight: 400;
          margin-top: 5px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .premade-themes img {
          border: 3px solid transparent; }
          .modal .settings-modal .settings-table .settings-content .appearance-section .premade-themes img:hover {
            cursor: pointer; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .premade-themes .active img {
          border-color: #2389d7; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements {
        padding-left: 15px; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements .element {
          margin-right: 10px; }
          .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements .element:nth-child(2n) {
            margin-right: 0; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__header {
        border-bottom: 1px solid;
        cursor: pointer;
        font-size: 0.96429em;
        font-weight: 600;
        margin: 10px 20px 0 0;
        padding: 1px 0 10px; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__header .fa-minus {
          display: none; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__header.open .fa-minus {
          display: inline-block; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__header.open .fa-plus {
          display: none; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__header .header__icon {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5;
          float: right; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__body {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        -o-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        *zoom: 1;
        background-color: rgba(255, 255, 255, 0.05);
        display: none;
        margin: 0 20px 0 0;
        padding: 20px 0 0 20px; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__body:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          overflow: hidden;
          visibility: hidden; }
        .modal .settings-modal .settings-table .settings-content .appearance-section .theme-elements__body.open {
          display: block; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .custom-label {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .input-group-addon {
        background: transparent; }
      .modal .settings-modal .settings-table .settings-content .appearance-section .radio label {
        font-weight: 600; }
      .modal .settings-modal .settings-table .settings-content .section-title {
        font-weight: 600;
        margin-bottom: 5px;
        padding-right: 50px; }
      .modal .settings-modal .settings-table .settings-content .section-edit {
        margin-bottom: 5px;
        text-align: right; }
        .modal .settings-modal .settings-table .settings-content .section-edit .fa {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5;
          display: none;
          font-size: 12px;
          margin-right: 5px; }
          .modal .settings-modal .settings-table .settings-content .section-edit .fa.fa-chevron-down {
            margin-right: 0;
            position: relative;
            top: -1px; }
      .modal .settings-modal .settings-table .settings-content .section-describe {
        overflow: hidden;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        text-overflow: ellipsis;
        white-space: pre; }
      .modal .settings-modal .settings-table .settings-content .divider-dark {
        border-bottom: 1px solid #aaa; }
      .modal .settings-modal .settings-table .settings-content .divider-light {
        border-bottom: 1px solid lightgrey; }
        .modal .settings-modal .settings-table .settings-content .divider-light + .divider-light {
          display: none; }
        .modal .settings-modal .settings-table .settings-content .divider-light + .divider-dark {
          display: none; }
      .modal .settings-modal .settings-table .settings-content .setting-list {
        list-style-type: none;
        padding: 0; }
      .modal .settings-modal .settings-table .settings-content .setting-box__item:first-child {
        padding-top: 3px; }
      .modal .settings-modal .settings-table .settings-content .setting-box__item:last-child hr {
        display: none; }
      .modal .settings-modal .settings-table .settings-content .setting-box__token-id {
        margin: 4px 0; }
      .modal .settings-modal .settings-table .settings-content .setting-box__inline-error {
        margin-left: 5px; }
      .modal .settings-modal .settings-table .settings-content .setting-list__hint {
        margin-top: 20px; }
      .modal .settings-modal .settings-table .settings-content .mentions-input {
        margin-top: 10px; }
      .modal .settings-modal .settings-table .settings-content .setting-list-item {
        margin-top: 7px; }
      .modal .settings-modal .settings-table .settings-content .has-error {
        color: #a94442; }
      .modal .settings-modal .settings-table .settings-content .file-status {
        color: #555;
        font-size: 13px;
        margin-top: 8px; }
      .modal .settings-modal .settings-table .settings-content .confirm-import {
        margin: 10px 0;
        padding: 4px 10px; }

.modal .nav-pills > li {
  margin: 0; }
  .modal .nav-pills > li button {
    border-radius: 0;
    color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 8px 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .modal .nav-pills > li .icon {
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
    top: 2px;
    width: 14px; }
  .modal .nav-pills > li:hover button {
    background-color: rgba(0, 0, 0, 0.1); }
  .modal .nav-pills > li.active div {
    background-color: #e1e1e1;
    color: #111; }
    .modal .nav-pills > li.active div:before {
      background: #000000;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 5px; }
  .modal .nav-pills > li.active button,
  .modal .nav-pills > li.active button:hover,
  .modal .nav-pills > li.active button:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-weight: 400;
    position: relative; }

.modal h3 {
  font-size: 1.42857em; }

.channel-settings {
  padding: 0 10px; }

.tab-header {
  margin-bottom: 1em; }

.setting-name {
  color: grey;
  font-weight: 500; }

.sel-btn {
  margin-right: 5px; }

.member-div {
  border-bottom: 1px solid lightgrey;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%; }
  .member-div:first-child {
    border-top: 1px solid lightgrey; }
  .member-div .post-profile-img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-right: 8px; }

.member-role .fa,
.member-drop .fa {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  margin-right: 5px; }

.member-role .member-menu,
.member-drop .member-menu {
  right: 110%;
  top: -50%; }

.member-invite {
  position: absolute;
  right: 10px;
  top: 7px; }

.member-menu {
  left: auto;
  right: 0; }

.member-list {
  overflow-x: visible;
  width: 100%; }

.member-page {
  padding-top: 50px; }

.active-border {
  border: 1px solid red; }

.color-btn {
  margin: 4px; }

.no-resize {
  resize: none; }

.user-settings__submit-checkbox {
  padding-top: 0px;
  padding-bottom: 20px; }

.app__body .modal .shortcuts-modal {
  margin-top: 50px;
  width: 1100px; }
  .app__body .modal .shortcuts-modal .shortcuts-content .modal-header {
    background: transparent;
    border: none;
    color: inherit;
    padding: 20px 40px 20px; }
    .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .close {
      color: inherit;
      font-size: 28px;
      font-weight: normal;
      overflow: hidden;
      right: 35px;
      top: 35px; }
    .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .modal-title {
      color: inherit;
      font-size: 20px; }
      .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .modal-title > div:first-child {
        margin-bottom: 2.5em; }
      .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .modal-title .shortcut-line {
        margin: 17px 0; }
        .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .modal-title .shortcut-line span:first-child {
          margin-right: 5px; }
        .app__body .modal .shortcuts-modal .shortcuts-content .modal-header .modal-title .shortcut-line .shortcut-key {
          border-radius: 3px;
          font-size: .9em;
          font-weight: 500;
          margin: 5px 0 5px 5px;
          padding: 1px 5px; }
  .app__body .modal .shortcuts-modal .modal-body {
    max-height: calc(100vh - 67px);
    padding: 0 40px 20px; }
  .app__body .modal .shortcuts-modal .section > div:first-child {
    margin-bottom: 2.5em; }
  .app__body .modal .shortcuts-modal .section .shortcut-line {
    margin: 17px 0; }
    .app__body .modal .shortcuts-modal .section .shortcut-line span:first-child {
      margin-right: 5px; }
    .app__body .modal .shortcuts-modal .section .shortcut-line .shortcut-key {
      border-radius: 3px;
      font-size: 12px;
      font-weight: 500;
      margin: 5px 0 5px 5px;
      padding: 1px 5px; }
  .app__body .modal .shortcuts-modal .section-title {
    font-size: 18px;
    margin: 1.5em 0; }
  .app__body .modal .shortcuts-modal .subsection {
    border-left: 2px solid;
    padding-left: 15px; }
  .app__body .modal .shortcuts-modal .info__label {
    margin: 35px 0 10px;
    text-align: center; }

.signup-header {
  background: whitesmoke;
  line-height: 33px;
  padding: 0 1em 0.2em;
  width: 100%; }
  .signup-header .fa {
    margin-right: 5px; }

.signup-team__wrapper {
  overflow: auto;
  height: 100vh;
  background: #f9f9fa; }

.signup-header-title {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center; }

.signup-team__container {
  margin: 0 auto;
  max-width: 480px;
  padding: 100px 0 50px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  border-radius: 4px; }
  .signup-team__container.branded {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 900px; }
    .signup-team__container.branded .signup__markdown {
      -webkit-flex: 1.3 0 0;
      flex: 1.3 0 0;
      padding-right: 80px; }
      .signup-team__container.branded .signup__markdown img {
        max-width: 450px; }
      .signup-team__container.branded .signup__markdown p {
        color: gray; }
    .signup-team__container.branded .signup__content {
      -webkit-flex: 1 0 0;
      flex: 1 0 0; }
  .signup-team__container.padding--less {
    padding: 40px; }
  .signup-team__container .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .signup-team__container h1,
  .signup-team__container h2,
  .signup-team__container h3,
  .signup-team__container h4,
  .signup-team__container h5,
  .signup-team__container h6,
  .signup-team__container p {
    line-height: 1.3; }
  .signup-team__container h1 {
    font-weight: 600; }
  .signup-team__container h2 {
    font-size: 2.14286em;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0.8em; }
  .signup-team__container h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 1.3em; }
  .signup-team__container h4 {
    font-size: 1.42857em;
    font-weight: 600;
    margin-bottom: 1em; }
  .signup-team__container h5 {
    font-size: 1.14286em; }
  .signup-team__container hr {
    margin: 2em 0; }
  .signup-team__container p {
    color: #555555;
    line-height: 1.5;
    margin-bottom: 1em; }
  .signup-team__container .input-group.input-group--limit {
    table-layout: fixed;
    width: 100%; }
    .signup-team__container .input-group.input-group--limit .tooltip-inner {
      word-wrap: break-word; }
    .signup-team__container .input-group.input-group--limit .form-control {
      display: table-cell;
      text-align: left;
      width: 100%; }
    .signup-team__container .input-group.input-group--limit .input-group-addon {
      display: table-cell;
      overflow: hidden;
      text-align: left;
      text-overflow: ellipsis;
      width: 50%; }
  .signup-team__container .inner__content {
    margin: 30px 0 20px; }
    .signup-team__container .inner__content label {
      color: #38373b;
      font-family: Manrope;
      font-size: 12px;
      font-weight: 800;
      line-height: 18px;
      letter-spacing: 0em; }
  .signup-team__container .block--gray {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2;
    display: inline-block;
    font-weight: 600;
    padding: 0.85em 1.2em; }
  .signup-team__container form {
    margin-bottom: 0.8em; }
  .signup-team__container .signup-team-confirm__container {
    padding: 100px 0; }
  .signup-team__container .signup-team-logo {
    display: none;
    margin: 0 0 2em;
    width: 210px; }
  .signup-team__container .signup-team-login {
    font-weight: 600;
    padding-bottom: 10px; }
  .signup-team__container .signup-team__name {
    font-size: 2.2em;
    font-weight: 600;
    margin: 0.5em 0 0; }
  .signup-team__container .signup-team__subdomain {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0.2em 0 1.2em;
    text-transform: uppercase; }
  .signup-team__container .form-control {
    height: 2.71429em; }
  .signup-team__container .or__container {
    background: #dddddd;
    height: 1px;
    margin: 2em 0;
    margin: 2.5em 0 2.5em -1rem;
    text-align: left; }
    .signup-team__container .or__container span {
      background: #ffffff;
      display: inline-block;
      font-size: 1.14286em;
      font-weight: 600;
      line-height: 20px;
      position: relative;
      text-align: center;
      top: -10px;
      width: 40px; }
  .signup-team__container ul {
    margin-bottom: 0;
    padding-left: 18px; }
  .signup-team__container .btn {
    font-size: 1em;
    font-weight: 600;
    margin-right: 5px;
    padding: 0.5em 1.07143em; }
    .signup-team__container .btn .fa {
      font-size: 17px;
      margin-right: 8px; }
      .signup-team__container .btn .fa.fa--margin-top {
        position: relative;
        top: 2px; }
    .signup-team__container .btn .icon {
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      display: inline-block;
      height: 18px;
      margin-right: 8px;
      position: relative;
      text-align: center;
      top: -1px;
      width: 18px; }
    .signup-team__container .btn.btn-custom-login {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      color: #ffffff;
      display: block;
      height: 40px;
      line-height: 36px;
      margin: 1em 0;
      min-width: 200px;
      padding: 0 1em 0 2em;
      text-align: left;
      width: 200px; }
      .signup-team__container .btn.btn-custom-login > span {
        position: relative;
        top: 11px;
        vertical-align: top; }
        .signup-team__container .btn.btn-custom-login > span > span {
          display: inline-block;
          line-height: normal;
          vertical-align: top; }
      .signup-team__container .btn.btn-custom-login.gitlab {
        background: #554488; }
        .signup-team__container .btn.btn-custom-login.gitlab:hover {
          background: #403366; }
        .signup-team__container .btn.btn-custom-login.gitlab .icon {
          background-image: url(/static/media/gitlabLogo.eefe2323.png); }
      .signup-team__container .btn.btn-custom-login.google {
        background: #dd4b39; }
        .signup-team__container .btn.btn-custom-login.google:hover {
          background: #c23321; }
        .signup-team__container .btn.btn-custom-login.google .icon {
          background-image: url(/static/media/googleLogo.4ebc9b2c.png); }
      .signup-team__container .btn.btn-custom-login.office365 {
        background: #0079d6; }
        .signup-team__container .btn.btn-custom-login.office365:hover {
          background: #005ca3; }
        .signup-team__container .btn.btn-custom-login.office365 .icon {
          background-image: url(/static/media/office365Logo.6aebc8a4.png); }
      .signup-team__container .btn.btn-custom-login.ldap {
        background: #3aa1cf; }
        .signup-team__container .btn.btn-custom-login.ldap:hover {
          background: #2a84ac; }
      .signup-team__container .btn.btn-custom-login.email {
        background: #2389d7; }
        .signup-team__container .btn.btn-custom-login.email:hover {
          background: #1c6dab; }
      .signup-team__container .btn.btn-custom-login.saml {
        background: #34a28b; }
        .signup-team__container .btn.btn-custom-login.saml:hover {
          background: #287b6a; }
      .signup-team__container .btn.btn-custom-login.btn--full {
        max-width: 350px;
        padding-left: 35px;
        text-align: left;
        width: 100%; }
      .signup-team__container .btn.btn-custom-login.btn--large {
        width: 300px; }
    .signup-team__container .btn.btn-default {
      color: #444444; }
    .signup-team__container .btn .fa {
      position: relative; }
      .signup-team__container .btn .fa.fa-check, .signup-team__container .btn .fa.fa-refresh {
        font-size: 0.9em;
        left: -2px;
        margin-right: 0.5em; }
      .signup-team__container .btn .fa.fa-chevron-right {
        font-size: 0.8em;
        right: -5px;
        top: 0; }
      .signup-team__container .btn .fa.fa-chevron-left {
        font-size: 0.8em;
        left: -2px;
        top: 0px; }
  .signup-team__container .has-error .control-label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 14px;
    font-weight: normal;
    margin: 1em 0 0;
    padding: 0.7em 1em;
    width: 100%; }
    .signup-team__container .has-error .control-label:before {
      content: '\F071';
      margin-right: 4px; }
  .signup-team__container .reset-form {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.95em;
    position: relative; }
    .signup-team__container .reset-form p {
      color: inherit; }
  .signup-team__container h1.margin--top-none,
  .signup-team__container h2.margin--top-none,
  .signup-team__container h3.margin--top-none,
  .signup-team__container h4.margin--top-none,
  .signup-team__container h5.margin--top-none,
  .signup-team__container h6.margin--top-none {
    margin-top: 0; }
  .signup-team__container h1.margin--bottom-none,
  .signup-team__container h2.margin--bottom-none,
  .signup-team__container h3.margin--bottom-none,
  .signup-team__container h4.margin--bottom-none,
  .signup-team__container h5.margin--bottom-none,
  .signup-team__container h6.margin--bottom-none {
    margin-bottom: 0; }
  .signup-team__container h1.margin--less,
  .signup-team__container h2.margin--less,
  .signup-team__container h3.margin--less,
  .signup-team__container h4.margin--less,
  .signup-team__container h5.margin--less,
  .signup-team__container h6.margin--less {
    margin-bottom: 0.3em; }
  .signup-team__container h1.sub-heading,
  .signup-team__container h2.sub-heading,
  .signup-team__container h3.sub-heading,
  .signup-team__container h4.sub-heading,
  .signup-team__container h5.sub-heading,
  .signup-team__container h6.sub-heading {
    font-weight: 400;
    margin-bottom: 0; }
  .signup-team__container h1.color--light,
  .signup-team__container h2.color--light,
  .signup-team__container h3.color--light,
  .signup-team__container h4.color--light,
  .signup-team__container h5.color--light,
  .signup-team__container h6.color--light {
    font-weight: 300; }
  .signup-team__container p.margin--extra {
    margin-bottom: 1.5em; }
  .signup-team__container p.margin--less {
    margin-bottom: 0.3em; }
  .signup-team__container p .black, .signup-team__container p.black {
    color: #000000; }
  .signup-team__container .color--light {
    color: #777777; }
  .signup-team__container .margin--extra {
    margin-top: 2.5em; }
  .signup-team__container .margin--extra-2x {
    margin-top: 5em; }

.signup-team-all {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  margin: 0 0 20px; }
  .signup-team-all .signup-team-dir {
    *zoom: 1;
    background: #fafafa;
    border-top: 1px solid #d5d5d5;
    position: relative; }
    .signup-team-all .signup-team-dir:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    .signup-team-all .signup-team-dir:first-child {
      border: none; }
    .signup-team-all .signup-team-dir .tooltip {
      margin: 10px 0 0 14px; }
    .signup-team-all .signup-team-dir .icon {
      cursor: pointer;
      float: left;
      margin: 16px 7px 0 15px;
      opacity: 0.45; }
      .signup-team-all .signup-team-dir .icon svg {
        height: 20px;
        width: 20px; }
    .signup-team-all .signup-team-dir a {
      color: inherit;
      display: block;
      font-size: 1.1em;
      height: 3.5em;
      line-height: 3.6em;
      padding: 0 15px; }
  .signup-team-all .signup-team-dir-err {
    background: #fafafa;
    border-top: 1px solid #d5d5d5;
    color: inherit;
    padding: 5px 15px; }
    .signup-team-all .signup-team-dir-err:first-child {
      border: none; }
  .signup-team-all .signup-team-dir__name {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px); }
  .signup-team-all .signup-team__icon {
    color: rgba(0, 0, 0, 0.5);
    float: right;
    font-size: 1.5em;
    line-height: 25px;
    position: relative;
    top: 0.66em; }
    .signup-team-all .signup-team__icon.fa-spin {
      font-size: 0.9em;
      right: -2px;
      top: 16px; }
    .signup-team-all .signup-team__icon.fa-info-circle {
      float: left;
      line-height: 1.5em;
      margin-right: 0.3em;
      padding-left: 0.5em;
      font-size: 1.5em;
      top: 11px; }

.authorize-box {
  border: 1px solid #000000;
  height: 280px;
  margin: 100px auto;
  width: 500px; }

.authorize-inner {
  padding: 20px; }

.authorize-btn {
  margin-right: 6px; }

.verify_panel {
  margin: 60px auto auto;
  max-width: 380px; }

.password-confirm-error {
  font-family: Manrope;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #cc2f31; }

.back-to-login-txt {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center; }

.back-to-login {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px; }

.reset-password-header {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #38373b; }

.signup-footer {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0; }
  .signup-footer img {
    display: block;
    margin: auto; }

.team_statistics .total-count {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1em 0;
  text-align: center;
  width: 100%; }
  .team_statistics .total-count .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    text-align: left; }
    .team_statistics .total-count .title span {
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: calc(100% - 20px); }
    .team_statistics .total-count .title .fa {
      color: #555555;
      float: right;
      font-size: 16px;
      margin: 0; }
  .team_statistics .total-count .content {
    color: #555555;
    font-size: 30px;
    font-weight: 600;
    overflow: auto;
    padding: .3em 0 .35em; }

.team_statistics .total-count--day {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  clear: both;
  height: 275px;
  margin: 10px;
  padding: 5px 10px 10px;
  width: 760px; }
  .team_statistics .total-count--day > div {
    font-size: 18px;
    font-weight: 300; }

.team_statistics .recent-active-users table {
  table-layout: fixed;
  width: 100%; }

.team_statistics .recent-active-users .content {
  max-height: 400px;
  overflow: auto;
  padding: 0; }

.team_statistics .recent-active-users tr:first-child td {
  border-top: none; }

.team_statistics .recent-active-users tr td {
  overflow: hidden;
  *zoom: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-weight: 400;
  padding: 5px 5px 6px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .team_statistics .recent-active-users tr td:first-child {
    border-left: none; }

.team_statistics .team-statistics__header-row {
  display: flex;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.team_statistics .team-statistics__header {
  display: inline-block;
  flex: 1;
  margin-right: 15px;
  overflow: hidden;
  padding-bottom: .5em; }
  .team_statistics .team-statistics__header > h3 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.team_statistics .team-statistics__team-filter {
  display: inline-block;
  width: 200px; }

.alert {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 8px 12px; }

.alert--confirm {
  display: inline-block;
  float: left;
  margin: 1px 0 0 10px;
  padding: 4px 10px; }

button.style--none {
  background: transparent;
  border: none;
  padding: 0; }
  button.style--none:focus {
    outline: 0; }
  button.style--none.btn {
    padding: 6px 12px; }
  button.style--none.btn--block {
    text-align: left;
    width: 100%; }

.btn {
  -webkit-transition: all 0.15s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in false;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  .btn.btn-primary {
    background: #2389d7;
    border-color: transparent; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #1c6dab; }
  .btn.btn-default {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background: rgba(0, 0, 0, 0.8);
      color: #ffffff; }
  .btn.btn-danger {
    color: #ffffff; }
    .app__body .btn.btn-danger {
      color: #ffffff; }
      .app__body .btn.btn-danger:hover, .app__body .btn.btn-danger:focus, .app__body .btn.btn-danger:active {
        color: #ffffff; }
    .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
      color: #ffffff; }
  .btn.btn-inactive {
    background: rgba(0, 0, 0, 0.15);
    border-color: transparent;
    color: #ffffff; }
  .btn .fa-refresh {
    margin-right: 4px; }
  .btn.btn-link:active, .btn.btn-link:focus {
    outline: none; }

.dropdown-menu {
  border-radius: 1px; }
  .dropdown-menu.colorpicker {
    min-width: 125px;
    z-index: 2500; }
  .dropdown-menu .fa {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    margin-right: 5px; }
  .dropdown-menu .divider {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    opacity: 0.15; }
    .dropdown-menu .divider + .divider {
      display: none; }
    .dropdown-menu .divider:last-child {
      display: none; }
  .dropdown-menu div > a,
  .dropdown-menu li > a {
    color: inherit;
    padding: 5px 16px;
    text-decoration: none; }
    .dropdown-menu div > a:focus, .dropdown-menu div > a:hover,
    .dropdown-menu li > a:focus,
    .dropdown-menu li > a:hover {
      color: inherit; }
  .dropdown-menu > li > button {
    clear: both;
    color: inherit;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.42857143;
    padding: 5px 15px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.open > .dropdown-menu__content {
  display: block; }
  .open > .dropdown-menu__content > .dropdown-menu {
    display: block; }

.dropdown-menu__content {
  display: none; }

#channelHeaderDropdownMenu {
  left: unset;
  right: 0; }

.reacticon {
  display: inline-block;
  fill: inherit;
  opacity: .7;
  position: relative;
  top: 2px;
  vertical-align: middle;
  visibility: hidden; }

.emoticon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 21px;
  min-height: 1em;
  min-width: 1em;
  vertical-align: middle;
  width: 21px; }

.emoticon-suggestion {
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  width: 100%; }
  .emoticon-suggestion > div:first-child {
    text-align: center;
    width: 30px; }

.emoticon-suggestion__image {
  margin-top: -2px;
  max-height: 20px;
  max-width: 20px;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

.emoji-picker {
  overflow: hidden;
  *zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  height: 362px;
  margin-right: 3px;
  position: absolute;
  width: 278px;
  z-index: 10; }
  .app__content .emoji-picker {
    margin-right: 0; }
  .emoji-picker.bottom {
    margin-top: 10px; }

.emoji-picker__categories {
  flex-grow: 0;
  flex-shrink: 0; }
  .emoji-picker__categories .emoji-picker__category {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    margin: 3px 6px;
    text-align: center;
    width: 15px; }
    .emoji-picker__categories .emoji-picker__category--selected, .emoji-picker__categories .emoji-picker__category:hover {
      color: #666666; }
    .emoji-picker__categories .emoji-picker__category.disable {
      pointer-events: none; }

.emoji-picker__search-container {
  position: relative;
  border-top-style: solid;
  border-top-width: 1px; }
  .emoji-picker__search-container .emoji-picker__search-icon {
    padding-left: 6px;
    padding-top: 6px;
    position: absolute;
    font-size: 13px; }
  .emoji-picker__search-container .emoji-picker__search {
    border-width: 0px;
    padding: 2px 0 2px 25px;
    width: 100%;
    height: 25px;
    font-size: 12px; }
    .emoji-picker__search-container .emoji-picker__search:focus {
      outline: none; }

.emoji-picker__items {
  border-top-style: solid;
  border-top-width: 1px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 8px 8px 8px;
  position: relative;
  width: 100%; }
  .emoji-picker__items .emoji-picker__container {
    min-height: 100%;
    position: relative;
    width: 100%; }
  .emoji-picker__items .emoji-picker__category-header {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 3px;
    padding-top: 3px; }
  .emoji-picker__items .emoji-picker__preview_sprite {
    display: inline-block;
    height: 45px;
    margin: 3px;
    padding: 3px;
    vertical-align: top; }
  .emoji-picker__items .emoji-picker-items__container .emoji-picker__item {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 2px;
    position: relative;
    vertical-align: middle;
    width: 26px; }
    .emoji-picker__items .emoji-picker-items__container .emoji-picker__item > div {
      text-align: center; }
      .emoji-picker__items .emoji-picker-items__container .emoji-picker__item > div > img {
        left: -21px;
        position: relative;
        top: -21px; }
        .emoji-picker__items .emoji-picker-items__container .emoji-picker__item > div > img.emoji-category--custom {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          height: auto;
          left: auto;
          max-height: 22px;
          max-width: 22px;
          top: auto;
          width: auto; }
  .emoji-picker__items .emoji-picker-items__container > span {
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 21px; }
  .emoji-picker__items .emoji-picker__item-wrapper .emoji-picker__item {
    font-size: 18px;
    height: auto;
    margin: 0 auto;
    max-height: 21px;
    max-width: 21px;
    min-height: 0;
    min-width: 0;
    width: auto; }

.emoji-picker__preview {
  align-items: stretch;
  border-top: 1px solid;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  justify-content: flex-start;
  margin-top: -15px;
  padding: 7px 10px 0;
  position: relative;
  vertical-align: middle;
  width: 278px; }
  .emoji-picker__preview.emoji-picker__preview-placeholder {
    padding: 12px; }
  .emoji-picker__preview > div {
    display: table-cell;
    vertical-align: middle; }
  .emoji-picker__preview .emoji-picker__preview-image-label-box {
    margin-left: 3px; }
    .emoji-picker__preview .emoji-picker__preview-image-label-box .emoji-picker__preview-name {
      font-size: 13px;
      font-weight: bold; }
    .emoji-picker__preview .emoji-picker__preview-image-label-box .emoji-picker__preview-aliases {
      display: block;
      font-size: 12px;
      font-weight: bold; }
  .emoji-picker__preview .emoji-picker__preview-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-height: 36px;
    width: 42px;
    max-width: 42px;
    text-align: center; }
    .emoji-picker__preview .emoji-picker__preview-image-box .sprite-preview {
      border: none;
      display: inline-block;
      height: 36px;
      padding: 0;
      vertical-align: middle;
      width: 36px; }
  .emoji-picker__preview .emoji-picker__preview-image {
    max-height: 36px;
    max-width: 42px; }

.emojisprite-preview {
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 64px;
  max-width: none;
  padding: 0 10px 0 0;
  transform-origin: 0 0;
  width: 64px; }

.emojisprite {
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
  background-repeat: no-repeat;
  border-radius: 18px;
  height: 64px;
  max-width: none;
  width: 64px; }

.emojisprite-loading {
  background-image: none !important;
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
  background-repeat: no-repeat;
  border-radius: 18px;
  cursor: pointer;
  height: 64px;
  max-width: none;
  width: 64px; }

.emoji-category-people-1 {
  background-image: url(/static/media/people-1.8bfa7d9b.png); }

.emoji-263a-fe0f {
  background-position: -0px -0px; }

.emoji-1f601 {
  background-position: -64px -0px; }

.emoji-1f602 {
  background-position: -0px -64px; }

.emoji-1f603 {
  background-position: -64px -64px; }

.emoji-1f604 {
  background-position: -128px -0px; }

.emoji-1f605 {
  background-position: -128px -64px; }

.emoji-1f606 {
  background-position: -0px -128px; }

.emoji-1f607 {
  background-position: -64px -128px; }

.emoji-1f609 {
  background-position: -128px -128px; }

.emoji-1f60a {
  background-position: -192px -0px; }

.emoji-1f60b {
  background-position: -192px -64px; }

.emoji-1f60c {
  background-position: -192px -128px; }

.emoji-1f60d {
  background-position: -0px -192px; }

.emoji-1f60e {
  background-position: -64px -192px; }

.emoji-1f60f {
  background-position: -128px -192px; }

.emoji-1f612 {
  background-position: -192px -192px; }

.emoji-1f614 {
  background-position: -256px -0px; }

.emoji-1f615 {
  background-position: -256px -64px; }

.emoji-1f616 {
  background-position: -256px -128px; }

.emoji-1f617 {
  background-position: -256px -192px; }

.emoji-1f618 {
  background-position: -0px -256px; }

.emoji-1f619 {
  background-position: -64px -256px; }

.emoji-1f61a {
  background-position: -128px -256px; }

.emoji-1f61b {
  background-position: -192px -256px; }

.emoji-1f61c {
  background-position: -256px -256px; }

.emoji-1f61d {
  background-position: -320px -0px; }

.emoji-1f61e {
  background-position: -320px -64px; }

.emoji-1f61f {
  background-position: -320px -128px; }

.emoji-1f620 {
  background-position: -320px -192px; }

.emoji-1f621 {
  background-position: -320px -256px; }

.emoji-1f623 {
  background-position: -0px -320px; }

.emoji-1f624 {
  background-position: -64px -320px; }

.emoji-1f629 {
  background-position: -128px -320px; }

.emoji-1f62b {
  background-position: -192px -320px; }

.emoji-1f641 {
  background-position: -256px -320px; }

.emoji-1f642 {
  background-position: -320px -320px; }

.emoji-1f643 {
  background-position: -384px -0px; }

.emoji-1f911 {
  background-position: -384px -64px; }

.emoji-1f913 {
  background-position: -384px -128px; }

.emoji-1f917 {
  background-position: -384px -192px; }

.emoji-1f920 {
  background-position: -384px -256px; }

.emoji-1f921 {
  background-position: -384px -320px; }

.emoji-1f923 {
  background-position: -0px -384px; }

.emoji-2639-fe0f {
  background-position: -64px -384px; }

.emoji-1f600 {
  background-position: -128px -384px; }

.emoji-category-people-2 {
  background-image: url(/static/media/people-2.57542585.png); }

.emoji-2620-fe0f {
  background-position: -0px -0px; }

.emoji-1f479 {
  background-position: -64px -0px; }

.emoji-1f47a {
  background-position: -0px -64px; }

.emoji-1f47b {
  background-position: -64px -64px; }

.emoji-1f47d {
  background-position: -128px -0px; }

.emoji-1f47e {
  background-position: -128px -64px; }

.emoji-1f47f {
  background-position: -0px -128px; }

.emoji-1f480 {
  background-position: -64px -128px; }

.emoji-1f4a9 {
  background-position: -128px -128px; }

.emoji-1f608 {
  background-position: -192px -0px; }

.emoji-1f610 {
  background-position: -192px -64px; }

.emoji-1f611 {
  background-position: -192px -128px; }

.emoji-1f613 {
  background-position: -0px -192px; }

.emoji-1f622 {
  background-position: -64px -192px; }

.emoji-1f625 {
  background-position: -128px -192px; }

.emoji-1f626 {
  background-position: -192px -192px; }

.emoji-1f627 {
  background-position: -256px -0px; }

.emoji-1f628 {
  background-position: -256px -64px; }

.emoji-1f62a {
  background-position: -256px -128px; }

.emoji-1f62c {
  background-position: -256px -192px; }

.emoji-1f62d {
  background-position: -0px -256px; }

.emoji-1f62e {
  background-position: -64px -256px; }

.emoji-1f62f {
  background-position: -128px -256px; }

.emoji-1f630 {
  background-position: -192px -256px; }

.emoji-1f631 {
  background-position: -256px -256px; }

.emoji-1f632 {
  background-position: -320px -0px; }

.emoji-1f633 {
  background-position: -320px -64px; }

.emoji-1f634 {
  background-position: -320px -128px; }

.emoji-1f635 {
  background-position: -320px -192px; }

.emoji-1f636 {
  background-position: -320px -256px; }

.emoji-1f637 {
  background-position: -0px -320px; }

.emoji-1f638 {
  background-position: -64px -320px; }

.emoji-1f639 {
  background-position: -128px -320px; }

.emoji-1f63a {
  background-position: -192px -320px; }

.emoji-1f644 {
  background-position: -256px -320px; }

.emoji-1f910 {
  background-position: -320px -320px; }

.emoji-1f912 {
  background-position: -384px -0px; }

.emoji-1f914 {
  background-position: -384px -64px; }

.emoji-1f915 {
  background-position: -384px -128px; }

.emoji-1f916 {
  background-position: -384px -192px; }

.emoji-1f922 {
  background-position: -384px -256px; }

.emoji-1f924 {
  background-position: -384px -320px; }

.emoji-1f925 {
  background-position: -0px -384px; }

.emoji-1f927 {
  background-position: -64px -384px; }

.emoji-1f383 {
  background-position: -128px -384px; }

.emoji-category-people-3 {
  background-image: url(/static/media/people-3.c5429f90.png); }

.emoji-270d-fe0f {
  background-position: -0px -0px; }

.emoji-1f443 {
  background-position: -64px -0px; }

.emoji-1f444 {
  background-position: -0px -64px; }

.emoji-1f445 {
  background-position: -64px -64px; }

.emoji-1f446 {
  background-position: -128px -0px; }

.emoji-1f447 {
  background-position: -128px -64px; }

.emoji-1f448 {
  background-position: -0px -128px; }

.emoji-1f449 {
  background-position: -64px -128px; }

.emoji-1f44a {
  background-position: -128px -128px; }

.emoji-1f44b {
  background-position: -192px -0px; }

.emoji-1f44c {
  background-position: -192px -64px; }

.emoji-1f44d {
  background-position: -192px -128px; }

.emoji-1f44e {
  background-position: -0px -192px; }

.emoji-1f44f {
  background-position: -64px -192px; }

.emoji-1f450 {
  background-position: -128px -192px; }

.emoji-1f463 {
  background-position: -192px -192px; }

.emoji-1f484 {
  background-position: -256px -0px; }

.emoji-1f485 {
  background-position: -256px -64px; }

.emoji-1f48b {
  background-position: -256px -128px; }

.emoji-1f48d {
  background-position: -256px -192px; }

.emoji-1f4aa {
  background-position: -0px -256px; }

.emoji-1f590 {
  background-position: -64px -256px; }

.emoji-1f595 {
  background-position: -128px -256px; }

.emoji-1f596 {
  background-position: -192px -256px; }

.emoji-1f63b {
  background-position: -256px -256px; }

.emoji-1f63c {
  background-position: -320px -0px; }

.emoji-1f63d {
  background-position: -320px -64px; }

.emoji-1f63e {
  background-position: -320px -128px; }

.emoji-1f63f {
  background-position: -320px -192px; }

.emoji-1f640 {
  background-position: -320px -256px; }

.emoji-1f64c {
  background-position: -0px -320px; }

.emoji-1f64f {
  background-position: -64px -320px; }

.emoji-1f918 {
  background-position: -128px -320px; }

.emoji-1f919 {
  background-position: -192px -320px; }

.emoji-1f91a {
  background-position: -256px -320px; }

.emoji-1f91b {
  background-position: -320px -320px; }

.emoji-1f91c {
  background-position: -384px -0px; }

.emoji-1f91d {
  background-position: -384px -64px; }

.emoji-1f91e {
  background-position: -384px -128px; }

.emoji-1f933 {
  background-position: -384px -192px; }

.emoji-261d-fe0f {
  background-position: -384px -256px; }

.emoji-270a {
  background-position: -384px -320px; }

.emoji-270b {
  background-position: -0px -384px; }

.emoji-270c-fe0f {
  background-position: -64px -384px; }

.emoji-1f442 {
  background-position: -128px -384px; }

.emoji-category-people-4 {
  background-image: url(/static/media/people-4.e0d5a3e9.png); }

.emoji-1f5e3 {
  background-position: -0px -0px; }

.emoji-1f441 {
  background-position: -64px -0px; }

.emoji-1f464 {
  background-position: -0px -64px; }

.emoji-1f465 {
  background-position: -64px -64px; }

.emoji-1f466 {
  background-position: -128px -0px; }

.emoji-1f467 {
  background-position: -128px -64px; }

.emoji-1f468 {
  background-position: -0px -128px; }

.emoji-1f468-200d-1f33e {
  background-position: -64px -128px; }

.emoji-1f468-200d-1f373 {
  background-position: -128px -128px; }

.emoji-1f468-200d-1f393 {
  background-position: -192px -0px; }

.emoji-1f468-200d-1f3a4 {
  background-position: -192px -64px; }

.emoji-1f468-200d-1f3eb {
  background-position: -192px -128px; }

.emoji-1f468-200d-1f3ed {
  background-position: -0px -192px; }

.emoji-1f468-200d-1f4bb {
  background-position: -64px -192px; }

.emoji-1f468-200d-1f4bc {
  background-position: -128px -192px; }

.emoji-1f468-200d-1f527 {
  background-position: -192px -192px; }

.emoji-1f468-200d-2695-fe0f {
  background-position: -256px -0px; }

.emoji-1f469 {
  background-position: -256px -64px; }

.emoji-1f469-200d-1f33e {
  background-position: -256px -128px; }

.emoji-1f469-200d-1f373 {
  background-position: -256px -192px; }

.emoji-1f469-200d-1f393 {
  background-position: -0px -256px; }

.emoji-1f469-200d-1f3a4 {
  background-position: -64px -256px; }

.emoji-1f469-200d-1f3eb {
  background-position: -128px -256px; }

.emoji-1f469-200d-1f3ed {
  background-position: -192px -256px; }

.emoji-1f469-200d-1f4bb {
  background-position: -256px -256px; }

.emoji-1f469-200d-1f4bc {
  background-position: -320px -0px; }

.emoji-1f469-200d-1f527 {
  background-position: -320px -64px; }

.emoji-1f469-200d-2695-fe0f {
  background-position: -320px -128px; }

.emoji-1f46e {
  background-position: -320px -192px; }

.emoji-1f46e-200d-2640-fe0f {
  background-position: -320px -256px; }

.emoji-1f471 {
  background-position: -0px -320px; }

.emoji-1f471-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f472 {
  background-position: -128px -320px; }

.emoji-1f473 {
  background-position: -192px -320px; }

.emoji-1f473-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-1f474 {
  background-position: -320px -320px; }

.emoji-1f475 {
  background-position: -384px -0px; }

.emoji-1f476 {
  background-position: -384px -64px; }

.emoji-1f477 {
  background-position: -384px -128px; }

.emoji-1f477-200d-2640-fe0f {
  background-position: -384px -192px; }

.emoji-1f482 {
  background-position: -384px -256px; }

.emoji-1f482-200d-2640-fe0f {
  background-position: -384px -320px; }

.emoji-1f575-fe0f {
  background-position: -0px -384px; }

.emoji-1f575-fe0f-200d-2640-fe0f {
  background-position: -64px -384px; }

.emoji-1f440 {
  background-position: -128px -384px; }

.emoji-category-people-5 {
  background-image: url(/static/media/people-5.3120e859.png); }

.emoji-1f937-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f468-200d-1f3a8 {
  background-position: -64px -0px; }

.emoji-1f468-200d-1f52c {
  background-position: -0px -64px; }

.emoji-1f468-200d-1f680 {
  background-position: -64px -64px; }

.emoji-1f468-200d-1f692 {
  background-position: -128px -0px; }

.emoji-1f468-200d-2696-fe0f {
  background-position: -128px -64px; }

.emoji-1f468-200d-2708-fe0f {
  background-position: -0px -128px; }

.emoji-1f469-200d-1f3a8 {
  background-position: -64px -128px; }

.emoji-1f469-200d-1f52c {
  background-position: -128px -128px; }

.emoji-1f469-200d-1f680 {
  background-position: -192px -0px; }

.emoji-1f469-200d-1f692 {
  background-position: -192px -64px; }

.emoji-1f469-200d-2696-fe0f {
  background-position: -192px -128px; }

.emoji-1f469-200d-2708-fe0f {
  background-position: -0px -192px; }

.emoji-1f470 {
  background-position: -64px -192px; }

.emoji-1f478 {
  background-position: -128px -192px; }

.emoji-1f47c {
  background-position: -192px -192px; }

.emoji-1f481 {
  background-position: -256px -0px; }

.emoji-1f481-200d-2642-fe0f {
  background-position: -256px -64px; }

.emoji-1f483 {
  background-position: -256px -128px; }

.emoji-1f486 {
  background-position: -256px -192px; }

.emoji-1f486-200d-2642-fe0f {
  background-position: -0px -256px; }

.emoji-1f487 {
  background-position: -64px -256px; }

.emoji-1f487-200d-2642-fe0f {
  background-position: -128px -256px; }

.emoji-1f574 {
  background-position: -192px -256px; }

.emoji-1f57a {
  background-position: -256px -256px; }

.emoji-1f645 {
  background-position: -320px -0px; }

.emoji-1f645-200d-2642-fe0f {
  background-position: -320px -64px; }

.emoji-1f646 {
  background-position: -320px -128px; }

.emoji-1f646-200d-2642-fe0f {
  background-position: -320px -192px; }

.emoji-1f647 {
  background-position: -320px -256px; }

.emoji-1f647-200d-2640-fe0f {
  background-position: -0px -320px; }

.emoji-1f64b {
  background-position: -64px -320px; }

.emoji-1f64b-200d-2642-fe0f {
  background-position: -128px -320px; }

.emoji-1f64d {
  background-position: -192px -320px; }

.emoji-1f64d-200d-2642-fe0f {
  background-position: -256px -320px; }

.emoji-1f64e {
  background-position: -320px -320px; }

.emoji-1f64e-200d-2642-fe0f {
  background-position: -384px -0px; }

.emoji-1f926-200d-2640-fe0f {
  background-position: -384px -64px; }

.emoji-1f926-200d-2642-fe0f {
  background-position: -384px -128px; }

.emoji-1f930 {
  background-position: -384px -192px; }

.emoji-1f934 {
  background-position: -384px -256px; }

.emoji-1f935 {
  background-position: -384px -320px; }

.emoji-1f936 {
  background-position: -0px -384px; }

.emoji-1f937-200d-2640-fe0f {
  background-position: -64px -384px; }

.emoji-1f385 {
  background-position: -128px -384px; }

.emoji-category-people-6 {
  background-image: url(/static/media/people-6.59d818aa.png); }

.emoji-1f6b6-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f3c3-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f454 {
  background-position: -0px -64px; }

.emoji-1f455 {
  background-position: -64px -64px; }

.emoji-1f456 {
  background-position: -128px -0px; }

.emoji-1f457 {
  background-position: -128px -64px; }

.emoji-1f45a {
  background-position: -0px -128px; }

.emoji-1f468-200d-1f466 {
  background-position: -64px -128px; }

.emoji-1f468-200d-1f466-200d-1f466 {
  background-position: -128px -128px; }

.emoji-1f468-200d-1f467 {
  background-position: -192px -0px; }

.emoji-1f468-200d-1f467-200d-1f466 {
  background-position: -192px -64px; }

.emoji-1f468-200d-1f467-200d-1f467 {
  background-position: -192px -128px; }

.emoji-1f468-200d-1f468-200d-1f466 {
  background-position: -0px -192px; }

.emoji-1f468-200d-1f468-200d-1f466-200d-1f466 {
  background-position: -64px -192px; }

.emoji-1f468-200d-1f468-200d-1f467 {
  background-position: -128px -192px; }

.emoji-1f468-200d-1f468-200d-1f467-200d-1f466 {
  background-position: -192px -192px; }

.emoji-1f468-200d-1f468-200d-1f467-200d-1f467 {
  background-position: -256px -0px; }

.emoji-1f468-200d-1f469-200d-1f466-200d-1f466 {
  background-position: -256px -64px; }

.emoji-1f468-200d-1f469-200d-1f467 {
  background-position: -256px -128px; }

.emoji-1f468-200d-1f469-200d-1f467-200d-1f466 {
  background-position: -256px -192px; }

.emoji-1f468-200d-1f469-200d-1f467-200d-1f467 {
  background-position: -0px -256px; }

.emoji-1f468-200d-2764-fe0f-200d-1f468 {
  background-position: -64px -256px; }

.emoji-1f468-200d-2764-fe0f-200d-1f48b-200d-1f468 {
  background-position: -128px -256px; }

.emoji-1f469-200d-1f466 {
  background-position: -192px -256px; }

.emoji-1f469-200d-1f466-200d-1f466 {
  background-position: -256px -256px; }

.emoji-1f469-200d-1f467 {
  background-position: -320px -0px; }

.emoji-1f469-200d-1f467-200d-1f466 {
  background-position: -320px -64px; }

.emoji-1f469-200d-1f467-200d-1f467 {
  background-position: -320px -128px; }

.emoji-1f469-200d-1f469-200d-1f466 {
  background-position: -320px -192px; }

.emoji-1f469-200d-1f469-200d-1f466-200d-1f466 {
  background-position: -320px -256px; }

.emoji-1f469-200d-1f469-200d-1f467 {
  background-position: -0px -320px; }

.emoji-1f469-200d-1f469-200d-1f467-200d-1f466 {
  background-position: -64px -320px; }

.emoji-1f469-200d-1f469-200d-1f467-200d-1f467 {
  background-position: -128px -320px; }

.emoji-1f469-200d-2764-fe0f-200d-1f469 {
  background-position: -192px -320px; }

.emoji-1f469-200d-2764-fe0f-200d-1f48b-200d-1f469 {
  background-position: -256px -320px; }

.emoji-1f46a {
  background-position: -320px -320px; }

.emoji-1f46b {
  background-position: -384px -0px; }

.emoji-1f46c {
  background-position: -384px -64px; }

.emoji-1f46d {
  background-position: -384px -128px; }

.emoji-1f46f {
  background-position: -384px -192px; }

.emoji-1f46f-200d-2642-fe0f {
  background-position: -384px -256px; }

.emoji-1f48f {
  background-position: -384px -320px; }

.emoji-1f491 {
  background-position: -0px -384px; }

.emoji-1f6b6 {
  background-position: -64px -384px; }

.emoji-1f3c3 {
  background-position: -128px -384px; }

.emoji-category-people-7 {
  background-image: url(/static/media/people-7.c99cc56a.png); }

.emoji-26d1 {
  background-position: -0px -0px; }

.emoji-1f392 {
  background-position: -64px -0px; }

.emoji-1f393 {
  background-position: -0px -64px; }

.emoji-1f3a9 {
  background-position: -64px -64px; }

.emoji-1f451 {
  background-position: -128px -0px; }

.emoji-1f452 {
  background-position: -128px -64px; }

.emoji-1f453 {
  background-position: -0px -128px; }

.emoji-1f458 {
  background-position: -64px -128px; }

.emoji-1f459 {
  background-position: -128px -128px; }

.emoji-1f45b {
  background-position: -192px -0px; }

.emoji-1f45c {
  background-position: -192px -64px; }

.emoji-1f45d {
  background-position: -192px -128px; }

.emoji-1f45e {
  background-position: -0px -192px; }

.emoji-1f45f {
  background-position: -64px -192px; }

.emoji-1f460 {
  background-position: -128px -192px; }

.emoji-1f461 {
  background-position: -192px -192px; }

.emoji-1f462 {
  background-position: -256px -0px; }

.emoji-1f4bc {
  background-position: -256px -64px; }

.emoji-1f576 {
  background-position: -256px -128px; }

.emoji-2602-fe0f {
  background-position: -256px -192px; }

.emoji-1f302 {
  background-position: -0px -256px; }

.emoji-category-nature-1 {
  background-image: url(/static/media/nature-1.59978f5c.png); }

.emoji-1f98b {
  background-position: -0px -0px; }

.emoji-1f40d {
  background-position: -64px -0px; }

.emoji-1f412 {
  background-position: -0px -64px; }

.emoji-1f414 {
  background-position: -64px -64px; }

.emoji-1f417 {
  background-position: -128px -0px; }

.emoji-1f41a {
  background-position: -128px -64px; }

.emoji-1f41b {
  background-position: -0px -128px; }

.emoji-1f41c {
  background-position: -64px -128px; }

.emoji-1f41d {
  background-position: -128px -128px; }

.emoji-1f41e {
  background-position: -192px -0px; }

.emoji-1f422 {
  background-position: -192px -64px; }

.emoji-1f423 {
  background-position: -192px -128px; }

.emoji-1f424 {
  background-position: -0px -192px; }

.emoji-1f425 {
  background-position: -64px -192px; }

.emoji-1f426 {
  background-position: -128px -192px; }

.emoji-1f427 {
  background-position: -192px -192px; }

.emoji-1f428 {
  background-position: -256px -0px; }

.emoji-1f42d {
  background-position: -256px -64px; }

.emoji-1f42e {
  background-position: -256px -128px; }

.emoji-1f42f {
  background-position: -256px -192px; }

.emoji-1f430 {
  background-position: -0px -256px; }

.emoji-1f431 {
  background-position: -64px -256px; }

.emoji-1f434 {
  background-position: -128px -256px; }

.emoji-1f435 {
  background-position: -192px -256px; }

.emoji-1f436 {
  background-position: -256px -256px; }

.emoji-1f437 {
  background-position: -320px -0px; }

.emoji-1f438 {
  background-position: -320px -64px; }

.emoji-1f439 {
  background-position: -320px -128px; }

.emoji-1f43a {
  background-position: -320px -192px; }

.emoji-1f43b {
  background-position: -320px -256px; }

.emoji-1f43c {
  background-position: -0px -320px; }

.emoji-1f43d {
  background-position: -64px -320px; }

.emoji-1f577 {
  background-position: -128px -320px; }

.emoji-1f578 {
  background-position: -192px -320px; }

.emoji-1f648 {
  background-position: -256px -320px; }

.emoji-1f649 {
  background-position: -320px -320px; }

.emoji-1f64a {
  background-position: -384px -0px; }

.emoji-1f981 {
  background-position: -384px -64px; }

.emoji-1f984 {
  background-position: -384px -128px; }

.emoji-1f985 {
  background-position: -384px -192px; }

.emoji-1f986 {
  background-position: -384px -256px; }

.emoji-1f987 {
  background-position: -384px -320px; }

.emoji-1f989 {
  background-position: -0px -384px; }

.emoji-1f98a {
  background-position: -64px -384px; }

.emoji-1f40c {
  background-position: -128px -384px; }

.emoji-category-nature-2 {
  background-image: url(/static/media/nature-2.48a3ff9e.png); }

.emoji-1f991 {
  background-position: -0px -0px; }

.emoji-1f384 {
  background-position: -64px -0px; }

.emoji-1f400 {
  background-position: -0px -64px; }

.emoji-1f401 {
  background-position: -64px -64px; }

.emoji-1f402 {
  background-position: -128px -0px; }

.emoji-1f403 {
  background-position: -128px -64px; }

.emoji-1f404 {
  background-position: -0px -128px; }

.emoji-1f405 {
  background-position: -64px -128px; }

.emoji-1f406 {
  background-position: -128px -128px; }

.emoji-1f407 {
  background-position: -192px -0px; }

.emoji-1f408 {
  background-position: -192px -64px; }

.emoji-1f409 {
  background-position: -192px -128px; }

.emoji-1f40a {
  background-position: -0px -192px; }

.emoji-1f40b {
  background-position: -64px -192px; }

.emoji-1f40e {
  background-position: -128px -192px; }

.emoji-1f40f {
  background-position: -192px -192px; }

.emoji-1f410 {
  background-position: -256px -0px; }

.emoji-1f411 {
  background-position: -256px -64px; }

.emoji-1f413 {
  background-position: -256px -128px; }

.emoji-1f415 {
  background-position: -256px -192px; }

.emoji-1f416 {
  background-position: -0px -256px; }

.emoji-1f418 {
  background-position: -64px -256px; }

.emoji-1f419 {
  background-position: -128px -256px; }

.emoji-1f41f {
  background-position: -192px -256px; }

.emoji-1f420 {
  background-position: -256px -256px; }

.emoji-1f421 {
  background-position: -320px -0px; }

.emoji-1f429 {
  background-position: -320px -64px; }

.emoji-1f42a {
  background-position: -320px -128px; }

.emoji-1f42b {
  background-position: -320px -192px; }

.emoji-1f42c {
  background-position: -320px -256px; }

.emoji-1f432 {
  background-position: -0px -320px; }

.emoji-1f433 {
  background-position: -64px -320px; }

.emoji-1f43e {
  background-position: -128px -320px; }

.emoji-1f43f {
  background-position: -192px -320px; }

.emoji-1f54a {
  background-position: -256px -320px; }

.emoji-1f980 {
  background-position: -320px -320px; }

.emoji-1f982 {
  background-position: -384px -0px; }

.emoji-1f983 {
  background-position: -384px -64px; }

.emoji-1f988 {
  background-position: -384px -128px; }

.emoji-1f98c {
  background-position: -384px -192px; }

.emoji-1f98d {
  background-position: -384px -256px; }

.emoji-1f98e {
  background-position: -384px -320px; }

.emoji-1f98f {
  background-position: -0px -384px; }

.emoji-1f990 {
  background-position: -64px -384px; }

.emoji-1f335 {
  background-position: -128px -384px; }

.emoji-category-nature-3 {
  background-image: url(/static/media/nature-3.77e9d53b.png); }

.emoji-2b50-fe0f {
  background-position: -0px -0px; }

.emoji-1f30e {
  background-position: -64px -0px; }

.emoji-1f30f {
  background-position: -0px -64px; }

.emoji-1f311 {
  background-position: -64px -64px; }

.emoji-1f312 {
  background-position: -128px -0px; }

.emoji-1f313 {
  background-position: -128px -64px; }

.emoji-1f314 {
  background-position: -0px -128px; }

.emoji-1f315 {
  background-position: -64px -128px; }

.emoji-1f316 {
  background-position: -128px -128px; }

.emoji-1f317 {
  background-position: -192px -0px; }

.emoji-1f318 {
  background-position: -192px -64px; }

.emoji-1f319 {
  background-position: -192px -128px; }

.emoji-1f31a {
  background-position: -0px -192px; }

.emoji-1f31b {
  background-position: -64px -192px; }

.emoji-1f31c {
  background-position: -128px -192px; }

.emoji-1f31d {
  background-position: -192px -192px; }

.emoji-1f31e {
  background-position: -256px -0px; }

.emoji-1f31f {
  background-position: -256px -64px; }

.emoji-1f331 {
  background-position: -256px -128px; }

.emoji-1f332 {
  background-position: -256px -192px; }

.emoji-1f333 {
  background-position: -0px -256px; }

.emoji-1f334 {
  background-position: -64px -256px; }

.emoji-1f337 {
  background-position: -128px -256px; }

.emoji-1f338 {
  background-position: -192px -256px; }

.emoji-1f339 {
  background-position: -256px -256px; }

.emoji-1f33a {
  background-position: -320px -0px; }

.emoji-1f33b {
  background-position: -320px -64px; }

.emoji-1f33c {
  background-position: -320px -128px; }

.emoji-1f33e {
  background-position: -320px -192px; }

.emoji-1f33f {
  background-position: -320px -256px; }

.emoji-1f340 {
  background-position: -0px -320px; }

.emoji-1f341 {
  background-position: -64px -320px; }

.emoji-1f342 {
  background-position: -128px -320px; }

.emoji-1f343 {
  background-position: -192px -320px; }

.emoji-1f344 {
  background-position: -256px -320px; }

.emoji-1f38b {
  background-position: -320px -320px; }

.emoji-1f38d {
  background-position: -384px -0px; }

.emoji-1f490 {
  background-position: -384px -64px; }

.emoji-1f4ab {
  background-position: -384px -128px; }

.emoji-1f525 {
  background-position: -384px -192px; }

.emoji-1f940 {
  background-position: -384px -256px; }

.emoji-2618-fe0f {
  background-position: -384px -320px; }

.emoji-26a1-fe0f {
  background-position: -0px -384px; }

.emoji-2728 {
  background-position: -64px -384px; }

.emoji-1f30d {
  background-position: -128px -384px; }

.emoji-category-nature-4 {
  background-image: url(/static/media/nature-4.1193bfba.png); }

.emoji-2744-fe0f {
  background-position: -0px -0px; }

.emoji-1f30a {
  background-position: -64px -0px; }

.emoji-1f324 {
  background-position: -0px -64px; }

.emoji-1f325 {
  background-position: -64px -64px; }

.emoji-1f326 {
  background-position: -128px -0px; }

.emoji-1f327 {
  background-position: -128px -64px; }

.emoji-1f328 {
  background-position: -0px -128px; }

.emoji-1f329 {
  background-position: -64px -128px; }

.emoji-1f32a {
  background-position: -128px -128px; }

.emoji-1f32b {
  background-position: -192px -0px; }

.emoji-1f32c {
  background-position: -192px -64px; }

.emoji-1f4a5 {
  background-position: -192px -128px; }

.emoji-1f4a6 {
  background-position: -0px -192px; }

.emoji-1f4a7 {
  background-position: -64px -192px; }

.emoji-1f4a8 {
  background-position: -128px -192px; }

.emoji-2600-fe0f {
  background-position: -192px -192px; }

.emoji-2601-fe0f {
  background-position: -256px -0px; }

.emoji-2603-fe0f {
  background-position: -256px -64px; }

.emoji-2604-fe0f {
  background-position: -256px -128px; }

.emoji-2614-fe0f {
  background-position: -256px -192px; }

.emoji-26c4-fe0f {
  background-position: -0px -256px; }

.emoji-26c5-fe0f {
  background-position: -64px -256px; }

.emoji-26c8 {
  background-position: -128px -256px; }

.emoji-1f308 {
  background-position: -192px -256px; }

.emoji-category-foods-1 {
  background-image: url(/static/media/foods-1.1b17ec9c.png); }

.emoji-1f9c0 {
  background-position: -0px -0px; }

.emoji-1f32e {
  background-position: -64px -0px; }

.emoji-1f32f {
  background-position: -0px -64px; }

.emoji-1f330 {
  background-position: -64px -64px; }

.emoji-1f336 {
  background-position: -128px -0px; }

.emoji-1f33d {
  background-position: -128px -64px; }

.emoji-1f345 {
  background-position: -0px -128px; }

.emoji-1f346 {
  background-position: -64px -128px; }

.emoji-1f347 {
  background-position: -128px -128px; }

.emoji-1f348 {
  background-position: -192px -0px; }

.emoji-1f349 {
  background-position: -192px -64px; }

.emoji-1f34a {
  background-position: -192px -128px; }

.emoji-1f34b {
  background-position: -0px -192px; }

.emoji-1f34c {
  background-position: -64px -192px; }

.emoji-1f34d {
  background-position: -128px -192px; }

.emoji-1f34e {
  background-position: -192px -192px; }

.emoji-1f34f {
  background-position: -256px -0px; }

.emoji-1f350 {
  background-position: -256px -64px; }

.emoji-1f351 {
  background-position: -256px -128px; }

.emoji-1f352 {
  background-position: -256px -192px; }

.emoji-1f353 {
  background-position: -0px -256px; }

.emoji-1f354 {
  background-position: -64px -256px; }

.emoji-1f355 {
  background-position: -128px -256px; }

.emoji-1f356 {
  background-position: -192px -256px; }

.emoji-1f357 {
  background-position: -256px -256px; }

.emoji-1f35e {
  background-position: -320px -0px; }

.emoji-1f35f {
  background-position: -320px -64px; }

.emoji-1f360 {
  background-position: -320px -128px; }

.emoji-1f364 {
  background-position: -320px -192px; }

.emoji-1f36f {
  background-position: -320px -256px; }

.emoji-1f373 {
  background-position: -0px -320px; }

.emoji-1f950 {
  background-position: -64px -320px; }

.emoji-1f951 {
  background-position: -128px -320px; }

.emoji-1f952 {
  background-position: -192px -320px; }

.emoji-1f953 {
  background-position: -256px -320px; }

.emoji-1f954 {
  background-position: -320px -320px; }

.emoji-1f955 {
  background-position: -384px -0px; }

.emoji-1f956 {
  background-position: -384px -64px; }

.emoji-1f957 {
  background-position: -384px -128px; }

.emoji-1f959 {
  background-position: -384px -192px; }

.emoji-1f95a {
  background-position: -384px -256px; }

.emoji-1f95c {
  background-position: -384px -320px; }

.emoji-1f95d {
  background-position: -0px -384px; }

.emoji-1f95e {
  background-position: -64px -384px; }

.emoji-1f32d {
  background-position: -128px -384px; }

.emoji-category-foods-2 {
  background-image: url(/static/media/foods-2.1f5f26fd.png); }

.emoji-2615-fe0f {
  background-position: -0px -0px; }

.emoji-1f359 {
  background-position: -64px -0px; }

.emoji-1f35a {
  background-position: -0px -64px; }

.emoji-1f35b {
  background-position: -64px -64px; }

.emoji-1f35c {
  background-position: -128px -0px; }

.emoji-1f35d {
  background-position: -128px -64px; }

.emoji-1f361 {
  background-position: -0px -128px; }

.emoji-1f362 {
  background-position: -64px -128px; }

.emoji-1f363 {
  background-position: -128px -128px; }

.emoji-1f365 {
  background-position: -192px -0px; }

.emoji-1f366 {
  background-position: -192px -64px; }

.emoji-1f367 {
  background-position: -192px -128px; }

.emoji-1f368 {
  background-position: -0px -192px; }

.emoji-1f369 {
  background-position: -64px -192px; }

.emoji-1f36a {
  background-position: -128px -192px; }

.emoji-1f36b {
  background-position: -192px -192px; }

.emoji-1f36c {
  background-position: -256px -0px; }

.emoji-1f36d {
  background-position: -256px -64px; }

.emoji-1f36e {
  background-position: -256px -128px; }

.emoji-1f370 {
  background-position: -256px -192px; }

.emoji-1f371 {
  background-position: -0px -256px; }

.emoji-1f372 {
  background-position: -64px -256px; }

.emoji-1f374 {
  background-position: -128px -256px; }

.emoji-1f375 {
  background-position: -192px -256px; }

.emoji-1f376 {
  background-position: -256px -256px; }

.emoji-1f377 {
  background-position: -320px -0px; }

.emoji-1f378 {
  background-position: -320px -64px; }

.emoji-1f379 {
  background-position: -320px -128px; }

.emoji-1f37a {
  background-position: -320px -192px; }

.emoji-1f37b {
  background-position: -320px -256px; }

.emoji-1f37c {
  background-position: -0px -320px; }

.emoji-1f37d {
  background-position: -64px -320px; }

.emoji-1f37e {
  background-position: -128px -320px; }

.emoji-1f37f {
  background-position: -192px -320px; }

.emoji-1f382 {
  background-position: -256px -320px; }

.emoji-1f942 {
  background-position: -320px -320px; }

.emoji-1f943 {
  background-position: -384px -0px; }

.emoji-1f944 {
  background-position: -384px -64px; }

.emoji-1f958 {
  background-position: -384px -128px; }

.emoji-1f95b {
  background-position: -384px -192px; }

.emoji-1f358 {
  background-position: -384px -256px; }

.emoji-category-activity-1 {
  background-image: url(/static/media/activity-1.05f69778.png); }

.emoji-26f9-fe0f-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f3b1 {
  background-position: -64px -0px; }

.emoji-1f3be {
  background-position: -0px -64px; }

.emoji-1f3bf {
  background-position: -64px -64px; }

.emoji-1f3c0 {
  background-position: -128px -0px; }

.emoji-1f3c2 {
  background-position: -128px -64px; }

.emoji-1f3c4 {
  background-position: -0px -128px; }

.emoji-1f3c4-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f3c7 {
  background-position: -128px -128px; }

.emoji-1f3c8 {
  background-position: -192px -0px; }

.emoji-1f3c9 {
  background-position: -192px -64px; }

.emoji-1f3ca {
  background-position: -192px -128px; }

.emoji-1f3ca-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f3cb-fe0f {
  background-position: -64px -192px; }

.emoji-1f3cb-fe0f-200d-2640-fe0f {
  background-position: -128px -192px; }

.emoji-1f3cc-fe0f {
  background-position: -192px -192px; }

.emoji-1f3cc-fe0f-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f3cf {
  background-position: -256px -64px; }

.emoji-1f3d0 {
  background-position: -256px -128px; }

.emoji-1f3d1 {
  background-position: -256px -192px; }

.emoji-1f3d2 {
  background-position: -0px -256px; }

.emoji-1f3d3 {
  background-position: -64px -256px; }

.emoji-1f3f8 {
  background-position: -128px -256px; }

.emoji-1f3f9 {
  background-position: -192px -256px; }

.emoji-1f6a3 {
  background-position: -256px -256px; }

.emoji-1f6a3-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f938-200d-2640-fe0f {
  background-position: -320px -64px; }

.emoji-1f938-200d-2642-fe0f {
  background-position: -320px -128px; }

.emoji-1f93a {
  background-position: -320px -192px; }

.emoji-1f93c-200d-2640-fe0f {
  background-position: -320px -256px; }

.emoji-1f93c-200d-2642-fe0f {
  background-position: -0px -320px; }

.emoji-1f93d-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f93d-200d-2642-fe0f {
  background-position: -128px -320px; }

.emoji-1f93e-200d-2640-fe0f {
  background-position: -192px -320px; }

.emoji-1f93e-200d-2642-fe0f {
  background-position: -256px -320px; }

.emoji-1f945 {
  background-position: -320px -320px; }

.emoji-1f94a {
  background-position: -384px -0px; }

.emoji-1f94b {
  background-position: -384px -64px; }

.emoji-26bd-fe0f {
  background-position: -384px -128px; }

.emoji-26be-fe0f {
  background-position: -384px -192px; }

.emoji-26f3-fe0f {
  background-position: -384px -256px; }

.emoji-26f7 {
  background-position: -384px -320px; }

.emoji-26f8 {
  background-position: -0px -384px; }

.emoji-26f9-fe0f {
  background-position: -64px -384px; }

.emoji-1f3a3 {
  background-position: -128px -384px; }

.emoji-category-activity-2 {
  background-image: url(/static/media/activity-2.46a66f30.png); }

.emoji-1f949 {
  background-position: -0px -0px; }

.emoji-1f397 {
  background-position: -64px -0px; }

.emoji-1f39f {
  background-position: -0px -64px; }

.emoji-1f3a4 {
  background-position: -64px -64px; }

.emoji-1f3a7 {
  background-position: -128px -0px; }

.emoji-1f3a8 {
  background-position: -128px -64px; }

.emoji-1f3aa {
  background-position: -0px -128px; }

.emoji-1f3ab {
  background-position: -64px -128px; }

.emoji-1f3ac {
  background-position: -128px -128px; }

.emoji-1f3ad {
  background-position: -192px -0px; }

.emoji-1f3ae {
  background-position: -192px -64px; }

.emoji-1f3af {
  background-position: -192px -128px; }

.emoji-1f3b0 {
  background-position: -0px -192px; }

.emoji-1f3b2 {
  background-position: -64px -192px; }

.emoji-1f3b3 {
  background-position: -128px -192px; }

.emoji-1f3b7 {
  background-position: -192px -192px; }

.emoji-1f3b8 {
  background-position: -256px -0px; }

.emoji-1f3b9 {
  background-position: -256px -64px; }

.emoji-1f3ba {
  background-position: -256px -128px; }

.emoji-1f3bb {
  background-position: -256px -192px; }

.emoji-1f3bc {
  background-position: -0px -256px; }

.emoji-1f3bd {
  background-position: -64px -256px; }

.emoji-1f3c5 {
  background-position: -128px -256px; }

.emoji-1f3c6 {
  background-position: -192px -256px; }

.emoji-1f3f5 {
  background-position: -256px -256px; }

.emoji-1f6b4 {
  background-position: -320px -0px; }

.emoji-1f6b4-200d-2640-fe0f {
  background-position: -320px -64px; }

.emoji-1f6b5 {
  background-position: -320px -128px; }

.emoji-1f6b5-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f939-200d-2640-fe0f {
  background-position: -320px -256px; }

.emoji-1f939-200d-2642-fe0f {
  background-position: -0px -320px; }

.emoji-1f941 {
  background-position: -64px -320px; }

.emoji-1f947 {
  background-position: -128px -320px; }

.emoji-1f948 {
  background-position: -192px -320px; }

.emoji-1f396 {
  background-position: -256px -320px; }

.emoji-category-places-1 {
  background-image: url(/static/media/places-1.6aede245.png); }

.emoji-2708-fe0f {
  background-position: -0px -0px; }

.emoji-1f3ce {
  background-position: -64px -0px; }

.emoji-1f4ba {
  background-position: -0px -64px; }

.emoji-1f680 {
  background-position: -64px -64px; }

.emoji-1f681 {
  background-position: -128px -0px; }

.emoji-1f682 {
  background-position: -128px -64px; }

.emoji-1f683 {
  background-position: -0px -128px; }

.emoji-1f684 {
  background-position: -64px -128px; }

.emoji-1f685 {
  background-position: -128px -128px; }

.emoji-1f686 {
  background-position: -192px -0px; }

.emoji-1f687 {
  background-position: -192px -64px; }

.emoji-1f688 {
  background-position: -192px -128px; }

.emoji-1f689 {
  background-position: -0px -192px; }

.emoji-1f68a {
  background-position: -64px -192px; }

.emoji-1f68b {
  background-position: -128px -192px; }

.emoji-1f68c {
  background-position: -192px -192px; }

.emoji-1f68d {
  background-position: -256px -0px; }

.emoji-1f68e {
  background-position: -256px -64px; }

.emoji-1f690 {
  background-position: -256px -128px; }

.emoji-1f691 {
  background-position: -256px -192px; }

.emoji-1f692 {
  background-position: -0px -256px; }

.emoji-1f693 {
  background-position: -64px -256px; }

.emoji-1f694 {
  background-position: -128px -256px; }

.emoji-1f695 {
  background-position: -192px -256px; }

.emoji-1f696 {
  background-position: -256px -256px; }

.emoji-1f697 {
  background-position: -320px -0px; }

.emoji-1f698 {
  background-position: -320px -64px; }

.emoji-1f699 {
  background-position: -320px -128px; }

.emoji-1f69a {
  background-position: -320px -192px; }

.emoji-1f69b {
  background-position: -320px -256px; }

.emoji-1f69c {
  background-position: -0px -320px; }

.emoji-1f69d {
  background-position: -64px -320px; }

.emoji-1f69e {
  background-position: -128px -320px; }

.emoji-1f69f {
  background-position: -192px -320px; }

.emoji-1f6a0 {
  background-position: -256px -320px; }

.emoji-1f6a1 {
  background-position: -320px -320px; }

.emoji-1f6a8 {
  background-position: -384px -0px; }

.emoji-1f6b2 {
  background-position: -384px -64px; }

.emoji-1f6e9 {
  background-position: -384px -128px; }

.emoji-1f6eb {
  background-position: -384px -192px; }

.emoji-1f6ec {
  background-position: -384px -256px; }

.emoji-1f6f0 {
  background-position: -384px -320px; }

.emoji-1f6f4 {
  background-position: -0px -384px; }

.emoji-1f6f5 {
  background-position: -64px -384px; }

.emoji-1f3cd {
  background-position: -128px -384px; }

.emoji-category-places-2 {
  background-image: url(/static/media/places-2.4aace231.png); }

.emoji-26fd-fe0f {
  background-position: -0px -0px; }

.emoji-1f3a0 {
  background-position: -64px -0px; }

.emoji-1f3a1 {
  background-position: -0px -64px; }

.emoji-1f3a2 {
  background-position: -64px -64px; }

.emoji-1f3d4 {
  background-position: -128px -0px; }

.emoji-1f3d5 {
  background-position: -128px -64px; }

.emoji-1f3d6 {
  background-position: -0px -128px; }

.emoji-1f3d7 {
  background-position: -64px -128px; }

.emoji-1f3d8 {
  background-position: -128px -128px; }

.emoji-1f3da {
  background-position: -192px -0px; }

.emoji-1f3dc {
  background-position: -192px -64px; }

.emoji-1f3dd {
  background-position: -192px -128px; }

.emoji-1f3df {
  background-position: -0px -192px; }

.emoji-1f3e0 {
  background-position: -64px -192px; }

.emoji-1f3e1 {
  background-position: -128px -192px; }

.emoji-1f3e2 {
  background-position: -192px -192px; }

.emoji-1f3e3 {
  background-position: -256px -0px; }

.emoji-1f3ec {
  background-position: -256px -64px; }

.emoji-1f3ed {
  background-position: -256px -128px; }

.emoji-1f3ef {
  background-position: -256px -192px; }

.emoji-1f3f0 {
  background-position: -0px -256px; }

.emoji-1f5fa {
  background-position: -64px -256px; }

.emoji-1f5fb {
  background-position: -128px -256px; }

.emoji-1f5fc {
  background-position: -192px -256px; }

.emoji-1f5fd {
  background-position: -256px -256px; }

.emoji-1f5ff {
  background-position: -320px -0px; }

.emoji-1f68f {
  background-position: -320px -64px; }

.emoji-1f6a2 {
  background-position: -320px -128px; }

.emoji-1f6a4 {
  background-position: -320px -192px; }

.emoji-1f6a5 {
  background-position: -320px -256px; }

.emoji-1f6a6 {
  background-position: -0px -320px; }

.emoji-1f6a7 {
  background-position: -64px -320px; }

.emoji-1f6e3 {
  background-position: -128px -320px; }

.emoji-1f6e4 {
  background-position: -192px -320px; }

.emoji-1f6e5 {
  background-position: -256px -320px; }

.emoji-1f6f3 {
  background-position: -320px -320px; }

.emoji-1f6f6 {
  background-position: -384px -0px; }

.emoji-2693-fe0f {
  background-position: -384px -64px; }

.emoji-26f0 {
  background-position: -384px -128px; }

.emoji-26f1 {
  background-position: -384px -192px; }

.emoji-26f2-fe0f {
  background-position: -384px -256px; }

.emoji-26f4 {
  background-position: -384px -320px; }

.emoji-26f5-fe0f {
  background-position: -0px -384px; }

.emoji-26fa-fe0f {
  background-position: -64px -384px; }

.emoji-1f30b {
  background-position: -128px -384px; }

.emoji-category-places-3 {
  background-image: url(/static/media/places-3.22a01c58.png); }

.emoji-26ea-fe0f {
  background-position: -0px -0px; }

.emoji-1f303 {
  background-position: -64px -0px; }

.emoji-1f304 {
  background-position: -0px -64px; }

.emoji-1f305 {
  background-position: -64px -64px; }

.emoji-1f306 {
  background-position: -128px -0px; }

.emoji-1f307 {
  background-position: -128px -64px; }

.emoji-1f309 {
  background-position: -0px -128px; }

.emoji-1f30c {
  background-position: -64px -128px; }

.emoji-1f320 {
  background-position: -128px -128px; }

.emoji-1f386 {
  background-position: -192px -0px; }

.emoji-1f387 {
  background-position: -192px -64px; }

.emoji-1f391 {
  background-position: -192px -128px; }

.emoji-1f3d9 {
  background-position: -0px -192px; }

.emoji-1f3db {
  background-position: -64px -192px; }

.emoji-1f3de {
  background-position: -128px -192px; }

.emoji-1f3e4 {
  background-position: -192px -192px; }

.emoji-1f3e5 {
  background-position: -256px -0px; }

.emoji-1f3e6 {
  background-position: -256px -64px; }

.emoji-1f3e8 {
  background-position: -256px -128px; }

.emoji-1f3e9 {
  background-position: -256px -192px; }

.emoji-1f3ea {
  background-position: -0px -256px; }

.emoji-1f3eb {
  background-position: -64px -256px; }

.emoji-1f492 {
  background-position: -128px -256px; }

.emoji-1f54b {
  background-position: -192px -256px; }

.emoji-1f54c {
  background-position: -256px -256px; }

.emoji-1f54d {
  background-position: -320px -0px; }

.emoji-1f5fe {
  background-position: -320px -64px; }

.emoji-26e9 {
  background-position: -320px -128px; }

.emoji-1f301 {
  background-position: -320px -192px; }

.emoji-category-objects-1 {
  background-image: url(/static/media/objects-1.f880ea02.png); }

.emoji-260e-fe0f {
  background-position: -0px -0px; }

.emoji-1f39a {
  background-position: -64px -0px; }

.emoji-1f39b {
  background-position: -0px -64px; }

.emoji-1f39e {
  background-position: -64px -64px; }

.emoji-1f3a5 {
  background-position: -128px -0px; }

.emoji-1f4a1 {
  background-position: -128px -64px; }

.emoji-1f4bb {
  background-position: -0px -128px; }

.emoji-1f4bd {
  background-position: -64px -128px; }

.emoji-1f4be {
  background-position: -128px -128px; }

.emoji-1f4bf {
  background-position: -192px -0px; }

.emoji-1f4c0 {
  background-position: -192px -64px; }

.emoji-1f4de {
  background-position: -192px -128px; }

.emoji-1f4df {
  background-position: -0px -192px; }

.emoji-1f4e0 {
  background-position: -64px -192px; }

.emoji-1f4e1 {
  background-position: -128px -192px; }

.emoji-1f4f1 {
  background-position: -192px -192px; }

.emoji-1f4f2 {
  background-position: -256px -0px; }

.emoji-1f4f7 {
  background-position: -256px -64px; }

.emoji-1f4f8 {
  background-position: -256px -128px; }

.emoji-1f4f9 {
  background-position: -256px -192px; }

.emoji-1f4fa {
  background-position: -0px -256px; }

.emoji-1f4fb {
  background-position: -64px -256px; }

.emoji-1f4fc {
  background-position: -128px -256px; }

.emoji-1f4fd {
  background-position: -192px -256px; }

.emoji-1f50b {
  background-position: -256px -256px; }

.emoji-1f50c {
  background-position: -320px -0px; }

.emoji-1f526 {
  background-position: -320px -64px; }

.emoji-1f56f {
  background-position: -320px -128px; }

.emoji-1f570 {
  background-position: -320px -192px; }

.emoji-1f579 {
  background-position: -320px -256px; }

.emoji-1f5a5 {
  background-position: -0px -320px; }

.emoji-1f5a8 {
  background-position: -64px -320px; }

.emoji-1f5b1 {
  background-position: -128px -320px; }

.emoji-1f5b2 {
  background-position: -192px -320px; }

.emoji-1f5d1 {
  background-position: -256px -320px; }

.emoji-1f5dc {
  background-position: -320px -320px; }

.emoji-1f6e2 {
  background-position: -384px -0px; }

.emoji-231a-fe0f {
  background-position: -384px -64px; }

.emoji-231b-fe0f {
  background-position: -384px -128px; }

.emoji-2328-fe0f {
  background-position: -384px -192px; }

.emoji-23f0 {
  background-position: -384px -256px; }

.emoji-23f1 {
  background-position: -384px -320px; }

.emoji-23f2 {
  background-position: -0px -384px; }

.emoji-23f3 {
  background-position: -64px -384px; }

.emoji-1f399 {
  background-position: -128px -384px; }

.emoji-category-objects-2 {
  background-image: url(/static/media/objects-2.07ac9d97.png); }

.emoji-26d3 {
  background-position: -0px -0px; }

.emoji-1f3fa {
  background-position: -64px -0px; }

.emoji-1f488 {
  background-position: -0px -64px; }

.emoji-1f489 {
  background-position: -64px -64px; }

.emoji-1f48a {
  background-position: -128px -0px; }

.emoji-1f48e {
  background-position: -128px -64px; }

.emoji-1f4a3 {
  background-position: -0px -128px; }

.emoji-1f4b0 {
  background-position: -64px -128px; }

.emoji-1f4b3 {
  background-position: -128px -128px; }

.emoji-1f4b4 {
  background-position: -192px -0px; }

.emoji-1f4b5 {
  background-position: -192px -64px; }

.emoji-1f4b6 {
  background-position: -192px -128px; }

.emoji-1f4b7 {
  background-position: -0px -192px; }

.emoji-1f4b8 {
  background-position: -64px -192px; }

.emoji-1f4ff {
  background-position: -128px -192px; }

.emoji-1f511 {
  background-position: -192px -192px; }

.emoji-1f527 {
  background-position: -256px -0px; }

.emoji-1f528 {
  background-position: -256px -64px; }

.emoji-1f529 {
  background-position: -256px -128px; }

.emoji-1f52a {
  background-position: -256px -192px; }

.emoji-1f52b {
  background-position: -0px -256px; }

.emoji-1f52c {
  background-position: -64px -256px; }

.emoji-1f52d {
  background-position: -128px -256px; }

.emoji-1f52e {
  background-position: -192px -256px; }

.emoji-1f573 {
  background-position: -256px -256px; }

.emoji-1f5dd {
  background-position: -320px -0px; }

.emoji-1f5e1 {
  background-position: -320px -64px; }

.emoji-1f6ac {
  background-position: -320px -128px; }

.emoji-1f6b0 {
  background-position: -320px -192px; }

.emoji-1f6bd {
  background-position: -320px -256px; }

.emoji-1f6bf {
  background-position: -0px -320px; }

.emoji-1f6c0 {
  background-position: -64px -320px; }

.emoji-1f6c1 {
  background-position: -128px -320px; }

.emoji-1f6ce {
  background-position: -192px -320px; }

.emoji-1f6e0 {
  background-position: -256px -320px; }

.emoji-1f6e1 {
  background-position: -320px -320px; }

.emoji-2692 {
  background-position: -384px -0px; }

.emoji-2694-fe0f {
  background-position: -384px -64px; }

.emoji-2696-fe0f {
  background-position: -384px -128px; }

.emoji-2697-fe0f {
  background-position: -384px -192px; }

.emoji-2699-fe0f {
  background-position: -384px -256px; }

.emoji-26b0-fe0f {
  background-position: -384px -320px; }

.emoji-26b1-fe0f {
  background-position: -0px -384px; }

.emoji-26cf {
  background-position: -64px -384px; }

.emoji-1f321 {
  background-position: -128px -384px; }

.emoji-category-objects-3 {
  background-image: url(/static/media/objects-3.fa034b4f.png); }

.emoji-2709-fe0f {
  background-position: -0px -0px; }

.emoji-1f381 {
  background-position: -64px -0px; }

.emoji-1f388 {
  background-position: -0px -64px; }

.emoji-1f389 {
  background-position: -64px -64px; }

.emoji-1f38a {
  background-position: -128px -0px; }

.emoji-1f38e {
  background-position: -128px -64px; }

.emoji-1f38f {
  background-position: -0px -128px; }

.emoji-1f390 {
  background-position: -64px -128px; }

.emoji-1f3ee {
  background-position: -128px -128px; }

.emoji-1f3f7 {
  background-position: -192px -0px; }

.emoji-1f48c {
  background-position: -192px -64px; }

.emoji-1f4c3 {
  background-position: -192px -128px; }

.emoji-1f4c4 {
  background-position: -0px -192px; }

.emoji-1f4c5 {
  background-position: -64px -192px; }

.emoji-1f4c6 {
  background-position: -128px -192px; }

.emoji-1f4c7 {
  background-position: -192px -192px; }

.emoji-1f4c8 {
  background-position: -256px -0px; }

.emoji-1f4c9 {
  background-position: -256px -64px; }

.emoji-1f4ca {
  background-position: -256px -128px; }

.emoji-1f4d1 {
  background-position: -256px -192px; }

.emoji-1f4dc {
  background-position: -0px -256px; }

.emoji-1f4e4 {
  background-position: -64px -256px; }

.emoji-1f4e5 {
  background-position: -128px -256px; }

.emoji-1f4e6 {
  background-position: -192px -256px; }

.emoji-1f4e7 {
  background-position: -256px -256px; }

.emoji-1f4e8 {
  background-position: -320px -0px; }

.emoji-1f4e9 {
  background-position: -320px -64px; }

.emoji-1f4ea {
  background-position: -320px -128px; }

.emoji-1f4eb {
  background-position: -320px -192px; }

.emoji-1f4ec {
  background-position: -320px -256px; }

.emoji-1f4ed {
  background-position: -0px -320px; }

.emoji-1f4ee {
  background-position: -64px -320px; }

.emoji-1f4ef {
  background-position: -128px -320px; }

.emoji-1f5bc {
  background-position: -192px -320px; }

.emoji-1f5c3 {
  background-position: -256px -320px; }

.emoji-1f5d2 {
  background-position: -320px -320px; }

.emoji-1f5d3 {
  background-position: -384px -0px; }

.emoji-1f5f3 {
  background-position: -384px -64px; }

.emoji-1f6aa {
  background-position: -384px -128px; }

.emoji-1f6cb {
  background-position: -384px -192px; }

.emoji-1f6cc {
  background-position: -384px -256px; }

.emoji-1f6cd {
  background-position: -384px -320px; }

.emoji-1f6cf {
  background-position: -0px -384px; }

.emoji-1f6d2 {
  background-position: -64px -384px; }

.emoji-1f380 {
  background-position: -128px -384px; }

.emoji-category-objects-4 {
  background-image: url(/static/media/objects-4.75ef9ea5.png); }

.emoji-2712-fe0f {
  background-position: -0px -0px; }

.emoji-1f4c2 {
  background-position: -64px -0px; }

.emoji-1f4cb {
  background-position: -0px -64px; }

.emoji-1f4cc {
  background-position: -64px -64px; }

.emoji-1f4cd {
  background-position: -128px -0px; }

.emoji-1f4ce {
  background-position: -128px -64px; }

.emoji-1f4cf {
  background-position: -0px -128px; }

.emoji-1f4d0 {
  background-position: -64px -128px; }

.emoji-1f4d2 {
  background-position: -128px -128px; }

.emoji-1f4d3 {
  background-position: -192px -0px; }

.emoji-1f4d4 {
  background-position: -192px -64px; }

.emoji-1f4d5 {
  background-position: -192px -128px; }

.emoji-1f4d6 {
  background-position: -0px -192px; }

.emoji-1f4d7 {
  background-position: -64px -192px; }

.emoji-1f4d8 {
  background-position: -128px -192px; }

.emoji-1f4d9 {
  background-position: -192px -192px; }

.emoji-1f4da {
  background-position: -256px -0px; }

.emoji-1f4dd {
  background-position: -256px -64px; }

.emoji-1f4f0 {
  background-position: -256px -128px; }

.emoji-1f50d {
  background-position: -256px -192px; }

.emoji-1f50e {
  background-position: -0px -256px; }

.emoji-1f50f {
  background-position: -64px -256px; }

.emoji-1f510 {
  background-position: -128px -256px; }

.emoji-1f512 {
  background-position: -192px -256px; }

.emoji-1f513 {
  background-position: -256px -256px; }

.emoji-1f516 {
  background-position: -320px -0px; }

.emoji-1f517 {
  background-position: -320px -64px; }

.emoji-1f587 {
  background-position: -320px -128px; }

.emoji-1f58a {
  background-position: -320px -192px; }

.emoji-1f58b {
  background-position: -320px -256px; }

.emoji-1f58c {
  background-position: -0px -320px; }

.emoji-1f58d {
  background-position: -64px -320px; }

.emoji-1f5c2 {
  background-position: -128px -320px; }

.emoji-1f5c4 {
  background-position: -192px -320px; }

.emoji-1f5de {
  background-position: -256px -320px; }

.emoji-2702-fe0f {
  background-position: -320px -320px; }

.emoji-270f-fe0f {
  background-position: -384px -0px; }

.emoji-1f4c1 {
  background-position: -384px -64px; }

.emoji-category-symbols-1 {
  background-image: url(/static/media/symbols-1.7625cc00.png); }

.emoji-2764-fe0f {
  background-position: -0px -0px; }

.emoji-1f251 {
  background-position: -64px -0px; }

.emoji-1f493 {
  background-position: -0px -64px; }

.emoji-1f494 {
  background-position: -64px -64px; }

.emoji-1f495 {
  background-position: -128px -0px; }

.emoji-1f496 {
  background-position: -128px -64px; }

.emoji-1f497 {
  background-position: -0px -128px; }

.emoji-1f498 {
  background-position: -64px -128px; }

.emoji-1f499 {
  background-position: -128px -128px; }

.emoji-1f49a {
  background-position: -192px -0px; }

.emoji-1f49b {
  background-position: -192px -64px; }

.emoji-1f49c {
  background-position: -192px -128px; }

.emoji-1f49d {
  background-position: -0px -192px; }

.emoji-1f49e {
  background-position: -64px -192px; }

.emoji-1f49f {
  background-position: -128px -192px; }

.emoji-1f52f {
  background-position: -192px -192px; }

.emoji-1f549 {
  background-position: -256px -0px; }

.emoji-1f54e {
  background-position: -256px -64px; }

.emoji-1f5a4 {
  background-position: -256px -128px; }

.emoji-1f6d0 {
  background-position: -256px -192px; }

.emoji-2622-fe0f {
  background-position: -0px -256px; }

.emoji-2623-fe0f {
  background-position: -64px -256px; }

.emoji-2626-fe0f {
  background-position: -128px -256px; }

.emoji-262a-fe0f {
  background-position: -192px -256px; }

.emoji-262e-fe0f {
  background-position: -256px -256px; }

.emoji-262f-fe0f {
  background-position: -320px -0px; }

.emoji-2638-fe0f {
  background-position: -320px -64px; }

.emoji-2648-fe0f {
  background-position: -320px -128px; }

.emoji-2649-fe0f {
  background-position: -320px -192px; }

.emoji-264a-fe0f {
  background-position: -320px -256px; }

.emoji-264b-fe0f {
  background-position: -0px -320px; }

.emoji-264c-fe0f {
  background-position: -64px -320px; }

.emoji-264d-fe0f {
  background-position: -128px -320px; }

.emoji-264e-fe0f {
  background-position: -192px -320px; }

.emoji-264f-fe0f {
  background-position: -256px -320px; }

.emoji-2650-fe0f {
  background-position: -320px -320px; }

.emoji-2651-fe0f {
  background-position: -384px -0px; }

.emoji-2652-fe0f {
  background-position: -384px -64px; }

.emoji-2653-fe0f {
  background-position: -384px -128px; }

.emoji-269b-fe0f {
  background-position: -384px -192px; }

.emoji-26ce {
  background-position: -384px -256px; }

.emoji-271d-fe0f {
  background-position: -384px -320px; }

.emoji-2721-fe0f {
  background-position: -0px -384px; }

.emoji-2763-fe0f {
  background-position: -64px -384px; }

.emoji-1f194 {
  background-position: -128px -384px; }

.emoji-category-symbols-2 {
  background-image: url(/static/media/symbols-2.e75e6e9a.png); }

.emoji-3299-fe0f {
  background-position: -0px -0px; }

.emoji-1f171-fe0f {
  background-position: -64px -0px; }

.emoji-1f17e-fe0f {
  background-position: -0px -64px; }

.emoji-1f18e {
  background-position: -64px -64px; }

.emoji-1f191 {
  background-position: -128px -0px; }

.emoji-1f198 {
  background-position: -128px -64px; }

.emoji-1f19a {
  background-position: -0px -128px; }

.emoji-1f21a-fe0f {
  background-position: -64px -128px; }

.emoji-1f232 {
  background-position: -128px -128px; }

.emoji-1f234 {
  background-position: -192px -0px; }

.emoji-1f235 {
  background-position: -192px -64px; }

.emoji-1f236 {
  background-position: -192px -128px; }

.emoji-1f237-fe0f {
  background-position: -0px -192px; }

.emoji-1f238 {
  background-position: -64px -192px; }

.emoji-1f239 {
  background-position: -128px -192px; }

.emoji-1f23a {
  background-position: -192px -192px; }

.emoji-1f250 {
  background-position: -256px -0px; }

.emoji-1f4a2 {
  background-position: -256px -64px; }

.emoji-1f4ae {
  background-position: -256px -128px; }

.emoji-1f4af {
  background-position: -256px -192px; }

.emoji-1f4db {
  background-position: -0px -256px; }

.emoji-1f4f3 {
  background-position: -64px -256px; }

.emoji-1f4f4 {
  background-position: -128px -256px; }

.emoji-1f4f5 {
  background-position: -192px -256px; }

.emoji-1f51e {
  background-position: -256px -256px; }

.emoji-1f6ab {
  background-position: -320px -0px; }

.emoji-1f6ad {
  background-position: -320px -64px; }

.emoji-1f6af {
  background-position: -320px -128px; }

.emoji-1f6b1 {
  background-position: -320px -192px; }

.emoji-1f6b3 {
  background-position: -320px -256px; }

.emoji-1f6b7 {
  background-position: -0px -320px; }

.emoji-1f6d1 {
  background-position: -64px -320px; }

.emoji-203c-fe0f {
  background-position: -128px -320px; }

.emoji-2049-fe0f {
  background-position: -192px -320px; }

.emoji-2668-fe0f {
  background-position: -256px -320px; }

.emoji-26d4-fe0f {
  background-position: -320px -320px; }

.emoji-2734-fe0f {
  background-position: -384px -0px; }

.emoji-274c {
  background-position: -384px -64px; }

.emoji-2753 {
  background-position: -384px -128px; }

.emoji-2754 {
  background-position: -384px -192px; }

.emoji-2755 {
  background-position: -384px -256px; }

.emoji-2757-fe0f {
  background-position: -384px -320px; }

.emoji-2b55-fe0f {
  background-position: -0px -384px; }

.emoji-3297-fe0f {
  background-position: -64px -384px; }

.emoji-1f170-fe0f {
  background-position: -128px -384px; }

.emoji-category-symbols-3 {
  background-image: url(/static/media/symbols-3.f000b874.png); }

.emoji-303d-fe0f {
  background-position: -0px -0px; }

.emoji-1f196 {
  background-position: -64px -0px; }

.emoji-1f197 {
  background-position: -0px -64px; }

.emoji-1f201 {
  background-position: -64px -64px; }

.emoji-1f202-fe0f {
  background-position: -128px -0px; }

.emoji-1f22f-fe0f {
  background-position: -128px -64px; }

.emoji-1f233 {
  background-position: -0px -128px; }

.emoji-1f300 {
  background-position: -64px -128px; }

.emoji-1f310 {
  background-position: -128px -128px; }

.emoji-1f3a6 {
  background-position: -192px -0px; }

.emoji-1f3e7 {
  background-position: -192px -64px; }

.emoji-1f4a0 {
  background-position: -192px -128px; }

.emoji-1f4a4 {
  background-position: -0px -192px; }

.emoji-1f4b9 {
  background-position: -64px -192px; }

.emoji-1f4f6 {
  background-position: -128px -192px; }

.emoji-1f505 {
  background-position: -192px -192px; }

.emoji-1f506 {
  background-position: -256px -0px; }

.emoji-1f520 {
  background-position: -256px -64px; }

.emoji-1f521 {
  background-position: -256px -128px; }

.emoji-1f523 {
  background-position: -256px -192px; }

.emoji-1f524 {
  background-position: -0px -256px; }

.emoji-1f530 {
  background-position: -64px -256px; }

.emoji-1f531 {
  background-position: -128px -256px; }

.emoji-1f6ae {
  background-position: -192px -256px; }

.emoji-1f6b8 {
  background-position: -256px -256px; }

.emoji-1f6b9 {
  background-position: -320px -0px; }

.emoji-1f6ba {
  background-position: -320px -64px; }

.emoji-1f6bb {
  background-position: -320px -128px; }

.emoji-1f6bc {
  background-position: -320px -192px; }

.emoji-1f6be {
  background-position: -320px -256px; }

.emoji-1f6c2 {
  background-position: -0px -320px; }

.emoji-1f6c3 {
  background-position: -64px -320px; }

.emoji-1f6c4 {
  background-position: -128px -320px; }

.emoji-1f6c5 {
  background-position: -192px -320px; }

.emoji-2139-fe0f {
  background-position: -256px -320px; }

.emoji-24c2-fe0f {
  background-position: -320px -320px; }

.emoji-267b-fe0f {
  background-position: -384px -0px; }

.emoji-267f-fe0f {
  background-position: -384px -64px; }

.emoji-269c-fe0f {
  background-position: -384px -128px; }

.emoji-26a0-fe0f {
  background-position: -384px -192px; }

.emoji-2705 {
  background-position: -384px -256px; }

.emoji-2733-fe0f {
  background-position: -384px -320px; }

.emoji-2747-fe0f {
  background-position: -0px -384px; }

.emoji-274e {
  background-position: -64px -384px; }

.emoji-1f17f-fe0f {
  background-position: -128px -384px; }

.emoji-category-symbols-4 {
  background-image: url(/static/media/symbols-4.d8d6bff5.png); }

.emoji-2b07-fe0f {
  background-position: -0px -0px; }

.emoji-002a-fe0f-20e3 {
  background-position: -64px -0px; }

.emoji-0030-fe0f-20e3 {
  background-position: -0px -64px; }

.emoji-0031-fe0f-20e3 {
  background-position: -64px -64px; }

.emoji-0032-fe0f-20e3 {
  background-position: -128px -0px; }

.emoji-0033-fe0f-20e3 {
  background-position: -128px -64px; }

.emoji-0034-fe0f-20e3 {
  background-position: -0px -128px; }

.emoji-0035-fe0f-20e3 {
  background-position: -64px -128px; }

.emoji-0036-fe0f-20e3 {
  background-position: -128px -128px; }

.emoji-0037-fe0f-20e3 {
  background-position: -192px -0px; }

.emoji-0038-fe0f-20e3 {
  background-position: -192px -64px; }

.emoji-0039-fe0f-20e3 {
  background-position: -192px -128px; }

.emoji-1f192 {
  background-position: -0px -192px; }

.emoji-1f193 {
  background-position: -64px -192px; }

.emoji-1f195 {
  background-position: -128px -192px; }

.emoji-1f199 {
  background-position: -192px -192px; }

.emoji-1f51f {
  background-position: -256px -0px; }

.emoji-1f522 {
  background-position: -256px -64px; }

.emoji-1f53c {
  background-position: -256px -128px; }

.emoji-1f53d {
  background-position: -256px -192px; }

.emoji-2194-fe0f {
  background-position: -0px -256px; }

.emoji-2195-fe0f {
  background-position: -64px -256px; }

.emoji-2196-fe0f {
  background-position: -128px -256px; }

.emoji-2197-fe0f {
  background-position: -192px -256px; }

.emoji-2198-fe0f {
  background-position: -256px -256px; }

.emoji-2199-fe0f {
  background-position: -320px -0px; }

.emoji-21a9-fe0f {
  background-position: -320px -64px; }

.emoji-21aa-fe0f {
  background-position: -320px -128px; }

.emoji-23e9 {
  background-position: -320px -192px; }

.emoji-23ea {
  background-position: -320px -256px; }

.emoji-23eb {
  background-position: -0px -320px; }

.emoji-23ec {
  background-position: -64px -320px; }

.emoji-23ed {
  background-position: -128px -320px; }

.emoji-23ee {
  background-position: -192px -320px; }

.emoji-23ef {
  background-position: -256px -320px; }

.emoji-23f8 {
  background-position: -320px -320px; }

.emoji-23f9 {
  background-position: -384px -0px; }

.emoji-23fa {
  background-position: -384px -64px; }

.emoji-25b6-fe0f {
  background-position: -384px -128px; }

.emoji-25c0-fe0f {
  background-position: -384px -192px; }

.emoji-27a1-fe0f {
  background-position: -384px -256px; }

.emoji-2934-fe0f {
  background-position: -384px -320px; }

.emoji-2b05-fe0f {
  background-position: -0px -384px; }

.emoji-2b06-fe0f {
  background-position: -64px -384px; }

.emoji-0023-fe0f-20e3 {
  background-position: -128px -384px; }

.emoji-category-symbols-5 {
  background-image: url(/static/media/symbols-5.48c21052.png); }

.emoji-3030-fe0f {
  background-position: -0px -0px; }

.emoji-00ae-fe0f {
  background-position: -64px -0px; }

.emoji-1f3b5 {
  background-position: -0px -64px; }

.emoji-1f3b6 {
  background-position: -64px -64px; }

.emoji-1f4b1 {
  background-position: -128px -0px; }

.emoji-1f4b2 {
  background-position: -128px -64px; }

.emoji-1f500 {
  background-position: -0px -128px; }

.emoji-1f501 {
  background-position: -64px -128px; }

.emoji-1f502 {
  background-position: -128px -128px; }

.emoji-1f503 {
  background-position: -192px -0px; }

.emoji-1f504 {
  background-position: -192px -64px; }

.emoji-1f518 {
  background-position: -192px -128px; }

.emoji-1f519 {
  background-position: -0px -192px; }

.emoji-1f51a {
  background-position: -64px -192px; }

.emoji-1f51b {
  background-position: -128px -192px; }

.emoji-1f51c {
  background-position: -192px -192px; }

.emoji-1f51d {
  background-position: -256px -0px; }

.emoji-1f532 {
  background-position: -256px -64px; }

.emoji-1f533 {
  background-position: -256px -128px; }

.emoji-1f534 {
  background-position: -256px -192px; }

.emoji-1f535 {
  background-position: -0px -256px; }

.emoji-1f536 {
  background-position: -64px -256px; }

.emoji-1f537 {
  background-position: -128px -256px; }

.emoji-1f538 {
  background-position: -192px -256px; }

.emoji-1f539 {
  background-position: -256px -256px; }

.emoji-1f53a {
  background-position: -320px -0px; }

.emoji-1f53b {
  background-position: -320px -64px; }

.emoji-2122-fe0f {
  background-position: -320px -128px; }

.emoji-25aa-fe0f {
  background-position: -320px -192px; }

.emoji-25ab-fe0f {
  background-position: -320px -256px; }

.emoji-25fc-fe0f {
  background-position: -0px -320px; }

.emoji-25fd-fe0f {
  background-position: -64px -320px; }

.emoji-25fe-fe0f {
  background-position: -128px -320px; }

.emoji-2611-fe0f {
  background-position: -192px -320px; }

.emoji-26aa-fe0f {
  background-position: -256px -320px; }

.emoji-26ab-fe0f {
  background-position: -320px -320px; }

.emoji-2714-fe0f {
  background-position: -384px -0px; }

.emoji-2716-fe0f {
  background-position: -384px -64px; }

.emoji-2795 {
  background-position: -384px -128px; }

.emoji-2796 {
  background-position: -384px -192px; }

.emoji-2797 {
  background-position: -384px -256px; }

.emoji-27b0 {
  background-position: -384px -320px; }

.emoji-27bf {
  background-position: -0px -384px; }

.emoji-2935-fe0f {
  background-position: -64px -384px; }

.emoji-00a9-fe0f {
  background-position: -128px -384px; }

.emoji-category-symbols-6 {
  background-image: url(/static/media/symbols-6.5ca39168.png); }

.emoji-2b1c-fe0f {
  background-position: -0px -0px; }

.emoji-1f0cf {
  background-position: -64px -0px; }

.emoji-1f3b4 {
  background-position: -0px -64px; }

.emoji-1f441-200d-1f5e8 {
  background-position: -64px -64px; }

.emoji-1f4ac {
  background-position: -128px -0px; }

.emoji-1f4ad {
  background-position: -128px -64px; }

.emoji-1f4e2 {
  background-position: -0px -128px; }

.emoji-1f4e3 {
  background-position: -64px -128px; }

.emoji-1f507 {
  background-position: -128px -128px; }

.emoji-1f508 {
  background-position: -192px -0px; }

.emoji-1f509 {
  background-position: -192px -64px; }

.emoji-1f50a {
  background-position: -192px -128px; }

.emoji-1f514 {
  background-position: -0px -192px; }

.emoji-1f515 {
  background-position: -64px -192px; }

.emoji-1f550 {
  background-position: -128px -192px; }

.emoji-1f551 {
  background-position: -192px -192px; }

.emoji-1f552 {
  background-position: -256px -0px; }

.emoji-1f553 {
  background-position: -256px -64px; }

.emoji-1f554 {
  background-position: -256px -128px; }

.emoji-1f555 {
  background-position: -256px -192px; }

.emoji-1f556 {
  background-position: -0px -256px; }

.emoji-1f557 {
  background-position: -64px -256px; }

.emoji-1f558 {
  background-position: -128px -256px; }

.emoji-1f559 {
  background-position: -192px -256px; }

.emoji-1f55a {
  background-position: -256px -256px; }

.emoji-1f55b {
  background-position: -320px -0px; }

.emoji-1f55c {
  background-position: -320px -64px; }

.emoji-1f55d {
  background-position: -320px -128px; }

.emoji-1f55e {
  background-position: -320px -192px; }

.emoji-1f55f {
  background-position: -320px -256px; }

.emoji-1f560 {
  background-position: -0px -320px; }

.emoji-1f561 {
  background-position: -64px -320px; }

.emoji-1f562 {
  background-position: -128px -320px; }

.emoji-1f563 {
  background-position: -192px -320px; }

.emoji-1f564 {
  background-position: -256px -320px; }

.emoji-1f565 {
  background-position: -320px -320px; }

.emoji-1f566 {
  background-position: -384px -0px; }

.emoji-1f5ef {
  background-position: -384px -64px; }

.emoji-25fb-fe0f {
  background-position: -384px -128px; }

.emoji-2660-fe0f {
  background-position: -384px -192px; }

.emoji-2663-fe0f {
  background-position: -384px -256px; }

.emoji-2665-fe0f {
  background-position: -384px -320px; }

.emoji-2666-fe0f {
  background-position: -0px -384px; }

.emoji-2b1b-fe0f {
  background-position: -64px -384px; }

.emoji-1f004-fe0f {
  background-position: -128px -384px; }

.emoji-category-symbols-7 {
  background-image: url(/static/media/symbols-7.a6ead62c.png); }

.emoji-1f567 {
  background-position: -0px -0px; }

.emoji-category-flags-1 {
  background-image: url(/static/media/flags-1.2b165257.png); }

.emoji-1f6a9 {
  background-position: -0px -0px; }

.emoji-1f1e6-1f1eb {
  background-position: -64px -0px; }

.emoji-1f1e6-1f1ec {
  background-position: -0px -64px; }

.emoji-1f1e6-1f1ee {
  background-position: -64px -64px; }

.emoji-1f1e6-1f1f1 {
  background-position: -128px -0px; }

.emoji-1f1e6-1f1f2 {
  background-position: -128px -64px; }

.emoji-1f1e6-1f1f4 {
  background-position: -0px -128px; }

.emoji-1f1e6-1f1f6 {
  background-position: -64px -128px; }

.emoji-1f1e6-1f1f7 {
  background-position: -128px -128px; }

.emoji-1f1e6-1f1f8 {
  background-position: -192px -0px; }

.emoji-1f1e6-1f1f9 {
  background-position: -192px -64px; }

.emoji-1f1e6-1f1fa {
  background-position: -192px -128px; }

.emoji-1f1e6-1f1fc {
  background-position: -0px -192px; }

.emoji-1f1e6-1f1fd {
  background-position: -64px -192px; }

.emoji-1f1e6-1f1ff {
  background-position: -128px -192px; }

.emoji-1f1e7-1f1e6 {
  background-position: -192px -192px; }

.emoji-1f1e7-1f1e7 {
  background-position: -256px -0px; }

.emoji-1f1e7-1f1e9 {
  background-position: -256px -64px; }

.emoji-1f1e7-1f1ea {
  background-position: -256px -128px; }

.emoji-1f1e7-1f1eb {
  background-position: -256px -192px; }

.emoji-1f1e7-1f1ec {
  background-position: -0px -256px; }

.emoji-1f1e7-1f1ed {
  background-position: -64px -256px; }

.emoji-1f1e7-1f1ee {
  background-position: -128px -256px; }

.emoji-1f1e7-1f1ef {
  background-position: -192px -256px; }

.emoji-1f1e7-1f1f2 {
  background-position: -256px -256px; }

.emoji-1f1e7-1f1f3 {
  background-position: -320px -0px; }

.emoji-1f1e7-1f1f4 {
  background-position: -320px -64px; }

.emoji-1f1e7-1f1f6 {
  background-position: -320px -128px; }

.emoji-1f1e7-1f1f7 {
  background-position: -320px -192px; }

.emoji-1f1e7-1f1f8 {
  background-position: -320px -256px; }

.emoji-1f1e7-1f1f9 {
  background-position: -0px -320px; }

.emoji-1f1e7-1f1fc {
  background-position: -64px -320px; }

.emoji-1f1e7-1f1fe {
  background-position: -128px -320px; }

.emoji-1f1e7-1f1ff {
  background-position: -192px -320px; }

.emoji-1f1e8-1f1f2 {
  background-position: -256px -320px; }

.emoji-1f1e8-1f1fb {
  background-position: -320px -320px; }

.emoji-1f1e9-1f1ff {
  background-position: -384px -0px; }

.emoji-1f1ee-1f1f4 {
  background-position: -384px -64px; }

.emoji-1f1f0-1f1ed {
  background-position: -384px -128px; }

.emoji-1f1fb-1f1ec {
  background-position: -384px -192px; }

.emoji-1f3c1 {
  background-position: -384px -256px; }

.emoji-1f3f3-fe0f {
  background-position: -384px -320px; }

.emoji-1f3f3-fe0f-200d-1f308 {
  background-position: -0px -384px; }

.emoji-1f3f4 {
  background-position: -64px -384px; }

.emoji-1f1e6-1f1e9 {
  background-position: -128px -384px; }

.emoji-category-flags-2 {
  background-image: url(/static/media/flags-2.398100ba.png); }

.emoji-1f1f9-1f1eb {
  background-position: -0px -0px; }

.emoji-1f1e8-1f1e8 {
  background-position: -64px -0px; }

.emoji-1f1e8-1f1e9 {
  background-position: -0px -64px; }

.emoji-1f1e8-1f1eb {
  background-position: -64px -64px; }

.emoji-1f1e8-1f1ec {
  background-position: -128px -0px; }

.emoji-1f1e8-1f1ee {
  background-position: -128px -64px; }

.emoji-1f1e8-1f1f0 {
  background-position: -0px -128px; }

.emoji-1f1e8-1f1f1 {
  background-position: -64px -128px; }

.emoji-1f1e8-1f1f3 {
  background-position: -128px -128px; }

.emoji-1f1e8-1f1f4 {
  background-position: -192px -0px; }

.emoji-1f1e8-1f1f7 {
  background-position: -192px -64px; }

.emoji-1f1e8-1f1fa {
  background-position: -192px -128px; }

.emoji-1f1e8-1f1fc {
  background-position: -0px -192px; }

.emoji-1f1e8-1f1fd {
  background-position: -64px -192px; }

.emoji-1f1e8-1f1fe {
  background-position: -128px -192px; }

.emoji-1f1e8-1f1ff {
  background-position: -192px -192px; }

.emoji-1f1e9-1f1ea {
  background-position: -256px -0px; }

.emoji-1f1e9-1f1ef {
  background-position: -256px -64px; }

.emoji-1f1e9-1f1f0 {
  background-position: -256px -128px; }

.emoji-1f1e9-1f1f2 {
  background-position: -256px -192px; }

.emoji-1f1e9-1f1f4 {
  background-position: -0px -256px; }

.emoji-1f1ea-1f1e8 {
  background-position: -64px -256px; }

.emoji-1f1ea-1f1ea {
  background-position: -128px -256px; }

.emoji-1f1ea-1f1ec {
  background-position: -192px -256px; }

.emoji-1f1ea-1f1f7 {
  background-position: -256px -256px; }

.emoji-1f1ea-1f1f9 {
  background-position: -320px -0px; }

.emoji-1f1ea-1f1fa {
  background-position: -320px -64px; }

.emoji-1f1eb-1f1ee {
  background-position: -320px -128px; }

.emoji-1f1eb-1f1ef {
  background-position: -320px -192px; }

.emoji-1f1eb-1f1f0 {
  background-position: -320px -256px; }

.emoji-1f1eb-1f1f4 {
  background-position: -0px -320px; }

.emoji-1f1eb-1f1f7 {
  background-position: -64px -320px; }

.emoji-1f1ec-1f1e6 {
  background-position: -128px -320px; }

.emoji-1f1ec-1f1ea {
  background-position: -192px -320px; }

.emoji-1f1ec-1f1eb {
  background-position: -256px -320px; }

.emoji-1f1ec-1f1f2 {
  background-position: -320px -320px; }

.emoji-1f1ec-1f1f6 {
  background-position: -384px -0px; }

.emoji-1f1ed-1f1f7 {
  background-position: -384px -64px; }

.emoji-1f1ee-1f1e8 {
  background-position: -384px -128px; }

.emoji-1f1f0-1f1f2 {
  background-position: -384px -192px; }

.emoji-1f1f0-1f1fe {
  background-position: -384px -256px; }

.emoji-1f1f5-1f1eb {
  background-position: -384px -320px; }

.emoji-1f1f8-1f1fb {
  background-position: -0px -384px; }

.emoji-1f1f9-1f1e9 {
  background-position: -64px -384px; }

.emoji-1f1e8-1f1e6 {
  background-position: -128px -384px; }

.emoji-category-flags-3 {
  background-image: url(/static/media/flags-3.f7109163.png); }

.emoji-1f38c {
  background-position: -0px -0px; }

.emoji-1f1ec-1f1ec {
  background-position: -64px -0px; }

.emoji-1f1ec-1f1ed {
  background-position: -0px -64px; }

.emoji-1f1ec-1f1ee {
  background-position: -64px -64px; }

.emoji-1f1ec-1f1f1 {
  background-position: -128px -0px; }

.emoji-1f1ec-1f1f3 {
  background-position: -128px -64px; }

.emoji-1f1ec-1f1f5 {
  background-position: -0px -128px; }

.emoji-1f1ec-1f1f7 {
  background-position: -64px -128px; }

.emoji-1f1ec-1f1f9 {
  background-position: -128px -128px; }

.emoji-1f1ec-1f1fa {
  background-position: -192px -0px; }

.emoji-1f1ec-1f1fc {
  background-position: -192px -64px; }

.emoji-1f1ec-1f1fe {
  background-position: -192px -128px; }

.emoji-1f1ed-1f1f0 {
  background-position: -0px -192px; }

.emoji-1f1ed-1f1f3 {
  background-position: -64px -192px; }

.emoji-1f1ed-1f1f9 {
  background-position: -128px -192px; }

.emoji-1f1ed-1f1fa {
  background-position: -192px -192px; }

.emoji-1f1ee-1f1e9 {
  background-position: -256px -0px; }

.emoji-1f1ee-1f1ea {
  background-position: -256px -64px; }

.emoji-1f1ee-1f1f1 {
  background-position: -256px -128px; }

.emoji-1f1ee-1f1f2 {
  background-position: -256px -192px; }

.emoji-1f1ee-1f1f3 {
  background-position: -0px -256px; }

.emoji-1f1ee-1f1f6 {
  background-position: -64px -256px; }

.emoji-1f1ee-1f1f7 {
  background-position: -128px -256px; }

.emoji-1f1ee-1f1f8 {
  background-position: -192px -256px; }

.emoji-1f1ee-1f1f9 {
  background-position: -256px -256px; }

.emoji-1f1ef-1f1ea {
  background-position: -320px -0px; }

.emoji-1f1ef-1f1f2 {
  background-position: -320px -64px; }

.emoji-1f1ef-1f1f4 {
  background-position: -320px -128px; }

.emoji-1f1ef-1f1f5 {
  background-position: -320px -192px; }

.emoji-1f1f0-1f1ea {
  background-position: -320px -256px; }

.emoji-1f1f0-1f1ec {
  background-position: -0px -320px; }

.emoji-1f1f0-1f1ee {
  background-position: -64px -320px; }

.emoji-1f1f0-1f1fc {
  background-position: -128px -320px; }

.emoji-1f1f0-1f1ff {
  background-position: -192px -320px; }

.emoji-1f1f1-1f1e6 {
  background-position: -256px -320px; }

.emoji-1f1f1-1f1e7 {
  background-position: -320px -320px; }

.emoji-1f1f1-1f1ee {
  background-position: -384px -0px; }

.emoji-1f1f1-1f1f7 {
  background-position: -384px -64px; }

.emoji-1f1f1-1f1f8 {
  background-position: -384px -128px; }

.emoji-1f1f1-1f1f9 {
  background-position: -384px -192px; }

.emoji-1f1f1-1f1fa {
  background-position: -384px -256px; }

.emoji-1f1f1-1f1fb {
  background-position: -384px -320px; }

.emoji-1f1f1-1f1fe {
  background-position: -0px -384px; }

.emoji-1f1fd-1f1f0 {
  background-position: -64px -384px; }

.emoji-1f1ec-1f1e9 {
  background-position: -128px -384px; }

.emoji-category-flags-4 {
  background-image: url(/static/media/flags-4.7e5cb8b2.png); }

.emoji-1f1fe-1f1f9 {
  background-position: -0px -0px; }

.emoji-1f1f0-1f1f5 {
  background-position: -64px -0px; }

.emoji-1f1f2-1f1e6 {
  background-position: -0px -64px; }

.emoji-1f1f2-1f1e8 {
  background-position: -64px -64px; }

.emoji-1f1f2-1f1e9 {
  background-position: -128px -0px; }

.emoji-1f1f2-1f1ea {
  background-position: -128px -64px; }

.emoji-1f1f2-1f1ec {
  background-position: -0px -128px; }

.emoji-1f1f2-1f1ed {
  background-position: -64px -128px; }

.emoji-1f1f2-1f1f0 {
  background-position: -128px -128px; }

.emoji-1f1f2-1f1f1 {
  background-position: -192px -0px; }

.emoji-1f1f2-1f1f2 {
  background-position: -192px -64px; }

.emoji-1f1f2-1f1f3 {
  background-position: -192px -128px; }

.emoji-1f1f2-1f1f4 {
  background-position: -0px -192px; }

.emoji-1f1f2-1f1f5 {
  background-position: -64px -192px; }

.emoji-1f1f2-1f1f6 {
  background-position: -128px -192px; }

.emoji-1f1f2-1f1f7 {
  background-position: -192px -192px; }

.emoji-1f1f2-1f1f8 {
  background-position: -256px -0px; }

.emoji-1f1f2-1f1f9 {
  background-position: -256px -64px; }

.emoji-1f1f2-1f1fa {
  background-position: -256px -128px; }

.emoji-1f1f2-1f1fb {
  background-position: -256px -192px; }

.emoji-1f1f2-1f1fc {
  background-position: -0px -256px; }

.emoji-1f1f2-1f1fd {
  background-position: -64px -256px; }

.emoji-1f1f2-1f1fe {
  background-position: -128px -256px; }

.emoji-1f1f2-1f1ff {
  background-position: -192px -256px; }

.emoji-1f1f3-1f1e6 {
  background-position: -256px -256px; }

.emoji-1f1f3-1f1e8 {
  background-position: -320px -0px; }

.emoji-1f1f3-1f1ea {
  background-position: -320px -64px; }

.emoji-1f1f3-1f1eb {
  background-position: -320px -128px; }

.emoji-1f1f3-1f1ec {
  background-position: -320px -192px; }

.emoji-1f1f3-1f1ee {
  background-position: -320px -256px; }

.emoji-1f1f3-1f1f1 {
  background-position: -0px -320px; }

.emoji-1f1f3-1f1f4 {
  background-position: -64px -320px; }

.emoji-1f1f3-1f1f5 {
  background-position: -128px -320px; }

.emoji-1f1f3-1f1f7 {
  background-position: -192px -320px; }

.emoji-1f1f3-1f1fa {
  background-position: -256px -320px; }

.emoji-1f1f3-1f1ff {
  background-position: -320px -320px; }

.emoji-1f1f4-1f1f2 {
  background-position: -384px -0px; }

.emoji-1f1f5-1f1e6 {
  background-position: -384px -64px; }

.emoji-1f1f5-1f1ea {
  background-position: -384px -128px; }

.emoji-1f1f5-1f1ec {
  background-position: -384px -192px; }

.emoji-1f1f5-1f1f0 {
  background-position: -384px -256px; }

.emoji-1f1f5-1f1f8 {
  background-position: -384px -320px; }

.emoji-1f1f5-1f1fc {
  background-position: -0px -384px; }

.emoji-1f1f5-1f1fe {
  background-position: -64px -384px; }

.emoji-1f1eb-1f1f2 {
  background-position: -128px -384px; }

.emoji-category-flags-5 {
  background-image: url(/static/media/flags-5.964dcaf0.png); }

.emoji-1f1ff-1f1e6 {
  background-position: -0px -0px; }

.emoji-1f1e8-1f1ed {
  background-position: -64px -0px; }

.emoji-1f1ea-1f1f8 {
  background-position: -0px -64px; }

.emoji-1f1ec-1f1f8 {
  background-position: -64px -64px; }

.emoji-1f1f0-1f1f3 {
  background-position: -128px -0px; }

.emoji-1f1f0-1f1f7 {
  background-position: -128px -64px; }

.emoji-1f1f1-1f1e8 {
  background-position: -0px -128px; }

.emoji-1f1f1-1f1f0 {
  background-position: -64px -128px; }

.emoji-1f1f5-1f1ed {
  background-position: -128px -128px; }

.emoji-1f1f5-1f1f1 {
  background-position: -192px -0px; }

.emoji-1f1f5-1f1f2 {
  background-position: -192px -64px; }

.emoji-1f1f5-1f1f3 {
  background-position: -192px -128px; }

.emoji-1f1f5-1f1f7 {
  background-position: -0px -192px; }

.emoji-1f1f5-1f1f9 {
  background-position: -64px -192px; }

.emoji-1f1f6-1f1e6 {
  background-position: -128px -192px; }

.emoji-1f1f7-1f1ea {
  background-position: -192px -192px; }

.emoji-1f1f7-1f1f4 {
  background-position: -256px -0px; }

.emoji-1f1f7-1f1f8 {
  background-position: -256px -64px; }

.emoji-1f1f7-1f1fa {
  background-position: -256px -128px; }

.emoji-1f1f7-1f1fc {
  background-position: -256px -192px; }

.emoji-1f1f8-1f1e6 {
  background-position: -0px -256px; }

.emoji-1f1f8-1f1e7 {
  background-position: -64px -256px; }

.emoji-1f1f8-1f1e8 {
  background-position: -128px -256px; }

.emoji-1f1f8-1f1e9 {
  background-position: -192px -256px; }

.emoji-1f1f8-1f1ea {
  background-position: -256px -256px; }

.emoji-1f1f8-1f1ec {
  background-position: -320px -0px; }

.emoji-1f1f8-1f1ed {
  background-position: -320px -64px; }

.emoji-1f1f8-1f1ee {
  background-position: -320px -128px; }

.emoji-1f1f8-1f1f0 {
  background-position: -320px -192px; }

.emoji-1f1f8-1f1f1 {
  background-position: -320px -256px; }

.emoji-1f1f8-1f1f2 {
  background-position: -0px -320px; }

.emoji-1f1f8-1f1f3 {
  background-position: -64px -320px; }

.emoji-1f1f8-1f1f4 {
  background-position: -128px -320px; }

.emoji-1f1f8-1f1f7 {
  background-position: -192px -320px; }

.emoji-1f1f8-1f1f8 {
  background-position: -256px -320px; }

.emoji-1f1f8-1f1f9 {
  background-position: -320px -320px; }

.emoji-1f1f8-1f1fd {
  background-position: -384px -0px; }

.emoji-1f1f8-1f1fe {
  background-position: -384px -64px; }

.emoji-1f1f8-1f1ff {
  background-position: -384px -128px; }

.emoji-1f1f9-1f1ef {
  background-position: -384px -192px; }

.emoji-1f1f9-1f1fc {
  background-position: -384px -256px; }

.emoji-1f1f9-1f1ff {
  background-position: -384px -320px; }

.emoji-1f1fb-1f1e8 {
  background-position: -0px -384px; }

.emoji-1f1fc-1f1f8 {
  background-position: -64px -384px; }

.emoji-1f1e7-1f1f1 {
  background-position: -128px -384px; }

.emoji-category-flags-6 {
  background-image: url(/static/media/flags-6.c4a54f13.png); }

.emoji-1f1ff-1f1fc {
  background-position: -0px -0px; }

.emoji-1f1ea-1f1ed {
  background-position: -64px -0px; }

.emoji-1f1ec-1f1e7 {
  background-position: -0px -64px; }

.emoji-1f1f9-1f1e8 {
  background-position: -64px -64px; }

.emoji-1f1f9-1f1ec {
  background-position: -128px -0px; }

.emoji-1f1f9-1f1ed {
  background-position: -128px -64px; }

.emoji-1f1f9-1f1f0 {
  background-position: -0px -128px; }

.emoji-1f1f9-1f1f1 {
  background-position: -64px -128px; }

.emoji-1f1f9-1f1f2 {
  background-position: -128px -128px; }

.emoji-1f1f9-1f1f3 {
  background-position: -192px -0px; }

.emoji-1f1f9-1f1f4 {
  background-position: -192px -64px; }

.emoji-1f1f9-1f1f7 {
  background-position: -192px -128px; }

.emoji-1f1f9-1f1f9 {
  background-position: -0px -192px; }

.emoji-1f1f9-1f1fb {
  background-position: -64px -192px; }

.emoji-1f1fa-1f1e6 {
  background-position: -128px -192px; }

.emoji-1f1fa-1f1ec {
  background-position: -192px -192px; }

.emoji-1f1fa-1f1f8 {
  background-position: -256px -0px; }

.emoji-1f1fa-1f1fe {
  background-position: -256px -64px; }

.emoji-1f1fa-1f1ff {
  background-position: -256px -128px; }

.emoji-1f1fb-1f1e6 {
  background-position: -256px -192px; }

.emoji-1f1fb-1f1ea {
  background-position: -0px -256px; }

.emoji-1f1fb-1f1ee {
  background-position: -64px -256px; }

.emoji-1f1fb-1f1f3 {
  background-position: -128px -256px; }

.emoji-1f1fb-1f1fa {
  background-position: -192px -256px; }

.emoji-1f1fc-1f1eb {
  background-position: -256px -256px; }

.emoji-1f1fe-1f1ea {
  background-position: -320px -0px; }

.emoji-1f1ff-1f1f2 {
  background-position: -320px -64px; }

.emoji-1f1e6-1f1ea {
  background-position: -320px -128px; }

.emoji-category-custom-1 {
  background-image: url(/static/media/custom-1.04385c8e.png); }

.emoji-shipit {
  background-position: -0px -0px;
  width: 75px;
  height: 75px; }

.emoji-feelsgood {
  background-position: -75px -0px; }

.emoji-finnadie {
  background-position: -0px -75px; }

.emoji-goberserk {
  background-position: -64px -75px; }

.emoji-godmode {
  background-position: -139px -0px; }

.emoji-hurtrealbad {
  background-position: -139px -64px; }

.emoji-mattermost {
  background-position: -0px -139px; }

.emoji-neckbeard {
  background-position: -64px -139px; }

.emoji-octocat {
  background-position: -128px -139px; }

.emoji-rage1 {
  background-position: -203px -0px; }

.emoji-rage2 {
  background-position: -203px -64px; }

.emoji-rage3 {
  background-position: -203px -128px; }

.emoji-rage4 {
  background-position: -0px -203px; }

.emoji-suspect {
  background-position: -64px -203px; }

.emoji-bowtie {
  background-position: -128px -203px; }

.emoji-trollface {
  background-position: -192px -203px; }

.emoji-category-skintone-1 {
  background-image: url(/static/media/skintone-1.f62f0d85.png); }

.emoji-270a-1f3ff {
  background-position: -0px -0px; }

.emoji-1f44a-1f3fc {
  background-position: -64px -0px; }

.emoji-1f44a-1f3fd {
  background-position: -0px -64px; }

.emoji-1f44a-1f3fe {
  background-position: -64px -64px; }

.emoji-1f44a-1f3ff {
  background-position: -128px -0px; }

.emoji-1f44d-1f3fb {
  background-position: -128px -64px; }

.emoji-1f44d-1f3fc {
  background-position: -0px -128px; }

.emoji-1f44d-1f3fd {
  background-position: -64px -128px; }

.emoji-1f44d-1f3fe {
  background-position: -128px -128px; }

.emoji-1f44d-1f3ff {
  background-position: -192px -0px; }

.emoji-1f44e-1f3fb {
  background-position: -192px -64px; }

.emoji-1f44e-1f3fc {
  background-position: -192px -128px; }

.emoji-1f44e-1f3fd {
  background-position: -0px -192px; }

.emoji-1f44e-1f3fe {
  background-position: -64px -192px; }

.emoji-1f44e-1f3ff {
  background-position: -128px -192px; }

.emoji-1f44f-1f3fb {
  background-position: -192px -192px; }

.emoji-1f44f-1f3fc {
  background-position: -256px -0px; }

.emoji-1f44f-1f3fd {
  background-position: -256px -64px; }

.emoji-1f44f-1f3fe {
  background-position: -256px -128px; }

.emoji-1f44f-1f3ff {
  background-position: -256px -192px; }

.emoji-1f450-1f3fb {
  background-position: -0px -256px; }

.emoji-1f450-1f3fc {
  background-position: -64px -256px; }

.emoji-1f450-1f3fd {
  background-position: -128px -256px; }

.emoji-1f450-1f3fe {
  background-position: -192px -256px; }

.emoji-1f450-1f3ff {
  background-position: -256px -256px; }

.emoji-1f64c-1f3fb {
  background-position: -320px -0px; }

.emoji-1f64c-1f3fc {
  background-position: -320px -64px; }

.emoji-1f64c-1f3fd {
  background-position: -320px -128px; }

.emoji-1f64c-1f3fe {
  background-position: -320px -192px; }

.emoji-1f64c-1f3ff {
  background-position: -320px -256px; }

.emoji-1f64f-1f3fb {
  background-position: -0px -320px; }

.emoji-1f64f-1f3fc {
  background-position: -64px -320px; }

.emoji-1f64f-1f3fd {
  background-position: -128px -320px; }

.emoji-1f64f-1f3fe {
  background-position: -192px -320px; }

.emoji-1f64f-1f3ff {
  background-position: -256px -320px; }

.emoji-1f91b-1f3fb {
  background-position: -320px -320px; }

.emoji-1f91b-1f3fc {
  background-position: -384px -0px; }

.emoji-1f91b-1f3fd {
  background-position: -384px -64px; }

.emoji-1f91b-1f3fe {
  background-position: -384px -128px; }

.emoji-1f91b-1f3ff {
  background-position: -384px -192px; }

.emoji-270a-1f3fb {
  background-position: -384px -256px; }

.emoji-270a-1f3fc {
  background-position: -384px -320px; }

.emoji-270a-1f3fd {
  background-position: -0px -384px; }

.emoji-270a-1f3fe {
  background-position: -64px -384px; }

.emoji-1f44a-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-2 {
  background-image: url(/static/media/skintone-2.63d50a45.png); }

.emoji-270c-1f3ff {
  background-position: -0px -0px; }

.emoji-1f446-1f3fc {
  background-position: -64px -0px; }

.emoji-1f446-1f3fd {
  background-position: -0px -64px; }

.emoji-1f446-1f3fe {
  background-position: -64px -64px; }

.emoji-1f446-1f3ff {
  background-position: -128px -0px; }

.emoji-1f447-1f3fb {
  background-position: -128px -64px; }

.emoji-1f447-1f3fc {
  background-position: -0px -128px; }

.emoji-1f447-1f3fd {
  background-position: -64px -128px; }

.emoji-1f447-1f3fe {
  background-position: -128px -128px; }

.emoji-1f447-1f3ff {
  background-position: -192px -0px; }

.emoji-1f448-1f3fb {
  background-position: -192px -64px; }

.emoji-1f448-1f3fc {
  background-position: -192px -128px; }

.emoji-1f448-1f3fd {
  background-position: -0px -192px; }

.emoji-1f448-1f3fe {
  background-position: -64px -192px; }

.emoji-1f448-1f3ff {
  background-position: -128px -192px; }

.emoji-1f449-1f3fb {
  background-position: -192px -192px; }

.emoji-1f449-1f3fc {
  background-position: -256px -0px; }

.emoji-1f449-1f3fd {
  background-position: -256px -64px; }

.emoji-1f449-1f3fe {
  background-position: -256px -128px; }

.emoji-1f449-1f3ff {
  background-position: -256px -192px; }

.emoji-1f44c-1f3fb {
  background-position: -0px -256px; }

.emoji-1f44c-1f3fc {
  background-position: -64px -256px; }

.emoji-1f44c-1f3fd {
  background-position: -128px -256px; }

.emoji-1f44c-1f3fe {
  background-position: -192px -256px; }

.emoji-1f44c-1f3ff {
  background-position: -256px -256px; }

.emoji-1f918-1f3fb {
  background-position: -320px -0px; }

.emoji-1f918-1f3fc {
  background-position: -320px -64px; }

.emoji-1f918-1f3fd {
  background-position: -320px -128px; }

.emoji-1f918-1f3fe {
  background-position: -320px -192px; }

.emoji-1f918-1f3ff {
  background-position: -320px -256px; }

.emoji-1f91c-1f3fb {
  background-position: -0px -320px; }

.emoji-1f91c-1f3fc {
  background-position: -64px -320px; }

.emoji-1f91c-1f3fd {
  background-position: -128px -320px; }

.emoji-1f91c-1f3fe {
  background-position: -192px -320px; }

.emoji-1f91c-1f3ff {
  background-position: -256px -320px; }

.emoji-1f91e-1f3fb {
  background-position: -320px -320px; }

.emoji-1f91e-1f3fc {
  background-position: -384px -0px; }

.emoji-1f91e-1f3fd {
  background-position: -384px -64px; }

.emoji-1f91e-1f3fe {
  background-position: -384px -128px; }

.emoji-1f91e-1f3ff {
  background-position: -384px -192px; }

.emoji-270c-1f3fb {
  background-position: -384px -256px; }

.emoji-270c-1f3fc {
  background-position: -384px -320px; }

.emoji-270c-1f3fd {
  background-position: -0px -384px; }

.emoji-270c-1f3fe {
  background-position: -64px -384px; }

.emoji-1f446-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-3 {
  background-image: url(/static/media/skintone-3.7a08909b.png); }

.emoji-270b-1f3ff {
  background-position: -0px -0px; }

.emoji-1f44b-1f3fc {
  background-position: -64px -0px; }

.emoji-1f44b-1f3fd {
  background-position: -0px -64px; }

.emoji-1f44b-1f3fe {
  background-position: -64px -64px; }

.emoji-1f44b-1f3ff {
  background-position: -128px -0px; }

.emoji-1f4aa-1f3fb {
  background-position: -128px -64px; }

.emoji-1f4aa-1f3fc {
  background-position: -0px -128px; }

.emoji-1f4aa-1f3fd {
  background-position: -64px -128px; }

.emoji-1f4aa-1f3fe {
  background-position: -128px -128px; }

.emoji-1f4aa-1f3ff {
  background-position: -192px -0px; }

.emoji-1f590-1f3fb {
  background-position: -192px -64px; }

.emoji-1f590-1f3fc {
  background-position: -192px -128px; }

.emoji-1f590-1f3fd {
  background-position: -0px -192px; }

.emoji-1f590-1f3fe {
  background-position: -64px -192px; }

.emoji-1f590-1f3ff {
  background-position: -128px -192px; }

.emoji-1f595-1f3fb {
  background-position: -192px -192px; }

.emoji-1f595-1f3fc {
  background-position: -256px -0px; }

.emoji-1f595-1f3fd {
  background-position: -256px -64px; }

.emoji-1f595-1f3fe {
  background-position: -256px -128px; }

.emoji-1f595-1f3ff {
  background-position: -256px -192px; }

.emoji-1f596-1f3fb {
  background-position: -0px -256px; }

.emoji-1f596-1f3fc {
  background-position: -64px -256px; }

.emoji-1f596-1f3fd {
  background-position: -128px -256px; }

.emoji-1f596-1f3fe {
  background-position: -192px -256px; }

.emoji-1f596-1f3ff {
  background-position: -256px -256px; }

.emoji-1f919-1f3fb {
  background-position: -320px -0px; }

.emoji-1f919-1f3fc {
  background-position: -320px -64px; }

.emoji-1f919-1f3fd {
  background-position: -320px -128px; }

.emoji-1f919-1f3fe {
  background-position: -320px -192px; }

.emoji-1f919-1f3ff {
  background-position: -320px -256px; }

.emoji-1f91a-1f3fb {
  background-position: -0px -320px; }

.emoji-1f91a-1f3fc {
  background-position: -64px -320px; }

.emoji-1f91a-1f3fd {
  background-position: -128px -320px; }

.emoji-1f91a-1f3fe {
  background-position: -192px -320px; }

.emoji-1f91a-1f3ff {
  background-position: -256px -320px; }

.emoji-261d-1f3fb {
  background-position: -320px -320px; }

.emoji-261d-1f3fc {
  background-position: -384px -0px; }

.emoji-261d-1f3fd {
  background-position: -384px -64px; }

.emoji-261d-1f3fe {
  background-position: -384px -128px; }

.emoji-261d-1f3ff {
  background-position: -384px -192px; }

.emoji-270b-1f3fb {
  background-position: -384px -256px; }

.emoji-270b-1f3fc {
  background-position: -384px -320px; }

.emoji-270b-1f3fd {
  background-position: -0px -384px; }

.emoji-270b-1f3fe {
  background-position: -64px -384px; }

.emoji-1f44b-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-4 {
  background-image: url(/static/media/skintone-4.b9a24eb0.png); }

.emoji-270d-1f3ff {
  background-position: -0px -0px; }

.emoji-1f442-1f3fc {
  background-position: -64px -0px; }

.emoji-1f442-1f3fd {
  background-position: -0px -64px; }

.emoji-1f442-1f3fe {
  background-position: -64px -64px; }

.emoji-1f442-1f3ff {
  background-position: -128px -0px; }

.emoji-1f443-1f3fb {
  background-position: -128px -64px; }

.emoji-1f443-1f3fc {
  background-position: -0px -128px; }

.emoji-1f443-1f3fd {
  background-position: -64px -128px; }

.emoji-1f443-1f3fe {
  background-position: -128px -128px; }

.emoji-1f443-1f3ff {
  background-position: -192px -0px; }

.emoji-1f466-1f3fb {
  background-position: -192px -64px; }

.emoji-1f466-1f3fc {
  background-position: -192px -128px; }

.emoji-1f466-1f3fd {
  background-position: -0px -192px; }

.emoji-1f466-1f3fe {
  background-position: -64px -192px; }

.emoji-1f466-1f3ff {
  background-position: -128px -192px; }

.emoji-1f467-1f3fb {
  background-position: -192px -192px; }

.emoji-1f467-1f3fc {
  background-position: -256px -0px; }

.emoji-1f467-1f3fd {
  background-position: -256px -64px; }

.emoji-1f467-1f3fe {
  background-position: -256px -128px; }

.emoji-1f467-1f3ff {
  background-position: -256px -192px; }

.emoji-1f468-1f3fb {
  background-position: -0px -256px; }

.emoji-1f468-1f3fc {
  background-position: -64px -256px; }

.emoji-1f468-1f3fd {
  background-position: -128px -256px; }

.emoji-1f468-1f3fe {
  background-position: -192px -256px; }

.emoji-1f468-1f3ff {
  background-position: -256px -256px; }

.emoji-1f476-1f3fb {
  background-position: -320px -0px; }

.emoji-1f476-1f3fc {
  background-position: -320px -64px; }

.emoji-1f476-1f3fd {
  background-position: -320px -128px; }

.emoji-1f476-1f3fe {
  background-position: -320px -192px; }

.emoji-1f476-1f3ff {
  background-position: -320px -256px; }

.emoji-1f485-1f3fb {
  background-position: -0px -320px; }

.emoji-1f485-1f3fc {
  background-position: -64px -320px; }

.emoji-1f485-1f3fd {
  background-position: -128px -320px; }

.emoji-1f485-1f3fe {
  background-position: -192px -320px; }

.emoji-1f485-1f3ff {
  background-position: -256px -320px; }

.emoji-1f933-1f3fb {
  background-position: -320px -320px; }

.emoji-1f933-1f3fc {
  background-position: -384px -0px; }

.emoji-1f933-1f3fd {
  background-position: -384px -64px; }

.emoji-1f933-1f3fe {
  background-position: -384px -128px; }

.emoji-1f933-1f3ff {
  background-position: -384px -192px; }

.emoji-270d-1f3fb {
  background-position: -384px -256px; }

.emoji-270d-1f3fc {
  background-position: -384px -320px; }

.emoji-270d-1f3fd {
  background-position: -0px -384px; }

.emoji-270d-1f3fe {
  background-position: -64px -384px; }

.emoji-1f442-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-5 {
  background-image: url(/static/media/skintone-5.d82475b1.png); }

.emoji-1f475-1f3ff {
  background-position: -0px -0px; }

.emoji-1f469-1f3fc {
  background-position: -64px -0px; }

.emoji-1f469-1f3fd {
  background-position: -0px -64px; }

.emoji-1f469-1f3fe {
  background-position: -64px -64px; }

.emoji-1f469-1f3ff {
  background-position: -128px -0px; }

.emoji-1f471-1f3fb {
  background-position: -128px -64px; }

.emoji-1f471-1f3fb-200d-2640-fe0f {
  background-position: -0px -128px; }

.emoji-1f471-1f3fc {
  background-position: -64px -128px; }

.emoji-1f471-1f3fc-200d-2640-fe0f {
  background-position: -128px -128px; }

.emoji-1f471-1f3fd {
  background-position: -192px -0px; }

.emoji-1f471-1f3fd-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f471-1f3fe {
  background-position: -192px -128px; }

.emoji-1f471-1f3fe-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f471-1f3ff {
  background-position: -64px -192px; }

.emoji-1f471-1f3ff-200d-2640-fe0f {
  background-position: -128px -192px; }

.emoji-1f472-1f3fb {
  background-position: -192px -192px; }

.emoji-1f472-1f3fc {
  background-position: -256px -0px; }

.emoji-1f472-1f3fd {
  background-position: -256px -64px; }

.emoji-1f472-1f3fe {
  background-position: -256px -128px; }

.emoji-1f472-1f3ff {
  background-position: -256px -192px; }

.emoji-1f473-1f3fb {
  background-position: -0px -256px; }

.emoji-1f473-1f3fc {
  background-position: -64px -256px; }

.emoji-1f473-1f3fd {
  background-position: -128px -256px; }

.emoji-1f473-1f3fe {
  background-position: -192px -256px; }

.emoji-1f473-1f3ff {
  background-position: -256px -256px; }

.emoji-1f474-1f3fb {
  background-position: -320px -0px; }

.emoji-1f474-1f3fc {
  background-position: -320px -64px; }

.emoji-1f474-1f3fd {
  background-position: -320px -128px; }

.emoji-1f474-1f3fe {
  background-position: -320px -192px; }

.emoji-1f474-1f3ff {
  background-position: -320px -256px; }

.emoji-1f475-1f3fb {
  background-position: -0px -320px; }

.emoji-1f475-1f3fc {
  background-position: -64px -320px; }

.emoji-1f475-1f3fd {
  background-position: -128px -320px; }

.emoji-1f475-1f3fe {
  background-position: -192px -320px; }

.emoji-1f469-1f3fb {
  background-position: -256px -320px; }

.emoji-category-skintone-6 {
  background-image: url(/static/media/skintone-6.37e4b368.png); }

.emoji-1f477-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f46e-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f46e-1f3fc {
  background-position: -0px -64px; }

.emoji-1f46e-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f46e-1f3fd {
  background-position: -128px -0px; }

.emoji-1f46e-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f46e-1f3fe {
  background-position: -0px -128px; }

.emoji-1f46e-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f46e-1f3ff {
  background-position: -128px -128px; }

.emoji-1f46e-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f473-1f3fb {
  background-position: -192px -64px; }

.emoji-1f473-1f3fb-200d-2640-fe0f {
  background-position: -192px -128px; }

.emoji-1f473-1f3fc {
  background-position: -0px -192px; }

.emoji-1f473-1f3fc-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f473-1f3fd {
  background-position: -128px -192px; }

.emoji-1f473-1f3fd-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f473-1f3fe {
  background-position: -256px -0px; }

.emoji-1f473-1f3fe-200d-2640-fe0f {
  background-position: -256px -64px; }

.emoji-1f473-1f3ff {
  background-position: -256px -128px; }

.emoji-1f473-1f3ff-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f477-1f3fb {
  background-position: -0px -256px; }

.emoji-1f477-1f3fb-200d-2640-fe0f {
  background-position: -64px -256px; }

.emoji-1f477-1f3fc {
  background-position: -128px -256px; }

.emoji-1f477-1f3fc-200d-2640-fe0f {
  background-position: -192px -256px; }

.emoji-1f477-1f3fd {
  background-position: -256px -256px; }

.emoji-1f477-1f3fd-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f477-1f3fe {
  background-position: -320px -64px; }

.emoji-1f477-1f3fe-200d-2640-fe0f {
  background-position: -320px -128px; }

.emoji-1f477-1f3ff {
  background-position: -320px -192px; }

.emoji-1f46e-1f3fb {
  background-position: -320px -256px; }

.emoji-category-skintone-7 {
  background-image: url(/static/media/skintone-7.065286cd.png); }

.emoji-1f575-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f477-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f477-1f3fc {
  background-position: -0px -64px; }

.emoji-1f477-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f477-1f3fd {
  background-position: -128px -0px; }

.emoji-1f477-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f477-1f3fe {
  background-position: -0px -128px; }

.emoji-1f477-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f477-1f3ff {
  background-position: -128px -128px; }

.emoji-1f477-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f482-1f3fb {
  background-position: -192px -64px; }

.emoji-1f482-1f3fb-200d-2640-fe0f {
  background-position: -192px -128px; }

.emoji-1f482-1f3fc {
  background-position: -0px -192px; }

.emoji-1f482-1f3fc-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f482-1f3fd {
  background-position: -128px -192px; }

.emoji-1f482-1f3fd-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f482-1f3fe {
  background-position: -256px -0px; }

.emoji-1f482-1f3fe-200d-2640-fe0f {
  background-position: -256px -64px; }

.emoji-1f482-1f3ff {
  background-position: -256px -128px; }

.emoji-1f482-1f3ff-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f575-1f3fb {
  background-position: -0px -256px; }

.emoji-1f575-1f3fb-200d-2640-fe0f {
  background-position: -64px -256px; }

.emoji-1f575-1f3fc {
  background-position: -128px -256px; }

.emoji-1f575-1f3fc-200d-2640-fe0f {
  background-position: -192px -256px; }

.emoji-1f575-1f3fd {
  background-position: -256px -256px; }

.emoji-1f575-1f3fd-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f575-1f3fe {
  background-position: -320px -64px; }

.emoji-1f575-1f3fe-200d-2640-fe0f {
  background-position: -320px -128px; }

.emoji-1f575-1f3ff {
  background-position: -320px -192px; }

.emoji-1f477-1f3fb {
  background-position: -320px -256px; }

.emoji-category-skintone-8 {
  background-image: url(/static/media/skintone-8.5e43ac06.png); }

.emoji-1f575-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f468-1f3fc {
  background-position: -64px -0px; }

.emoji-1f468-1f3fd {
  background-position: -0px -64px; }

.emoji-1f468-1f3fe {
  background-position: -64px -64px; }

.emoji-1f468-1f3ff {
  background-position: -128px -0px; }

.emoji-1f469-1f3fb {
  background-position: -128px -64px; }

.emoji-1f469-1f3fc {
  background-position: -0px -128px; }

.emoji-1f469-1f3fd {
  background-position: -64px -128px; }

.emoji-1f469-1f3fe {
  background-position: -128px -128px; }

.emoji-1f469-1f3ff {
  background-position: -192px -0px; }

.emoji-1f575-1f3fb-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f575-1f3fc-200d-2640-fe0f {
  background-position: -192px -128px; }

.emoji-1f575-1f3fd-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f575-1f3fe-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f468-1f3fb {
  background-position: -128px -192px; }

.emoji-category-skintone-9 {
  background-image: url(/static/media/skintone-9.4d0482b9.png); }

.emoji-1f469-1f3ff {
  background-position: -0px -0px; }

.emoji-1f468-1f3fc {
  background-position: -64px -0px; }

.emoji-1f468-1f3fd {
  background-position: -0px -64px; }

.emoji-1f468-1f3fe {
  background-position: -64px -64px; }

.emoji-1f468-1f3ff {
  background-position: -128px -0px; }

.emoji-1f469-1f3fb {
  background-position: -128px -64px; }

.emoji-1f469-1f3fc {
  background-position: -0px -128px; }

.emoji-1f469-1f3fd {
  background-position: -64px -128px; }

.emoji-1f469-1f3fe {
  background-position: -128px -128px; }

.emoji-1f468-1f3fb {
  background-position: -192px -0px; }

.emoji-category-skintone-10 {
  background-image: url(/static/media/skintone-10.4d0482b9.png); }

.emoji-1f469-1f3ff {
  background-position: -0px -0px; }

.emoji-1f468-1f3fc {
  background-position: -64px -0px; }

.emoji-1f468-1f3fd {
  background-position: -0px -64px; }

.emoji-1f468-1f3fe {
  background-position: -64px -64px; }

.emoji-1f468-1f3ff {
  background-position: -128px -0px; }

.emoji-1f469-1f3fb {
  background-position: -128px -64px; }

.emoji-1f469-1f3fc {
  background-position: -0px -128px; }

.emoji-1f469-1f3fd {
  background-position: -64px -128px; }

.emoji-1f469-1f3fe {
  background-position: -128px -128px; }

.emoji-1f468-1f3fb {
  background-position: -192px -0px; }

.emoji-category-skintone-11 {
  background-image: url(/static/media/skintone-11.bfaafa56.png); }

.emoji-1f936-1f3ff {
  background-position: -0px -0px; }

.emoji-1f385-1f3fc {
  background-position: -64px -0px; }

.emoji-1f385-1f3fd {
  background-position: -0px -64px; }

.emoji-1f385-1f3fe {
  background-position: -64px -64px; }

.emoji-1f385-1f3ff {
  background-position: -128px -0px; }

.emoji-1f468-1f3fb {
  background-position: -128px -64px; }

.emoji-1f468-1f3fc {
  background-position: -0px -128px; }

.emoji-1f468-1f3fd {
  background-position: -64px -128px; }

.emoji-1f468-1f3fe {
  background-position: -128px -128px; }

.emoji-1f468-1f3ff {
  background-position: -192px -0px; }

.emoji-1f469-1f3fb {
  background-position: -192px -64px; }

.emoji-1f469-1f3fc {
  background-position: -192px -128px; }

.emoji-1f469-1f3fd {
  background-position: -0px -192px; }

.emoji-1f469-1f3fe {
  background-position: -64px -192px; }

.emoji-1f469-1f3ff {
  background-position: -128px -192px; }

.emoji-1f478-1f3fb {
  background-position: -192px -192px; }

.emoji-1f478-1f3fc {
  background-position: -256px -0px; }

.emoji-1f478-1f3fd {
  background-position: -256px -64px; }

.emoji-1f478-1f3fe {
  background-position: -256px -128px; }

.emoji-1f478-1f3ff {
  background-position: -256px -192px; }

.emoji-1f936-1f3fb {
  background-position: -0px -256px; }

.emoji-1f936-1f3fc {
  background-position: -64px -256px; }

.emoji-1f936-1f3fd {
  background-position: -128px -256px; }

.emoji-1f936-1f3fe {
  background-position: -192px -256px; }

.emoji-1f385-1f3fb {
  background-position: -256px -256px; }

.emoji-category-skintone-12 {
  background-image: url(/static/media/skintone-12.33cb9843.png); }

.emoji-1f935-1f3ff {
  background-position: -0px -0px; }

.emoji-1f470-1f3fc {
  background-position: -64px -0px; }

.emoji-1f470-1f3fd {
  background-position: -0px -64px; }

.emoji-1f470-1f3fe {
  background-position: -64px -64px; }

.emoji-1f470-1f3ff {
  background-position: -128px -0px; }

.emoji-1f47c-1f3fb {
  background-position: -128px -64px; }

.emoji-1f47c-1f3fc {
  background-position: -0px -128px; }

.emoji-1f47c-1f3fd {
  background-position: -64px -128px; }

.emoji-1f47c-1f3fe {
  background-position: -128px -128px; }

.emoji-1f47c-1f3ff {
  background-position: -192px -0px; }

.emoji-1f647-1f3fb {
  background-position: -192px -64px; }

.emoji-1f647-1f3fb-200d-2640-fe0f {
  background-position: -192px -128px; }

.emoji-1f647-1f3fc {
  background-position: -0px -192px; }

.emoji-1f647-1f3fc-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f647-1f3fd {
  background-position: -128px -192px; }

.emoji-1f647-1f3fd-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f647-1f3fe {
  background-position: -256px -0px; }

.emoji-1f647-1f3fe-200d-2640-fe0f {
  background-position: -256px -64px; }

.emoji-1f647-1f3ff {
  background-position: -256px -128px; }

.emoji-1f647-1f3ff-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f930-1f3fb {
  background-position: -0px -256px; }

.emoji-1f930-1f3fc {
  background-position: -64px -256px; }

.emoji-1f930-1f3fd {
  background-position: -128px -256px; }

.emoji-1f930-1f3fe {
  background-position: -192px -256px; }

.emoji-1f930-1f3ff {
  background-position: -256px -256px; }

.emoji-1f934-1f3fb {
  background-position: -320px -0px; }

.emoji-1f934-1f3fc {
  background-position: -320px -64px; }

.emoji-1f934-1f3fd {
  background-position: -320px -128px; }

.emoji-1f934-1f3fe {
  background-position: -320px -192px; }

.emoji-1f934-1f3ff {
  background-position: -320px -256px; }

.emoji-1f935-1f3fb {
  background-position: -0px -320px; }

.emoji-1f935-1f3fc {
  background-position: -64px -320px; }

.emoji-1f935-1f3fd {
  background-position: -128px -320px; }

.emoji-1f935-1f3fe {
  background-position: -192px -320px; }

.emoji-1f470-1f3fb {
  background-position: -256px -320px; }

.emoji-category-skintone-13 {
  background-image: url(/static/media/skintone-13.3e3b765f.png); }

.emoji-1f646-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f481-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f481-1f3fb-200d-2642-fe0f {
  background-position: -0px -64px; }

.emoji-1f481-1f3fc {
  background-position: -64px -64px; }

.emoji-1f481-1f3fc-200d-2640-fe0f {
  background-position: -128px -0px; }

.emoji-1f481-1f3fc-200d-2642-fe0f {
  background-position: -128px -64px; }

.emoji-1f481-1f3fd {
  background-position: -0px -128px; }

.emoji-1f481-1f3fd-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f481-1f3fd-200d-2642-fe0f {
  background-position: -128px -128px; }

.emoji-1f481-1f3fe {
  background-position: -192px -0px; }

.emoji-1f481-1f3fe-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f481-1f3fe-200d-2642-fe0f {
  background-position: -192px -128px; }

.emoji-1f481-1f3ff {
  background-position: -0px -192px; }

.emoji-1f481-1f3ff-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f481-1f3ff-200d-2642-fe0f {
  background-position: -128px -192px; }

.emoji-1f645-1f3fb {
  background-position: -192px -192px; }

.emoji-1f645-1f3fb-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f645-1f3fb-200d-2642-fe0f {
  background-position: -256px -64px; }

.emoji-1f645-1f3fc {
  background-position: -256px -128px; }

.emoji-1f645-1f3fc-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f645-1f3fc-200d-2642-fe0f {
  background-position: -0px -256px; }

.emoji-1f645-1f3fd {
  background-position: -64px -256px; }

.emoji-1f645-1f3fd-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f645-1f3fd-200d-2642-fe0f {
  background-position: -192px -256px; }

.emoji-1f645-1f3fe {
  background-position: -256px -256px; }

.emoji-1f645-1f3fe-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f645-1f3fe-200d-2642-fe0f {
  background-position: -320px -64px; }

.emoji-1f645-1f3ff {
  background-position: -320px -128px; }

.emoji-1f645-1f3ff-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f645-1f3ff-200d-2642-fe0f {
  background-position: -320px -256px; }

.emoji-1f646-1f3fb {
  background-position: -0px -320px; }

.emoji-1f646-1f3fb-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f646-1f3fb-200d-2642-fe0f {
  background-position: -128px -320px; }

.emoji-1f646-1f3fc {
  background-position: -192px -320px; }

.emoji-1f646-1f3fc-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-1f646-1f3fc-200d-2642-fe0f {
  background-position: -320px -320px; }

.emoji-1f646-1f3fd {
  background-position: -384px -0px; }

.emoji-1f646-1f3fd-200d-2640-fe0f {
  background-position: -384px -64px; }

.emoji-1f646-1f3fd-200d-2642-fe0f {
  background-position: -384px -128px; }

.emoji-1f646-1f3fe {
  background-position: -384px -192px; }

.emoji-1f646-1f3fe-200d-2640-fe0f {
  background-position: -384px -256px; }

.emoji-1f646-1f3fe-200d-2642-fe0f {
  background-position: -384px -320px; }

.emoji-1f646-1f3ff {
  background-position: -0px -384px; }

.emoji-1f646-1f3ff-200d-2640-fe0f {
  background-position: -64px -384px; }

.emoji-1f481-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-14 {
  background-image: url(/static/media/skintone-14.33e73894.png); }

.emoji-1f937-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f64b-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f64b-1f3fb-200d-2642-fe0f {
  background-position: -0px -64px; }

.emoji-1f64b-1f3fc {
  background-position: -64px -64px; }

.emoji-1f64b-1f3fc-200d-2640-fe0f {
  background-position: -128px -0px; }

.emoji-1f64b-1f3fc-200d-2642-fe0f {
  background-position: -128px -64px; }

.emoji-1f64b-1f3fd {
  background-position: -0px -128px; }

.emoji-1f64b-1f3fd-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f64b-1f3fd-200d-2642-fe0f {
  background-position: -128px -128px; }

.emoji-1f64b-1f3fe {
  background-position: -192px -0px; }

.emoji-1f64b-1f3fe-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f64b-1f3fe-200d-2642-fe0f {
  background-position: -192px -128px; }

.emoji-1f64b-1f3ff {
  background-position: -0px -192px; }

.emoji-1f64b-1f3ff-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f64b-1f3ff-200d-2642-fe0f {
  background-position: -128px -192px; }

.emoji-1f926-1f3fb {
  background-position: -192px -192px; }

.emoji-1f926-1f3fb-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f926-1f3fb-200d-2642-fe0f {
  background-position: -256px -64px; }

.emoji-1f926-1f3fc {
  background-position: -256px -128px; }

.emoji-1f926-1f3fc-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f926-1f3fc-200d-2642-fe0f {
  background-position: -0px -256px; }

.emoji-1f926-1f3fd {
  background-position: -64px -256px; }

.emoji-1f926-1f3fd-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f926-1f3fd-200d-2642-fe0f {
  background-position: -192px -256px; }

.emoji-1f926-1f3fe {
  background-position: -256px -256px; }

.emoji-1f926-1f3fe-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f926-1f3fe-200d-2642-fe0f {
  background-position: -320px -64px; }

.emoji-1f926-1f3ff {
  background-position: -320px -128px; }

.emoji-1f926-1f3ff-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f926-1f3ff-200d-2642-fe0f {
  background-position: -320px -256px; }

.emoji-1f937-1f3fb {
  background-position: -0px -320px; }

.emoji-1f937-1f3fb-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f937-1f3fb-200d-2642-fe0f {
  background-position: -128px -320px; }

.emoji-1f937-1f3fc {
  background-position: -192px -320px; }

.emoji-1f937-1f3fc-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-1f937-1f3fc-200d-2642-fe0f {
  background-position: -320px -320px; }

.emoji-1f937-1f3fd {
  background-position: -384px -0px; }

.emoji-1f937-1f3fd-200d-2640-fe0f {
  background-position: -384px -64px; }

.emoji-1f937-1f3fd-200d-2642-fe0f {
  background-position: -384px -128px; }

.emoji-1f937-1f3fe {
  background-position: -384px -192px; }

.emoji-1f937-1f3fe-200d-2640-fe0f {
  background-position: -384px -256px; }

.emoji-1f937-1f3fe-200d-2642-fe0f {
  background-position: -384px -320px; }

.emoji-1f937-1f3ff {
  background-position: -0px -384px; }

.emoji-1f937-1f3ff-200d-2640-fe0f {
  background-position: -64px -384px; }

.emoji-1f64b-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-15 {
  background-image: url(/static/media/skintone-15.58d3e725.png); }

.emoji-1f64e-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f487-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f487-1f3fb-200d-2642-fe0f {
  background-position: -0px -64px; }

.emoji-1f487-1f3fc {
  background-position: -64px -64px; }

.emoji-1f487-1f3fc-200d-2640-fe0f {
  background-position: -128px -0px; }

.emoji-1f487-1f3fc-200d-2642-fe0f {
  background-position: -128px -64px; }

.emoji-1f487-1f3fd {
  background-position: -0px -128px; }

.emoji-1f487-1f3fd-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f487-1f3fd-200d-2642-fe0f {
  background-position: -128px -128px; }

.emoji-1f487-1f3fe {
  background-position: -192px -0px; }

.emoji-1f487-1f3fe-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f487-1f3fe-200d-2642-fe0f {
  background-position: -192px -128px; }

.emoji-1f487-1f3ff {
  background-position: -0px -192px; }

.emoji-1f487-1f3ff-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f487-1f3ff-200d-2642-fe0f {
  background-position: -128px -192px; }

.emoji-1f64d-1f3fb {
  background-position: -192px -192px; }

.emoji-1f64d-1f3fb-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f64d-1f3fb-200d-2642-fe0f {
  background-position: -256px -64px; }

.emoji-1f64d-1f3fc {
  background-position: -256px -128px; }

.emoji-1f64d-1f3fc-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f64d-1f3fc-200d-2642-fe0f {
  background-position: -0px -256px; }

.emoji-1f64d-1f3fd {
  background-position: -64px -256px; }

.emoji-1f64d-1f3fd-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f64d-1f3fd-200d-2642-fe0f {
  background-position: -192px -256px; }

.emoji-1f64d-1f3fe {
  background-position: -256px -256px; }

.emoji-1f64d-1f3fe-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f64d-1f3fe-200d-2642-fe0f {
  background-position: -320px -64px; }

.emoji-1f64d-1f3ff {
  background-position: -320px -128px; }

.emoji-1f64d-1f3ff-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f64d-1f3ff-200d-2642-fe0f {
  background-position: -320px -256px; }

.emoji-1f64e-1f3fb {
  background-position: -0px -320px; }

.emoji-1f64e-1f3fb-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f64e-1f3fb-200d-2642-fe0f {
  background-position: -128px -320px; }

.emoji-1f64e-1f3fc {
  background-position: -192px -320px; }

.emoji-1f64e-1f3fc-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-1f64e-1f3fc-200d-2642-fe0f {
  background-position: -320px -320px; }

.emoji-1f64e-1f3fd {
  background-position: -384px -0px; }

.emoji-1f64e-1f3fd-200d-2640-fe0f {
  background-position: -384px -64px; }

.emoji-1f64e-1f3fd-200d-2642-fe0f {
  background-position: -384px -128px; }

.emoji-1f64e-1f3fe {
  background-position: -384px -192px; }

.emoji-1f64e-1f3fe-200d-2640-fe0f {
  background-position: -384px -256px; }

.emoji-1f64e-1f3fe-200d-2642-fe0f {
  background-position: -384px -320px; }

.emoji-1f64e-1f3ff {
  background-position: -0px -384px; }

.emoji-1f64e-1f3ff-200d-2640-fe0f {
  background-position: -64px -384px; }

.emoji-1f487-1f3fb {
  background-position: -128px -384px; }

.emoji-category-skintone-16 {
  background-image: url(/static/media/skintone-16.326fcdf3.png); }

.emoji-1f6b6-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f483-1f3fc {
  background-position: -64px -0px; }

.emoji-1f483-1f3fd {
  background-position: -0px -64px; }

.emoji-1f483-1f3fe {
  background-position: -64px -64px; }

.emoji-1f483-1f3ff {
  background-position: -128px -0px; }

.emoji-1f486-1f3fb {
  background-position: -128px -64px; }

.emoji-1f486-1f3fb-200d-2640-fe0f {
  background-position: -0px -128px; }

.emoji-1f486-1f3fb-200d-2642-fe0f {
  background-position: -64px -128px; }

.emoji-1f486-1f3fc {
  background-position: -128px -128px; }

.emoji-1f486-1f3fc-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f486-1f3fc-200d-2642-fe0f {
  background-position: -192px -64px; }

.emoji-1f486-1f3fd {
  background-position: -192px -128px; }

.emoji-1f486-1f3fd-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f486-1f3fd-200d-2642-fe0f {
  background-position: -64px -192px; }

.emoji-1f486-1f3fe {
  background-position: -128px -192px; }

.emoji-1f486-1f3fe-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f486-1f3fe-200d-2642-fe0f {
  background-position: -256px -0px; }

.emoji-1f486-1f3ff {
  background-position: -256px -64px; }

.emoji-1f486-1f3ff-200d-2640-fe0f {
  background-position: -256px -128px; }

.emoji-1f486-1f3ff-200d-2642-fe0f {
  background-position: -256px -192px; }

.emoji-1f574-1f3fb {
  background-position: -0px -256px; }

.emoji-1f574-1f3fc {
  background-position: -64px -256px; }

.emoji-1f574-1f3fd {
  background-position: -128px -256px; }

.emoji-1f574-1f3fe {
  background-position: -192px -256px; }

.emoji-1f574-1f3ff {
  background-position: -256px -256px; }

.emoji-1f57a-1f3fb {
  background-position: -320px -0px; }

.emoji-1f57a-1f3fc {
  background-position: -320px -64px; }

.emoji-1f57a-1f3fd {
  background-position: -320px -128px; }

.emoji-1f57a-1f3fe {
  background-position: -320px -192px; }

.emoji-1f57a-1f3ff {
  background-position: -320px -256px; }

.emoji-1f6b6-1f3fb {
  background-position: -0px -320px; }

.emoji-1f6b6-1f3fb-200d-2640-fe0f {
  background-position: -64px -320px; }

.emoji-1f6b6-1f3fc {
  background-position: -128px -320px; }

.emoji-1f6b6-1f3fc-200d-2640-fe0f {
  background-position: -192px -320px; }

.emoji-1f6b6-1f3fd {
  background-position: -256px -320px; }

.emoji-1f6b6-1f3fd-200d-2640-fe0f {
  background-position: -320px -320px; }

.emoji-1f6b6-1f3fe {
  background-position: -384px -0px; }

.emoji-1f6b6-1f3fe-200d-2640-fe0f {
  background-position: -384px -64px; }

.emoji-1f6b6-1f3ff {
  background-position: -384px -128px; }

.emoji-1f483-1f3fb {
  background-position: -384px -192px; }

.emoji-category-skintone-17 {
  background-image: url(/static/media/skintone-17.5ac1ac01.png); }

.emoji-1f6b6-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f3c3-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f3c3-1f3fc {
  background-position: -0px -64px; }

.emoji-1f3c3-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f3c3-1f3fd {
  background-position: -128px -0px; }

.emoji-1f3c3-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f3c3-1f3fe {
  background-position: -0px -128px; }

.emoji-1f3c3-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f3c3-1f3ff {
  background-position: -128px -128px; }

.emoji-1f3c3-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f468-1f3fb {
  background-position: -192px -64px; }

.emoji-1f468-1f3fc {
  background-position: -192px -128px; }

.emoji-1f468-1f3fd {
  background-position: -0px -192px; }

.emoji-1f468-1f3fe {
  background-position: -64px -192px; }

.emoji-1f468-1f3ff {
  background-position: -128px -192px; }

.emoji-1f469-1f3fb {
  background-position: -192px -192px; }

.emoji-1f469-1f3fc {
  background-position: -256px -0px; }

.emoji-1f469-1f3fd {
  background-position: -256px -64px; }

.emoji-1f469-1f3fe {
  background-position: -256px -128px; }

.emoji-1f469-1f3ff {
  background-position: -256px -192px; }

.emoji-1f6b6-1f3fb-200d-2640-fe0f {
  background-position: -0px -256px; }

.emoji-1f6b6-1f3fc-200d-2640-fe0f {
  background-position: -64px -256px; }

.emoji-1f6b6-1f3fd-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f6b6-1f3fe-200d-2640-fe0f {
  background-position: -192px -256px; }

.emoji-1f3c3-1f3fb {
  background-position: -256px -256px; }

.emoji-category-skintone-18 {
  background-image: url(/static/media/skintone-18.4d0482b9.png); }

.emoji-1f469-1f3ff {
  background-position: -0px -0px; }

.emoji-1f468-1f3fc {
  background-position: -64px -0px; }

.emoji-1f468-1f3fd {
  background-position: -0px -64px; }

.emoji-1f468-1f3fe {
  background-position: -64px -64px; }

.emoji-1f468-1f3ff {
  background-position: -128px -0px; }

.emoji-1f469-1f3fb {
  background-position: -128px -64px; }

.emoji-1f469-1f3fc {
  background-position: -0px -128px; }

.emoji-1f469-1f3fd {
  background-position: -64px -128px; }

.emoji-1f469-1f3fe {
  background-position: -128px -128px; }

.emoji-1f468-1f3fb {
  background-position: -192px -0px; }

.emoji-category-skintone-19 {
  background-image: url(/static/media/skintone-19.4d0482b9.png); }

.emoji-1f469-1f3ff {
  background-position: -0px -0px; }

.emoji-1f468-1f3fc {
  background-position: -64px -0px; }

.emoji-1f468-1f3fd {
  background-position: -0px -64px; }

.emoji-1f468-1f3fe {
  background-position: -64px -64px; }

.emoji-1f468-1f3ff {
  background-position: -128px -0px; }

.emoji-1f469-1f3fb {
  background-position: -128px -64px; }

.emoji-1f469-1f3fc {
  background-position: -0px -128px; }

.emoji-1f469-1f3fd {
  background-position: -64px -128px; }

.emoji-1f469-1f3fe {
  background-position: -128px -128px; }

.emoji-1f468-1f3fb {
  background-position: -192px -0px; }

.emoji-category-skintone-20 {
  background-image: url(/static/media/skintone-20.9b9a9924.png); }

.emoji-1f469-1f3ff {
  background-position: -0px -0px; }

.emoji-1f3cb-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f3cb-1f3fc {
  background-position: -0px -64px; }

.emoji-1f3cb-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f3cb-1f3fd {
  background-position: -128px -0px; }

.emoji-1f3cb-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f3cb-1f3fe {
  background-position: -0px -128px; }

.emoji-1f3cb-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f3cb-1f3ff {
  background-position: -128px -128px; }

.emoji-1f3cb-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f468-1f3fb {
  background-position: -192px -64px; }

.emoji-1f468-1f3fc {
  background-position: -192px -128px; }

.emoji-1f468-1f3fd {
  background-position: -0px -192px; }

.emoji-1f468-1f3fe {
  background-position: -64px -192px; }

.emoji-1f468-1f3ff {
  background-position: -128px -192px; }

.emoji-1f469-1f3fb {
  background-position: -192px -192px; }

.emoji-1f469-1f3fc {
  background-position: -256px -0px; }

.emoji-1f469-1f3fd {
  background-position: -256px -64px; }

.emoji-1f469-1f3fe {
  background-position: -256px -128px; }

.emoji-1f3cb-1f3fb {
  background-position: -256px -192px; }

.emoji-category-skintone-21 {
  background-image: url(/static/media/skintone-21.7fc5c461.png); }

.emoji-26f9-1f3ff-200d-2640-fe0f {
  background-position: -0px -0px; }

.emoji-1f3cb-1f3fc-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f3cb-1f3fd-200d-2640-fe0f {
  background-position: -0px -64px; }

.emoji-1f3cb-1f3fe-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f3cb-1f3ff-200d-2640-fe0f {
  background-position: -128px -0px; }

.emoji-1f938-1f3fb {
  background-position: -128px -64px; }

.emoji-1f938-1f3fb-200d-2640-fe0f {
  background-position: -0px -128px; }

.emoji-1f938-1f3fb-200d-2642-fe0f {
  background-position: -64px -128px; }

.emoji-1f938-1f3fc {
  background-position: -128px -128px; }

.emoji-1f938-1f3fc-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f938-1f3fc-200d-2642-fe0f {
  background-position: -192px -64px; }

.emoji-1f938-1f3fd {
  background-position: -192px -128px; }

.emoji-1f938-1f3fd-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f938-1f3fd-200d-2642-fe0f {
  background-position: -64px -192px; }

.emoji-1f938-1f3fe {
  background-position: -128px -192px; }

.emoji-1f938-1f3fe-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f938-1f3fe-200d-2642-fe0f {
  background-position: -256px -0px; }

.emoji-1f938-1f3ff {
  background-position: -256px -64px; }

.emoji-1f938-1f3ff-200d-2640-fe0f {
  background-position: -256px -128px; }

.emoji-1f938-1f3ff-200d-2642-fe0f {
  background-position: -256px -192px; }

.emoji-1f93e-1f3fb {
  background-position: -0px -256px; }

.emoji-1f93e-1f3fc {
  background-position: -64px -256px; }

.emoji-1f93e-1f3fd {
  background-position: -128px -256px; }

.emoji-1f93e-1f3fe {
  background-position: -192px -256px; }

.emoji-1f93e-1f3ff {
  background-position: -256px -256px; }

.emoji-26f9-1f3fb {
  background-position: -320px -0px; }

.emoji-26f9-1f3fb-200d-2640-fe0f {
  background-position: -320px -64px; }

.emoji-26f9-1f3fc {
  background-position: -320px -128px; }

.emoji-26f9-1f3fc-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-26f9-1f3fd {
  background-position: -320px -256px; }

.emoji-26f9-1f3fd-200d-2640-fe0f {
  background-position: -0px -320px; }

.emoji-26f9-1f3fe {
  background-position: -64px -320px; }

.emoji-26f9-1f3fe-200d-2640-fe0f {
  background-position: -128px -320px; }

.emoji-26f9-1f3ff {
  background-position: -192px -320px; }

.emoji-1f3cb-1f3fb-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-category-skintone-22 {
  background-image: url(/static/media/skintone-22.c39ad99a.png); }

.emoji-1f93e-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f3c4-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f3c4-1f3fc {
  background-position: -0px -64px; }

.emoji-1f3c4-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f3c4-1f3fd {
  background-position: -128px -0px; }

.emoji-1f3c4-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f3c4-1f3fe {
  background-position: -0px -128px; }

.emoji-1f3c4-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f3c4-1f3ff {
  background-position: -128px -128px; }

.emoji-1f3c4-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f3cc-1f3fb {
  background-position: -192px -64px; }

.emoji-1f3cc-1f3fb-200d-2640-fe0f {
  background-position: -192px -128px; }

.emoji-1f3cc-1f3fc {
  background-position: -0px -192px; }

.emoji-1f3cc-1f3fc-200d-2640-fe0f {
  background-position: -64px -192px; }

.emoji-1f3cc-1f3fd {
  background-position: -128px -192px; }

.emoji-1f3cc-1f3fd-200d-2640-fe0f {
  background-position: -192px -192px; }

.emoji-1f3cc-1f3fe {
  background-position: -256px -0px; }

.emoji-1f3cc-1f3fe-200d-2640-fe0f {
  background-position: -256px -64px; }

.emoji-1f3cc-1f3ff {
  background-position: -256px -128px; }

.emoji-1f3cc-1f3ff-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f93e-1f3fb-200d-2640-fe0f {
  background-position: -0px -256px; }

.emoji-1f93e-1f3fb-200d-2642-fe0f {
  background-position: -64px -256px; }

.emoji-1f93e-1f3fc-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f93e-1f3fc-200d-2642-fe0f {
  background-position: -192px -256px; }

.emoji-1f93e-1f3fd-200d-2640-fe0f {
  background-position: -256px -256px; }

.emoji-1f93e-1f3fd-200d-2642-fe0f {
  background-position: -320px -0px; }

.emoji-1f93e-1f3fe-200d-2640-fe0f {
  background-position: -320px -64px; }

.emoji-1f93e-1f3fe-200d-2642-fe0f {
  background-position: -320px -128px; }

.emoji-1f93e-1f3ff-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f3c4-1f3fb {
  background-position: -320px -256px; }

.emoji-category-skintone-23 {
  background-image: url(/static/media/skintone-23.26544362.png); }

.emoji-1f93d-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f3c4-1f3fc-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f3c4-1f3fd-200d-2640-fe0f {
  background-position: -0px -64px; }

.emoji-1f3c4-1f3fe-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f3c4-1f3ff-200d-2640-fe0f {
  background-position: -128px -0px; }

.emoji-1f3ca-1f3fb {
  background-position: -128px -64px; }

.emoji-1f3ca-1f3fb-200d-2640-fe0f {
  background-position: -0px -128px; }

.emoji-1f3ca-1f3fc {
  background-position: -64px -128px; }

.emoji-1f3ca-1f3fc-200d-2640-fe0f {
  background-position: -128px -128px; }

.emoji-1f3ca-1f3fd {
  background-position: -192px -0px; }

.emoji-1f3ca-1f3fd-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f3ca-1f3fe {
  background-position: -192px -128px; }

.emoji-1f3ca-1f3fe-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f3ca-1f3ff {
  background-position: -64px -192px; }

.emoji-1f3ca-1f3ff-200d-2640-fe0f {
  background-position: -128px -192px; }

.emoji-1f6a3-1f3fb {
  background-position: -192px -192px; }

.emoji-1f6a3-1f3fc {
  background-position: -256px -0px; }

.emoji-1f6a3-1f3fd {
  background-position: -256px -64px; }

.emoji-1f6a3-1f3fe {
  background-position: -256px -128px; }

.emoji-1f6a3-1f3ff {
  background-position: -256px -192px; }

.emoji-1f93d-1f3fb {
  background-position: -0px -256px; }

.emoji-1f93d-1f3fb-200d-2640-fe0f {
  background-position: -64px -256px; }

.emoji-1f93d-1f3fb-200d-2642-fe0f {
  background-position: -128px -256px; }

.emoji-1f93d-1f3fc {
  background-position: -192px -256px; }

.emoji-1f93d-1f3fc-200d-2640-fe0f {
  background-position: -256px -256px; }

.emoji-1f93d-1f3fc-200d-2642-fe0f {
  background-position: -320px -0px; }

.emoji-1f93d-1f3fd {
  background-position: -320px -64px; }

.emoji-1f93d-1f3fd-200d-2640-fe0f {
  background-position: -320px -128px; }

.emoji-1f93d-1f3fd-200d-2642-fe0f {
  background-position: -320px -192px; }

.emoji-1f93d-1f3fe {
  background-position: -320px -256px; }

.emoji-1f93d-1f3fe-200d-2640-fe0f {
  background-position: -0px -320px; }

.emoji-1f93d-1f3fe-200d-2642-fe0f {
  background-position: -64px -320px; }

.emoji-1f93d-1f3ff {
  background-position: -128px -320px; }

.emoji-1f93d-1f3ff-200d-2640-fe0f {
  background-position: -192px -320px; }

.emoji-1f3c4-1f3fb-200d-2640-fe0f {
  background-position: -256px -320px; }

.emoji-category-skintone-24 {
  background-image: url(/static/media/skintone-24.5c51acf2.png); }

.emoji-1f6b5-1f3ff {
  background-position: -0px -0px; }

.emoji-1f3c7-1f3fc {
  background-position: -64px -0px; }

.emoji-1f3c7-1f3fd {
  background-position: -0px -64px; }

.emoji-1f3c7-1f3fe {
  background-position: -64px -64px; }

.emoji-1f3c7-1f3ff {
  background-position: -128px -0px; }

.emoji-1f6a3-1f3fb {
  background-position: -128px -64px; }

.emoji-1f6a3-1f3fb-200d-2640-fe0f {
  background-position: -0px -128px; }

.emoji-1f6a3-1f3fc {
  background-position: -64px -128px; }

.emoji-1f6a3-1f3fc-200d-2640-fe0f {
  background-position: -128px -128px; }

.emoji-1f6a3-1f3fd {
  background-position: -192px -0px; }

.emoji-1f6a3-1f3fd-200d-2640-fe0f {
  background-position: -192px -64px; }

.emoji-1f6a3-1f3fe {
  background-position: -192px -128px; }

.emoji-1f6a3-1f3fe-200d-2640-fe0f {
  background-position: -0px -192px; }

.emoji-1f6a3-1f3ff {
  background-position: -64px -192px; }

.emoji-1f6a3-1f3ff-200d-2640-fe0f {
  background-position: -128px -192px; }

.emoji-1f6b4-1f3fb {
  background-position: -192px -192px; }

.emoji-1f6b4-1f3fb-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f6b4-1f3fc {
  background-position: -256px -64px; }

.emoji-1f6b4-1f3fc-200d-2640-fe0f {
  background-position: -256px -128px; }

.emoji-1f6b4-1f3fd {
  background-position: -256px -192px; }

.emoji-1f6b4-1f3fd-200d-2640-fe0f {
  background-position: -0px -256px; }

.emoji-1f6b4-1f3fe {
  background-position: -64px -256px; }

.emoji-1f6b4-1f3fe-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f6b4-1f3ff {
  background-position: -192px -256px; }

.emoji-1f6b4-1f3ff-200d-2640-fe0f {
  background-position: -256px -256px; }

.emoji-1f6b5-1f3fb {
  background-position: -320px -0px; }

.emoji-1f6b5-1f3fc {
  background-position: -320px -64px; }

.emoji-1f6b5-1f3fd {
  background-position: -320px -128px; }

.emoji-1f6b5-1f3fe {
  background-position: -320px -192px; }

.emoji-1f3c7-1f3fb {
  background-position: -320px -256px; }

.emoji-category-skintone-25 {
  background-image: url(/static/media/skintone-25.7d970368.png); }

.emoji-1f939-1f3ff-200d-2642-fe0f {
  background-position: -0px -0px; }

.emoji-1f6b5-1f3fb-200d-2640-fe0f {
  background-position: -64px -0px; }

.emoji-1f6b5-1f3fc {
  background-position: -0px -64px; }

.emoji-1f6b5-1f3fc-200d-2640-fe0f {
  background-position: -64px -64px; }

.emoji-1f6b5-1f3fd {
  background-position: -128px -0px; }

.emoji-1f6b5-1f3fd-200d-2640-fe0f {
  background-position: -128px -64px; }

.emoji-1f6b5-1f3fe {
  background-position: -0px -128px; }

.emoji-1f6b5-1f3fe-200d-2640-fe0f {
  background-position: -64px -128px; }

.emoji-1f6b5-1f3ff {
  background-position: -128px -128px; }

.emoji-1f6b5-1f3ff-200d-2640-fe0f {
  background-position: -192px -0px; }

.emoji-1f6c0-1f3fb {
  background-position: -192px -64px; }

.emoji-1f6c0-1f3fc {
  background-position: -192px -128px; }

.emoji-1f6c0-1f3fd {
  background-position: -0px -192px; }

.emoji-1f6c0-1f3fe {
  background-position: -64px -192px; }

.emoji-1f6c0-1f3ff {
  background-position: -128px -192px; }

.emoji-1f939-1f3fb {
  background-position: -192px -192px; }

.emoji-1f939-1f3fb-200d-2640-fe0f {
  background-position: -256px -0px; }

.emoji-1f939-1f3fb-200d-2642-fe0f {
  background-position: -256px -64px; }

.emoji-1f939-1f3fc {
  background-position: -256px -128px; }

.emoji-1f939-1f3fc-200d-2640-fe0f {
  background-position: -256px -192px; }

.emoji-1f939-1f3fc-200d-2642-fe0f {
  background-position: -0px -256px; }

.emoji-1f939-1f3fd {
  background-position: -64px -256px; }

.emoji-1f939-1f3fd-200d-2640-fe0f {
  background-position: -128px -256px; }

.emoji-1f939-1f3fd-200d-2642-fe0f {
  background-position: -192px -256px; }

.emoji-1f939-1f3fe {
  background-position: -256px -256px; }

.emoji-1f939-1f3fe-200d-2640-fe0f {
  background-position: -320px -0px; }

.emoji-1f939-1f3fe-200d-2642-fe0f {
  background-position: -320px -64px; }

.emoji-1f939-1f3ff {
  background-position: -320px -128px; }

.emoji-1f939-1f3ff-200d-2640-fe0f {
  background-position: -320px -192px; }

.emoji-1f6b5-1f3fb {
  background-position: -320px -256px; }

.error-bar {
  background-color: #1f7bc1;
  color: #ffffff;
  padding: 5px 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .error-bar.error-bar--fixed {
    overflow: hidden;
    padding: 1px 30px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .error-bar a {
    color: inherit !important;
    text-decoration: underline; }
    .error-bar a:hover, .error-bar a:active, .error-bar a:focus {
      color: inherit !important; }
    .error-bar a.error-bar__close {
      color: #ffffff;
      font-family: 'roboto', sans-serif;
      font-size: 20px;
      font-weight: 600;
      padding: 0 10px;
      position: absolute;
      right: 0;
      text-decoration: none;
      top: 0; }
      .error-bar a.error-bar__close:hover {
        color: #ffffff;
        text-decoration: none; }

.error-bar-critical {
  background-color: #B0171F; }

.error-bar-developer {
  background-color: purple; }

.file-preview__container {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  height: 115px;
  margin: 1px 0 5px;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.file-preview {
  overflow: hidden;
  *zoom: 1;
  flex-shrink: 0;
  flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 100px;
  margin-right: 10px;
  position: relative;
  width: 120px; }
  .file-preview .spinner {
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px; }

.file-preview__remove {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0 2px;
  height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 28px; }
  .file-preview__remove i {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    position: relative;
    right: auto;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    top: auto;
    z-index: 5; }

.image-comment {
  background-position: left top;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px; }

.file-icon {
  height: 100%;
  width: 100%; }
  .file-icon.audio {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/audio.7cdd00d7.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.video {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/video.7e2d7147.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.ppt {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/ppt.13d116f6.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.generic {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/generic.8f80832e.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.code {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/code.1bc945f7.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.excel {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/excel.1fa8b608.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.word {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/word.8f80832e.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.pdf {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/pdf.6357fc54.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.patch {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/patch.3c5f5173.png);
    background-position: center;
    background-repeat: no-repeat; }
  .file-icon.image {
    -webkit-background-size: 37% auto;
    -moz-background-size: 37% auto;
    -o-background-size: 37% auto;
    background-size: 37% auto;
    background-color: #ffffff;
    background-image: url(/static/media/image.397ee88f.svg);
    background-position: center;
    background-repeat: no-repeat; }

.attachment-icon {
  height: 100%;
  width: 100%; }
  .attachment-icon.file-ok {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/file_ok.d339166d.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.file-quarantine {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/file_quarantine.207ef34f.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.file-pending {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/file_pending.fe832027.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.file-download {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/file_download.2ba7df93.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.warning {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/warning.9e6634d8.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.clock {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/clock.99c28097.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.close {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/close.aee41dde.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .attachment-icon.stop {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-color: transparent;
    background-image: url(/static/media/stop.0bd2d460.svg);
    background-position: center;
    background-repeat: no-repeat; }

.pdf-preview-spacer {
  height: 5px; }

.pdf-max-pages {
  background: #ffffff;
  bottom: 0;
  display: block;
  left: 0;
  position: relative;
  width: 100%; }
  .pdf-max-pages span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    color: #ffffff;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
    position: relative; }

.file-view--single {
  margin: 5px 0; }
  .file-view--single .file__image-loading {
    min-height: 100px; }
  .file-view--single .file__image {
    *zoom: 1; }
    .file-view--single .file__image:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    .file-view--single .file__image .image-container {
      position: relative;
      width: 100%;
      height: 100%; }
    .file-view--single .file__image .image-preload {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: inline-block; }
    .file-view--single .file__image .image-loaded {
      -webkit-transition: all 0.1s linear;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear false;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      bottom: 0;
      cursor: 'pointer';
      display: inline-block;
      left: 0;
      max-height: 350px;
      max-width: 100%;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      position: relative;
      right: 0;
      top: 0;
      z-index: 2; }
      .file-view--single .file__image .image-loaded:hover {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
      .file-view--single .file__image .image-loaded img {
        -webkit-transition: all 0.1s linear;
        -webkit-transition-delay: 0s;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear false; }
        .file-view--single .file__image .image-loaded img.min-preview {
          max-height: 50px;
          max-width: initial; }
        .file-view--single .file__image .image-loaded img.min-preview--portrait {
          max-height: initial;
          max-width: 50px; }
    .file-view--single .file__image .image-fade-in {
      opacity: 1; }
  .file-view--single .file-details__name {
    display: block;
    font-size: 14px;
    font-weight: bold; }
  .file-view--single .file-details__name:hover {
    cursor: pointer;
    text-decoration: underline; }

.post-image__columns {
  display: flex;
  flex-flow: wrap; }

.post-image__column {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100px;
  margin: 5px 10px 5px 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 320px; }
  .post__content .post-image__column {
    cursor: pointer; }
  .post-image__column--placeholder {
    visibility: hidden; }
  .post-image__column.file-preview {
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin: 0 10px 0 0; }
    .post-image__column.file-preview .post-image__details .post-image__name {
      white-space: normal; }

.post-image__load {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 100%;
  width: 100%; }

.post-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .post-image.small {
    background-position: center; }
  .post-image.normal {
    background-position: top left; }
  .post-image .spinner .file__loading {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%; }
  .post-image .file__loaded {
    max-width: initial; }
    .post-image .file__loaded.landscape, .post-image .file__loaded.quadrat {
      height: 100px; }
    .post-image .file__loaded.portrait {
      width: 120px; }

.post-image__thumbnail {
  cursor: -webkit- zoom-in;
  cursor: zoom- zoom-in;
  flex: none;
  height: 100%;
  width: 100px; }

.post-image__details {
  overflow: hidden;
  *zoom: 1;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  font-size: 13px;
  height: 100%;
  padding-right: 50px;
  width: 100%; }
  .post-image__details .post-image__detail_wrapper {
    padding-left: 15px;
    width: 100%; }
    .post--compact .post-image__details .post-image__detail_wrapper {
      padding-left: 8px; }
    .post-image__details .post-image__detail_wrapper .post-image__detail {
      height: 100%;
      line-height: normal;
      width: 100%; }
      .post-image__details .post-image__detail_wrapper .post-image__detail .post-image__name {
        display: block;
        font-weight: 600;
        margin-bottom: 3px;
        outline: none;
        text-decoration: none; }
      .post-image__details .post-image__detail_wrapper .post-image__detail .post-image__type {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
      .post-image__details .post-image__detail_wrapper .post-image__detail .post-image__size {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
        margin-left: 4px; }
  .post-image__details .post-image__download {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; }
    .post-image__details .post-image__download svg {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -webkit-transition: all 0.1s linear;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear false;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid;
      display: inline-block;
      height: 30px;
      width: 30px; }
      .post-image__details .post-image__download svg:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }

.file-details__container {
  display: -webkit-flex;
  display: flex;
  background: #ffffff; }
  .file-details__container .file-details {
    height: 270px;
    padding: 14px;
    text-align: left;
    vertical-align: top;
    width: 320px; }
    .file-details__container .file-details .file-details__name {
      color: rgba(0, 0, 0, 0.9);
      font-size: 16px;
      margin: 5px 0;
      word-break: break-word; }
    .file-details__container .file-details .file-details__info {
      color: rgba(0, 0, 0, 0.5); }
  .file-details__container .file-details__preview {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    height: 270px;
    vertical-align: center;
    width: 320px; }
    .file-details__container .file-details__preview img {
      width: 80px; }
    .file-details__container .file-details__preview .file-details__preview-helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }

.file-playback__controls {
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s false false;
  bottom: 0;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 5px;
  transition: opacity 0.6s;
  z-index: 2; }
  .file-playback__controls.stop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.view-image__loading {
  background: #000000;
  min-height: 100px; }

.form-control {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .form-control.no-padding {
    line-height: 32px;
    padding: 0; }
  .form-control.no-resize {
    resize: none; }
  .form-control[disabled],
  .form-control [readonly] {
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
    cursor: auto; }

fieldset[disabled] .form-control {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  cursor: auto; }

.admin-textarea {
  resize: none; }

input[type='radio'], input[type='checkbox'] {
  font-size: 14px;
  margin-top: 3px; }

input::-webkit-file-upload-button {
  display: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.5; }

a {
  color: #2389d7;
  cursor: pointer;
  text-decoration: none;
  word-break: break-word; }
  a:hover, a:focus {
    color: #1c6dab; }

.text-danger {
  color: #b34849; }
  .text-danger:hover, .text-danger:focus {
    color: #b34849; }

.mention {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #2389d7;
  color: #ffffff;
  padding-bottom: 2px;
  position: relative;
  z-index: 10; }

.badge {
  background-color: #777;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.mentions__name {
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 6px 10px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 101; }
  .mentions__name .icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    display: inline-block;
    margin: 0 7px 0 0;
    position: relative;
    text-align: center;
    top: 2px;
    vertical-align: top;
    width: 16px; }
    .mentions__name .icon.icon__globe svg {
      height: 14px;
      width: 14px; }
  .mentions__name .status {
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    width: 20px; }
  .mentions__name .fa-user {
    position: relative;
    top: -1px; }
  .mentions__name .mention--align {
    overflow: hidden;
    *zoom: 1;
    text-overflow: ellipsis;
    width: calc(100% - 50px); }

.mention__image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: block;
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  margin-right: 7px;
  margin-top: 3px;
  text-align: center;
  width: 16px; }
  .mention__image .mention--align {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.mention__fullname {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.mention--highlight {
  background: rgba(17, 131, 129, 0.3); }

.mention__purpose {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  line-height: normal;
  margin-left: 5px; }

.mention__channelname {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.app__body.browser--ie .modal .modal-dialog {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.app__body .modal-body {
  max-height: calc(90vh - 62px);
  overflow: auto;
  padding: 20px 15px; }

.app__body .lynk-call-modal .modal-content {
  display: flex;
  flex-direction: column; }

.app__body .lynk-call-modal .modal-body {
  flex: 1;
  max-height: unset;
  padding: 20px 15px 28px 15px; }

.app__body .edit-modal-body {
  overflow: visible; }
  .app__body .edit-modal-body .custom-textarea {
    height: auto;
    max-height: 60vh;
    min-height: 8em; }
    .app__body .edit-modal-body .custom-textarea.custom-textarea--preview {
      display: none; }
    .app__body .edit-modal-body .custom-textarea.textbox-preview-area {
      position: relative; }
  .app__body .edit-modal-body .suggestion-list__content {
    max-height: 150px; }
  .app__body .edit-modal-body .edit-post__actions {
    display: inline-block;
    height: 30px;
    line-height: 34px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 24px;
    width: 30px; }
    .app__body .edit-modal-body .edit-post__actions .icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      cursor: pointer; }
    .app__body .edit-modal-body .edit-post__actions:hover .icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .app__body .edit-modal-body .edit-post-footer {
    display: inline-block;
    font-size: 13px;
    position: relative; }
    .app__body .edit-modal-body .edit-post-footer .post-error {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
      opacity: 0.55;
      font-size: .85em;
      font-weight: normal;
      margin-bottom: 0;
      position: relative;
      top: 3px; }

.app__body .row--invite .col-sm-6:first-child {
  padding-right: 0; }

.app__body .modal__hint {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
  font-size: .9em;
  margin: 0 0 10px; }

.app__body .modal__error {
  color: #cc2f31;
  float: left;
  font-size: .95em;
  font-weight: normal;
  margin-top: 6px; }

.app__body .more-table {
  margin: 0;
  table-layout: fixed; }

.app__body .modal {
  color: rgba(0, 0, 0, 0.9);
  width: 100%; }
  .app__body .modal .channel-switch-modal .modal-header {
    background: transparent;
    border: none;
    min-height: 0;
    padding: 0; }
    .app__body .modal .channel-switch-modal .modal-header .close {
      top: 10px; }
  .app__body .modal .modal--overflow .modal-body {
    overflow: visible; }
  .app__body .modal textarea {
    overflow-x: hidden; }
  .app__body .modal.modal-image .modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  .app__body .modal .custom-textarea {
    border-color: rgba(0, 0, 0, 0.15);
    color: inherit;
    padding-right: 30px; }
    .app__body .modal .custom-textarea:focus {
      border-color: rgba(0, 0, 0, 0.15);
      box-shadow: none; }
  .app__body .modal .btn {
    font-size: 13px; }
    .app__body .modal .btn.btn-default {
      background: transparent;
      border: none; }
  .app__body .modal .info__label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: .9em;
    font-weight: 600;
    margin-bottom: 3px; }
  .app__body .modal .info__value {
    padding-left: 10px;
    word-break: break-word; }
  .app__body .modal .team-member-list {
    width: 100%; }
  .app__body .modal .remove__member {
    color: inherit;
    float: right;
    font-size: 20px;
    line-height: 0;
    padding: 6px; }
    .app__body .modal .remove__member:hover {
      color: #cc2f31; }
  .app__body .modal .modal-dialog {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%; }
    .app__body .modal .modal-dialog.modal-xl {
      width: 800px; }
  .app__body .modal .modal-push-down {
    margin-top: 60px; }
  .app__body .modal .modal-next-bar {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .app__body .modal .modal-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    *zoom: 1;
    background: #2389d7;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
    min-height: 56px;
    padding: 14px 15px 11px; }
    .app__body .modal .modal-header .modal-title {
      color: whitesmoke;
      float: left;
      font-size: 17px;
      line-height: 27px;
      max-width: calc(100% - 80px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .app__body .modal .modal-header .modal-title .name {
        color: #ffffff;
        font-weight: 600; }
    .app__body .modal .modal-header .modal-action {
      margin: 0;
      padding: 0; }
    .app__body .modal .modal-header .close {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transition: all 0.25s ease-in;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in false;
      color: #ffffff;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: 10px;
      text-shadow: none;
      width: 30px;
      z-index: 5; }
      .app__body .modal .modal-header .close:hover {
        background: rgba(0, 0, 0, 0.1); }
      .app__body .modal .modal-header .close .sr-only {
        display: none; }
      .app__body .modal .modal-header .close span {
        font-family: 'roboto', sans-serif;
        line-height: 10px; }
    .app__body .modal .modal-header .btn.btn-primary {
      float: right;
      margin: -4px 33px 0 0;
      position: relative; }
      .app__body .modal .modal-header .btn.btn-primary i {
        margin-right: 5px; }
  .app__body .modal .no-channel-message {
    padding: 2em 1em;
    text-align: center; }
    .app__body .modal .no-channel-message .primary-message {
      font-size: 1.25em; }
    .app__body .modal .no-channel-message .secondary-message {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      margin: 1em 0 0; }
  .app__body .modal .modal-content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 1px; }
  .app__body .modal .modal-chevron-icon {
    font-size: 120%;
    top: 50%; }
  .app__body .modal .modal-prev-bar {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; }
  .app__body .modal .modal-image {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%; }
    .app__body .modal .modal-image .modal-body {
      overflow: hidden;
      *zoom: 1;
      display: table;
      height: 100%;
      max-height: 100%;
      table-layout: fixed;
      width: 100%; }
    .app__body .modal .modal-image .modal-image__content {
      max-height: 85vh;
      max-width: 90vw;
      overflow-x: hidden;
      overflow-y: visible; }
    .app__body .modal .modal-image .post-code__container {
      overflow: auto; }
    .app__body .modal .modal-image .modal-image__wrapper {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      display: table-cell;
      max-width: 90%;
      position: relative;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
      .app__body .modal .modal-image .modal-image__wrapper:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; }
      .app__body .modal .modal-image .modal-image__wrapper.default {
        height: 80%;
        width: 100%; }
      .app__body .modal .modal-image .modal-image__wrapper audio,
      .app__body .modal .modal-image .modal-image__wrapper canvas,
      .app__body .modal .modal-image .modal-image__wrapper progress,
      .app__body .modal .modal-image .modal-image__wrapper video {
        display: block;
        height: auto;
        max-width: 100%; }
      .app__body .modal .modal-image .modal-image__wrapper .modal-close {
        -webkit-transition: opacity 0.6s;
        -webkit-transition-delay: 0s;
        -moz-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
        transition: opacity 0.6s false false;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        background-image: url(/static/media/close.37375655.png);
        cursor: pointer;
        height: 37px;
        position: absolute;
        right: -13px;
        top: -13px;
        transition: opacity .6s;
        width: 37px;
        z-index: 9999; }
        .app__body .modal .modal-image .modal-image__wrapper .modal-close.modal-close--show {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
      .app__body .modal .modal-image .modal-image__wrapper > div {
        display: inline-block;
        min-height: 100px;
        min-width: 320px;
        position: relative; }
      .app__body .modal .modal-image .modal-image__wrapper code {
        min-height: 130px;
        min-width: 330px; }
      .app__body .modal .modal-image .modal-image__wrapper pre,
      .app__body .modal .modal-image .modal-image__wrapper code {
        display: inline-block; }
      .app__body .modal .modal-image .modal-image__wrapper .post-body--code {
        max-height: calc(100vh - 80px);
        max-width: calc(100vw - 80px);
        overflow: auto; }
      .app__body .modal .modal-image .modal-image__wrapper img {
        max-height: calc(100vh - 200px);
        max-width: 100%; }
      .app__body .modal .modal-image .modal-image__wrapper .spinner .file__loading {
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
        position: absolute;
        top: 50%;
        z-index: 2; }
    .app__body .modal .modal-image .modal-content {
      background: rgba(0, 0, 0, 0);
      border: none;
      box-shadow: none;
      height: 100%;
      padding: 0;
      width: 100%; }
    .app__body .modal .modal-image .modal-image__body {
      display: table-cell;
      height: 100%;
      overflow: visible;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
    .app__body .modal .modal-image .image-control {
      background: url(/static/media/prev.84b76dee.png) left no-repeat;
      float: left;
      height: 45px;
      margin-top: -23px;
      position: relative;
      top: 50%;
      width: 50px; }
      .app__body .modal .modal-image .image-control.image-next {
        background: url(/static/media/next.31f15875.png) left no-repeat;
        float: right; }
    .app__body .modal .modal-image .loader-image {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .app__body .modal .modal-image .loader-percent {
      bottom: 0;
      color: rgba(255, 255, 255, 0.8);
      height: 20px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 55px; }
    .app__body .modal .modal-image .modal-button-bar {
      -webkit-transition: opacity 0.6s;
      -webkit-transition-delay: 0s;
      -moz-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s false false;
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -ms-border-radius: 0 0 3px 3px;
      -o-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background-color: #000000;
      bottom: -40px;
      left: 0;
      line-height: 40px;
      max-width: 90vw;
      padding: 0 10px;
      position: absolute;
      right: 0; }
      .app__body .modal .modal-image .modal-button-bar.footer--show {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .app__body .modal .modal-image .modal-button-bar .image-links a,
      .app__body .modal .modal-image .modal-button-bar .image-links span {
        float: right; }
      .app__body .modal .modal-image .modal-button-bar .text {
        bottom: 0;
        color: #ffffff;
        margin-left: 5px;
        vertical-align: middle; }
      .app__body .modal .modal-image .modal-button-bar .public-link {
        margin-right: 5px; }
  .app__body .modal.more-channel__modal .modal-body {
    overflow-x: hidden;
    padding: 10px 0 15px; }
  .app__body .modal.more-channel__modal .channel-count {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    float: right;
    margin-top: 5px; }

.app__body .more-modal .user-list {
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.app__body .more-modal .modal-body {
  overflow-x: hidden;
  padding: 10px 0 15px; }

.app__body .more-modal .filter-row {
  margin: 5px 0 10px;
  width: 300px; }
  .app__body .more-modal .filter-row.filter-row--full {
    width: 100%; }

.app__body .more-modal .member-count {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  float: right;
  margin-top: 5px; }

.app__body .more-modal .member-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  float: right;
  margin-right: 3px;
  margin-top: 8px; }

.app__body .more-modal .member-select__container .member-count {
  margin: 12px 0 0 3px; }

.app__body .more-modal .member-select__container select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  float: right;
  margin: 1px 5px 0 2px;
  width: auto; }

.app__body .more-modal .more-purpose {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.more-modal__button .btn {
  font-size: .9em;
  font-weight: 600;
  height: 39px;
  width: 100%; }

.more-modal__list {
  display: flex;
  flex-direction: column; }
  .browser--ie .more-modal__list {
    flex: 20; }
  .more-modal__list > div {
    min-height: 100%;
    overflow: auto; }
  .popover .more-modal__list {
    font-size: .95em; }
    .popover .more-modal__list .more-modal__row {
      padding: 5px 10px; }
  .more-modal__list .more-modal__image {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 2px;
    max-width: none; }
  .more-modal__list .more-modal__details {
    align-self: center;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis; }
  .more-modal__list .more-modal__actions {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 5px 0;
    padding-left: 20px; }
  .more-modal__list .more-modal__name {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .more-modal__list .more-modal__description {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .more-modal__list .more-modal__description:empty {
      display: none; }
  .more-modal__list .more-modal__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 10px 15px; }
    .more-modal__list .more-modal__row.clickable {
      cursor: pointer; }
    .more-modal__list .more-modal__row:hover .more-modal__actions--round {
      opacity: .5; }
  .more-modal__list .more-modal__placeholder-row {
    padding: 10px 15px; }
  .more-modal__list .more-modal__actions--round {
    height: 32px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 32px; }
  .more-modal__list .more-modal__right {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .more-modal__list .more-modal__right .control-label {
      font-weight: normal;
      padding: 5px 0 0 5px; }
  .more-modal__list .more-modal__top {
    display: flex; }
  .more-modal__list .more-modal__bottom > .has-error {
    padding-left: 5px; }
  .more-modal__list p {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    font-size: .9em;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis; }

.member-select__container {
  position: absolute;
  right: 15px;
  top: 15px; }

.filtered-user-list {
  display: flex;
  flex-direction: column;
  height: calc(90vh - 120px);
  width: 100%; }
  .filtered-user-list > div {
    flex: 1 1 auto; }
  .filtered-user-list .more-modal__list {
    flex-grow: 500;
    height: 1px; }
  .filtered-user-list .filter-button .btn {
    height: 34px; }
  .filtered-user-list .filter-controls {
    padding: 1em 1.5em 0; }
    .filtered-user-list .filter-controls .filter-control__next {
      float: right; }
  .filtered-user-list .filter-button {
    margin-left: 0;
    padding-left: 0; }

.modal-invite-member .btn:hover {
  text-decoration: underline; }

.multi-select__container {
  display: table;
  padding: 0 15px;
  width: 100%; }
  .multi-select__container .Select {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
    width: 100%; }
  .multi-select__container .btn {
    display: table-cell;
    height: 36px;
    min-width: 60px;
    vertical-align: top; }
  .multi-select__container .Select-control {
    border-radius: 1px; }
  .multi-select__container .Select-value {
    white-space: nowrap; }
  .multi-select__container .Select-value-label {
    overflow: hidden; }

.multi-select__help {
  padding: 10px 15px 0; }
  .multi-select__help > div:not(.multi-select__note),
  .multi-select__help > span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }

.multi-select__note {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: table;
  margin-top: 5px;
  padding: 8px 13px;
  width: 100%; }
  .multi-select__note > div {
    display: table-cell; }
    .multi-select__note > div.note__icon {
      width: 15px; }

.prompt {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 50px auto;
  max-width: 90%;
  padding: 1em 2em 0;
  width: 600px; }
  .prompt .prompt__heading {
    display: table;
    font-size: 1.28571em;
    line-height: normal;
    margin: 1em 0;
    table-layout: fixed;
    width: 100%; }
    .prompt .prompt__heading > div {
      display: table-cell;
      vertical-align: top; }
      .prompt .prompt__heading > div:first-child {
        width: 70px; }
    .prompt .prompt__heading img {
      margin-right: 15px; }
  .prompt .prompt__allow {
    font-size: 1.42857em;
    margin: 1em 0; }
  .prompt .prompt__buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1.5em 0;
    text-align: right; }
  .prompt .prompt__error {
    display: inline-block; }

.popover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #404040;
  font-family: inherit;
  padding: 0; }
  .popover.bottom > .arrow, .popover.right > .arrow, .popover.top > .arrow, .popover.left > .arrow {
    display: none; }
    .popover.bottom > .arrow:after, .popover.right > .arrow:after, .popover.top > .arrow:after, .popover.left > .arrow:after {
      border-color: transparent; }
  .popover.bottom {
    margin-top: 10px; }
  .popover .popover-title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
    max-width: 100%;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis; }
  .popover hr.divider {
    margin: 8px 0; }
  .popover hr.divider--expanded {
    margin: 8px -15px; }
  .popover .popover-content {
    word-break: break-word; }
    .popover .popover-content p:last-child {
      margin-bottom: 5px; }
  .popover .popover__row {
    margin: 0 -15px 0;
    padding: 9px 15px 0; }
    .popover .popover__row.first {
      border-top: 1px solid transparent;
      margin-top: 4px; }
    .popover .popover__row > a > i {
      margin-right: 5px; }
    .popover .popover__row > a > span {
      text-transform: capitalize; }

.channel-header__info .popover-content {
  max-height: 250px;
  overflow: auto; }

.user-popover {
  cursor: pointer;
  display: inline-block; }

.code-popover .popover-content {
  padding: 5px; }

.user-popover__image {
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -ms-border-radius: 128px;
  -o-border-radius: 128px;
  border-radius: 128px;
  margin: 5px 0; }

.user-popover__email {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .user-popover__email[disabled] {
    color: #aaa; }
    .user-popover__email[disabled]:focus, .user-popover__email[disabled]:hover {
      color: #aaa;
      text-decoration: none; }

.search-help-popover {
  -webkit-transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in false;
  font-size: 0.92857em;
  max-width: 350px;
  top: 36px;
  visibility: hidden;
  width: 100%; }
  .search-help-popover.autocomplete {
    display: block; }
    .search-help-popover.autocomplete .popover-content {
      padding: 10px;
      position: relative;
      -webkit-overflow-scrolling: touch; }
  .search-help-popover .search-autocomplete__divider {
    line-height: 21px;
    margin: 10px 0 5px;
    position: relative; }
    .search-help-popover .search-autocomplete__divider:first-child {
      margin-top: 5px; }
    .search-help-popover .search-autocomplete__divider > span {
      background: #ffffff;
      display: inline-block;
      padding-right: 10px;
      position: relative;
      z-index: 5; }
    .search-help-popover .search-autocomplete__divider:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2;
      background: rgba(0, 0, 0, 0.5);
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 10px;
      width: 100%; }
  .search-help-popover .search-autocomplete__item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    margin: 3px 0 0 5px;
    overflow: hidden;
    padding: 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .search-help-popover .search-autocomplete__item:hover {
      background: rgba(0, 0, 0, 0.1); }
    .search-help-popover .search-autocomplete__item.selected {
      background: rgba(0, 0, 0, 0.2); }
    .search-help-popover .search-autocomplete__item .mention--align {
      display: inline-block; }
    .search-help-popover .search-autocomplete__item .fa {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      margin-right: 5px; }
    .search-help-popover .search-autocomplete__item .profile-img {
      height: 16px;
      margin-right: 6px;
      margin-top: -1px;
      width: 16px; }
  .search-help-popover.bottom > .arrow {
    border-width: 9px;
    left: 30px;
    top: -18px; }
  .search-help-popover .popover-content {
    max-height: 500px;
    overflow: auto;
    padding: 3px 13px; }
  .search-help-popover h4 {
    font-size: 1em; }
  .search-help-popover ul {
    padding-left: 17px; }
    .search-help-popover ul span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    .search-help-popover ul strong,
    .search-help-popover ul b {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .search-help-popover .tooltip-inner {
    max-width: 100%; }
  .search-help-popover.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible; }

.member-list__popover {
  margin-left: -95px;
  max-width: initial; }
  .member-list__popover .more-modal__body {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    max-height: 275px;
    overflow: auto;
    position: relative; }
  .member-list__popover .more-modal__header {
    padding: 14px 20px; }
    .member-list__popover .more-modal__header .icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      margin: 0 38px 0 24px;
      position: relative;
      top: 2px; }
    .member-list__popover .more-modal__header span {
      font-weight: 600; }
  .member-list__popover .more-modal__button .btn {
    height: 42px; }
  .member-list__popover .more-modal__list .more-modal__row {
    border: none;
    cursor: pointer;
    height: 50px;
    margin: 1px 0;
    overflow: hidden;
    padding-left: 20px; }
    .member-list__popover .more-modal__list .more-modal__row:hover {
      border-left: 3px solid transparent;
      padding-left: 17px; }
      .member-list__popover .more-modal__list .more-modal__row:hover .more-modal__actions {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .member-list__popover .more-modal__list .more-modal__row:hover .more-modal__name {
        font-weight: 600; }
    .member-list__popover .more-modal__list .more-modal__row.more-modal__row--button {
      border-left: none;
      height: 40px;
      position: relative; }
      .member-list__popover .more-modal__list .more-modal__row.more-modal__row--button button {
        font-weight: 500;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
  .member-list__popover .more-modal__list .more-modal__name {
    font-size: 13.5px;
    font-weight: normal; }
  .member-list__popover .more-modal__list .more-modal__image {
    margin: 0;
    position: relative;
    top: -1px; }
  .member-list__popover .more-modal__list .more-modal__details {
    line-height: 39px;
    padding-left: 30px; }
  .member-list__popover .more-modal__list .more-modal__actions {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    line-height: 42px;
    margin: 0; }
    .member-list__popover .more-modal__list .more-modal__actions .icon {
      position: relative;
      top: 2px; }
  .member-list__popover .popover-content {
    max-height: 380px;
    padding: 0;
    position: relative;
    width: 260px; }
    .member-list__popover .popover-content .text-nowrap {
      font-size: 13px;
      line-height: 26px;
      overflow: hidden;
      padding: 6px 10px;
      width: 100%; }
    .member-list__popover .popover-content .more__name {
      margin-left: 6px;
      max-width: 140px;
      overflow: hidden;
      text-overflow: ellipsis; }

.save-button .icon {
  margin-right: 10px; }

::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2); }

body.app__body {
  scrollbar-3dlight-color: #7D7E94;
  scrollbar-arrow-color: #C1C1D1;
  scrollbar-darkshadow-color: #2D2C4D;
  scrollbar-face-color: rgba(0, 0, 0, 0.1);
  scrollbar-highlight-color: #7D7E94;
  scrollbar-shadow-color: #2D2C4D;
  scrollbar-track-color: rgba(0, 0, 0, 0.1); }

body .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 6px !important; }

body .ps:hover > .ps__scrollbar-y-rail:hover {
  background: transparent; }

.scrollbar--horizontal,
.scrollbar--vertical {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar--view {
  -ms-overflow-style: none; }
  .browser--ie .scrollbar--view {
    margin: 0 !important; }

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container:hover .ps-scrollbar-y-rail {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

.ps-container > .ps-scrollbar-y-rail {
  width: 10px; }
  .ps-container > .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    width: 6px; }

.sidebar--right .search-bar__container .channel-header__links {
  line-height: 25px; }

.icon--rotate {
  -webkit-animation: spin 0.7s infinite linear;
  -moz-animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear; }

.search-item-snippet {
  overflow: hidden;
  *zoom: 1;
  text-overflow: ellipsis; }
  .search-item-snippet ul,
  .search-item-snippet ol {
    padding-left: 20px; }

.search__icon {
  left: 9px;
  position: absolute;
  top: 6px; }

.sidebar__search-clear {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  visibility: hidden;
  width: 40px; }

.search__form {
  padding: 0 30px;
  position: relative; }
  .search-bar__container .search__form {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out false;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 20px 9px 0 0;
    width: 180px; }
  .sidebar--right .search__form {
    width: 100%; }
  .search__form .search-bar {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 14px;
    height: 28px;
    outline: none;
    padding-bottom: 2px;
    width: 100%; }
  .search__form .fa-spin {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 1em;
    position: absolute;
    right: 27px;
    top: 27px; }
    .search-bar__container .search__form .fa-spin {
      right: 7px;
      top: 7px; }

.search-items-container {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 56px);
  padding-top: 10px;
  position: relative; }

.search-items-container div.loading {
  text-align: center; }

.search-items-container img {
  display: inline-block; }

.search-results-header {
  border-bottom: 1px solid #ddd;
  color: #999999;
  font-size: 1em;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-transform: uppercase; }

.search-item__container .post {
  margin: 0;
  padding: 0 1em 1em; }
  .search-item__container .post:first-child {
    border: none; }
  .search-item__container .post .post__header {
    padding-right: 70px; }
  .search-item__container .post .search-channel__name {
    font-weight: 600;
    margin: 0 0 10px; }

.col__controls {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0; }
  .col__controls a {
    vertical-align: top; }
  .col__controls .search-item__jump {
    font-size: 13px;
    position: relative;
    top: 1px; }
  .col__controls .search-item__comment {
    margin-right: 5px; }

.search-item-time {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: .9em; }

.search-results-none {
  padding: 10px; }

.search-highlight {
  background: rgba(17, 131, 129, 0.3); }

.status-wrapper {
  display: inline-block;
  height: 32px;
  position: relative;
  align-self: center; }
  .status-wrapper .status {
    border-radius: 100px;
    bottom: -4px;
    height: 15px;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: -3px;
    top: auto;
    width: 15px; }
    .modal .status-wrapper .status {
      bottom: -6px; }
    .status-wrapper .status.status-edit {
      text-align: center; }
      .status-wrapper .status.status-edit i {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        font-size: 10px;
        position: relative;
        top: 4px; }
    .status-wrapper .status svg {
      max-height: 11px;
      position: relative;
      top: 2px; }

.status-selector:hover > .status {
  display: none; }

.status-selector > .status {
  display: inherit; }

.status-selector > .status-edit {
  display: none; }

.status-selector:hover > .status-edit {
  display: inherit; }

.status {
  display: inline-block;
  margin: 0 7px 0 1px;
  position: relative;
  top: 2px; }
  .status.status--group {
    border-radius: 2px;
    font-size: 10px;
    font-weight: 600;
    height: 15px;
    left: 4px;
    line-height: 14px;
    margin: 0 14px 0 -1px;
    text-align: center;
    top: -2px;
    width: 15px; }
    .mentions__name .status.status--group {
      height: 18px;
      left: 0;
      line-height: 18px;
      margin-left: 0;
      margin-right: 6px;
      text-align: center;
      width: 17px; }
  .status .dnd--icon {
    fill: #f74343; }
  .status svg {
    max-height: 14px;
    backface-visibility: hidden; }
  .status i,
  .status path,
  .status ellipse {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
    .status i.online--icon, .status i.away--icon, .status i.dnd--icon,
    .status path.online--icon,
    .status path.away--icon,
    .status path.dnd--icon,
    .status ellipse.online--icon,
    .status ellipse.away--icon,
    .status ellipse.dnd--icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .status .fa-lock {
    margin-left: 1px; }
  .status .fa-globe {
    position: relative;
    top: -1px; }

#status-dropdown {
  cursor: pointer; }

.status-dropdown-extra {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  display: block;
  font-size: 10px; }

.suggestion-list {
  width: 100%;
  z-index: 100; }
  .suggestion-list .suggestion-list__item:hover {
    background: rgba(0, 0, 0, 0.1); }
  .suggestion-list .badge {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #3d3c40;
    background: #CECECF;
    font-size: 10px; }

.suggestion-list--top {
  bottom: 100%;
  position: absolute; }

.suggestion-list--bottom {
  height: 0;
  position: relative; }

.suggestion-list__content {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  border: 1px solid #ddd;
  max-height: 292px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 5px;
  width: 100%; }
  .suggestion-list__content .command {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: .95em;
    line-height: 24px;
    padding: 5px 10px 8px;
    position: relative;
    width: 100%;
    z-index: 101; }
    .suggestion-list__content .command .command__desc {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      line-height: normal;
      margin-left: 5px; }

.suggestion-list__content--top {
  bottom: 0;
  position: absolute; }

.suggestion-list--bottom {
  position: relative; }

.suggestion-loader {
  margin: 6px 11px; }

.suggestion-list__divider {
  line-height: 21px;
  margin: 5px 0 5px 5px;
  position: relative; }
  .suggestion-list__divider:first-child {
    margin-top: 5px; }
  .suggestion-list__divider > span {
    display: inline-block;
    font-size: .9em;
    padding: 0 10px 0 5px;
    position: relative;
    z-index: 5; }
  .suggestion-list__divider:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 100%; }

.tooltip {
  word-wrap: break-word; }
  .tooltip .tooltip-inner {
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 4px;
    word-break: break-word; }
  .tooltip.text-nowrap .tooltip-inner {
    white-space: nowrap; }

#webrtcTooltip .tooltip-inner {
  word-break: normal; }

.tip-backdrop {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }

.tip-overlay {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  max-width: 90%;
  padding: 20px;
  position: absolute;
  width: 350px;
  z-index: 1000; }
  .tip-overlay .arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    position: absolute;
    width: 0; }
  .tip-overlay.tip-overlay--sidebar {
    margin: 50px 0 0 10px;
    max-width: 75%;
    min-height: 330px; }
    .tip-overlay.tip-overlay--sidebar .tutorial__footer {
      bottom: 20px;
      left: 0;
      padding: 0 20px;
      position: absolute;
      width: 100%; }
    .tip-overlay.tip-overlay--sidebar .arrow {
      border-left-width: 0;
      border-right-color: #ffffff;
      left: -10px;
      margin-top: -10px;
      top: 80px; }
  .tip-overlay.tip-overlay--header--left {
    margin: 10px 0 0 10px; }
    .tip-overlay.tip-overlay--header--left .arrow {
      border-left-width: 0;
      border-right-color: #ffffff;
      left: -10px;
      top: 15px; }
  .tip-overlay.tip-overlay--header--bottom {
    margin-top: -10px; }
    .tip-overlay.tip-overlay--header--bottom .arrow {
      border-bottom-color: #ffffff;
      border-top-width: 0;
      left: 50%;
      margin-left: -10px;
      top: -10px; }
  .tip-overlay.tip-overlay--chat {
    margin-top: -10px; }
    .tip-overlay.tip-overlay--chat .arrow {
      border-bottom-width: 0;
      border-top-color: #ffffff;
      bottom: -10px;
      left: 50%;
      margin-left: -10px; }
  .tip-overlay h4 {
    font-size: 1.14286em;
    font-weight: 600;
    margin: 5px 0 15px; }
  .tip-overlay p {
    font-size: 13px;
    line-height: 1.6; }
    .tip-overlay p strong {
      font-weight: 600; }
  .tip-overlay .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: #ffffff;
    margin: 10px 0; }
    .tip-overlay .btn:hover, .tip-overlay .btn:active, .tip-overlay .btn:focus {
      background: rgba(0, 0, 0, 0.4);
      border: none;
      color: #ffffff; }
  .tip-overlay .tip-opt {
    font-size: 12px; }
    .tip-overlay .tip-opt span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }
  .tip-overlay .tutorial__circles {
    margin: 1.5em 0 -1.7em -4px; }
    .tip-overlay .tutorial__circles .circle {
      height: 7px;
      margin: 0 4px;
      width: 7px; }

.tip-button {
  cursor: pointer;
  position: relative;
  right: -10px;
  top: -10px;
  z-index: 998; }

.tip-div {
  position: absolute;
  right: 0;
  top: 0; }
  .tip-div.tip-overlay--header {
    right: 2px;
    top: 21px; }
    .tip-div.tip-overlay--header .tip-button {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  .tip-div.tip-overlay--sidebar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    left: 0;
    top: -9px; }

.tutorial-steps__container {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .tutorial-steps__container .tutorial__content {
    display: table-cell;
    vertical-align: middle; }
    .tutorial-steps__container .tutorial__content .tutorial__steps {
      display: inline-block;
      margin-bottom: 50px;
      max-width: 310px;
      min-height: 480px;
      position: relative;
      text-align: left; }
  .tutorial-steps__container .tutorial__footer {
    bottom: 0;
    position: absolute; }
  .tutorial-steps__container h1 {
    font-size: 2.85714em;
    font-weight: 600;
    margin: -20px 0 30px; }
  .tutorial-steps__container h3 {
    font-size: 1.71429em;
    font-weight: 600;
    margin-bottom: 30px; }
  .tutorial-steps__container .tutorial__circles {
    bottom: 25px;
    position: absolute; }
  .tutorial-steps__container .tutorial-skip {
    margin-left: 13px; }

.tutorial__circles {
  margin: 2em 0; }
  .tutorial__circles .circle {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    background: #000000;
    display: inline-block;
    height: 9px;
    margin: 0 5px;
    width: 9px; }
    .tutorial__circles .circle.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      background: #2389d7; }

.tutorial__app-icons {
  margin: 2em 0; }

.post .video-div {
  margin-bottom: 8px;
  max-width: 480px;
  position: relative; }
  .post .video-div .video-thumbnail {
    height: auto;
    max-width: 100%; }
  .post .video-div .video-thumbnail__error {
    height: 100%;
    line-height: 2;
    padding: 110px 0;
    text-align: center;
    width: 100%; }
    .post .video-div .video-thumbnail__error .fa {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    .post .video-div .video-thumbnail__error div {
      font-size: 1.2em; }
  .post .video-div .block {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px; }

.post .video-type {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 15px;
  margin: 0;
  padding: 0; }

.post .video-title {
  font-size: 15px;
  margin-top: 3px; }

.post .play-button {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  height: 100px;
  position: absolute;
  right: 51px;
  top: 26px;
  width: 100px; }
  .post .play-button span {
    border-bottom: 36px solid transparent;
    border-left: 60px solid rgba(255, 255, 255, 0.4);
    border-top: 36px solid transparent;
    height: 0;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 0; }

.post .img-div {
  -moz-force-broken-image-icon: 1;
  border-radius: 5px;
  margin-bottom: 8px;
  max-height: 500px;
  max-width: 450px;
  position: relative; }
  .post .img-div.placeholder {
    height: 500px; }
  .sidebar--right .post .img-div {
    max-width: 100%; }

.post .video-loading {
  height: 360px; }

.webrtc__header .webrtc__button.offline {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.webrtc__header svg {
  position: relative; }

.webrtc__notification--rhs {
  background: #00A6EE;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  cursor: pointer;
  left: 50%;
  margin-left: -150px;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 300px;
  z-index: 9999; }
  .webrtc__notification--rhs:empty {
    display: none; }
  .webrtc__notification--rhs .fa {
    margin-right: 6px; }

.webrtc__error {
  padding: 0 20px;
  text-align: center; }
  .sidebar--right--expanded .webrtc__error {
    bottom: 80px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .webrtc__error .form-group {
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 9999; }
  .webrtc__error .control-label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: normal;
    margin: 1em 0 -1em;
    padding: .7em 1em; }
  .webrtc__error .has-error .control-label {
    color: #a94442;
    font-size: .95em; }
    .webrtc__error .has-error .control-label.warning {
      color: #444; }
      .webrtc__error .has-error .control-label.warning:before {
        display: none; }
    .webrtc__error .has-error .control-label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #a94442;
      content: '\F071';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 4px;
      text-rendering: auto;
      transform: translate(0, 0); }

#videos {
  background: #000000;
  font-size: 0;
  height: 300px;
  left: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  width: 100%; }
  #videos #main-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #videos #local-video {
    border: 1px solid gray;
    max-width: 30%;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 1s;
    z-index: 2; }
    #videos #local-video.full {
      background: #000000;
      border: none;
      height: 100%;
      max-width: 100% !important;
      right: 0;
      top: 0;
      width: 100%; }
    #videos #local-video video {
      -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      height: 100%;
      max-height: 100%;
      max-width: 100%;
      object-fit: cover;
      transform: scale(-1, 1);
      transition: opacity 1s;
      width: 100%; }
  #videos .webrtc__local-image {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
    #videos .webrtc__local-image img {
      border-radius: 50%;
      height: 64px;
      max-width: 100%;
      width: 64px; }
  #videos .webrtc__remote-image {
    background-color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 40px 0; }
    #videos .webrtc__remote-image img {
      border-radius: 50%;
      max-height: 128px;
      max-width: 128px;
      width: 100%; }
  #videos .webrtc__remote-mute {
    bottom: 0;
    position: absolute;
    right: 10px;
    z-index: 9999; }

.webrtc-buttons {
  margin-top: 1.2em;
  text-align: center; }
  .webrtc-buttons .webrtc-icons__call {
    border-radius: 48px; }
    .webrtc-buttons .webrtc-icons__call circle {
      fill: #00A6EE; }
    .webrtc-buttons .webrtc-icons__call:hover {
      cursor: pointer; }
      .webrtc-buttons .webrtc-icons__call:hover circle {
        fill: #0094d5; }
    .webrtc-buttons .webrtc-icons__call[disabled] circle {
      fill: #aaa; }
  .webrtc-buttons .webrtc-icons__cancel {
    border-radius: 48px; }
    .webrtc-buttons .webrtc-icons__cancel circle {
      fill: #E41020; }
    .webrtc-buttons .webrtc-icons__cancel:hover {
      cursor: pointer; }
      .webrtc-buttons .webrtc-icons__cancel:hover circle {
        fill: #cc0e1d; }

.webrtc-icons.active svg {
  transform: translateY(0); }

.webrtc-icons svg {
  border-radius: 48px;
  margin: 5px; }
  .webrtc-icons svg path.on {
    display: block; }
  .webrtc-icons svg path.off {
    display: none; }

.connecting {
  position: absolute;
  top: 0;
  width: 100%; }
  .connecting .loading-screen {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin-left: 5px;
    padding: 20px;
    position: relative;
    top: 75px;
    width: 97%; }
    .connecting .loading-screen .loading__content .round {
      background: white !important; }

.webrtc-notification {
  background-color: rgba(112, 128, 144, 0.8);
  color: #ffffff;
  left: calc(50% - 200px);
  padding: 20px 30px 10px;
  position: absolute;
  text-align: center;
  top: calc(50% - 115px);
  width: 400px;
  z-index: 99999; }
  .webrtc-notification .webrtc-buttons {
    margin-top: 1.2em;
    text-align: center; }
    .webrtc-notification .webrtc-buttons .webrtc-icons__pickup circle {
      fill: #73B001; }
    .webrtc-notification .webrtc-buttons .webrtc-icons__pickup:hover {
      cursor: pointer; }
      .webrtc-notification .webrtc-buttons .webrtc-icons__pickup:hover circle {
        fill: #69a101; }

.sidebar--right--expanded #videos {
  height: calc(100% - 90px);
  position: absolute; }
  .sidebar--right--expanded #videos #main-video {
    height: 100%; }
    .sidebar--right--expanded #videos #main-video video {
      height: 100%;
      width: 100%; }

.sidebar--right--expanded .webrtc-buttons {
  bottom: 15px;
  position: absolute;
  width: 100%; }

.sidebar--right--expanded #videos #local-video {
  max-width: 200px; }

.sidebar--right--expanded #videos.small {
  position: relative; }

.color-input {
  position: relative; }

.color-icon {
  display: inline-block;
  width: 16px;
  height: 16px; }

.color-popover {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 8px;
  z-index: 12; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 15px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name {
  font-size: 1rem; }

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 3.5rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #38373b;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #38373b; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #38373b;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #558581; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: flex; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #38373b;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.5rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.message-bubble-wrapper {
  display: flex;
  margin-bottom: 8px; }
  .message-bubble-wrapper .text {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1e;
    font-weight: 400; }
  .message-bubble-wrapper .bold {
    font-weight: 800; }
  .message-bubble-wrapper .attachment-detail {
    display: flex;
    flex-direction: row;
    padding: 4px;
    align-items: center;
    font-weight: 800; }
  .message-bubble-wrapper .bubble-container {
    display: flex;
    flex-direction: column; }
    .message-bubble-wrapper .bubble-container .attachment-banner {
      border: 1px solid;
      border-color: transparent;
      box-sizing: border-box;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 14px;
      margin-bottom: 12px;
      max-width: 400px; }
      .message-bubble-wrapper .bubble-container .attachment-banner.pending {
        background: #d1d0d4; }
      .message-bubble-wrapper .bubble-container .attachment-banner.infected {
        background: #f6c448; }
      .message-bubble-wrapper .bubble-container .attachment-banner .attachment-detail {
        display: flex;
        flex-direction: row;
        padding: 4px;
        align-items: center;
        font-weight: 800; }
        .message-bubble-wrapper .bubble-container .attachment-banner .attachment-detail .attachment-icon {
          width: 24px;
          height: 24px;
          padding: 4px; }
    .message-bubble-wrapper .bubble-container .bubble {
      max-width: 400px;
      padding: 10px 10px;
      box-shadow: 0px 2px 4px rgba(130, 136, 148, 0.16), 0px 0px 1px rgba(130, 136, 148, 0.16);
      border-radius: 8px;
      overflow: hidden;
      white-space: pre-wrap;
      text-overflow: ellipsis; }
      .message-bubble-wrapper .bubble-container .bubble .attachment {
        border: 1px solid;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 4px 10px;
        margin-bottom: 10px;
        background: #ffffff;
        border-color: #e8e8ea; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .attachment-icon {
          width: 16px;
          height: 16px;
          padding: 2px; }
        .message-bubble-wrapper .bubble-container .bubble .attachment.my-deleted {
          background: #e8e8ea;
          border-color: #a4a1a9; }
          .message-bubble-wrapper .bubble-container .bubble .attachment.my-deleted .text {
            color: #a4a1a9; }
        .message-bubble-wrapper .bubble-container .bubble .attachment.their-deleted {
          background: #f9f9fa;
          border-color: #bbb9bf; }
          .message-bubble-wrapper .bubble-container .bubble .attachment.their-deleted .text {
            color: #bbb9bf; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .info {
          flex: 1;
          overflow: hidden;
          white-space: nowrap;
          display: flex;
          flex-direction: row;
          padding-left: 8px;
          padding-right: 8px; }
          .message-bubble-wrapper .bubble-container .bubble .attachment .info .filename {
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 800; }
          .message-bubble-wrapper .bubble-container .bubble .attachment .info .filesize {
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 400; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .pending-note {
          color: #8d8a94; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .infected-note {
          color: #cc2f31; }
      .message-bubble-wrapper .bubble-container .bubble .sender {
        color: #71797d;
        margin-bottom: 6px;
        font-weight: 700; }
    .message-bubble-wrapper .bubble-container .timestamp {
      position: relative;
      display: inline-block;
      float: right;
      margin: -10px 4px -5px 4px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.45); }
    .message-bubble-wrapper .bubble-container .error-messages {
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }

.inner-wrap.move--left .search-bar__container, .inner-wrap.webrtc--show .search-bar__container {
  display: none; }

.inner-wrap.move--left .search-btns, .inner-wrap.webrtc--show .search-btns {
  display: none; }

.inner-wrap.move--left .header-list__right, .inner-wrap.webrtc--show .header-list__right {
  float: right;
  padding-right: 0px !important;
  position: relative;
  z-index: 6; }

.inner-wrap.move--right .search-bar__container {
  display: none; }

.inner-wrap.move--right .search-btns {
  display: none; }

.inner-wrap.move--right .header-list__right {
  float: right;
  margin-right: -18px;
  padding-right: 0px !important;
  position: relative;
  z-index: 6; }

.app__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  height: 100%;
  margin-left: 220px;
  padding-top: 50px;
  position: relative; }
  .channel__wrap .app__content {
    padding-top: 0; }

#archive-link-home {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  font-size: 13px; }
  #archive-link-home .fa {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    font-size: 11px; }
  #archive-link-home a {
    color: inherit;
    display: block;
    padding: 10px 20px;
    width: 100%; }

.delete-message-text {
  margin-top: 10px; }

.col-sm-auto {
  padding-left: 15px;
  padding-right: 15px; }

.footer-pane {
  background: whitesmoke;
  padding-bottom: 1em; }
  .footer-pane .footer-link {
    padding: 0 1.5em; }
    .footer-pane .footer-link.copyright {
      color: rgba(0, 0, 0, 0.5);
      padding-right: 0; }
  .footer-pane .footer-site-name {
    font-size: 14px;
    font-weight: bold;
    padding: 1.5em 0 1em;
    text-transform: uppercase; }

.footer,
.footer-pane {
  height: 89px; }

.radio.margin-bottom--none,
.checkbox.margin-bottom--none {
  margin-bottom: 0; }

.form-horizontal .modal-intro {
  margin: -10px 0 30px; }

.form-horizontal .form__label {
  font-size: 1.1em;
  font-weight: 600;
  padding-right: 3px;
  text-align: left; }
  .form-horizontal .form__label.light {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: 1.05em;
    font-style: italic;
    font-weight: normal;
    padding-top: 2px; }

.form-horizontal .input__help {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: inherit;
  margin: 10px 0 0 0;
  word-break: break-word; }
  .form-horizontal .input__help.dark {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .form-horizontal .input__help.error {
    color: #791c1d; }

.form-horizontal .form-control {
  font-weight: normal; }

.form-horizontal .form-group {
  margin-bottom: 25px; }
  .form-horizontal .form-group.less {
    margin-bottom: 10px; }

.help-block {
  color: rgba(0, 0, 0, 0.5);
  font-size: .95em;
  margin: 10px 0 0; }

.form-group.form-group--small {
  margin-bottom: 10px; }

.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cc2f31; }

.has-error .form__label.control-label {
  color: inherit !important; }

.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #cc2f31; }

.channel-header {
  -webkit-flex: 0 0 71px;
  flex: 0 0 71px;
  border-bottom: 1px solid;
  font-size: 14px;
  position: relative;
  width: 100%;
  z-index: 9; }
  .channel-header .channel-header__favorites {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    float: left;
    height: 20px;
    margin: 0 5px 0 0;
    padding-top: 2px;
    position: relative;
    z-index: 1; }
    .channel-header .channel-header__favorites.inactive {
      color: inherit; }
    .channel-header .channel-header__favorites.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .channel-header .channel-header__favorites i {
      font-size: 17px; }
  .channel-header .channel-header__mute {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    flex: 0;
    float: left;
    height: 20px;
    margin: 0 8px 0 8px;
    padding-top: 3px;
    position: relative;
    z-index: 1; }
    .channel-header .channel-header__mute.inactive {
      color: inherit; }
    .channel-header .channel-header__mute.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .channel-header .channel-header__mute i {
      font-size: 17px; }
  .channel-header .flex-parent {
    display: flex; }
  .channel-header .flex-child:first-child {
    flex: 1;
    min-width: 0;
    padding: 0 8px 0 20px; }
  .channel-header .flex-child .markdown__paragraph-inline {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px); }
  .channel-header .channel-header__icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 20px 9px 0 0;
    min-width: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 5; }
    .channel-header .channel-header__icon.wide {
      -webkit-border-radius: 37px;
      -moz-border-radius: 37px;
      -ms-border-radius: 37px;
      -o-border-radius: 37px;
      border-radius: 37px;
      line-height: 28px;
      padding: 0;
      white-space: nowrap;
      width: auto; }
      .channel-header .channel-header__icon.wide > div {
        padding: 0 8px; }
    .channel-header .channel-header__icon.text {
      font-weight: 600;
      padding: 0 14px; }
      .channel-header .channel-header__icon.text button {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4; }
      .channel-header .channel-header__icon.text:hover button {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .channel-header .channel-header__icon .icon__text {
      font-weight: 600;
      margin-right: 4px;
      position: relative; }
    .channel-header .channel-header__icon a {
      display: block; }
    .channel-header .channel-header__icon .fa {
      font-size: 19px; }
    .channel-header .channel-header__icon + div {
      display: none; }
    .channel-header .channel-header__icon .icon {
      position: relative; }
    .channel-header .channel-header__icon .icon__pin {
      top: 1px; }
    .channel-header .channel-header__icon .icon__members {
      top: 2px; }
    .channel-header .channel-header__icon .icon__mentions {
      top: 1px; }
    .channel-header .channel-header__icon .icon__flag {
      top: 1px; }
    .channel-header .channel-header__icon .icon__search {
      top: 1px; }
  .move--left .channel-header .icon--hidden {
    display: none; }
  .channel-header.alt {
    margin: 0; }
    .channel-header.alt th {
      font-weight: normal;
      vertical-align: top; }
      .channel-header.alt th.header-list__right {
        padding-right: 4px;
        white-space: nowrap; }
    .channel-header.alt td {
      border: none; }
  .channel-header .heading {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 7px 0 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap; }
  .channel-header .caret {
    margin-top: 3px; }
  .channel-header .more {
    color: #81848b;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    vertical-align: top; }
  .channel-header .disabled {
    color: #999999; }

.row.header {
  position: relative; }
  .channel__wrap .row.header {
    display: none; }

.header-dropdown__icon {
  color: inherit;
  font-size: 21px;
  margin-left: 1px;
  position: relative;
  top: 1px; }

.channel-header__info {
  margin-top: 16px;
  white-space: nowrap; }
  .channel-header__info .dropdown-toggle {
    display: flex;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis; }
  .channel-header__info .header-dropdown__icon {
    color: rgba(0, 0, 0, 0.5); }
  .channel-header__info .channel-header__title {
    display: flex; }
    .channel-header__info .channel-header__title .channel-header__favorites {
      flex: 0; }
    .channel-header__info .channel-header__title h2 {
      display: flex;
      flex: 0 1 auto;
      min-width: 0; }
    .channel-header__info .channel-header__title > a {
      display: inline-block;
      text-decoration: none;
      width: calc(100% - 65px); }
    .channel-header__info .channel-header__title h2 {
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .channel-header__info .channel-header__title .modal {
      white-space: normal; }
  .channel-header__info .channel-header__description {
    font-size: 12px;
    height: 18px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: calc(100% - 18px); }
    .channel-header__info .channel-header__description blockquote {
      font-size: 14px;
      padding: 0 0 0 23px; }
      .channel-header__info .channel-header__description blockquote:before {
        font-size: 16px;
        left: 1px;
        top: -1px; }
    .channel-header__info .channel-header__description .status {
      margin-right: 3px; }
    .channel-header__info .channel-header__description .markdown__heading {
      font-size: 1em;
      margin: 0; }
    .channel-header__info .channel-header__description code {
      margin: 1px 0 0;
      padding: 2px 5px 0; }
    .channel-header__info .channel-header__description.light {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      color: inherit; }
      .channel-header__info .channel-header__description.light button:hover .channel-header__info .channel-header__description.light button:focus {
        text-decoration: underline; }
    .channel-header__info .channel-header__description .markdown-inline-img {
      max-height: 45px; }
  .channel-header__info .header-status__text {
    margin-right: 3px; }
    .channel-header__info .header-status__text:after {
      content: '\2022';
      margin: 0 2px 0 5px;
      position: relative;
      top: 1px; }
  .channel-header__info .status {
    width: 18px; }
    .channel-header__info .status svg {
      max-height: 20px;
      width: 16px; }

.channel-intro {
  margin: 0 auto 10px;
  padding: 0 15px; }
  .channel-intro.channel-intro--centered {
    max-width: 1020px; }
  .channel-intro .intro-links {
    display: inline-block;
    margin: 0 1.5em 10px 0; }
    .channel-intro .intro-links .fa {
      margin-right: 5px; }
  .channel-intro .channel-intro-profile {
    margin-top: 5px; }
    .channel-intro .channel-intro-profile .user-popover {
      max-width: calc(100% - 100px);
      overflow: hidden;
      text-overflow: ellipsis; }
  .channel-intro .channel-intro-img .status-wrapper {
    height: 50px;
    margin: 0 10px 10px 0; }
  .channel-intro .channel-intro-img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }
  .channel-intro .channel-intro__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }
  .channel-intro .channel-intro__content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: whitesmoke;
    padding: 10px 15px; }

.sidebar--left .divider,
.sidebar--menu .divider,
.admin-sidebar .divider {
  border-top: 1px solid transparent;
  margin: 0.5em 0; }
  .sidebar--left .divider + .divider,
  .sidebar--menu .divider + .divider,
  .admin-sidebar .divider + .divider {
    display: none; }

.sidebar--left .team__header,
.sidebar--menu .team__header,
.admin-sidebar .team__header {
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 17px 40px 14px 12px;
  position: relative; }
  .sidebar--left .team__header:after,
  .sidebar--menu .team__header:after,
  .admin-sidebar .team__header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .sidebar--left .team__header:before,
  .sidebar--menu .team__header:before,
  .admin-sidebar .team__header:before {
    -webkit-transition: all 0.05s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear false;
    background: none;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .sidebar--left .team__header:hover:before,
  .sidebar--menu .team__header:hover:before,
  .admin-sidebar .team__header:hover:before {
    background: rgba(0, 0, 0, 0.1); }
  .sidebar--left .team__header:hover .user__name,
  .sidebar--menu .team__header:hover .user__name,
  .admin-sidebar .team__header:hover .user__name {
    color: #ffffff; }
  .sidebar--left .team__header:hover .sidebar-header-dropdown .sidebar-header-dropdown__toggle,
  .sidebar--menu .team__header:hover .sidebar-header-dropdown .sidebar-header-dropdown__toggle,
  .admin-sidebar .team__header:hover .sidebar-header-dropdown .sidebar-header-dropdown__toggle {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .sidebar--left .team__header:hover .navbar-right .dropdown-toggle,
  .sidebar--menu .team__header:hover .navbar-right .dropdown-toggle,
  .admin-sidebar .team__header:hover .navbar-right .dropdown-toggle {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .sidebar--left .team__header a,
  .sidebar--menu .team__header a,
  .admin-sidebar .team__header a {
    text-decoration: none;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .sidebar--left .team__header .sidebar-header-dropdown,
  .sidebar--left .team__header .admin-navbar-dropdown,
  .sidebar--menu .team__header .sidebar-header-dropdown,
  .sidebar--menu .team__header .admin-navbar-dropdown,
  .admin-sidebar .team__header .sidebar-header-dropdown,
  .admin-sidebar .team__header .admin-navbar-dropdown {
    font-size: .85em;
    height: 100%;
    left: 0;
    margin-right: -22px;
    position: absolute;
    right: 22px;
    top: 0; }
    .sidebar--left .team__header .sidebar-header-dropdown li,
    .sidebar--left .team__header .admin-navbar-dropdown li,
    .sidebar--menu .team__header .sidebar-header-dropdown li,
    .sidebar--menu .team__header .admin-navbar-dropdown li,
    .admin-sidebar .team__header .sidebar-header-dropdown li,
    .admin-sidebar .team__header .admin-navbar-dropdown li {
      width: 100%; }
    .sidebar--left .team__header .sidebar-header-dropdown .sidebar-header-dropdown__toggle,
    .sidebar--left .team__header .sidebar-header-dropdown .admin-navbar-dropdown__toggle,
    .sidebar--left .team__header .admin-navbar-dropdown .sidebar-header-dropdown__toggle,
    .sidebar--left .team__header .admin-navbar-dropdown .admin-navbar-dropdown__toggle,
    .sidebar--menu .team__header .sidebar-header-dropdown .sidebar-header-dropdown__toggle,
    .sidebar--menu .team__header .sidebar-header-dropdown .admin-navbar-dropdown__toggle,
    .sidebar--menu .team__header .admin-navbar-dropdown .sidebar-header-dropdown__toggle,
    .sidebar--menu .team__header .admin-navbar-dropdown .admin-navbar-dropdown__toggle,
    .admin-sidebar .team__header .sidebar-header-dropdown .sidebar-header-dropdown__toggle,
    .admin-sidebar .team__header .sidebar-header-dropdown .admin-navbar-dropdown__toggle,
    .admin-sidebar .team__header .admin-navbar-dropdown .sidebar-header-dropdown__toggle,
    .admin-sidebar .team__header .admin-navbar-dropdown .admin-navbar-dropdown__toggle {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      -webkit-transition: all 0.1s linear;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear false;
      background: none;
      color: #ffffff;
      display: block;
      font-size: 1em;
      height: 100%;
      left: 0;
      line-height: 1.8;
      padding: 10px;
      width: 100%; }
    .sidebar--left .team__header .sidebar-header-dropdown .dropdown-menu,
    .sidebar--left .team__header .admin-navbar-dropdown .dropdown-menu,
    .sidebar--menu .team__header .sidebar-header-dropdown .dropdown-menu,
    .sidebar--menu .team__header .admin-navbar-dropdown .dropdown-menu,
    .admin-sidebar .team__header .sidebar-header-dropdown .dropdown-menu,
    .admin-sidebar .team__header .admin-navbar-dropdown .dropdown-menu {
      margin-right: 10px;
      margin-top: 4px;
      width: 199px; }
      .sidebar--left .team__header .sidebar-header-dropdown .dropdown-menu a,
      .sidebar--left .team__header .sidebar-header-dropdown .dropdown-menu button,
      .sidebar--left .team__header .admin-navbar-dropdown .dropdown-menu a,
      .sidebar--left .team__header .admin-navbar-dropdown .dropdown-menu button,
      .sidebar--menu .team__header .sidebar-header-dropdown .dropdown-menu a,
      .sidebar--menu .team__header .sidebar-header-dropdown .dropdown-menu button,
      .sidebar--menu .team__header .admin-navbar-dropdown .dropdown-menu a,
      .sidebar--menu .team__header .admin-navbar-dropdown .dropdown-menu button,
      .admin-sidebar .team__header .sidebar-header-dropdown .dropdown-menu a,
      .admin-sidebar .team__header .sidebar-header-dropdown .dropdown-menu button,
      .admin-sidebar .team__header .admin-navbar-dropdown .dropdown-menu a,
      .admin-sidebar .team__header .admin-navbar-dropdown .dropdown-menu button {
        overflow: hidden;
        padding: 3px 20px;
        text-overflow: ellipsis; }
    .sidebar--left .team__header .sidebar-header-dropdown .sidebar-header-dropdown__icon,
    .sidebar--left .team__header .sidebar-header-dropdown .admin-navbar-dropdown__icon,
    .sidebar--left .team__header .admin-navbar-dropdown .sidebar-header-dropdown__icon,
    .sidebar--left .team__header .admin-navbar-dropdown .admin-navbar-dropdown__icon,
    .sidebar--menu .team__header .sidebar-header-dropdown .sidebar-header-dropdown__icon,
    .sidebar--menu .team__header .sidebar-header-dropdown .admin-navbar-dropdown__icon,
    .sidebar--menu .team__header .admin-navbar-dropdown .sidebar-header-dropdown__icon,
    .sidebar--menu .team__header .admin-navbar-dropdown .admin-navbar-dropdown__icon,
    .admin-sidebar .team__header .sidebar-header-dropdown .sidebar-header-dropdown__icon,
    .admin-sidebar .team__header .sidebar-header-dropdown .admin-navbar-dropdown__icon,
    .admin-sidebar .team__header .admin-navbar-dropdown .sidebar-header-dropdown__icon,
    .admin-sidebar .team__header .admin-navbar-dropdown .admin-navbar-dropdown__icon {
      border-radius: 36px;
      fill: #ffffff;
      float: right;
      height: 36px;
      line-height: 36px;
      position: relative;
      right: -3px;
      text-align: center;
      top: 0;
      width: 36px; }
  .sidebar--left .team__header .user__picture,
  .sidebar--menu .team__header .user__picture,
  .admin-sidebar .team__header .user__picture {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    float: left;
    height: 36px;
    width: 36px; }
  .sidebar--left .team__header .header__info,
  .sidebar--menu .team__header .header__info,
  .admin-sidebar .team__header .header__info {
    overflow: hidden;
    *zoom: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    color: #ffffff;
    padding-left: 8px;
    position: relative; }
  .sidebar--left .team__header .team__name,
  .sidebar--left .team__header .user__name,
  .sidebar--menu .team__header .team__name,
  .sidebar--menu .team__header .user__name,
  .admin-sidebar .team__header .team__name,
  .admin-sidebar .team__header .user__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sidebar--left .team__header .team__name,
  .sidebar--menu .team__header .team__name,
  .admin-sidebar .team__header .team__name {
    line-height: 22px;
    margin: 0; }
  .sidebar--left .team__header .user__name,
  .sidebar--menu .team__header .user__name,
  .admin-sidebar .team__header .user__name {
    -webkit-transition: all 0.1s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear false;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }

.sidebar--left .search__clear,
.sidebar--menu .search__clear,
.admin-sidebar .search__clear {
  display: none; }

#navbar .navbar-default .navbar-toggle.menu-toggle {
  padding: 0 1em; }

.channel-header__navbar {
  font-size: 16px; }
  .channel-header__navbar .heading {
    margin-right: 3px; }
  .channel-header__navbar .header-dropdown__icon {
    top: 1px; }

.app__body .channel-header__links {
  display: inline-block;
  font-family: 'roboto', sans-serif;
  font-size: 22px;
  height: 30px;
  line-height: 26px;
  margin-right: 1px;
  text-align: center;
  width: 30px; }
  .app__body .channel-header__links th:last-child div {
    margin-right: 10px; }
  .channel__wrap.move--left .app__body .channel-header__links,
  .channel__wrap.webrtc--show .app__body .channel-header__links {
    position: absolute;
    right: -400px;
    top: 14px; }
  .app__body .channel-header__links .icon__flag svg {
    height: 19px;
    position: relative;
    top: 2px;
    width: 19px; }
  .app__body .channel-header__links > a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: all 0.1s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in false;
    color: inherit;
    text-decoration: none; }
    .app__body .channel-header__links > a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
    .app__body .channel-header__links > a:focus {
      color: inherit; }
    .app__body .channel-header__links > a.active {
      color: #2389d7;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      .app__body .channel-header__links > a.active .icon {
        fill: #2389d7; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 1em; }

.markdown__heading {
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0; }
  .markdown__heading:first-child {
    margin: 5px 0 10px; }
  .markdown__heading .emoticon {
    min-height: 1.5em;
    min-width: 1.5em;
    vertical-align: top; }

.markdown__paragraph-inline {
  display: inline; }
  .markdown__paragraph-inline + .markdown__paragraph-inline {
    margin-left: 4px; }

#post-list .markdown-inline-img {
  -moz-force-broken-image-icon: 1;
  margin: 5px 0;
  max-height: 500px; }

.post-code {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }
  .post-code code {
    border: 1px solid #dddddd;
    border-radius: .25em;
    display: block;
    font-size: 13px;
    margin: 5px 0;
    overflow-x: auto;
    padding: 6.5px;
    text-align: left;
    white-space: pre; }
  .post-code td {
    padding: 0 .5em;
    vertical-align: top; }
  .post-code:hover .post-code__language {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .post-code--wrap code {
    white-space: pre-wrap; }
  .post-code .hljs {
    position: relative;
    visibility: visible; }

.post-code__language {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity, 0.6s;
  -moz-transition: opacity, 0.6s;
  -o-transition: opacity, 0.6s;
  transition: opacity, 0.6s;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  background: #21586d;
  border-radius: 0 0 0 2px;
  color: #ffffff;
  padding: 4px 10px 5px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 5; }

.post-code__lineno {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  border-right: 1px solid #aaa;
  color: #aaa;
  margin-right: .5em;
  text-align: right;
  user-select: none; }

.post-code__search-highlighting {
  color: transparent;
  right: 6.5px;
  left: 6.5px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.post__body hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background-color: #e7e7e7;
  border: 0 none;
  height: 4px;
  margin: 15px 0 16px;
  padding: 0; }

.post__body .codespan__pre-wrap code {
  white-space: pre-wrap; }

.markdown__table {
  background: #ffffff;
  margin: 5px 0 10px; }
  .markdown__table th,
  .markdown__table td {
    border: 1px solid #ddd;
    padding: 6px 13px; }
  .markdown__table tbody tr {
    background: #ffffff; }
    .markdown__table tbody tr:nth-child(2n) {
      background-color: #f8f8f8; }

blockquote {
  border: none;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  position: relative; }
  blockquote:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    content: '\F10D';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    position: absolute;
    text-decoration: inherit;
    top: 5px; }

pre {
  color: inherit;
  margin: 5px 0;
  padding: 0; }

code {
  background: #ffffff;
  color: inherit; }

.help code {
  background: rgba(51, 51, 51, 0.1); }

.help .hljs {
  background: #f8f8f8;
  color: #333;
  display: block;
  overflow-x: auto;
  padding: 0.5em; }

.help .container {
  margin-bottom: 40px; }

.help .links {
  font-size: 1.2em;
  margin-top: 30px; }

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent; }

.nav-tabs {
  margin-bottom: 10px; }
  .nav-tabs > li {
    margin-right: 5px; }
    .nav-tabs > li > a {
      border-bottom-color: transparent !important;
      padding: 7px 15px; }
      .nav-tabs > li > a .small {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        margin-left: 4px; }

#navbar input {
  margin: 0 5px 0 2px; }

#navbar .navbar-default {
  background: #2389d7;
  border: none;
  min-height: 50px;
  position: absolute; }
  #navbar .navbar-default .navbar-nav > li > a {
    height: 50px;
    padding: 0 1.3em; }
    #navbar .navbar-default .navbar-nav > li > a i {
      line-height: 50px; }
  #navbar .navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
    border-width: 0;
    fill: #ffffff;
    float: left;
    height: 50px;
    line-height: 48px;
    margin: 0;
    padding: 0 10px;
    width: 50px;
    z-index: 5; }
    #navbar .navbar-default .navbar-toggle.navbar-right__icon {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      height: 32px;
      line-height: 0;
      margin: 9px 10px 0 0;
      padding: 0;
      width: 32px; }
    #navbar .navbar-default .navbar-toggle.menu-toggle {
      margin-right: 16px; }
    #navbar .navbar-default .navbar-toggle .icon-bar {
      background: #ffffff;
      width: 21px; }
    #navbar .navbar-default .navbar-toggle .icon__search svg {
      left: -1px;
      position: relative;
      width: 17px; }
    #navbar .navbar-default .navbar-toggle .icon--white {
      color: #ffffff; }
  #navbar .navbar-default .navbar-info-button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    margin: 9px 10px 0 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 32px; }
    #navbar .navbar-default .navbar-info-button svg {
      position: relative;
      top: 5px; }
  #navbar .navbar-default .navbar-brand {
    float: none;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 .5em; }
    #navbar .navbar-default .navbar-brand .heading {
      display: inline-block;
      font-weight: 600;
      line-height: 50px;
      margin-right: 5px;
      max-width: calc(100% - 200px);
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: top;
      white-space: nowrap; }
    #navbar .navbar-default .navbar-brand .header-dropdown__icon {
      margin-left: 0;
      top: 2px; }
    #navbar .navbar-default .navbar-brand .dropdown-toggle {
      color: #ffffff; }
    #navbar .navbar-default .navbar-brand .description {
      color: #ffffff;
      display: inline-block;
      margin-right: 1em; }
      #navbar .navbar-default .navbar-brand .description.webrtc__button {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        height: 32px;
        line-height: 32px;
        margin: 9px 10px 0 0;
        padding: 0 10px;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: auto; }
        #navbar .navbar-default .navbar-brand .description.webrtc__button a {
          color: inherit;
          text-decoration: none; }
        #navbar .navbar-default .navbar-brand .description.webrtc__button.offline {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5; }
        #navbar .navbar-default .navbar-brand .description.webrtc__button svg {
          position: relative; }

#navbar .sidebar-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  #navbar .sidebar-name span {
    margin-left: 2px;
    white-space: nowrap; }

#navbar .channel-create-btn {
  margin-right: 15px; }

#navbar .more-channel-table {
  border: 1px solid #dbdbdc;
  width: 100%; }
  #navbar .more-channel-table td {
    padding: 7px; }
  #navbar .more-channel-table button {
    width: 110px; }

.badge-notify {
  background: #cc2f31;
  left: 4px;
  position: absolute;
  top: 3px;
  z-index: 100; }

.custom-textarea {
  background: transparent;
  border: 1px solid #cccccc;
  height: 100%;
  line-height: 20px;
  min-height: 36px;
  overflow-x: hidden;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word; }
  .custom-textarea:focus {
    border-color: #cccccc;
    box-shadow: none; }
  .custom-textarea.bad-connection {
    background: #ffffac !important;
    color: #d04444 !important; }

.textarea-wrapper {
  min-height: 37px;
  position: relative; }
  .textarea-wrapper .textbox-preview-area {
    box-shadow: none;
    left: 0;
    position: absolute;
    top: 0;
    white-space: normal;
    z-index: 2; }
  .textarea-wrapper .help__text {
    display: none;
    bottom: -23px;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 3; }
    .modal .textarea-wrapper .help__text {
      bottom: initial;
      margin-top: -20px;
      position: relative;
      top: 30px; }
    .textarea-wrapper .help__text a {
      margin-left: 10px; }
  .textarea-wrapper .textbox-preview-link {
    margin-right: 8px; }

.help__format-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  display: inline-block;
  font-size: .85em;
  vertical-align: bottom;
  white-space: nowrap; }
  .modal .help__format-text {
    white-space: normal; }
  .help__format-text b,
  .help__format-text i,
  .help__format-text span {
    margin: 0 2px;
    position: relative;
    top: -1px; }
  .help__format-text b {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  .help__format-text code {
    background: transparent;
    padding: 0; }
  .help__format-text .textbox-preview-link {
    cursor: pointer;
    font-size: 13px;
    margin-left: 15px; }

.date-separator,
.new-separator {
  height: 2em;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 0; }
  .date-separator:before, .date-separator:after,
  .new-separator:before,
  .new-separator:after {
    content: '';
    display: none;
    height: 1em;
    left: 0;
    position: absolute;
    width: 100%; }
  .date-separator:before,
  .new-separator:before {
    bottom: 0; }
  .date-separator:after,
  .new-separator:after {
    top: 0; }
  .date-separator.hovered--after:before,
  .new-separator.hovered--after:before {
    background: #f5f5f5;
    display: block; }
  .date-separator.hovered--before:after,
  .new-separator.hovered--before:after {
    background: #f5f5f5;
    display: block; }
  .date-separator .separator__hr,
  .new-separator .separator__hr {
    border-color: #cccccc;
    margin: 0;
    position: relative;
    top: 1em;
    z-index: 5; }
  .date-separator .separator__text,
  .new-separator .separator__text {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 2em;
    padding: 0 1em;
    position: relative;
    z-index: 5; }

.new-separator .separator__hr {
  border-color: #ffaf53; }

.new-separator .separator__text {
  color: #ff8800;
  font-weight: normal; }

.file-overlay {
  color: #ffffff;
  font-size: 1.42857em;
  font-weight: 600;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 11; }
  .file-overlay .overlay__indent {
    overflow: hidden;
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: relative; }
  .file-overlay.right-file-overlay {
    font-size: 1.28571em; }
    .file-overlay.right-file-overlay .overlay__circle {
      height: 300px;
      margin: -150px 0 0 -150px;
      width: 300px; }
    .file-overlay.right-file-overlay .overlay__files {
      margin: 60px auto 15px;
      width: 150px; }
  .file-overlay .overlay__circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.7);
    height: 370px;
    left: 50%;
    margin: -185px 0 0 -185px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 370px; }
  .file-overlay .overlay__files {
    display: block;
    margin: 75px auto 20px; }
  .file-overlay .overlay__logo {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
    position: absolute; }
  .file-overlay .fa {
    display: inline-block;
    font-size: 1.1em;
    margin-right: 8px; }

#post-list {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: hidden;
  position: relative; }
  #post-list .inactive {
    display: none; }
  #post-list .post-list__loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: .9em;
    font-style: italic;
    padding: 1em 0;
    text-align: center; }
    #post-list .post-list__loading i {
      margin-right: 2px; }
    #post-list .post-list__loading.post-list__loading-search {
      cursor: pointer; }
      #post-list .post-list__loading.post-list__loading-search:hover {
        text-decoration: underline; }
  #post-list .post-list-holder-by-time {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: scroll;
    padding: 1em 0 0;
    position: absolute;
    width: 100%; }
    #post-list .post-list-holder-by-time.active {
      display: inline; }
  #post-list .more-messages-text {
    border: none;
    display: block;
    font-size: 13px;
    margin: 5px 0 10px;
    outline: none;
    text-align: center;
    width: 100%; }
  #post-list .new-messages__button {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    font-size: 13.5px;
    left: 50%;
    margin: 5px auto;
    position: absolute;
    text-align: center;
    visibility: hidden;
    z-index: 3; }
    #post-list .new-messages__button .fa {
      font-size: 1.2em;
      font-weight: bold;
      margin-right: .5rem;
      position: relative;
      top: 1px; }
    #post-list .new-messages__button .icon {
      margin-left: 5px; }
    #post-list .new-messages__button div {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      cursor: pointer;
      display: inline-block;
      padding: 4px 20px 3px; }
    #post-list .new-messages__button.visible {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      visibility: visible; }
    #post-list .new-messages__button.disabled {
      display: none; }

.post-list__timestamp {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease false;
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 100%;
  z-index: 50; }
  .post-list__timestamp.scrolling {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  .post-list__timestamp.rhs {
    top: 98px; }
  .post-list__timestamp > div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background: #2389d7;
    border: 1px solid;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    padding: 0 8px;
    text-align: center; }

.post-list__arrows {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s false false;
  background-repeat: no-repeat;
  bottom: 0;
  display: none;
  fill: #444444;
  height: 40px;
  left: 9px;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 50; }
  .post-list__arrows svg {
    color: inherit;
    height: 28px;
    width: 28px; }
  .post-list__arrows.scrolling {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    display: block; }

.post-create-message {
  padding: 15px; }

.post-create__container {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  z-index: 7; }
  .post-create__container label {
    font-weight: normal; }
  .post-create__container form {
    margin: 0 auto;
    padding: 0 15px 0;
    width: 100%; }
  .post-create__container .center {
    max-width: 1028px; }
  .post-create__container .custom-textarea {
    bottom: 0;
    max-height: 162px;
    overflow: hidden;
    padding: 12px 0 12px 15px;
    resize: none; }
    .post-create__container .custom-textarea:not(.custom-textarea--emoji-picker) {
      padding-right: 40px; }
    .post-create__container .custom-textarea.custom-textarea--emoji-picker {
      padding-right: 80px; }
    .post-create__container .custom-textarea.textbox-preview-area {
      overflow-y: auto; }
    .post-create__container .custom-textarea:-ms-input-placeholder {
      color: inherit; }
    .post-create__container .custom-textarea:-moz-placeholder {
      color: inherit; }
    .post-create__container .custom-textarea::-moz-placeholder {
      color: inherit; }
    .post-create__container .custom-textarea::-webkit-input-placeholder {
      color: inherit; }
  .post-create__container .emoji-picker {
    position: absolute;
    right: 0;
    top: -361px; }
  .post-create__container .scroll .post-body__actions {
    right: 10px; }
  .post-create__container .scroll .custom-textarea {
    -ms-overflow-style: auto;
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
    .post-create__container .scroll .custom-textarea:not(.custom-textarea--emoji-picker) {
      padding-right: 50px; }
    .post-create__container .scroll .custom-textarea.custom-textarea--emoji-picker {
      padding-right: 90px; }
  .post-create__container .post-body__actions {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    .post-create__container .post-body__actions > span {
      border-left: 1px solid transparent;
      width: 42px; }
      .post-create__container .post-body__actions > span:first-child {
        border: none; }
      .post-create__container .post-body__actions > span > span,
      .post-create__container .post-body__actions > span div {
        display: block;
        height: 49px;
        line-height: 49px;
        text-align: center;
        width: 100%; }
    .post-create__container .post-body__actions:hover, .post-create__container .post-body__actions:active {
      box-shadow: none; }
    .post-create__container .post-body__actions.btn-file__disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
      opacity: 0.1; }
      .post-create__container .post-body__actions.btn-file__disabled:hover, .post-create__container .post-body__actions.btn-file__disabled:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
        opacity: 0.1; }
    .post-create__container .post-body__actions .icon--emoji {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: all 0.15s;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s false false;
      cursor: pointer; }
      .post-create__container .post-body__actions .icon--emoji:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
      .post-create__container .post-body__actions .icon--emoji svg {
        position: relative;
        top: 2px; }
    .post-create__container .post-body__actions .icon--attachment {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -webkit-transition: all 0.15s;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s false false;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      vertical-align: top; }
      .post-create__container .post-body__actions .icon--attachment:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
      .post-create__container .post-body__actions .icon--attachment input {
        cursor: pointer;
        direction: ltr;
        filter: alpha(opacity=0);
        font-size: 23px;
        height: 100%;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
      .post-create__container .post-body__actions .icon--attachment svg {
        position: relative;
        top: 3px; }
  .post-create__container .post-create-body {
    padding: 0 0 2px;
    position: relative; }
    .post-create__container .post-create-body .post-body__cell {
      position: relative;
      vertical-align: top; }
    .post-create__container .post-create-body .send-button {
      -webkit-transition: all 0.15s;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s false false;
      border-left: 1px solid transparent;
      cursor: pointer;
      display: none;
      font-size: 17px;
      height: 100%;
      line-height: 49px;
      padding-right: 4px;
      text-align: center;
      vertical-align: bottom;
      width: 45px; }
      .post-create__container .post-create-body .send-button:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75; }
      .post-create__container .post-create-body .send-button.disabled i {
        color: inherit; }
      .android .post-create__container .post-create-body .send-button,
      .ios .post-create__container .post-create-body .send-button {
        display: block; }
    .post-create__container .post-create-body .icon--emoji-picker {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: all 0.15s;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s false false;
      cursor: pointer; }
      .post-create__container .post-create-body .icon--emoji-picker:hover, .post-create__container .post-create-body .icon--emoji-picker:active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        box-shadow: none; }
      .post-create__container .post-create-body .icon--emoji-picker .icon--attachment {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        display: inline-block;
        position: relative;
        vertical-align: top; }
        .post-create__container .post-create-body .icon--emoji-picker .icon--attachment input {
          cursor: pointer;
          direction: ltr;
          filter: alpha(opacity=0);
          font-size: 23px;
          height: 100%;
          margin: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%; }
        .post-create__container .post-create-body .icon--emoji-picker .icon--attachment:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
          opacity: 0.9; }
    .post-create__container .post-create-body textarea {
      box-shadow: none; }
  .post-create__container .post-create-footer {
    overflow: hidden;
    *zoom: 1;
    font-size: 13px;
    padding: 3px 0 0;
    position: relative; }
    .post-create__container .post-create-footer .post-error {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
      opacity: 0.55;
      display: inline-block;
      font-size: .85em;
      font-weight: normal;
      margin-bottom: 0;
      position: absolute;
      top: 4px; }
  .post-create__container .msg-typing {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    display: block;
    font-size: .95em;
    height: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.post-list__table {
  overflow: hidden;
  *zoom: 1;
  display: table;
  height: 100%;
  min-height: 350px;
  padding-bottom: .5em;
  table-layout: fixed;
  width: 100%; }
  .post-list__table .post-list__content {
    display: table-cell;
    vertical-align: bottom; }
    .post-list__table .post-list__content .dropdown-menu.bottom {
      bottom: 19px;
      top: auto; }

.post {
  *zoom: 1;
  max-width: 100%;
  padding: 8px .5em 0 1em;
  position: relative;
  word-wrap: break-word; }
  .post:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .post.post--system .post__header .col__reply {
    min-width: 0; }
  .post:hover .dropdown,
  .post:hover .comment-icon__container,
  .post:hover .reacticon,
  .post:hover .reacticon__container,
  .post:hover .flag-icon__container,
  .post:hover .post__reply,
  .post:hover .post-reaction,
  .post:hover .post__remove {
    visibility: visible; }
  .post:hover .permalink-icon {
    visibility: visible; }
  .post:hover .post-add-reaction .post-reaction {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .post.post--hovered .dropdown,
  .post.post--hovered .comment-icon__container,
  .post.post--hovered .post__reply,
  .post.post--hovered .post__remove,
  .post.post--hovered .reacticon__container,
  .post.post--hovered .permalink-icon {
    visibility: visible; }
  .post.post--hovered .post__header .col__reply {
    z-index: 7; }
  .post.post--hovered .post__body {
    background: transparent !important; }
  .post.post--highlight {
    background: rgba(17, 131, 129, 0.13); }
  .post.post--hide-controls .post__header .col__reply {
    display: none; }
  .post.post--compact.post--thread .post__header {
    padding-top: 3px; }
  .post.post--compact.post--system .status {
    visibility: hidden; }
  .post.post--compact.post--system > div {
    margin-bottom: 0; }
  .post.post--compact.same--root.same--user .post__header {
    height: 0; }
  .post.post--compact .post__img {
    padding-top: 0; }
  .post.post--compact .attachment {
    clear: both;
    padding-top: 1px; }
    .post.post--compact .attachment.attachment--pretext {
      clear: none;
      padding: 0; }
    .post.post--compact .attachment .attachment__body__wrap .btn-close {
      left: -2px; }
  .post.post--compact.post--comment .attachment .attachment__body__wrap .btn-close {
    left: -13px; }
  .post.post--compact .status-wrapper {
    cursor: auto;
    height: 14px;
    pointer-events: none; }
    .post.post--compact .status-wrapper .status {
      bottom: auto;
      height: 13px;
      left: -2px;
      position: relative;
      right: auto;
      top: auto;
      width: 13px; }
    .post.post--compact .status-wrapper svg {
      top: 1px; }
    .post.post--compact .status-wrapper:after {
      bottom: 0; }
  .post.post--compact blockquote {
    font-size: 1em;
    margin-left: 0;
    margin-top: 1.3em;
    padding: 3px 0 0 25px;
    vertical-align: top; }
    .post.post--compact blockquote:before {
      font-size: 15px;
      left: 4px;
      top: 2px; }
  .post.post--compact .search-item-snippet blockquote {
    margin-top: 0; }
  .post.post--compact .markdown__heading {
    clear: both;
    font-size: 1em;
    margin: 0; }
  .post.post--compact .post__header {
    display: block;
    height: 22px;
    margin-bottom: 0;
    padding: 0;
    width: auto; }
  .post.post--compact .post__body {
    background: transparent !important;
    line-height: 1.5;
    padding: 2px 0 0; }
    .post.post--compact .post__body .post--edited {
      position: relative;
      top: -1px; }
    .post.post--compact .post__body .img-div {
      max-height: 150px;
      max-width: 150px; }
    .post.post--compact .post__body p {
      line-height: inherit; }
    .post.post--compact .post__body p + p {
      margin-bottom: 1em;
      margin-top: 1em; }
    .post.post--compact .post__body ol,
    .post.post--compact .post__body ul {
      clear: both;
      padding-left: 20px; }
    .post.post--compact .post__body div {
      margin-bottom: 0; }
    .post.post--compact .post__body .post-image__column {
      margin: 3px 10px 3px 0;
      padding: 0 5px; }
  .post.post--compact .post-image__column {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: .9em;
    height: 26px;
    line-height: 25px;
    padding: 0 7px;
    width: 250px; }
    .post.post--compact .post-image__column .post-image__thumbnail {
      display: none; }
    .post.post--compact .post-image__column .post-image__details {
      background: transparent;
      border: none;
      padding: 0;
      width: 100%; }
      .post.post--compact .post-image__column .post-image__details span {
        display: none; }
      .post.post--compact .post-image__column .post-image__details svg {
        position: relative;
        top: 2px; }
      .post.post--compact .post-image__column .post-image__details .icon {
        display: block;
        float: left;
        margin-right: 5px;
        opacity: .6; }
    .post.post--compact .post-image__column .post-image__download {
      opacity: 1;
      padding: 0;
      position: relative;
      width: auto; }
    .post.post--compact .post-image__column .post-image__name {
      overflow: hidden;
      *zoom: 1;
      display: block;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .post.post--compact .post-image__column .post-image__name i {
        font-size: .9em;
        margin-right: 5px;
        opacity: .5; }
    .post.post--compact .post-image__column a:hover {
      text-decoration: none; }
  .post.post--compact .post__img {
    padding-top: 1px;
    width: 16px; }
    .post.post--compact .post__img img {
      display: none; }
  .post .post__img:hover {
    cursor: pointer; }
  .post .post--fail {
    position: relative; }
  .post .post--edited .post-message__text > p:last-child {
    display: inline-block;
    width: auto; }
  .post .post-edited__indicator {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: .87em; }
  .post .emoticon {
    vertical-align: top; }
  .post p {
    font-size: 13.5px;
    line-height: 1.6em;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word; }
  .post .post__header--info {
    padding: 0; }
  .post.post--root .comment-icon__container {
    visibility: visible; }
  .post.post--comment .post__body {
    border-left: 4px solid rgba(0, 0, 0, 0.3);
    padding-left: 7px; }
    .post.post--comment .post__body.mention-comment {
      border-left: 4px solid #f6c448;
      border-color: #f6c448; }
  .post.post--comment .attachment .attachment__body__wrap .btn-close {
    left: -11px; }
  .post.same--root.same--user {
    padding: 0 .5em 0 1em; }
    .post.same--root.same--user:hover .post__time, .post.same--root.same--user.post--hovered .post__time {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    .post.same--root.same--user .flag-icon__container {
      left: 36px;
      margin-left: 7px;
      position: absolute;
      top: 6px; }
    .post.same--root.same--user .post__img .status-wrapper {
      display: none; }
    .post.same--root.same--user .post__img img {
      display: none; }
    .post.same--root.same--user .post__header {
      height: 0;
      margin: 0; }
      .post.same--root.same--user .post__header .col__name {
        display: none; }
      .post.same--root.same--user .post__header .col__reply {
        top: -1px; }
  .post.same--root.post--comment .post__link {
    display: none; }
  .post.same--root.post--comment.same--user .post__img img {
    display: none; }
  .post.other--root .comment-icon__container.icon--show {
    visibility: visible; }
  .post.other--root.post--comment .popover {
    margin-top: 84px; }
    .post.other--root.post--comment .popover > .arrow {
      top: 21px !important; }
  .post.other--root.post--comment .post__header .col__reply {
    top: -4px; }
  .post .post__content {
    display: table;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
    table-layout: fixed;
    width: 100%; }
    .post .post__content > div {
      display: table-cell;
      vertical-align: top; }
  .post .center {
    max-width: 1000px; }
  .post .post__header {
    display: flex;
    margin-bottom: 2px;
    padding: 0 50px 0 0;
    white-space: nowrap;
    width: 100%; }
    .post .post__header > div {
      display: inline-block;
      vertical-align: top; }
    .post .post__header .col__name {
      font-weight: 600;
      margin-right: 7px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .post .post__header .col__name .user-popover {
        overflow: hidden;
        *zoom: 1;
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap; }
      .post .post__header .col__name .colon {
        display: none;
        font-weight: 900;
        margin-left: 2px; }
    .post .post__header .col__reply {
      border: 1px solid transparent;
      border-radius: 2px;
      min-width: 70px;
      padding: 2px 5px;
      position: absolute;
      right: 0;
      top: -4px;
      white-space: normal;
      z-index: 6; }
      .post .post__header .col__reply.dot_small {
        min-width: auto !important; }
    .post .post__header .col__remove {
      position: absolute;
      right: 10px; }
    .post .post__header .permalink-popover {
      min-width: 0; }
      .post .post__header .permalink-popover .popover-content {
        padding: 5px; }
      .post .post__header .permalink-popover .form-control,
      .post .post__header .permalink-popover .btn {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px; }
  .post .post__img {
    padding-right: 10px;
    text-align: right;
    width: 53px; }
    .post .post__img .icon svg {
      height: 32px;
      width: 32px; }
    .post .post__img path {
      fill: inherit; }
    .post .post__img img {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      height: 32px;
      max-width: none;
      vertical-align: inherit;
      width: 32px; }
  .post .post__embed-container {
    -webkit-transition: max-height 0.5 ease;
    -webkit-transition-delay: 0s;
    -moz-transition: max-height 0.5 ease;
    -o-transition: max-height 0.5 ease;
    transition: max-height 0.5 ease false;
    display: block;
    margin-top: 5px;
    max-height: 1000px;
    overflow: hidden; }
    .post .post__embed-container[hidden] {
      max-height: 0; }
  .post .dropdown {
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    visibility: hidden; }
    .post .dropdown .dropdown-menu {
      left: auto;
      min-width: 130px;
      padding: 2px 0;
      right: 0;
      top: 20px; }
      .post .dropdown .dropdown-menu li {
        display: block; }
      .post .dropdown .dropdown-menu a {
        padding: 5px 15px; }
  .post .post__dropdown {
    vertical-align: middle; }
    .post .post__dropdown:after {
      content: '[...]';
      font-family: 'roboto', sans-serif;
      position: relative;
      top: -1px; }
  .post .post__remove {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: inherit;
    display: inline-block;
    float: right;
    font-family: 'roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    right: -10px;
    text-decoration: none;
    vertical-align: top;
    visibility: hidden;
    width: 20px; }
    .post .post__remove:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  .post .post-add-reaction {
    display: inline-block; }
    .post .post-add-reaction .post-reaction {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      visibility: hidden; }
  .post .post__body {
    *zoom: 1;
    padding: .2em .5em;
    width: 100%;
    word-wrap: break-word; }
    .post .post__body:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    .post .post__body.post--ephemeral {
      padding-right: 20px !important; }
    .post .post__body p + p {
      margin: 0.5em 0 0; }
    .post .post__body ul,
    .post .post__body ol {
      font-size: 13.5px;
      margin-bottom: .11em;
      margin-top: 3px;
      padding-left: 20px; }
      .post .post__body ul p,
      .post .post__body ol p {
        margin-bottom: 0; }
      .post .post__body ul li ul,
      .post .post__body ul li ol,
      .post .post__body ol li ul,
      .post .post__body ol li ol {
        font-size: 1em;
        margin: 0;
        padding: 0 0 0 20px; }
      .post .post__body ul li.list-item--task-list ul,
      .post .post__body ul li.list-item--task-list ol,
      .post .post__body ol li.list-item--task-list ul,
      .post .post__body ol li.list-item--task-list ol {
        margin-left: 20px; }
      .post .post__body ul li.list-item--task-list ul,
      .post .post__body ol li.list-item--task-list ul {
        padding-left: 0; }
      .post .post__body ul li:not(.list-item--task-list) li.list-item--task-list,
      .post .post__body ul li:not(.list-item--task-list) li.list-item--task-list ~ li,
      .post .post__body ol li:not(.list-item--task-list) li.list-item--task-list,
      .post .post__body ol li:not(.list-item--task-list) li.list-item--task-list ~ li {
        margin-left: -20px; }
      .post .post__body ul li input[type='checkbox']:disabled,
      .post .post__body ol li input[type='checkbox']:disabled {
        cursor: default;
        vertical-align: top; }
    .post .post__body ul li.list-item--task-list,
    .post .post__body ul li.list-item--task-list ~ li {
      list-style-type: none; }
    .post .post__body ul li.list-item--task-list ~ li:not(.list-item--task-list) {
      text-indent: 3px; }
      .post .post__body ul li.list-item--task-list ~ li:not(.list-item--task-list):before {
        content: '\2022';
        margin-right: 8px; }
    .post .post__body ul + p,
    .post .post__body ol + p {
      margin-top: .6em; }
    .post .post__body p + ul,
    .post .post__body p + ol {
      margin-top: .6em; }
    .post .post__body .pending-post-actions {
      background: rgba(0, 0, 0, 0.7);
      color: #ffffff;
      font-size: .9em;
      padding: 5px 7px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100; }
      .post .post__body .pending-post-actions a {
        color: #ffffff; }
    .post .post__body .post-reaction-list {
      min-height: 30px; }
      .post .post__body .post-reaction-list .post-add-reaction-emoji-picker-open {
        display: inline-block; }
        .post .post__body .post-reaction-list .post-add-reaction-emoji-picker-open .post-reaction {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          visibility: visible; }
    .post .post__body .post-reaction {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #2389d7;
      cursor: pointer;
      display: inline-block;
      font-size: 11px;
      height: 23px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 0 4px 0 3px; }
      .post .post__body .post-reaction .post-reaction__emoji {
        margin: 2px 3px 0 0;
        max-height: 16px;
        max-width: 16px;
        vertical-align: middle; }
      .post .post__body .post-reaction .post-reaction__count {
        line-height: 10px;
        position: relative;
        top: 3px; }
      .post .post__body .post-reaction .post-reaction__add {
        font-size: 20px;
        line-height: 0;
        margin: 0 5px;
        position: relative;
        top: 1px;
        vertical-align: middle; }
      .post .post__body .post-reaction--current-user .post-reaction__count {
        font-weight: 600; }
  .post .post__link {
    font-size: 13px;
    margin: 2px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .post .post__link a {
      font-weight: bold; }
  .post .post__embed-visibility {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0;
    text-rendering: auto; }
    .post .post__embed-visibility.pull-left {
      margin: 5px 5px 0 0; }
    .post .post__embed-visibility:hover {
      text-decoration: none; }
    .post .post__embed-visibility:before {
      content: '\F065';
      font-size: 14px; }
    .post .post__embed-visibility[data-expanded='true']:before {
      content: '\F066'; }
  .post .post__visibility {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: .9em;
    padding: 8px; }
  .post .post__time {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: .9em; }
  .post .post__permalink {
    color: inherit; }
    .post .post__permalink:hover, .post .post__permalink:focus {
      color: inherit; }
    .post .post__permalink:focus {
      text-decoration: none; }
    .post .post__permalink:hover {
      text-decoration: underline; }
  .post .post-loading-gif {
    height: 10px;
    margin-top: 6px;
    width: 10px; }
  .post .post-fail {
    color: #d58a8a; }
  .post .post-waiting {
    color: #999999; }
  .post .permalink-icon {
    color: #2389d7;
    display: inline-block;
    visibility: hidden; }
  .post .post__reply {
    display: inline-block;
    margin-right: 6px;
    visibility: hidden; }
    .post .post__reply svg {
      fill: inherit;
      position: relative;
      top: 3px;
      width: 18px; }
  .post .comment-icon__container {
    display: inline-block;
    fill: #2389d7;
    position: relative;
    top: 1px;
    visibility: hidden; }
    .post .comment-icon__container:focus {
      outline: none; }
    .post .comment-icon__container.icon--visible {
      visibility: visible; }
    .post .comment-icon__container svg {
      height: 17px;
      width: 17px; }
    .post .comment-icon__container .comment-count {
      margin-left: 2px; }
    .post .comment-icon__container .comment-icon {
      display: inline-block;
      fill: inherit;
      margin: 0 1px 0 5px;
      position: relative;
      top: 1px;
      vertical-align: top; }
    .post .comment-icon__container path {
      fill: inherit; }
  .post .reacticon__container {
    display: inline-block;
    fill: #2389d7;
    font-size: 16px;
    margin-left: 5px;
    vertical-align: top;
    visibility: hidden; }
    .post .reacticon__container svg {
      height: 14px;
      position: relative;
      top: 1px;
      width: 14px; }
  .post .flag-icon__container {
    display: inline-block;
    height: 15px;
    margin-left: 7px;
    position: relative;
    top: 2px;
    vertical-align: top;
    visibility: hidden; }
    .post .flag-icon__container.visible {
      visibility: visible; }
    .post .flag-icon__container svg {
      width: 12px; }
    .post .flag-icon__container path {
      fill: inherit; }
    .post .flag-icon__container .fa-star-o {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    .post .flag-icon__container:focus {
      outline: none; }
    .post .flag-icon__container.icon--visible {
      visibility: visible; }
  .post .web-embed-data {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    height: 50px;
    overflow: hidden;
    padding: 2px 0 0 10px;
    text-overflow: ellipsis; }
    .post .web-embed-data .embed-title {
      color: #555555;
      font-weight: 600;
      margin: 3px 0 1px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .post .web-embed-data .embed-description {
      color: #888888;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .post .web-embed-data .embed-link {
      display: none; }

.bot-indicator,
.post__pinned-badge {
  border-radius: 2px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 4px; }

.bot-indicator {
  margin: 2px 10px 0 -4px; }

.post__pinned-badge {
  margin-left: 7px;
  position: relative;
  top: -1px; }

.permalink-text {
  overflow: hidden; }

.permalink-popover {
  margin-left: 50px !important;
  min-width: 320px; }

.post-right__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .post-right__container .post-right-root-message {
    padding: 1em 1em 0; }
  .post-right__container .post-right-comments-container {
    position: relative; }
  .post-right__container .help_format_text {
    bottom: -63px;
    right: auto; }
  .post-right__container .post.post--root {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em; }
    .post-right__container .post.post--root .post__body {
      background: transparent !important; }
  .post-right__container .post .post__header .col__reply {
    background: transparent !important;
    border: none !important;
    right: 5px;
    text-align: right;
    top: -3px; }
  .post-right__container .post .post__body {
    width: 100%; }
  .post-right__container hr {
    border: none; }
  .post-right__container .date-separator hr {
    border-top: 1px solid #eee; }
  .post-right__container .post-create__container {
    width: 100%; }
    .post-right__container .post-create__container .btn {
      margin-bottom: 10px; }
      .post-right__container .post-create__container .btn.disabled {
        background: grey !important;
        border-color: transparent !important; }
    .post-right__container .post-create__container .custom-textarea {
      min-height: 100px; }
    .post-right__container .post-create__container .msg-typing {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      display: block;
      float: left;
      font-size: 13px;
      height: 20px;
      line-height: 20px;
      margin-top: 3px;
      max-width: 230px;
      min-width: 1px; }
    .post-right__container .post-create__container .post-right-comments-upload-in-progress {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      margin-right: 10px;
      padding: 6px 0; }
    .post-right__container .post-create__container .emoji-picker {
      position: absolute;
      top: -361px;
      right: 0px; }

.post-right-header {
  border-bottom: 1px solid #ddd;
  color: #999;
  font-size: 1em;
  font-weight: 400;
  height: 39px;
  padding: 10px 10px 0 15px;
  text-transform: uppercase; }

.post-right-root-container {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px; }
  .post-right-root-container ul {
    margin-bottom: 2px;
    padding-left: 0; }

.post-right-channel__name {
  font-weight: 600;
  margin: 0 0 15px; }

.post-right-root-container li {
  display: inline;
  list-style-type: none;
  padding-right: 3px; }

.post-right-root-time {
  color: #a8adb7; }

.post-right-create-comment-container {
  bottom: 0;
  left: 0;
  margin-bottom: 18px;
  padding: 5px;
  position: absolute;
  width: 100%; }

.post-right__scroll {
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 10px;
  position: relative; }
  .post-right__scroll .file-preview__container {
    margin-top: 5px; }

.post-right-comment-time {
  color: #a8adb7; }

.sidebar--left {
  border-right: 1px solid #ddd;
  height: 100%;
  left: 0;
  position: fixed;
  width: 220px;
  z-index: 10; }
  .error-bar--fixed .sidebar--left {
    height: calc(100% - 22px); }
  .sidebar--left.sidebar--padded {
    padding-top: 44px; }
  .sidebar--left .sidebar-item .icon {
    display: inline-block;
    margin: 0 7px 0 1px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 15px; }
  .sidebar--left .sidebar-item .icon__lock {
    top: 2px; }
  .sidebar--left .sidebar-item .icon__globe {
    top: 1px; }
  .sidebar--left .sidebar-item .icon__archive {
    top: 2px; }
  .sidebar--left .sidebar-item__name {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top; }
  .sidebar--left .sidebar__divider {
    color: #ffffff;
    font-size: .9em;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 6px;
    position: relative;
    z-index: 0; }
    .sidebar--left .sidebar__divider:before {
      background: rgba(0, 0, 0, 0.15);
      content: '';
      height: 1px;
      position: absolute;
      top: 10px;
      width: 100%; }
    .sidebar--left .sidebar__divider .sidebar__divider__text {
      background: #2389d7;
      float: right;
      padding: 0 10px;
      position: relative;
      z-index: 1; }
  .sidebar--left .sidebar__switcher {
    bottom: 0;
    display: block;
    padding-bottom: 0;
    position: absolute;
    width: 100%; }
    .sidebar--left .sidebar__switcher button {
      background: transparent;
      display: block;
      font-weight: 600;
      height: 45px;
      line-height: 40px;
      padding: 0;
      text-decoration: none;
      width: 100%; }
      .sidebar--left .sidebar__switcher button > span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        z-index: 5; }
      .sidebar--left .sidebar__switcher button:hover span {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .sidebar--left .sidebar__switcher .switch__shortcut {
      margin-left: 4px; }
  .sidebar--left .dropdown-menu {
    max-height: 80vh;
    max-width: 250px;
    overflow-x: hidden;
    overflow-y: auto; }
  .sidebar--left .search__form {
    display: none;
    margin: 0;
    padding: 1em 1em 0; }
  .sidebar--left .badge {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    min-width: 18px;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: 8px; }
  .sidebar--left .nav-pills__container {
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 80px);
    overflow: auto;
    position: relative; }
  .sidebar--left .nav-pills__unread-indicator {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 13.5px;
    cursor: pointer;
    left: 15px;
    margin: 0 auto;
    padding: 4px 0 3px;
    position: fixed;
    text-align: center;
    width: 190px;
    z-index: 1; }
    .sidebar--left .nav-pills__unread-indicator .icon {
      margin-left: 5px; }
  .sidebar--left .nav-pills__unread-indicator-top {
    top: 80px; }
    .sidebar--left .nav-pills__unread-indicator-top .icon svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sidebar--left .nav-pills__unread-indicator-bottom {
    bottom: 60px; }
  .sidebar--left .nav.nav-stacked > li + li {
    margin: 0; }
  .sidebar--left .nav li > h4 {
    align-items: end;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    margin: 1.5em 0 .7em;
    padding: 0 12px 0 15px;
    text-transform: uppercase; }
    .sidebar--left .nav li > h4 span {
      flex: 1; }
  .sidebar--left .nav li .divider + .divider {
    display: none; }
  .sidebar--left .nav li > .nav-more {
    border-radius: 0;
    display: block;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 5px 0 5px 15px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sidebar--left .nav li .sidebar-item {
    -webkit-transition: none 1s;
    -webkit-transition-delay: 0s;
    -moz-transition: none 1s;
    -o-transition: none 1s;
    transition: none 1s false false;
    border-radius: 0;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 5px 0 5px 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    .sidebar--left .nav li .sidebar-item .icon.icon__archive, .sidebar--left .nav li .sidebar-item .icon.icon__globe, .sidebar--left .nav li .sidebar-item .icon.icon__lock {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    .sidebar--left .nav li .sidebar-item.has-badge .sidebar-item__name {
      max-width: 142px; }
    .sidebar--left .nav li .sidebar-item.has-close:hover .sidebar-item__name {
      max-width: 152px; }
    .sidebar--left .nav li .sidebar-item.has-close:hover .btn-close {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      display: block; }
    .sidebar--left .nav li .sidebar-item.has-close .btn-close {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      display: none;
      font-family: 'roboto', sans-serif;
      font-size: 21px;
      font-weight: 600;
      position: absolute;
      right: 15px;
      top: 0px; }
      .sidebar--left .nav li .sidebar-item.has-close .btn-close:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
    .sidebar--left .nav li .sidebar-item.unread-title {
      font-weight: 600; }
    .sidebar--left .nav li .sidebar-item.muted {
      opacity: 0.5; }
  .sidebar--left .nav li.active .muted {
    opacity: 1; }
  .sidebar--left .nav li.active button:before, .sidebar--left .nav li.active a:before {
    background: #000000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px; }
  .sidebar--left .nav li.active .icon.icon__archive, .sidebar--left .nav li.active .icon.icon__globe, .sidebar--left .nav li.active .icon.icon__lock {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  .sidebar--left .nav li.active button, .sidebar--left .nav li.active a,
  .sidebar--left .nav li.active button:hover, .sidebar--left .nav li.active a:hover,
  .sidebar--left .nav li.active button:focus, .sidebar--left .nav li.active a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-weight: 400;
    position: relative; }
    .sidebar--left .nav li.active button.unread-title, .sidebar--left .nav li.active a.unread-title,
    .sidebar--left .nav li.active button:hover.unread-title, .sidebar--left .nav li.active a:hover.unread-title,
    .sidebar--left .nav li.active button:focus.unread-title, .sidebar--left .nav li.active a:focus.unread-title {
      font-weight: 600; }
  .sidebar--left .nav.pn-sidebar-footer {
    position: absolute;
    bottom: 0;
    color: #C5CED0;
    padding-left: 2rem;
    width: 100%;
    text-align: left; }
    .sidebar--left .nav.pn-sidebar-footer > li {
      display: block;
      float: none;
      margin-left: 0px; }
      .sidebar--left .nav.pn-sidebar-footer > li > img {
        padding-right: 4px; }
      .sidebar--left .nav.pn-sidebar-footer > li > a {
        display: inline;
        text-decoration: none;
        padding: 0;
        color: #d1d0d4; }
        .sidebar--left .nav.pn-sidebar-footer > li > a:hover {
          text-decoration: underline; }
    .sidebar--left .nav.pn-sidebar-footer > .pn-footer {
      padding-top: 20px;
      color: #98a2a5; }
  .sidebar--left .modal-title {
    line-height: 2em; }
  .sidebar--left .add-channel-btn {
    float: right;
    font-size: 1.9em;
    font-weight: 700;
    line-height: 18px;
    margin: -2px 0 0 0;
    outline: none;
    padding: 0 5px;
    text-decoration: none; }
    .sidebar--left .add-channel-btn:hover {
      color: #666666; }
  .sidebar--left .status-wrapper {
    height: 36px;
    width: 36px; }
    .sidebar--left .status-wrapper .status {
      bottom: -4px;
      height: 18px;
      right: -5px;
      width: 18px; }
      .sidebar--left .status-wrapper .status.status-edit .fa {
        top: 4px; }
      .sidebar--left .status-wrapper .status .fa {
        position: relative;
        top: 2px; }
      .sidebar--left .status-wrapper .status .icon__container:after {
        border-radius: 20px;
        content: '';
        height: 10px;
        left: 4px;
        position: absolute;
        top: 4px;
        width: 10px; }
      .sidebar--left .status-wrapper .status svg {
        height: 13px;
        left: 3px;
        max-height: initial;
        position: relative;
        top: 3px;
        width: 13px;
        z-index: 1; }

.channel-loading-gif {
  height: 15px;
  margin-top: 2px;
  width: 15px; }

.join-channel-loading-gif {
  height: 25px;
  margin-left: 10px;
  margin-top: 5px;
  width: 25px; }

/* context menu shown when right-clicking on a channel in the LHS when using the desktop app */
.react-contextmenu--visible {
  background: #f0f0f0;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  color: black;
  cursor: pointer;
  padding: 2px 0;
  z-index: 100; }

.react-contextmenu-item {
  margin: 1px 0;
  padding: 0 22px; }
  .react-contextmenu-item:hover {
    background: #489DFE;
    color: #ffffff; }
  .react-contextmenu-item:focus,
  .react-contextmenu-item span {
    outline: none; }

.sidebar--menu {
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-right: 1px solid #ddd;
  display: none;
  height: 100%;
  overflow: auto;
  padding: 0 0 2em;
  position: absolute;
  right: 0;
  width: 220px; }
  .sidebar--menu .nav-pills__container {
    padding-top: 5px; }
  .sidebar--menu .team__header {
    *zoom: 1;
    display: none;
    padding: 0 15px; }
    .sidebar--menu .team__header:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    .sidebar--menu .team__header a {
      color: #ffffff; }
    .sidebar--menu .team__header .navbar-right {
      font-size: .85em;
      margin: 16px -5px 0; }
      .sidebar--menu .team__header .navbar-right .dropdown-toggle {
        padding: 0 10px; }
      .sidebar--menu .team__header .navbar-right .dropdown-menu li a {
        color: #555;
        padding: 3 20px; }
      .sidebar--menu .team__header .navbar-right .dropdown__icon {
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        display: inline-block;
        height: 16px;
        width: 4px; }
    .sidebar--menu .team__header .team__name {
      float: left;
      font-size: 1.2em;
      font-weight: 600;
      line-height: 50px;
      max-width: 80%;
      overflow: hidden;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .sidebar--menu .nav > li > a,
  .sidebar--menu .nav > li > button {
    background: none !important;
    color: inherit;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px; }
    .sidebar--menu .nav > li > a svg,
    .sidebar--menu .nav > li > button svg {
      fill-opacity: 0.85;
      height: 18px;
      position: relative;
      top: 4px;
      width: 18px; }
    .sidebar--menu .nav > li > a .icon,
    .sidebar--menu .nav > li > button .icon {
      display: inline-block;
      left: -5px;
      position: relative;
      text-align: center;
      width: 25px; }
    .sidebar--menu .nav > li > a .mentions,
    .sidebar--menu .nav > li > button .mentions {
      font-size: 17px;
      font-weight: bold; }

.pn-sidebar--right {
  -webkit-transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease false;
  background: #ffffff;
  height: 100%;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 8; }
  .error-bar--fixed .pn-sidebar--right {
    height: calc(100% - 22px); }
  .pn-sidebar--right.webrtc {
    z-index: 5; }
  .pn-sidebar--right.pn-sidebar--right--expanded {
    z-index: 11; }
  .pn-sidebar--right .pn-sidebar--right__bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100vh; }
    .pn-sidebar--right .pn-sidebar--right__bg:after {
      display: inline-block;
      position: absolute;
      width: 42px;
      height: 42px;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .pn-sidebar--right.move--left .sidebar--right__bg, .pn-sidebar--right.webrtc--show .sidebar--right__bg {
    left: -100%; }

.sidebar--right {
  -webkit-transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease false;
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
  background: #ffffff;
  height: 100%;
  padding: 0;
  position: fixed;
  right: 0;
  width: 400px;
  z-index: 8; }
  .error-bar--fixed .sidebar--right {
    height: calc(100% - 22px); }
  .sidebar--right.webrtc {
    z-index: 5; }
  .sidebar--right.sidebar--right--expanded {
    z-index: 11; }
  .sidebar--right .sidebar--right__bg {
    -webkit-transition: background-color 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease false;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 300%; }
  .sidebar--right.move--left .sidebar--right__bg, .sidebar--right.webrtc--show .sidebar--right__bg {
    left: -100%; }
  .sidebar--right .sidebar-right__table {
    display: table; }
    .sidebar--right .sidebar-right__table > div:not(.sidebar-collapse__container) {
      display: table-cell;
      vertical-align: top; }
      .sidebar--right .sidebar-right__table > div:not(.sidebar-collapse__container):last-child .channel-header__icon {
        margin-right: 10px; }
    .sidebar--right .sidebar-right__table .search-form__container {
      padding-right: 10px;
      width: 100%; }
  .sidebar--right .post-body img {
    max-height: 200px; }
  .sidebar--right .post.post--compact .post__pinned-badge {
    margin: 0 0 0 5px; }
  .sidebar--right .post .post__content {
    padding: 0 10px 0 0; }
  .sidebar--right .post .post__header .col__name .user-popover {
    width: 100%; }
  .sidebar--right .post .post__header .col__name + .col {
    flex: auto; }
  .sidebar--right .post .post__header .col__name.bot-indicator {
    flex: none; }
  .sidebar--right .post .post__header .flag-icon__container {
    z-index: 5; }
  .sidebar--right .post-create__container form {
    padding: .5em 15px 0; }
  .sidebar--right .post-create__container .post-create-footer {
    overflow: hidden;
    *zoom: 1;
    clear: both;
    font-size: 13px;
    overflow: visible;
    position: relative; }
    .sidebar--right .post-create__container .post-create-footer .post-error {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
      opacity: 0.55;
      display: inline-block;
      font-size: .85em;
      font-weight: normal;
      margin-bottom: 0;
      position: absolute;
      top: -25px; }
  .sidebar--right .help__format-text {
    display: none; }
  .sidebar--right .sidebar--right__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative; }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs {
      display: flex;
      justify-content: space-between; }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li.active > a, .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li.active > a:focus, .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li.active > a:hover {
      border-width: 0; }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li > a {
      border: none;
      color: #666; }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li.active > a, .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li > a:hover {
      border: none;
      color: #38373b !important;
      background: transparent; }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li > a::after {
      content: "";
      background: #38373b;
      height: 2px;
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 0px;
      transition: all 250ms ease 0s;
      transform: scale(0); }
    .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li.active > a::after, .sidebar--right .sidebar--right__content .project-nav .nav-tabs > li:hover > a::after {
      transform: scale(1); }
    .sidebar--right .sidebar--right__content .notification-bar--wrapper {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px; }
  .sidebar--right .sidebar--right__back {
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in false;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: inherit;
    display: inline-block;
    font-size: 26px;
    margin-left: -14px;
    text-align: center;
    vertical-align: top;
    width: 30px; }
    .sidebar--right .sidebar--right__back:hover, .sidebar--right .sidebar--right__back:active {
      color: inherit;
      opacity: .8; }
    .sidebar--right .sidebar--right__back i {
      position: relative;
      top: -2px; }
  .sidebar--right .sidebar-right__body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #ddd;
    height: calc(100% - 56px); }
  .sidebar--right .sidebar__overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    background-color: #f6c448;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 5; }
  .sidebar--right .input-group {
    word-break: break-word; }
  .sidebar--right .sidebar--right__buttons {
    float: right; }
  .sidebar--right .sidebar--right__close, .sidebar--right .sidebar--right__expand {
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in false;
    background: none;
    border: none;
    font-size: 20px;
    height: 22px;
    line-height: 0;
    margin: 11px 0 0;
    opacity: .5;
    outline: none;
    padding: 0;
    width: 30px; }
    .sidebar--right .sidebar--right__close:hover, .sidebar--right .sidebar--right__expand:hover, .sidebar--right .sidebar--right__close:active, .sidebar--right .sidebar--right__expand:active {
      opacity: .8; }
    .sidebar--right .sidebar--right__close i, .sidebar--right .sidebar--right__expand i {
      position: relative; }
  .sidebar--right .sidebar--right__expand {
    font-size: 17px; }
    .sidebar--right .sidebar--right__expand i {
      top: -2px; }
    .sidebar--right .sidebar--right__expand .fa-compress {
      display: none; }
  .sidebar--right .sidebar--right__title {
    overflow: hidden;
    *zoom: 1;
    padding-left: 15px; }
  .sidebar--right .sidebar--right__header {
    -webkit-flex: 0 0 44px;
    flex: 0 0 44px;
    border-bottom: 1px solid;
    color: inherit;
    font-size: 1em;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 5px 0 0;
    text-transform: uppercase; }
  .sidebar--right .sidebar--right__loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-align: center; }
    .sidebar--right .sidebar--right__loading .fa {
      margin-right: 5px; }
  .sidebar--right .sidebar--right__subheader {
    font-size: 1em;
    padding: .5em 1em 0; }
    .sidebar--right .sidebar--right__subheader h4 {
      font-size: 1em; }
    .sidebar--right .sidebar--right__subheader ul {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      padding: 10px 0 0 30px; }
    .sidebar--right .sidebar--right__subheader li {
      font-size: .95em;
      padding-bottom: 10px; }
    .sidebar--right .sidebar--right__subheader .usage__icon {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      margin: 0 3px;
      position: relative;
      top: 3px; }
  .sidebar--right .suggestion-list__content {
    max-height: 120px; }

.sidebar-right-container {
  height: 100%; }

.sidebar-collapse__container {
  display: none; }

.sidebar-collapse {
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear false;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  line-height: 0;
  padding-left: 1px;
  text-align: center;
  width: 50px;
  z-index: 5; }
  .sidebar-collapse .fa {
    position: relative;
    top: 18px; }

.multi-teams .team-sidebar {
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  width: 65px;
  z-index: 6; }
  .multi-teams .team-sidebar .team-wrapper {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-x: inherit;
    overflow-y: auto;
    padding-top: 15px; }
    .multi-teams .team-sidebar .team-wrapper .team-container {
      display: table;
      margin-bottom: 10px;
      position: relative;
      text-align: center;
      width: 100%; }
      .multi-teams .team-sidebar .team-wrapper .team-container a {
        display: block;
        margin-left: 11px;
        text-decoration: none; }
      .multi-teams .team-sidebar .team-wrapper .team-container button {
        text-decoration: none;
        padding: 0;
        border: none; }
      .multi-teams .team-sidebar .team-wrapper .team-container .team-btn {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: table-cell;
        font-size: 12px;
        font-weight: bold;
        height: 43px;
        line-height: 1.3;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 43px; }
        .multi-teams .team-sidebar .team-wrapper .team-container .team-btn .team-btn__initials {
          text-align: left;
          margin: 7px 5px 0; }
        .multi-teams .team-sidebar .team-wrapper .team-container .team-btn .team-btn__content {
          bottom: 4px;
          font-size: 8.5px;
          font-weight: normal;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 31px; }
        .multi-teams .team-sidebar .team-wrapper .team-container .team-btn .team-btn__image {
          height: 100%;
          background-size: contain;
          background-repeat: round; }
        .multi-teams .team-sidebar .team-wrapper .team-container .team-btn .badge {
          font-size: 10px;
          position: absolute;
          right: -6px;
          top: -3px; }
          .multi-teams .team-sidebar .team-wrapper .team-container .team-btn .badge.stroked {
            border: 1px solid; }
        .multi-teams .team-sidebar .team-wrapper .team-container .team-btn.team-btn__add {
          vertical-align: middle; }
      .multi-teams .team-sidebar .team-wrapper .team-container.active .team-btn {
        background-color: transparent;
        border-color: #ffffff; }
      .multi-teams .team-sidebar .team-wrapper .team-container.active:before {
        background: #000000;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 5px; }
      .multi-teams .team-sidebar .team-wrapper .team-container.unread:before {
        background: #000000;
        border-radius: 50%;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        top: 18px;
        width: 5px; }
      .multi-teams .team-sidebar .team-wrapper .team-container a.team-disabled {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        cursor: not-allowed; }
    .multi-teams .team-sidebar .team-wrapper .team-container a:hover {
      text-decoration: none; }

.multi-teams .sidebar--left {
  left: 65px; }
  .multi-teams .sidebar--left .nav-pills__unread-indicator {
    left: 80px; }

.multi-teams .app__content {
  margin-left: 285px; }

.webhooks__container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid;
  margin-top: 10px;
  padding: 0 13px 15px; }

.webhook__item {
  font-size: 13px;
  position: relative; }
  .webhook__item:last-child .divider-light:last-child {
    display: none; }
  .webhook__item .webhook__remove {
    color: #e05f5d;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    position: absolute;
    right: -7px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 30px; }
  .webhook__item .webhook__url {
    padding-right: 20px; }

.post.post--comment .attachment .attachment__body__wrap .btn-close {
  left: -11px; }

.post .attachment {
  margin-left: -20px;
  position: relative; }
  .post .attachment:hover .attachment__body__wrap .btn-close {
    visibility: visible; }
  .post .attachment.attachment--opengraph {
    max-width: 800px; }
  .post .attachment .attachment__content {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 0 5px 20px;
    padding: 2px 5px; }
  .post .attachment .attachment__thumb-pretext {
    background: transparent;
    border: none;
    margin-left: 25px; }
  .post .attachment .attachment__container {
    border-left-style: solid;
    border-left-width: 4px;
    padding: 10px; }
    .post .attachment .attachment__container.attachment__container--good {
      border-left-color: #00c100; }
    .post .attachment .attachment__container.attachment__container--warning {
      border-left-color: #dede01; }
    .post .attachment .attachment__container.attachment__container--danger {
      border-left-color: #e40303; }
    .post .attachment .attachment__container.attachment__container--opengraph {
      border-left-color: transparent;
      border-left-style: none;
      display: table;
      margin: 0;
      padding-bottom: 13px;
      padding-left: 5px;
      table-layout: fixed;
      width: 100%; }
      .post .attachment .attachment__container.attachment__container--opengraph div {
        margin: 0; }
    .post .attachment .attachment__container .sitename {
      color: #A3A3A3; }
  .post .attachment .attachment__body__wrap.attachment__body__wrap--opengraph {
    display: table-cell;
    vertical-align: top;
    width: 100%; }
  .post .attachment .attachment__body__wrap .btn-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 21px;
    font-weight: 500;
    height: 20px;
    left: -7px;
    line-height: 20px;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    visibility: hidden;
    width: 20px;
    z-index: 5; }
    .post .attachment .attachment__body__wrap .btn-close span {
      font-family: 'roboto', sans-serif;
      line-height: 10px; }
    .post .attachment .attachment__body__wrap .btn-close:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }
  .post .attachment .attachment__body__wrap:hover .btn-close {
    visibility: visible; }
  .post .attachment .attachment__body {
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 5px;
    width: 80%; }
    .post .attachment .attachment__body.attachment__body--no_thumb {
      width: 100%; }
    .post .attachment .attachment__body.attachment__body--opengraph {
      float: none;
      padding-right: 0;
      width: 100%;
      word-wrap: break-word; }
  .post .attachment .attachment__text p:last-of-type {
    display: inline-block; }
  .post .attachment .attachment__image__container--openraph {
    display: table-cell;
    padding-left: 15px;
    padding-top: 3px;
    vertical-align: top;
    width: 95px; }
  .post .attachment .attachment__image {
    margin-bottom: 1em;
    max-height: 300px;
    max-width: 500px; }
    .post .attachment .attachment__image.attachment__image--openraph {
      margin-bottom: 0;
      max-height: 80px;
      max-width: 100%; }
      .post .attachment .attachment__image.attachment__image--openraph.loading {
        height: 80px; }
      .post .attachment .attachment__image.attachment__image--openraph.large_image {
        border-radius: 3px;
        margin-top: 10px;
        max-height: 200px;
        max-width: 400px;
        width: 100%; }
        .post .attachment .attachment__image.attachment__image--openraph.large_image.loading {
          height: 150px; }
  .post .attachment .attachment__author-name {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .post .attachment .attachment__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 5px 0;
    padding: 0; }
    .post .attachment .attachment__title.has-link {
      color: #2f81b7;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .post .attachment .attachment__title.attachment__title--opengraph {
      height: auto;
      word-wrap: break-word; }
      .post .attachment .attachment__title.attachment__title--opengraph.is-url {
        word-break: break-all; }
  .post .attachment .attachment-link-more {
    display: inline-block;
    font-size: .9em;
    margin: 5px 0; }
  .post .attachment .attachment__author-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    height: 14px;
    margin-right: 5px;
    width: 14px; }
  .post .attachment .attachment__thumb-container {
    float: right;
    text-align: right;
    width: 80px; }
    .post .attachment .attachment__thumb-container img {
      max-height: 75px;
      max-width: 100%; }
  .post .attachment .attachment-fields {
    width: 100%; }
    .post .attachment .attachment-fields .attachment-field__caption {
      font-weight: 600;
      padding-top: .7em; }
    .post .attachment .attachment-fields .attachment-field p {
      margin: 0; }
  .post .attachment .attachment-actions {
    margin-top: 9px; }
    .post .attachment .attachment-actions button {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      outline: 0;
      margin: 8px 8px 0 0;
      border-width: 1px;
      border-style: solid;
      height: 30px;
      font-size: 13px;
      font-weight: 700; }

@media screen and (max-width: 1800px) {
  .inner-wrap.move--left .date-separator.hovered--comment:before, .inner-wrap.move--left .date-separator.hovered--comment:after,
  .inner-wrap.move--left .new-separator.hovered--comment:before,
  .inner-wrap.move--left .new-separator.hovered--comment:after, .inner-wrap.webrtc--show .date-separator.hovered--comment:before, .inner-wrap.webrtc--show .date-separator.hovered--comment:after,
  .inner-wrap.webrtc--show .new-separator.hovered--comment:before,
  .inner-wrap.webrtc--show .new-separator.hovered--comment:after {
    background: none; } }

@media screen and (max-width: 1440px) {
  .inner-wrap.move--left .help__format-text, .inner-wrap.webrtc--show .help__format-text {
    display: none; }
  .date-separator.hovered--comment:before, .date-separator.hovered--comment:after,
  .new-separator.hovered--comment:before,
  .new-separator.hovered--comment:after {
    background: none !important; }
  .backstage-content {
    margin: 46px 46px 46px 150px; } }

@media screen and (max-width: 1140px) {
  .tip-overlay.tip-overlay--chat {
    margin: -10px 0 0 -10px; }
    .tip-overlay.tip-overlay--chat .arrow {
      left: auto;
      right: 15px; }
  .inner-wrap.move--left .file-overlay, .inner-wrap.webrtc--show .file-overlay {
    font-size: 1.28571em; }
    .inner-wrap.move--left .file-overlay .overlay__circle, .inner-wrap.webrtc--show .file-overlay .overlay__circle {
      height: 300px;
      margin: -150px 0 0 -150px;
      width: 300px; }
    .inner-wrap.move--left .file-overlay .overlay__files, .inner-wrap.webrtc--show .file-overlay .overlay__files {
      margin: 60px auto 15px;
      width: 150px; } }

@media (max-width: 1024px) {
  .channel-header .search-bar__container .search__form {
    width: 150px; }
  .integration-option {
    width: 280px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 700px; }
  .modal-md {
    width: 640px; } }

@media screen and (max-width: 1020px) {
  .sidebar--right {
    -webkit-transition: all 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease false;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10; }
    .sidebar--right.move--left, .sidebar--right.webrtc--show {
      -webkit-transform: translateX(0) !important;
      -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      -o-transform: translateX(0) !important;
      transform: translateX(0) !important; }
      .sidebar--right.move--left .search-bar__container, .sidebar--right.webrtc--show .search-bar__container {
        z-index: 5; }
  .inner-wrap:not(.move--left) {
    margin-right: 0 !important; }
  .inner-wrap.move--left .channel-header__links, .inner-wrap.webrtc--show .channel-header__links {
    position: relative;
    right: auto;
    top: auto; }
  .inner-wrap.move--left .header-list__right, .inner-wrap.webrtc--show .header-list__right, .inner-wrap.move--right .header-list__right {
    z-index: -1; } }

@media screen and (max-width: 960px) {
  .help__format-text {
    display: none; }
  .post-right__scroll .post-create__container .post-create-body .icon__emoji_picker {
    display: none;
    top: -7px; }
  .signup-team__container.branded {
    display: block;
    margin: 0 auto;
    max-width: 380px; }
    .signup-team__container.branded .signup__markdown {
      display: none; }
  .backstage-content {
    margin: 30px;
    max-width: 100%;
    padding: 0; }
  .backstage-sidebar {
    height: auto;
    padding: 30px 15px 0;
    position: relative;
    width: 100%; }
  .post .attachment .attachment__image.attachment__image--openraph {
    max-height: 70px;
    max-width: 100%; }
    .post .attachment .attachment__image.attachment__image--openraph.loading {
      height: 70px; } }

@media screen and (min-width: 768px) {
  .col-sm-auto {
    float: left; }
  .second-bar {
    display: none; }
  .channel-header .search-bar__container .search__form.focused {
    width: 313px; }
  .sidebar--right.move--left, .sidebar--right.webrtc--show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .sidebar--right.sidebar--right--expanded {
    width: calc(100% - 280px); }
    .sidebar--right.sidebar--right--expanded .sidebar--right__bg {
      background-color: rgba(0, 0, 0, 0.4);
      visibility: visible; }
    .sidebar--right.sidebar--right--expanded .search-bar__container {
      padding-left: 10px; }
    .sidebar--right.sidebar--right--expanded .sidebar-right-container {
      position: relative;
      z-index: 5; }
    .sidebar--right.sidebar--right--expanded .sidebar--right__expand .fa-expand {
      display: none; }
    .sidebar--right.sidebar--right--expanded .sidebar--right__expand .fa-compress {
      display: inline-block; }
  .sidebar--right .sidebar--right__title {
    display: inline-block;
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .team-sidebar ~ .sidebar--right.sidebar--right--expanded {
    width: calc(100% - 340px); }
  .inner-wrap.move--left, .inner-wrap.webrtc--show {
    margin-right: 400px; }
  .channel__wrap .post.post--compact .post__time {
    font-size: .85em;
    left: -79px;
    position: absolute;
    text-align: right;
    top: 3px;
    width: 60px; }
  .channel__wrap .post.post--compact .star-icon__container {
    left: -65px;
    position: absolute;
    text-align: right;
    top: 6px;
    width: 60px; }
  .post.post--compact .post__pinned-badge {
    margin-left: 0;
    margin-right: 5px; }
  .post.post--compact:not(.post--thread) {
    padding: 0 .5em 0 77px; }
    .post.post--compact:not(.post--thread) .post__link {
      margin: 3px 0 7px;
      vertical-align: bottom; }
    .post.post--compact:not(.post--thread) span p:last-child {
      margin-bottom: 0; }
    .post.post--compact:not(.post--thread) .post__header {
      float: left;
      height: 21px;
      padding-right: 0;
      padding-top: 2px; }
      .post.post--compact:not(.post--thread) .post__header .col__name {
        font-weight: bold;
        margin-right: 2px;
        padding-right: 5px;
        position: relative;
        z-index: 1; }
      .post.post--compact:not(.post--thread) .post__header .colon {
        display: inline; }
      .post.post--compact:not(.post--thread) .post__header .col__reply {
        top: -1px; }
    .post.post--compact:not(.post--thread).other--root .post__link + .post__body {
      clear: both; }
    .post.post--compact:not(.post--thread).other--root.post--comment .post__header .col__reply {
      top: -1px; }
    .post.post--compact:not(.post--thread) .post-code {
      clear: both; }
    .post.post--compact:not(.post--thread) .post__body {
      width: 100%; }
    .post.post--compact:not(.post--thread) .post__content {
      padding-right: 45px; }
  .post.post--compact .flag-icon__container {
    left: -21px;
    position: absolute;
    top: 4px; }
  .sidebar--right .post.post--compact .flag-icon__container {
    left: auto;
    position: relative;
    top: 1px; }
  .post.post--compact.same--root.same--user {
    padding-left: 77px;
    padding-top: 0; }
    .post.post--compact.same--root.same--user .flag-icon__container {
      left: -21px;
      position: absolute;
      top: 4px; }
    .post.post--compact.same--root.same--user .post__header .col__reply {
      top: -1px; }
    .post.post--compact.same--root.same--user .post__img img {
      display: none; }
    .post.post--compact.same--root.same--user.post--root .post__img img {
      display: block; }
    .post.post--compact.same--root.same--user.post--root .post__time {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6; }
  .post.post--compact.same--root.post--comment {
    padding-top: 1px; }
    .post.post--compact.same--root.post--comment.same--user .post__img img {
      display: none; }
    .post.post--compact.same--root.post--comment .post__header {
      margin-left: 12px; }
  .post.same--root.same--user .post__time {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .post.same--root.same--user .post__header {
    float: left; }
    .post.same--root.same--user .post__header .col__reply {
      top: -21px; }
    .post.same--root.same--user .post__header .post__pinned-badge {
      margin-right: 5px; }
  .post.same--root.same--user.post--pinned .post__body:before {
    content: '';
    display: block;
    height: 21px;
    width: 1px; }
  .post.same--root.same--user:not(.post--compact) .post__header .post__pinned-badge {
    top: 3px; }
  .post.same--root.same--user:not(.post--compact) .post__time {
    display: inline-block;
    font-size: 11px;
    left: -14px;
    line-height: 20px;
    position: absolute;
    text-align: right;
    text-rendering: auto;
    top: 4px;
    width: 51px; }
    .post.same--root.same--user:not(.post--compact) .post__time:hover {
      text-decoration: underline; }
  .post.same--root.post--comment:not(.post--compact) .post__pinned-badge {
    margin-left: 10px; } }

@media screen and (max-width: 768px) {
  .textarea-wrapper .help__text {
    display: none; }
  .webrtc__option {
    display: none; }
  .channel-header .channel-header__icon {
    display: none; }
  .member-role .member-menu,
  .member-drop .member-menu {
    right: 0;
    top: 30px; }
  .post-code {
    word-wrap: normal; }
  .table-responsive {
    border: none; }
  .multi-select__container .btn {
    display: block;
    min-width: 50px; }
  .multi-select__container .Select-value-label {
    max-width: 190px;
    text-overflow: ellipsis; }
  .more-modal__list .more-modal__actions--round {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .post-create__container {
    z-index: 2; }
    .post-create__container .post-create-footer {
      padding: 0 10px; }
    .post-create__container form {
      padding: 0; }
    .post-create__container .post-create-body {
      padding: 0; }
      .post-create__container .post-create-body .send-button {
        display: block; }
      .app-content .post-create__container .post-create-body textarea {
        border-left: none;
        border-right: none; }
    .post-create__container .msg-typing {
      display: none; }
    .post-create__container .emoji-picker__container {
      display: none; }
  .suggestion-list__content {
    max-height: 145px; }
  .webrtc__notification--rhs {
    left: auto;
    right: 0;
    top: 47px;
    width: 205px; }
  .filtered-user-list .filter-button .btn {
    width: 100%; }
  .settings-modal .modal-body {
    overflow: auto; }
  #header-popover {
    -webkit-transition: all 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease false;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.9);
    border: none;
    height: calc(100% - 50px);
    max-width: 100%;
    position: fixed;
    top: 40px !important;
    width: 100%; }
    #header-popover.in {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #header-popover a {
      color: #0091ff; }
    #header-popover .arrow {
      display: none; }
    #header-popover .popover-content {
      color: #ffffff;
      font-size: 15px;
      padding: 15px 20px 100px; }
      #header-popover .popover-content > div:first-child {
        -webkit-overflow-scrolling: touch;
        height: calc(100vh - 150px);
        overflow: auto; }
    #header-popover .close {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #ffffff;
      bottom: 25px;
      color: #ffffff;
      display: block;
      font-family: 'roboto', sans-serif;
      font-size: 23px;
      font-weight: 200;
      height: 30px;
      left: 50%;
      line-height: 0;
      margin-left: -15px;
      opacity: 1;
      padding-top: 13px;
      position: fixed;
      text-align: center;
      text-shadow: none;
      width: 30px; }
  .app__body .edit-modal-body .custom-textarea {
    max-height: 30vh; }
  .video-div.embed-responsive-item {
    height: 0;
    padding-bottom: 75%; }
    .video-div.embed-responsive-item iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .tutorial-steps__container .tutorial__content .tutorial__steps {
    margin-top: 15%;
    margin-bottom: 15%;
    max-height: 70%;
    padding-bottom: 0; }
  .prompt .prompt__heading {
    display: block; }
    .prompt .prompt__heading > div:first-child {
      display: block;
      margin: 0 0 1em; }
  .post-code__language {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    position: relative; }
  .post-code:hover .post-code__language {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .backstage-filters {
    display: block; }
    .backstage-filters .backstage-filter__search {
      margin: 10px 0;
      width: 100%; }
  .compliance-panel .row > .form-group,
  .audit-panel .row > .form-group {
    padding-left: 15px; }
  .user-popover {
    cursor: pointer;
    display: inline-block; }
  .signup-team__container {
    font-size: 1em; }
  .sidebar--left .team__header .user__picture,
  .sidebar--menu .team__header .user__picture {
    display: none; }
  .date-separator.hovered--before:after,
  .date-separator.hovered--after:before,
  .new-separator.hovered--after:before,
  .new-separator.hovered--before:after {
    background: none !important; }
  .channel-intro {
    margin: 0 0 35px; }
  .post:not(.post--compact) .bot-indicator {
    left: 6px;
    position: absolute;
    top: 31px; }
  .post.post--system .post__header .col__reply {
    min-width: 45px; }
  .post .post-add-reaction {
    display: none; }
  .post .reacticon__container {
    display: none; }
  .post .post__dropdown {
    display: inline-block;
    height: 28px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 28px; }
    .post .post__dropdown:after {
      content: '...';
      font-size: 20px;
      top: -3px; }
  .post .post__remove {
    margin-right: 10px;
    visibility: visible; }
  .post.post--compact .post__img {
    padding-top: 0; }
  .post.post--compact.same--root.same--user .post__header {
    height: auto; }
  .post.post--compact .status-wrapper:after {
    bottom: 3px; }
    .sidebar--right .post.post--compact .status-wrapper:after {
      bottom: 0; }
  .post.post--compact blockquote {
    margin-top: 0; }
  .post.same--root.same--user .flag-icon__container {
    left: auto;
    position: relative;
    top: 1px; }
  .post .post__content {
    padding: 0 10px 0 0; }
  .post.current--user.same--root.same--user .post__header {
    margin-bottom: 7px; }
  .post.current--user.post--comment .post__header {
    margin-bottom: 3px; }
  .post .post__header {
    margin-bottom: 0;
    padding-right: 70px; }
    .post .post__header .col__reply {
      min-width: 45px;
      top: -6px;
      z-index: auto; }
    .post .post__header .col__name .user-popover {
      max-width: 130px; }
  .post .comment-icon__container {
    display: none;
    visibility: visible; }
    .sidebar--right .post .comment-icon__container {
      display: inline-block; }
    .post .comment-icon__container.icon--show {
      display: inline-block; }
  .post-list__content .post:hover {
    background: transparent; }
  .post-list__content .post .comment-icon__container {
    visibility: visible; }
  .post .dropdown,
  .post .post__reply {
    visibility: visible; }
  .post .post__body {
    width: 100%; }
  .post .post__reply {
    float: right;
    margin-right: 20px; }
    .post .post__reply svg {
      top: 1px; }
  .post.post--comment .post__body {
    margin-top: 5px;
    padding: 2px 0 0 7px; }
  .post.other--root.post--comment .post__header .col__reply {
    top: -6px; }
  .post.other--root .post__reply.post__reply--hide {
    visibility: hidden; }
  .post.current--user .post__link {
    margin: 0 0 8px; }
  .post .star-icon__container {
    left: auto;
    position: relative;
    top: auto; }
    .post .star-icon__container:not(.visible) {
      display: none; }
  .post.same--root .star-icon__container {
    left: auto;
    position: relative;
    top: auto; }
  .post.same--root.same--user.post--compact .status-wrapper:after {
    bottom: -2px; }
  .post.same--root.same--user .post__img img {
    display: block; }
  .post.same--root.same--user .post__header {
    height: auto;
    margin-top: 5px; }
    .post.same--root.same--user .post__header .col__name {
      display: inline-block; }
  .post .post__img {
    width: 40px; }
    .post .post__img img {
      height: 32px;
      width: 32px; }
  .form-control.min-height {
    min-height: 100px; }
  .img-div {
    max-width: 100%; }
  .tip-div {
    left: 15px;
    right: auto; }
  .tip-overlay.tip-overlay--chat {
    margin-left: 10px; }
    .tip-overlay.tip-overlay--chat .arrow {
      left: 32px; }
  .file-details__container {
    display: block; }
    .file-details__container .file-details__preview {
      border-bottom: 1px solid #dddddd;
      border-right: none;
      display: block;
      height: 150px;
      width: 100%; }
      .file-details__container .file-details__preview img {
        height: 64px;
        width: 64px; }
    .file-details__container .file-details {
      height: auto;
      width: 100%; }
  .search-help-popover {
    left: 55px;
    max-width: calc(100% - 80px); }
  .modal-direct-channels .member-count,
  .more-channel__modal .member-count {
    display: block;
    float: none;
    margin-top: 10px; }
  .file-overlay {
    font-size: 1.28571em; }
    .file-overlay.center-file-overlay .overlay__indent {
      margin-left: 0; }
    .file-overlay .overlay__circle {
      height: 300px;
      margin: -150px 0 0 -150px;
      width: 300px; }
    .file-overlay .overlay__files {
      margin: 60px auto 15px;
      width: 150px; }
  .date-separator.hovered--after:before,
  .new-separator.hovered--after:before {
    background: none; }
  .date-separator.hovered--before:after,
  .new-separator.hovered--before:after {
    background: none; }
  .post-list__timestamp {
    display: block; }
  .signup-team__container {
    font-size: .9em;
    margin-bottom: 30px;
    padding: 60px 10px 0; }
    .signup-team__container .signup-team__name {
      font-size: 2em; }
    .signup-team__container .btn.btn-full {
      padding-left: 10px; }
    .signup-team__container .btn .icon,
    .signup-team__container .btn .fa {
      margin-right: 6px; }
  .app__body .row--invite .col-sm-6:first-child {
    padding-right: 15px; }
  .app__body .modal .modal--scroll .modal-body {
    max-height: calc(100vh - 62px);
    overflow: auto; }
  .app__body .modal .nav-pills > li.active button {
    background: transparent; }
    .app__body .modal .nav-pills > li.active button:before {
      display: none; }
  .app__body .modal .nav-pills > li button {
    border-bottom: 1px solid;
    padding: 15px; }
  .app__body .modal .info__label {
    padding-bottom: 5px;
    text-align: left; }
  .app__body .modal .modal-image .modal-button-bar {
    line-height: 30px;
    padding: 5px; }
  .app__body .modal .modal-image .modal-image__wrapper > div {
    font-size: 12px;
    max-width: 70%;
    min-width: 250px; }
  .app__body .modal .modal-image .modal-image__wrapper .modal-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .app__body .modal .modal-image .modal-button-bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding-right: 10px; }
  .app__body .modal .modal-header .modal-action {
    margin-top: 10px; }
  .app__body .modal .modal-header .close {
    font-size: 27px;
    font-weight: normal;
    margin-top: -2px; }
  .app__body .modal .modal-header .modal-title {
    float: none;
    max-width: 90%; }
  .app__body .modal .modal-header .btn.btn-primary {
    display: block;
    float: none;
    margin: 10px 0 6px;
    width: 100%; }
  .app__body .modal .settings-modal .modal-body {
    min-height: 100%; }
  .app__body .modal .settings-modal .nav-pills > li:hover a {
    background: transparent !important; }
  .app__body .modal .settings-modal.display--content .modal-header {
    display: none; }
  .app__body .modal .settings-modal.display--content .settings-table {
    display: block; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content .section-title {
      padding-right: 15px; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content .section-edit {
      position: relative;
      right: 0;
      text-align: left;
      top: 0; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content .appearance-section .theme-elements .element {
      margin-right: 10px; }
      .app__body .modal .settings-modal.display--content .settings-table .settings-content .appearance-section .theme-elements .element:nth-child(2n) {
        margin-right: 10px; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content.minimize-settings {
      display: block; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content .section-min:hover {
      background: none; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-content .no-padding--left {
      padding-left: 15px; }
    .app__body .modal .settings-modal.display--content .settings-table .settings-links {
      display: none; }
    .app__body .modal .settings-modal.display--content .settings-table .modal-header {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5; }
      .app__body .modal .settings-modal.display--content .settings-table .modal-header .modal-title {
        max-width: 100%;
        padding: 0 40px;
        text-align: center;
        width: 100%; }
        .app__body .modal .settings-modal.display--content .settings-table .modal-header .modal-title > span {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
    .app__body .modal .settings-modal.display--content .settings-table .user-settings .tab-header {
      display: none; }
    .app__body .modal .settings-modal.display--content .settings-table .user-settings .divider-dark.first {
      display: none; }
  .app__body .modal .settings-modal .settings-table {
    padding: 0; }
    .app__body .modal .settings-modal .settings-table .nav {
      position: relative;
      top: auto;
      width: 100%; }
      .app__body .modal .settings-modal .settings-table .nav.position--top {
        top: auto; }
    .app__body .modal .settings-modal .settings-table .settings-content .section-edit {
      text-align: left; }
      .app__body .modal .settings-modal .settings-table .settings-content .section-edit button {
        text-align: left;
        width: 100%; }
      .app__body .modal .settings-modal .settings-table .settings-content .section-edit .fa {
        display: inline-block; }
    .app__body .modal .settings-modal .settings-table .settings-content.minimize-settings {
      display: none;
      padding: 0; }
      .app__body .modal .settings-modal .settings-table .settings-content.minimize-settings .user-settings {
        padding: 70px 20px 30px; }
    .app__body .modal .settings-modal .settings-table .settings-content .section-min:hover {
      background: none !important; }
    .app__body .modal .settings-modal .settings-table .nav > li > a {
      border-bottom: 1px solid transparent;
      font-size: 1.1em;
      line-height: 2.7; }
      .app__body .modal .settings-modal .settings-table .nav > li > a .icon {
        margin: 0 7px; }
  .file-preview__container {
    margin: 10px 0 5px; }
  .file-preview {
    margin-top: 0; }
  .admin-sidebar .navbar-nav {
    margin-top: 0; }
    .admin-sidebar .navbar-nav > li {
      float: left; }
    .admin-sidebar .navbar-nav .dropdown-menu {
      background: #ffffff;
      left: auto;
      position: absolute;
      right: 0; }
  #navbar .navbar-default .navbar-header {
    float: none;
    margin: 0 -15px; }
    #navbar .navbar-default .navbar-header .dropdown__icon {
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      display: inline-block;
      height: 16px;
      width: 4px; }
  #navbar .navbar-default .navbar-toggle {
    display: block; }
    #navbar .navbar-default .navbar-toggle:not(.navbar-right__icon):hover {
      background: transparent; }
  #navbar .navbar-default .dropdown.open .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  #navbar .navbar-default .dropdown-menu {
    -webkit-transition: all 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease false;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background: rgba(0, 0, 0, 0.9);
    display: block;
    height: calc(100% - 48px);
    left: 0;
    overflow: auto;
    padding: 2.5em 0 0;
    position: fixed;
    top: 48px;
    visibility: hidden;
    width: 100%; }
    .error-bar--fixed #navbar .navbar-default .dropdown-menu {
      height: calc(100% - 70px);
      top: 70px; }
    #navbar .navbar-default .dropdown-menu .close {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #ffffff;
      color: #ffffff;
      display: block;
      font-family: 'roboto', sans-serif;
      font-size: 23px;
      font-weight: 200;
      height: 30px;
      line-height: 0;
      margin-left: -15px;
      opacity: 1;
      padding-top: 13px;
      position: fixed;
      right: 20px;
      text-align: center;
      text-shadow: none;
      top: 20px;
      width: 30px; }
    #navbar .navbar-default .dropdown-menu > li > a,
    #navbar .navbar-default .dropdown-menu > li > button {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: #ffffff;
      font-weight: 600;
      line-height: 35px;
      margin: 0 auto;
      text-align: center;
      width: 70%; }
      #navbar .navbar-default .dropdown-menu > li > a:hover,
      #navbar .navbar-default .dropdown-menu > li > button:hover {
        background: transparent; }
  #navbar .navbar-default .status {
    margin: 0 5px 0 3px;
    top: 2px;
    width: 16px; }
    #navbar .navbar-default .status svg {
      max-height: 20px;
      width: 16px; }
  body.white .inner-wrap > .row.content {
    margin-bottom: -185px; }
  .footer,
  .footer-pane {
    height: 187px; }
  .footer-pane .footer-link {
    display: block;
    line-height: 1.7;
    padding: 0;
    text-align: right;
    width: 100%; }
    .footer-pane .footer-link.copyright {
      width: 100%; }
  .search-bar__container {
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    background: #2389d7;
    color: #ffffff;
    padding: 0; }
    .search-bar__container .search-form__container {
      color: #000000;
      padding: 0; }
    .search-bar__container .search__form {
      -webkit-transition: all 0.2s linear;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear false;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      background: #ffffff;
      border: none;
      margin-top: 9px;
      padding-left: 40px;
      width: 100%; }
      .search-bar__container .search__form .fa-spin {
        font-size: 1.1em;
        top: 9px; }
      .search-bar__container .search__form .search-bar {
        font-size: 14px;
        height: 32px; }
      .search-bar__container .search__form .search__icon {
        left: 15px;
        top: 8px; }
        .search-bar__container .search__form .search__icon svg {
          stroke: #000000;
          stroke-opacity: .4;
          width: 17px; }
      .search-bar__container .search__form .icon--refresh {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
        right: 16px;
        top: 9px; }
      .search-bar__container .search__form .form-control {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background: #ffffff;
        border: none;
        color: rgba(0, 0, 0, 0.5);
        padding: 0 31px; }
    .search-bar__container .channel-header__links {
      display: none; }
  .sidebar--menu {
    -webkit-transition: -webkit-transform 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.35s ease;
    -o-transition: -o-transform 0.35s ease;
    transition: transform 0.35s ease false;
    -webkit-transform: translate3d(290px, 0, 0);
    -moz-transform: translate3d(290px, 0, 0);
    -ms-transform: translate3d(290px, 0, 0);
    -o-transform: translate3d(290px, 0, 0);
    transform: translate3d(290px, 0, 0);
    border: none;
    visibility: hidden;
    width: 290px; }
    .sidebar--menu.visible {
      display: block;
      visibility: visible; }
    .sidebar--menu.move--left, .sidebar--menu.webrtc--show {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      display: block;
      visibility: visible; }
  .sidebar--left {
    -webkit-transition: -webkit-transform 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.35s ease;
    -o-transition: -o-transform 0.35s ease;
    transition: transform 0.35s ease false;
    -webkit-transform: translate3d(-290px, 0, 0);
    -moz-transform: translate3d(-290px, 0, 0);
    -ms-transform: translate3d(-290px, 0, 0);
    -o-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
    border: none;
    width: 290px; }
    .sidebar--left.sidebar--padded {
      padding-top: 0; }
    .sidebar--left.move--right {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .sidebar--left .nav-pills__container {
      height: calc(100% - 55px); }
    .sidebar--left > div {
      padding-bottom: 70px; }
    .sidebar--left .nav-pills__unread-indicator {
      width: 260px; }
    .sidebar--left .badge {
      top: 15px; }
    .sidebar--left .team__header {
      overflow: hidden;
      *zoom: 1;
      pointer-events: none; }
      .sidebar--left .team__header .user__name {
        display: none; }
      .sidebar--left .team__header .team__name {
        margin: 10px 0; }
      .sidebar--left .team__header .sidebar-header-dropdown {
        display: none; }
    .sidebar--left .search__form {
      display: block; }
    .sidebar--left .nav li.dropdown.open {
      padding-bottom: 25px; }
      .sidebar--left .nav li.dropdown.open ul {
        background: #ffffff;
        border-radius: 3px;
        clear: both;
        position: relative;
        top: 5px; }
        .sidebar--left .nav li.dropdown.open ul li a {
          line-height: 30px; }
    .sidebar--left .nav li .nav-more {
      padding: 12px 0 12px 17px; }
    .sidebar--left .nav li .sidebar-item {
      padding: 12px 0 12px 17px; }
      .sidebar--left .nav li .sidebar-item.has-close .btn-close {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        display: block;
        font-size: 25px;
        right: 4px;
        text-align: center;
        top: 4px;
        width: 40px; }
    .sidebar--left .nav li h4 {
      margin: 1.5 0 1em; }
    .sidebar--left .nav li > a {
      font-size: 15px;
      line-height: 2.5;
      margin: 0; }
      .sidebar--left .nav li > a:hover, .sidebar--left .nav li > a:focus {
        background: transparent !important; }
  .sidebar--right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    width: 100%; }
    .sidebar--right .post-create__container form {
      padding: .5em 1em; }
    .sidebar--right .post-create__container .emoji-rhs {
      display: none;
      position: relative;
      right: -1px;
      top: 1px; }
    .sidebar--right .post-create__container .msg-typing:empty {
      display: none; }
    .sidebar--right .post-create__container .post-create-footer {
      padding-right: 0;
      padding-top: 10px; }
      .sidebar--right .post-create__container .post-create-footer .control-label {
        margin: .5em 0;
        top: 0; }
      .sidebar--right .post-create__container .post-create-footer .post-error {
        left: 0;
        top: 0; }
    .sidebar--right .sidebar-collapse__container {
      display: table-cell;
      vertical-align: top; }
    .sidebar--right .sidebar__search-clear {
      color: inherit;
      display: block;
      height: 32px;
      margin-right: 0;
      text-align: center;
      top: 0;
      width: 42px; }
      .sidebar--right .sidebar__search-clear.visible {
        visibility: visible; }
    .sidebar--right .sidebar__search-clear-x {
      font-size: 21px;
      font-weight: 700;
      line-height: 0;
      position: relative;
      top: 9px; }
    .sidebar--right .sidebar--right__close, .sidebar--right .sidebar--right__expand {
      display: none; }
    .sidebar--right .sidebar-right__body {
      height: calc(100% - 56px); }
  .search-items-container {
    height: calc(100% - 56px); }
  .inner-wrap {
    -webkit-transition: all 0.35s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease false; }
    .app__body .inner-wrap:before {
      background-color: transparent;
      content: '';
      height: 100%;
      left: -15px;
      position: absolute;
      top: 0;
      transition: background-color .35s ease, z-index 0s ease .35s;
      width: calc(100% + 30px);
      z-index: 0; }
    .inner-wrap.move--right {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .inner-wrap.move--right:before {
        -webkit-transition: all 0.35s ease;
        -webkit-transition-delay: 0s;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease false;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 9999; }
    .inner-wrap.move--left-small {
      -webkit-transform: translate3d(-290px, 0, 0);
      -moz-transform: translate3d(-290px, 0, 0);
      -ms-transform: translate3d(-290px, 0, 0);
      -o-transform: translate3d(-290px, 0, 0);
      transform: translate3d(-290px, 0, 0); }
      .inner-wrap.move--left-small:before {
        -webkit-transition: all 0.35s ease;
        -webkit-transition-delay: 0s;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease false;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 9999; }
    .inner-wrap.move--left, .inner-wrap.webrtc--show {
      margin: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
  .integration-option {
    height: auto;
    margin-left: 0;
    width: 100%; }
  .app__content {
    margin: 0;
    padding-top: 50px; }
    .channel__wrap .app__content {
      padding-top: 50px; }
    .app__content #channel-header {
      display: none; }
  .channel__wrap .row.header {
    display: block; }
  .post-comments {
    padding: 9px 21px 10px 10px !important; }
  .multi-teams .app__content {
    margin-left: 0; }
  .multi-teams .sidebar--left {
    left: 0; }
    .multi-teams .sidebar--left.move--right {
      left: 65px; }
    .multi-teams .sidebar--left .nav-pills__unread-indicator {
      left: 15px; }
  .multi-teams .team-sidebar {
    display: none; }
    .multi-teams .team-sidebar.move--right {
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .post .attachment .attachment__body__wrap .btn-close {
    height: 30px;
    left: -15px;
    top: 7px;
    visibility: visible;
    width: 30px; } }

@media screen and (max-width: 640px) {
  .post__header .dropdown-menu > li > button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid;
    padding: 15px 20px; }
  .post__header .dropdown-menu > li:first-child button {
    border: none; }
  .filtered-user-list {
    height: calc(100vh - 80px); }
  .more-modal--action .filtered-user-list {
    height: calc(100vh - 110px); }
  .app__body.error-bar--fixed .modal {
    padding-top: 21px; }
  .app__body .modal {
    overflow: hidden;
    padding: 0; }
    .app__body .modal .modal-dialog {
      height: 100%;
      margin: 0;
      max-width: 100%; }
      .app__body .modal .modal-dialog .modal-content {
        height: 100%; }
    .app__body .modal .modal-footer {
      bottom: 0;
      position: fixed;
      width: 100%; }
    .app__body .modal .about-modal .about-modal__content {
      display: block; }
    .app__body .modal .about-modal .about-modal__hash p {
      word-break: break-all; }
      .app__body .modal .about-modal .about-modal__hash p:first-child {
        float: none; }
    .app__body .modal .about-modal .about-modal__logo {
      float: none;
      padding: 0;
      text-align: center;
      width: 100%; }
      .app__body .modal .about-modal .about-modal__logo svg {
        height: 100px;
        width: 100px; }
    .app__body .modal .about-modal .about-modal__logo + div {
      padding: 2em 0 0; }
    .app__body .modal .more-modal .modal-body {
      max-height: calc(100vh - 62px);
      padding-bottom: 5px; }
  .app__body .post .open > .dropdown-menu__content {
    display: table; }
    .app__body .post .open > .dropdown-menu__content > .dropdown-menu {
      display: table-cell; }
  .app__body .post .dropdown-menu__content {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; }
    .app__body .post .dropdown-menu__content:before {
      background: rgba(0, 0, 0, 0.3);
      content: '';
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
  .app__body .post .dropdown-menu {
    background: transparent;
    border: none;
    bottom: auto;
    box-shadow: none;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0 2em;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999; }
    .app__body .post .dropdown-menu.bottom {
      bottom: auto;
      top: 0; }
    .app__body .post .dropdown-menu > li:last-child a {
      border: none; }
    .app__body .post .dropdown-menu a {
      border-bottom: 1px solid;
      line-height: 45px;
      position: relative;
      text-align: center; }
  .access-history__table > div {
    display: block; }
  .access-history__table .access__report {
    margin: 0 0 15px 15px; }
  .access-history__table .access__date div {
    margin-bottom: 15px; }
  .activity-log__table > div {
    display: block; }
  .activity-log__table .activity-log__report {
    width: 100%; }
  .activity-log__table .activity-log__action {
    margin-top: 10px;
    text-align: left; } }

@media screen and (max-width: 550px) {
  .app__body .more-modal.more-system-members .filter-row {
    min-height: 80px;
    width: 100%; }
  .app__body .more-modal.more-direct-channels .member-show {
    display: none; }
  .app__body .more-modal.more-direct-channels select {
    margin: 0;
    width: 100%; }
  .member-select__container {
    left: 15px;
    top: 60px;
    width: calc(100% - 30px); } }

@media screen and (max-width: 480px) {
  .webrtc__button {
    display: none !important; }
  .webrtc__option {
    display: block; }
    .webrtc__option .disable-links {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      pointer-events: none; }
  #user-profile-popover {
    left: 50px !important; }
  .post .img-div {
    max-width: 100%; }
  .nav-tabs {
    margin-top: 1em; }
    .nav-tabs > li {
      margin-right: 0; }
      .nav-tabs > li a {
        font-size: .9em;
        padding: 6px 11px; }
  .sidebar--right .post.post--compact .post__header {
    height: auto; }
  .backstage-header h1 {
    float: none;
    margin-bottom: 15px; }
  .backstage-header .add-integrations-link {
    float: none; }
  .backstage-list__item {
    display: block; }
    .backstage-list__item .item-actions,
    .backstage-list__item .actions {
      margin-top: 15px;
      padding: 0; }
  .app__body .modal .settings-modal.display--content .modal-body {
    max-height: 90%; }
  .app__body .modal .settings-modal .modal-body {
    max-height: 70%;
    padding-bottom: 0; }
  .app__body .modal .settings-modal .settings-table .security-links {
    display: block;
    margin-bottom: 10px; }
    .app__body .modal .settings-modal .settings-table .security-links:last-child {
      margin-bottom: 0; }
  .tip-overlay.tip-overlay--sidebar {
    min-height: 350px; }
  .member-div {
    padding: 8px 0; }
    .member-div .member-drop,
    .member-div .member-role {
      margin: 0 0 0 44px;
      padding: 5px 0;
      position: relative;
      right: 0;
      top: 0; }
    .member-div .open > .dropdown-menu {
      left: 0;
      right: auto; }
  .sidebar--left {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    width: 260px; }
    .sidebar--left .nav-pills__unread-indicator {
      width: 230px; }
  .inner-wrap.move--right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .integration__icon {
    display: none; } }

@media screen and (max-height: 640px) {
  .signup-team__container {
    font-size: .9em;
    margin-bottom: 30px; }
    .signup-team__container .signup-team__name {
      font-size: 2em; } }

@media screen and (max-width: 320px) {
  .post.post--system .post__header {
    padding: 0; }
  .multi-teams .sidebar--left {
    width: 220px; }
    .multi-teams .sidebar--left .nav-pills__unread-indicator {
      width: 190px; }
  .post .post__header .col__name .user-popover {
    max-width: 105px; }
  .tutorial-steps__container {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999; }
    .tutorial-steps__container .tutorial__content .tutorial__steps {
      margin-top: 20px;
      min-height: auto;
      padding: 0 20px;
      width: 100%; }
      .tutorial-steps__container .tutorial__content .tutorial__steps h1 {
        font-size: 2em;
        margin: -5px 0 20px; }
      .tutorial-steps__container .tutorial__content .tutorial__steps h3 {
        font-size: 1.5em;
        margin-bottom: 10px; }
      .tutorial-steps__container .tutorial__content .tutorial__steps .tutorial__app-icons {
        margin: 10px 0; }
      .tutorial-steps__container .tutorial__content .tutorial__steps .tutorial__circles {
        bottom: auto;
        margin: 15px 0 20px;
        position: relative; }
      .tutorial-steps__container .tutorial__content .tutorial__steps .tutorial__footer {
        bottom: auto;
        position: relative; }
  .tip-overlay.tip-overlay--sidebar {
    min-height: 440px; } }

@media screen and (max-width: 380px) and (max-height: 580px) {
  #navbar .navbar-default .dropdown-menu {
    padding-top: 1em; }
    #navbar .navbar-default .dropdown-menu > li > a {
      border: none;
      font-size: 13px;
      line-height: 27px; } }

label span {
  pointer-events: none; }

label span a {
  pointer-events: all; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

@media (min-width: 768px) {
  .sidebar-right__table {
    border: 1px solid #E0E0E0;
    border-radius: 10px; } }

a.obvious-button, .app__body a.obvious-button {
  color: inherit;
  text-transform: none;
  text-decoration: underline;
  font-weight: inherit; }

body.modal-open {
  position: fixed; }

@media screen and (max-width: 768px) {
  #root.container-fluid {
    overflow-y: scroll; } }
@font-face{font-family:KaTeX_AMS;src:url(/static/media/KaTeX_AMS-Regular.4acb3b38.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.da362d84.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.7103a29b.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(/static/media/KaTeX_Caligraphic-Bold.10f14069.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.1ed54d7a.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.0c8a4cb5.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(/static/media/KaTeX_Caligraphic-Regular.0487f49c.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.97d07404.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.ddb8b9ce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(/static/media/KaTeX_Fraktur-Bold.46b72327.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.ec3ce597.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.902a4056.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(/static/media/KaTeX_Fraktur-Regular.9aa39205.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.2f8d29df.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.3478d9ae.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(/static/media/KaTeX_Main-Bold.86651848.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.673ba470.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.aae9da45.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(/static/media/KaTeX_Main-Italic.d82d7960.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.b304af20.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.f75a01fb.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(/static/media/KaTeX_Main-Regular.c5d92746.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4dac51f6.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.09002597.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(/static/media/KaTeX_Math-Italic.699100c9.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.4b364d6d.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.c30c10f3.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_SansSerif;src:url(/static/media/KaTeX_SansSerif-Regular.a84a3476.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.6ca3adb5.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.335533d7.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(/static/media/KaTeX_Script-Regular.8d5711bd.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.b05e15ce.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.c220c133.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(/static/media/KaTeX_Size1-Regular.64952af0.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.274a13ad.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.957d18eb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(/static/media/KaTeX_Size2-Regular.5e796517.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.f6e5205d.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.c21eee71.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(/static/media/KaTeX_Size3-Regular.9a92659a.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.331f088f.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.5a811e34.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(/static/media/KaTeX_Size4-Regular.0e4a7e28.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.f83c868a.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.b6b21846.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(/static/media/KaTeX_Typewriter-Regular.dba06b5b.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.ce6ab764.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.f2b024e5.ttf) format("truetype");font-weight:400;font-style:normal}.katex-display{display:block;margin:1em 0;text-align:center}.katex .base,.katex .katex-html,.katex .strut{display:inline-block}.katex-display>.katex{display:inline-block;text-align:initial}.katex{font:400 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;white-space:nowrap;text-indent:0;text-rendering:auto}.katex .mathit,.katex .textit{font-style:italic}.katex .mathbf,.katex .textbf{font-weight:700}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .base{position:relative}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathit{font-family:KaTeX_Math}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr{font-family:KaTeX_Script}.katex .mathsf{font-family:KaTeX_SansSerif}.katex .mainit{font-family:KaTeX_Main;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .mord+.mop{margin-left:.16667em}.katex .mord+.mbin{margin-left:.22222em}.katex .mord+.mrel{margin-left:.27778em}.katex .mop+.mop,.katex .mop+.mord,.katex .mord+.minner{margin-left:.16667em}.katex .mop+.mrel{margin-left:.27778em}.katex .mop+.minner{margin-left:.16667em}.katex .mbin+.minner,.katex .mbin+.mop,.katex .mbin+.mopen,.katex .mbin+.mord{margin-left:.22222em}.katex .mrel+.minner,.katex .mrel+.mop,.katex .mrel+.mopen,.katex .mrel+.mord{margin-left:.27778em}.katex .mclose+.mop{margin-left:.16667em}.katex .mclose+.mbin{margin-left:.22222em}.katex .mclose+.mrel{margin-left:.27778em}.katex .mclose+.minner,.katex .minner+.mop,.katex .minner+.mord,.katex .mpunct+.mclose,.katex .mpunct+.minner,.katex .mpunct+.mop,.katex .mpunct+.mopen,.katex .mpunct+.mord,.katex .mpunct+.mpunct,.katex .mpunct+.mrel{margin-left:.16667em}.katex .minner+.mbin{margin-left:.22222em}.katex .minner+.mrel{margin-left:.27778em}.katex .minner+.minner,.katex .minner+.mopen,.katex .minner+.mpunct{margin-left:.16667em}.katex .mbin.mtight,.katex .mclose.mtight,.katex .minner.mtight,.katex .mop.mtight,.katex .mopen.mtight,.katex .mord.mtight,.katex .mpunct.mtight,.katex .mrel.mtight{margin-left:0}.katex .mclose+.mop.mtight,.katex .minner+.mop.mtight,.katex .mop+.mop.mtight,.katex .mop+.mord.mtight,.katex .mord+.mop.mtight{margin-left:.16667em}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px}.katex .clap>.fix,.katex .fontsize-ensurer,.katex .llap>.fix,.katex .mfrac .frac-line,.katex .mspace,.katex .nulldelimiter,.katex .rlap>.fix,.katex .rule,.katex .sizing{display:inline-block}.katex .msupsub{text-align:left}.katex .accent>.vlist-t,.katex .mfrac>span>span,.katex .mtable .col-align-c>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .mfrac .frac-line{width:100%}.katex .mspace.negativethinspace{margin-left:-.16667em}.katex .mspace.muspace{width:.055556em}.katex .mspace.thinspace{width:.16667em}.katex .mspace.negativemediumspace{margin-left:-.22222em}.katex .mspace.mediumspace{width:.22222em}.katex .mspace.thickspace{width:.27778em}.katex .mspace.sixmuspace{width:.333333em}.katex .mspace.eightmuspace{width:.444444em}.katex .mspace.enspace{width:.5em}.katex .mspace.twelvemuspace{width:.666667em}.katex .mspace.quad{width:1em}.katex .mspace.qquad{width:2em}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .delimcenter,.katex .op-symbol,.katex .rule{position:relative}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid}.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent .accent-body{width:0;position:relative}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;margin:0 -.125em;width:.25em}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%}.katex svg path{fill:currentColor}.katex svg line{stroke:currentColor}.katex .vertical-separator svg{width:.25em}.katex .stretchy{width:100%;display:block}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .brace-center,.katex .brace-left,.katex .brace-right,.katex .halfarrow-left,.katex .halfarrow-right{position:absolute;overflow:hidden}.katex .halfarrow-left{left:0;width:50.1%}.katex .halfarrow-right{right:0;width:50%}.katex .brace-left{left:0;width:25.1%}.katex .brace-center{left:25%;width:50%}.katex .brace-right{right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox{border:.04em solid #000}.katex .fbox,.katex .fcolorbox{-webkit-box-sizing:border-box;box-sizing:border-box}.katex .fcolorbox{border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap+.mbin,.katex .cancel-lap+.mord,.katex .cancel-lap+.msupsub,.katex .mbin+.cancel-lap,.katex .mord+.cancel-lap{margin-left:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.tzpicker .timezone-picker-list{position:absolute!important;background-color:#fff;z-index:999999;bottom:33px;top:auto}.tzpicker .timezone-picker-list-item{padding:15px 12px}#tzpicker{position:relative}#tzpicker:after{font-size:10px;content:"\25BC";position:absolute;top:0;right:0;bottom:0;padding:0 8px;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#tzpicker:hover:after{color:#5000ff}#tzpicker:after{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.label{margin:8px 0}.tz input{width:100%;padding:9px 12px;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;background:#fff;border:1px solid #e6ebec;border-radius:2px;color:#474747}.tz ul{position:absolute;background:#fff;z-index:100;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;margin:0;padding:0;border:1px solid #e6ebec;margin-top:-1px;border-radius:0 0 3px 3px;display:none}.tz button{color:#444;padding:5px 12px;cursor:pointer;outline:none;display:block;border:0;width:100%;text-align:left;border-radius:0;font:inherit}.tz button.focus{background:#f0f0f0}.tz ul.open{display:block}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e5e5e5}.rbc-header{overflow:hidden;-ms-flex:1 0 0%;flex:1 0;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}.rbc-event{padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0 rgba(51,51,51,.5);box-shadow:-1px 1px 5px 0 rgba(51,51,51,.5)}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-day-after,.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-event-continues-day-prior{border-top-left-radius:0;border-top-right-radius:0}.rbc-row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:rgba(0,0,0,.1)}.rbc-show-more{background-color:hsla(0,0%,100%,.3);z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;white-space:nowrap}.rbc-month-view{position:relative;border:1px solid #ddd;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 0 0px;flex:1 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 0 0px;flex:1 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-ms-flex:1 1 0px;flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex:1 0 0px;flex:1 0;overflow:hidden}.rbc-day-bg{-ms-flex:1 0 0%;flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px rgba(0,0,0,.25);padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 0 0px;flex:1 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" \BB"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"\AB   "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-ms-flex:1;flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-header-gutter,.rbc-time-gutter{-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-is-rtl{left:10px;right:0}.rbc-day-slot .rbc-event{border:1px solid #265985;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-event-label{-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-ms-flex:1 1 0px;flex:1 1;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-slot{-ms-flex:1 0 0px;flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:rgba(0,0,0,.5);color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1 1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;position:relative}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-content{-ms-flex:1;flex:1 1;min-width:0;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;height:1px;background-color:#74ad31;pointer-events:none}.rbc-addons-dnd .rbc-row-content{pointer-events:none}.rbc-addons-dnd .rbc-row-content .rbc-event,.rbc-addons-dnd .rbc-row-content .rbc-show-more{pointer-events:all}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:rgba(0,0,0,.3)}.rbc-addons-dnd .rbc-events-container{pointer-events:none}.rbc-addons-dnd .rbc-event{-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s;pointer-events:all}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon{display:block}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event{pointer-events:none;opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{position:relative;width:100%;height:100%}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:100%;text-align:center;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{display:none;border-top:3px double;margin:0 auto;width:10px;cursor:ns-resize}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{display:none;border-left:3px double;margin-top:auto;margin-bottom:auto;height:10px;cursor:ew-resize}.rbc-allday-cell{display:none}.rbc-time-view{background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border:1px solid #c5ced0;border-radius:5px}.rbc-header{text-align:left;width:75px;padding-left:10px;padding-top:6px;padding-bottom:6px}.rbc-day-slot .rbc-event{background-color:#9666ff;border-color:#9666ff;width:100%!important;left:0!important}.rbc-day-invalid{background-color:#c5ced0}.rbc-time-slot{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.rbc-timeslot-group{min-height:40px}.rbc-day-slot .rbc-events-container{right:0}.rbc-time-content{overflow-y:scroll;-webkit-overflow-scrolling:touch}.rbc-today{background:transparent}.rbc-current-time-indicator{display:none;visibility:hidden}select.duration-select{-webkit-appearance:none}.duration-select-wrapper{position:relative}.duration-select-wrapper:after{font-size:10px;content:"\25BC";position:absolute;top:0;right:0;bottom:0;padding:0 8px;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.duration-select-wrapper:hover:after{color:#5000ff}.duration-select-wrapper:after{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.lynk-call-modal .hints{position:relative;background:#f6f2ff;border-radius:5px;padding:10px;padding-left:35px;margin-bottom:15px;line-height:22px;font-size:15px}.lynk-call-modal .hints img{position:absolute;left:10px;top:14px}@media screen and (min-width:768px){.lynk-call-modal.modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.lynk-call-modal .modal-dialog{width:700px}}.lynk-call-modal{text-align:center}.lynk-call-modal .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;margin-top:0}.listItemBox {
  background: #FFFFFF;
  border: 1px solid #C5CED0;
  border-radius: 5px;
  color: #21272B;
  padding: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #21272B;
  position: relative;
  transition: all 250ms ease-in-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .listItemBox:first-child {
    margin-top: 15px; }
  .listItemBox:hover, .listItemBox:active, .listItemBox:focus {
    border: 1px solid #bbb9bf;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .listItemBox:hover .more-btn {
    background: #4A5158; }
  .listItemBox .overflow-visible:hover {
    cursor: default; }
  .listItemBox .lhs {
    border-right: 1px solid #C5CED0;
    margin: -15px auto -999px auto;
    padding: 15px 15px 999px 15px; }
  .listItemBox .rhs .hint {
    color: #BA6706; }
  .listItemBox .rhs .divider {
    margin: 0 -15px;
    border-bottom: 1px solid #C5CED0; }
  .listItemBox .rhs .m-wrap {
    display: none; }
  .listItemBox .rhs .cost {
    padding: 10px 0; }
  .listItemBox .rhs .label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #98A2A5;
    text-align: left;
    padding: 0; }
  .listItemBox .rhs .call-info {
    margin-bottom: 10px; }
    .listItemBox .rhs .call-info .date {
      color: #4A5158;
      font-weight: bold; }
    .listItemBox .rhs .call-info .time-zone {
      color: #38373b; }
  .listItemBox .rhs .d-wrap {
    margin-top: -15px; }
    .listItemBox .rhs .d-wrap .btn-skeleton {
      margin-bottom: 5px; }
  .listItemBox .detail-list .toggle-arrow {
    top: 5px; }
  .listItemBox .detail-list .bottom-wrap .date {
    width: 22.5%; }
  .listItemBox .detail-list .bottom-wrap .more-wrapper {
    width: 77.5%; }
  .listItemBox .detail-list .sectionMoreWrap {
    width: 66.6%;
    float: right;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
    color: #38373b;
    margin-bottom: 15px;
    text-decoration: underline; }
    .listItemBox .detail-list .sectionMoreWrap:hover {
      cursor: pointer; }
  .listItemBox .detail-list .experience-box .sectionMoreWrap {
    width: 77.5%; }
  .listItemBox .seniority {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    color: #98A2A5; }
  .listItemBox .extra-details {
    transition: all 150ms ease-in-out;
    overflow: hidden;
    max-height: 100%;
    transform: scaleY(1); }
  .listItemBox .overflow-hidden.extra-details {
    max-height: 0px;
    transform: scaleY(0); }
  .listItemBox .toggle-arrow {
    position: absolute;
    left: 16px;
    top: 20px;
    z-index: 2;
    height: 18px;
    width: 18px;
    display: inline-block;
    background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
    background-repeat: no-repeat;
    background-size: 18px; }
  .listItemBox .overflow-visible .toggle-arrow {
    background-image: url(/static/media/toggle-arrow-down.7f8b3984.svg); }
  .listItemBox .hero-section {
    padding-left: 45px;
    padding-right: 0px;
    margin-bottom: 15px; }
  .listItemBox .description {
    margin-bottom: 8px;
    max-height: 92px;
    padding-left: 2px; }
    .listItemBox .description ul, .listItemBox .description ol {
      padding-left: 15px; }
    .listItemBox .description.shrink {
      max-height: 92px;
      overflow: hidden; }
    .listItemBox .description.expand {
      max-height: 1000px;
      overflow: visible; }
  .listItemBox h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #38373b;
    margin: 0px auto;
    word-break: break-word;
    hyphens: auto; }
  .listItemBox .sent-date {
    font-size: 13px;
    line-height: 18px;
    color: #98A2A5;
    padding-left: 30px;
    text-align: left;
    padding-bottom: 10px; }
  .listItemBox .more-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background: #71797D;
    color: #FFF;
    text-transform: capitalize;
    transition: background 250ms ease-in-out;
    border-radius: 100px;
    padding: 2px 20px;
    box-shadow: none;
    border: none; }
    .listItemBox .more-btn:hover {
      background: #4A5158;
      cursor: pointer; }
    .listItemBox .more-btn:focus, .listItemBox .more-btn:active {
      border: none;
      outline: none; }
  .listItemBox .experience-box, .listItemBox .screening-box {
    border-top: 1px solid #C5CED0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px; }
    .listItemBox .experience-box ul, .listItemBox .experience-box ol, .listItemBox .screening-box ul, .listItemBox .screening-box ol {
      padding-left: 15px; }
    .listItemBox .experience-box .label, .listItemBox .screening-box .label {
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      color: #98A2A5;
      text-align: left;
      padding-left: 40px;
      white-space: pre-wrap;
      margin-top: 0px;
      width: 22.5%; }
      .listItemBox .experience-box .label + .col-lg-8, .listItemBox .screening-box .label + .col-lg-8 {
        width: 77.5%; }
  .listItemBox .no-info {
    font-size: 15px;
    line-height: 22px;
    color: #98A2A5; }
  .listItemBox .wide-view-visible {
    display: block; }
  .listItemBox .compact-view-visible {
    display: none; }
  .listItemBox .hero-section .mobile-only {
    display: none; }
  .listItemBox .mobile .sent-date {
    padding-left: 0px; }
  .listItemBox .mobile .hero-section {
    padding-left: 15px; }
  .listItemBox .mobile h4 {
    margin-left: 0px;
    max-width: 140px;
    hyphens: auto;
    word-break: break-word; }
  .listItemBox .mobile .more-details {
    position: absolute;
    right: 16px;
    top: 20px; }
    .listItemBox .mobile .more-details button {
      font-size: 15px;
      line-height: 22px;
      text-decoration-line: underline;
      color: #bbb9bf;
      text-transform: capitalize;
      border: none;
      box-shadow: none;
      background: none;
      outline: none; }
      .listItemBox .mobile .more-details button:hover {
        cursor: pointer;
        color: #38373b; }
    .listItemBox .mobile .more-details:hover .toggle-arrow-right {
      background-image: url(/static/media/toggle-arrow-dark.9ea5b7c7.svg); }
    .listItemBox .mobile .more-details .toggle-arrow-right {
      height: 17px;
      width: 17px;
      position: relative;
      top: 3px;
      margin-left: 5px;
      display: inline-block;
      background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
      background-repeat: no-repeat;
      background-size: 17px; }
  .listItemBox .mobile .hero-section {
    margin-bottom: 10px; }
  .listItemBox .mobile .region-review-block {
    display: none; }
  .listItemBox .mobile .hero-section .mobile-only {
    display: block; }
  .listItemBox .mobile .extra-details {
    display: none; }
  .listItemBox .mobile .wide-view-visible {
    display: none; }
  .listItemBox .mobile .compact-view-visible {
    display: block; }
  .listItemBox .mobile h4 {
    margin-left: 0px;
    max-width: 190px;
    hyphens: auto;
    word-break: break-word; }
  .listItemBox .mobile .sent-date {
    margin-bottom: 20px; }
  .listItemBox .mobile .more-details {
    top: 15px;
    right: 5px;
    z-index: 2; }
  .listItemBox .mobile.detail-list .more-details {
    top: 5px;
    right: 5px; }
  .listItemBox .mobile .description, .listItemBox .mobile .description.expand {
    height: 90px;
    overflow: hidden; }
  .listItemBox .mobile .m-wrap {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
    border-top: 1px solid #CACACA; }
    .listItemBox .mobile .m-wrap .expert-status {
      flex: 1;
      padding-bottom: 5px;
      padding-left: 15px; }
      .listItemBox .mobile .m-wrap .expert-status .status-icon {
        margin-bottom: 15px; }
    .listItemBox .mobile .m-wrap .btn-green {
      flex: 1;
      border-radius: 0px; }
    .listItemBox .mobile .m-wrap .btn-gray {
      flex: 1;
      border-radius: 0px; }
    .listItemBox .mobile .m-wrap ~ .btn-skeleton {
      display: none; }
    .listItemBox .mobile .m-wrap + .d-wrap {
      display: none; }
  .listItemBox .mobile .lhs {
    border-right: none; }
  .listItemBox .mobile .rhs {
    margin-top: 0; }
    .listItemBox .mobile .rhs .divider {
      display: none; }
  .listItemBox .mobile .bottom-wrap {
    display: none; }
  .listItemBox .mobile .col-lg-1, .listItemBox .mobile .col-lg-2, .listItemBox .mobile .col-lg-3, .listItemBox .mobile .col-lg-4, .listItemBox .mobile .col-lg-5, .listItemBox .mobile .col-lg-6, .listItemBox .mobile .col-lg-7, .listItemBox .mobile .col-lg-8, .listItemBox .mobile .col-lg-9, .listItemBox .mobile .col-lg-10, .listItemBox .mobile .col-lg-11, .listItemBox .mobile .col-lg-12 {
    width: 100%; }
  @media (max-width: 768px) {
    .listItemBox .sent-date {
      padding-left: 0px; }
    .listItemBox .hero-section {
      padding-left: 15px; }
    .listItemBox h4 {
      margin-left: 0px;
      max-width: 140px;
      hyphens: auto;
      word-break: break-word; }
    .listItemBox .more-details {
      position: absolute;
      right: 16px;
      top: 20px; }
      .listItemBox .more-details button {
        font-size: 15px;
        line-height: 22px;
        text-decoration-line: underline;
        color: #bbb9bf;
        text-transform: capitalize;
        border: none;
        box-shadow: none;
        background: none;
        outline: none; }
        .listItemBox .more-details button:hover {
          cursor: pointer;
          color: #38373b; }
      .listItemBox .more-details:hover .toggle-arrow-right {
        background-image: url(/static/media/toggle-arrow-dark.9ea5b7c7.svg); }
      .listItemBox .more-details .toggle-arrow-right {
        height: 17px;
        width: 17px;
        position: relative;
        top: 3px;
        margin-left: 5px;
        display: inline-block;
        background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
        background-repeat: no-repeat;
        background-size: 17px; }
    .listItemBox .hero-section {
      margin-bottom: 10px; }
    .listItemBox .region-review-block {
      display: none; }
    .listItemBox .hero-section .mobile-only {
      display: block; }
    .listItemBox .extra-details {
      display: none; }
    .listItemBox .wide-view-visible {
      display: none; }
    .listItemBox .compact-view-visible {
      display: block; }
    .listItemBox h4 {
      margin-left: 0px;
      max-width: 190px;
      hyphens: auto;
      word-break: break-word; }
    .listItemBox .sent-date {
      margin-bottom: 20px; }
    .listItemBox .more-details {
      top: 15px;
      right: 5px;
      z-index: 2; }
    .listItemBox.detail-list .more-details {
      top: 5px;
      right: 5px; }
    .listItemBox .description, .listItemBox .description.expand {
      height: 90px;
      overflow: hidden; }
    .listItemBox .m-wrap {
      display: flex;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -20px;
      border-top: 1px solid #CACACA; }
      .listItemBox .m-wrap .expert-status {
        flex: 1;
        padding-bottom: 5px;
        padding-left: 15px; }
        .listItemBox .m-wrap .expert-status .status-icon {
          margin-bottom: 15px; }
      .listItemBox .m-wrap .btn-green {
        flex: 1;
        border-radius: 0px; }
      .listItemBox .m-wrap .btn-gray {
        flex: 1;
        border-radius: 0px; }
      .listItemBox .m-wrap ~ .btn-skeleton {
        display: none; }
      .listItemBox .m-wrap + .d-wrap {
        display: none; }
    .listItemBox .lhs {
      border-right: none; }
    .listItemBox .rhs {
      margin-top: 0; }
      .listItemBox .rhs .divider {
        display: none; }
    .listItemBox .bottom-wrap {
      display: none; }
    .listItemBox .more-details {
      z-index: 0 !important; } }

.reviews {
  font-size: 15px;
  line-height: 22px;
  color: #98A2A5;
  margin-top: 5px; }
  .reviews .review-txt {
    margin-left: 5px; }
  .reviews .rating-icon {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 83px;
    height: 15px;
    background-image: url(/static/media/sprite.2038ca44.png); }
    .reviews .rating-icon.rating-5 {
      background-position: 0px -205px; }
    .reviews .rating-icon.rating-10 {
      background-position: 0px -182px; }
    .reviews .rating-icon.rating-15 {
      background-position: 0px -160px; }
    .reviews .rating-icon.rating-20 {
      background-position: 0px -138px; }
    .reviews .rating-icon.rating-25 {
      background-position: 0px -114px; }
    .reviews .rating-icon.rating-30 {
      background-position: 0px -92px; }
    .reviews .rating-icon.rating-35 {
      background-position: 0px -70px; }
    .reviews .rating-icon.rating-40 {
      background-position: 0px -48px; }
    .reviews .rating-icon.rating-45 {
      background-position: 0px -26px; }
    .reviews .rating-icon.rating-50 {
      background-position: 0px -3px; }

.btn-green {
  background: #bbb9bf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
  outline: none;
  transition: background 250ms ease-in-out; }
  .btn-green:hover {
    background: #38373b; }

.btn-gray {
  background: #C5CED0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  padding: 3px 15px;
  outline: none;
  transition: background 250ms ease-in-out; }

.btn-green.btn-green--outline {
  border: 1px solid #bbb9bf;
  background: #FFF;
  border: 1 solid #bbb9bf;
  color: #bbb9bf; }
  .btn-green.btn-green--outline:hover {
    border-color: #38373b;
    color: #38373b;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.btn-skeleton {
  border: 1px solid #98A2A5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 15px;
  line-height: 19px;
  color: #4A5158;
  width: 100%;
  padding: 3px 15px;
  outline: none;
  transition: background 250ms ease-in-out; }
  .btn-skeleton:hover {
    border-color: #4A5158; }
  .btn-skeleton.green {
    border-color: #bbb9bf;
    color: #38373b; }
    .btn-skeleton.green:hover {
      border-color: #38373b; }

.expert-status {
  font-size: 15px;
  display: flex;
  color: #4A5158;
  font-weight: 500;
  line-height: 22px; }
  .expert-status .status-txt-wrap {
    margin-top: 14px; }
  .expert-status .status-icon {
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize; }
    .expert-status .status-icon:before {
      content: '';
      display: inline-block;
      height: 30px;
      width: 30px;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      position: relative;
      top: 10px;
      margin-right: 5px; }
    .expert-status .status-icon.pending:before {
      background-image: url(/static/media/pending.00ceb468.png); }
    .expert-status .status-icon.scheduling:before {
      background-image: url(/static/media/scheduling.db3ebfd8.png); }
    .expert-status .status-icon.scheduled:before {
      background-image: url(/static/media/scheduled.a6b63cc0.png); }
    .expert-status .status-icon.reject:before {
      background-image: url(/static/media/reject.f2a1e302.png); }
    .expert-status .status-icon.done:before {
      background-image: url(/static/media/done.e5327954.png); }
    .expert-status .status-icon.expert_confirmed:before {
      background-image: url(/static/media/expert_confirmed.d94307c8.png); }

@media (max-width: 1199px) {
  .listItemBox .detail-list .experience-box .sectionMoreWrap {
    width: auto;
    display: inline-block;
    float: left; }
  .listItemBox .experience-box .label, .listItemBox .screening-box .label {
    padding-left: 15px; } }

@media (max-width: 768px) {
  .attachment__list .listItemBox .hero-section h4 {
    max-width: 155px; }
  .attachment__list .listItemBox:last-child {
    margin-bottom: 10px; }
  .listItemBox:last-child {
    margin-bottom: 80px; } }
.details-header {
  border-bottom: 1px solid #DCE1E3;
  padding-bottom: 20px;
  display: flex; }
  .details-header .col-half {
    width: 50%; }
  .details-header .review-txt {
    font-size: 15px;
    line-height: 22px;
    color: #98A2A5;
    margin-right: 15px;
    margin-left: 0px; }
  .details-header h5 {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #4A5158;
    margin-bottom: 5px; }
  .details-header .seniority {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 22px;
    color: #98A2A5; }
  .details-header .reviews {
    margin-top: 20px; }

.details {
  padding: 15px; }

.details-body {
  padding-bottom: 0px; }
  .details-body .expert-status .status-icon {
    margin-bottom: 5px; }
  .details-body .section-wrap {
    border-bottom: 1px solid #DCE1E3;
    padding-bottom: 20px; }
  .details-body .section-heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #98A2A5;
    background: none;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase; }
  .details-body .section-description {
    font-size: 15px;
    line-height: 18px;
    color: #21272B;
    background: none; }
    .details-body .section-description ul {
      padding-left: 20px;
      margin-top: 5px; }
  .details-body .screening-questions {
    margin-bottom: 5px; }
    .details-body .screening-questions .qn {
      font-weight: bold; }

.mobile-back {
  border: none;
  box-shadow: none;
  background: none;
  color: #98A2A5;
  text-transform: capitalize;
  padding: 0px;
  outline: none;
  margin-left: 15px; }
  .mobile-back:before {
    content: '<';
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px; }

.relative-box {
  position: relative;
  margin: auto -15px; }

.floating-btn-wrapper {
  width: 100%;
  display: flex;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0; }
  .floating-btn-wrapper button {
    padding: 15px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    box-shadow: none;
    border: none;
    outline: none;
    color: #FFF;
    flex: 1; }
  .floating-btn-wrapper .not-suitable {
    color: #4A5158; }
    .floating-btn-wrapper .not-suitable:hover {
      text-decoration: underline; }
  .floating-btn-wrapper .schedule {
    background: #bbb9bf; }
  .floating-btn-wrapper .white-btn {
    background: #FFFFFF;
    color: #38373b;
    text-decoration: underline;
    font-weight: bold; }
.expert-widget {
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-block;
  border-radius: 5px;
  border: 0.5px solid #DFE7E5;
  transition: 0.25s cubic-bezier(0.17, 0.67, 0.52, 0.97); }
  .expert-widget .expert-widget-header {
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between; }
  .expert-widget .expert-widget-body {
    padding: 20px 0; }
  .expert-widget .expert-widget-row {
    padding: 0 20px; }
  .expert-widget .expert-widget-row-title {
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
    color: #99A6A5;
    white-space: nowrap; }
  .expert-widget .expert-widget-row-body {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2; }
  .expert-widget .expert-widget-desc-section-icon {
    width: 15px;
    height: 15px; }
  .expert-widget span.expert-widget-row-title-icon {
    margin-right: 6px; }
  .expert-widget.with-hover {
    cursor: pointer; }
  .expert-widget.with-hover:hover, .expert-widget.selected {
    background-color: #F0F0F0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .expert-widget .expert-header-info-desc {
    color: #99A6A5;
    line-height: 22px;
    font-size: 13px; }
  .expert-widget .expert-header-info-name {
    line-height: 28px;
    font-size: 20px;
    /* Brand primary 2 */
    color: #38373b; }
  .expert-widget .expert-status-identicator {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .expert-widget .expert-widget-button {
    -webkit-appearance: none;
    align-items: center;
    background-color: #bbb9bf;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
    outline-style: none;
    padding: 0;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.17, 0.67, 0.52, 0.97);
    user-select: none;
    width: 100%; }
    .expert-widget .expert-widget-button:hover {
      background-color: #118B77;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
  .expert-widget .expert-widget-row + .expert-widget-row {
    margin-top: 0.75em; }
  .expert-widget .expert-widget-scheduled-date {
    color: #38373b;
    font-weight: bold; }

.post__body .expert-widget {
  width: 225px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .post__body .expert-widget .expert-widget-header {
    height: 59px; }
  .post__body .expert-widget .expert-widget-body {
    padding: 15px 0; }
  .post__body .expert-widget .expert-widget-row-title {
    font-size: 10px; }
  .post__body .expert-widget .expert-widget-desc-section-icon {
    width: 10px;
    height: 10px; }
  .post__body .expert-widget .expert-widget-row-body {
    font-size: 13px; }
  .post__body .expert-widget .expert-header-info-desc {
    line-height: 16px;
    font-size: 10px; }
  .post__body .expert-widget .expert-header-info-name {
    line-height: 22px;
    font-size: 15px; }
  .post__body .expert-widget .expert-status-identicator {
    width: 30px;
    height: 30px; }

.extra-details .sectionMoreWrap {
  width: 77.5%;
  float: right;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: bold;
  color: #4A5158;
  margin-bottom: 15px; }
.toolbar-holder {
  display: flex;
  margin: 15px 25px 15px 15px;
  align-items: center; }
  .toolbar-holder .filter-wrap {
    width: 70%;
    position: relative;
    top: -5px; }
    .toolbar-holder .filter-wrap label {
      margin-right: 10px;
      width: 52px;
      font-weight: normal; }
    .toolbar-holder .filter-wrap .select-wrap {
      width: 155px;
      overflow-x: hidden;
      display: inline-block;
      position: relative;
      top: 11px;
      border: 1px solid #DCE1E3;
      border-radius: 5px; }
      .toolbar-holder .filter-wrap .select-wrap .arrow {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #38373b;
        position: absolute;
        top: 15px;
        right: 10px; }
    .toolbar-holder .filter-wrap select {
      width: 180px;
      height: 32px;
      border: none;
      font-size: 14px;
      outline: none; }
  .toolbar-holder .csv-wrap {
    width: 30%; }
    .toolbar-holder .csv-wrap button {
      float: right;
      border: 1px solid #bbb9bf;
      background: #F4F6F8;
      border-radius: 5px;
      padding: 3px 12px;
      font-size: 15px;
      color: #38373b;
      outline: none; }
      .toolbar-holder .csv-wrap button:disabled:hover {
        cursor: not-allowed; }
      .toolbar-holder .csv-wrap button:hover {
        border-color: #38373b; }
      .toolbar-holder .csv-wrap button .icon {
        background-image: url(/static/media/download.ab4e5cb7.svg);
        width: 12.5px;
        height: 12.5px;
        background-size: 12.5px;
        background-repeat: no-repeat;
        background-color: none;
        display: inline-block;
        margin-right: 5px; }
@charset "UTF-8";

.error-text {
  color: #e26756; }

@media screen and (min-width: 768px) {
  div .app__content.lynk-schedule {
    margin-left: 0; } }

.app__body .modal-dialog.lynk-modal-v-1-2.krf-modal.discard-modal .modal-footer .action-btns-wrapper {
  width: 255px; }
  @media screen and (min-width: 768px) {
    .app__body .modal-dialog.lynk-modal-v-1-2.krf-modal.discard-modal .modal-footer .action-btns-wrapper {
      width: unset; } }

.app__body .app__content.lynk-schedule {
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f4f6f8;
  z-index: 1031;
  padding-bottom: 80px; }
  .app__body .app__content.lynk-schedule .nav-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    align-items: center;
    justify-content: space-between;
    /* Tertiary 6 */
    color: #71797d; }
    .app__body .app__content.lynk-schedule .nav-btn img {
      margin-top: -3px; }
  .app__body .app__content.lynk-schedule .schedule-wrapper,
  .app__body .app__content.lynk-schedule .call-detail-wrapper,
  .app__body .app__content.lynk-schedule .question-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .app__body .app__content.lynk-schedule .header {
    padding-left: 10px;
    height: 75px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c5ced0; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .header {
        padding-left: 65px; } }
    .app__body .app__content.lynk-schedule .header .header-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex: 1;
      padding-right: 20px; }
    .app__body .app__content.lynk-schedule .header h2.header-title {
      font-weight: bold;
      font-size: 26px;
      line-height: 32px; }
  .app__body .app__content.lynk-schedule .close-btn {
    width: 75px;
    height: 75px;
    border-left: 1px solid #c5ced0; }
  .app__body .app__content.lynk-schedule .ack-section .desc {
    max-width: 578px;
    margin: 20px 0;
    padding: 0 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px; }
  .app__body .app__content.lynk-schedule .stepper {
    display: flex;
    align-items: center; }
    .app__body .app__content.lynk-schedule .stepper .step-wrapper {
      display: flex;
      width: 135px;
      position: relative;
      height: 33px;
      align-items: center;
      justify-content: space-between; }
      .app__body .app__content.lynk-schedule .stepper .step-wrapper .step-item {
        height: 25px;
        width: 25px;
        color: white;
        background: #c5ced0;
        border-radius: 50%;
        position: relative; }
        .app__body .app__content.lynk-schedule .stepper .step-wrapper .step-item.current .step-item-inner {
          position: absolute;
          top: -4px;
          left: -4px;
          border: 2px solid #bbb9bf;
          border-radius: 50%;
          height: 33px;
          width: 33px;
          background: #f4f6f8;
          z-index: -1; }
        .app__body .app__content.lynk-schedule .stepper .step-wrapper .step-item.active {
          background: #bbb9bf; }
      .app__body .app__content.lynk-schedule .stepper .step-wrapper .line {
        z-index: -1;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #c5ced0;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        .app__body .app__content.lynk-schedule .stepper .step-wrapper .line .active-line {
          position: absolute;
          display: block;
          background: #bbb9bf;
          height: 100%; }
  .app__body .app__content.lynk-schedule .step-content {
    overflow: auto;
    height: calc(100% - 75px);
    padding: 20px 15px; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .step-content {
        padding: 60px 65px; } }
  .app__body .app__content.lynk-schedule .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    /* Tertiary 7 */
    color: #4a5158;
    margin-bottom: 50px; }
    .app__body .app__content.lynk-schedule .title.mb-sm {
      margin-bottom: 10px; }
  .app__body .app__content.lynk-schedule .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    height: 80px;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    flex-direction: row;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .footer {
        padding: 0 65px; } }
    .app__body .app__content.lynk-schedule .footer .skip-screening-question-button {
      font-size: 20px;
      line-height: 28px;
      color: #38373b;
      align-self: center;
      margin-right: 60px; }
      .app__body .app__content.lynk-schedule .footer .skip-screening-question-button:after {
        content: "";
        display: block;
        border-bottom: 1px solid #38373b;
        position: relative;
        top: -5px; }
  .app__body .app__content.lynk-schedule .body {
    font-weight: normal;
    font-family: Roboto;
    font-size: 15px;
    line-height: 22px;
    /* Tertiary 7 */
    color: #4a5158; }
  .app__body .app__content.lynk-schedule .h3 {
    font-weight: normal;
    font-family: Roboto;
    font-size: 20px;
    line-height: 28px;
    color: #4A5158; }
  .app__body .app__content.lynk-schedule .field-info {
    font-size: 15px;
    line-height: 22px;
    color: #4A5158; }
  .app__body .app__content.lynk-schedule .mb-md {
    margin-bottom: 20px; }
  .app__body .app__content.lynk-schedule .skip-link {
    margin-top: 10px;
    color: #38373b;
    text-decoration: underline;
    display: block; }
  .app__body .app__content.lynk-schedule .add-more {
    width: 100%;
    margin-top: 10px;
    border: 1px dashed #bbb9bf;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    color: #bbb9bf;
    text-decoration-line: underline;
    font-size: 20px;
    height: 50px; }
  .app__body .app__content.lynk-schedule .block-caption {
    margin: 20px 0px 15px 0px;
    font-size: 15px;
    line-height: 22px; }
  .app__body .app__content.lynk-schedule .block-items {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 18px; }
    .app__body .app__content.lynk-schedule .block-items ul {
      list-style: none;
      list-style-position: outside;
      padding-left: 0px; }
  .app__body .app__content.lynk-schedule .question-wrapper .error-text {
    margin-top: 10px;
    color: #e26756; }
  .app__body .app__content.lynk-schedule .question-wrapper .item-wrapper {
    margin-bottom: 20px; }
  .app__body .app__content.lynk-schedule .availabilities-list {
    width: 290px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #4a5158;
    height: calc(100% - 50px);
    overflow: auto; }
    .app__body .app__content.lynk-schedule .availabilities-list ul {
      padding-left: 22px; }
    .app__body .app__content.lynk-schedule .availabilities-list li {
      list-style-type: none;
      position: relative;
      /* It's needed for setting position to absolute in the next rule. */
      color: #38373b;
      font-size: 15px; }
    .app__body .app__content.lynk-schedule .availabilities-list li::before {
      content: "\2022";
      position: absolute;
      top: 0.1em;
      left: -0.6em;
      font-size: 13px; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .availabilities-list {
        position: absolute;
        margin-top: 0;
        top: 50px;
        right: -325px; } }
  .app__body .app__content.lynk-schedule .client-expert-selected-availabilities {
    width: 290px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #4a5158; }
    .app__body .app__content.lynk-schedule .client-expert-selected-availabilities ul {
      padding-left: 22px; }
    .app__body .app__content.lynk-schedule .client-expert-selected-availabilities li {
      list-style-type: none;
      position: relative;
      /* It's needed for setting position to absolute in the next rule. */
      color: #38373b;
      font-size: 15px; }
    .app__body .app__content.lynk-schedule .client-expert-selected-availabilities li::before {
      content: "\2022";
      position: absolute;
      top: 0.1em;
      left: -0.6em;
      font-size: 13px; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .client-expert-selected-availabilities {
        position: absolute;
        margin-top: 0;
        top: 40%;
        width: fit-content;
        right: -425px; } }
  .app__body .app__content.lynk-schedule .late-replay-alert {
    max-width: 670px;
    width: 100%;
    background: white;
    border: 1px solid #F19C39;
    padding: 10px;
    border-radius: 5px;
    border-left: 5px solid #F19C39;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1000ms ease-in, right 600ms ease-in;
    right: -100px;
    position: absolute;
    top: 60px;
    z-index: 99; }
    .app__body .app__content.lynk-schedule .late-replay-alert button {
      width: 30%; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .late-replay-alert button {
        width: unset; } }
  .app__body .app__content.lynk-schedule .late-replay-alert-entered {
    opacity: 1;
    right: 100px; }
  .app__body .app__content.lynk-schedule .invalid-availability {
    max-width: 670px;
    width: 100%;
    background: white;
    border: 1px solid #E26756;
    padding: 10px;
    border-radius: 5px;
    border-left: 5px solid #E26756;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 400ms ease-in, right 200ms ease-in;
    right: -100px;
    position: absolute;
    top: 60px; }
    .app__body .app__content.lynk-schedule .invalid-availability button {
      width: 30%; }
    @media screen and (min-width: 768px) {
      .app__body .app__content.lynk-schedule .invalid-availability button {
        width: unset; } }
  .app__body .app__content.lynk-schedule .top-extra {
    top: 120px; }
  .app__body .app__content.lynk-schedule .top-normal {
    top: 60px; }
  .app__body .app__content.lynk-schedule .top-normal.entered, .app__body .app__content.lynk-schedule .top-extra.entered {
    opacity: 1;
    right: 100px;
    z-index: 99; }
.fieldWrapper .textfield {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #c5ced0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 28px;
  color: #4a5158; }

.fieldWrapper .textfield:focus {
  border: 1px solid #bbb9bf; }

.fieldWrapper ::placeholder {
  color: #98a2a5;
  font-weight: normal;
  opacity: 1;
  font-size: 20px; }

.fieldWrapper .wordCount {
  font-size: 13px;
  line-height: 13px;
  color: #98a2a5;
  margin-top: 5px; }
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker,.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + 0.85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;-webkit-box-sizing:content-box;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;vertical-align:middle;position:absolute;height:16px;width:16px;top:25%;right:7px}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:0;text-align:center}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.call-detail-section {
  line-height: 28px; }
  .call-detail-section .error-text {
    margin-top: 10px;
    color: #e26756; }
  .call-detail-section .react-datepicker-wrapper .react-datepicker__input-container input {
    color: #4a5158;
    background: white;
    border: 1px solid #c5ced0;
    border-radius: 5px;
    height: 50px;
    width: 215px;
    text-align: left;
    padding: 15px;
    font-size: 20px; }
  .call-detail-section .react-datepicker-popper {
    z-index: 2; }
    .call-detail-section .react-datepicker-popper .react-datepicker__day--outside-month {
      opacity: 0.3; }
    .call-detail-section .react-datepicker-popper .react-datepicker__header {
      background-color: transparent;
      border: 0; }
    .call-detail-section .react-datepicker-popper .react-datepicker__day-names {
      font-weight: bold;
      font-size: 14px;
      line-height: 28px; }
    .call-detail-section .react-datepicker-popper .react-datepicker__day--keyboard-selected {
      background-color: #38373b; }
    .call-detail-section .react-datepicker-popper .react-datepicker__day--selected:hover,
    .call-detail-section .react-datepicker-popper .react-datepicker__day--in-selecting-range:hover,
    .call-detail-section .react-datepicker-popper .react-datepicker__day--in-range:hover {
      background-color: #38373b; }
    .call-detail-section .react-datepicker-popper .react-datepicker__current-month {
      color: #38373b;
      font-size: 14px;
      line-height: 28px;
      font-weight: bold; }
    .call-detail-section .react-datepicker-popper .react-datepicker__navigation {
      border: 0;
      padding: 0;
      width: 15px;
      height: 15px;
      text-indent: 0;
      line-height: normal; }
  .call-detail-section .datepicker-wrapper {
    position: relative;
    width: 215px; }
    .call-detail-section .datepicker-wrapper .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
  .call-detail-section > .field {
    margin-bottom: 30px; }
    .call-detail-section > .field label {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #4a5158; }
  .call-detail-section .suggestion {
    margin-bottom: 20px; }
    .call-detail-section .suggestion .react-autosuggest__container--open .react-autosuggest__suggestions-container {
      top: 84px; }
    .call-detail-section .suggestion .addNew {
      top: 84px; }
    .call-detail-section .suggestion .form-group {
      margin-bottom: 0; }
    .call-detail-section .suggestion label {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: #4a5158; }
    .call-detail-section .suggestion input {
      border: 0;
      background: transparent;
      font-size: 20px;
      color: #4a5158;
      height: 49px; }
      .call-detail-section .suggestion input ::placeholder {
        color: #98a2a5;
        font-weight: normal;
        opacity: 1;
        font-size: 20px; }
    .call-detail-section .suggestion .input-icon-wrapper {
      background: white;
      border: 1px solid #c5ced0;
      border-radius: 5px; }
    .call-detail-section .suggestion .pill {
      color: white;
      background: #300099; }
      .call-detail-section .suggestion .pill span.remove.fa {
        color: white;
        opacity: 0.7; }
  .call-detail-section .upper-hint--space .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    top: 117px; }
  .call-detail-section .selection-field {
    width: 270px;
    position: relative;
    border-bottom: 1px solid #bbb9bf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 29px; }
    .call-detail-section .selection-field .display-text {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 20px; }
    .call-detail-section .selection-field select {
      width: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .call-detail-section .selection-field img {
      right: 0; }
  .call-detail-section .input-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .call-detail-section .ant-select-selection.ant-select-selection--multiple {
    border: 1px solid #c5ced0;
    border-radius: 5px;
    height: 49px;
    padding: 6px 12px; }
  .call-detail-section .dropDownTree .ant-select-selection--multiple .ant-select-selection__rendered {
    font-size: 20px;
    color: #4a5158; }
  .call-detail-section .ant-select-selection__placeholder, .call-detail-section .ant-select-search__field__placeholder {
    font-size: 20px; }
  .call-detail-section .dropDownTree.pillsWrapper .pill {
    color: white;
    background: #300099; }
  .call-detail-section .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
    font-weight: normal; }
  .call-detail-section #businessExpertises-input-wrap {
    position: relative; }
    .call-detail-section #businessExpertises-input-wrap img[alt="down"] {
      position: absolute;
      right: 14px;
      top: 26px;
      width: 16.73px;
      height: 16.37px;
      pointer-events: none; }
.ant-table-wrapper{zoom:1}.ant-table-wrapper:after,.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{clear:both}.ant-table{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;clear:both}.ant-table-body{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-table-empty .ant-table-body{overflow-x:auto!important;overflow-y:hidden!important}.ant-table table{width:100%;text-align:left;border-radius:4px 4px 0 0;border-collapse:separate;border-spacing:0}.ant-table-layout-fixed table{table-layout:fixed}.ant-table-thead>tr>th{color:rgba(0,0,0,.85);font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #e8e8e8;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-thead>tr>th .ant-table-filter-icon,.ant-table-thead>tr>th .anticon-filter{position:absolute;top:0;right:0;width:28px;height:100%;color:#bfbfbf;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-thead>tr>th .ant-table-filter-icon>svg,.ant-table-thead>tr>th .anticon-filter>svg{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-6px}.ant-table-thead>tr>th .ant-table-filter-selected.anticon{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner{height:1em;margin-top:.35em;margin-left:.57142857em;color:#bfbfbf;line-height:1em;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{display:inline-block;font-size:12px;font-size:11px\9;-webkit-transform:scale(.91666667) rotate(0deg);-ms-transform:scale(.91666667) rotate(0deg);transform:scale(.91666667) rotate(0deg);display:block;height:1em;line-height:1em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{font-size:12px}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full{margin-top:-.15em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up{height:.5em;line-height:.5em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down{margin-top:.125em}.ant-table-thead>tr>th.ant-table-column-has-actions{position:relative;background-clip:padding-box;-webkit-background-clip:border-box}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters{padding-right:30px!important}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover{color:rgba(0,0,0,.45);background:#e5e5e5}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active{color:rgba(0,0,0,.65)}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters{cursor:pointer}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter{background:#f2f2f2}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on),.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on){color:rgba(0,0,0,.45)}.ant-table-thead>tr>th .ant-table-header-column{display:inline-block;max-width:100%;vertical-align:top}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters{display:table}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>:not(.ant-table-column-sorter){position:relative}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:before{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:hover:before{background:rgba(0,0,0,.04)}.ant-table-thead>tr>th.ant-table-column-has-sorters{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:4px}.ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:4px}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;-webkit-transition:all .3s,border 0s;-o-transition:all .3s,border 0s;transition:all .3s,border 0s}.ant-table-tbody>tr,.ant-table-thead>tr{-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:#e6f7ff}.ant-table-tbody>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-tbody>tr:hover.ant-table-row-selected>td,.ant-table-tbody>tr:hover.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr:hover.ant-table-row-selected>td,.ant-table-thead>tr:hover.ant-table-row-selected>td.ant-table-column-sort{background:#fafafa}.ant-table-thead>tr:hover{background:none}.ant-table-footer{position:relative;padding:16px;color:rgba(0,0,0,.85);background:#fafafa;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-footer:before{position:absolute;top:-1px;left:0;width:100%;height:1px;background:#fafafa;content:""}.ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:4px 4px 0 0}.ant-table.ant-table-bordered .ant-table-title{padding-right:16px;padding-left:16px;border:1px solid #e8e8e8}.ant-table-title+.ant-table-content{position:relative;border-radius:4px 4px 0 0}.ant-table-bordered .ant-table-title+.ant-table-content,.ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.ant-table-bordered .ant-table-title+.ant-table-content table,.ant-table-without-column-header .ant-table-title+.ant-table-content,.ant-table-without-column-header table{border-radius:0}.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-top:1px solid #e8e8e8;border-radius:4px}.ant-table-tbody>tr.ant-table-row-selected td{color:inherit;background:#fafafa}.ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.ant-table-tbody>tr>td.ant-table-column-sort{background:rgba(0,0,0,.01)}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:16px;overflow-wrap:break-word}.ant-table-expand-icon-th,.ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.ant-table-header{overflow:hidden;background:#fafafa}.ant-table-header table{border-radius:4px 4px 0 0}.ant-table-loading{position:relative}.ant-table-loading .ant-table-body{background:#fff;opacity:.5}.ant-table-loading .ant-table-spin-holder{position:absolute;top:50%;left:50%;height:20px;margin-left:-30px;line-height:20px}.ant-table-loading .ant-table-with-pagination{margin-top:-20px}.ant-table-loading .ant-table-without-pagination{margin-top:10px}.ant-table-bordered .ant-table-body>table,.ant-table-bordered .ant-table-fixed-left table,.ant-table-bordered .ant-table-fixed-right table,.ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top-left-radius:0;border-top-right-radius:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table,.ant-table-bordered.ant-table-fixed-header .ant-table-header+.ant-table-body>table{border-top:0}.ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.ant-table-bordered .ant-table-tbody>tr>td,.ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.ant-table-placeholder{position:relative;z-index:1;margin-top:-1px;padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center;background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-pagination.ant-pagination{float:right;margin:16px 0}.ant-table-filter-dropdown{position:relative;min-width:96px;margin-left:-8px;background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:calc(100vh - 130px);overflow-x:hidden;border:0;border-radius:4px 4px 0 0;-webkit-box-shadow:none;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{color:#1890ff;font-weight:700;text-shadow:0 0 2px #bae7ff}.ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.ant-table-filter-dropdown-btns{padding:7px 8px;overflow:hidden;border-top:1px solid #e8e8e8}.ant-table-filter-dropdown-link{color:#1890ff}.ant-table-filter-dropdown-link:hover{color:#40a9ff}.ant-table-filter-dropdown-link:active{color:#096dd9}.ant-table-filter-dropdown-link.confirm{float:left}.ant-table-filter-dropdown-link.clear{float:right}.ant-table-selection{white-space:nowrap}.ant-table-selection-select-all-custom{margin-right:4px!important}.ant-table-selection .anticon-down{color:#bfbfbf;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-selection-menu{min-width:96px;margin-top:5px;margin-left:-30px;background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-selection-menu .ant-action-down{color:#bfbfbf}.ant-table-selection-down{display:inline-block;padding:0;line-height:1;cursor:pointer}.ant-table-selection-down:hover .anticon-down{color:rgba(0,0,0,.6)}.ant-table-row-expand-icon{color:#1890ff;text-decoration:none;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;display:inline-block;width:17px;height:17px;color:inherit;line-height:13px;text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:2px;outline:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{color:#40a9ff}.ant-table-row-expand-icon:active{color:#096dd9}.ant-table-row-expand-icon:active,.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{border-color:currentColor}.ant-table-row-expanded:after{content:"-"}.ant-table-row-collapsed:after{content:"+"}.ant-table-row-spaced{visibility:hidden}.ant-table-row-spaced:after{content:"."}.ant-table-row-cell-ellipsis,.ant-table-row-cell-ellipsis .ant-table-column-title{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-table-row-cell-ellipsis .ant-table-column-title{display:block}.ant-table-row-cell-break-word{word-wrap:break-word;word-break:break-word}tr.ant-table-expanded-row,tr.ant-table-expanded-row:hover{background:#fbfbfb}tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-16px -16px -17px}.ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.ant-table-scroll{overflow:auto;overflow-x:hidden}.ant-table-scroll table{min-width:100%}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]){color:transparent}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan])>*{visibility:hidden}.ant-table-body-inner{height:100%}.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.ant-table-fixed-header .ant-table-scroll .ant-table-header{margin-bottom:-20px;padding-bottom:20px;overflow:scroll;opacity:.9999}.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-width:0 0 1px}.ant-table-hide-scrollbar{scrollbar-color:transparent transparent;min-width:unset}.ant-table-hide-scrollbar::-webkit-scrollbar{min-width:inherit;background-color:transparent}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-width:1px 1px 1px 0}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead>tr:only-child>th:last-child{border-right-color:transparent}.ant-table-fixed-left,.ant-table-fixed-right{position:absolute;top:0;z-index:auto;overflow:hidden;border-radius:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.ant-table-fixed-left table,.ant-table-fixed-right table{width:auto;background:#fff}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.ant-table-fixed-left{left:0;-webkit-box-shadow:6px 0 6px -4px rgba(0,0,0,.15);box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-left .ant-table-header{overflow-y:hidden}.ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.ant-table-fixed-left,.ant-table-fixed-left table{border-radius:4px 0 0 0}.ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.ant-table-fixed-right{right:0;-webkit-box-shadow:-6px 0 6px -4px rgba(0,0,0,.15);box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-right,.ant-table-fixed-right table{border-radius:0 4px 0 0}.ant-table-fixed-right .ant-table-expanded-row{color:transparent;pointer-events:none}.ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.ant-table.ant-table-scroll-position-right .ant-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.ant-table colgroup>col.ant-table-selection-col{width:60px}.ant-table-thead>tr>th.ant-table-selection-column-custom .ant-table-selection{margin-right:-15px}.ant-table-tbody>tr>td.ant-table-selection-column,.ant-table-thead>tr>th.ant-table-selection-column{text-align:center}.ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-table-filter-dropdown .ant-checkbox-wrapper+span{padding-left:8px}@supports (-moz-appearance:meterbar){.ant-table-thead>tr>th.ant-table-column-has-actions{background-clip:padding-box}}.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-footer,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-title{padding:12px 8px}.ant-table-middle tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-12px -8px -13px}.ant-table-small{border:1px solid #e8e8e8;border-radius:4px}.ant-table-small>.ant-table-content>.ant-table-footer,.ant-table-small>.ant-table-title{padding:8px}.ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer{background-color:transparent;border-top:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer:before{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body{margin:0 8px}.ant-table-small>.ant-table-content>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border:0}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr{border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort{background-color:rgba(0,0,0,.01)}.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.ant-table-small>.ant-table-content .ant-table-header{background-color:transparent;border-radius:4px 4px 0 0}.ant-table-small>.ant-table-content .ant-table-placeholder,.ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.ant-table-small.ant-table-bordered{border-right:0}.ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-top:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.ant-table-small.ant-table-bordered .ant-table-placeholder{border-right:0;border-bottom:0;border-left:0}.ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-thead>tr>th.ant-table-row-cell-last{border-right:none}.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-small tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-8px -8px -9px}.ant-table-small.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{border-radius:0 0 4px 4px}#project-detail-popover{border:0;margin-left:34px;margin-top:15px}#project-detail-popover .arrow{display:block;top:23%;margin-top:-46px}#project-detail-popover .arrow:after{border-left-color:#5000ff}#project-detail-popover .popover-content{padding:0;border:0}.app__body .krf-detail :export {
  grey_1: #f4f6f8;
  grey_4: #98a2a5;
  grey_5: #99a6a5;
  grey_6: #8d8a94;
  grey-cool-2: #dbe4e1;
  grey_bg_1: #f9f9fa;
  alert_2: #e26756;
  note_text: #0238f5;
  note_bg: #f2f5fe;
  brand_primary_1: #f9f9fa;
  brand_primary_2: #bbb9bf;
  brand_primary_3: #38373b;
  brand_primary_4: #300099;
  brand_primary_5: #bbb9bf;
  brand_primary_7: #4000cc;
  brand_primary_8: #1c1c1e;
  brand_primary_6: #d1d0d4;
  brand_primary_9: #47ffc2;
  tertiary_7: #4a5158;
  tertiary_6: #71797d;
  tertiary_4: #c5ced0;
  tertiary_3: #dce1e3;
  tertiary_2: #ebeded;
  neutral_25: #f9f9fa;
  neutral_100: #e8e8ea;
  neutral_200: #d1d0d4;
  neutral_300: #bbb9bf;
  neutral_400: #a4a1a9;
  neutral_500_base: #8d8a94;
  neutral_600: #716e76;
  neutral_700: #555359;
  neutral_900: #1c1c1e;
  neutral_800: #38373b;
  primary2_700: #2B9974;
  red: #cc2f31;
  red_2: #992325;
  yellow: #f6c448;
  white: #ffffff;
  black: #000000;
  alice_blue: #F7F8FA;
  dark: #0D0C0E; }

.app__body .krf-detail .btn {
  border-radius: 5px;
  padding: 0px 10px; }

.app__body .krf-detail .btn.btn-primary {
  background-color: #bbb9bf;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .app__body .krf-detail .btn.btn-primary:hover, .app__body .krf-detail .btn.btn-primary:active, .app__body .krf-detail .btn.btn-primary:visited, .app__body .krf-detail .btn.btn-primary:focus {
    background-color: #38373b; }
  .app__body .krf-detail .btn.btn-primary--revert {
    background-color: #F4F6F8;
    border: 1px solid #bbb9bf;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    color: #38373b; }
    .app__body .krf-detail .btn.btn-primary--revert:visited {
      background-color: #F4F6F8; }
    .app__body .krf-detail .btn.btn-primary--revert:hover, .app__body .krf-detail .btn.btn-primary--revert:active, .app__body .krf-detail .btn.btn-primary--revert:focus {
      background-color: #f9f9fa; }

.app__body .krf-detail .action-btn-section .btn {
  min-width: 100px; }
.switch{position:relative;display:inline-block;width:25px;height:10px;margin:4px 8px}.switch input{display:none}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.slider:before{content:"";height:15px;width:15px;top:-3px;left:-3px;background-color:#5000ff;border:1px solid #fff}input:checked+.slider{background-color:#9666ff}input:focus+.slider{-webkit-box-shadow:0 0 1px #9666ff;box-shadow:0 0 1px #9666ff}input:checked+.slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(15px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.audio-wrapper{-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1);box-shadow:0 3px 5px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 16px;background:#fff;border:1px solid #dfe7e5;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.audio-player--tick{margin-left:5px;color:#98a2a5;line-height:14px;font-size:10px;font-weight:700;-ms-flex-negative:0;flex-shrink:0}.audio-wrapper button{border:none;margin:0;padding:0;padding-left:8px;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;text-align:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;outline:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;width:26px;height:26px}.playback-wrapper{position:absolute;width:200px;height:335px;left:115px;top:-326px;background:#fff;border:1px solid #d1d0d4;border-radius:8px}.playback-title{border-bottom:1px solid #e8e8ea;display:-ms-flexbox;display:flex;font-family:Manrope;font-style:normal;font-weight:700;font-size:14px;-ms-flex-pack:justify;justify-content:space-between;padding:16px 26px;color:#38373b}.container{display:block;position:relative;padding-left:35px;margin-top:12px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.container input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:10px;height:25px;width:25px;background-color:#fff;border-radius:0}.playbackText{font-weight:400}.checkmark:after{content:"";position:absolute;display:none}.container input:checked~.checkmark:after{display:block}.container input:checked~.playbackText{font-weight:700}.container .checkmark:after{left:2px;top:3px;width:14px;height:11px;content:" ";background-image:url(/static/media/tick-black.b7a14457.svg);position:absolute;cursor:pointer}.container input:checked~.container{font-weight:700}#transcript--placeholder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px;
  margin: 0 16px;
  padding-top: 100px; }
  #transcript--placeholder--box {
    width: 300px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    margin: auto;
    background: #F4F6F8;
    border: 1px solid #DFE7E5;
    border-radius: 5px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #98A2A5; }
#preloader{position:absolute;top:0;left:0;width:100%;height:100%}#loader{display:block;position:relative;margin-top:40px;width:150px;height:150px;border-radius:50%;border:3px solid transparent;border-top-color:#300099;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}#loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#9666ff;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}#loader:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#5000ff;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}}.notification-bar {
  background: #38373b;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px; }
  .notification-bar.danger {
    background: #E26756; }
.menu-trigger > a {
  position: relative; }
  .menu-trigger > a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/media/arrow-triangle-down.c6ecc205.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }

.menu-trigger.active > a:after {
  background-image: url(/static/media/arrow-triangle-up.4c2affe4.svg); }
#mm-group-settings-invitation .modal-dialog .modal-content, #mm-group-settings-members .modal-dialog .modal-content, #mm-group-settings-general .modal-dialog .modal-content {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  background-color: #ffffff;
  border-radius: 4px; }
  #mm-group-settings-invitation .modal-dialog .modal-content .modal-header, #mm-group-settings-members .modal-dialog .modal-content .modal-header, #mm-group-settings-general .modal-dialog .modal-content .modal-header {
    background-color: #ffffff; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-header .modal-title, #mm-group-settings-members .modal-dialog .modal-content .modal-header .modal-title, #mm-group-settings-general .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 18px;
      line-height: 28px;
      color: #1c1c1e;
      font-weight: 800; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-header button, #mm-group-settings-members .modal-dialog .modal-content .modal-header button, #mm-group-settings-general .modal-dialog .modal-content .modal-header button {
      opacity: 1;
      -webkit-transition: all 0.25s ease-in;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in false;
      color: #ffffff;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: 10px;
      text-shadow: none;
      width: 30px;
      z-index: 5; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-header button:hover, #mm-group-settings-members .modal-dialog .modal-content .modal-header button:hover, #mm-group-settings-general .modal-dialog .modal-content .modal-header button:hover {
        background: rgba(0, 0, 0, 0.1); }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-header button span, #mm-group-settings-members .modal-dialog .modal-content .modal-header button span, #mm-group-settings-general .modal-dialog .modal-content .modal-header button span {
        color: #000000;
        font-family: 'roboto', sans-serif;
        line-height: 10px; }
  #mm-group-settings-invitation .modal-dialog .modal-content .modal-body, #mm-group-settings-members .modal-dialog .modal-content .modal-body, #mm-group-settings-general .modal-dialog .modal-content .modal-body {
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1e;
    font-weight: 400; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row {
      width: 100%; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .member-count, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .member-count, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .member-count {
        color: #000000;
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12 {
        padding-left: 10px; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12 .filter-textbox, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12 .filter-textbox, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .filter-row .col-xs-12 .filter-textbox {
          background-color: transparent;
          border: none;
          padding: 6px 0px; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:hover, #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:focus, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:hover, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:focus, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:hover, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row:focus {
      background-color: #f9f9fa; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name {
      color: #38373b;
      font-weight: 800; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name .light, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name .light, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__name .light {
        color: #8d8a94; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__description, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__description, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__description {
      color: #000000; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__actions .dropdown.member-drop button, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__actions .dropdown.member-drop button, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .more-modal__list .more-modal__row .more-modal__actions .dropdown.member-drop button {
      color: #38373b;
      font-weight: 400;
      align-items: center;
      text-align: center; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .filtered-user-list .filter-controls .btn, #mm-group-settings-members .modal-dialog .modal-content .modal-body .filtered-user-list .filter-controls .btn, #mm-group-settings-general .modal-dialog .modal-content .modal-body .filtered-user-list .filter-controls .btn {
      color: #38373b;
      font-size: 14px;
      font-weight: 800;
      background: transparent;
      border: none; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links {
      background-color: #ffffff;
      padding-top: 10px;
      opacity: 1; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li {
        opacity: 1; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li button, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li button, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li button {
          font-size: 14px;
          line-height: 22px;
          color: #8d8a94;
          background-color: transparent;
          opacity: 1; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:focus, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:focus, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:focus {
          color: #1c1c1e;
          background-color: transparent; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:hover, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:hover, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li button:hover {
          color: #1c1c1e;
          background-color: #f9f9fa; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active {
        opacity: 1; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active button, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active button, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-links li.active button {
          color: #1c1c1e;
          background-color: transparent;
          opacity: 1;
          font-weight: 800; }
    #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content {
      border-left: 1px solid #d1d0d4; }
      #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings {
        margin-top: 1em; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .tab-header, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .tab-header, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .tab-header {
          font-size: 18px;
          line-height: 28px;
          color: #38373b;
          display: flex;
          align-items: center;
          font-weight: 800; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-title, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-title, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-title {
          color: #1c1c1e;
          font-size: 12px;
          line-height: 18px;
          font-weight: 800; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-edit > button, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-edit > button, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-edit > button {
          color: #38373b;
          font-size: 12px;
          line-height: 18px; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-describe, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-describe, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-describe {
          font-size: 14px;
          line-height: 22px;
          color: #8d8a94; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-min:hover, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-min:hover, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .section-min:hover {
          background-color: #f9f9fa; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #saveSetting, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #saveSetting, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #saveSetting {
          font-size: 14px;
          line-height: 22px;
          background: #38373b;
          border-radius: 5px;
          font-weight: 800;
          color: #ffffff; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #cancelSetting, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #cancelSetting, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings #cancelSetting {
          font-size: 14px;
          line-height: 22px;
          font-weight: 800;
          color: #000000; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-primary, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-primary, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-primary {
          font-size: 14px;
          line-height: 22px;
          background: #38373b;
          border-radius: 5px;
          font-weight: 800;
          color: #ffffff; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-inactive, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-inactive, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .btn-inactive {
          font-size: 14px;
          line-height: 22px;
          border-radius: 5px;
          font-weight: 800;
          color: #ffffff; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .theme, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .theme, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .theme {
          font-size: 13px;
          color: #bbb9bf; }
        #mm-group-settings-invitation .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .color--link, #mm-group-settings-members .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .color--link, #mm-group-settings-general .modal-dialog .modal-content .modal-body .settings-table .settings-content .user-settings .setting-list-item .color--link {
          color: #1c1c1e; }

#mm-group-settings-invitation .modal-dialog .modal-content {
  width: 720px;
  top: 150px; }

#mm-group-settings-general .modal-dialog .modal-content {
  width: 800px;
  top: 118px; }
.saveExpertButton {
  cursor: pointer;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 22px;
  color: #1c1c1e;
  position: relative; }
  .saveExpertButton svg {
    position: absolute;
    left: -17px;
    top: 7px; }
  .saveExpertButton:hover {
    text-decoration: underline;
    color: #1c1c1e; }

.footerRight {
  display: flex;
  justify-content: space-evenly; }

.title-hover {
  color: #1c1c1e; }
  .title-hover:hover {
    text-decoration: underline;
    color: #1c1c1e; }
.save-expert-in-workspace-wrapper {
  position: absolute;
  z-index: 98;
  left: 545px;
  top: 205px; }
  .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 440px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px; }
    .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .workspace-checkbox-loading {
      position: absolute;
      background: white;
      opacity: 70%;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 100;
      align-items: center; }
    .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-title {
      border-bottom: 1px solid #e8e8ea;
      display: flex;
      justify-content: space-between;
      padding: 16px 26px; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-title .close-button {
        padding-top: 7px;
        cursor: pointer; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-title span {
        font-family: Manrope;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 28px; }
    .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-footer {
      border-top: 1px solid #e8e8ea;
      display: flex;
      justify-content: space-between;
      align-items: end;
      padding: 16px 26px; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-footer .close-button {
        padding-top: 7px;
        cursor: pointer; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-footer span {
        font-family: Manrope;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 28px; }
    .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list {
      position: relative;
      padding: 26px;
      overflow-y: scroll; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-header {
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e;
          margin-bottom: 10px; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-text {
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 22px;
          color: #a4a1a9;
          margin-bottom: 10px; }
          .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-text ul {
            padding-left: 15px; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-cant-find-text {
          margin-bottom: 10px;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 22px;
          color: #1c1c1e; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-new-workspace-button {
          background: #47ffc2;
          border-radius: 4px;
          border: none;
          color: #000000;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          width: 152px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-new-workspace-button:hover {
          text-decoration: none; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper {
        display: flex;
        flex-direction: column;
        padding: 22px;
        justify-content: center;
        align-items: center; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-empty-document-logo {
          background-image: url(/static/media/document-icon.8f5184c2.svg);
          background-repeat: no-repeat;
          width: 90px;
          height: 90px; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-empty-text span {
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          display: flex;
          align-items: center;
          text-align: center;
          color: #bbb9bf;
          padding: 16px 0; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-new-workspace-button {
          background: #47ffc2;
          border-radius: 4px;
          border: none;
          color: #000000;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          width: 152px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-new-workspace-button:hover {
          text-decoration: none; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper {
        position: relative;
        display: flex; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input-close-button {
          background-image: url(/static/media/search-close.f2434c1b.svg);
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          top: 10px;
          width: 20px;
          height: 20px; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input {
          background-image: url(/static/media/search-expert-workspace.1c99e221.svg);
          background-repeat: no-repeat;
          background-position: 10px;
          padding: 0 32px;
          border: 1px solid #d1d0d4;
          box-sizing: border-box;
          border-radius: 4px;
          width: 272px;
          height: 40px;
          margin-bottom: 24px; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input:focus {
          outline: none !important;
          border: 1px solid #d1d0d4;
          box-sizing: border-box;
          border-radius: 4px;
          width: 272px;
          height: 40px;
          margin-bottom: 24px; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper {
        display: flex; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper span {
          margin-left: 12px;
          margin-top: 2px;
          max-width: 430px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e; }
        .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper input[type='checkbox'] {
          cursor: pointer;
          width: 20px;
          height: 20px; }
      .save-expert-in-workspace-wrapper .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-info {
        margin-left: 32px;
        margin-bottom: 14px;
        font-family: Manrope;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
        color: #a4a1a9; }

.save-expert-in-workspace-wrapper-profile-detail {
  position: absolute;
  z-index: 98;
  right: 108px;
  top: 50px; }
  .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 440px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px; }
    .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .workspace-checkbox-loading {
      position: absolute;
      background: white;
      opacity: 70%;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 100;
      align-items: center; }
    .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-title {
      border-bottom: 1px solid #e8e8ea;
      display: flex;
      justify-content: space-between;
      padding: 16px 26px; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-title .close-button {
        padding-top: 7px;
        cursor: pointer; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-title span {
        font-family: Manrope;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 28px; }
    .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-footer {
      border-top: 1px solid #e8e8ea;
      display: flex;
      justify-content: space-between;
      align-items: end;
      padding: 16px 26px; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-footer .close-button {
        padding-top: 7px;
        cursor: pointer; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-footer span {
        font-family: Manrope;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 28px; }
    .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list {
      position: relative;
      padding: 26px;
      overflow-y: scroll; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-header {
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e;
          margin-bottom: 10px; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-text {
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 22px;
          color: #a4a1a9;
          margin-bottom: 10px; }
          .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-empty-filter-text ul {
            padding-left: 15px; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-cant-find-text {
          margin-bottom: 10px;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 22px;
          color: #1c1c1e; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-new-workspace-button {
          background: #47ffc2;
          border-radius: 4px;
          border: none;
          color: #000000;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          width: 152px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper-filter .search-workspace-new-workspace-button:hover {
          text-decoration: none; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper {
        display: flex;
        flex-direction: column;
        padding: 22px;
        justify-content: center;
        align-items: center; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-empty-document-logo {
          background-image: url(/static/media/document-icon.8f5184c2.svg);
          background-repeat: no-repeat;
          width: 90px;
          height: 90px; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-empty-text span {
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          display: flex;
          align-items: center;
          text-align: center;
          color: #bbb9bf;
          padding: 16px 0; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-new-workspace-button {
          background: #47ffc2;
          border-radius: 4px;
          border: none;
          color: #000000;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          width: 152px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .search-workspace-empty-wrapper .search-workspace-new-workspace-button:hover {
          text-decoration: none; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper {
        position: relative;
        display: flex; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input-close-button {
          background-image: url(/static/media/search-close.f2434c1b.svg);
          background-repeat: no-repeat;
          position: absolute;
          right: 10px;
          top: 10px;
          width: 20px;
          height: 20px; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input {
          background-image: url(/static/media/search-expert-workspace.1c99e221.svg);
          background-repeat: no-repeat;
          background-position: 10px;
          padding: 0 32px;
          border: 1px solid #d1d0d4;
          box-sizing: border-box;
          border-radius: 4px;
          width: 272px;
          height: 40px;
          margin-bottom: 24px; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .save-expert-workspace-search-wrapper .search-workspace-input:focus {
          outline: none !important;
          border: 1px solid #d1d0d4;
          box-sizing: border-box;
          border-radius: 4px;
          width: 272px;
          height: 40px;
          margin-bottom: 24px; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper {
        display: flex; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper span {
          margin-left: 12px;
          margin-top: 2px;
          max-width: 430px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e; }
        .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-list-wrapper input[type='checkbox'] {
          cursor: pointer;
          width: 20px;
          height: 20px; }
      .save-expert-in-workspace-wrapper-profile-detail .save-expert-in-workspace-inner-wrapper .save-expert-workspace-list .workspace-info {
        margin-left: 32px;
        margin-bottom: 14px;
        font-family: Manrope;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
        color: #a4a1a9; }
.lynk-pn-profile .textWrap div:first-child {
  text-align: left;
  overflow-y: hidden;
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  font-weight: normal;
  white-space: pre-wrap;
  margin-top: 15px; }

.lynk-pn-profile .description {
  font-size: 13px;
  line-height: 18px;
  color: #71797d; }

.lynk-pn-profile .heroDescription {
  font-size: 15px;
  line-height: 22px;
  color: #4a5158;
  transition: all 400ms ease;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal; }

.lynk-pn-profile .description.collapse {
  display: inline-block;
  height: 65px;
  max-height: 80px;
  transition: all 400ms ease; }

.lynk-pn-profile .heroDescription.collapse {
  height: 66px;
  max-height: 100px;
  transition: all 400ms ease; }

.lynk-pn-profile .textWrap p.collapse:after {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 0px 15px 2px 2px;
  z-index: 10;
  background: #fff; }

.lynk-pn-profile .description.collapse:after {
  bottom: -1px; }

.lynk-pn-profile .heroDescription.collapse:after {
  bottom: -3px; }

.lynk-pn-profile .description.expand,
.lynk-pn-profile .heroDescription.expand {
  height: auto;
  max-height: 1000px;
  transition: all 400ms ease; }

.lynk-pn-profile .description.visible,
.lynk-pn-profile .heroDescription.visible {
  height: auto;
  overflow-y: visible; }

.lynk-pn-profile .showMoreBtn {
  box-shadow: none;
  border: none;
  background: none;
  color: #bbb9bf;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0px;
  margin-top: 10px;
  outline: none; }

.lynk-pn-profile .showMoreBtn:hover {
  cursor: pointer; }

.lynk-pn-profile .showMoreBtn .btnTxt {
  margin-left: 5px; }

.lynk-pn-profile .textLeft {
  text-align: left; }
.description {
  font-weight: normal;
  font-size: 15px;
  text-align: left !important;
  position: relative !important;
  text-align: left;
  overflow-y: hidden;
  margin-bottom: 10px; }

.description.collapse {
  height: 65px;
  max-height: 80px;
  transition: all 400ms ease; }

.profile-share-button:hover {
  background-color: #e8e8ea !important; }

.textWrap .description.collapse {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #fff;
  white-space: pre-wrap; }

.textWrap .description.expand {
  height: auto;
  max-height: 1000px;
  white-space: pre-wrap;
  transition: all 400ms ease; }

.textLeft {
  text-align: left; }

.showMoreBtn {
  box-shadow: none;
  border: none;
  background: none;
  color: #38373b;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0px;
  margin-top: 10px;
  outline: none; }

.showMoreBtnLowerCase {
  box-shadow: none;
  border: none;
  background: none;
  color: #38373b;
  font-size: 13px;
  line-height: 18px;
  text-transform: lowercase;
  font-weight: bold;
  padding-left: 0px;
  margin-top: 10px;
  outline: none; }

.profileQANav {
  display: inline-flex;
  margin-top: 6%;
  height: 58px;
  padding-top: 2%; }

.navContainer {
  margin-right: 10px;
  padding: 8px 32px 8px 32px; }

.navContainer--selected {
  border-bottom: 2px solid #1c1c1e; }

.navItem {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  color: #1C1C1E;
  cursor: pointer; }

.navItem--selected {
  color: #1c1c1e; }

.navItem--disabled {
  color: gray;
  cursor: default; }

.specialisation-tag {
  display: inline-block;
  color: #38373b;
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.industrySector {
  margin-top: 8px; }
.custom-collapse-header {
  cursor: pointer; }
  .custom-collapse-header .custom-collapse-header-content {
    display: flex;
    align-items: center; }

.custom-collapse-toggle {
  margin-left: auto;
  cursor: pointer; }
  .custom-collapse-toggle .anticon:focus {
    outline: none; }
  .custom-collapse-toggle svg {
    vertical-align: middle; }
    .custom-collapse-toggle svg:focus {
      outline: none; }

.custom-collapse-body {
  display: block;
  transition: all 1s ease; }
  .custom-collapse-body.collapsed {
    display: none; }
.tags {
  display: inline-flex;
  margin: 2px 2px;
  background-color: #38373b;
  color: white;
  border-radius: 4px;
  height: 28px;
  margin: 2px 2px 2px 2px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ffffff; }

.tags label {
  display: inline-block;
  max-width: 90%;
  margin: 2px 3px 2px 5px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer; }

.tags-remove {
  color: #ffffff;
  cursor: pointer;
  font-weight: lighter;
  font-size: 3rem;
  margin: 2px 5px 2px 2px; }

.tags a::before {
  content: "+"; }
.display-on-collapse {
  margin-top: 10px; }
  .display-on-collapse .display-item {
    background-color: #f9f9fa;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-right: 5px;
    padding: 3px 8px 3px 8px;
    margin-top: 5px; }
  .display-on-collapse .delete-icon {
    padding-left: 4px;
    cursor: pointer; }
  .display-on-collapse .display-count {
    font-weight: 800;
    cursor: pointer; }

.display-keywords-on-collapse {
  margin-top: 10px; }
  .display-keywords-on-collapse .display-keyword-item {
    display: inline-flex;
    box-sizing: border-box;
    background-color: #f9f9fa;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-right: 5px;
    padding: 3px 8px 3px 8px;
    margin-top: 5px; }
  .display-keywords-on-collapse .display-keyword-count {
    font-weight: 800;
    cursor: pointer; }
  .display-keywords-on-collapse .delete-icon {
    padding-left: 4px;
    cursor: pointer; }
  .display-keywords-on-collapse .recommended-label {
    margin-top: 10px; }
.qna-filter {
  background: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 30%;
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1); }
  .qna-filter .filter-panel {
    background: #ffffff;
    position: relative;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1); }
    .qna-filter .filter-panel .filter-panel-header {
      background: #ffffff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 0px;
      height: 64px;
      position: relative;
      z-index: 1; }
      .qna-filter .filter-panel .filter-panel-header .header-text {
        position: absolute;
        top: 20px;
        left: 20px;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 25px;
        color: #1c1c1e; }
      .qna-filter .filter-panel .filter-panel-header .clear-all-filters {
        top: 20px;
        right: 20px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        position: absolute;
        line-height: 16px;
        text-decoration-line: underline;
        color: #a4a1a9; }
    .qna-filter .filter-panel .filters {
      padding: 0px 20px 60px 20px;
      overflow-y: scroll;
      height: calc(100% - 64px); }
      .qna-filter .filter-panel .filters.filters-selected {
        height: calc(100% - 128px); }
      .qna-filter .filter-panel .filters .custom-collapse {
        padding: 15px 0px;
        border-bottom: 1px solid #e8e8ea; }
      .qna-filter .filter-panel .filters .filter-view {
        width: 90%;
        display: flex;
        align-items: center; }
        .qna-filter .filter-panel .filters .filter-view .filter-name {
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e; }
        .qna-filter .filter-panel .filters .filter-view .info-icon {
          display: none;
          margin-left: 10px; }
          .qna-filter .filter-panel .filters .filter-view .info-icon svg {
            vertical-align: middle; }
        .qna-filter .filter-panel .filters .filter-view .selected-values-count {
          margin-left: auto;
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          color: #38373b; }
        .qna-filter .filter-panel .filters .filter-view .collapse-toggle {
          margin-left: 10px; }
          .qna-filter .filter-panel .filters .filter-view .collapse-toggle .filter-collapse-icon {
            height: 16px;
            width: 16px; }
      .qna-filter .filter-panel .filters .clear-filter {
        float: right;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #a4a1a9; }
      .qna-filter .filter-panel .filters .selection-field {
        padding-top: 20px; }
      .qna-filter .filter-panel .filters .pn-container-pills {
        height: auto;
        overflow-y: auto; }
        .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills {
          display: flex;
          flex-wrap: wrap;
          margin: 0px auto;
          box-sizing: content-box;
          padding: 0px;
          max-height: 100%; }
          @media (max-width: 768px) {
            .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills.pn-container-head {
              max-height: 20%; } }
        .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills::-webkit-scrollbar {
          width: 0px;
          display: none; }
        .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills > li {
          font-family: Roboto;
          font-style: normal;
          font-weight: 500;
          border: 1px solid #bbb9bf;
          background: none;
          font-size: 16px;
          line-height: 22px;
          border-radius: 100px;
          color: #38373b;
          list-style: none;
          padding: 2px 20px;
          margin-right: 10px;
          margin-bottom: 12px;
          white-space: nowrap; }
        .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills > li:hover,
        .qna-filter .filter-panel .filters .pn-container-pills .pn-tag-pills > li.selected {
          background: #38373b;
          color: #fff;
          cursor: pointer;
          border: none;
          border: 1px solid #38373b; }
      .qna-filter .filter-panel .filters .react-select__indicator.react-select__clear-indicator {
        display: none !important; }
    .qna-filter .filter-panel .apply-filters-section {
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #ffffff;
      box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
      height: 64px;
      display: flex;
      padding: 3px 15px 0px 23px;
      align-items: center;
      z-index: 99; }
      .qna-filter .filter-panel .apply-filters-section .selected-filter-count-text {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e; }
      .qna-filter .filter-panel .apply-filters-section .apply-filters-btn {
        background: #38373b;
        border-radius: 5px;
        border: none;
        color: #ffffff;
        margin-left: auto;
        width: 120px;
        height: 40px; }
        .qna-filter .filter-panel .apply-filters-section .apply-filters-btn:hover {
          background: #555359; }
    .qna-filter .filter-panel .additional-option input[type='checkbox'] {
      position: relative;
      top: 2px;
      margin-right: 8px; }
    .qna-filter .filter-panel .sort-field {
      border-bottom: 1px solid #e8e8ea;
      padding: 15px 20px;
      margin: 0px -20px; }
      .qna-filter .filter-panel .sort-field label {
        margin-bottom: 15px;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e; }
  .qna-filter .react-select-container {
    min-height: 40px; }
    .qna-filter .react-select-container .react-select__control {
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 4px;
      border: 1px solid #d1d0d4;
      min-height: 38px;
      display: flex;
      flex-wrap: wrap; }
      .qna-filter .react-select-container .react-select__control:hover {
        border: 1px solid #d1d0d4; }
      .qna-filter .react-select-container .react-select__control.react-select__control--is-focused {
        border: 1px solid #d1d0d4;
        box-shadow: 0px 0px 0px 2px #e8e8ea; }
      .qna-filter .react-select-container .react-select__control .react-select__placeholder {
        font-size: 14px;
        color: #a4a1a9; }
    .qna-filter .react-select-container .react-select__value-container {
      padding: 6px 8px; }
      .qna-filter .react-select-container .react-select__value-container .react-select__multi-value {
        border: 1px solid #38373b;
        box-sizing: border-box;
        border-radius: 4px;
        background: #f9f9fa; }
        .qna-filter .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__label {
          color: #38373b;
          font-family: Manrope;
          font-weight: normal;
          font-size: 14px; }
        .qna-filter .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__remove svg {
          color: black;
          vertical-align: middle; }
    .qna-filter .react-select-container .react-select__indicators .react-select__indicator-separator {
      display: none; }
    .qna-filter .react-select-container .react-select__indicators .react-select__dropdown-indicator img {
      height: 5px;
      width: 10px; }
    .qna-filter .react-select-container .react-select__menu > * > * {
      color: #1c1c1e; }
      .qna-filter .react-select-container .react-select__menu > * > *:hover {
        cursor: pointer;
        background: #f9f9fa; }

#questionTypeFilter .dropDownTree .icon img {
  margin-bottom: 6px; }

#questionTypeFilter .ant-select-arrow {
  display: none !important; }

#questionTypeFilter .ant-select-selection__rendered {
  height: 100% !important;
  display: flex !important;
  align-items: center !important; }

#questionTypeFilter .ant-select-selection__clear {
  display: none; }
.upvotes {
  line-height: 22px;
  font-size: 14px;
  color: #a4a1a9;
  font-weight: 800; }
  .upvotes img {
    margin-right: 10px;
    position: relative;
    top: -1px; }

.upvote,
.stats,
.like {
  margin-left: auto;
  padding: 5px;
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  color: #8d8a94;
  line-height: 22px;
  font-size: 14px;
  font-weight: 800;
  float: right;
  transition: all 200ms ease-in; }
  .upvote:hover, .upvote.active,
  .stats:hover,
  .stats.active,
  .like:hover,
  .like.active {
    cursor: pointer;
    color: #38373b; }
  .upvote img,
  .stats img,
  .like img {
    margin-right: 10px;
    position: relative;
    top: -1px; }

.upvote,
.like {
  padding: 5px 15px;
  border-radius: 4px; }
  .upvote:hover,
  .like:hover {
    background-color: #f9f9fa; }
  .upvote span,
  .like span {
    display: inline-block;
    margin-left: 13px; }

button.reaction-item {
  padding-left: 45px; }
  button.reaction-item.like {
    background-image: url(/static/media/like-grey.00da8413.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 25px; }
    button.reaction-item.like.active, button.reaction-item.like:hover {
      background-image: url(/static/media/like-blue.d49a0ddc.svg); }
  button.reaction-item.upvote {
    background-image: url(/static/media/upvote-grey.4b3421f4.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 25px; }
    button.reaction-item.upvote.active, button.reaction-item.upvote:hover {
      background-image: url(/static/media/upvote-blue.0cd28ac8.svg); }
  button.reaction-item:active {
    transform: scale(0.97); }

.stats {
  color: #1c1c1e;
  margin-right: 20px; }
  .stats:hover {
    cursor: auto;
    color: #1c1c1e; }

.highlight-text {
  color: #38373b;
  background: none; }

.public-DraftEditorPlaceholder-inner, .public-DraftStyleDefault-block {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px; }
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.message-bubble-wrapper {
  display: flex;
  margin-bottom: 8px; }
  .message-bubble-wrapper .text {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1e;
    font-weight: 400; }
  .message-bubble-wrapper .bold {
    font-weight: 800; }
  .message-bubble-wrapper .attachment-detail {
    display: flex;
    flex-direction: row;
    padding: 4px;
    align-items: center;
    font-weight: 800; }
  .message-bubble-wrapper .bubble-container {
    display: flex;
    flex-direction: column; }
    .message-bubble-wrapper .bubble-container .attachment-banner {
      border: 1px solid;
      border-color: transparent;
      box-sizing: border-box;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 14px;
      margin-bottom: 12px;
      max-width: 400px; }
      .message-bubble-wrapper .bubble-container .attachment-banner.pending {
        background: #d1d0d4; }
      .message-bubble-wrapper .bubble-container .attachment-banner.infected {
        background: #f6c448; }
      .message-bubble-wrapper .bubble-container .attachment-banner .attachment-detail {
        display: flex;
        flex-direction: row;
        padding: 4px;
        align-items: center;
        font-weight: 800; }
        .message-bubble-wrapper .bubble-container .attachment-banner .attachment-detail .attachment-icon {
          width: 24px;
          height: 24px;
          padding: 4px; }
    .message-bubble-wrapper .bubble-container .bubble {
      max-width: 400px;
      padding: 10px 10px;
      box-shadow: 0px 2px 4px rgba(130, 136, 148, 0.16), 0px 0px 1px rgba(130, 136, 148, 0.16);
      border-radius: 8px;
      overflow: hidden;
      white-space: pre-wrap;
      text-overflow: ellipsis; }
      .message-bubble-wrapper .bubble-container .bubble .attachment {
        border: 1px solid;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 4px 10px;
        margin-bottom: 10px;
        background: #ffffff;
        border-color: #e8e8ea; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .attachment-icon {
          width: 16px;
          height: 16px;
          padding: 2px; }
        .message-bubble-wrapper .bubble-container .bubble .attachment.my-deleted {
          background: #e8e8ea;
          border-color: #a4a1a9; }
          .message-bubble-wrapper .bubble-container .bubble .attachment.my-deleted .text {
            color: #a4a1a9; }
        .message-bubble-wrapper .bubble-container .bubble .attachment.their-deleted {
          background: #f9f9fa;
          border-color: #bbb9bf; }
          .message-bubble-wrapper .bubble-container .bubble .attachment.their-deleted .text {
            color: #bbb9bf; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .info {
          flex: 1;
          overflow: hidden;
          white-space: nowrap;
          display: flex;
          flex-direction: row;
          padding-left: 8px;
          padding-right: 8px; }
          .message-bubble-wrapper .bubble-container .bubble .attachment .info .filename {
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 800; }
          .message-bubble-wrapper .bubble-container .bubble .attachment .info .filesize {
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 400; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .pending-note {
          color: #8d8a94; }
        .message-bubble-wrapper .bubble-container .bubble .attachment .infected-note {
          color: #cc2f31; }
      .message-bubble-wrapper .bubble-container .bubble .sender {
        color: #71797d;
        margin-bottom: 6px;
        font-weight: 700; }
    .message-bubble-wrapper .bubble-container .timestamp {
      position: relative;
      display: inline-block;
      float: right;
      margin: -10px 4px -5px 4px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.45); }
    .message-bubble-wrapper .bubble-container .error-messages {
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 21, 2020 */



@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-bold-webfont.928158b6.woff2) format('woff2'),
         url(/static/media/manrope-bold-webfont.f5f66d3c.woff) format('woff');
    font-weight: 700;
    font-style: 700;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-extrabold-webfont.cc3f720c.woff2) format('woff2'),
         url(/static/media/manrope-extrabold-webfont.2a515cba.woff) format('woff');
    font-weight: 800;
    font-style: 800;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-extralight-webfont.7eb9c300.woff2) format('woff2'),
         url(/static/media/manrope-extralight-webfont.1a67e07d.woff) format('woff');
    font-weight: 200;
    font-style: 200;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-light-webfont.8b31b676.woff2) format('woff2'),
         url(/static/media/manrope-light-webfont.b6b8d986.woff) format('woff');
    font-weight: 300;
    font-style: 300;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-medium-webfont.5d9907ee.woff2) format('woff2'),
         url(/static/media/manrope-medium-webfont.132fb0ec.woff) format('woff');
    font-weight: 500;
    font-style: 500;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-regular-webfont.c1d57b9e.woff2) format('woff2'),
         url(/static/media/manrope-regular-webfont.867257b9.woff) format('woff');
    font-weight: 400;
    font-style: 400;

}




@font-face {
    font-family: 'manrope';
    src: url(/static/media/manrope-semibold-webfont.18c7ef1b.woff2) format('woff2'),
         url(/static/media/manrope-semibold-webfont.f951eb2c.woff) format('woff');
    font-weight: 600;
    font-style: 600;

}.lynk-rich-text-content {
  cursor: text;
  font-family: manrope;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }
  .lynk-rich-text-content p {
    margin: 20px 0; }
  .lynk-rich-text-content strong {
    font-weight: 800; }
  .lynk-rich-text-content ol,
  .lynk-rich-text-content ul {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-inline-start: 40px; }
  .lynk-rich-text-content a {
    font-weight: 400;
    color: #416af7;
    cursor: pointer; }
    .lynk-rich-text-content a:hover {
      color: #416af7; }
  .lynk-rich-text-content li {
    font-weight: 400; }
.img-text {
  position: relative;
  display: flex;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #1C1C1E;
  margin: 0px 0px 10px 0px; }
  .img-text:last-child {
    margin-bottom: 0px; }
  .img-text img {
    position: relative;
    top: -1px; }
  .img-text .text {
    margin-left: 10px; }
@charset "UTF-8";

.profile-empty-state-container {
  margin-top: 100px;
  text-align: center; }

.qna-results-wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding-bottom: 60px; }
  .qna-results-wrap .h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0; }
  .qna-results-wrap .section-subhead,
  .qna-results-wrap .applied-filter-name,
  .qna-results-wrap .applied-filter-info {
    text-transform: capitalize;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    width: 100%;
    color: #1c1c1e; }
  .qna-results-wrap .applied-filter-values {
    font-weight: normal !important; }
  .qna-results-wrap .no-qna-result h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    color: #1c1c1e;
    margin-top: 20px; }
  .qna-results-wrap .no-qna-result h6 {
    margin: 30px 0px 20px 0px; }
  .qna-results-wrap .no-qna-result ul {
    padding-left: 0px;
    margin-bottom: 30px; }
    .qna-results-wrap .no-qna-result ul li {
      list-style: disc;
      font-weight: 400;
      list-style-position: inside; }
  .qna-results-wrap .no-qna-result p {
    font-weight: 800;
    margin-bottom: 16px; }
  .qna-results-wrap .no-qna-result .ask-question {
    background: #38373b;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 4px;
    font-weight: 800;
    display: inline-block; }
    .qna-results-wrap .no-qna-result .ask-question:hover {
      background: #1c1c1e; }
  .qna-results-wrap .result-item {
    font-size: 18px;
    line-height: 28px;
    color: #1c1c1e;
    font-family: 'manrope', 'roboto', sans-serif; }
    .qna-results-wrap .result-item .qn-txt {
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      color: #1c1c1e;
      text-decoration: none; }
      .qna-results-wrap .result-item .qn-txt:hover {
        text-decoration: underline;
        color: #1c1c1e; }
    .qna-results-wrap .result-item h6 {
      margin: 15px 0px 5px 0px;
      line-height: 12px;
      font-size: 12px;
      font-weight: 800; }
      .qna-results-wrap .result-item h6:hover {
        text-decoration: underline;
        color: #1c1c1e; }
    .qna-results-wrap .result-item .result-item-details {
      margin-top: 15px;
      margin-bottom: 30px; }
      .qna-results-wrap .result-item .result-item-details a {
        text-decoration: none;
        color: inherit;
        cursor: pointer; }
      .qna-results-wrap .result-item .result-item-details .answer-box {
        padding: 16px;
        border: 1px solid #e8e8ea;
        border-radius: 4px; }
        .qna-results-wrap .result-item .result-item-details .answer-box .answer-box-head {
          display: flex;
          justify-content: space-between;
          margin-bottom: 8px; }
          .qna-results-wrap .result-item .result-item-details .answer-box .answer-box-head .answer-box-head-most-upvote {
            font-size: 12px;
            color: #a4a1a9;
            font-weight: 800;
            line-height: 18px; }
          .qna-results-wrap .result-item .result-item-details .answer-box .answer-box-head .answer-box-head-profile {
            display: flex; }
            .qna-results-wrap .result-item .result-item-details .answer-box .answer-box-head .answer-box-head-profile .expert-role h6 {
              font-size: 14px;
              height: 22px;
              margin: 0;
              padding: 4px 0px; }
            .qna-results-wrap .result-item .result-item-details .answer-box .answer-box-head .answer-box-head-profile .expert-role .role {
              font-size: 12px;
              line-height: 18px;
              font-style: normal;
              color: #1c1c1e; }
    .qna-results-wrap .result-item p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 0px; }
  .qna-results-wrap .img-text .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .qna-results-wrap .reaction-footer {
    border-top: 1px solid #e8e8ea;
    padding: 15px 30px 15px 30px;
    display: flex;
    margin: 0px -32px -32px -32px;
    align-items: center; }
    .qna-results-wrap .reaction-footer .reactions {
      display: flex; }
      .qna-results-wrap .reaction-footer .reactions .small::after {
        content: '\2022';
        margin: 0 5px; }
      .qna-results-wrap .reaction-footer .reactions .small:last-child:after {
        content: ''; }
      .qna-results-wrap .reaction-footer .reactions .upvotes {
        line-height: 22px;
        font-size: 14px;
        color: #1c1c1e;
        font-weight: 800; }
        .qna-results-wrap .reaction-footer .reactions .upvotes img {
          margin-right: 10px;
          position: relative;
          top: -1px; }
    .qna-results-wrap .reaction-footer .actions {
      display: flex;
      align-items: center;
      margin-left: auto; }
      .qna-results-wrap .reaction-footer .actions .view {
        color: #1c1c1e;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        margin-right: 25px; }
        .qna-results-wrap .reaction-footer .actions .view:hover {
          text-decoration: underline;
          color: #1c1c1e; }
  .qna-results-wrap .caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #a4a1a9; }
  .qna-results-wrap .small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em; }
  .qna-results-wrap .mini-tooltip {
    max-width: 368px;
    position: absolute;
    z-index: 10;
    background: #38373b;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 14px;
    top: -10px;
    left: 8px;
    display: none;
    transform: translate(-50%, -100%); }
    .qna-results-wrap .mini-tooltip:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 12px solid #38373b;
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translate(-50%, 0%); }
    .qna-results-wrap .mini-tooltip a {
      margin-top: 20px;
      display: inline-block;
      color: #fff;
      font-weight: normal;
      text-decoration: underline; }
    .qna-results-wrap .mini-tooltip p {
      font-weight: normal;
      line-height: 22px;
      margin: 0; }
    .qna-results-wrap .mini-tooltip .h6.title {
      margin-bottom: 8px;
      line-height: 22px; }

.ask-question {
  background: #38373b;
  padding: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 32px;
  min-width: 70px; }
  .ask-question:hover {
    background: #716e76; }
  .ask-question img {
    margin-right: 5px !important;
    opacity: 1 !important; }

.expert-cta-card {
  height: 136px;
  background: linear-gradient(180deg, #ecebee 0%, #f9f8f9 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 800;
  color: #1c1c1e; }
  .expert-cta-card .expert-cta-question {
    width: 351px;
    height: 72px;
    font-size: 24px;
    line-height: 36px;
    padding-left: 32px; }
  .expert-cta-card a {
    /*width: 169px;*/
    background: #47ffc2;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    margin-right: 40px;
    min-height: 38px;
    display: flex; }
    .expert-cta-card a:hover {
      text-decoration: none;
      background: #39cc9b; }
    .expert-cta-card a .expert-cta-launch-form-btn {
      width: auto;
      height: 45px;
      padding: 10px 16px;
      color: #1c1c1e !important;
      text-align: center;
      color: black; }
.qna-search {
  padding-left: 40px;
  background: #F9F9FA;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .qna-search .results-wrapper {
    background: #ffffff; }
  .qna-search h2 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    width: 100%;
    color: #1C1C1E;
    margin: 30px 0px 15px 0px; }
  .qna-search .content {
    margin: 0px auto 20px auto;
    width: 100%;
    max-width: 800px;
    padding: 20px 15px 0 15px; }
    .qna-search .content.no-result {
      margin: 0;
      padding: 0; }

.qna-search-page {
  position: relative;
  background: #F9F9FA;
  overflow: hidden;
  flex: 1; }

.qna-search-loader {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-75px, -75px); }

.app__body .answer-section ol, .app__body .answer-section ul {
  margin-top: 1em;
  margin-bottom: 1em; }

.app__body .answer-section a, .app__body .answer-section a:hover {
  color: #416AF7; }

.app__body .answer-section li {
  font-weight: normal; }
.success-modal-overlay {
  font-family: 'manrope', 'roboto', sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 105; }
  .success-modal-overlay .success-modal, .success-modal-overlay .disclaimer-modal {
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px;
    max-width: 720px;
    background: #FFFFFF;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 72px; }
    .success-modal-overlay .success-modal .wrapper, .success-modal-overlay .disclaimer-modal .wrapper {
      text-align: center;
      width: 325px;
      margin: 0px auto; }
    .success-modal-overlay .success-modal h4, .success-modal-overlay .disclaimer-modal h4 {
      line-height: 36px;
      font-size: 24px;
      margin: 15px 0px 10px 0px;
      font-weight: 800; }
    .success-modal-overlay .success-modal p, .success-modal-overlay .disclaimer-modal p {
      line-height: 22px;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 50px; }
    .success-modal-overlay .success-modal .button, .success-modal-overlay .disclaimer-modal .button {
      outline: none;
      background: #38373b;
      border-radius: 5px;
      font-size: 18px;
      line-height: 28px;
      color: #FFF;
      font-weight: 800;
      border: none;
      box-shadow: none;
      padding: 16px 24px; }
      .success-modal-overlay .success-modal .button:hover, .success-modal-overlay .disclaimer-modal .button:hover {
        background: #1c1c1e; }
    .success-modal-overlay .success-modal .button:disabled, .success-modal-overlay .disclaimer-modal .button:disabled {
      background: #E8E8EA;
      cursor: not-allowed; }
      .success-modal-overlay .success-modal .button:disabled:hover, .success-modal-overlay .disclaimer-modal .button:disabled:hover {
        background: #E8E8EA; }
    .success-modal-overlay .success-modal .positive, .success-modal-overlay .disclaimer-modal .positive {
      background: #47FFC2;
      color: #000; }
      .success-modal-overlay .success-modal .positive:hover, .success-modal-overlay .disclaimer-modal .positive:hover {
        background: #39cc9b; }
    .success-modal-overlay .success-modal .body, .success-modal-overlay .disclaimer-modal .body {
      padding: 32px;
      border-top: 1px solid #E8E8EA;
      border-bottom: 1px solid #E8E8EA; }

.success-modal-overlay .disclaimer-modal {
  padding: 48px 72px 0px; }
  .success-modal-overlay .disclaimer-modal .button {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 24px; }

.success-modal-overlay .title-text {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px; }

.success-modal-overlay .quote {
  background: #f9f9fa;
  padding: 24px;
  margin-top: 22px;
  margin-bottom: 16px;
  border-radius: 4px; }

.success-modal-overlay .footer {
  text-align: right;
  margin-left: -72px;
  margin-right: -72px;
  border-top: 1px solid #e8e8ea;
  padding: 16px 24px; }

.success-modal-overlay p.small {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1em; }
.react-async-select-container {
  min-height: 40px; }
  .react-async-select-container .react-async-select__control {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap; }
    .react-async-select-container .react-async-select__control:hover {
      border: 1px solid #d1d0d4; }
    .react-async-select-container .react-async-select__control.react-async-select__control--is-focused {
      border: 1px solid #d1d0d4;
      box-shadow: 0px 0px 0px 2px #dcccff; }
    .react-async-select-container .react-async-select__control .react-async-select__placeholder {
      font-size: 14px;
      color: #a4a1a9; }
  .react-async-select-container .react-async-select__value-container {
    padding: 6px 8px; }
    .react-async-select-container .react-async-select__value-container .react-async-select__multi-value {
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      background: #f9f9fa; }
      .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__label {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal;
        font-size: 14px; }
      .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__remove svg {
        color: black;
        vertical-align: middle; }
  .react-async-select-container .react-async-select__indicators .react-async-select__indicator-separator {
    display: none; }
  .react-async-select-container .react-async-select__indicators .react-async-select__dropdown-indicator img {
    height: 14px;
    width: 12px; }
  .react-async-select-container .react-async-select__menu > * > * {
    color: #1c1c1e; }
    .react-async-select-container .react-async-select__menu > * > *:hover {
      cursor: pointer;
      background: #f9f9fa; }
  .react-async-select-container .react-async-select__menu-notice--no-options {
    margin: 0;
    padding: 20px;
    color: #98a2a5; }
    .react-async-select-container .react-async-select__menu-notice--no-options:hover {
      cursor: default;
      background: white; }
    .react-async-select-container .react-async-select__menu-notice--no-options .add-new {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .react-async-select-container .react-async-select__menu-notice--no-options button {
      background: #bbb9bf;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      line-height: 18px;
      font-size: 13px;
      text-align: center;
      letter-spacing: 1px;
      box-shadow: none;
      outline: none;
      border: none;
      padding: 8px 40px;
      cursor: pointer;
      float: right;
      text-transform: uppercase; }
.react-datepicker-ignore-onclickoutside {
  width: 100% !important; }

.select-duration__control {
  width: 100px !important; }

.upload-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center; }

.upload-wrapper > input[type="file"] {
  padding: 4px 16px;
  gap: 8px;
  width: 119px;
  height: 32px;
  background: #38373b;
  border-radius: 4px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px; }

.upload-wrapper > label {
  position: absolute;
  top: 10px;
  right: 8px;
  left: 43px;
  bottom: 4px;
  background-color: #38373b;
  color: #fff;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 800; }

.progress-new .border {
  width: 80px;
  height: 8px;
  stroke-width: 1;
  stroke: black;
  fill: transparent; }

.progress-new .filling {
  width: 80px;
  height: 8px;
  fill: black;
  animation: fillBar 1.5s ease-in-out 0s normal 1 forwards; }

@keyframes fillBar {
  0% {
    width: 0; }
  30% {
    width: 20px; }
  70% {
    width: 60px; }
  100% {
    width: 80px; } }
body {
  font-family: 'Manrope'; }

/********************************
  *********************************
  ** EngagementFinish Component Start 
  *********************************
  ********************************/
.finish-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  margin: auto;
  padding: 32px;
  position: relative; }

.expert-card-finish {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px; }

.close-icon {
  position: absolute;
  right: 32px;
  cursor: pointer; }

.expert-image {
  margin-bottom: 4px; }

.engagement-expert-name {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #5000FF; }

.expert-description {
  margin-bottom: 4px;
  text-align: center;
  max-width: 240px; }

.project-info {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1E;
  display: flex;
  align-items: center;
  justify-content: center; }

.project-info-text {
  max-width: 300px;
  text-align: center;
  margin-bottom: 16px; }

.project-detail {
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  color: #8D8A94;
  margin-bottom: 16px; }

.project-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px; }

.project-type-icon {
  margin-right: 8px;
  display: flex; }

.project-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px; }

.project-date-icon {
  margin-right: 8px;
  display: flex; }

.project-money {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px; }

.project-money-icon {
  margin-right: 8px;
  display: flex; }

.project-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px; }

.project-time-icon {
  margin-right: 8px;
  display: flex; }

.project-detail-cta {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

.project-detail-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  width: 116px;
  background: #FFFFFF;
  border: 2px solid #38373B;
  border-radius: 4px;
  cursor: pointer; }

.project-confirmation {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  height: 36px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8D8A94; }

.project-confirmation-text {
  width: 268px; }

/********************************
  *********************************
  ** EngagementFinish Component End 
  *********************************
  ********************************/
@media (max-width: 946px) {
  .ex-nav-2-initial-state {
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .pn-apply-filter {
    display: block !important; }
  .ex-nav-2-content {
    width: 100% !important;
    justify-content: normal !important; }
    .ex-nav-2-content .expert-list-content {
      width: 100%;
      max-width: none !important; }
  .ex-nav-2-filters {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    width: 100% !important; }
    .ex-nav-2-filters .filters {
      height: calc(100vh - 130px) !important; }
      .ex-nav-2-filters .filters.filters-selected {
        height: calc(100vh - 194px) !important; } }

@media (max-width: 484px) {
  .expert-cta-card {
    flex-direction: column;
    height: 200px !important; }
    .expert-cta-card .expert-cta-question {
      width: auto !important;
      height: auto !important;
      padding: 10px 10px;
      padding-left: 10px !important;
      text-align: center; }
    .expert-cta-card a {
      margin-right: 0px !important;
      margin-bottom: 10px; } }

@media (min-width: 946px) {
  .ex-nav-2 .blur-container {
    display: none !important; } }

.blur-container {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  min-height: 100vh; }

.ex-nav-2 {
  background: #f9f9fa !important;
  padding-left: 40px;
  display: flex;
  height: calc(100vh - 227px);
  overflow-y: hidden;
  justify-content: space-between; }
  .ex-nav-2 > svg {
    margin: auto; }
  .ex-nav-2 .ex-nav-2-filters {
    min-height: 435px;
    max-width: 500px;
    min-width: 340px;
    width: 50%; }
  .ex-nav-2 .ex-nav-2-content {
    width: 100%;
    display: flex;
    overflow-y: auto;
    padding: 0px 15px;
    padding-left: 0px;
    overflow-x: hidden;
    justify-content: center; }
    .ex-nav-2 .ex-nav-2-content .expert-list-content {
      width: 100%;
      max-width: 800px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content.expert-list-initial-state .pn-loader {
        padding: 0px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content h6 {
        line-height: 22px;
        margin: 35px 0px;
        font-weight: 800; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content h7 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .fa-spinner {
        position: relative;
        font-size: 25px;
        left: 50%; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content {
        padding: 32px 0px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content .result-summary {
          flex: 1; }
          .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content .result-summary .ai-icon-text {
            padding-left: 5px; }
          .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content .result-summary .filter-border {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e8e8ea; }
        .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content .pn-apply-filter {
          display: none;
          margin-left: auto; }
          .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-list-header-content .pn-apply-filter .apply-filters-link {
            float: right;
            color: #38373b;
            width: 70px;
            font-style: normal;
            font-weight: 800;
            font-size: 14px;
            line-height: 22px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-info {
        font-weight: normal !important; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .search-result-text,
      .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-info,
      .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-name {
        text-transform: capitalize;
        font-style: normal;
        font-weight: 800 !important;
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e; }
        .ex-nav-2 .ex-nav-2-content .expert-list-content .search-result-text span.applied-filter-values,
        .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-info span.applied-filter-values,
        .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-name span.applied-filter-values {
          font-weight: normal !important; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .applied-filter-info {
        padding-top: 5px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .pn-sort-options {
        background: #ffffff;
        border: 1px solid #dce1e3;
        box-sizing: border-box;
        border-radius: 5px; }
      .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-cta-card {
        height: 136px;
        background: linear-gradient(180deg, #ecebee 0%, #f9f8f9 100%);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-style: normal;
        font-weight: 800;
        color: #1c1c1e; }
        .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-cta-card .expert-cta-question {
          width: 351px;
          height: 72px;
          font-size: 24px;
          line-height: 36px;
          padding-left: 32px; }
        .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-cta-card a {
          width: 169px;
          background: #47ffc2;
          border-radius: 4px;
          font-size: 14px;
          line-height: 22px;
          margin-right: 40px;
          min-height: 38px;
          display: flex; }
          .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-cta-card a:hover {
            text-decoration: none;
            background: #39cc9b; }
          .ex-nav-2 .ex-nav-2-content .expert-list-content .expert-cta-card a .expert-cta-launch-form-btn {
            padding: 10px 16px;
            color: #1c1c1e !important;
            text-align: center; }
    .ex-nav-2 .ex-nav-2-content .ex-nav-2-initial-state {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #000000; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-initial-state .initial-state-main-text {
        margin-top: 6px;
        font-weight: 800;
        font-size: 24px;
        line-height: 36px; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-initial-state .initial-state-sub-text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
        text-align: center; }
    .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state {
      font-size: 14px;
      line-height: 22px;
      font-style: normal;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-suggestions {
        color: #000000;
        display: flex;
        flex-direction: column; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .h6 {
        margin-right: 24px !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #e8e8ea; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .h6-filter {
        color: #1c1c1e;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0; }
      .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper {
        border: 1px solid #e8e8ea;
        max-width: 800px;
        width: fit-content;
        background: #ffffff;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        padding: 20px;
        margin-top: 32px; }
        .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper .empty-state-kr-question {
          font-weight: 800;
          color: #000000;
          margin-bottom: 10px; }
        .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper a {
          display: inline-block;
          margin-top: 10px; }
          .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper a:hover {
            text-decoration: none; }
            .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper a:hover .empty-state-kr-btn {
              background: #39cc9b; }
          .ex-nav-2 .ex-nav-2-content .ex-nav-2-empty-state .empty-state-kr-wrapper a .empty-state-kr-btn {
            padding: 8px 16px;
            background: #47ffc2;
            width: 237px;
            font-weight: 800;
            border-radius: 4px;
            text-align: center;
            color: #1c1c1e !important; }
    .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-initial-state {
      flex-direction: column;
      margin: 0 !important;
      padding: 0px; }
    .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state {
      flex-direction: column;
      padding: 0px;
      justify-content: normal;
      margin: 0 !important;
      align-items: flex-start; }
      .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state .expert-list-header-content,
      .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state .pn-loader {
        display: none; }
  .ex-nav-2 .pn-loader {
    padding-bottom: 20px;
    text-align: center; }
  .ex-nav-2.ex-nav-2-sticked {
    height: calc(100vh - 109px); }
    .ex-nav-2.ex-nav-2-sticked .filter-panel .filters {
      height: calc(100vh - 171px) !important; }
      .ex-nav-2.ex-nav-2-sticked .filter-panel .filters.filters-selected {
        height: calc(100vh - 235px) !important; }

.krf-info-helper {
  background: #dce1e3;
  padding: 66px 40px;
  margin: 40px -25px 0px -25px;
  text-align: center; }
  .krf-info-helper p {
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
    color: #4a5158; }
  .krf-info-helper button {
    background: #bbb9bf;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 22px;
    border: none;
    padding: 8px 45px;
    margin-top: 20px; }
    .krf-info-helper button:hover {
      cursor: pointer;
      background: #38373b; }

.listItemBox .rhs .m-wrap.ex-nav-action-set {
  flex-direction: column;
  display: flex; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set button {
    margin-bottom: 10px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set .call-text {
    color: #71797d;
    background: white; }

@media (max-width: 768px) {
  .expert-listing {
    padding: 0; }
  .krf-info-helper {
    margin: 40px 0px 0px 0px; }
  .topWrapper {
    padding: 40px 15px 20px 15px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set {
    flex-direction: row-reverse;
    height: 57px; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set button {
      margin-bottom: 5px;
      border: 0; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call {
      flex-direction: column-reverse;
      height: 110px; }
      .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call .call-text {
        padding: 10px 20px; } }

.search-onboarding {
  height: 100%;
  width: 100%;
  background-image: url(/static/media/onboarding-backround.be343a16.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000; }
  .search-onboarding .search-onboarding-content-box {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px; }
  .search-onboarding .search-onboarding-body {
    display: flex;
    margin: 55px 72px 36px; }
    .search-onboarding .search-onboarding-body img {
      margin-right: -20px;
      margin-top: -20px; }
    .search-onboarding .search-onboarding-body .search-onboarding-title {
      font-weight: 800;
      font-size: 32px; }
    .search-onboarding .search-onboarding-body .search-onboarding-sub-text {
      font-size: 18px;
      margin-top: 16px; }
  .search-onboarding .search-onboarding-action-box {
    margin-left: 48px;
    margin-right: 48px;
    background: #f9f9fa;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px; }
    .search-onboarding .search-onboarding-action-box label {
      font-weight: 800; }
  .search-onboarding .search-onboarding-btn-div button {
    width: 211px;
    height: 48px;
    border-radius: 5px;
    color: white; }
    .search-onboarding .search-onboarding-btn-div button:disabled {
      background: #bbb9bf;
      border: 2px solid #bbb9bf; }
    .search-onboarding .search-onboarding-btn-div button:enabled {
      background: #38373b;
      border: 2px solid #38373b; }
    .search-onboarding .search-onboarding-btn-div button:hover:enabled {
      background: #716e76;
      border: 2px solid #716e76; }

.app__body .app__content.ex-nav {
  background: #dce1e3; }
  .app__body .app__content.ex-nav .error-text {
    margin-top: 10px;
    color: #e26756; }
.lynk-pn-profile {
  text-align: center;
  font-family: 'RobotoLight', Arial, sans-serif;
  background-image: url(/static/media/pn-bg.41697217.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 99; }
  .lynk-pn-profile .container {
    width: 100%;
    max-width: 80%;
    margin: 0px auto;
    margin-left: 100px; }
  .lynk-pn-profile .clearfix::after {
    display: block;
    content: '';
    clear: both; }
  @media (max-width: 768px) {
    .lynk-pn-profile .container {
      margin: 0px auto; } }
.lynk-pn-profile .content {
  min-height: 320px; }

.lynk-pn-profile .container {
  max-width: 95%;
  margin: 60px auto 0px auto;
  padding: 0px 15px; }

@media (max-width: 768px) {
  .lynk-pn-profile .container {
    margin-bottom: 60px; } }
.lynk-pn-profile .leftWrapper {
  float: left;
  width: 25%;
  padding-right: 20px; }

@media (max-width: 768px) {
  .lynk-pn-profile .leftWrapper {
    float: none;
    width: 100%;
    padding-right: 0px;
    position: relative;
    top: 0px; } }
.lynk-pn-profile .rightWrapper {
  max-width: 75%;
  float: left;
  min-width: 70%; }

@media (max-width: 768px) {
  .lynk-pn-profile .rightWrapper {
    max-width: 100%;
    float: none;
    padding-right: 0px;
    margin-left: 0px; } }
.lynk-pn-profile .description {
  color: #4a5158; }

.lynk-pn-profile .summary {
  color: #4a5158;
  text-align: left;
  font-size: 15px; }

.lynk-pn-profile .savedWrapper {
  position: relative;
  border-bottom: 1px solid #dce1e3;
  margin: 0px -20px;
  padding: 0px 20px;
  font-family: Roboto; }

.lynk-pn-profile .savedWrapper:last-child {
  border-bottom: none;
  padding-bottom: 5px; }

.lynk-pn-profile .savedWrapper h3 {
  font-size: 26px;
  line-height: 32px;
  color: #4a5158;
  margin: 5px 0px;
  text-align: left;
  font-weight: normal;
  padding-right: 15px; }

.lynk-pn-profile .inline-display {
  display: inline; }

.lynk-pn-profile .savedWrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #71797d;
  margin-top: 15px;
  margin-bottom: 5px; }

.lynk-pn-profile .textLeft {
  text-align: left; }

.lynk-pn-profile .textLeft h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #4a5158; }

.lynk-pn-profile .textLeft h7 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #71797d; }

.lynk-pn-profile .textCenter {
  text-align: center; }

.lynk-pn-profile .pillsWrapper {
  margin-top: 10px; }

.lynk-pn-profile .floatWrap {
  display: inline-block;
  width: 92%; }

.lynk-pn-profile .pillsWrapper .pill {
  background: #dce1e3;
  border-radius: 100px;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #4a5158;
  padding: 1px 15px;
  margin: 1px 0px 2px 5px;
  display: inline-block; }

.lynk-pn-profile .pillsWrapper .fa {
  color: #3d5c82;
  font-size: 15px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: -1px; }

.lynk-pn-profile .pillsWrapper .floatIcon {
  position: relative;
  top: -1px;
  float: left;
  max-width: 14px;
  height: 14px; }

.lynk-pn-profile .pillsWrapper .companyIcon {
  top: 2px; }

.lynk-pn-profile .pillsWrapper .locationIcon {
  top: 2px; }

.lynk-pn-profile .pillsWrapper .industryIcon {
  top: 0px; }

.lynk-pn-profile .capitalize {
  text-transform: capitalize; }

.lynk-pn-profile .pillsWrapper .calendarIcon {
  top: 0px;
  margin-right: 5px; }

.lynk-pn-profile .pillsWrapper .buildingIcon {
  top: 0px;
  margin-right: 5px; }

.lynk-pn-profile .minicon {
  display: inline-block;
  margin-right: 10px; }

.lynk-pn-profile .pillsWrapper .miniText {
  color: #4a5158;
  margin-left: 0px;
  display: inline-block; }

.lynk-pn-profile .pillsWrapper .boldMiniText {
  color: #71797d; }

.lynk-pn-profile ::-webkit-input-placeholder {
  color: #98a2a5;
  font-weight: normal;
  opacity: 1;
  font-family: 'RobotoLight', Arial, sans-serif; }

.lynk-pn-profile ::-moz-placeholder {
  /* Firefox 19+ */
  color: #98a2a5;
  font-weight: normal;
  opacity: 1;
  font-family: 'RobotoLight', Arial, sans-serif; }

.lynk-pn-profile :-moz-placeholder {
  /* Firefox 19+ */
  color: #98a2a5;
  font-weight: normal;
  opacity: 1;
  font-family: 'RobotoLight', Arial, sans-serif; }

.lynk-pn-profile :-ms-input-placeholder {
  color: #98a2a5 !important;
  font-weight: normal;
  opacity: 1;
  font-family: 'RobotoLight', Arial, sans-serif !important; }

.lynk-pn-profile ::-ms-input-placeholder {
  color: #98a2a5 !important;
  font-weight: normal;
  opacity: 1;
  font-family: 'RobotoLight', Arial, sans-serif !important; }

@media (max-width: 768px) {
  .lynk-pn-profile .savedWrapper h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    word-break: break-word; }
  .lynk-pn-profile .floatWrap {
    width: 90%; } }
.lynk-pn-profile .noPaddingTop {
  padding-top: 5px !important; }

.lynk-pn-profile .profileview {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #71797d;
  /* position: absolute; */ }

.lynk-pn-profile .textLeft {
  text-align: left; }

.lynk-pn-profile .label {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #98a2a5;
  padding-left: 5px; }

.lynk-pn-profile .header {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 50px;
  color: #4a5158; }

.lynk-pn-profile .anchorLink {
  font-family: Roboto;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-left: 2px;
  text-decoration: underline;
  color: #3d5c82; }

.lynk-pn-profile .anchorLink:hover {
  cursor: pointer;
  font-weight: bold; }

.lynk-pn-profile .request {
  margin-right: 40px; }

.lynk-pn-profile .separator {
  height: 1px;
  left: 1px;
  background: #dce1e3;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 280px; }

.lynk-pn-profile .actionbtn {
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  background: #bbb9bf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  right: 0%;
  top: 0%;
  bottom: 0%;
  width: 193px;
  height: 30px;
  left: 0px;
  cursor: pointer;
  outline: none; }

.lynk-pn-profile .actionbtn img {
  margin-top: -2px;
  margin-right: 10px; }

.lynk-pn-profile .shareprofile {
  background: #ffffff;
  border: 1px solid #ebeded;
  color: #bbb9bf; }

.lynk-pn-profile .knowledgeprofile {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  align-items: center;
  color: #71797d;
  margin-left: 10px; }

.lynk-pn-profile .knowledgespace {
  margin-bottom: 20px;
  margin-top: 30px; }

.lynk-pn-profile .navigator {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  text-decoration-line: underline;
  color: #71797d;
  cursor: pointer; }

.lynk-pn-profile .navigator img {
  margin-right: 5px; }

.lynk-pn-profile .topicTagsWrapper {
  max-width: 280px; }

.lynk-pn-profile .tags {
  border: 1px solid #c5ced0;
  background: white;
  border-radius: 100px;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #bbb9bf;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  display: inline-block; }

.lynk-pn-profile .uniqueTags {
  background: white;
  border-radius: 100px;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #71797d;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  display: inline-block;
  border: 1px solid #c5ced0; }

.lynk-pn-profile .topictags {
  max-width: 100%; }

.lynk-pn-profile .topictags input {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 10px;
  height: 35px;
  padding-left: 30px; }

.lynk-pn-profile .topictags input + span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  color: #c4c4c4;
  padding-left: 30px;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.lynk-pn-profile .topictags [class^='icon'] {
  top: 5px;
  left: 10px; }

.lynk-pn-profile .topictags img {
  width: 15px; }

.lynk-pn-profile .editTags {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #3d5c82; }

.lynk-pn-profile .profilePic {
  border-radius: 49.9%;
  width: 140px;
  height: 140px; }

.lynk-pn-profile .expertTypeIndicator {
  height: 24px;
  background: #f19c39;
  border-radius: 52px;
  position: absolute;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  left: 35%;
  top: 22%; }
.lynk-pn-profile .description {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  overflow-y: hidden;
  margin-bottom: 10px;
  color: #4a5158;
  text-align: left;
  position: relative; }

.lynk-pn-profile .descriptionDefault {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px; }

.lynk-pn-profile .textLeft {
  text-align: left; }

.lynk-pn-profile .noData {
  background: #ebeded; }

.lynk-pn-profile .summaryContainer {
  margin-bottom: 35px; }

.lynk-pn-profile .summarySubHeader {
  font-size: 60px;
  line-height: 68px;
  display: flex;
  align-items: center;
  color: #c5ced0;
  margin-bottom: 25px;
  margin-top: 60px;
  position: relative;
  scroll-margin: 100px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300; }

.lynk-pn-profile .summarySubHeader img {
  margin-right: 10px; }

.lynk-pn-profile .bioseparater {
  margin-bottom: 20px;
  border-bottom: 1px solid #dce1e3; }

@media (max-width: 768px) {
  .lynk-pn-profile .summarySubHeader {
    font-size: 35px;
    margin-top: 20px; }
  .lynk-pn-profile .summarySubHeader a {
    bottom: 0px;
    right: 35px; } }
.lynk-pn-profile .infoBox {
  background: #fff;
  border: 1px solid #dce1e3;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-left: 25px;
  padding-bottom: 13px; }

.lynk-pn-profile .boxHighlight {
  background: #ebeded; }
.lynk-pn-profile .noMarginTop {
  padding-top: 0px; }

.lynk-pn-profile .description {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  height: 68px;
  overflow-y: hidden;
  margin-bottom: 10px; }

.lynk-pn-profile .description.visible {
  height: auto;
  overflow-y: visible; }

.lynk-pn-profile .descriptionDefault {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px; }

.lynk-pn-profile .showAll {
  box-shadow: none;
  border: none;
  background: none;
  color: #38373b;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  width: 100%;
  background: #dce1e3;
  padding: 15px;
  text-align: center; }

.lynk-pn-profile .showAllWrapper {
  position: relative;
  bottom: -25px;
  margin: 0px -20px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }

.lynk-pn-profile .showAll:hover {
  cursor: pointer; }

.lynk-pn-profile .textLeft {
  text-align: left; }

.lynk-pn-profile .profileSubHeader {
  font-size: 60px;
  line-height: 68px;
  display: flex;
  align-items: center;
  color: #c5ced0;
  margin-bottom: 40px;
  scroll-margin: 100px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300; }

.lynk-pn-profile .profileSubHeader img {
  float: left;
  margin-right: 10px; }

.lynk-pn-profile .requests {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: #38373b; }

@media (max-width: 768px) {
  .lynk-pn-profile .profileSubHeader {
    font-size: 29px;
    margin-top: 20px; } }
.lynk-pn-profile .noMarginTop {
  padding-top: 0px; }

.lynk-pn-profile .expertAlsoHeader {
  text-align: left;
  padding: 15px 15px 15px 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4A5158; }

.lynk-pn-profile .title {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  align-items: center;
  color: #4A5158; }

.lynk-pn-profile .noofrequests {
  text-align: end;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  color: #38373b; }

.lynk-pn-profile .line {
  display: block; }

.lynk-pn-profile .expertAlsoContainer .line:last-child hr {
  display: none; }

.lynk-pn-profile .expertAlsoContainer .line:last-child {
  padding-bottom: 12px; }

@media (max-width: 768px) {
  .lynk-pn-profile .profileSubHeader {
    font-size: 29px;
    margin-top: 20px; } }
.lynk-pn-profile .noMarginTop {
  padding-top: 0px; }

.lynk-pn-profile .description {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  height: 68px;
  overflow-y: hidden;
  margin-bottom: 10px; }

.lynk-pn-profile .description.visible {
  height: auto;
  overflow-y: visible; }

.lynk-pn-profile .descriptionDefault {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px; }

.lynk-pn-profile .showAll {
  box-shadow: none;
  border: none;
  background: none;
  color: #38373b;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  width: 100%;
  background: #dce1e3;
  padding: 15px;
  text-align: center; }

.lynk-pn-profile .showAllWrapper {
  position: relative;
  bottom: -25px;
  margin: 0px -20px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }

.lynk-pn-profile .showAll:hover {
  cursor: pointer; }

.lynk-pn-profile .textLeft {
  text-align: left; }
.app__body .modal-dialog.lynk-modal-share .modal-content {
  border: 0;
  border-radius: 6px; }

.app__body .modal-dialog.lynk-modal-share .modal-header {
  background-color: #4a5158;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.app__body .modal-dialog.lynk-modal-share .modal-body {
  padding: 20px; }

.app__body .modal-dialog.lynk-modal-share .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .app__body .modal-dialog.lynk-modal-share .modal-footer .btn {
    padding: 3px 24px; }

.app__body .modal-dialog.lynk-modal-share .padded-content {
  padding: 20px 20px 0; }

.app__body .modal-dialog.lynk-modal-share .btn {
  border-radius: 5px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold; }

.app__body .modal-dialog.lynk-modal-share .btn.btn-default {
  color: #869392; }

.app__body .modal-dialog.lynk-modal-share .btn.btn-primary {
  background-color: #bbb9bf;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-share .btn.btn-danger {
  background-color: #e26756;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-share .btn-plain {
  color: #38373b;
  background: transparent; }

.app__body .modal-dialog.lynk-modal-share .col-xs-3.array-item-add.text-right {
  width: 100%;
  margin: 0; }

.app__body .modal-dialog.lynk-modal-share .field-array legend {
  font-size: inherit;
  font-weight: bold;
  border: 0;
  margin-bottom: 5px; }

.app__body .modal-dialog.lynk-modal-share .input-group-addon {
  border: 0; }

.app__body .modal-dialog.lynk-modal-share .array-item-add .btn-add {
  background: #38373b;
  color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-modal-share .control-label .required {
  color: #e26756; }

.app__body .modal-dialog.lynk-modal-share input.form-control,
.app__body .modal-dialog.lynk-modal-share textarea {
  background: #f4f6f8;
  border: 0;
  box-shadow: none;
  border-radius: 2px; }

.app__body .modal-dialog.lynk-modal-share input.form-control {
  padding-left: 0px;
  background: #fff;
  height: 40px;
  font-size: 20px;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #dce1e3; }

.app__body .modal-dialog.lynk-modal-share .pn-sharable-link .btn.btn-default {
  color: #bbb9bf; }

.app__body .modal-dialog.lynk-modal-share .pn-sharable-link input.pn-shareable-input {
  background: #f4f6f8;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 15px;
  width: 515px;
  margin-right: 5px;
  font: normal normal normal 15px/22px Roboto; }

.app__body .modal-dialog.lynk-modal-share .pn-sharable-link span.input-group-btn {
  background: #ffffff;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  min-width: 80px;
  padding: 4px; }
  .app__body .modal-dialog.lynk-modal-share .pn-sharable-link span.input-group-btn button:focus {
    outline: none; }
  .app__body .modal-dialog.lynk-modal-share .pn-sharable-link span.input-group-btn button:active {
    outline-offset: -4px;
    outline-color: #bbb9bf; }

.app__body .modal-dialog.lynk-modal-share .pn-sharable-link span.input-group-btn:active {
  border: 1px solid #bbb9bf; }

.app__body .modal-dialog.lynk-modal-share .pn-sharable-link .btn-toolbar button {
  background: #ffffff;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 60px 10px 15px;
  max-height: 40px; }
  .app__body .modal-dialog.lynk-modal-share .pn-sharable-link .btn-toolbar button img {
    padding-right: 5px;
    padding-bottom: 2px; }

.app__body .modal-dialog.lynk-modal-share .pn-input-field {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-icon {
    right: 5px;
    top: 5px;
    z-index: 9999;
    cursor: pointer; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-anchor {
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #38373b; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-info-text {
    font-size: 10px;
    line-height: 14px;
    color: #8F9CAB; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-label {
    font-size: 20px;
    line-height: 28px;
    color: #4A5158; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-modal-eg-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #98A2A5; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-modal-text-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #4a5158;
    padding-bottom: 5px; }
  .app__body .modal-dialog.lynk-modal-share .pn-input-field .pn-padding-header {
    padding-top: 35px; }

.app__body .modal-dialog.lynk-modal-share textarea {
  resize: vertical; }

.app__body .modal-dialog.lynk-modal-share .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bbb9bf; }

.app__body .modal-dialog.lynk-modal-share ::placeholder {
  color: #99a6a5; }

.app__body .modal-dialog.lynk-modal-share .text-primary {
  color: #bbb9bf; }

.app__body .modal-dialog.lynk-modal-share .text-alert {
  color: #e26756; }

.pn-modal-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #4a5158;
  margin-bottom: 20px; }

.pn-filter-pills {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 0px auto;
  justify-content: center;
  /* scrollbar-width: none; */
  /* -ms-overflow-style: none; */
  box-sizing: content-box; }

.pn-filter-pills::-webkit-scrollbar {
  width: 0px;
  display: none; }

.pn-filter-pills > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #bbb9bf;
  background: none;
  font-size: 16px;
  line-height: 22px;
  border-radius: 100px;
  color: #38373b;
  list-style: none;
  padding: 2px 20px;
  margin-right: 10px;
  margin-bottom: 12px;
  white-space: nowrap; }

.pn-filter-pills > li:hover,
.pn-filter-pills > li.selected {
  background: #38373b;
  color: #fff;
  cursor: pointer;
  border: none;
  border: 1px solid #38373b; }

.pn-expertise-input {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .pn-expertise-input .plus-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9999;
    cursor: pointer; }

@media screen and (min-width: 768px) {
  .lynk-modal-share.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .lynk-modal-share .modal-dialog {
    width: 700px; } }

.lynk-modal-share {
  text-align: center; }

.lynk-modal-share .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 0; }
.lynk-pn-autosuggest .react-autosuggest__container {
  position: relative; }

.lynk-pn-autosuggest .react-autosuggest__suggestions-container {
  display: none; }

.lynk-pn-autosuggest .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 60px;
  width: 280px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
  z-index: 10;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: -20px; }

.lynk-pn-autosuggest .react-autosuggest__suggestions-list {
  margin: 0;
  padding-left: 0px;
  list-style-type: none; }

.lynk-pn-autosuggest .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 15px; }

.lynk-pn-autosuggest .react-autosuggest__suggestion:first-child {
  padding-top: 15px; }

.lynk-pn-autosuggest .react-autosuggest__suggestion:last-child {
  padding-bottom: 15px; }

.lynk-pn-autosuggest .react-autosuggest__suggestion:hover, .lynk-pn-autosuggest .react-autosuggest__suggestion--highlighted {
  background: #bbb9bf;
  color: #FFF;
  cursor: pointer; }

.lynk-pn-autosuggest .react-autosuggest__suggestion:not(:first-child) {
  border: none; }

.lynk-pn-autosuggest .react-autosuggest__suggestion--focused {
  background-color: #0C7EAF;
  color: #fff; }

.lynk-pn-autosuggest .suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat; }

.lynk-pn-autosuggest .react-autosuggest__suggestion--focused .highlight {
  color: #120000; }
.lynk-pn-autosuggest .wrapper {
  position: relative;
  margin-bottom: -20px; }

.lynk-pn-autosuggest .label {
  display: inline-block;
  transform: translate(0%, -30px);
  transition: all 100ms ease-in-out;
  pointer-events: none;
  line-height: 28px;
  font-size: 15px;
  font-weight: normal;
  font-family: Roboto;
  font-style: normal;
  display: flex;
  align-items: center;
  color: #C5CED0; }

.lynk-pn-autosuggest input {
  padding: 5px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #C5CED0;
  transition: all 100ms ease-in-out;
  width: 100%;
  color: #4A5158;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal;
  outline: none; }

.lynk-pn-autosuggest .transform .label {
  color: #98A2A5;
  display: inline-block;
  transform: translate(0%, -60px);
  font-size: 13px; }

.lynk-pn-autosuggest .transform.hasFocus .label {
  color: #bbb9bf; }

.lynk-pn-autosuggest .transform.hasFocus input {
  border-bottom: 1px solid #bbb9bf; }

.lynk-pn-autosuggest .addNew {
  background: #FFFFFF;
  border: 1px solid #F4F6F8;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
  line-height: 22px;
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 12;
  max-width: 400px; }

.lynk-pn-autosuggest .addNew button {
  background: #bbb9bf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  bordeR: none;
  padding: 8px 40px;
  cursor: pointer;
  float: right;
  text-transform: uppercase; }

.lynk-pn-autosuggest .addNew p {
  margin: 10px 0px 5px 0px; }

.lynk-pn-autosuggest .addNew .resultText {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 15px;
  color: #98A2A5; }

.lynk-pn-autosuggest .suggestionWrapper {
  position: relative;
  margin-bottom: -25px; }

.lynk-pn-autosuggest .addNew p {
  line-height: 28px;
  font-size: 20px;
  color: #98A2A5; }

.lynk-pn-autosuggest .addNew .typedWord {
  color: #000; }

.lynk-pn-autosuggest .pillsWrapper {
  padding-left: 0px;
  position: relative;
  top: -15px;
  left: 0px;
  width: 100%; }

.lynk-pn-autosuggest .pill {
  background: #DCE1E3;
  border-radius: 100px;
  font-weight: normal;
  line-height: 19px;
  font-size: 13px;
  color: #4A5158;
  margin-right: 5px;
  display: inline-block;
  list-style: none;
  padding: 2px 25px 2px 15px;
  position: relative;
  margin-bottom: 10px; }

.lynk-pn-autosuggest .remove {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.lynk-pn-autosuggest .remove:hover {
  cursor: pointer;
  color: #000; }
.lynk-pn-autosuggest .react-autosuggest__container {
  position: relative;
  margin-bottom: 0px; }

.lynk-pn-autosuggest .label {
  display: inline-block;
  transform: translate(0%, -30px);
  transition: all 100ms ease-in-out;
  pointer-events: none;
  color: #98A2A5;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal; }

.lynk-pn-autosuggest input {
  padding: 5px 0px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #C5CED0;
  transition: all 100ms ease-in-out;
  width: 100%;
  color: #4A5158;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal; }

.lynk-pn-autosuggest .prefix {
  position: absolute;
  top: 5px;
  left: 2px;
  z-index: 9;
  color: #4A5158;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal; }

.lynk-pn-autosuggest .prefixedInput {
  padding-left: 17px; }

.lynk-pn-autosuggest .icon {
  position: absolute;
  left: -25px;
  top: 7px;
  display: inline-block;
  font-size: 16px;
  color: #38373b; }

.lynk-pn-autosuggest .transform.hasFocus .icon {
  color: #bbb9bf; }

.lynk-pn-autosuggest .transform .label {
  color: #98A2A5;
  display: inline-block;
  transform: translate(0%, -60px);
  font-size: 13px; }

.lynk-pn-autosuggest .transform.hasFocus .label {
  color: #bbb9bf;
  visibility: hidden; }

.lynk-pn-autosuggest .transform.hasFocus input {
  border-bottom: 1px solid #bbb9bf; }

.lynk-pn-autosuggest .transform .mandatory {
  font-size: 12px; }

.lynk-pn-autosuggest .mandatory {
  color: #E26756;
  position: relative;
  right: -2px;
  top: -2px;
  font-size: 16px; }

.lynk-pn-autosuggest .wrapper.error input {
  border-bottom: 1px solid #E26756; }

.lynk-pn-autosuggest .lock {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  top: 5px;
  z-index: 5;
  /* background-image: url('images/signup/lock-verified.png'); */
  background-size: contain; }

.lynk-pn-autosuggest .wrapper .dropDownArrow {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #38373b;
  font-size: 20px; }

.lynk-pn-autosuggest .wrapper .dropDownArrow:hover {
  cursor: pointer; }

@media (max-width: 768px) {
  .lynk-pn-autosuggest .lock {
    top: 10px; } }
.lynk-pn-profile .language-section {
  padding: 15px 0px 15px 0px;
  border-top: 1px solid #c5ced0;
  border-bottom: 1px solid #c5ced0;
  margin-bottom: 30px; }
  .lynk-pn-profile .language-section .language-section-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #98a2a5;
    float: left;
    display: flex;
    width: 100%;
    padding-bottom: 10px; }
  .lynk-pn-profile .language-section .language-section-container {
    display: inline-flex;
    left: 0px;
    min-width: 100%;
    flex-wrap: wrap; }
  .lynk-pn-profile .language-section .language-section-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #38373b;
    padding-right: 20px; }
.filter-panel {
  height: 100%;
  background: #ffffff;
  position: relative;
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1); }
  .filter-panel .filter-panel-header {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    height: 64px;
    position: relative;
    z-index: 1; }
    .filter-panel .filter-panel-header .header-text {
      position: absolute;
      top: 20px;
      left: 20px;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 25px;
      color: #1c1c1e; }
    .filter-panel .filter-panel-header .clear-all-filters {
      top: 20px;
      right: 20px;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      position: absolute;
      line-height: 16px;
      text-decoration-line: underline;
      color: #a4a1a9; }
  .filter-panel .filters {
    padding: 0px 20px;
    overflow-y: scroll;
    height: calc(100vh - 292px); }
    .filter-panel .filters.filters-selected {
      height: calc(100vh - 356px); }
    .filter-panel .filters .custom-collapse {
      padding: 20px 0px;
      border-bottom: 1px solid #e8e8ea; }
      .filter-panel .filters .custom-collapse .custom-collapse-body #custFieldContent {
        margin-top: 16px; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #custFieldContent .field-wrapper {
          margin-bottom: 16px; }
          .filter-panel .filters .custom-collapse .custom-collapse-body #custFieldContent .field-wrapper .filter-name {
            font-style: normal;
            font-weight: 800;
            font-size: 14px;
            line-height: 22px;
            color: #1c1c1e;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #custFieldContent .field-wrapper:last-child {
          margin-bottom: 0px; }
      .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper {
        font-family: Manrope;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #38373b;
        left: 0px;
        top: 0px;
        border-radius: 12px;
        padding-bottom: 16px;
        align-items: center;
        display: list-item; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio {
          top: 0px; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
          border-color: #38373b !important;
          background-color: #38373b; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after {
          background-color: #ffffff; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
          border-color: #38373b; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio + span {
          display: inline-flex;
          align-items: center;
          padding-left: 20px; }
        .filter-panel .filters .custom-collapse .custom-collapse-body #profileTypeContent .ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after {
          transform: scale(0.8); }
    .filter-panel .filters .filter-view {
      width: 90%;
      display: flex;
      align-items: center; }
      .filter-panel .filters .filter-view .filter-name {
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .filter-panel .filters .filter-view .info-icon {
        display: none;
        margin-left: 10px; }
        .filter-panel .filters .filter-view .info-icon svg {
          vertical-align: middle; }
      .filter-panel .filters .filter-view .info-icon-sme {
        margin-left: 8px; }
        .filter-panel .filters .filter-view .info-icon-sme svg {
          vertical-align: middle; }
      .filter-panel .filters .filter-view .selected-values-count {
        margin-left: auto;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #38373b; }
      .filter-panel .filters .filter-view .collapse-toggle {
        margin-left: 10px; }
        .filter-panel .filters .filter-view .collapse-toggle .filter-collapse-icon {
          height: 16px;
          width: 16px; }
    .filter-panel .filters .clear-filter {
      float: right;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      text-decoration-line: underline;
      color: #a4a1a9; }
    .filter-panel .filters .selection-field {
      padding-top: 20px; }
    .filter-panel .filters .pn-container-pills {
      height: auto;
      overflow-y: auto; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills {
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        box-sizing: content-box;
        padding: 0px;
        max-height: 100%; }
        @media (max-width: 768px) {
          .filter-panel .filters .pn-container-pills .pn-tag-pills.pn-container-head {
            max-height: 20%; } }
      .filter-panel .filters .pn-container-pills .pn-tag-pills::-webkit-scrollbar {
        width: 0px;
        display: none; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        border: 1px solid #bbb9bf;
        background: none;
        font-size: 16px;
        line-height: 22px;
        border-radius: 100px;
        color: #38373b;
        list-style: none;
        padding: 2px 20px;
        margin-right: 10px;
        margin-bottom: 12px;
        white-space: nowrap; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li:hover,
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li.selected {
        background: #38373b;
        color: #fff;
        cursor: pointer;
        border: none;
        border: 1px solid #38373b; }
    .filter-panel .filters .react-select__indicator.react-select__clear-indicator {
      display: none !important; }
  .filter-panel .apply-filters-section {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    height: 64px;
    display: flex;
    padding: 3px 15px 0px 23px;
    align-items: center;
    z-index: 99; }
    .filter-panel .apply-filters-section .selected-filter-count-text {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #1c1c1e; }
    .filter-panel .apply-filters-section .apply-filters-btn {
      background: #38373b;
      border-radius: 5px;
      border: none;
      color: #ffffff;
      margin-left: auto;
      width: 120px;
      height: 40px; }
      .filter-panel .apply-filters-section .apply-filters-btn:hover {
        background: #555359; }

.react-select-container {
  min-height: 40px; }
  .react-select-container .react-select__control {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap; }
    .react-select-container .react-select__control:hover {
      border: 1px solid #e8e8ea; }
    .react-select-container .react-select__control.react-select__control--is-focused {
      border: 1px solid #d1d0d4;
      box-shadow: 0px 0px 0px 2px #e8e8ea; }
    .react-select-container .react-select__control .react-select__placeholder {
      font-size: 14px;
      color: #a4a1a9; }
  .react-select-container .react-select__value-container {
    padding: 6px 8px; }
    .react-select-container .react-select__value-container .react-select__multi-value {
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      background: #f9f9fa; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__label {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal;
        font-size: 14px; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__remove svg {
        color: black;
        vertical-align: middle; }
  .react-select-container .react-select__indicators .react-select__indicator-separator {
    display: none; }
  .react-select-container .react-select__indicators .react-select__dropdown-indicator img {
    height: 5px;
    width: 10px; }
  .react-select-container .react-select__menu > * > * {
    color: #1c1c1e; }
    .react-select-container .react-select__menu > * > *:hover {
      cursor: pointer;
      background: #f9f9fa; }
  .react-select-container .react-select__option--is-disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: transparent; }
@-webkit-keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}@keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}.ant-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;-webkit-animation:antCheckboxEffect .36s ease-in-out;animation:antCheckboxEffect .36s ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;content:""}.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(0) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(0) translate(-50%,-50%);transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;-webkit-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;-o-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;-o-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);-webkit-animation-name:none;animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;-webkit-animation-name:none;animation-name:none}.ant-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-checkbox-group-item{display:inline-block;margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.radio-button-group label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  font-size: 14px; }
  .radio-button-group label > span:before {
    content: '';
    display: inline-block;
    vertical-align: -0.25em;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border: 1px solid #E6E6EB;
    margin-right: 0.5em;
    background: #F0F0F5; }
  .radio-button-group label > input:checked + span:before {
    border-color: #38373b;
    background-image: radial-gradient(circle closest-side, transparent 0%, transparent 50%, #38373b 50%, #38373b 100%); }
  .radio-button-group label > input:disabled + span {
    opacity: 0.5; }
  .radio-button-group label > input:disabled:checked + span:before {
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 100%); }
  .radio-button-group label > input[type="radio"] {
    display: none; }
.multi-select-checkbox-group label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  font-size: 14px; }
  .multi-select-checkbox-group label > span:before {
    content: '';
    display: inline-block;
    vertical-align: -0.2em;
    height: 1em;
    width: 1em;
    border-radius: 4px;
    border: 1px solid #e6e6eb;
    margin-right: 0.5em;
    background: #f0f0f5; }
  .multi-select-checkbox-group label > input:checked + span:before {
    border-color: #38373b;
    background-image: url(/static/media/check-mark-icon.d6384779.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .multi-select-checkbox-group label > input:disabled + span {
    opacity: 0.5; }
  .multi-select-checkbox-group label > input:disabled:checked + span:before {
    background-image: url(/static/media/check-mark-icon.d6384779.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .multi-select-checkbox-group label > input {
    display: none; }
/*
    form custom field
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.meta-extra-text {
  font-size: 12px;
  line-height: 18px;
  margin-right: 4px; }

label .label-text {
  font-weight: 800;
  font-size: 12px;
  line-height: 18px; }

label .required {
  color: #cc2f31; }

.field-error {
  margin-top: 5px;
  font-size: 12px;
  color: #cc2f31;
  display: inline-block; }

option[value=''][disabled] {
  display: none; }

.ant-select-selection--multiple {
  box-shadow: none; }
  .ant-select-selection--multiple .ant-select-selection__choice {
    background: #f9f9fa;
    border: 1px solid #38373b;
    box-sizing: border-box;
    border-radius: 4px; }
    .ant-select-selection--multiple .ant-select-selection__choice .ant-checkbox.ant-checkbox-checked {
      display: none; }
    .ant-select-selection--multiple .ant-select-selection__choice input[type=checkbox] {
      display: none; }
  .ant-select-selection--multiple .ant-select-selection__choice__remove svg {
    fill: #000; }

.ant-select-selection__placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a4a1a9; }

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  padding-left: 5px;
  line-height: 22px; }

.dynamicCustomFieldMSD {
  position: relative; }

.dynamicCustomFieldMSD .ant-select-lg {
  width: 100%; }

.clear-filter {
  float: right;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #a4a1a9; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: none; }

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e8e8ea; }

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e8e8ea; }

.ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice {
  background: #f9f9fa;
  border: 1px solid #38373b;
  box-sizing: border-box;
  border-radius: 4px; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e8e8ea; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e8e8ea; }

.ant-select-selected-icon {
  display: none; }

.ant-select-dropdown-menu-item-selected {
  background-color: none; }

.dropDownArrow {
  position: absolute;
  right: 3px;
  color: black;
  font-size: 10px; }

.ant-select-dropdown-menu {
  max-height: 200px;
  overflow: scroll; }

.ant-select-open .ant-select-selection {
  box-shadow: none;
  border-color: #d1d0d4; }
  .ant-select-open .ant-select-selection:hover, .ant-select-open .ant-select-selection:focus, .ant-select-open .ant-select-selection:active {
    border-color: #a4a1a9; }

.ant-select-selection {
  box-shadow: none;
  border-color: #d1d0d4; }
  .ant-select-selection:focus, .ant-select-selection:active, .ant-select-selection:hover {
    border-color: #a4a1a9 !important; }

.ant-select-selection:hover {
  box-shadow: none;
  border-color: #d1d0d4 !important; }

.ant-input-lg .ant-input {
  border-color: #d1d0d4 !important;
  box-shadow: unset;
  outline: none; }
  .ant-input-lg .ant-input:focus, .ant-input-lg .ant-input:active {
    border-color: #a4a1a9 !important;
    box-shadow: unset;
    outline: none; }
  .ant-input-lg .ant-input:hover {
    border-color: #a4a1a9 !important;
    box-shadow: unset;
    outline: none; }

.select-alignment-dropdown {
  width: 100%;
  margin-top: 8px; }

.react-select-container .react-select__control {
  width: 100%; }

.ant-select-selection__placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a4a1a9;
  margin-left: 0; }
.recommended-label {
  margin: 2px 2px 8px 2px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #bbb9bf; }

.inputTextField {
  position: relative;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 12px;
  width: 100%;
  align-items: center;
  border: 1px solid #d1d0d4; }
  .inputTextField .tags-input {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 48px;
    padding: 0 8px;
    width: 95%;
    border-radius: 6px; }
    .inputTextField .tags-input input {
      display: inline-flex;
      flex: 1;
      border: none;
      height: auto;
      font-size: 14px;
      padding: 4px 4px 4px 4px;
      width: auto; }
  .inputTextField #tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 8px 0 0 0;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 4px; }
  .inputTextField .tag {
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    color: #38373b;
    list-style: none;
    border-radius: 4px;
    border: 1px solid #38373b;
    background: #F9F9FA;
    margin-bottom: 6px;
    box-sizing: border-box;
    flex-direction: row;
    padding: 3px 8px;
    gap: 8px; }
    .inputTextField .tag .tag-title {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #38373b; }
    .inputTextField .tag .tag-close-icon {
      width: 16px;
      line-height: 24px;
      color: #38373b;
      font-weight: initial;
      font-size: 2rem;
      cursor: pointer; }
  .inputTextField .icon-enter {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 12px;
    margin: 4px 4px 4px 4px; }

.inputTextField:focus-within {
  box-shadow: 0 0 0 2px #e8e8ea; }
.toast-notification {
  position: absolute;
  border: 1px solid #0238f5;
  border-left: 8px solid #0238f5;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f2f5fe;
  width: fit-content;
  height: 48px;
  top: 85%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px; }
  .toast-notification .notification-expert-name, .toast-notification .notification-project-name {
    font-weight: 800;
    color: black; }
  .toast-notification span {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 13px 21px 13px 10px;
    color: #1c1c1e; }
    .toast-notification span a:hover, .toast-notification span a:active, .toast-notification span a:link, .toast-notification span a:visited {
      text-decoration: none; }
  .toast-notification .close-button-wrapper {
    cursor: pointer;
    display: flex; }

.error-notification {
  border: 1px solid #CC2F31 !important;
  border-left: 8px solid #CC2F31 !important;
  background-color: #FCF5F5; }
  .error-notification .notification-error-icon {
    margin: auto; }
.success-modal-overlay {
  font-family: 'manrope', 'roboto', sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 105; }
  .success-modal-overlay .success-modal {
    box-shadow: 0px 0px 2px rgba(130, 136, 148, 0.08), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 8px 8px rgba(130, 136, 148, 0.16);
    border-radius: 4px;
    max-width: 720px;
    background: #FFFFFF;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 72px; }
    .success-modal-overlay .success-modal .wrapper {
      text-align: center;
      width: 325px;
      margin: 0px auto; }
    .success-modal-overlay .success-modal h4 {
      line-height: 36px;
      font-size: 24px;
      margin: 15px 0px 10px 0px;
      font-weight: 800; }
    .success-modal-overlay .success-modal p {
      line-height: 22px;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 50px; }
    .success-modal-overlay .success-modal .button {
      outline: none;
      background: #38373b;
      border-radius: 5px;
      font-size: 18px;
      line-height: 28px;
      color: #FFF;
      font-weight: 800;
      border: none;
      box-shadow: none;
      padding: 16px 24px; }
      .success-modal-overlay .success-modal .button:hover {
        background: #1c1c1e; }
    .success-modal-overlay .success-modal .button:disabled {
      background: #E8E8EA;
      cursor: not-allowed; }
      .success-modal-overlay .success-modal .button:disabled:hover {
        background: #E8E8EA; }
    .success-modal-overlay .success-modal .positive {
      background: #47FFC2;
      color: #000; }
      .success-modal-overlay .success-modal .positive:hover {
        background: #39cc9b; }
    .success-modal-overlay .success-modal .body {
      padding: 32px;
      border-top: 1px solid #E8E8EA;
      border-bottom: 1px solid #E8E8EA; }
.qna-ask-qn .h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0; }

.qna-ask-qn .tipbox {
  background: #f2f5fe;
  border-radius: 4px;
  padding: 16px;
  color: #416af7; }
  .qna-ask-qn .tipbox ul {
    padding-inline-start: 20px;
    margin: 8px 0 0 0; }
    .qna-ask-qn .tipbox ul li {
      font-weight: normal; }

.qna-ask-qn .qna-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #f7f8fa;
  z-index: 99;
  font-family: 'manrope', 'roboto', sans-serif; }

.qna-ask-qn .qna-header {
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  display: flex;
  padding: 26px 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100; }
  .qna-ask-qn .qna-header .lhs {
    flex: 1 1 0; }
    @media (max-width: 768px) {
      .qna-ask-qn .qna-header .lhs {
        flex: 4 1 0; } }
    .qna-ask-qn .qna-header .lhs .header-title {
      font-weight: 800;
      font-size: 24px;
      line-height: 24px;
      color: #000000;
      display: inline-block;
      margin-left: 32px; }
      @media (max-width: 768px) {
        .qna-ask-qn .qna-header .lhs .header-title {
          font-size: 18px; } }
    .qna-ask-qn .qna-header .lhs img {
      position: relative;
      top: -4px; }
  .qna-ask-qn .qna-header .rhs {
    flex: 1 1 0;
    text-align: right; }
    .qna-ask-qn .qna-header .rhs button {
      font-size: 18px;
      line-height: 28px;
      color: #a4a1a9;
      border: none;
      box-shadow: none;
      background: none;
      outline: none;
      padding: 0px; }
      .qna-ask-qn .qna-header .rhs button .btn-text {
        margin-left: 10px;
        cursor: pointer; }
        @media (max-width: 768px) {
          .qna-ask-qn .qna-header .rhs button .btn-text {
            display: none; } }

.qna-ask-qn .qna-footer {
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 16px 40px;
  display: flex;
  z-index: 100;
  justify-content: space-between;
  align-items: center; }
  .qna-ask-qn .qna-footer .error {
    margin: 0;
    font-size: 12px;
    color: #cc2f31; }
  .qna-ask-qn .qna-footer .submit-btn {
    background: #38373b;
    border-radius: 5px;
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 8px 24px; }
    .qna-ask-qn .qna-footer .submit-btn:hover {
      cursor: pointer;
      background: #1c1c1e; }
    .qna-ask-qn .qna-footer .submit-btn:disabled {
      background: #a4a1a9;
      cursor: auto; }

.qna-ask-qn .qna-wrapper {
  background: #fff;
  width: 100%;
  max-width: 640px;
  margin: 40px auto 250px auto; }

.qna-ask-qn form .form-field {
  margin-bottom: 15px; }
  .qna-ask-qn form .form-field label {
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    color: #1c1c1e;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    width: 100%; }
    .qna-ask-qn form .form-field label .required {
      color: #1c1c1e; }
    .qna-ask-qn form .form-field label img {
      position: relative;
      top: -2px;
      margin-right: 8px; }
    .qna-ask-qn form .form-field label .topics {
      display: inline-block; }
  .qna-ask-qn form .form-field .form-control {
    background: #ffffff;
    border: 1px solid #d1d0d4;
    border-radius: 4px;
    padding: 6px 8px;
    display: block;
    width: 100%;
    min-height: 40px;
    box-shadow: none; }
  .qna-ask-qn form .form-field textarea::placeholder {
    color: #a4a1a9;
    opacity: 1; }
  .qna-ask-qn form .form-field textarea.form-control {
    min-height: 160px !important;
    resize: vertical; }
    .qna-ask-qn form .form-field textarea.form-control:focus {
      border: 1px solid #d1d0d4; }

.qna-ask-qn form .text-row {
  margin-bottom: 5px; }

.qna-ask-qn form .subsection {
  margin: 30px -32px 0px -32px;
  padding: 30px 34px;
  border-top: 1px solid #e8e8ea; }
  .qna-ask-qn form .subsection h4 {
    margin: 0px;
    line-height: 22px;
    font-size: 14px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px; }
  .qna-ask-qn form .subsection p {
    font-weight: 300;
    margin-bottom: 0px; }

.qna-ask-qn form .field-error {
  margin-top: 5px;
  font-size: 12px;
  color: #cc2f31;
  display: inline-block; }

.qna-ask-qn .info-box {
  display: flex;
  margin-bottom: 16px; }
  .qna-ask-qn .info-box .mini-heading {
    text-transform: uppercase;
    text-align: center;
    padding: 3px 8px;
    width: 78px;
    height: 24px;
    background: #f9f9fa;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #38373b;
    font-weight: 800; }
  .qna-ask-qn .info-box .legend {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    margin-left: auto; }

.qna-ask-qn .content-box {
  padding: 80px 0px;
  height: 100%;
  overflow-y: auto; }

.qna-ask-qn .option-wrapper {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px;
  line-height: 22px;
  font-size: 15px;
  color: #000;
  width: 100%;
  z-index: 105; }
  .qna-ask-qn .option-wrapper:hover {
    cursor: text !important;
    background: #ffffff !important; }
  .qna-ask-qn .option-wrapper .ta-right {
    text-align: right; }
  .qna-ask-qn .option-wrapper .hint {
    color: #98a2a5; }
  .qna-ask-qn .option-wrapper button {
    background: #bbb9bf;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
    text-transform: uppercase; }
    .qna-ask-qn .option-wrapper button:hover {
      background: #1c1c1e; }
  .qna-ask-qn .option-wrapper p {
    margin: 10px 0px 5px 0px;
    line-height: 28px;
    font-size: 20px;
    color: #98a2a5; }
  .qna-ask-qn .option-wrapper .resultText {
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #98a2a5; }
  .qna-ask-qn .option-wrapper .typedWord {
    color: #000; }

.qna-ask-qn .character-count {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a4a1a9;
  text-align: right;
  margin-top: 5px;
  float: right; }
  .qna-ask-qn .character-count.error {
    color: #cc2f31; }

.qna-ask-qn .rect-qna-logo {
  padding: 8px;
  max-width: 160px;
  max-height: 40px; }
.top-nav-v2.menu-with-3-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-3-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 800px) {
    .top-nav-v2.menu-with-3-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-3-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-3-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 600px) {
        .top-nav-v2.menu-with-3-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-3-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 600px) {
      .top-nav-v2.menu-with-3-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-3-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-3-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 600px) and (max-width: 799px) {
      .top-nav-v2.menu-with-3-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 600px) {
      .top-nav-v2.menu-with-3-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-3-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-3-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-3-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-3-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 600px) {
        .top-nav-v2.menu-with-3-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-3-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 600px) {
        .top-nav-v2.menu-with-3-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-3-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-3-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-3-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-3-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 600px) and (max-width: 799px) {
          .top-nav-v2.menu-with-3-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-3-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-3-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 600px) {
      .top-nav-v2.menu-with-3-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-3-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-3-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-3-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-3-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-3-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 600px) {
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 799px) {
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-3-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-3-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 600px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-4-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-4-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 840px) {
    .top-nav-v2.menu-with-4-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-4-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-4-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 632px) {
        .top-nav-v2.menu-with-4-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-4-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 632px) {
      .top-nav-v2.menu-with-4-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-4-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-4-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 632px) and (max-width: 839px) {
      .top-nav-v2.menu-with-4-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 632px) {
      .top-nav-v2.menu-with-4-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-4-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-4-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-4-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-4-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 632px) {
        .top-nav-v2.menu-with-4-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-4-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 632px) {
        .top-nav-v2.menu-with-4-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-4-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-4-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-4-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-4-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 632px) and (max-width: 839px) {
          .top-nav-v2.menu-with-4-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-4-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-4-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 632px) {
      .top-nav-v2.menu-with-4-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-4-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-4-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-4-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-4-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-4-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 632px) {
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 839px) {
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-4-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-4-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 632px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-5-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-5-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 950px) {
    .top-nav-v2.menu-with-5-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-5-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-5-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 690px) {
        .top-nav-v2.menu-with-5-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-5-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 690px) {
      .top-nav-v2.menu-with-5-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-5-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-5-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 690px) and (max-width: 949px) {
      .top-nav-v2.menu-with-5-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 690px) {
      .top-nav-v2.menu-with-5-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-5-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-5-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-5-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-5-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 690px) {
        .top-nav-v2.menu-with-5-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-5-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 690px) {
        .top-nav-v2.menu-with-5-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-5-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-5-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-5-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-5-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 690px) and (max-width: 949px) {
          .top-nav-v2.menu-with-5-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-5-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-5-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 690px) {
      .top-nav-v2.menu-with-5-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-5-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-5-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-5-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-5-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-5-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 690px) {
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 949px) {
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-5-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-5-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 690px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-6-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-6-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1060px) {
    .top-nav-v2.menu-with-6-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-6-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-6-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 748px) {
        .top-nav-v2.menu-with-6-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-6-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 748px) {
      .top-nav-v2.menu-with-6-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-6-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-6-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 748px) and (max-width: 1059px) {
      .top-nav-v2.menu-with-6-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 748px) {
      .top-nav-v2.menu-with-6-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-6-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-6-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-6-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-6-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 748px) {
        .top-nav-v2.menu-with-6-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-6-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 748px) {
        .top-nav-v2.menu-with-6-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-6-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-6-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-6-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-6-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 748px) and (max-width: 1059px) {
          .top-nav-v2.menu-with-6-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-6-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-6-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 748px) {
      .top-nav-v2.menu-with-6-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-6-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-6-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-6-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-6-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-6-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 748px) {
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1059px) {
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-6-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-6-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 748px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-7-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-7-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1170px) {
    .top-nav-v2.menu-with-7-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-7-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-7-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 806px) {
        .top-nav-v2.menu-with-7-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-7-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 806px) {
      .top-nav-v2.menu-with-7-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-7-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-7-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 806px) and (max-width: 1169px) {
      .top-nav-v2.menu-with-7-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 806px) {
      .top-nav-v2.menu-with-7-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-7-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-7-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-7-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-7-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 806px) {
        .top-nav-v2.menu-with-7-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-7-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 806px) {
        .top-nav-v2.menu-with-7-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-7-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-7-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-7-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-7-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 806px) and (max-width: 1169px) {
          .top-nav-v2.menu-with-7-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-7-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-7-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 806px) {
      .top-nav-v2.menu-with-7-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-7-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-7-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-7-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-7-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-7-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 806px) {
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1169px) {
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-7-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-7-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 806px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-8-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-8-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1280px) {
    .top-nav-v2.menu-with-8-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-8-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-8-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 864px) {
        .top-nav-v2.menu-with-8-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-8-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 864px) {
      .top-nav-v2.menu-with-8-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-8-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-8-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 864px) and (max-width: 1279px) {
      .top-nav-v2.menu-with-8-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 864px) {
      .top-nav-v2.menu-with-8-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-8-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-8-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-8-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-8-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 864px) {
        .top-nav-v2.menu-with-8-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-8-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 864px) {
        .top-nav-v2.menu-with-8-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-8-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-8-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-8-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-8-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 864px) and (max-width: 1279px) {
          .top-nav-v2.menu-with-8-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-8-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-8-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 864px) {
      .top-nav-v2.menu-with-8-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-8-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-8-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-8-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-8-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-8-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 864px) {
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1279px) {
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-8-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-8-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 864px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-9-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-9-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1390px) {
    .top-nav-v2.menu-with-9-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-9-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-9-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 922px) {
        .top-nav-v2.menu-with-9-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-9-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 922px) {
      .top-nav-v2.menu-with-9-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-9-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-9-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 922px) and (max-width: 1389px) {
      .top-nav-v2.menu-with-9-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 922px) {
      .top-nav-v2.menu-with-9-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-9-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-9-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-9-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-9-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 922px) {
        .top-nav-v2.menu-with-9-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-9-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 922px) {
        .top-nav-v2.menu-with-9-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-9-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-9-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-9-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-9-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 922px) and (max-width: 1389px) {
          .top-nav-v2.menu-with-9-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-9-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-9-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 922px) {
      .top-nav-v2.menu-with-9-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-9-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-9-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-9-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-9-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-9-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 922px) {
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1389px) {
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-9-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-9-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 922px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-10-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-10-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1500px) {
    .top-nav-v2.menu-with-10-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-10-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-10-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 980px) {
        .top-nav-v2.menu-with-10-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-10-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 980px) {
      .top-nav-v2.menu-with-10-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-10-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-10-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 980px) and (max-width: 1499px) {
      .top-nav-v2.menu-with-10-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 980px) {
      .top-nav-v2.menu-with-10-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-10-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-10-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-10-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-10-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 980px) {
        .top-nav-v2.menu-with-10-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-10-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 980px) {
        .top-nav-v2.menu-with-10-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-10-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-10-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-10-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-10-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 980px) and (max-width: 1499px) {
          .top-nav-v2.menu-with-10-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-10-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-10-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 980px) {
      .top-nav-v2.menu-with-10-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-10-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-10-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-10-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-10-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-10-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 980px) {
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1499px) {
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-10-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-10-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 980px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-11-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-11-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1610px) {
    .top-nav-v2.menu-with-11-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-11-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-11-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 1038px) {
        .top-nav-v2.menu-with-11-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-11-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 1038px) {
      .top-nav-v2.menu-with-11-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-11-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-11-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 1038px) and (max-width: 1609px) {
      .top-nav-v2.menu-with-11-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 1038px) {
      .top-nav-v2.menu-with-11-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-11-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-11-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-11-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-11-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 1038px) {
        .top-nav-v2.menu-with-11-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-11-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 1038px) {
        .top-nav-v2.menu-with-11-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-11-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-11-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-11-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-11-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 1038px) and (max-width: 1609px) {
          .top-nav-v2.menu-with-11-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-11-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-11-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 1038px) {
      .top-nav-v2.menu-with-11-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-11-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-11-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-11-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-11-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-11-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 1038px) {
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1609px) {
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-11-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-11-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1038px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-12-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-12-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1720px) {
    .top-nav-v2.menu-with-12-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-12-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-12-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 1096px) {
        .top-nav-v2.menu-with-12-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-12-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 1096px) {
      .top-nav-v2.menu-with-12-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-12-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-12-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 1096px) and (max-width: 1719px) {
      .top-nav-v2.menu-with-12-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 1096px) {
      .top-nav-v2.menu-with-12-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-12-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-12-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-12-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-12-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 1096px) {
        .top-nav-v2.menu-with-12-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-12-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 1096px) {
        .top-nav-v2.menu-with-12-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-12-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-12-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-12-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-12-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 1096px) and (max-width: 1719px) {
          .top-nav-v2.menu-with-12-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-12-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-12-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 1096px) {
      .top-nav-v2.menu-with-12-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-12-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-12-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-12-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-12-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-12-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 1096px) {
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1719px) {
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-12-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-12-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1096px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-13-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-13-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1830px) {
    .top-nav-v2.menu-with-13-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-13-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-13-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 1154px) {
        .top-nav-v2.menu-with-13-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-13-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 1154px) {
      .top-nav-v2.menu-with-13-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-13-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-13-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 1154px) and (max-width: 1829px) {
      .top-nav-v2.menu-with-13-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 1154px) {
      .top-nav-v2.menu-with-13-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-13-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-13-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-13-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-13-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 1154px) {
        .top-nav-v2.menu-with-13-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-13-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 1154px) {
        .top-nav-v2.menu-with-13-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-13-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-13-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-13-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-13-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 1154px) and (max-width: 1829px) {
          .top-nav-v2.menu-with-13-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-13-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-13-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 1154px) {
      .top-nav-v2.menu-with-13-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-13-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-13-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-13-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-13-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-13-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 1154px) {
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1829px) {
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-13-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-13-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1154px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-14-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-14-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 1940px) {
    .top-nav-v2.menu-with-14-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-14-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-14-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 1212px) {
        .top-nav-v2.menu-with-14-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-14-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 1212px) {
      .top-nav-v2.menu-with-14-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-14-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-14-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 1212px) and (max-width: 1939px) {
      .top-nav-v2.menu-with-14-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 1212px) {
      .top-nav-v2.menu-with-14-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-14-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-14-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-14-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-14-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 1212px) {
        .top-nav-v2.menu-with-14-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-14-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 1212px) {
        .top-nav-v2.menu-with-14-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-14-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-14-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-14-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-14-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 1212px) and (max-width: 1939px) {
          .top-nav-v2.menu-with-14-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-14-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-14-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 1212px) {
      .top-nav-v2.menu-with-14-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-14-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-14-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-14-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-14-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-14-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 1212px) {
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 1939px) {
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-14-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-14-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1212px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }

.top-nav-v2.menu-with-15-items {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  z-index: 97;
  font-weight: 800;
  font-family: 'manrope', 'roboto', sans-serif; }
  .top-nav-v2.menu-with-15-items .lg\:inline {
    display: none; }
  @media screen and (min-width: 2050px) {
    .top-nav-v2.menu-with-15-items .lg\:inline {
      display: inline-block; } }
  .top-nav-v2.menu-with-15-items + .channel__wrap {
    padding-top: 61px; }
    .top-nav-v2.menu-with-15-items + .channel__wrap .app__content {
      margin-left: 0px; }
      @media screen and (max-width: 1270px) {
        .top-nav-v2.menu-with-15-items + .channel__wrap .app__content {
          padding-top: 0px; } }
  .top-nav-v2.menu-with-15-items .nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 6px 40px;
    display: flex; }
    @media screen and (max-width: 1270px) {
      .top-nav-v2.menu-with-15-items .nav-wrapper {
        padding: 6px 24px; } }
  .top-nav-v2.menu-with-15-items .left-wrapper {
    max-width: 460px;
    display: flex;
    align-items: center; }
    .top-nav-v2.menu-with-15-items .left-wrapper .nav-bar-thumbnail {
      margin-right: 8px; }
    @media screen and (min-width: 1270px) and (max-width: 2049px) {
      .top-nav-v2.menu-with-15-items .left-wrapper {
        max-width: 360px; } }
    @media screen and (max-width: 1270px) {
      .top-nav-v2.menu-with-15-items .left-wrapper {
        width: 80%; } }
    .top-nav-v2.menu-with-15-items .left-wrapper .rect-logo {
      max-width: 160px;
      max-height: 40px;
      margin-right: 16px; }
    .top-nav-v2.menu-with-15-items .left-wrapper .team-logo {
      border: 2px solid #f9f9fa;
      height: 32px;
      width: 32px;
      display: inline-block;
      border-radius: 4px;
      background: #f9f9fa;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      margin-right: 8px; }
    .top-nav-v2.menu-with-15-items .left-wrapper .logo-holder {
      display: inline-block;
      width: 72px;
      height: 24px;
      background-image: url(/static/media/lynk-logo.f791b866.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 72px 24px;
      transition: all 200ms ease-in; }
      .top-nav-v2.menu-with-15-items .left-wrapper .logo-holder:hover {
        background-image: url(/static/media/lynk-logo-green.f791b866.svg); }
      @media screen and (max-width: 1270px) {
        .top-nav-v2.menu-with-15-items .left-wrapper .logo-holder {
          display: none; } }
    .top-nav-v2.menu-with-15-items .left-wrapper .teamname {
      border-radius: 4px; }
      @media screen and (max-width: 1270px) {
        .top-nav-v2.menu-with-15-items .left-wrapper .teamname {
          margin-left: 0px; } }
      .top-nav-v2.menu-with-15-items .left-wrapper .teamname:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        cursor: pointer; }
      .top-nav-v2.menu-with-15-items .left-wrapper .teamname .team-logo {
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 32px;
        text-transform: uppercase;
        color: #38373b; }
      .top-nav-v2.menu-with-15-items .left-wrapper .teamname img {
        border-radius: 4px; }
      .top-nav-v2.menu-with-15-items .left-wrapper .teamname .team-text {
        color: #1c1c1e;
        font-weight: 800;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        max-width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (min-width: 1270px) and (max-width: 2049px) {
          .top-nav-v2.menu-with-15-items .left-wrapper .teamname .team-text {
            max-width: 180px; } }
  .top-nav-v2.menu-with-15-items .right-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
    .top-nav-v2.menu-with-15-items .right-wrapper .burger-menu {
      display: none; }
    @media screen and (max-width: 1270px) {
      .top-nav-v2.menu-with-15-items .right-wrapper {
        width: 20%; }
        .top-nav-v2.menu-with-15-items .right-wrapper .burger-wrap {
          margin-left: 8px;
          padding: 10px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .burger-wrap:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.1); }
          .top-nav-v2.menu-with-15-items .right-wrapper .burger-wrap .burger-menu {
            display: block;
            min-width: 20px; } }
    .top-nav-v2.menu-with-15-items .right-wrapper .ask-question {
      background: #38373b;
      padding: 8px;
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      box-shadow: none;
      outline: none;
      border: none;
      border-radius: 4px;
      margin-left: 10px;
      margin-right: 0px;
      min-width: 70px; }
      .top-nav-v2.menu-with-15-items .right-wrapper .ask-question:hover {
        background: #1c1c1e; }
      .top-nav-v2.menu-with-15-items .right-wrapper .ask-question img {
        margin-right: 5px !important;
        opacity: 1 !important; }
    .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu {
      padding-left: 0px;
      margin-bottom: 0px; }
      .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        line-height: 14px;
        position: relative;
        vertical-align: middle; }
        @media screen and (max-width: 1270px) {
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li {
            display: none; } }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li.qna-item {
          display: inline; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li > a {
          padding: 12px;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li > a:hover {
            background: #f9f9fa; }
        @media screen and (max-width: 2049px) {
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a:hover .text,
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a:hover .qna-text {
            display: inline-block;
            white-space: nowrap; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a .text,
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a .qna-text {
            display: none;
            background: #201e24;
            padding: 12px;
            position: absolute;
            top: 50px;
            left: 50%;
            min-width: 75px;
            text-align: center;
            transform: translateX(-50%);
            color: #ffffff;
            border-radius: 4px;
            z-index: 9; }
            .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a .text:before,
            .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a .qna-text:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #201e24;
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translateX(-50%); } }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .browse-link:after {
          content: 'Beta';
          position: absolute;
          top: 0;
          right: 0;
          white-space: nowrap;
          font-size: 10px;
          font-weight: normal; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li img {
          opacity: 0.5;
          margin-right: 5px;
          display: inline-block;
          transition: all 300ms ease; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a {
          color: #8d8a94;
          border-radius: 4px;
          display: inline-block;
          transition: all 300ms ease; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a:hover, .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a.active {
            color: #1c1c1e;
            text-decoration: none; }
            .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a:hover img, .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li a.active img {
              opacity: 1; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li:last-child {
          margin-right: 0px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li:first-child {
          margin-left: 0px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li.help-item {
          margin-right: 10px;
          margin-left: -35px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li.help-item .inactive {
            visibility: hidden; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li.help-item .secondary-menu {
            top: 45px;
            right: 15px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .help {
          background-image: url(/static/media/help.28346d11.svg);
          background-size: 16px 16px;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 4px;
          display: inline-block;
          position: relative;
          font-size: 14px;
          line-height: 22px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .help:hover {
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url(/static/media/help-active.fad218ff.svg); }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .help .text {
            padding-left: 58px; }
          @media screen and (max-width: 1199px) {
            .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .help {
              display: inline-block; } }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover {
          cursor: pointer; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .sec-menu-trigger:hover + .secondary-menu {
            display: block; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .secondary-menu {
          top: 30px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu > li .secondary-menu:hover {
            display: block; }
      .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu {
        position: relative; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu .secondary-menu {
          top: 45px;
          width: 220px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu .secondary-menu:hover {
            display: block; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger {
          font-size: 14px;
          line-height: 22px;
          padding: 14px 8px; }
          .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .team-menu .sec-menu-trigger:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
      .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu {
        text-align: center;
        margin-left: 20px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu .user-pic {
          opacity: 1 !important;
          margin-right: 0px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu .inactive {
          visibility: hidden; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu .user-logo-character {
          text-transform: uppercase; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu .sec-menu-trigger {
          display: inline-block;
          height: 32px;
          width: 32px;
          background-color: #d1d0d4;
          border-radius: 100%;
          color: #555359;
          line-height: 32px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .primary-menu .user-menu .secondary-menu {
          top: 40px;
          right: 0px; }
    .top-nav-v2.menu-with-15-items .right-wrapper .active .secondary-menu {
      z-index: 9;
      opacity: 1;
      visibility: visible; }
    .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu {
      background: #fff;
      font-weight: 800;
      border-radius: 4px;
      box-sizing: border-box;
      position: absolute;
      right: 5px;
      top: 30px;
      width: 220px;
      padding: 10px;
      box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
      z-index: -1;
      transition: all 200ms ease-in;
      opacity: 0; }
      .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu:hover {
        display: block; }
      .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li {
        width: 100%;
        text-align: left;
        margin: 4px 0px 0px 0px;
        list-style: none; }
        .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li:first-child {
          margin-top: 0px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li.sep-line {
          width: 100%;
          display: block;
          border-bottom: 1px solid #dfdde3;
          margin: 8px 0px; }
        .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li a {
          background-size: 16px 16px;
          background-position: 5px center;
          background-repeat: no-repeat;
          border-radius: 0px 0px 4px 4px;
          padding: 10px 10px 10px 35px;
          display: inline-block;
          position: static;
          line-height: 14px;
          margin: 0px;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li a:hover, .top-nav-v2.menu-with-15-items .right-wrapper .secondary-menu li a.active {
            color: #38373b;
            background-color: #f9f9fa;
            border-radius: 4px; }

li {
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  li a {
    background-position: left center;
    background-repeat: no-repeat; }
  li .menu-trigger .sec-menu-trigger {
    padding-left: 40px; }
    li .menu-trigger .sec-menu-trigger.padding-l-sm {
      padding-left: 10px; }
  li .menu-trigger.active .team-m {
    color: #38373b;
    background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .menu-trigger.active .help-m {
    color: #38373b;
    background-image: url(/static/media/help-active.bce57443.svg); }
  li .menu-trigger.active .user-icon {
    background: #d1d0d4;
    color: #555359; }
    li .menu-trigger.active .user-icon + .text {
      color: #555359; }
  li .menu-trigger:hover .user-icon {
    background: #d1d0d4;
    color: #555359; }
  li .team-m {
    background-image: url(/static/media/team.a607ef97.svg); }
    li .team-m:hover, li .team-m.active {
      background-image: url(/static/media/team-active.914a1e9c.svg); }
  li .help-m {
    background-image: url(/static/media/help.e7a58baa.svg); }
    li .help-m:hover, li .help-m.active {
      background-image: url(/static/media/help-active.bce57443.svg); }
  li.usage a {
    background-image: url(/static/media/usage.c9725057.svg); }
    li.usage a:hover, li.usage a.active {
      background-image: url(/static/media/usage-active.5135f549.svg); }
  li.invite-link a {
    background-image: url(/static/media/invite-link.3731d8cd.svg); }
    li.invite-link a:hover, li.invite-link a.active {
      background-image: url(/static/media/invite-link-active.d4cc266a.svg); }
  li.add-members a {
    background-image: url(/static/media/add-members.60ffac1f.svg); }
    li.add-members a:hover, li.add-members a.active {
      background-image: url(/static/media/add-members-active.6a9b861d.svg); }
  li.create-team a {
    background-image: url(/static/media/create-team.5002a0a4.svg); }
    li.create-team a:hover, li.create-team a.active {
      background-image: url(/static/media/create-team-active.b99e005c.svg); }
  li.manage-members a {
    background-image: url(/static/media/manage-members.fd5efc6e.svg); }
    li.manage-members a:hover, li.manage-members a.active {
      background-image: url(/static/media/manage-members-active.9e7f2c80.svg); }
  li.send-email a {
    background-image: url(/static/media/send-email.a8f283e0.svg); }
    li.send-email a:hover, li.send-email a.active {
      background-image: url(/static/media/send-email-active.d1945a93.svg); }
  li.team-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.team-settings a:hover, li.team-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.configuration-settings a {
    background-image: url(/static/media/team-settings.f894468d.svg); }
    li.configuration-settings a:hover, li.configuration-settings a.active {
      background-image: url(/static/media/team-settings-active.a25d3002.svg); }
  li.my-settings a {
    background-image: url(/static/media/my-settings.19e7ad58.svg); }
    li.my-settings a:hover, li.my-settings a.active {
      background-image: url(/static/media/my-settings-active.276b0d03.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.integrations a {
    background-image: url(/static/media/integrations.db2a2188.svg); }
    li.integrations a:hover, li.integrations a.active {
      background-image: url(/static/media/integrations-active.21b36168.svg); }
  li.console a {
    background-image: url(/static/media/console.f5f5bfe2.svg); }
    li.console a:hover, li.console a.active {
      background-image: url(/static/media/console-active.fc524543.svg); }
  li.expert-portal a {
    background-image: url(/static/media/expert.551ffb22.svg); }
    li.expert-portal a:hover, li.expert-portal a.active {
      background-image: url(/static/media/expert-active.3c9f14e2.svg); }
  li.file-text a {
    background-image: url(/static/media/file-text.4bf62b07.svg); }
    li.file-text a:hover, li.file-text a.active {
      background-image: url(/static/media/file-text-active.a1681d49.svg); }
  li.logout a {
    background-image: url(/static/media/logout.be5d609f.svg); }
    li.logout a:hover, li.logout a.active {
      background-image: url(/static/media/logout-active.45814495.svg); }
  li.faq a {
    background-image: url(/static/media/faq.d48d3e68.svg); }
    li.faq a:hover, li.faq a.active {
      background-image: url(/static/media/faq-active.59bd0e71.svg); }
  li.support a {
    background-image: url(/static/media/contact-support.a8f283e0.svg); }
    li.support a:hover, li.support a.active {
      background-image: url(/static/media/contact-support-active.d1945a93.svg); }

.team-nav {
  position: fixed;
  left: -1000px;
  top: 0px;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  width: 300px;
  background: #fff;
  color: #0d0c0e;
  padding: 20px;
  font-weight: 200;
  transition: all 350ms ease-in-out;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  .team-nav.active {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .team-nav h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #0d0c0e;
    margin: 0px 5px 20px 5px; }
  .team-nav ul {
    padding-left: 0px;
    height: calc(100% - 60px);
    overflow-y: auto; }
    .team-nav ul .item {
      list-style: none;
      display: block;
      margin-top: 16px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
      .team-nav ul .item .team-logo {
        border: 2px solid #f9f9fa;
        height: 32px;
        width: 32px;
        display: inline-block;
        border-radius: 4px;
        background: #f9f9fa;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase; }
      .team-nav ul .item img {
        border: 2px solid #f9f9fa;
        border-radius: 4px; }
      .team-nav ul .item a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px; }
        .team-nav ul .item a img,
        .team-nav ul .item a .logo-text,
        .team-nav ul .item a .text {
          display: inline-block; }
        .team-nav ul .item a:hover {
          background: #f9f9fa;
          border-radius: 4px; }
        .team-nav ul .item a:hover, .team-nav ul .item a.active {
          cursor: pointer;
          text-decoration: none; }
          .team-nav ul .item a:hover img,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active img,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            border: 2px solid #38373b;
            border-radius: 4px; }
          .team-nav ul .item a:hover .text,
          .team-nav ul .item a:hover .logo-text,
          .team-nav ul .item a:hover .team-logo, .team-nav ul .item a.active .text,
          .team-nav ul .item a.active .logo-text,
          .team-nav ul .item a.active .team-logo {
            color: #1c1c1e; }
      .team-nav ul .item .text {
        color: #0d0c0e;
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        text-transform: capitalize; }
      .team-nav ul .item .logo-text {
        background-color: #f9f9fa;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid #f9f9fa;
        text-align: center;
        color: #a780ff;
        width: 32px;
        height: 32px;
        text-transform: uppercase; }

.team-nav-overlay {
  transition: all 350ms ease-in;
  content: '';
  z-index: 98;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden; }
  .team-nav-overlay.active {
    opacity: 1;
    visibility: visible; }

.main-nav-mobile {
  display: none;
  font-family: 'manrope', 'roboto', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1270px) {
    .main-nav-mobile {
      position: fixed;
      display: block;
      right: -1000px;
      top: 0px;
      opacity: 0;
      z-index: 99;
      height: 100vh;
      width: 280px;
      background: #fff;
      color: #0d0c0e;
      padding: 15px 20px;
      font-weight: 200;
      transition: all 350ms ease-in-out; }
      .main-nav-mobile.active {
        right: 0;
        top: 0;
        opacity: 1;
        overflow-y: scroll; }
      .main-nav-mobile .primary-menu-mobile {
        padding-left: 0px; }
        .main-nav-mobile .primary-menu-mobile .secondary-menu {
          padding-left: 30px; }
      .main-nav-mobile li {
        width: 100%;
        text-align: left;
        margin: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        .main-nav-mobile li .user-icon {
          background: #dfdde3;
          height: 16px;
          width: 16px;
          display: inline-block;
          line-height: 18px;
          border-radius: 100%;
          color: #80798f;
          font-size: 8px;
          text-transform: uppercase;
          text-align: center;
          margin-right: 15px;
          position: relative;
          top: -2px; }
          .main-nav-mobile li .user-icon + .text {
            text-transform: capitalize; }
        .main-nav-mobile li .home-m {
          background-image: url(/static/media/home.16e99228.svg); }
          .main-nav-mobile li .home-m:hover, .main-nav-mobile li .home-m.active {
            background-image: url(/static/media/home-active.da40089d.svg); }
        .main-nav-mobile li .expertise-nav-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .expertise-nav-m:hover, .main-nav-mobile li .expertise-nav-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .oa-usage-m {
          background-image: url(/static/media/usage.c9725057.svg); }
          .main-nav-mobile li .oa-usage-m:hover, .main-nav-mobile li .oa-usage-m.active {
            background-image: url(/static/media/usage-active.5135f549.svg); }
        .main-nav-mobile li .search-m {
          background-image: url(/static/media/search.f0db7275.svg); }
          .main-nav-mobile li .search-m:hover, .main-nav-mobile li .search-m.active {
            background-image: url(/static/media/search-active.297cdc35.svg); }
        .main-nav-mobile li .qna-m {
          background-image: url(/static/media/qna-nav.a1dbba35.svg); }
          .main-nav-mobile li .qna-m:hover, .main-nav-mobile li .qna-m.active {
            background-image: url(/static/media/qna-nav-active.26183569.svg); }
        .main-nav-mobile li .projects-m {
          background-image: url(/static/media/file.3ecdf9ea.svg); }
          .main-nav-mobile li .projects-m:hover, .main-nav-mobile li .projects-m.active {
            background-image: url(/static/media/file-active.1a153003.svg); }
        .main-nav-mobile li .explore-m {
          background-image: url(/static/media/compass.71fdaeb0.svg); }
          .main-nav-mobile li .explore-m:hover, .main-nav-mobile li .explore-m.active {
            background-image: url(/static/media/compass-active.0c926588.svg); }
        .main-nav-mobile li .discovery-m {
          background-image: url(/static/media/bulb.eae25df1.svg); }
          .main-nav-mobile li .discovery-m:hover, .main-nav-mobile li .discovery-m.active {
            background-image: url(/static/media/bulb-active.6c86274c.svg); }
        .main-nav-mobile li .circle-member-m {
          background-image: url(/static/media/circle-manager.d1557444.svg); }
          .main-nav-mobile li .circle-member-m:hover, .main-nav-mobile li .circle-member-m.active {
            background-image: url(/static/media/circle-manager-active.b76d81c3.svg); }
        .main-nav-mobile li a {
          padding: 8px 0px 8px 40px;
          background-position: 10px center;
          display: inline-block;
          margin: 0px;
          font-weight: 800;
          width: 100%;
          text-align: left;
          color: #0d0c0e; }
          .main-nav-mobile li a img {
            display: inline-block;
            margin-right: 15px; }
            .main-nav-mobile li a img.user-pic {
              border-radius: 100%; }
          .main-nav-mobile li a:hover {
            background-color: #f9f9fa;
            border-radius: 4px; }
          .main-nav-mobile li a:hover, .main-nav-mobile li a.active {
            color: #38373b;
            background-color: none;
            border-radius: 4px;
            text-decoration: none; }
        .main-nav-mobile li ul {
          padding-left: 0px;
          list-style: none; }
        .main-nav-mobile li .secondary-menu li a {
          padding-left: 40px; }
        .main-nav-mobile li .menu-wrap {
          max-height: 0px;
          overflow: hidden;
          opacity: 0;
          transition: all 300ms ease; }
          .main-nav-mobile li .menu-wrap.active {
            max-height: 600px;
            overflow: visible;
            opacity: 1; } }
.videoModal.modal-lg.modal-dialog {
  width: 100vw;
  margin: 30px auto; }
  @media screen and (min-width: 768px) {
    .videoModal.modal-lg.modal-dialog {
      width: 80vw; } }
  .videoModal.modal-lg.modal-dialog .close-button {
    position: absolute;
    top: -18px;
    right: 8px; }
    @media screen and (min-width: 768px) {
      .videoModal.modal-lg.modal-dialog .close-button {
        top: -18px;
        right: -18px; } }

.videoModal.modal-lg.modal-dialog .modal-content {
  border: 0;
  background: #ebeded;
  display: flex;
  justify-content: center;
  align-items: center; }

/* https://dotdev.co/vertically-centered-bootstrap-modal/ */
.lynk-onboarding.in {
  display: flex !important; }

.app__body .lynk-onboarding.modal .modal-dialog {
  margin: auto; }
.lynk-Carousel .carousel-control {
  background: none; }
  @media screen and (min-width: 768px) {
    .lynk-Carousel .carousel-control > img {
      top: 30%; } }
  @media screen and (max-width: 767px) {
    .lynk-Carousel .carousel-control > img {
      top: unset !important;
      bottom: -10px; } }

.lynk-Carousel li.active {
  background-color: #bbb9bf;
  border-color: #38373b;
  margin: 1px 4px; }

.lynk-Carousel li {
  border-color: #bbb9bf;
  margin: 1px 4px; }

@media all and (orientation: portrait) {
  .slickImg {
    margin-top: 20px;
    width: 70%;
    height: auto; } }

@media all and (orientation: landscape) {
  .slickImg {
    margin-top: 20px;
    height: 69%;
    max-height: 390px; } }
.ctaButtons-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative; }

.linkFontSize {
  font-size: 14px; }

.linkFontSize:hover {
  text-decoration: underline; }

.expertName {
  font-size: 18px;
  font-weight: bolder; }

.save-button {
  width: 96px;
  height: 40px;
  border: 2px solid #1c1c1e;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 22px;
  background-color: #ffffff;
  cursor: pointer; }
  .save-button.disabled {
    pointer-events: none;
    opacity: 0.5; }

.save-button:hover {
  background-color: #e8e8ea; }

.save-text {
  font-weight: 800;
  font-size: 14px;
  color: #1c1c1e; }

.save-icon {
  margin: 2px 8px 0px 0px; }

.header-bar-cta-wrapper .ctaButtons-wrapper .save-button {
  height: 32px;
  margin-left: 8px; }
@media (max-width: 946px) {
  .pn-apply-filter {
    display: block !important; }
  .document-meta-data {
    display: block !important; }
  .filters {
    height: calc(100vh - 360px); } }

@media (max-width: 484px) {
  .document-meta-data {
    display: block !important; }
  .document-details-content {
    max-width: 300px; }
  .document-title-name {
    word-break: break-all; }
  .topics-in-card-view {
    padding-top: 0px;
    padding-bottom: 40px; } }

.document-search-page {
  background: #f9f9fa !important;
  padding-left: 40px;
  display: flex;
  height: calc(100vh - 227px);
  justify-content: space-between;
  width: 100%; }
  .document-search-page h6 {
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 800; }
  .document-search-page h7 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px; }
  .document-search-page .document-filters {
    min-height: 435px;
    max-width: 420px;
    min-width: 340px;
    width: 50%;
    border: 1px solid lightgray; }
  .document-search-page .applied-filter-info {
    font-weight: bolder;
    padding-bottom: 16px; }
    .document-search-page .applied-filter-info .applied-filter-values {
      font-weight: normal; }
  .document-search-page .document-search-results {
    width: 100%;
    display: flex;
    overflow-y: auto;
    padding: 0px 15px;
    overflow-x: hidden;
    justify-content: center; }
    .document-search-page .document-search-results .documents-list {
      position: relative;
      width: 100%;
      max-width: 800px; }
    .document-search-page .document-search-results .section-subhead {
      width: 100%;
      justify-content: space-between;
      align-items: center; }

.li-zero-results {
  font-weight: normal; }

.document-display-card .circle-info-wrapper {
  display: flex;
  margin-bottom: 16px;
  max-height: 64px; }
  .document-display-card .circle-info-wrapper .open-document {
    margin-left: auto;
    padding-top: 15px; }
  .document-display-card .circle-info-wrapper .document-circle-name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    color: #5000ff;
    padding-bottom: 4px; }

.document-display-card .document-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px;
  padding-right: 24px; }

.document-meta-data {
  display: flex;
  padding: 24px 36px 16px 24px; }
  .document-meta-data .document-type-logo {
    margin-right: 8px; }

.sort-field {
  border-bottom: 1px solid #e8e8ea;
  padding: 15px 20px;
  margin: 0px -20px; }
  .sort-field label {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1e; }

.document-type-logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px; }

.pdfFile {
  background-image: url(/static/media/pdf-document.59b935b3.png); }

.excelFile {
  background-image: url(/static/media/excel-document.9cd9ca05.svg); }

.docFile {
  background-image: url(/static/media/word-dcoument.0ac7f5ef.svg); }

.imageFile {
  background-image: url(/static/media/image-icon.05df6ab4.svg); }

.unsupportedFileFormat {
  background-image: url(/static/media/unsupported-file-format.c015cfff.svg); }

.defaultFile {
  background-image: url(/static/media/default-file-icon.91eaaaa2.svg); }

.document-title-name {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #1c1c1e; }

.pn-apply-filter {
  display: none;
  margin-left: auto; }
  .pn-apply-filter .apply-filters-link {
    float: right;
    color: #38373b;
    width: 70px;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px; }

.document-details {
  font-size: 14px;
  line-height: 22px;
  color: #bbb9bf;
  padding-left: 24px;
  font-weight: bold;
  padding-top: 16px; }

.topics-in-card-view {
  padding-top: 16px;
  padding-bottom: 24px; }

.details-button-bar {
  display: flex; }

.filter-panel {
  height: 100%;
  background: #ffffff;
  position: relative;
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1); }
  .filter-panel .filter-panel-header {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    height: 64px;
    position: relative;
    z-index: 1; }
    .filter-panel .filter-panel-header .header-text {
      position: absolute;
      top: 20px;
      left: 20px;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 25px;
      color: #1c1c1e; }
    .filter-panel .filter-panel-header .clear-all-filters {
      top: 20px;
      right: 20px;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      position: absolute;
      line-height: 16px;
      text-decoration-line: underline;
      color: #a4a1a9; }
  .filter-panel .filters {
    padding: 0px 20px;
    overflow-y: scroll; }
    .filter-panel .filters.filters-selected {
      height: calc(100vh - 356px); }
    .filter-panel .filters .custom-collapse {
      padding: 20px 0px;
      border-bottom: 1px solid #e8e8ea; }
    .filter-panel .filters .filter-view {
      width: 90%;
      display: flex;
      align-items: center; }
      .filter-panel .filters .filter-view .filter-name {
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e; }
      .filter-panel .filters .filter-view .info-icon {
        display: none;
        margin-left: 10px; }
        .filter-panel .filters .filter-view .info-icon svg {
          vertical-align: middle; }
      .filter-panel .filters .filter-view .selected-values-count {
        margin-left: auto;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #38373b; }
      .filter-panel .filters .filter-view .collapse-toggle {
        margin-left: 10px; }
        .filter-panel .filters .filter-view .collapse-toggle .filter-collapse-icon {
          height: 16px;
          width: 16px; }
    .filter-panel .filters .clear-filter {
      float: right;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      text-decoration-line: underline;
      color: #a4a1a9; }
    .filter-panel .filters .selection-field {
      padding-top: 20px; }
    .filter-panel .filters .pn-container-pills {
      height: auto;
      overflow-y: auto; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills {
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        box-sizing: content-box;
        padding: 0px;
        max-height: 100%; }
        @media (max-width: 768px) {
          .filter-panel .filters .pn-container-pills .pn-tag-pills.pn-container-head {
            max-height: 20%; } }
      .filter-panel .filters .pn-container-pills .pn-tag-pills::-webkit-scrollbar {
        width: 0px;
        display: none; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        border: 1px solid #bbb9bf;
        background: none;
        font-size: 16px;
        line-height: 22px;
        border-radius: 100px;
        color: #38373b;
        list-style: none;
        padding: 2px 20px;
        margin-right: 10px;
        margin-bottom: 12px;
        white-space: nowrap; }
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li:hover,
      .filter-panel .filters .pn-container-pills .pn-tag-pills > li.selected {
        background: #38373b;
        color: #fff;
        cursor: pointer;
        border: none;
        border: 1px solid #38373b; }
    .filter-panel .filters .react-select__indicator.react-select__clear-indicator {
      display: none !important; }
  .filter-panel .apply-filters-section {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    height: 64px;
    display: flex;
    padding: 3px 15px 0px 23px;
    align-items: center;
    z-index: 99; }
    .filter-panel .apply-filters-section .selected-filter-count-text {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      color: #1c1c1e; }
    .filter-panel .apply-filters-section .apply-filters-btn {
      background: #38373b;
      border-radius: 5px;
      border: none;
      color: #ffffff;
      margin-left: auto;
      width: 120px;
      height: 40px; }
      .filter-panel .apply-filters-section .apply-filters-btn:hover {
        background: #555359; }

.react-select-container {
  min-height: 40px; }
  .react-select-container .react-select__control {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap; }
    .react-select-container .react-select__control:hover {
      border: 1px solid #d1d0d4; }
    .react-select-container .react-select__control.react-select__control--is-focused {
      border: 1px solid #d1d0d4;
      box-shadow: 0px 0px 0px 2px #e8e8ea; }
    .react-select-container .react-select__control .react-select__placeholder {
      font-size: 14px;
      color: #a4a1a9; }
  .react-select-container .react-select__value-container {
    padding: 6px 8px; }
    .react-select-container .react-select__value-container .react-select__multi-value {
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      background: #f9f9fa; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__label {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal;
        font-size: 14px; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__remove svg {
        color: black;
        vertical-align: middle; }
  .react-select-container .react-select__indicators .react-select__indicator-separator {
    display: none; }
  .react-select-container .react-select__indicators .react-select__dropdown-indicator img {
    height: 5px;
    width: 10px; }
  .react-select-container .react-select__menu > * > * {
    color: #1c1c1e; }
    .react-select-container .react-select__menu > * > *:hover {
      cursor: pointer;
      background: #f9f9fa; }
  .react-select-container .react-select__option--is-disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: transparent; }

.document-details-button {
  background: #38373b;
  margin-bottom: 35px; }

.published-date {
  font-family: Manrope;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 22px;
  color: #bbb9bf; }

.open-document-in-details {
  padding-bottom: 40px; }

.document-details-page {
  overflow-y: auto;
  background-color: #f9f9fa; }

.about-doc-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px; }

.open-document-btn {
  margin-right: 16px; }

.document-information-in-details .document-meta-data {
  padding-left: 0px !important;
  padding-top: 24px;
  padding-bottom: 16px; }

.mini-heading {
  text-transform: uppercase;
  text-align: center;
  padding: 3px 1px;
  width: 78px;
  height: 24px;
  background: #38373b;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 800; }

.about-sections-info {
  padding-bottom: 24px; }

.about-sections-title {
  padding-left: 7px;
  font-weight: bold; }

.about-section-items {
  padding-top: 8px; }

.about-list-items {
  padding-right: 27px; }
.app__body .modal-dialog.lynk-share .modal-content {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  height: 273px; }

.app__body .modal-dialog.lynk-share .modal-header {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
  .app__body .modal-dialog.lynk-share .modal-header button.close {
    color: #000000; }
    .app__body .modal-dialog.lynk-share .modal-header button.close span {
      font-size: larger; }
  .app__body .modal-dialog.lynk-share .modal-header .modal-title {
    color: #000000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left; }

.app__body .modal-dialog.lynk-share .modal-body {
  flex: 1;
  overflow-y: hidden;
  width: 720px; }

.app__body .modal-dialog.lynk-share .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .app__body .modal-dialog.lynk-share .modal-footer .btn {
    padding: 3px 24px; }

.app__body .modal-dialog.lynk-share .btn {
  border-radius: 5px;
  border: 0px;
  font-weight: bold; }

.app__body .modal-dialog.lynk-share .btn.btn-default {
  color: #1c1c1e; }

.app__body .modal-dialog.lynk-share .btn.btn-primary {
  background-color: #bbb9bf;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.app__body .modal-dialog.lynk-share input.form-control,
.app__body .modal-dialog.lynk-share textarea {
  background: #f4f6f8;
  border: 0;
  box-shadow: none;
  border-radius: 2px; }

.app__body .modal-dialog.lynk-share input.form-control {
  padding-left: 0px;
  background: #fff;
  height: 40px;
  font-size: 20px;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #dce1e3; }

.app__body .modal-dialog.lynk-share .pn-sharable-link .btn.btn-default {
  color: #1c1c1e; }

.app__body .modal-dialog.lynk-share .pn-sharable-link input.pn-shareable-input {
  background: #f4f6f8;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 5px;
  font: normal normal normal 15px/22px Roboto; }

.app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn {
  background: #38373b;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  min-width: 80px;
  padding: 4px;
  color: #ebeded; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn button:focus {
    outline: none; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn button:active {
    outline-offset: -4px;
    outline-color: #38373b; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn button:hover {
    background-color: #1c1c1e; }

.app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn:active {
  border: 1px solid #38373b; }

.app__body .modal-dialog.lynk-share .pn-sharable-link span.input-group-btn:hover {
  background-color: #1c1c1e; }

.app__body .modal-dialog.lynk-share .pn-sharable-link .btn-toolbar button {
  background: #ffffff;
  border: 1px solid #ebeded;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 20px;
  max-height: 40px; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link .btn-toolbar button img {
    padding-right: 5px;
    padding-bottom: 2px;
    filter: brightness(0.1); }

.app__body .modal-dialog.lynk-share .pn-input-field {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-icon {
    right: 5px;
    top: 5px;
    z-index: 9999;
    cursor: pointer; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-anchor {
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #38373b; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-info-text {
    font-size: 10px;
    line-height: 14px;
    color: #8f9cab; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-label {
    font-size: 20px;
    line-height: 28px;
    color: #4a5158; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-modal-eg-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #98a2a5; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-modal-text-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #4a5158;
    padding-bottom: 5px; }
  .app__body .modal-dialog.lynk-share .pn-input-field .pn-padding-header {
    padding-top: 35px; }

.app__body .modal-dialog.lynk-share textarea {
  resize: vertical; }

.app__body .modal-dialog.lynk-share .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bbb9bf; }

.app__body .modal-dialog.lynk-share ::placeholder {
  color: #99a6a5; }

.app__body .modal-dialog.lynk-share .text-primary {
  color: #bbb9bf; }

.app__body .modal-dialog.lynk-share .text-alert {
  color: #e26756; }

.pn-modal-text {
  font-family: Manrope;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #1c1c1e;
  margin-top: 24px;
  margin-bottom: 0px; }

@media screen and (min-width: 768px) {
  .app__body .lynk-profile-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .lynk-profile-modal .modal-dialog {
    height: 273px;
    width: 720px !important; }
  .app__body .modal-dialog.lynk-share .modal-content {
    width: 720px; }
  span.input-group-btn button:hover {
    background-color: #1c1c1e; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link input.pn-shareable-input {
    max-width: 530px; }
  .app__body .modal-dialog.lynk-share .modal-body {
    margin-top: -24px;
    padding-left: 36px !important;
    padding-right: 36px !important; } }

.app__body .circle-section-item {
  display: flex;
  align-items: center;
  margin-right: 100px; }
  .app__body .circle-section-item h5 {
    margin-left: 16px !important; }

@media screen and (max-width: 484px) {
  .pn-sharable-link {
    width: fit-content;
    margin-left: 5px; }
    .pn-sharable-link .input-group {
      display: block; }
  .app__body .lynk-profile-modal.modal .modal-body {
    padding-left: 10px; }
  .input-group-btn button {
    width: 100%; }
  .pn-modal-text {
    margin: 0px; }
  .app__body .modal-dialog.lynk-share .pn-sharable-link input.pn-shareable-input {
    margin-bottom: 10px; } }

.lynk-share {
  text-align: center; }

.lynk-share .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 0; }
.ex-brief-list-wrapper {
  position: relative;
  background: #f9f9fa;
  overflow: hidden;
  flex: 1; }
  .ex-brief-list-wrapper .ex-brief-list {
    padding-left: 40px;
    background: #f9f9fa;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .ex-brief-list-wrapper .ex-brief-list .ex-brief-list-content {
      margin: 0px auto 20px auto;
      width: 100%;
      max-width: 800px;
      padding: 20px 15px 0 15px; }

.executive-briefings-detail-wrapper {
  overflow-y: scroll;
  background: #f9f9fa; }
  .executive-briefings-detail-wrapper .circle-logo-name {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .executive-briefings-detail-wrapper .author-action-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .executive-briefings-detail-wrapper .author-action-wrapper .author-logo-wrapper {
      display: flex; }
      .executive-briefings-detail-wrapper .author-action-wrapper .author-logo-wrapper .author-name {
        font-weight: 800;
        font-size: 14px;
        height: 22px; }
      .executive-briefings-detail-wrapper .author-action-wrapper .author-logo-wrapper .link {
        color: #38373b; }
      .executive-briefings-detail-wrapper .author-action-wrapper .author-logo-wrapper .published-time {
        font-weight: 800;
        font-size: 12px;
        color: #bbb9bf;
        height: 20px; }
  .executive-briefings-detail-wrapper .about-breifing-section .subsection:first-child {
    margin-top: 16px; }
  .executive-briefings-detail-wrapper .about-breifing-section .subsection div > div {
    padding-left: 0 !important; }
  .executive-briefings-detail-wrapper .about-breifing-section .subsection-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .executive-briefings-detail-wrapper .about-breifing-section .subsection-header span {
      font-weight: 800; }
    .executive-briefings-detail-wrapper .about-breifing-section .subsection-header svg ~ span {
      margin-left: 5px; }
  .executive-briefings-detail-wrapper .breifing-section {
    margin-bottom: 40px; }

.ex-brief-list-main-header {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px; }
.card-link,
.card-link:hover,
.card-link:active,
.card-link:focus {
  text-decoration: none;
  color: initial; }

.results-top-section {
  font-family: 'Manrope', sans-serif; }
  .results-top-section .author-logo-wrapper {
    display: flex;
    margin-bottom: 16px; }
    .results-top-section .author-logo-wrapper .author-name {
      font-weight: 800;
      margin-bottom: 2px;
      font-size: 14px; }
    .results-top-section .author-logo-wrapper .published-time {
      font-weight: 800;
      font-size: 12px;
      color: #bbb9bf; }
  .results-top-section .cover-image-logo {
    position: absolute;
    bottom: -32px;
    left: 24px;
    z-index: 1; }
  .results-top-section .description-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    margin: 16px 0 0 0;
    color: #1c1c1e; }
  .results-top-section .description-rich-text {
    margin-top: 8px;
    color: #000; }
    .results-top-section .description-rich-text a {
      color: #38373b; }
  .results-top-section .title-hover:hover {
    text-decoration: underline;
    color: #1c1c1e; }
  .results-top-section .topic-tags-list {
    color: #38373b;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0 0; }
    .results-top-section .topic-tags-list div {
      margin-right: 16px;
      margin-top: 8px; }
    .results-top-section .topic-tags-list div:last-child {
      margin-right: 0; }

.results-bottom-section {
  font-family: 'Manrope', sans-serif;
  border-top: 1px solid #e6e6eb;
  padding: 16px 32px;
  display: flex;
  align-items: center; }
  .results-bottom-section:hover {
    text-decoration: underline;
    color: #1c1c1e; }

.infocus-expert-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 22px;
  margin: 0;
  color: #000; }
  .infocus-expert-text a {
    color: #38373b; }
  .infocus-expert-text:last-of-type {
    margin-bottom: 16px; }
#featuredExpert {
  display: flex; }
  #featuredExpert .expert-info {
    display: flex;
    flex-direction: column;
    color: #1c1c1e;
    margin-left: 13px; }
    #featuredExpert .expert-info a {
      color: #1c1c1e; }
      #featuredExpert .expert-info a:hover {
        text-decoration: none !important; }
    #featuredExpert .expert-info .expert-name {
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }
    #featuredExpert .expert-info .expert-industry {
      font-weight: normal;
      font-size: 12px;
      line-height: 18px; }
  #featuredExpert .view-profile-btn {
    color: #38373b;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px; }
  #featuredExpert.medium-view {
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    padding: 24px; }
    #featuredExpert.medium-view .expert-info {
      margin-left: 0;
      margin-top: 8px; }
    #featuredExpert.medium-view .expert-name,
    #featuredExpert.medium-view .expert-industry {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
    #featuredExpert.medium-view .expert-industry {
      margin-top: 2px;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      -webkit-line-clamp: 3; }
    #featuredExpert.medium-view .expert-circles {
      margin-top: 8px;
      display: flex;
      align-items: center; }
      #featuredExpert.medium-view .expert-circles .extra-circles-count {
        color: #8d8a94; }
.expert-card {
  flex: 1 1 100%;
  min-height: 274px;
  max-width: 234px;
  margin-right: 9px;
  margin-top: 16px;
  height: 280px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  background: white; }
@media (max-width: 1000px) {
  .search-filter-summary a.apply-filters-link {
    display: block !important; }
  .articles-content-filters {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    width: 100% !important; }
    .articles-content-filters .filters {
      height: calc(100vh - 130px); }
      .articles-content-filters .filters.filters-selected {
        height: calc(100vh - 194px); } }

@media (min-width: 1000px) {
  .articles-search .blur-container {
    display: none; } }

.articles-search {
  background: #f9f9fa;
  display: flex;
  height: calc(100vh - 227px);
  padding-left: 40px;
  justify-content: space-between; }
  .articles-search > svg {
    margin: auto; }
  .articles-search .articles-content {
    width: 100%;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    overflow-x: hidden; }
    .articles-search .articles-content .infinite-scroll-result {
      width: 100%;
      padding: 0 15px;
      padding-bottom: 100px; }
      .articles-search .articles-content .infinite-scroll-result .articles-list {
        width: 100%;
        max-width: 800px;
        margin: auto; }
        .articles-search .articles-content .infinite-scroll-result .articles-list > .h6 {
          display: flex;
          flex-direction: column; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .article-type-header {
          font-family: Manrope;
          font-style: normal;
          font-weight: 800;
          font-size: 24px;
          margin-top: 32px;
          margin-bottom: 8px;
          color: #1C1C1E; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .search-filter-summary {
          padding-top: 10px;
          padding-bottom: 16px;
          display: flex;
          align-items: baseline; }
          .articles-search .articles-content .infinite-scroll-result .articles-list .search-filter-summary a.apply-filters-link {
            display: none;
            margin-left: auto;
            color: #38373b;
            width: 70px;
            font-style: normal;
            font-weight: 800;
            font-size: 14px;
            line-height: 22px; }
          .articles-search .articles-content .infinite-scroll-result .articles-list .search-filter-summary .h6 {
            font-size: 14px;
            font-weight: 800;
            color: #1c1c1e;
            margin-bottom: 0px; }
        .articles-search .articles-content .infinite-scroll-result .articles-list p {
          display: none; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .description-rich-text p {
          display: initial; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .infocus-expert-text {
          display: flex; }
        .articles-search .articles-content .infinite-scroll-result .articles-list a.card-link:last-of-type {
          padding-bottom: 50px; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .applied-filter-info {
          padding-top: 5px; }
        .articles-search .articles-content .infinite-scroll-result .articles-list .search-result-text,
        .articles-search .articles-content .infinite-scroll-result .articles-list .applied-filter-info,
        .articles-search .articles-content .infinite-scroll-result .articles-list .applied-filter-name {
          text-transform: capitalize;
          font-style: normal;
          font-weight: 800;
          font-size: 14px;
          line-height: 22px;
          color: #1c1c1e; }
          .articles-search .articles-content .infinite-scroll-result .articles-list .search-result-text span.applied-filter-values,
          .articles-search .articles-content .infinite-scroll-result .articles-list .applied-filter-info span.applied-filter-values,
          .articles-search .articles-content .infinite-scroll-result .articles-list .applied-filter-name span.applied-filter-values {
            font-weight: normal; }
  .articles-search .articles-content-filters {
    min-height: 390px;
    max-width: 420px;
    min-width: 340px;
    width: 50%; }
  .articles-search.articles-search-sticked {
    height: calc(100vh - 107px); }
    .articles-search.articles-search-sticked .filter-panel .filters {
      height: calc(100vh - 171px) !important; }
      .articles-search.articles-search-sticked .filter-panel .filters.filters-selected {
        height: calc(100vh - 235px) !important; }
  .articles-search.articles-search-empty .articles-list {
    margin: 0 !important; }

.sort-filter {
  border-bottom: 1px solid #e8e8ea;
  padding: 16px 24px;
  margin: 0px -20px; }
  .sort-filter #sortContent {
    margin-top: 16px; }
.react-async-select-container {
  min-height: 40px; }
  .react-async-select-container .react-async-select__control {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap; }
    .react-async-select-container .react-async-select__control:hover {
      border: 1px solid #d1d0d4; }
    .react-async-select-container .react-async-select__control.react-async-select__control--is-focused {
      border: 1px solid #d1d0d4;
      box-shadow: 0px 0px 0px 2px #e8e8ea; }
    .react-async-select-container .react-async-select__control .react-async-select__placeholder {
      font-size: 14px;
      color: #a4a1a9; }
  .react-async-select-container .react-async-select__value-container {
    padding: 6px 8px; }
    .react-async-select-container .react-async-select__value-container .react-async-select__multi-value {
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      background: #f9f9fa; }
      .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__label {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal;
        font-size: 14px; }
      .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__remove svg {
        color: black;
        vertical-align: middle; }
  .react-async-select-container .react-async-select__indicators .react-async-select__indicator-separator {
    display: none; }
  .react-async-select-container .react-async-select__indicators .react-async-select__dropdown-indicator img {
    height: 14px;
    width: 12px; }
  .react-async-select-container .react-async-select__menu > * > * {
    color: #1c1c1e; }
    .react-async-select-container .react-async-select__menu > * > *:hover {
      cursor: pointer;
      background: #f9f9fa; }
  .react-async-select-container .react-async-select__menu-notice--no-options {
    margin: 0;
    padding: 20px;
    color: #98a2a5; }
    .react-async-select-container .react-async-select__menu-notice--no-options:hover {
      cursor: default;
      background: white; }
    .react-async-select-container .react-async-select__menu-notice--no-options .add-new {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .react-async-select-container .react-async-select__menu-notice--no-options button {
      background: #bbb9bf;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      line-height: 18px;
      font-size: 13px;
      text-align: center;
      letter-spacing: 1px;
      box-shadow: none;
      outline: none;
      border: none;
      padding: 8px 40px;
      cursor: pointer;
      float: right;
      text-transform: uppercase; }
.browse-header-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .browse-header-title .browse-header-expand {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #8d8a94; }
    @media (min-width: 768px) {
      .browse-header-title .browse-header-expand {
        display: none; } }

@media (min-width: 1155px) {
  .browse-form-wrapper {
    overflow: visible; } }

.browse-form-wrapper .form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center; }
  @media (max-width: 768px) {
    .browse-form-wrapper .form-group-wrapper {
      flex-direction: column;
      width: 100%; } }
  .browse-form-wrapper .form-group-wrapper .form-group-gicsIndustry {
    flex: 1; }
    @media (min-width: 768px) {
      .browse-form-wrapper .form-group-wrapper .form-group-gicsIndustry {
        min-width: 320px;
        max-width: 100%; } }
    @media (min-width: 1155px) {
      .browse-form-wrapper .form-group-wrapper .form-group-gicsIndustry {
        flex: 0 0;
        min-width: 320px;
        max-width: 100%; } }
  .browse-form-wrapper .form-group-wrapper .form-group-company {
    flex: 1; }
    @media (min-width: 768px) {
      .browse-form-wrapper .form-group-wrapper .form-group-company {
        min-width: 320px;
        max-width: 100%; } }
    @media (min-width: 1155px) {
      .browse-form-wrapper .form-group-wrapper .form-group-company {
        flex: 1 0;
        min-width: 320px;
        max-width: 100%; } }
  .browse-form-wrapper .form-group-wrapper .form-group-perspective {
    flex: 1; }
    @media (min-width: 768px) {
      .browse-form-wrapper .form-group-wrapper .form-group-perspective {
        min-width: 320px;
        max-width: 100%; } }
    @media (min-width: 1155px) {
      .browse-form-wrapper .form-group-wrapper .form-group-perspective {
        flex: 0 0;
        min-width: 320px;
        max-width: 100%; } }
  .browse-form-wrapper .form-group-wrapper .react-async-select-container {
    min-height: 40px; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control {
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 4px;
      border: 1px solid #d1d0d4;
      min-height: 38px;
      display: flex;
      flex-wrap: wrap; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control:hover {
        border: 1px solid #d1d0d4; }
      @media (min-width: 700px) {
        .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control {
          border-right: 1px solid #d1d0d4;
          border-left: 0;
          border-radius: 4px; } }
      @media (min-width: 1020px) {
        .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control {
          border-radius: 4px;
          margin: 0 8px;
          border-left: 1px solid #d1d0d4; } }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control.react-async-select__control--is-focused {
        border: 1px solid #d1d0d4;
        box-shadow: 0px 0px 0px 2px #dcccff;
        z-index: 1; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__control .react-async-select__placeholder {
        font-size: 14px;
        color: #a4a1a9; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__value-container {
      padding: 6px 8px; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__value-container .react-async-select__multi-value {
        border: 1px solid #38373b;
        box-sizing: border-box;
        border-radius: 4px;
        background: #f9f9fa; }
        .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__label {
          color: #38373b;
          font-family: Manrope;
          font-weight: normal;
          font-size: 14px; }
        .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__value-container .react-async-select__multi-value .react-async-select__multi-value__remove svg {
          color: black;
          vertical-align: middle; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__indicators .react-async-select__indicator-separator {
      display: none; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__indicators .react-async-select__dropdown-indicator img {
      height: 14px;
      width: 12px; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu > * > * {
      color: #1c1c1e; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu > * > *:hover {
        cursor: pointer;
        background: #f9f9fa; }
    .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu-notice--no-options {
      margin: 0;
      padding: 20px;
      color: #98a2a5; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu-notice--no-options:hover {
        cursor: default;
        background: white; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu-notice--no-options .add-new {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .browse-form-wrapper .form-group-wrapper .react-async-select-container .react-async-select__menu-notice--no-options button {
        background: #bbb9bf;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        line-height: 18px;
        font-size: 13px;
        text-align: center;
        letter-spacing: 1px;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 8px 40px;
        cursor: pointer;
        float: right;
        text-transform: uppercase; }
  .browse-form-wrapper .form-group-wrapper .perspective-select-container {
    min-height: 40px; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__control {
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #d1d0d4;
      min-height: 38px;
      display: flex;
      flex-wrap: wrap; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__control:hover {
        border: 1px solid #d1d0d4; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__control.perspective-select__control--is-focused {
        border: 1px solid #d1d0d4;
        box-shadow: 0px 0px 0px 2px #dcccff; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__control .perspective-select__placeholder {
        font-size: 14px;
        color: #a4a1a9; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__value-container {
      padding: 6px 8px; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__indicators .perspective-select__indicator-separator {
      display: none; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__indicators .perspective-select__dropdown-indicator img {
      height: 14px;
      width: 12px; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu > * > * {
      color: #1c1c1e; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu > * > *:hover {
        cursor: pointer;
        background: #f9f9fa; }
    .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu-notice--no-options {
      margin: 0;
      padding: 20px;
      color: #98a2a5; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu-notice--no-options:hover {
        cursor: default;
        background: white; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu-notice--no-options .add-new {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .browse-form-wrapper .form-group-wrapper .perspective-select-container .perspective-select__menu-notice--no-options button {
        background: #bbb9bf;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        line-height: 18px;
        font-size: 13px;
        text-align: center;
        letter-spacing: 1px;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 8px 40px;
        cursor: pointer;
        float: right;
        text-transform: uppercase; }

.experts-result-wrapper:before {
  content: ''; }

.experts-result-wrapper .filter-overlay {
  display: none; }
  .experts-result-wrapper .filter-overlay.expand {
    bottom: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    display: block; }

.experts-result-wrapper .filter-icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px; }
  .experts-result-wrapper .filter-icon-wrapper .filter-icon {
    display: flex;
    align-items: center;
    font-weight: 800;
    cursor: pointer; }
    .experts-result-wrapper .filter-icon-wrapper .filter-icon:hover {
      color: #38373b; }
      .experts-result-wrapper .filter-icon-wrapper .filter-icon:hover svg path {
        fill: #38373b; }
  @media screen and (min-width: 992px) {
    .experts-result-wrapper .filter-icon-wrapper {
      display: none; } }
.browse-filter-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 320px;
  max-width: 420px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  transition: margin 0.3s ease-in-out;
  overflow-y: auto; }
  .browse-filter-wrapper .browse-filter-header {
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 24px;
    background: #ffffff;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #1c1c1e; }
  .browse-filter-wrapper .browse-filter-content {
    padding: 20px 24px;
    min-width: 320px;
    max-width: 420px;
    width: 420px;
    background: #ffffff;
    overflow-y: auto; }
    .browse-filter-wrapper .browse-filter-content .browse-filter-result-count {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-weight: 800; }
    .browse-filter-wrapper .browse-filter-content .browse-filter-company-list {
      cursor: pointer;
      margin-top: 16px;
      margin-bottom: 16px; }
      .browse-filter-wrapper .browse-filter-content .browse-filter-company-list:hover {
        color: #38373b; }
      .browse-filter-wrapper .browse-filter-content .browse-filter-company-list.selected {
        color: #38373b; }
.discovery-wrapper {
  width: 100%;
  height: 100%; }
  .discovery-wrapper .discovery-header {
    height: 72px;
    width: 100%;
    border-bottom: 1px solid #dbe4e1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: auto; }
    .discovery-wrapper .discovery-header a {
      display: inline-block;
      padding: 10px 40px;
      position: relative;
      text-decoration: none;
      color: #99a6a5;
      line-height: 22px;
      font-size: 18px;
      flex-shrink: 0;
      /* The Manual Underline and animation */ }
      .discovery-wrapper .discovery-header a:after {
        display: block;
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #bbb9bf;
        transform: scaleX(0);
        transition: transform 250ms ease 0s; }
      .discovery-wrapper .discovery-header a:hover, .discovery-wrapper .discovery-header a.active {
        color: #38373b; }
        .discovery-wrapper .discovery-header a:hover:after, .discovery-wrapper .discovery-header a.active:after {
          transform: scaleX(1); }
  .discovery-wrapper .discovery-body {
    width: 100%;
    overflow: auto;
    background-color: #f4f6f8;
    height: 100%; }
  .discovery-wrapper .discovery-header + .discovery-body {
    height: calc(100% - 72px); }
  .discovery-wrapper .discovery-list-featured-header {
    height: 550px; }
  .discovery-wrapper .discovery-list-topic-header {
    position: relative;
    height: 400px;
    background-size: cover; }
    .discovery-wrapper .discovery-list-topic-header:before {
      background-color: rgba(0, 0, 0, 0.7);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      display: block;
      content: ' '; }
  .discovery-wrapper .discovery-list-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    background-position: top center;
    background-size: cover;
    flex-direction: column; }
  .discovery-wrapper .ReactVirtualized__Masonry {
    outline: none; }
.discovery-list-wrapper {
  padding: 30px 60px; }

.discovery-list-row {
  position: relative; }

.discovery-list-jumboton {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .discovery-list-jumboton.topic-description {
    max-width: 720px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 60px; }
    .discovery-list-jumboton.topic-description h1 {
      font-size: 60px;
      line-height: 68px;
      font-weight: 200; }

.discovery-tag-badge {
  display: inline-block;
  border-radius: 100px;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .7em;
  color: white;
  padding: 0 1rem;
  font-weight: bold;
  text-transform: uppercase; }

.discovery-tag-badge + .discovery-tag-badge {
  margin-left: .5em; }

.discovery-horizontal-padded, .discovery-list-row {
  padding-left: 60px;
  padding-right: 60px; }
  @media screen and (max-width: 1280px) {
    .discovery-horizontal-padded, .discovery-list-row {
      padding-left: 27px;
      padding-right: 27px; } }
.discovery-list-item {
  width: 100%;
  height: 100%;
  position: relative; }

.discovery-list-item-card {
  display: flex;
  border-radius: 5px;
  background-color: white;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: box-shadow .6s ease; }
  .discovery-list-item-card .video-background-overlay {
    transition: transform .6s ease;
    background-size: cover;
    background-position: center center; }
  .discovery-list-item-card .video-background-gradient-overlay {
    transition: transform .6s ease;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .discovery-list-item-card .video-duration {
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: 900;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    padding: 0 15px; }

a.discovery-list-item-card {
  text-decoration: none;
  color: inherit; }

a.discovery-list-item-card:focus,
a.discovery-list-item-card:hover {
  text-decoration: none; }

.discovery-list-item-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
  .discovery-list-item-card:hover .video-background-overlay {
    transform: scale(1.03); }
  .discovery-list-item-card:hover .video-background-gradient-overlay {
    transform-origin: bottom;
    transform: scale(1.15); }

.discovery-item-article-title,
.discovery-video-card-title {
  line-height: 29px;
  font-size: 20px;
  max-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2; }

.small .discovery-item-article-title,
.small .discovery-video-card-title {
  line-height: 22px;
  font-size: 15px;
  font-weight: 500; }

.small .discovery-item-article-title {
  margin-top: 5px; }

.discovery-item-article-title {
  color: #464D54; }

.discovery-video-card-title {
  color: white; }

.discovery-featured-card-title {
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  font-size: 60px;
  color: #FFFFFF; }

.discovery-events-card .card-header {
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #99A6A5;
  border-bottom: 1px solid #DBE4E1;
  margin: 0; }

.discovery-events-card-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #DBE4E1; }
  .discovery-events-card-item .card-calendar-icon {
    width: 80px;
    height: 80px;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 100%;
    justify-content: center; }
    .discovery-events-card-item .card-calendar-icon .calendar-date {
      margin-bottom: 0;
      line-height: 34px;
      font-size: 34px;
      text-align: center;
      color: #38373b; }
      @media screen and (max-width: 600px) {
        .discovery-events-card-item .card-calendar-icon .calendar-date {
          line-height: 6vw;
          font-size: 6vw; } }
    .discovery-events-card-item .card-calendar-icon .calendar-month {
      margin: 0;
      line-height: 21px;
      font-size: 14px;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #99A6A5; }
      @media screen and (max-width: 600px) {
        .discovery-events-card-item .card-calendar-icon .calendar-month {
          line-height: 3.5vw;
          font-size: 2.3vw; } }

.abs-full, .discovery-list-item-card .video-background-overlay, .discovery-list-item-card .video-background-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.upcoming-event {
  white-space: nowrap;
  font-size: 13px;
  color: #9DA9AB; }
  @media screen and (max-width: 600px) {
    .upcoming-event {
      font-size: 3vw; } }
  .upcoming-event .event-info {
    overflow: hidden;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    @media screen and (max-width: 600px) {
      .upcoming-event .event-info {
        padding-left: 2.5vw; } }
    @media screen and (max-width: 600px) {
      .upcoming-event .event-info p {
        font-size: 3vw; } }
    .upcoming-event .event-info h4, .upcoming-event .event-info p {
      margin: 0;
      text-overflow: ellipsis;
      overflow: hidden; }
    .upcoming-event .event-info h4 {
      color: #38373b;
      font-size: 20px;
      line-height: 28px; }
      @media screen and (max-width: 600px) {
        .upcoming-event .event-info h4 {
          line-height: 4.6vw;
          font-size: 3.5vw; } }
.discovery-content-wrapper {
  position: absolute;
  top: 0;
  left: 285px;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  background-color: white;
  transition: transform .35s ease; }
  .discovery-content-wrapper.expanded {
    transform: translateX(0); }

.multi-teams .discovery-content-wrapper {
  left: 345px; }

.app__content.discovery-content-wrapper {
  margin-left: 0; }

.discovery-content-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .5s ease false; }

.discovery-content-wrapper-overlay.expanded {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.4); }

@media (max-width: 768px) {
  .discovery-content-wrapper,
  .multi-teams .discovery-content-wrapper {
    left: 0; } }

.lynk-label-v1 {
  font-weight: bold;
  line-height: 21px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; }
.discovery-content-page-head .discovery-content-meta {
  padding: 30px;
  color: white; }
  .discovery-content-page-head .discovery-content-meta .date {
    color: #99A6A5;
    font-size: 13px;
    line-height: 18px; }

.discovery-content-page-head .seperator {
  opacity: .5;
  border: 0.5px solid #99A6A5; }

.discovery-content-page-head.row {
  display: flex;
  flex-direction: row;
  margin: 0; }
  .discovery-content-page-head.row .discovery-content-media {
    flex-shrink: 0; }
  .discovery-content-page-head.row .discovery-content-meta {
    flex: 1;
    overflow: auto; }
    .discovery-content-page-head.row .discovery-content-meta h2 {
      line-height: 32px;
      font-size: 26px;
      font-weight: normal; }

.article-post .discovery-content-page-head.row {
  justify-content: space-evenly; }
  .article-post .discovery-content-page-head.row .discovery-content-meta {
    padding: 0;
    width: 34.3321918%;
    padding-top: 60px;
    flex: unset; }
  .article-post .discovery-content-page-head.row .discovery-content-page-head-image-wrapper {
    width: 47.0890411%; }
    .article-post .discovery-content-page-head.row .discovery-content-page-head-image-wrapper > img {
      display: block;
      border-radius: 5px;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      transform: translate(0, 60px); }

.discovery-content-page-body {
  background: white; }
  .discovery-content-page-body .article-content {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px;
    /* Grey Cool 6 */
    color: #464D54; }
    .discovery-content-page-body .article-content h1, .discovery-content-page-body .article-content h2, .discovery-content-page-body .article-content h3, .discovery-content-page-body .article-content h4, .discovery-content-page-body .article-content h5, .discovery-content-page-body .article-content h6, .discovery-content-page-body .article-content .h1, .discovery-content-page-body .article-content .h2, .discovery-content-page-body .article-content .h3, .discovery-content-page-body .article-content .h4, .discovery-content-page-body .article-content .h5, .discovery-content-page-body .article-content .h6 {
      line-height: 1.5; }
  .discovery-content-page-body .article-content:first-letter {
    font-size: 3em;
    float: left;
    line-height: 0.9em;
    margin-right: 7px; }

.discovery-content-page-section-title {
  line-height: 1em;
  font-size: 26px;
  color: #869392;
  padding-top: 1em; }
.searchableFilter {
  background: #FFF;
  position: relative;
  border-radius: 0px 0px 5px 5px;
  padding: 15px 20px 10px 20px;
  top: -2px;
  border-top: 1px solid #C5CED0; }
  .searchableFilter ::placeholder {
    font-size: 20px;
    line-height: 28px;
    color: #C5CED0;
    opacity: 1; }
  .searchableFilter .fa-search {
    position: absolute;
    left: 40px;
    top: 50%;
    color: #C5CED0;
    font-size: 22px;
    transform: translateY(-50%); }
  .searchableFilter input {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #DCE1E3;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #4A5158;
    padding: 10px 15px 10px 55px; }
    .searchableFilter input:focus {
      outline: none; }

.topWrapper .react-autosuggest__container {
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  border: 1px solid #C5CED0;
  border-top: 0; }

.topWrapper .react-autosuggest__suggestions-container {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top: none;
  box-shadow: none !important; }
  .topWrapper .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    position: relative;
    width: 98%;
    margin-right: auto;
    margin-bottom: 10px;
    top: 0;
    overflow-y: auto;
    max-height: 230px; }

.topWrapper .react-autosuggest__suggestion:first-child {
  padding-top: 5px; }

.topWrapper .react-autosuggest__suggestion:last-child {
  padding-bottom: 5px; }

.topWrapper .react-autosuggest__suggestion {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  padding-left: 40px; }
  .topWrapper .react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted {
    background: #f9f9fa; }
  .topWrapper .react-autosuggest__suggestion > span {
    color: #4A5158; }
    .topWrapper .react-autosuggest__suggestion > span.selected {
      color: #38373b; }
    .topWrapper .react-autosuggest__suggestion > span .react-autosuggest__suggestion-match {
      color: #4A5158; }
      .topWrapper .react-autosuggest__suggestion > span .react-autosuggest__suggestion-match + span {
        color: #C5CED0; }

.noResults {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #C5CED0;
  margin-bottom: 20px; }
  .noResults a {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
    color: #38373b;
    cursor: pointer; }
.inline-loader-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  min-height: 100vh; }
  .inline-loader-overlay:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background: url(/static/media/spinner.ebb0b746.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
.topWrapper {
  background: #ebeded;
  padding: 40px 40px 20px 40px; }

.page-wrapper {
  overflow: auto; }

.featured {
  margin-top: 25px;
  overflow-x: hidden;
  width: 100%; }
  .featured h4 {
    font-size: 15px;
    line-height: 22px;
    display: flex;
    color: #98a2a5;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px; }
  .featured .filter-pills {
    padding-left: 0px;
    display: flex;
    padding-left: 0px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: content-box; }
    .featured .filter-pills::-webkit-scrollbar {
      width: 0px;
      display: none; }
    .featured .filter-pills li {
      border: 1px solid #bbb9bf;
      background: none;
      font-size: 16px;
      line-height: 22px;
      border-radius: 100px;
      color: #38373b;
      list-style: none;
      padding: 2px 20px;
      margin-right: 10px;
      white-space: nowrap; }
      .featured .filter-pills li:hover, .featured .filter-pills li.selected {
        background: #38373b;
        color: #fff;
        cursor: pointer;
        border: none;
        border: 1px solid #38373b; }

.expert-listing {
  position: relative;
  padding: 0px 25px;
  background: #fff; }
  .expert-listing h5 {
    font-size: 20px;
    line-height: 28px;
    color: #71797d;
    margin: 25px 15px;
    font-weight: normal; }
  .expert-listing h7 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px; }

.krf-info-helper {
  background: #dce1e3;
  padding: 66px 40px;
  margin: 40px -25px 0px -25px;
  text-align: center; }
  .krf-info-helper p {
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
    color: #4a5158; }
  .krf-info-helper button {
    background: #bbb9bf;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 22px;
    border: none;
    padding: 8px 45px;
    margin-top: 20px; }
    .krf-info-helper button:hover {
      cursor: pointer;
      background: #38373b; }

.listItemBox .rhs .m-wrap.ex-nav-action-set {
  flex-direction: column;
  display: flex; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set button {
    margin-bottom: 10px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set .call-text {
    color: #71797d;
    background: white; }

@media (max-width: 768px) {
  .expert-listing {
    padding: 0; }
  .krf-info-helper {
    margin: 40px 0px 0px 0px; }
  .topWrapper {
    padding: 40px 15px 20px 15px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set {
    flex-direction: row-reverse;
    height: 57px; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set button {
      margin-bottom: 5px;
      border: 0; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call {
      flex-direction: column-reverse;
      height: 110px; }
      .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call .call-text {
        padding: 10px 20px; } }

.onboarding {
  max-width: 930px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .onboarding .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    /* Tertiary 5 */
    color: #98a2a5;
    margin-top: 20px; }
  .onboarding .content-box {
    max-width: 85%; }
  .onboarding .action-box {
    background: #f4f6f8;
    border-radius: 5px;
    padding: 20px; }
  .onboarding .body {
    font-weight: normal;
    font-family: Roboto;
    font-size: 15px;
    line-height: 22px;
    /* Tertiary 7 */
    color: #4a5158; }
  .onboarding .welcome-img {
    width: 100%;
    max-width: 89%; }
  .onboarding .desc2 {
    max-width: 85%;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .onboarding {
      padding: 0 20px;
      margin: auto;
      height: unset;
      display: block; }
      .onboarding .title {
        margin-top: 0;
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 30px; }
      .onboarding .desc1 {
        width: 70%; }
      .onboarding .welcome-img {
        max-width: 482px; }
      .onboarding .content-box {
        max-width: unset; } }

.app__body .app__content.ex-nav {
  background: #dce1e3; }
  .app__body .app__content.ex-nav .error-text {
    margin-top: 10px;
    color: #e26756; }
.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block; }
  .styled-checkbox + label:before {
    content: '';
    top: 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    left: -30px;
    border: 1px solid #c5ced0;
    border-radius: 3px; }
  .styled-checkbox:hover + label:before {
    background: transparent; }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .styled-checkbox:checked + label:before {
    background: transparent; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 11px;
    background: #38373b;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #38373b, 4px 0 0 #38373b, 4px -2px 0 #38373b, 4px -4px 0 #38373b, 4px -6px 0 #38373b, 4px -8px 0 #38373b;
    transform: rotate(45deg); }
.filterSelection {
  background: #FFF;
  position: relative;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 26px;
  line-height: 32px;
  color: #4A5158; }
  .filterSelection .menu-icon {
    position: absolute;
    background: url(/static/media/list.a4f98658.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    top: 25px;
    left: 20px;
    transform: translateY(-50%); }
  .filterSelection .burger-field-wrap {
    display: block;
    padding: 10px 10px 10px 55px;
    min-height: 52px; }
.detail-modal {
  margin: 0px;
  background: #FFF;
  height: 100%;
  width: 100%; }
  .detail-modal .details-header {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0px 20px 0px 20px;
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; }
    .detail-modal .details-header .close-btn {
      cursor: pointer;
      display: inline-block;
      height: 20px;
      width: 20px;
      background: url(/static/media/cross.df67c188.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 20px;
      position: relative;
      top: 15px; }
    .detail-modal .details-header .col-80 {
      width: 80%; }
    .detail-modal .details-header .col-20 {
      width: 20%; }
    .detail-modal .details-header .review-txt {
      font-size: 15px;
      line-height: 22px;
      color: #98A2A5;
      margin-right: 15px;
      margin-left: 0px; }
    .detail-modal .details-header h5 {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px;
      margin: 10px 0px;
      color: #38373b; }
    .detail-modal .details-header .seniority {
      text-transform: capitalize;
      font-size: 15px;
      line-height: 22px;
      color: #98A2A5; }
  .detail-modal .details {
    padding: 0px; }
  .detail-modal .details-body {
    margin-top: 65px;
    padding: 0px 20px;
    height: calc(100vh - 115px);
    padding-bottom: 110px;
    overflow-y: auto;
    color: #4A5158; }
    .detail-modal .details-body.has-call {
      height: calc(100vh - 375px); }
    .detail-modal .details-body .reviews {
      margin-left: -4px;
      margin-bottom: 5px; }
    .detail-modal .details-body .reviews-coverage-wrap {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 18px;
      color: #71797D; }
    .detail-modal .details-body .coverage-seniority-wrap {
      display: flex;
      justify-content: space-between; }
      .detail-modal .details-body .coverage-seniority-wrap .no-info {
        font-size: 15px;
        line-height: 22px;
        color: #98A2A5;
        width: 75%; }
      .detail-modal .details-body .coverage-seniority-wrap .expert-seniority {
        width: 25%;
        font-size: 15px;
        line-height: 22px;
        color: #98A2A5;
        text-align: right; }
      .detail-modal .details-body .coverage-seniority-wrap .expert-coverage {
        width: 75%;
        font-style: normal;
        font-size: 13px;
        line-height: 18px;
        color: #71797D; }
    .detail-modal .details-body .expert-status .status-icon {
      margin-bottom: 5px; }
    .detail-modal .details-body .section-wrap {
      border-bottom: 1px solid #DCE1E3;
      padding-bottom: 20px; }
    .detail-modal .details-body .section-heading {
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      color: #98A2A5;
      background: none;
      margin-bottom: 5px;
      margin-top: 10px;
      text-transform: uppercase; }
    .detail-modal .details-body .section-description {
      font-size: 15px;
      line-height: 18px;
      color: #21272B;
      background: none; }
      .detail-modal .details-body .section-description ul {
        padding-left: 20px;
        margin-top: 5px; }
    .detail-modal .details-body .screening-questions {
      margin-bottom: 5px; }
      .detail-modal .details-body .screening-questions .qn {
        font-weight: bold; }
  .detail-modal .floating-btn-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-shadow: none;
    margin: 0px;
    border-top: 1px solid #C5CED0; }
    .detail-modal .floating-btn-wrapper .call-text {
      display: block;
      color: #71797d;
      padding: 10px 20px;
      background: white;
      border-bottom: 1px solid #C5CED0; }
    .detail-modal .floating-btn-wrapper .action-set {
      display: flex; }
      .detail-modal .floating-btn-wrapper .action-set button {
        padding: 15px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        box-shadow: none;
        font-weight: normal;
        border: none;
        outline: none;
        color: #FFF;
        flex-grow: 1;
        flex-basis: 0;
        text-decoration: none; }
        .detail-modal .floating-btn-wrapper .action-set button.green-btn {
          background: #bbb9bf; }
        .detail-modal .floating-btn-wrapper .action-set button.white-btn {
          background: #FFF;
          color: #bbb9bf; }
@-ms-keyframes closeHide {
  0% {
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); } }

@-webkit-keyframes closeHide {
  0% {
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); } }

@-moz-keyframes closeHide {
  0% {
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); } }

@-o-keyframes closeHide {
  0% {
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); } }

@keyframes closeHide {
  0% {
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); } }

@-ms-keyframes showHide {
  0% {
    visibility: visible;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); } }

@-webkit-keyframes showHide {
  0% {
    visibility: visible;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); } }

@-moz-keyframes showHide {
  0% {
    visibility: visible;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); } }

@-o-keyframes showHide {
  0% {
    visibility: visible;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); } }

@keyframes showHide {
  0% {
    visibility: visible;
    opacity: 0;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  50% {
    opacity: 0.5;
    -moz-transform: translate(100%, -60%) rotate(45deg);
    -webkit-transform: translate(100%, -60%) rotate(45deg);
    transform: translate(100%, -60%) rotate(45deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -60%);
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%); } }

.pn-searchableFilter {
  background: #FFF;
  position: relative;
  border-radius: 5px;
  padding: 0px;
  border-top: 1px solid #C5CED0; }
  .pn-searchableFilter ::placeholder {
    font-size: 20px;
    line-height: 28px;
    color: #C5CED0;
    opacity: 1; }
  .pn-searchableFilter .fa-search {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #C5CED0;
    font-size: 25px;
    transform: translateY(-60%); }
  .pn-searchableFilter .fa-times {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #C5CED0;
    font-size: 25px;
    cursor: pointer;
    -ms-animation: showHide 0.6s linear forwards 0s;
    -webkit-animation: showHide 0.6s linear forwards 0s;
    -moz-animation: showHide 0.6s linear forwards 0s;
    -o-animation: showHide 0.6s linear forwards 0s;
    animation: showHide 0.6s linear forwards 0s; }
  .pn-searchableFilter .fa-hide {
    -ms-animation: closeHide 0.6s linear forwards 0s;
    -webkit-animation: closeHide 0.6s linear forwards 0s;
    -moz-animation: closeHide 0.6s linear forwards 0s;
    -o-animation: closeHide 0.6s linear forwards 0s;
    animation: closeHide 0.6s linear forwards 0s; }
  .pn-searchableFilter input {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #DCE1E3;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #4A5158;
    padding: 10px 15px 10px 60px; }
    .pn-searchableFilter input:focus {
      outline: none; }

.pn-topWrapper .react-autosuggest__container {
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 0;
  right: 0;
  border: 1px solid #C5CED0;
  border-top: 0;
  border-radius: 5px; }

.pn-topWrapper .react-autosuggest__suggestions-container {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top: none;
  box-shadow: none !important; }
  .pn-topWrapper .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    position: absolute;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    top: 50px;
    overflow-y: auto;
    max-height: 230px; }

.pn-topWrapper .react-autosuggest__suggestion:first-child {
  padding-top: 5px; }

.pn-topWrapper .react-autosuggest__suggestion:last-child {
  padding-bottom: 5px; }

.pn-topWrapper .react-autosuggest__suggestion {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  padding-left: 40px; }
  .pn-topWrapper .react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted {
    background: #f9f9fa; }
  .pn-topWrapper .react-autosuggest__suggestion > span {
    color: #4A5158; }
    .pn-topWrapper .react-autosuggest__suggestion > span.selected {
      color: #38373b; }
    .pn-topWrapper .react-autosuggest__suggestion > span .react-autosuggest__suggestion-match {
      color: #4A5158; }
      .pn-topWrapper .react-autosuggest__suggestion > span .react-autosuggest__suggestion-match + span {
        color: #C5CED0; }

.noResults {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #C5CED0;
  margin-bottom: 20px; }
  .noResults a {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
    color: #38373b;
    cursor: pointer; }
.pn-listItemBox {
  background: #ffffff;
  border: 1px solid #c5ced0;
  border-radius: 15px;
  color: #21272b;
  padding: 30px 15px 0px 30px;
  margin-bottom: 10px;
  margin-left: 66px;
  margin-right: 66px;
  font-size: 15px;
  line-height: 22px;
  color: #21272b;
  position: relative;
  transition: all 250ms ease-in-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .pn-listItemBox:first-child {
    margin-top: 15px; }
  .pn-listItemBox:hover, .pn-listItemBox:active, .pn-listItemBox:focus {
    border: 1px solid #bbb9bf;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); }
  .pn-listItemBox:hover .more-btn {
    background: #4a5158; }
  .pn-listItemBox .overflow-visible:hover {
    cursor: default; }
  .pn-listItemBox .lhs {
    border-right: 1px solid #c5ced0;
    margin: -15px auto -999px auto;
    padding: 15px 15px 999px 30px; }
  .pn-listItemBox .rhs {
    padding-left: 30px;
    padding-right: 30px; }
    .pn-listItemBox .rhs .hint {
      color: #ba6706; }
    .pn-listItemBox .rhs .divider {
      margin: 0 -15px;
      border-bottom: 1px solid #c5ced0; }
    .pn-listItemBox .rhs .m-wrap {
      display: none; }
    .pn-listItemBox .rhs .cost {
      padding: 10px 0; }
    .pn-listItemBox .rhs .label {
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      color: #98a2a5;
      text-align: left;
      padding: 0; }
    .pn-listItemBox .rhs .call-info {
      margin-bottom: 10px; }
      .pn-listItemBox .rhs .call-info .date {
        color: #4a5158;
        font-weight: bold; }
      .pn-listItemBox .rhs .call-info .time-zone {
        color: #38373b; }
    .pn-listItemBox .rhs .d-wrap {
      margin-top: -15px; }
      .pn-listItemBox .rhs .d-wrap .btn-skeleton {
        margin-bottom: 5px; }
  .pn-listItemBox .detail-list .toggle-arrow {
    top: 5px; }
  .pn-listItemBox .detail-list .bottom-wrap .date {
    width: 22.5%; }
  .pn-listItemBox .detail-list .bottom-wrap .more-wrapper {
    width: 77.5%; }
  .pn-listItemBox .detail-list .sectionMoreWrap {
    width: 66.6%;
    float: right;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: bold;
    color: #38373b;
    margin-bottom: 15px;
    text-decoration: underline; }
    .pn-listItemBox .detail-list .sectionMoreWrap:hover {
      cursor: pointer; }
  .pn-listItemBox .detail-list .experience-box .sectionMoreWrap {
    width: 77.5%; }
  .pn-listItemBox .seniority {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    color: #98a2a5; }
  .pn-listItemBox .extra-details {
    margin-left: -30px;
    overflow: hidden;
    max-height: 100%;
    min-height: 150px; }
  .pn-listItemBox .overflow-hidden.extra-details {
    max-height: 0px;
    transform: scaleY(0); }
  .pn-listItemBox .toggle-arrow {
    position: absolute;
    left: 16px;
    top: 20px;
    z-index: 2;
    height: 18px;
    width: 18px;
    display: inline-block;
    background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
    background-repeat: no-repeat;
    background-size: 18px; }
  .pn-listItemBox .overflow-visible .toggle-arrow {
    background-image: url(/static/media/toggle-arrow-down.7f8b3984.svg); }
  .pn-listItemBox .hero-section {
    padding-left: 45px;
    padding-right: 0px;
    margin-bottom: 15px; }
  .pn-listItemBox .description {
    margin-bottom: 8px;
    max-height: 92px;
    padding-left: 2px; }
    .pn-listItemBox .description ul,
    .pn-listItemBox .description ol {
      padding-left: 15px; }
    .pn-listItemBox .description.shrink {
      max-height: 92px;
      overflow: hidden; }
    .pn-listItemBox .description.expand {
      max-height: 1000px;
      overflow: visible; }
  .pn-listItemBox h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #4a5158;
    margin: 0px auto;
    word-break: break-word;
    hyphens: auto; }
  .pn-listItemBox .sent-date {
    font-size: 13px;
    line-height: 18px;
    color: #98a2a5;
    padding-left: 30px;
    text-align: left;
    padding-bottom: 10px; }
  .pn-listItemBox .more-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background: #71797d;
    color: #fff;
    text-transform: capitalize;
    transition: background 250ms ease-in-out;
    border-radius: 100px;
    padding: 2px 20px;
    box-shadow: none;
    border: none; }
    .pn-listItemBox .more-btn:hover {
      background: #4a5158;
      cursor: pointer; }
    .pn-listItemBox .more-btn:focus, .pn-listItemBox .more-btn:active {
      border: none;
      outline: none; }
  .pn-listItemBox .experience-box,
  .pn-listItemBox .screening-box {
    border-top: 1px solid #c5ced0;
    padding: 0px; }
    .pn-listItemBox .experience-box ul,
    .pn-listItemBox .experience-box ol,
    .pn-listItemBox .screening-box ul,
    .pn-listItemBox .screening-box ol {
      padding-left: 15px; }
    .pn-listItemBox .experience-box .label,
    .pn-listItemBox .screening-box .label {
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      color: #98a2a5;
      text-align: left;
      padding-left: 40px;
      white-space: pre-wrap;
      margin-top: 0px;
      width: 22.5%; }
      .pn-listItemBox .experience-box .label + .col-lg-8,
      .pn-listItemBox .screening-box .label + .col-lg-8 {
        width: 77.5%; }
  .pn-listItemBox .no-info {
    font-size: 15px;
    line-height: 22px;
    color: #98a2a5; }
  .pn-listItemBox .wide-view-visible {
    display: block; }
  .pn-listItemBox .compact-view-visible {
    display: none; }
  .pn-listItemBox .hero-section .mobile-only {
    display: none; }
  .pn-listItemBox .mobile .sent-date {
    padding-left: 0px; }
  .pn-listItemBox .mobile .hero-section {
    padding-left: 15px; }
  .pn-listItemBox .mobile h4 {
    margin-left: 0px;
    max-width: 140px;
    hyphens: auto;
    word-break: break-word; }
  .pn-listItemBox .mobile .more-details {
    position: absolute;
    right: 16px;
    top: 20px; }
    .pn-listItemBox .mobile .more-details button {
      font-size: 15px;
      line-height: 22px;
      text-decoration-line: underline;
      color: #bbb9bf;
      text-transform: capitalize;
      border: none;
      box-shadow: none;
      background: none;
      outline: none; }
      .pn-listItemBox .mobile .more-details button:hover {
        cursor: pointer;
        color: #38373b; }
    .pn-listItemBox .mobile .more-details:hover .toggle-arrow-right {
      background-image: url(/static/media/toggle-arrow-dark.9ea5b7c7.svg); }
    .pn-listItemBox .mobile .more-details .toggle-arrow-right {
      height: 17px;
      width: 17px;
      position: relative;
      top: 3px;
      margin-left: 5px;
      display: inline-block;
      background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
      background-repeat: no-repeat;
      background-size: 17px; }
  .pn-listItemBox .mobile .hero-section {
    margin-bottom: 10px; }
  .pn-listItemBox .mobile .region-review-block {
    display: none; }
  .pn-listItemBox .mobile .hero-section .mobile-only {
    display: block; }
  .pn-listItemBox .mobile .extra-details {
    display: none; }
  .pn-listItemBox .mobile .wide-view-visible {
    display: none; }
  .pn-listItemBox .mobile .compact-view-visible {
    display: block; }
  .pn-listItemBox .mobile h4 {
    margin-left: 0px;
    max-width: 190px;
    hyphens: auto;
    word-break: break-word; }
  .pn-listItemBox .mobile .sent-date {
    margin-bottom: 20px; }
  .pn-listItemBox .mobile .more-details {
    top: 15px;
    right: 5px;
    z-index: 2; }
  .pn-listItemBox .mobile.detail-list .more-details {
    top: 5px;
    right: 5px; }
  .pn-listItemBox .mobile .description, .pn-listItemBox .mobile .description.expand {
    height: 90px;
    overflow: hidden; }
  .pn-listItemBox .mobile .m-wrap {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
    border-top: 1px solid #CACACA; }
    .pn-listItemBox .mobile .m-wrap .expert-status {
      flex: 1;
      padding-bottom: 5px;
      padding-left: 15px; }
      .pn-listItemBox .mobile .m-wrap .expert-status .status-icon {
        margin-bottom: 15px; }
    .pn-listItemBox .mobile .m-wrap .btn-green {
      flex: 1;
      border-radius: 0px; }
    .pn-listItemBox .mobile .m-wrap .btn-gray {
      flex: 1;
      border-radius: 0px; }
    .pn-listItemBox .mobile .m-wrap ~ .btn-skeleton {
      display: none; }
    .pn-listItemBox .mobile .m-wrap + .d-wrap {
      display: none; }
  .pn-listItemBox .mobile .lhs {
    border-right: none; }
  .pn-listItemBox .mobile .rhs {
    margin-top: 0; }
    .pn-listItemBox .mobile .rhs .divider {
      display: none; }
  .pn-listItemBox .mobile .bottom-wrap {
    display: none; }
  .pn-listItemBox .mobile .col-lg-1,
  .pn-listItemBox .mobile .col-lg-2,
  .pn-listItemBox .mobile .col-lg-3,
  .pn-listItemBox .mobile .col-lg-4,
  .pn-listItemBox .mobile .col-lg-5,
  .pn-listItemBox .mobile .col-lg-6,
  .pn-listItemBox .mobile .col-lg-7,
  .pn-listItemBox .mobile .col-lg-8,
  .pn-listItemBox .mobile .col-lg-9,
  .pn-listItemBox .mobile .col-lg-10,
  .pn-listItemBox .mobile .col-lg-11,
  .pn-listItemBox .mobile .col-lg-12 {
    width: 100%; }
  @media (max-width: 768px) {
    .pn-listItemBox .sent-date {
      padding-left: 0px; }
    .pn-listItemBox .hero-section {
      padding-left: 15px; }
    .pn-listItemBox h4 {
      margin-left: 0px;
      max-width: 140px;
      hyphens: auto;
      word-break: break-word; }
    .pn-listItemBox .more-details {
      position: absolute;
      right: 16px;
      top: 20px; }
      .pn-listItemBox .more-details button {
        font-size: 15px;
        line-height: 22px;
        text-decoration-line: underline;
        color: #bbb9bf;
        text-transform: capitalize;
        border: none;
        box-shadow: none;
        background: none;
        outline: none; }
        .pn-listItemBox .more-details button:hover {
          cursor: pointer;
          color: #38373b; }
      .pn-listItemBox .more-details:hover .toggle-arrow-right {
        background-image: url(/static/media/toggle-arrow-dark.9ea5b7c7.svg); }
      .pn-listItemBox .more-details .toggle-arrow-right {
        height: 17px;
        width: 17px;
        position: relative;
        top: 3px;
        margin-left: 5px;
        display: inline-block;
        background-image: url(/static/media/toggle-arrow.9ea5b7c7.svg);
        background-repeat: no-repeat;
        background-size: 17px; }
    .pn-listItemBox .hero-section {
      margin-bottom: 10px; }
    .pn-listItemBox .region-review-block {
      display: none; }
    .pn-listItemBox .hero-section .mobile-only {
      display: block; }
    .pn-listItemBox .extra-details {
      display: none; }
    .pn-listItemBox .wide-view-visible {
      display: none; }
    .pn-listItemBox .compact-view-visible {
      display: block; }
    .pn-listItemBox h4 {
      margin-left: 0px;
      max-width: 190px;
      hyphens: auto;
      word-break: break-word; }
    .pn-listItemBox .sent-date {
      margin-bottom: 20px; }
    .pn-listItemBox .more-details {
      top: 15px;
      right: 5px;
      z-index: 2; }
    .pn-listItemBox.detail-list .more-details {
      top: 5px;
      right: 5px; }
    .pn-listItemBox .description, .pn-listItemBox .description.expand {
      height: 90px;
      overflow: hidden; }
    .pn-listItemBox .m-wrap {
      display: flex;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -20px;
      border-top: 1px solid #CACACA; }
      .pn-listItemBox .m-wrap .expert-status {
        flex: 1;
        padding-bottom: 5px;
        padding-left: 15px; }
        .pn-listItemBox .m-wrap .expert-status .status-icon {
          margin-bottom: 15px; }
      .pn-listItemBox .m-wrap .btn-green {
        flex: 1;
        border-radius: 0px; }
      .pn-listItemBox .m-wrap .btn-gray {
        flex: 1;
        border-radius: 0px; }
      .pn-listItemBox .m-wrap ~ .btn-skeleton {
        display: none; }
      .pn-listItemBox .m-wrap + .d-wrap {
        display: none; }
    .pn-listItemBox .lhs {
      border-right: none; }
    .pn-listItemBox .rhs {
      margin-top: 0; }
      .pn-listItemBox .rhs .divider {
        display: none; }
    .pn-listItemBox .bottom-wrap {
      display: none; }
    .pn-listItemBox .more-details {
      z-index: 0 !important; } }

.reviews {
  font-size: 15px;
  line-height: 22px;
  color: #98a2a5;
  margin-top: 5px; }
  .reviews .review-txt {
    margin-left: 5px; }
  .reviews .rating-icon {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 83px;
    height: 15px;
    background-image: url(/static/media/sprite.2038ca44.png); }
    .reviews .rating-icon.rating-5 {
      background-position: 0px -205px; }
    .reviews .rating-icon.rating-10 {
      background-position: 0px -182px; }
    .reviews .rating-icon.rating-15 {
      background-position: 0px -160px; }
    .reviews .rating-icon.rating-20 {
      background-position: 0px -138px; }
    .reviews .rating-icon.rating-25 {
      background-position: 0px -114px; }
    .reviews .rating-icon.rating-30 {
      background-position: 0px -92px; }
    .reviews .rating-icon.rating-35 {
      background-position: 0px -70px; }
    .reviews .rating-icon.rating-40 {
      background-position: 0px -48px; }
    .reviews .rating-icon.rating-45 {
      background-position: 0px -26px; }
    .reviews .rating-icon.rating-50 {
      background-position: 0px -3px; }

.pn-btn-green {
  background: #bbb9bf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
  outline: none;
  height: 40px;
  width: 130px;
  border-radius: 100px;
  /* margin-left: 25px; */
  margin: auto;
  transition: background 250ms ease-in-out; }
  .pn-btn-green:hover {
    background: #38373b; }

.btn-blue {
  background: #3d5c82;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
  outline: none;
  height: 40px;
  width: 130px;
  border-radius: 100px;
  /* margin-left: 25px; */
  margin: auto;
  transition: background 250ms ease-in-out; }
  .btn-blue:hover {
    background: #38373b; }

.btn-gray {
  background: #c5ced0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  padding: 3px 15px;
  outline: none;
  transition: background 250ms ease-in-out; }

.pn-btn-green.pn-btn-green--outline {
  border: 1px solid #bbb9bf;
  background: #fff;
  border: 1 solid #bbb9bf;
  color: #bbb9bf; }
  .pn-btn-green.pn-btn-green--outline:hover {
    border-color: #38373b;
    color: #38373b;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.btn-skeleton {
  border: 1px solid #98a2a5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 15px;
  line-height: 19px;
  color: #4a5158;
  width: 100%;
  padding: 3px 15px;
  outline: none;
  transition: background 250ms ease-in-out; }
  .btn-skeleton:hover {
    border-color: #4a5158; }
  .btn-skeleton.green {
    border-color: #bbb9bf;
    color: #38373b; }
    .btn-skeleton.green:hover {
      border-color: #38373b; }

.expert-status {
  font-size: 15px;
  display: flex;
  color: #4a5158;
  font-weight: 500;
  line-height: 22px; }
  .expert-status .status-txt-wrap {
    margin-top: 14px; }
  .expert-status .status-icon {
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize; }
    .expert-status .status-icon:before {
      content: '';
      display: inline-block;
      height: 30px;
      width: 30px;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      position: relative;
      top: 10px;
      margin-right: 5px; }
    .expert-status .status-icon.pending:before {
      background-image: url(/static/media/pending.00ceb468.png); }
    .expert-status .status-icon.scheduling:before {
      background-image: url(/static/media/scheduling.db3ebfd8.png); }
    .expert-status .status-icon.scheduled:before {
      background-image: url(/static/media/scheduled.a6b63cc0.png); }
    .expert-status .status-icon.reject:before {
      background-image: url(/static/media/reject.f2a1e302.png); }
    .expert-status .status-icon.done:before {
      background-image: url(/static/media/done.e5327954.png); }
    .expert-status .status-icon.expert_confirmed:before {
      background-image: url(/static/media/expert_confirmed.d94307c8.png); }

.pn-card-head {
  min-height: 70px; }
  .pn-card-head .pn-expert-img .img-circle {
    width: 50px;
    height: 50px; }
  .pn-card-head .pn-expert-stats-flex {
    display: flex;
    flex-wrap: nowrap; }
    .pn-card-head .pn-expert-stats-flex .pn-expert-flex-items {
      padding-right: 20px;
      display: flex;
      justify-content: space-between; }
      .pn-card-head .pn-expert-stats-flex .pn-expert-flex-items .pn-expert-stats-no {
        padding-right: 4px;
        padding-left: 4px; }
  .pn-card-head .pillsWrapper {
    margin-bottom: 10px; }
  .pn-card-head .floatWrap {
    display: inline-block;
    width: 92%; }
  .pn-card-head .pillsWrapper .pill {
    background: #dce1e3;
    border-radius: 100px;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #4a5158;
    padding: 1px 15px;
    margin: 1px 0px 2px 5px;
    display: inline-block; }
  .pn-card-head .tags {
    border: 1px solid #c5ced0;
    background: white;
    border-radius: 100px;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #bbb9bf;
    padding: 3px 10px;
    margin: 0px 5px 5px 0px;
    display: inline-block; }
  .pn-card-head .incomplete-profile {
    border: 1px solid #f19c39;
    color: #f19c39; }
    .pn-card-head .incomplete-profile img {
      padding-right: 5px; }
  .pn-card-head .topictags {
    max-width: 100%; }
  .pn-card-head .topictags input {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    padding-left: 30px; }
  .pn-card-head .topictags input + span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    color: #c4c4c4;
    padding-left: 30px;
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pn-card-head .topictags [class^='icon'] {
    top: 5px;
    left: 10px; }
  .pn-card-head .topictags img {
    width: 15px; }
  .pn-card-head .editTags {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #3d5c82; }
  .pn-card-head .expertTypeIndicator {
    height: 24px;
    background: #f19c39;
    border-radius: 52px;
    position: absolute;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 85%;
    left: 6%;
    min-width: 65px;
    max-width: 99%;
    text-align: center; }

@media (max-width: 1199px) {
  .listItemBox .detail-list .experience-box .sectionMoreWrap {
    width: auto;
    display: inline-block;
    float: left; }
  .listItemBox .experience-box .label,
  .listItemBox .screening-box .label {
    padding-left: 15px; } }

@media (max-width: 768px) {
  .attachment__list .listItemBox .hero-section h4 {
    max-width: 155px; }
  .attachment__list .listItemBox:last-child {
    margin-bottom: 10px; }
  .listItemBox:last-child {
    margin-bottom: 80px; } }
.expert-widget {
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-block;
  border-radius: 5px;
  border: 0.5px solid #DFE7E5;
  transition: 0.25s cubic-bezier(0.17, 0.67, 0.52, 0.97); }
  .expert-widget .expert-widget-header {
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between; }
  .expert-widget .expert-widget-body {
    padding: 20px 0; }
  .expert-widget .expert-widget-row {
    padding: 0 20px; }
  .expert-widget .expert-widget-row-title {
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
    color: #99A6A5;
    white-space: nowrap; }
  .expert-widget .expert-widget-row-body {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2; }
  .expert-widget .expert-widget-desc-section-icon {
    width: 15px;
    height: 15px; }
  .expert-widget span.expert-widget-row-title-icon {
    margin-right: 6px; }
  .expert-widget.with-hover {
    cursor: pointer; }
  .expert-widget.with-hover:hover, .expert-widget.selected {
    background-color: #F0F0F0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .expert-widget .expert-header-info-desc {
    color: #99A6A5;
    line-height: 22px;
    font-size: 13px; }
  .expert-widget .expert-header-info-name {
    line-height: 28px;
    font-size: 20px;
    /* Brand primary 2 */
    color: #38373b; }
  .expert-widget .expert-status-identicator {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .expert-widget .expert-widget-button {
    -webkit-appearance: none;
    align-items: center;
    background-color: #bbb9bf;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
    outline-style: none;
    padding: 0;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.17, 0.67, 0.52, 0.97);
    user-select: none;
    width: 100%; }
    .expert-widget .expert-widget-button:hover {
      background-color: #118B77;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
  .expert-widget .expert-widget-row + .expert-widget-row {
    margin-top: 0.75em; }
  .expert-widget .expert-widget-scheduled-date {
    color: #38373b;
    font-weight: bold; }

.post__body .expert-widget {
  width: 225px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .post__body .expert-widget .expert-widget-header {
    height: 59px; }
  .post__body .expert-widget .expert-widget-body {
    padding: 15px 0; }
  .post__body .expert-widget .expert-widget-row-title {
    font-size: 10px; }
  .post__body .expert-widget .expert-widget-desc-section-icon {
    width: 10px;
    height: 10px; }
  .post__body .expert-widget .expert-widget-row-body {
    font-size: 13px; }
  .post__body .expert-widget .expert-header-info-desc {
    line-height: 16px;
    font-size: 10px; }
  .post__body .expert-widget .expert-header-info-name {
    line-height: 22px;
    font-size: 15px; }
  .post__body .expert-widget .expert-status-identicator {
    width: 30px;
    height: 30px; }

.extra-details .sectionMoreWrap {
  width: 77.5%;
  float: right;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: bold;
  color: #4A5158;
  margin-bottom: 15px; }

.extra-details .expertise-industries .badge {
  padding: 5px 18px;
  font-size: 13px;
  margin-bottom: 10px;
  background: #8F9CAB; }
.pn-sidebar--right.move--left, .pn-sidebar--right.pn-sidebar--right--expanded {
  width: calc(100% - 75%);
  min-width: 400px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .pn-sidebar--right.move--left.pn-sidebar--right--expanded, .pn-sidebar--right.pn-sidebar--right--expanded.pn-sidebar--right--expanded {
      width: 100%; } }
  .pn-sidebar--right.move--left .pn-sidebar--right__bg, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar--right__bg {
    opacity: 0.4;
    visibility: visible; }
  .pn-sidebar--right.move--left .pn-sidebar-right-container, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container {
    position: relative;
    z-index: 5;
    height: 100%;
    padding: 20px 0px;
    z-index: 99999;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    background-color: #F4F6F8;
    padding: 0;
    overflow-y: auto; }
    .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head {
      background: #FFFFFF;
      max-height: 7%;
      display: flex;
      justify-content: space-between;
      padding: 20px 20px 20px 5px; }
      @media (max-width: 768px) {
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head.pn-container-head, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head.pn-container-head {
          margin-top: 40px; } }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head .pn-title, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head .pn-title {
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        align-items: center;
        color: #21272B; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head .pn-close, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head .pn-close {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        align-items: center;
        text-align: right;
        text-decoration-line: underline;
        color: #bbb9bf;
        float: right;
        text-decoration: underline;
        cursor: pointer; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head .pn-close .btn, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head .pn-close .btn {
          text-decoration: underline;
          font-weight: 500;
          font-size: 16px;
          line-height: 22px;
          align-items: center;
          text-align: center;
          text-decoration-line: underline;
          color: #3D5C82; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head .pn-close .btn-link:hover, .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-head .pn-close .btn-link:focus, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head .pn-close .btn-link:hover, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-head .pn-close .btn-link:focus {
          color: #3D5C82 !important; }
    .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body {
      padding: 40px 25px 25px 25px;
      clear: both; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-label, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-label {
        font-size: 15px;
        line-height: 22px;
        color: #21272B; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-label label, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-label label {
          color: #38373b;
          font-weight: bold;
          align-items: center; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-input, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-input {
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #4A5158;
        padding-bottom: 25px; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills {
        height: auto;
        overflow-y: auto; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills {
          display: flex;
          flex-wrap: wrap;
          margin: 0px auto;
          box-sizing: content-box;
          padding: 0px;
          max-height: 100%; }
          @media (max-width: 768px) {
            .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills.pn-container-head, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills.pn-container-head {
              max-height: 20%; } }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills::-webkit-scrollbar, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills::-webkit-scrollbar {
          width: 0px;
          display: none; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li {
          font-family: Roboto;
          font-style: normal;
          font-weight: 500;
          border: 1px solid #bbb9bf;
          background: none;
          font-size: 16px;
          line-height: 22px;
          border-radius: 100px;
          color: #38373b;
          list-style: none;
          padding: 2px 20px;
          margin-right: 10px;
          margin-bottom: 12px;
          white-space: nowrap; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li:hover,
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li.selected, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li:hover,
        .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .pn-container-pills .pn-tag-pills > li.selected {
          background: #38373b;
          color: #fff;
          cursor: pointer;
          border: none;
          border: 1px solid #38373b; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .dropDownTree .ant-select-selection, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .dropDownTree .ant-select-selection {
        border: none;
        border-bottom: 1px solid lightgray;
        border: 1px solid #C4C4C4;
        color: #4A5158;
        font-size: 20px; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-body .ant-select-selection-selected-value, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-body .ant-select-selection-selected-value {
        color: #333333; }
    .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer {
      max-height: 7%;
      display: flex;
      justify-content: space-between;
      padding: 20px; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-anchor, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-anchor {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        align-items: center;
        text-align: center;
        text-decoration-line: underline;
        color: #bbb9bf; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-anchor:hover, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-anchor:hover {
          color: #38373b; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-btn-green, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-btn-green {
        background: #bbb9bf;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        border: none;
        color: #fff;
        font-size: 15px;
        line-height: 19px;
        width: 100%;
        padding: 3px 15px;
        margin-bottom: 5px;
        outline: none;
        height: 40px;
        width: 130px;
        border-radius: 5px;
        /* margin-left: 25px; */
        margin: auto;
        transition: background 250ms ease-in-out; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-btn-green:hover, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-btn-green:hover {
          background: #38373b; }
      .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-btn-gray, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-btn-gray {
        background: #C5CED0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        border: none;
        color: #fff;
        font-size: 15px;
        line-height: 19px;
        width: 100%;
        padding: 3px 15px;
        margin-bottom: 5px;
        outline: none;
        height: 40px;
        width: 130px;
        border-radius: 5px;
        /* margin-left: 25px; */
        margin: auto;
        transition: background 250ms ease-in-out; }
        .pn-sidebar--right.move--left .pn-sidebar-right-container .pn-container-footer .pn-btn-gray:hover, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar-right-container .pn-container-footer .pn-btn-gray:hover {
          background: #C5CED0; }
  .pn-sidebar--right.move--left .pn-sidebar--right__expand .fa-expand, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar--right__expand .fa-expand {
    display: none; }
  .pn-sidebar--right.move--left .pn-sidebar--right__expand .fa-compress, .pn-sidebar--right.pn-sidebar--right--expanded .pn-sidebar--right__expand .fa-compress {
    display: inline-block; }
.pn-topWrapper {
  background: #ebeded;
  padding: 40px 90px 20px; }

.page-wrapper {
  overflow: auto; }

.pn-expert-listing {
  position: relative;
  padding: 0px 25px 10px;
  background: #fff;
  max-width: 100%; }
  .pn-expert-listing h5 {
    font-size: 20px;
    line-height: 28px;
    color: #71797d;
    margin: 25px 66px;
    font-weight: normal; }
  .pn-expert-listing h7 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px; }
  .pn-expert-listing .fa-spinner {
    position: relative;
    font-size: 25px;
    left: 50%; }
  .pn-expert-listing .pn-apply-filter {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #bbb9bf;
    margin: 25px 66px;
    float: right;
    text-decoration: underline; }
    .pn-expert-listing .pn-apply-filter .btn {
      text-decoration: underline;
      font-family: Roboto;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      align-items: center;
      text-align: center;
      text-decoration-line: underline;
      color: #bbb9bf; }
    .pn-expert-listing .pn-apply-filter .btn-link:hover, .pn-expert-listing .pn-apply-filter .btn-link:focus {
      color: #bbb9bf !important; }
  .pn-expert-listing .pn-sort-options {
    background: #FFFFFF;
    border: 1px solid #DCE1E3;
    box-sizing: border-box;
    border-radius: 5px; }

.krf-info-helper {
  background: #dce1e3;
  padding: 66px 40px;
  margin: 40px -25px 0px -25px;
  text-align: center; }
  .krf-info-helper p {
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
    color: #4a5158; }
  .krf-info-helper button {
    background: #bbb9bf;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 22px;
    border: none;
    padding: 8px 45px;
    margin-top: 20px; }
    .krf-info-helper button:hover {
      cursor: pointer;
      background: #38373b; }

.listItemBox .rhs .m-wrap.ex-nav-action-set {
  flex-direction: column;
  display: flex; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set button {
    margin-bottom: 10px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set .call-text {
    color: #71797d;
    background: white; }

@media (max-width: 768px) {
  .expert-listing {
    padding: 0; }
  .krf-info-helper {
    margin: 40px 0px 0px 0px; }
  .topWrapper {
    padding: 40px 15px 20px 15px; }
  .listItemBox .rhs .m-wrap.ex-nav-action-set {
    flex-direction: row-reverse;
    height: 57px; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set button {
      margin-bottom: 5px;
      border: 0; }
    .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call {
      flex-direction: column-reverse;
      height: 110px; }
      .listItemBox .rhs .m-wrap.ex-nav-action-set.has-call .call-text {
        padding: 10px 20px; } }

.pn-onboarding {
  max-width: 930px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .pn-onboarding .pn-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    /* Tertiary 5 */
    color: #98a2a5;
    margin-top: 20px; }
  .pn-onboarding.pn-sidebar--right--expanded {
    z-index: 11; }
  .pn-onboarding .pn-content-box {
    max-width: 85%; }
  .pn-onboarding .pn-action-box {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 150px;
    align-items: center; }
    .pn-onboarding .pn-action-box .pn-tnc {
      max-width: 70%;
      font-size: 13px;
      line-height: 18px;
      text-align: center;
      color: #4a5158; }
  .pn-onboarding .pn-body {
    font-weight: normal;
    font-family: Roboto;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4a5158; }
  .pn-onboarding .pn-welcome-img {
    width: 100%;
    max-width: 89%; }
  .pn-onboarding .pn-desc2 {
    max-width: 85%;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pn-onboarding {
      padding: 0 20px;
      margin: auto;
      height: unset;
      display: block; }
      .pn-onboarding .pn-title {
        margin-top: 0;
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 30px; }
      .pn-onboarding .pn-desc1 {
        width: 90%; }
      .pn-onboarding .pn-welcome-img {
        max-width: 75%; }
      .pn-onboarding .pn-content-box {
        max-width: unset; } }

.app__body .app__content.ex-nav {
  background: #dce1e3; }
  .app__body .app__content.ex-nav .error-text {
    margin-top: 10px;
    color: #e26756; }
.usage-dashboard {
  margin: 40px 27px; }
  @media (min-width: 1230px) {
    .usage-dashboard {
      margin: 40px 56px; } }
  .usage-dashboard .datepicker-wrapper {
    display: flex;
    align-items: baseline;
    line-height: 2;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-right: 40px; }
    .usage-dashboard .datepicker-wrapper .datepicker-title {
      margin-right: 8px;
      font-size: 34px;
      color: #98A2A5; }
  .usage-dashboard .section-wrapper {
    flex-direction: column;
    display: flex; }
    @media (min-width: 1025px) {
      .usage-dashboard .section-wrapper {
        justify-content: space-between;
        flex-direction: row; }
        .usage-dashboard .section-wrapper .call-section {
          flex: 1;
          min-width: 220px; }
        .usage-dashboard .section-wrapper .project-section, .usage-dashboard .section-wrapper .user-section {
          flex: 1;
          max-width: 220px; } }
    @media (min-width: 1025px) {
      .usage-dashboard .section-wrapper .user-section {
        margin: 0 40px; } }
  .usage-dashboard .section-col-title {
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 1px;
    color: #98A2A5;
    padding: 16px 0;
    font-weight: bold;
    border-bottom: 1px solid #DCE1E3; }
  .usage-dashboard .project-section .project-section-list {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .usage-dashboard .project-section .project-section-list {
        display: block; } }
  .usage-dashboard .project-section .project-item {
    border-bottom: 1px solid #DCE1E3;
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 13px;
    flex: 1 1 48%; }
    .usage-dashboard .project-section .project-item:nth-child(odd) {
      margin-right: 20px; }
    @media (min-width: 1025px) {
      .usage-dashboard .project-section .project-item {
        display: block; }
        .usage-dashboard .project-section .project-item:nth-child(odd) {
          margin-right: 0; } }
    .usage-dashboard .project-section .project-item .project-item-title {
      font-size: 13px;
      color: #4A5158;
      font-weight: bold;
      margin-bottom: 5px; }
    .usage-dashboard .project-section .project-item .project-item-casecode {
      font-size: 10px;
      color: #98A2A5;
      margin-bottom: 4px; }
    .usage-dashboard .project-section .project-item .project-item-calls {
      font-size: 20px;
      color: #5000FF; }
  .usage-dashboard .user-section__list-item {
    border-bottom: 1px solid #DCE1E3;
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 13px;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center; }
    .usage-dashboard .user-section__list-item .discovery-author-badge {
      align-items: center; }
    .usage-dashboard .user-section__list-item .calls {
      margin-left: 8px;
      color: #4A5158;
      font-weight: bold;
      flex-shrink: 0; }
  .usage-dashboard .call-section .md-block {
    margin-right: 8px;
    display: none; }
    @media (min-width: 1025px) {
      .usage-dashboard .call-section .md-block {
        display: block; } }
  .usage-dashboard .call-section .sm-block {
    display: block; }
    @media (min-width: 1025px) {
      .usage-dashboard .call-section .sm-block {
        display: none; } }
  .usage-dashboard .call-section .call-section__list-item {
    border-bottom: 1px solid #DCE1E3;
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 13px;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: flex-start; }
    .usage-dashboard .call-section .call-section__list-item__badge {
      max-width: 300px;
      flex: 1;
      margin-right: 16px; }
      @media (min-width: 1025px) {
        .usage-dashboard .call-section .call-section__list-item__badge {
          min-width: 147px; } }
    @media (min-width: 1025px) {
      .usage-dashboard .call-section .call-section__list-item .discovery-author-badge {
        align-items: center; } }
    .usage-dashboard .call-section .call-section__list-item .date, .usage-dashboard .call-section .call-section__list-item .time {
      font-size: 10px;
      color: #98A2A5; }
  .usage-dashboard .call-section .call-meta {
    flex-shrink: 0;
    text-align: right;
    width: 80px;
    margin-left: 16px;
    margin-bottom: 4px; }
    .usage-dashboard .call-section .call-meta .duration {
      color: #4A5158;
      font-size: 13px;
      font-weight: bold; }
  .usage-dashboard .call-section .call-project-meta {
    flex: 1; }
  .usage-dashboard .call-section .call-project-casecode {
    font-size: 10px;
    color: #98A2A5; }
  .usage-dashboard .call-section .call-project-title {
    font-size: 13px;
    color: #98A2A5; }
  .usage-dashboard .discovery-author-badge {
    min-width: 0;
    align-items: flex-start; }
  .usage-dashboard .more-btn {
    margin: auto;
    outline: none;
    color: #38373b;
    width: 120px;
    height: 30px;
    /* White */
    background: #FFFFFF;
    /* Grey Cool 1 */
    border: 1px solid #F4F6F8;
    box-sizing: border-box;
    /* Drop Shadow / Small Object */
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px; }
.lynk-usage-datepicker {
  line-height: 2; }
  .lynk-usage-datepicker button.toggle-btn {
    color: #38373b;
    border: 0;
    line-height: 32px;
    font-size: 34px;
    padding: 0;
    text-align: left;
    position: relative; }
    .lynk-usage-datepicker button.toggle-btn::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 2px;
      right: 0;
      background-repeat: repeat;
      background-image: url(/static/media/border.12d751d8.svg); }
  @media (min-width: 768px) {
    .lynk-usage-datepicker .dropdown-menu {
      min-width: 400px; } }
  .lynk-usage-datepicker .dropdown-menu > li > a {
    letter-spacing: 1px;
    color: #38373b;
    font-size: 14px;
    padding: 5px 30px;
    line-height: 40px;
    font-weight: bold; }
  .lynk-usage-datepicker .dropdown-menu > .active > a {
    background: #f9f9fa; }
  .lynk-usage-datepicker .divider {
    width: 100%; }
  .lynk-usage-datepicker__custom-range {
    padding: 21px 30px 30px 30px; }
    .lynk-usage-datepicker__custom-range__wrap {
      display: flex; }
    .lynk-usage-datepicker__custom-range__title {
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #98A2A5;
      margin-bottom: 8px;
      font-weight: bold; }
    .lynk-usage-datepicker__custom-range__picker-wrap {
      display: flex;
      justify-items: center; }
    .lynk-usage-datepicker__custom-range__confirm-btn {
      margin-left: 8px;
      background: #bbb9bf;
      border-radius: 5px;
      width: 40px;
      height: 30px; }
.react-datepicker{font-size:1em}.react-datepicker__header{padding-top:.8em}.react-datepicker__month{margin:.4em 1em}.react-datepicker__day,.react-datepicker__day-name{width:1.9em;line-height:1.9em;margin:.166em;font-size:1em}.react-datepicker__current-month{font-size:1em}.react-datepicker__navigation{top:1em;line-height:1.7em;border:.45em solid transparent}.react-datepicker__navigation--previous{border-right-color:#ccc;left:1em}.react-datepicker__navigation--next{border-left-color:#ccc;right:1em}.react-datepicker__input-container input{width:100px;border:1px solid #ebeded;border-radius:5px;text-align:center;color:#5000ff;font-size:15px}.react-datepicker__day--selected{background-color:#5000ff}/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F0F0F5;
  border-radius: 4px;
  border: 1px solid #E6E6EB; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #38373b;
  border: 1px solid #38373b; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 2px;
  top: 3px;
  width: 14px;
  height: 11px;
  content: ' ';
  background-image: url(/static/media/tick.405727da.svg);
  position: absolute;
  cursor: pointer; }
.Toastify .Toastify__toast-container {
  width: auto; }

.Toastify .Toastify__toast-container--bottom-center {
  bottom: 42px; }

.Toastify .toast-container {
  background: #f2f5fe;
  border: 1px solid #0238f5;
  border-left: 8px solid #0238f5;
  box-sizing: border-box;
  border-radius: 4px;
  border-left-width: 8px;
  width: auto;
  max-width: 668px;
  padding: 0 21px 0 12px;
  cursor: default;
  min-height: 48px; }

.Toastify .toast-container-error {
  border: 1px solid #cc2f31;
  border-left: 8px solid #cc2f31;
  background: #FCF5F5; }

.Toastify .toast-body {
  color: #1c1c1e;
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  padding: 13px 37px 13px 0; }

.Toastify .Toastify__close-button {
  align-self: center;
  height: 17px;
  cursor: pointer; }
  .Toastify .Toastify__close-button svg {
    height: 17px;
    width: 17px; }

@keyframes dummy-enter {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dummy-exit {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.Toastify .dummy-enter {
  animation: dummy-enter 0.6s; }

.Toastify .dummy-exit {
  animation: dummy-exit 0.6s; }
.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/static/media/ajax-loader.c5cd7f53.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/static/media/slick.ced611da.eot);src:url(/static/media/slick.ced611da.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.b7c9e1e4.woff) format("woff"),url(/static/media/slick.d41f55a7.ttf) format("truetype"),url(/static/media/slick.f97e3bbf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider .slick-dots li.slick-active button:before {
  color: #38373b; }

.slick-slider .slick-dots li {
  margin: 0; }
  .slick-slider .slick-dots li button:hover:before {
    color: #38373b; }
@media (min-width: 768px) {
  .modal .lynk-tutorial-modal {
    width: auto; } }

.modal .lynk-tutorial-modal .modal-content {
  border-radius: 4px; }
/*!
 * 
 * antd v3.26.16
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 *       
 */body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;color:rgba(0,0,0,.65);font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;line-height:1.5;background-color:#fff;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}[tabindex="-1"]:focus{outline:none!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1890ff;text-decoration:none;background-color:transparent;outline:none;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#40a9ff}a:active{color:#096dd9}a:active,a:hover{text-decoration:none;outline:0}a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:rgba(0,0,0,.45);text-align:left;caption-side:bottom}th{text-align:inherit}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::-moz-selection{color:#fff;background:#1890ff}::selection{color:#fff;background:#1890ff}.clearfix{zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}.anticon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin:before{display:inline-block;-webkit-animation:loadingCircle 1s infinite linear;animation:loadingCircle 1s infinite linear}.fade-appear,.fade-enter,.fade-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.fade-appear.fade-appear-active,.fade-enter.fade-enter-active{-webkit-animation-name:antFadeIn;animation-name:antFadeIn;-webkit-animation-play-state:running;animation-play-state:running}.fade-leave.fade-leave-active{-webkit-animation-name:antFadeOut;animation-name:antFadeOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.fade-appear,.fade-enter{opacity:0}.fade-appear,.fade-enter,.fade-leave{-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes antFadeOut{0%{opacity:1}to{opacity:0}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.move-up-appear,.move-up-enter,.move-up-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.move-up-appear.move-up-appear-active,.move-up-enter.move-up-enter-active{-webkit-animation-name:antMoveUpIn;animation-name:antMoveUpIn;-webkit-animation-play-state:running;animation-play-state:running}.move-up-leave.move-up-leave-active{-webkit-animation-name:antMoveUpOut;animation-name:antMoveUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.move-up-appear,.move-up-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-up-leave{-webkit-animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-down-appear,.move-down-enter,.move-down-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.move-down-appear.move-down-appear-active,.move-down-enter.move-down-enter-active{-webkit-animation-name:antMoveDownIn;animation-name:antMoveDownIn;-webkit-animation-play-state:running;animation-play-state:running}.move-down-leave.move-down-leave-active{-webkit-animation-name:antMoveDownOut;animation-name:antMoveDownOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.move-down-appear,.move-down-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-down-leave{-webkit-animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-left-appear,.move-left-enter,.move-left-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.move-left-appear.move-left-appear-active,.move-left-enter.move-left-enter-active{-webkit-animation-name:antMoveLeftIn;animation-name:antMoveLeftIn;-webkit-animation-play-state:running;animation-play-state:running}.move-left-leave.move-left-leave-active{-webkit-animation-name:antMoveLeftOut;animation-name:antMoveLeftOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.move-left-appear,.move-left-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-left-leave{-webkit-animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-right-appear,.move-right-enter,.move-right-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.move-right-appear.move-right-appear-active,.move-right-enter.move-right-enter-active{-webkit-animation-name:antMoveRightIn;animation-name:antMoveRightIn;-webkit-animation-play-state:running;animation-play-state:running}.move-right-leave.move-right-leave-active{-webkit-animation-name:antMoveRightOut;animation-name:antMoveRightOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.move-right-appear,.move-right-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-right-leave{-webkit-animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@-webkit-keyframes antMoveDownIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antMoveDownIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antMoveDownOut{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antMoveDownOut{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes antMoveLeftIn{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antMoveLeftIn{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antMoveLeftOut{0%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antMoveLeftOut{0%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes antMoveRightIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antMoveRightIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antMoveRightOut{0%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antMoveRightOut{0%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes antMoveUpIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antMoveUpIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antMoveUpOut{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antMoveUpOut{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes loadingCircle{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loadingCircle{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#1890ff}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;-webkit-box-shadow:0 0 0 0 #1890ff;box-shadow:0 0 0 0 #1890ff;-webkit-box-shadow:0 0 0 0 var(--antd-wave-shadow-color);box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;-webkit-animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;content:"";pointer-events:none}@-webkit-keyframes waveEffect{to{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--antd-wave-shadow-color);box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes waveEffect{to{-webkit-box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 #1890ff;-webkit-box-shadow:0 0 0 6px var(--antd-wave-shadow-color);box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@-webkit-keyframes fadeEffect{to{opacity:0}}@keyframes fadeEffect{to{opacity:0}}.slide-up-appear,.slide-up-enter,.slide-up-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-up-appear.slide-up-appear-active,.slide-up-enter.slide-up-enter-active{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-up-leave.slide-up-leave-active{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-up-appear,.slide-up-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-up-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-down-appear,.slide-down-enter,.slide-down-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-down-appear.slide-down-appear-active,.slide-down-enter.slide-down-enter-active{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-down-leave.slide-down-leave-active{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-down-appear,.slide-down-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-down-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-left-appear,.slide-left-enter,.slide-left-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-left-appear.slide-left-appear-active,.slide-left-enter.slide-left-enter-active{-webkit-animation-name:antSlideLeftIn;animation-name:antSlideLeftIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-left-leave.slide-left-leave-active{-webkit-animation-name:antSlideLeftOut;animation-name:antSlideLeftOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-left-appear,.slide-left-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-left-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-right-appear,.slide-right-enter,.slide-right-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-right-appear.slide-right-appear-active,.slide-right-enter.slide-right-enter-active{-webkit-animation-name:antSlideRightIn;animation-name:antSlideRightIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-right-leave.slide-right-leave-active{-webkit-animation-name:antSlideRightOut;animation-name:antSlideRightOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-right-appear,.slide-right-enter{opacity:0;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-right-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@-webkit-keyframes antSlideUpIn{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antSlideUpIn{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes antSlideDownIn{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownIn{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}@-webkit-keyframes antSlideDownOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}to{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}}@keyframes antSlideDownOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}to{-webkit-transform:scaleY(.8);transform:scaleY(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}}@-webkit-keyframes antSlideLeftIn{0%{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antSlideLeftIn{0%{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antSlideLeftOut{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antSlideLeftOut{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@-webkit-keyframes antSlideRightIn{0%{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}@keyframes antSlideRightIn{0%{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}@-webkit-keyframes antSlideRightOut{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}to{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:0}}@keyframes antSlideRightOut{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}to{-webkit-transform:scaleX(.8);transform:scaleX(.8);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:0}}.swing-appear,.swing-enter{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.swing-appear.swing-appear-active,.swing-enter.swing-enter-active{-webkit-animation-name:antSwingIn;animation-name:antSwingIn;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes antSwingIn{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}80%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes antSwingIn{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}80%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.zoom-appear,.zoom-enter,.zoom-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-appear.zoom-appear-active,.zoom-enter.zoom-enter-active{-webkit-animation-name:antZoomIn;animation-name:antZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-leave.zoom-leave-active{-webkit-animation-name:antZoomOut;animation-name:antZoomOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-appear,.zoom-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-appear,.zoom-big-enter,.zoom-big-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-appear.zoom-big-appear-active,.zoom-big-enter.zoom-big-enter-active{-webkit-animation-name:antZoomBigIn;animation-name:antZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-leave.zoom-big-leave-active{-webkit-animation-name:antZoomBigOut;animation-name:antZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-appear,.zoom-big-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-fast-appear,.zoom-big-fast-enter,.zoom-big-fast-leave{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-fast-appear.zoom-big-fast-appear-active,.zoom-big-fast-enter.zoom-big-fast-enter-active{-webkit-animation-name:antZoomBigIn;animation-name:antZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-fast-leave.zoom-big-fast-leave-active{-webkit-animation-name:antZoomBigOut;animation-name:antZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-fast-appear,.zoom-big-fast-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-fast-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-up-appear,.zoom-up-enter,.zoom-up-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-up-appear.zoom-up-appear-active,.zoom-up-enter.zoom-up-enter-active{-webkit-animation-name:antZoomUpIn;animation-name:antZoomUpIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-up-leave.zoom-up-leave-active{-webkit-animation-name:antZoomUpOut;animation-name:antZoomUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-up-appear,.zoom-up-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-up-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-down-appear,.zoom-down-enter,.zoom-down-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-down-appear.zoom-down-appear-active,.zoom-down-enter.zoom-down-enter-active{-webkit-animation-name:antZoomDownIn;animation-name:antZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-down-leave.zoom-down-leave-active{-webkit-animation-name:antZoomDownOut;animation-name:antZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-down-appear,.zoom-down-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-down-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-left-appear,.zoom-left-enter,.zoom-left-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-left-appear.zoom-left-appear-active,.zoom-left-enter.zoom-left-enter-active{-webkit-animation-name:antZoomLeftIn;animation-name:antZoomLeftIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-left-leave.zoom-left-leave-active{-webkit-animation-name:antZoomLeftOut;animation-name:antZoomLeftOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-left-appear,.zoom-left-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-left-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-right-appear,.zoom-right-enter,.zoom-right-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-right-appear.zoom-right-appear-active,.zoom-right-enter.zoom-right-enter-active{-webkit-animation-name:antZoomRightIn;animation-name:antZoomRightIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-right-leave.zoom-right-leave-active{-webkit-animation-name:antZoomRightOut;animation-name:antZoomRightOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-right-appear,.zoom-right-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-right-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@-webkit-keyframes antZoomIn{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes antZoomIn{0%{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes antZoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}}@keyframes antZoomOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.2);transform:scale(.2);opacity:0}}@-webkit-keyframes antZoomBigIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes antZoomBigIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}@keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}@-webkit-keyframes antZoomUpIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes antZoomUpIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@-webkit-keyframes antZoomUpOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}}@keyframes antZoomUpOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0}}@-webkit-keyframes antZoomLeftIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@keyframes antZoomLeftIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@-webkit-keyframes antZoomLeftOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}}@keyframes antZoomLeftOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:0}}@-webkit-keyframes antZoomRightIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@keyframes antZoomRightIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}}@-webkit-keyframes antZoomRightOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}}@keyframes antZoomRightOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}}@-webkit-keyframes antZoomDownIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}}@keyframes antZoomDownIn{0%{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}}@-webkit-keyframes antZoomDownOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}}@keyframes antZoomDownOut{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse,.ant-motion-collapse-legacy-active{-webkit-transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important;-o-transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important;transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden}.ant-affix{position:fixed;z-index:10}.ant-alert{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:4px}.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert.ant-alert-closable{padding-right:30px}.ant-alert-icon{position:absolute;top:11.5px;left:16px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff1f0;border:1px solid #ffa39e}.ant-alert-error .ant-alert-icon{color:#f5222d}.ant-alert-close-icon{position:absolute;top:8px;right:16px;padding:0;overflow:hidden;font-size:12px;line-height:22px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;color:rgba(0,0,0,.65);line-height:1.5;border-radius:4px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{position:absolute;top:16px;left:24px;font-size:24px}.ant-alert-with-description .ant-alert-close-icon{position:absolute;top:16px;right:16px;font-size:14px;cursor:pointer}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-closing{height:0!important;margin:0;padding-top:0;padding-bottom:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);-o-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert-slide-up-leave{-webkit-animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@-webkit-keyframes antAlertSlideUpIn{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antAlertSlideUpIn{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antAlertSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antAlertSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}.ant-anchor{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;padding-left:2px}.ant-anchor-wrapper{margin-left:-4px;padding-left:4px;overflow:auto;background-color:#fff}.ant-anchor-ink{position:absolute;top:0;left:0;height:100%}.ant-anchor-ink:before{position:relative;display:block;width:2px;height:100%;margin:0 auto;background-color:#e8e8e8;content:" "}.ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#fff;border:2px solid #1890ff;border-radius:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:top .3s ease-in-out;-o-transition:top .3s ease-in-out;transition:top .3s ease-in-out}.ant-anchor-ink-ball.visible{display:inline-block}.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball{display:none}.ant-anchor-link{padding:7px 0 7px 16px;line-height:1.143}.ant-anchor-link-title{position:relative;display:block;margin-bottom:6px;overflow:hidden;color:rgba(0,0,0,.65);white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-anchor-link-title:only-child{margin-bottom:0}.ant-anchor-link-active>.ant-anchor-link-title{color:#1890ff}.ant-anchor-link .ant-anchor-link{padding-top:5px;padding-bottom:5px}.ant-select-auto-complete{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-select-auto-complete.ant-select .ant-select-selection{border:0;-webkit-box-shadow:none;box-shadow:none}.ant-select-auto-complete.ant-select .ant-select-selection__rendered{height:100%;margin-right:0;margin-left:0;line-height:32px}.ant-select-auto-complete.ant-select .ant-select-selection__placeholder{margin-right:12px;margin-left:12px}.ant-select-auto-complete.ant-select .ant-select-selection--single{height:auto}.ant-select-auto-complete.ant-select .ant-select-search--inline{position:static;float:left}.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered{margin-right:0!important}.ant-select-auto-complete.ant-select .ant-input{height:32px;line-height:1.5;background:transparent;border-width:1px}.ant-select-auto-complete.ant-select .ant-input:focus,.ant-select-auto-complete.ant-select .ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-select-auto-complete.ant-select .ant-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1;background-color:transparent}.ant-select-auto-complete.ant-select .ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered{line-height:40px}.ant-select-auto-complete.ant-select-lg .ant-input{height:40px;padding-top:6px;padding-bottom:6px}.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered{line-height:24px}.ant-select-auto-complete.ant-select-sm .ant-input{height:24px;padding-top:1px;padding-bottom:1px}.ant-input-group>.ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper{display:inline;float:none}.ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;outline:0}.ant-select,.ant-select ol,.ant-select ul{margin:0;padding:0;list-style:none}.ant-select>ul>li>a{padding:0;background-color:#fff}.ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow:before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .ant-select-arrow-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-selection{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-selection__clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color .3s ease,opacity .15s ease;-o-transition:color .3s ease,opacity .15s ease;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-selection__clear:before{display:block}.ant-select-selection__clear:hover{color:rgba(0,0,0,.45)}.ant-select-selection:hover .ant-select-selection__clear{opacity:1}.ant-select-selection-selected-value{float:left;max-width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.ant-select-disabled{color:rgba(0,0,0,.25)}.ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.ant-select-disabled .ant-select-selection:active,.ant-select-disabled .ant-select-selection:focus,.ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;-webkit-box-shadow:none;box-shadow:none}.ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,.33);background:#f5f5f5}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.ant-select-selection--single{position:relative;height:32px;cursor:pointer}.ant-select-selection--single .ant-select-selection__rendered{margin-right:24px}.ant-select-no-arrow .ant-select-selection__rendered{margin-right:11px}.ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:30px}.ant-select-selection__rendered:after{display:inline-block;width:0;visibility:hidden;content:".";pointer-events:none}.ant-select-lg{font-size:16px}.ant-select-lg .ant-select-selection--single{height:40px}.ant-select-lg .ant-select-selection__rendered{line-height:38px}.ant-select-lg .ant-select-selection--multiple{min-height:40px}.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.ant-select-sm .ant-select-selection--single{height:24px}.ant-select-sm .ant-select-selection__rendered{margin-left:7px;line-height:22px}.ant-select-sm .ant-select-selection--multiple{min-height:24px}.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.ant-select-sm .ant-select-arrow,.ant-select-sm .ant-select-selection__clear{right:8px}.ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,.25);cursor:default}.ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.ant-select-search__field__wrap{position:relative;display:inline-block}.ant-select-search__field__placeholder,.ant-select-selection__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-select-search__field__placeholder{left:12px}.ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.ant-select-search--inline{position:absolute;width:100%;height:100%}.ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:4px;outline:0}.ant-select-search--inline>i{float:right}.ant-select-selection--multiple{min-height:32px;padding-bottom:3px;cursor:text;zoom:1}.ant-select-selection--multiple:after,.ant-select-selection--multiple:before{display:table;content:""}.ant-select-selection--multiple:after{clear:both}.ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%;padding:1px}.ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.ant-select-selection--multiple>ul>li{height:24px;margin-top:3px;line-height:22px}.ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:rgba(0,0,0,.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;-webkit-transition:padding .3s cubic-bezier(.645,.045,.355,1);-o-transition:padding .3s cubic-bezier(.645,.045,.355,1);transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:margin .3s cubic-bezier(.645,.045,.355,1);-o-transition:margin .3s cubic-bezier(.645,.045,.355,1);transition:margin .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;color:rgba(0,0,0,.45);font-weight:700;line-height:inherit;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}.ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:none}.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}:root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.75)}.ant-select-selection--multiple .ant-select-arrow,.ant-select-selection--multiple .ant-select-selection__clear{top:16px}.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.ant-select-open .ant-select-arrow-icon svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-combobox .ant-select-arrow{display:none}.ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s;-o-transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s;transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s}.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding:4px 0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,.45);font-size:12px;line-height:32px}.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.ant-select-dropdown-menu-item-disabled,.ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:700;font-size:12px;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,.87)}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:12px}.ant-select-dropdown-container-open .ant-select-dropdown,.ant-select-dropdown-open .ant-select-dropdown{display:block}.ant-empty{margin:0 8px;font-size:14px;line-height:22px;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-description{margin:0}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:rgba(0,0,0,.25)}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:rgba(0,0,0,.25)}.ant-empty-small .ant-empty-image{height:35px}.ant-input{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input:-ms-input-placeholder{color:#bfbfbf}.ant-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-input:focus,.ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-input-sm{height:24px;padding:1px 7px}.ant-input-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-group>[class*=col-]{padding-right:8px}.ant-input-group>[class*=col-]:last-child{padding-right:0}.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input{display:table-cell}.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child){border-radius:0}.ant-input-group-addon,.ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-group-wrap>*{display:block!important}.ant-input-group .ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-group .ant-input:focus,.ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.ant-input-group-addon{position:relative;padding:0 11px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select .ant-select-selection{margin:-1px;background-color:inherit;border:1px solid transparent;-webkit-box-shadow:none;box-shadow:none}.ant-input-group-addon .ant-select-focused .ant-select-selection,.ant-input-group-addon .ant-select-open .ant-select-selection{color:#1890ff}.ant-input-group-addon>i:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ant-input-group-addon:first-child,.ant-input-group-addon:first-child .ant-select .ant-select-selection,.ant-input-group>.ant-input:first-child,.ant-input-group>.ant-input:first-child .ant-select .ant-select-selection{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group-addon:first-child{border-right:0}.ant-input-group-addon:last-child{border-left:0}.ant-input-group-addon:last-child,.ant-input-group-addon:last-child .ant-select .ant-select-selection,.ant-input-group>.ant-input:last-child,.ant-input-group>.ant-input:last-child .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{height:40px;padding:6px 11px;font-size:16px}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{height:24px;padding:1px 7px}.ant-input-group-lg .ant-select-selection--single{height:40px}.ant-input-group-sm .ant-select-selection--single{height:24px}.ant-input-group .ant-input-affix-wrapper{display:table-cell;float:left;width:100%}.ant-input-group.ant-input-group-compact{display:block;zoom:1}.ant-input-group.ant-input-group-compact:after,.ant-input-group.ant-input-group-compact:before{display:table;content:""}.ant-input-group.ant-input-group-compact:after{clear:both}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-group.ant-input-group-compact>:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-group.ant-input-group-compact .ant-input{float:none}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-right-width:1px;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:focus,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:focus,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:hover,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-affix-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;text-align:start}.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important}.ant-input-affix-wrapper .ant-input{position:relative;text-align:inherit}.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:rgba(0,0,0,.65);line-height:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.ant-input-affix-wrapper .ant-input-suffix :not(.anticon){line-height:1.5}.ant-input-affix-wrapper .ant-input-disabled~.ant-input-suffix .anticon{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-input-affix-wrapper .ant-input-prefix{left:12px}.ant-input-affix-wrapper .ant-input-suffix{right:12px}.ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:30px}.ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:30px}.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child){padding-right:49px}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input{padding-right:22px}.ant-input-affix-wrapper .ant-input{min-height:100%}.ant-input-password-icon{color:rgba(0,0,0,.45);cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-input-password-icon:hover{color:#333}.ant-input-clear-icon{color:rgba(0,0,0,.25);font-size:12px;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;vertical-align:0}.ant-input-clear-icon:hover{color:rgba(0,0,0,.45)}.ant-input-clear-icon:active{color:rgba(0,0,0,.65)}.ant-input-clear-icon+i{margin-left:6px}.ant-input-textarea-clear-icon{color:rgba(0,0,0,.25);font-size:12px;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;position:absolute;top:0;right:0;margin:8px 8px 0 0}.ant-input-textarea-clear-icon:hover{color:rgba(0,0,0,.45)}.ant-input-textarea-clear-icon:active{color:rgba(0,0,0,.65)}.ant-input-textarea-clear-icon+i{margin-left:6px}.ant-input-search-icon{color:rgba(0,0,0,.45);cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-input-search-icon:hover{color:rgba(0,0,0,.8)}.ant-input-search-enter-button input{border-right:0}.ant-input-search-enter-button+.ant-input-group-addon,.ant-input-search-enter-button input+.ant-input-group-addon{padding:0;border:0}.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button,.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button{border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn{line-height:1.499;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.015);box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;height:32px;padding:0 15px;font-size:14px;border-radius:4px;color:rgba(0,0,0,.65);background-color:#fff;border-color:#d9d9d9}.ant-btn>.anticon{line-height:1}.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0}.ant-btn:not([disabled]):hover{text-decoration:none}.ant-btn:not([disabled]):active{outline:0;-webkit-box-shadow:none;box-shadow:none}.ant-btn.disabled,.ant-btn[disabled]{cursor:not-allowed}.ant-btn.disabled>*,.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:4px}.ant-btn>a:only-child{color:currentColor}.ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:focus,.ant-btn:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.ant-btn:focus>a:only-child,.ant-btn:hover>a:only-child{color:currentColor}.ant-btn:focus>a:only-child:after,.ant-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn.active,.ant-btn:active{color:#096dd9;background-color:#fff;border-color:#096dd9}.ant-btn.active>a:only-child,.ant-btn:active>a:only-child{color:currentColor}.ant-btn.active>a:only-child:after,.ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-disabled,.ant-btn-disabled.active,.ant-btn-disabled:active,.ant-btn-disabled:focus,.ant-btn-disabled:hover,.ant-btn.disabled,.ant-btn.disabled.active,.ant-btn.disabled:active,.ant-btn.disabled:focus,.ant-btn.disabled:hover,.ant-btn[disabled],.ant-btn[disabled].active,.ant-btn[disabled]:active,.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-disabled.active>a:only-child,.ant-btn-disabled:active>a:only-child,.ant-btn-disabled:focus>a:only-child,.ant-btn-disabled:hover>a:only-child,.ant-btn-disabled>a:only-child,.ant-btn.disabled.active>a:only-child,.ant-btn.disabled:active>a:only-child,.ant-btn.disabled:focus>a:only-child,.ant-btn.disabled:hover>a:only-child,.ant-btn.disabled>a:only-child,.ant-btn[disabled].active>a:only-child,.ant-btn[disabled]:active>a:only-child,.ant-btn[disabled]:focus>a:only-child,.ant-btn[disabled]:hover>a:only-child,.ant-btn[disabled]>a:only-child{color:currentColor}.ant-btn-disabled.active>a:only-child:after,.ant-btn-disabled:active>a:only-child:after,.ant-btn-disabled:focus>a:only-child:after,.ant-btn-disabled:hover>a:only-child:after,.ant-btn-disabled>a:only-child:after,.ant-btn.disabled.active>a:only-child:after,.ant-btn.disabled:active>a:only-child:after,.ant-btn.disabled:focus>a:only-child:after,.ant-btn.disabled:hover>a:only-child:after,.ant-btn.disabled>a:only-child:after,.ant-btn[disabled].active>a:only-child:after,.ant-btn[disabled]:active>a:only-child:after,.ant-btn[disabled]:focus>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn.active,.ant-btn:active,.ant-btn:focus,.ant-btn:hover{text-decoration:none;background:#fff}.ant-btn>i,.ant-btn>span{display:inline-block;-webkit-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);-o-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);transition:margin-left .3s cubic-bezier(.645,.045,.355,1);pointer-events:none}.ant-btn-primary{color:#fff;background-color:#1890ff;border-color:#1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 2px 0 rgba(0,0,0,.045);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-primary>a:only-child{color:currentColor}.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:focus,.ant-btn-primary:hover{color:#fff;background-color:#40a9ff;border-color:#40a9ff}.ant-btn-primary:focus>a:only-child,.ant-btn-primary:hover>a:only-child{color:currentColor}.ant-btn-primary:focus>a:only-child:after,.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary.active,.ant-btn-primary:active{color:#fff;background-color:#096dd9;border-color:#096dd9}.ant-btn-primary.active>a:only-child,.ant-btn-primary:active>a:only-child{color:currentColor}.ant-btn-primary.active>a:only-child:after,.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary-disabled,.ant-btn-primary-disabled.active,.ant-btn-primary-disabled:active,.ant-btn-primary-disabled:focus,.ant-btn-primary-disabled:hover,.ant-btn-primary.disabled,.ant-btn-primary.disabled.active,.ant-btn-primary.disabled:active,.ant-btn-primary.disabled:focus,.ant-btn-primary.disabled:hover,.ant-btn-primary[disabled],.ant-btn-primary[disabled].active,.ant-btn-primary[disabled]:active,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-primary-disabled.active>a:only-child,.ant-btn-primary-disabled:active>a:only-child,.ant-btn-primary-disabled:focus>a:only-child,.ant-btn-primary-disabled:hover>a:only-child,.ant-btn-primary-disabled>a:only-child,.ant-btn-primary.disabled.active>a:only-child,.ant-btn-primary.disabled:active>a:only-child,.ant-btn-primary.disabled:focus>a:only-child,.ant-btn-primary.disabled:hover>a:only-child,.ant-btn-primary.disabled>a:only-child,.ant-btn-primary[disabled].active>a:only-child,.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]>a:only-child{color:currentColor}.ant-btn-primary-disabled.active>a:only-child:after,.ant-btn-primary-disabled:active>a:only-child:after,.ant-btn-primary-disabled:focus>a:only-child:after,.ant-btn-primary-disabled:hover>a:only-child:after,.ant-btn-primary-disabled>a:only-child:after,.ant-btn-primary.disabled.active>a:only-child:after,.ant-btn-primary.disabled:active>a:only-child:after,.ant-btn-primary.disabled:focus>a:only-child:after,.ant-btn-primary.disabled:hover>a:only-child:after,.ant-btn-primary.disabled>a:only-child:after,.ant-btn-primary[disabled].active>a:only-child:after,.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#40a9ff;border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.ant-btn-group .ant-btn-primary+.ant-btn-primary,.ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#d9d9d9}.ant-btn-ghost{color:rgba(0,0,0,.65);background-color:transparent;border-color:#d9d9d9}.ant-btn-ghost>a:only-child{color:currentColor}.ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:focus,.ant-btn-ghost:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-ghost:focus>a:only-child,.ant-btn-ghost:hover>a:only-child{color:currentColor}.ant-btn-ghost:focus>a:only-child:after,.ant-btn-ghost:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost.active,.ant-btn-ghost:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-ghost.active>a:only-child,.ant-btn-ghost:active>a:only-child{color:currentColor}.ant-btn-ghost.active>a:only-child:after,.ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost-disabled,.ant-btn-ghost-disabled.active,.ant-btn-ghost-disabled:active,.ant-btn-ghost-disabled:focus,.ant-btn-ghost-disabled:hover,.ant-btn-ghost.disabled,.ant-btn-ghost.disabled.active,.ant-btn-ghost.disabled:active,.ant-btn-ghost.disabled:focus,.ant-btn-ghost.disabled:hover,.ant-btn-ghost[disabled],.ant-btn-ghost[disabled].active,.ant-btn-ghost[disabled]:active,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-ghost-disabled.active>a:only-child,.ant-btn-ghost-disabled:active>a:only-child,.ant-btn-ghost-disabled:focus>a:only-child,.ant-btn-ghost-disabled:hover>a:only-child,.ant-btn-ghost-disabled>a:only-child,.ant-btn-ghost.disabled.active>a:only-child,.ant-btn-ghost.disabled:active>a:only-child,.ant-btn-ghost.disabled:focus>a:only-child,.ant-btn-ghost.disabled:hover>a:only-child,.ant-btn-ghost.disabled>a:only-child,.ant-btn-ghost[disabled].active>a:only-child,.ant-btn-ghost[disabled]:active>a:only-child,.ant-btn-ghost[disabled]:focus>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]>a:only-child{color:currentColor}.ant-btn-ghost-disabled.active>a:only-child:after,.ant-btn-ghost-disabled:active>a:only-child:after,.ant-btn-ghost-disabled:focus>a:only-child:after,.ant-btn-ghost-disabled:hover>a:only-child:after,.ant-btn-ghost-disabled>a:only-child:after,.ant-btn-ghost.disabled.active>a:only-child:after,.ant-btn-ghost.disabled:active>a:only-child:after,.ant-btn-ghost.disabled:focus>a:only-child:after,.ant-btn-ghost.disabled:hover>a:only-child:after,.ant-btn-ghost.disabled>a:only-child:after,.ant-btn-ghost[disabled].active>a:only-child:after,.ant-btn-ghost[disabled]:active>a:only-child:after,.ant-btn-ghost[disabled]:focus>a:only-child:after,.ant-btn-ghost[disabled]:hover>a:only-child:after,.ant-btn-ghost[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed{color:rgba(0,0,0,.65);background-color:#fff;border-color:#d9d9d9;border-style:dashed}.ant-btn-dashed>a:only-child{color:currentColor}.ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:focus,.ant-btn-dashed:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.ant-btn-dashed:focus>a:only-child,.ant-btn-dashed:hover>a:only-child{color:currentColor}.ant-btn-dashed:focus>a:only-child:after,.ant-btn-dashed:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed.active,.ant-btn-dashed:active{color:#096dd9;background-color:#fff;border-color:#096dd9}.ant-btn-dashed.active>a:only-child,.ant-btn-dashed:active>a:only-child{color:currentColor}.ant-btn-dashed.active>a:only-child:after,.ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed-disabled,.ant-btn-dashed-disabled.active,.ant-btn-dashed-disabled:active,.ant-btn-dashed-disabled:focus,.ant-btn-dashed-disabled:hover,.ant-btn-dashed.disabled,.ant-btn-dashed.disabled.active,.ant-btn-dashed.disabled:active,.ant-btn-dashed.disabled:focus,.ant-btn-dashed.disabled:hover,.ant-btn-dashed[disabled],.ant-btn-dashed[disabled].active,.ant-btn-dashed[disabled]:active,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-dashed-disabled.active>a:only-child,.ant-btn-dashed-disabled:active>a:only-child,.ant-btn-dashed-disabled:focus>a:only-child,.ant-btn-dashed-disabled:hover>a:only-child,.ant-btn-dashed-disabled>a:only-child,.ant-btn-dashed.disabled.active>a:only-child,.ant-btn-dashed.disabled:active>a:only-child,.ant-btn-dashed.disabled:focus>a:only-child,.ant-btn-dashed.disabled:hover>a:only-child,.ant-btn-dashed.disabled>a:only-child,.ant-btn-dashed[disabled].active>a:only-child,.ant-btn-dashed[disabled]:active>a:only-child,.ant-btn-dashed[disabled]:focus>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]>a:only-child{color:currentColor}.ant-btn-dashed-disabled.active>a:only-child:after,.ant-btn-dashed-disabled:active>a:only-child:after,.ant-btn-dashed-disabled:focus>a:only-child:after,.ant-btn-dashed-disabled:hover>a:only-child:after,.ant-btn-dashed-disabled>a:only-child:after,.ant-btn-dashed.disabled.active>a:only-child:after,.ant-btn-dashed.disabled:active>a:only-child:after,.ant-btn-dashed.disabled:focus>a:only-child:after,.ant-btn-dashed.disabled:hover>a:only-child:after,.ant-btn-dashed.disabled>a:only-child:after,.ant-btn-dashed[disabled].active>a:only-child:after,.ant-btn-dashed[disabled]:active>a:only-child:after,.ant-btn-dashed[disabled]:focus>a:only-child:after,.ant-btn-dashed[disabled]:hover>a:only-child:after,.ant-btn-dashed[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger{color:#fff;background-color:#ff4d4f;border-color:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 2px 0 rgba(0,0,0,.045);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-danger>a:only-child{color:currentColor}.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:focus,.ant-btn-danger:hover{color:#fff;background-color:#ff7875;border-color:#ff7875}.ant-btn-danger:focus>a:only-child,.ant-btn-danger:hover>a:only-child{color:currentColor}.ant-btn-danger:focus>a:only-child:after,.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger.active,.ant-btn-danger:active{color:#fff;background-color:#d9363e;border-color:#d9363e}.ant-btn-danger.active>a:only-child,.ant-btn-danger:active>a:only-child{color:currentColor}.ant-btn-danger.active>a:only-child:after,.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger-disabled,.ant-btn-danger-disabled.active,.ant-btn-danger-disabled:active,.ant-btn-danger-disabled:focus,.ant-btn-danger-disabled:hover,.ant-btn-danger.disabled,.ant-btn-danger.disabled.active,.ant-btn-danger.disabled:active,.ant-btn-danger.disabled:focus,.ant-btn-danger.disabled:hover,.ant-btn-danger[disabled],.ant-btn-danger[disabled].active,.ant-btn-danger[disabled]:active,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-danger-disabled.active>a:only-child,.ant-btn-danger-disabled:active>a:only-child,.ant-btn-danger-disabled:focus>a:only-child,.ant-btn-danger-disabled:hover>a:only-child,.ant-btn-danger-disabled>a:only-child,.ant-btn-danger.disabled.active>a:only-child,.ant-btn-danger.disabled:active>a:only-child,.ant-btn-danger.disabled:focus>a:only-child,.ant-btn-danger.disabled:hover>a:only-child,.ant-btn-danger.disabled>a:only-child,.ant-btn-danger[disabled].active>a:only-child,.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]>a:only-child{color:currentColor}.ant-btn-danger-disabled.active>a:only-child:after,.ant-btn-danger-disabled:active>a:only-child:after,.ant-btn-danger-disabled:focus>a:only-child:after,.ant-btn-danger-disabled:hover>a:only-child:after,.ant-btn-danger-disabled>a:only-child:after,.ant-btn-danger.disabled.active>a:only-child:after,.ant-btn-danger.disabled:active>a:only-child:after,.ant-btn-danger.disabled:focus>a:only-child:after,.ant-btn-danger.disabled:hover>a:only-child:after,.ant-btn-danger.disabled>a:only-child:after,.ant-btn-danger[disabled].active>a:only-child:after,.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link{color:#1890ff;background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ant-btn-link>a:only-child{color:currentColor}.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:focus,.ant-btn-link:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-link:focus>a:only-child,.ant-btn-link:hover>a:only-child{color:currentColor}.ant-btn-link:focus>a:only-child:after,.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link.active,.ant-btn-link:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-link.active>a:only-child,.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-link.active>a:only-child:after,.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link-disabled,.ant-btn-link-disabled.active,.ant-btn-link-disabled:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{background-color:#f5f5f5;border-color:#d9d9d9}.ant-btn-link:active,.ant-btn-link:focus,.ant-btn-link:hover{border-color:transparent}.ant-btn-link-disabled,.ant-btn-link-disabled.active,.ant-btn-link-disabled:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:transparent;border-color:transparent;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-link-disabled.active>a:only-child,.ant-btn-link-disabled:active>a:only-child,.ant-btn-link-disabled:focus>a:only-child,.ant-btn-link-disabled:hover>a:only-child,.ant-btn-link-disabled>a:only-child,.ant-btn-link.disabled.active>a:only-child,.ant-btn-link.disabled:active>a:only-child,.ant-btn-link.disabled:focus>a:only-child,.ant-btn-link.disabled:hover>a:only-child,.ant-btn-link.disabled>a:only-child,.ant-btn-link[disabled].active>a:only-child,.ant-btn-link[disabled]:active>a:only-child,.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]>a:only-child{color:currentColor}.ant-btn-link-disabled.active>a:only-child:after,.ant-btn-link-disabled:active>a:only-child:after,.ant-btn-link-disabled:focus>a:only-child:after,.ant-btn-link-disabled:hover>a:only-child:after,.ant-btn-link-disabled>a:only-child:after,.ant-btn-link.disabled.active>a:only-child:after,.ant-btn-link.disabled:active>a:only-child:after,.ant-btn-link.disabled:focus>a:only-child:after,.ant-btn-link.disabled:hover>a:only-child:after,.ant-btn-link.disabled>a:only-child:after,.ant-btn-link[disabled].active>a:only-child:after,.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-icon-only{width:32px;height:32px;padding:0;font-size:16px;border-radius:4px}.ant-btn-icon-only.ant-btn-lg{width:40px;height:40px;padding:0;font-size:18px;border-radius:4px}.ant-btn-icon-only.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:4px}.ant-btn-icon-only>i{vertical-align:middle}.ant-btn-round{height:32px;padding:0 16px;font-size:14px;border-radius:32px}.ant-btn-round.ant-btn-lg{height:40px;padding:0 20px;font-size:16px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-round.ant-btn-icon-only{width:auto}.ant-btn-circle,.ant-btn-circle-outline{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.ant-btn-circle-outline.ant-btn-lg,.ant-btn-circle.ant-btn-lg{min-width:40px;border-radius:50%}.ant-btn-circle-outline.ant-btn-sm,.ant-btn-circle.ant-btn-sm{min-width:24px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;content:"";pointer-events:none}.ant-btn .anticon{-webkit-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);-o-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn .anticon.anticon-minus>svg,.ant-btn .anticon.anticon-plus>svg{shape-rendering:optimizeSpeed}.ant-btn.ant-btn-loading{position:relative}.ant-btn.ant-btn-loading:not([disabled]){pointer-events:none}.ant-btn.ant-btn-loading:before{display:block}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:29px}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child){margin-left:-14px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:24px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon{margin-left:-17px}.ant-btn-group{display:inline-block}.ant-btn-group,.ant-btn-group>.ant-btn,.ant-btn-group>span>.ant-btn{position:relative}.ant-btn-group>.ant-btn.active,.ant-btn-group>.ant-btn:active,.ant-btn-group>.ant-btn:focus,.ant-btn-group>.ant-btn:hover,.ant-btn-group>span>.ant-btn.active,.ant-btn-group>span>.ant-btn:active,.ant-btn-group>span>.ant-btn:focus,.ant-btn-group>span>.ant-btn:hover{z-index:2}.ant-btn-group>.ant-btn:disabled,.ant-btn-group>span>.ant-btn:disabled{z-index:0}.ant-btn-group>.ant-btn-icon-only{font-size:14px}.ant-btn-group-lg>.ant-btn,.ant-btn-group-lg>span>.ant-btn{height:40px;padding:0 15px;font-size:16px;border-radius:0;line-height:38px}.ant-btn-group-lg>.ant-btn.ant-btn-icon-only{width:40px;height:40px;padding-right:0;padding-left:0}.ant-btn-group-sm>.ant-btn,.ant-btn-group-sm>span>.ant-btn{height:24px;padding:0 7px;font-size:14px;border-radius:0;line-height:22px}.ant-btn-group-sm>.ant-btn>.anticon,.ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.ant-btn-group-sm>.ant-btn.ant-btn-icon-only{width:24px;height:24px;padding-right:0;padding-left:0}.ant-btn+.ant-btn-group,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group,.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group>span+span,.ant-btn-group span+.ant-btn{margin-left:-1px}.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]){border-left-color:transparent}.ant-btn-group .ant-btn{border-radius:0}.ant-btn-group>.ant-btn:first-child,.ant-btn-group>span:first-child>.ant-btn{margin-left:0}.ant-btn-group>.ant-btn:only-child,.ant-btn-group>span:only-child>.ant-btn{border-radius:4px}.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-btn-group-sm>.ant-btn:only-child,.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:4px}.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-btn-group>.ant-btn-group{float:left}.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn{border-radius:0}.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn:active>span,.ant-btn:focus>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn-background-ghost{color:#fff;background:transparent!important;border-color:#fff}.ant-btn-background-ghost.ant-btn-primary{color:#1890ff;background-color:transparent;border-color:#1890ff;text-shadow:none}.ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:focus,.ant-btn-background-ghost.ant-btn-primary:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary.active,.ant-btn-background-ghost.ant-btn-primary:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-background-ghost.ant-btn-primary.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary-disabled,.ant-btn-background-ghost.ant-btn-primary-disabled.active,.ant-btn-background-ghost.ant-btn-primary-disabled:active,.ant-btn-background-ghost.ant-btn-primary-disabled:focus,.ant-btn-background-ghost.ant-btn-primary-disabled:hover,.ant-btn-background-ghost.ant-btn-primary.disabled,.ant-btn-background-ghost.ant-btn-primary.disabled.active,.ant-btn-background-ghost.ant-btn-primary.disabled:active,.ant-btn-background-ghost.ant-btn-primary.disabled:focus,.ant-btn-background-ghost.ant-btn-primary.disabled:hover,.ant-btn-background-ghost.ant-btn-primary[disabled],.ant-btn-background-ghost.ant-btn-primary[disabled].active,.ant-btn-background-ghost.ant-btn-primary[disabled]:active,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger{color:#ff4d4f;background-color:transparent;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:focus,.ant-btn-background-ghost.ant-btn-danger:hover{color:#ff7875;background-color:transparent;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger.active,.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;background-color:transparent;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger-disabled,.ant-btn-background-ghost.ant-btn-danger-disabled.active,.ant-btn-background-ghost.ant-btn-danger-disabled:active,.ant-btn-background-ghost.ant-btn-danger-disabled:focus,.ant-btn-background-ghost.ant-btn-danger-disabled:hover,.ant-btn-background-ghost.ant-btn-danger.disabled,.ant-btn-background-ghost.ant-btn-danger.disabled.active,.ant-btn-background-ghost.ant-btn-danger.disabled:active,.ant-btn-background-ghost.ant-btn-danger.disabled:focus,.ant-btn-background-ghost.ant-btn-danger.disabled:hover,.ant-btn-background-ghost.ant-btn-danger[disabled],.ant-btn-background-ghost.ant-btn-danger[disabled].active,.ant-btn-background-ghost.ant-btn-danger[disabled]:active,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-link{color:#1890ff;background-color:transparent;border-color:transparent;text-shadow:none;color:#fff}.ant-btn-background-ghost.ant-btn-link>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-link:focus,.ant-btn-background-ghost.ant-btn-link:hover{color:#40a9ff;background-color:transparent;border-color:transparent}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-link.active,.ant-btn-background-ghost.ant-btn-link:active{color:#096dd9;background-color:transparent;border-color:transparent}.ant-btn-background-ghost.ant-btn-link.active>a:only-child,.ant-btn-background-ghost.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-link-disabled,.ant-btn-background-ghost.ant-btn-link-disabled.active,.ant-btn-background-ghost.ant-btn-link-disabled:active,.ant-btn-background-ghost.ant-btn-link-disabled:focus,.ant-btn-background-ghost.ant-btn-link-disabled:hover,.ant-btn-background-ghost.ant-btn-link.disabled,.ant-btn-background-ghost.ant-btn-link.disabled.active,.ant-btn-background-ghost.ant-btn-link.disabled:active,.ant-btn-background-ghost.ant-btn-link.disabled:focus,.ant-btn-background-ghost.ant-btn-link.disabled:hover,.ant-btn-background-ghost.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-link[disabled].active,.ant-btn-background-ghost.ant-btn-link[disabled]:active,.ant-btn-background-ghost.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.ant-btn-two-chinese-chars>:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.ant-btn-block{width:100%}.ant-btn:empty{vertical-align:top}a.ant-btn{padding-top:.1px;line-height:30px}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-avatar{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px;border-radius:50%}.ant-avatar-image{background:transparent}.ant-avatar-string{position:absolute;left:50%;-webkit-transform-origin:0 center;-ms-transform-origin:0 center;transform-origin:0 center}.ant-avatar.ant-avatar-icon{font-size:18px}.ant-avatar-lg{width:40px;height:40px;line-height:40px;border-radius:50%}.ant-avatar-lg-string{position:absolute;left:50%;-webkit-transform-origin:0 center;-ms-transform-origin:0 center;transform-origin:0 center}.ant-avatar-lg.ant-avatar-icon{font-size:24px}.ant-avatar-sm{width:24px;height:24px;line-height:24px;border-radius:50%}.ant-avatar-sm-string{position:absolute;left:50%;-webkit-transform-origin:0 center;-ms-transform-origin:0 center;transform-origin:0 center}.ant-avatar-sm.ant-avatar-icon{font-size:14px}.ant-avatar-square{border-radius:4px}.ant-avatar>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-back-top{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:fixed;right:100px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.ant-back-top-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:rgba(0,0,0,.45);border-radius:20px}.ant-back-top-content,.ant-back-top-content:hover{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-back-top-content:hover{background-color:rgba(0,0,0,.65)}.ant-back-top-icon{width:14px;height:16px;margin:12px auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat}@media screen and (max-width:768px){.ant-back-top{right:60px}}@media screen and (max-width:480px){.ant-back-top{right:20px}}.ant-badge{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;color:unset;line-height:1}.ant-badge-count{z-index:auto;min-width:20px;height:20px;padding:0 6px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#f5222d;border-radius:10px;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.ant-badge-count a,.ant-badge-count a:hover{color:#fff}.ant-badge-multiple-words{padding:0 8px}.ant-badge-dot{z-index:auto;width:6px;height:6px;background:#f5222d;border-radius:100%;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.ant-badge-count,.ant-badge-dot,.ant-badge .ant-scroll-number-custom-component{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.ant-badge-status{line-height:inherit;vertical-align:baseline}.ant-badge-status-dot{position:relative;top:-1px;display:inline-block;width:6px;height:6px;vertical-align:middle;border-radius:50%}.ant-badge-status-success{background-color:#52c41a}.ant-badge-status-processing{position:relative;background-color:#1890ff}.ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;-webkit-animation:antStatusProcessing 1.2s infinite ease-in-out;animation:antStatusProcessing 1.2s infinite ease-in-out;content:""}.ant-badge-status-default{background-color:#d9d9d9}.ant-badge-status-error{background-color:#f5222d}.ant-badge-status-warning{background-color:#faad14}.ant-badge-status-magenta,.ant-badge-status-pink{background:#eb2f96}.ant-badge-status-red{background:#f5222d}.ant-badge-status-volcano{background:#fa541c}.ant-badge-status-orange{background:#fa8c16}.ant-badge-status-yellow{background:#fadb14}.ant-badge-status-gold{background:#faad14}.ant-badge-status-cyan{background:#13c2c2}.ant-badge-status-lime{background:#a0d911}.ant-badge-status-green{background:#52c41a}.ant-badge-status-blue{background:#1890ff}.ant-badge-status-geekblue{background:#2f54eb}.ant-badge-status-purple{background:#722ed1}.ant-badge-status-text{margin-left:8px;color:rgba(0,0,0,.65);font-size:14px}.ant-badge-zoom-appear,.ant-badge-zoom-enter{-webkit-animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-badge-zoom-leave{-webkit-animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-badge-not-a-wrapper:not(.ant-badge-status){vertical-align:middle}.ant-badge-not-a-wrapper .ant-scroll-number{position:relative;top:auto;display:block}.ant-badge-not-a-wrapper .ant-badge-count{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes antStatusProcessing{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:.5}to{-webkit-transform:scale(2.4);transform:scale(2.4);opacity:0}}@keyframes antStatusProcessing{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:.5}to{-webkit-transform:scale(2.4);transform:scale(2.4);opacity:0}}.ant-scroll-number{overflow:hidden}.ant-scroll-number-only{display:inline-block;height:20px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-scroll-number-only>p.ant-scroll-number-only-unit{height:20px;margin:0}.ant-scroll-number-symbol{vertical-align:top}@-webkit-keyframes antZoomBadgeIn{0%{-webkit-transform:scale(0) translate(50%,-50%);transform:scale(0) translate(50%,-50%);opacity:0}to{-webkit-transform:scale(1) translate(50%,-50%);transform:scale(1) translate(50%,-50%)}}@keyframes antZoomBadgeIn{0%{-webkit-transform:scale(0) translate(50%,-50%);transform:scale(0) translate(50%,-50%);opacity:0}to{-webkit-transform:scale(1) translate(50%,-50%);transform:scale(1) translate(50%,-50%)}}@-webkit-keyframes antZoomBadgeOut{0%{-webkit-transform:scale(1) translate(50%,-50%);transform:scale(1) translate(50%,-50%)}to{-webkit-transform:scale(0) translate(50%,-50%);transform:scale(0) translate(50%,-50%);opacity:0}}@keyframes antZoomBadgeOut{0%{-webkit-transform:scale(1) translate(50%,-50%);transform:scale(1) translate(50%,-50%)}to{-webkit-transform:scale(0) translate(50%,-50%);transform:scale(0) translate(50%,-50%);opacity:0}}.ant-breadcrumb{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";color:rgba(0,0,0,.45);font-size:14px}.ant-breadcrumb .anticon{font-size:14px}.ant-breadcrumb a{color:rgba(0,0,0,.45);-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-breadcrumb a:hover{color:#40a9ff}.ant-breadcrumb>span:last-child,.ant-breadcrumb>span:last-child a{color:rgba(0,0,0,.65)}.ant-breadcrumb>span:last-child .ant-breadcrumb-separator{display:none}.ant-breadcrumb-separator{margin:0 8px;color:rgba(0,0,0,.45)}.ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.ant-menu{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin-bottom:0;padding-left:0;color:rgba(0,0,0,.65);line-height:0;list-style:none;background:#fff;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transition:background .3s,width .2s;-o-transition:background .3s,width .2s;transition:background .3s,width .2s;zoom:1}.ant-menu:after,.ant-menu:before{display:table;content:""}.ant-menu:after{clear:both}.ant-menu ol,.ant-menu ul{margin:0;padding:0;list-style:none}.ant-menu-hidden{display:none}.ant-menu-item-group-title{padding:8px 16px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-menu-submenu,.ant-menu-submenu-inline{-webkit-transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);-o-transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-selected{color:#1890ff}.ant-menu-item:active,.ant-menu-submenu-title:active{background:#e6f7ff}.ant-menu-submenu .ant-menu-sub{cursor:auto;-webkit-transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);-o-transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item>a{display:block;color:rgba(0,0,0,.65)}.ant-menu-item>a:hover{color:#1890ff}.ant-menu-item>a:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;content:""}.ant-menu-item>.ant-badge>a{color:rgba(0,0,0,.65)}.ant-menu-item>.ant-badge>a:hover{color:#1890ff}.ant-menu-item-divider{height:1px;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-menu-item-active,.ant-menu-item:hover,.ant-menu-submenu-active,.ant-menu-submenu-title:hover,.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:#1890ff}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu{margin-top:-1px}.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover{background-color:transparent}.ant-menu-item-selected,.ant-menu-item-selected>a,.ant-menu-item-selected>a:hover{color:#1890ff}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#e6f7ff}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:1px solid #e8e8e8}.ant-menu-vertical-right{border-left:1px solid #e8e8e8}.ant-menu-vertical-left.ant-menu-sub,.ant-menu-vertical-right.ant-menu-sub,.ant-menu-vertical.ant-menu-sub{min-width:160px;padding:0;border-right:0;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,.ant-menu-vertical.ant-menu-sub .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical.ant-menu-sub .ant-menu-item:after{border-right:0}.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ant-menu-horizontal.ant-menu-sub{min-width:114px}.ant-menu-item,.ant-menu-submenu-title{position:relative;display:block;margin:0;padding:0 20px;white-space:nowrap;cursor:pointer;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);-o-transition:color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .anticon,.ant-menu-submenu-title .anticon{min-width:14px;margin-right:10px;font-size:14px;-webkit-transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1);-o-transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1);transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .anticon+span,.ant-menu-submenu-title .anticon+span{opacity:1;-webkit-transition:opacity .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);transition:opacity .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}.ant-menu>.ant-menu-item-divider{height:1px;margin:1px 0;padding:0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-menu-submenu-popup{position:absolute;z-index:1050;background:#fff;border-radius:4px}.ant-menu-submenu-popup .submenu-title-wrapper{padding-right:20px}.ant-menu-submenu-popup:before{position:absolute;top:-7px;right:0;bottom:0;left:0;opacity:.0001;content:" "}.ant-menu-submenu>.ant-menu{background-color:#fff;border-radius:4px}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu>.ant-menu-submenu-title:after{-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);-o-transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow{position:absolute;top:50%;right:16px;width:10px}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{position:absolute;width:6px;height:1.5px;background:#fff;background:rgba(0,0,0,.65)\9;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.65)),to(rgba(0,0,0,.65)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.65),rgba(0,0,0,.65));background-image:-o-linear-gradient(left,rgba(0,0,0,.65),rgba(0,0,0,.65));background-image:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.65));background-image:none\9;border-radius:2px;-webkit-transition:background .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:background .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);-o-transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);content:""}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{-webkit-transform:rotate(45deg) translateY(-2px);-ms-transform:rotate(45deg) translateY(-2px);transform:rotate(45deg) translateY(-2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{-webkit-transform:rotate(-45deg) translateY(2px);-ms-transform:rotate(-45deg) translateY(2px);transform:rotate(-45deg) translateY(2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before{background:-webkit-gradient(linear,left top,right top,from(#1890ff),to(#1890ff));background:-webkit-linear-gradient(left,#1890ff,#1890ff);background:-o-linear-gradient(left,#1890ff,#1890ff);background:linear-gradient(90deg,#1890ff,#1890ff)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{-webkit-transform:rotate(-45deg) translateX(2px);-ms-transform:rotate(-45deg) translateX(2px);transform:rotate(-45deg) translateX(2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{-webkit-transform:rotate(45deg) translateX(-2px);-ms-transform:rotate(45deg) translateX(-2px);transform:rotate(45deg) translateX(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{-webkit-transform:rotate(-45deg) translateX(-2px);-ms-transform:rotate(-45deg) translateX(-2px);transform:rotate(-45deg) translateX(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{-webkit-transform:rotate(45deg) translateX(2px);-ms-transform:rotate(45deg) translateX(2px);transform:rotate(45deg) translateX(2px)}.ant-menu-vertical-left .ant-menu-submenu-selected,.ant-menu-vertical-left .ant-menu-submenu-selected>a,.ant-menu-vertical-right .ant-menu-submenu-selected,.ant-menu-vertical-right .ant-menu-submenu-selected>a,.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-vertical .ant-menu-submenu-selected>a{color:#1890ff}.ant-menu-horizontal{line-height:46px;white-space:nowrap;border:0;border-bottom:1px solid #e8e8e8;-webkit-box-shadow:none;box-shadow:none}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{position:relative;top:1px;display:inline-block;vertical-align:bottom;border-bottom:2px solid transparent}.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item-open,.ant-menu-horizontal>.ant-menu-item-selected,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu-active,.ant-menu-horizontal>.ant-menu-submenu-open,.ant-menu-horizontal>.ant-menu-submenu-selected,.ant-menu-horizontal>.ant-menu-submenu:hover{color:#1890ff;border-bottom:2px solid #1890ff}.ant-menu-horizontal>.ant-menu-item>a{display:block;color:rgba(0,0,0,.65)}.ant-menu-horizontal>.ant-menu-item>a:hover{color:#1890ff}.ant-menu-horizontal>.ant-menu-item>a:before{bottom:-2px}.ant-menu-horizontal>.ant-menu-item-selected>a{color:#1890ff}.ant-menu-horizontal:after{display:block;clear:both;height:0;content:" "}.ant-menu-inline .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-vertical .ant-menu-item{position:relative}.ant-menu-inline .ant-menu-item:after,.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-vertical .ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid #1890ff;-webkit-transform:scaleY(.0001);-ms-transform:scaleY(.0001);transform:scaleY(.0001);opacity:0;-webkit-transition:opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);transition:opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);-o-transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s cubic-bezier(.215,.61,.355,1);content:""}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-vertical-right .ant-menu-item,.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title{height:40px;margin-top:4px;margin-bottom:4px;padding:0 16px;overflow:hidden;font-size:14px;line-height:40px;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-menu-inline .ant-menu-submenu,.ant-menu-vertical-left .ant-menu-submenu,.ant-menu-vertical-right .ant-menu-submenu,.ant-menu-vertical .ant-menu-submenu{padding-bottom:.02px}.ant-menu-inline .ant-menu-item:not(:last-child),.ant-menu-vertical-left .ant-menu-item:not(:last-child),.ant-menu-vertical-right .ant-menu-item:not(:last-child),.ant-menu-vertical .ant-menu-item:not(:last-child){margin-bottom:8px}.ant-menu-inline>.ant-menu-item,.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-left>.ant-menu-item,.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-right>.ant-menu-item,.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical>.ant-menu-item,.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px}.ant-menu-inline{width:100%}.ant-menu-inline .ant-menu-item-selected:after,.ant-menu-inline .ant-menu-selected:after{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);opacity:1;-webkit-transition:opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);-o-transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{width:calc(100% + 1px)}.ant-menu-inline .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline-collapsed{width:80px}.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{left:0;padding:0 32px!important;-o-text-overflow:clip;text-overflow:clip}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{display:none}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.ant-menu-inline-collapsed>.ant-menu-item .anticon,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin:0;font-size:16px;line-height:40px}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span{display:inline-block;max-width:0;opacity:0}.ant-menu-inline-collapsed-tooltip{pointer-events:none}.ant-menu-inline-collapsed-tooltip .anticon{display:none}.ant-menu-inline-collapsed-tooltip a{color:hsla(0,0%,100%,.85)}.ant-menu-inline-collapsed .ant-menu-item-group-title{padding-right:4px;padding-left:4px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-menu-item-group-list{margin:0;padding:0}.ant-menu-item-group-list .ant-menu-item,.ant-menu-item-group-list .ant-menu-submenu-title{padding:0 16px 0 28px}.ant-menu-root.ant-menu-inline,.ant-menu-root.ant-menu-vertical,.ant-menu-root.ant-menu-vertical-left,.ant-menu-root.ant-menu-vertical-right,.ant-menu-sub.ant-menu-inline{-webkit-box-shadow:none;box-shadow:none}.ant-menu-sub.ant-menu-inline{padding:0;border:0;border-radius:0}.ant-menu-sub.ant-menu-inline>.ant-menu-item,.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px;list-style-position:inside;list-style-type:disc}.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-left:32px}.ant-menu-item-disabled,.ant-menu-submenu-disabled{color:rgba(0,0,0,.25)!important;background:none;border-color:transparent!important;cursor:not-allowed}.ant-menu-item-disabled>a,.ant-menu-submenu-disabled>a{color:rgba(0,0,0,.25)!important;pointer-events:none}.ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-submenu-disabled>.ant-menu-submenu-title{color:rgba(0,0,0,.25)!important;cursor:not-allowed}.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:rgba(0,0,0,.25)!important}.ant-menu-dark,.ant-menu-dark .ant-menu-sub{color:hsla(0,0%,100%,.65);background:#001529}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:.45;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark.ant-menu-submenu-popup{background:transparent}.ant-menu-dark .ant-menu-inline.ant-menu-sub{background:#000c17;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.45) inset;box-shadow:inset 0 2px 8px rgba(0,0,0,.45)}.ant-menu-dark.ant-menu-horizontal{border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu{top:0;margin-top:0;border-color:#001529;border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before{bottom:0}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item-group-title,.ant-menu-dark .ant-menu-item>a{color:hsla(0,0%,100%,.65)}.ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical,.ant-menu-dark.ant-menu-vertical-left,.ant-menu-dark.ant-menu-vertical-right{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item,.ant-menu-dark.ant-menu-vertical .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical .ant-menu-item:after{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title{width:100%}.ant-menu-dark .ant-menu-item-active,.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-active,.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-selected,.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff;background-color:transparent}.ant-menu-dark .ant-menu-item-active>a,.ant-menu-dark .ant-menu-item:hover>a,.ant-menu-dark .ant-menu-submenu-active>a,.ant-menu-dark .ant-menu-submenu-open>a,.ant-menu-dark .ant-menu-submenu-selected>a,.ant-menu-dark .ant-menu-submenu-title:hover>a{color:#fff}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{opacity:1}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark .ant-menu-item:hover{background-color:transparent}.ant-menu-dark .ant-menu-item-selected{color:#fff;border-right:0}.ant-menu-dark .ant-menu-item-selected:after{border-right:0}.ant-menu-dark .ant-menu-item-selected .anticon,.ant-menu-dark .ant-menu-item-selected .anticon+span,.ant-menu-dark .ant-menu-item-selected>a,.ant-menu-dark .ant-menu-item-selected>a:hover{color:#fff}.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,.ant-menu.ant-menu-dark .ant-menu-item-selected{background-color:#1890ff}.ant-menu-dark .ant-menu-item-disabled,.ant-menu-dark .ant-menu-item-disabled>a,.ant-menu-dark .ant-menu-submenu-disabled,.ant-menu-dark .ant-menu-submenu-disabled>a{color:hsla(0,0%,100%,.35)!important;opacity:.8}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title{color:hsla(0,0%,100%,.35)!important}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:hsla(0,0%,100%,.35)!important}.ant-tooltip{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;z-index:1060;display:block;max-width:250px;visibility:visible}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:8px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightBottom,.ant-tooltip-placement-rightTop{padding-left:8px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:8px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftBottom,.ant-tooltip-placement-leftTop{padding-right:8px}.ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:rgba(0,0,0,.75);border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-tooltip-arrow{position:absolute;display:block;width:13.07106781px;height:13.07106781px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:5px;height:5px;margin:auto;background-color:rgba(0,0,0,.75);content:"";pointer-events:auto}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:-5.07106781px}.ant-tooltip-placement-top .ant-tooltip-arrow:before,.ant-tooltip-placement-topLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-topRight .ant-tooltip-arrow:before{-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.07);box-shadow:3px 3px 7px rgba(0,0,0,.07);-webkit-transform:translateY(-6.53553391px) rotate(45deg);-ms-transform:translateY(-6.53553391px) rotate(45deg);transform:translateY(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-topRight .ant-tooltip-arrow{right:13px}.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow{left:-5.07106781px}.ant-tooltip-placement-right .ant-tooltip-arrow:before,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-rightTop .ant-tooltip-arrow:before{-webkit-box-shadow:-3px 3px 7px rgba(0,0,0,.07);box-shadow:-3px 3px 7px rgba(0,0,0,.07);-webkit-transform:translateX(6.53553391px) rotate(45deg);-ms-transform:translateX(6.53553391px) rotate(45deg);transform:translateX(6.53553391px) rotate(45deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow{right:-5.07106781px}.ant-tooltip-placement-left .ant-tooltip-arrow:before,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-leftTop .ant-tooltip-arrow:before{-webkit-box-shadow:3px -3px 7px rgba(0,0,0,.07);box-shadow:3px -3px 7px rgba(0,0,0,.07);-webkit-transform:translateX(-6.53553391px) rotate(45deg);-ms-transform:translateX(-6.53553391px) rotate(45deg);transform:translateX(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:-5.07106781px}.ant-tooltip-placement-bottom .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow:before{-webkit-box-shadow:-3px -3px 7px rgba(0,0,0,.07);box-shadow:-3px -3px 7px rgba(0,0,0,.07);-webkit-transform:translateY(6.53553391px) rotate(45deg);-ms-transform:translateY(6.53553391px) rotate(45deg);transform:translateY(6.53553391px) rotate(45deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-dropdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-dropdown:before{position:absolute;top:-7px;right:0;bottom:-7px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.ant-dropdown-wrap{position:relative}.ant-dropdown-wrap .ant-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-wrap .ant-btn>.anticon-down{font-size:12px}.ant-dropdown-wrap .anticon-down:before{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.ant-dropdown-wrap-open .anticon-down:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ant-dropdown-hidden,.ant-dropdown-menu-hidden{display:none}.ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:translateZ(0)}.ant-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.ant-dropdown-menu-submenu-popup>.ant-dropdown-menu{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ant-dropdown-menu-submenu-popup li,.ant-dropdown-menu-submenu-popup ul{list-style:none}.ant-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em;padding:0}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-menu-item>span>.anticon:first-child,.ant-dropdown-menu-submenu-title>.anticon:first-child,.ant-dropdown-menu-submenu-title>span>.anticon:first-child{min-width:12px;margin-right:8px;font-size:12px}.ant-dropdown-menu-item>a,.ant-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-item-selected>a,.ant-dropdown-menu-submenu-title-selected,.ant-dropdown-menu-submenu-title-selected>a{color:#1890ff;background-color:#e6f7ff}.ant-dropdown-menu-item:hover,.ant-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{position:absolute;right:8px}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);font-style:normal;display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{font-size:12px}.ant-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.ant-dropdown-menu-submenu-title{padding-right:26px}.ant-dropdown-menu-submenu-vertical{position:relative}.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title{color:#1890ff}.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-dropdown-link>.anticon.anticon-down,.ant-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-link>.anticon.anticon-down,:root .ant-dropdown-trigger>.anticon.anticon-down{font-size:12px}.ant-dropdown-button{white-space:nowrap}.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child){padding-right:8px;padding-left:8px}.ant-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-button .anticon.anticon-down{font-size:12px}.ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.ant-dropdown-menu-dark .ant-dropdown-menu-item,.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:hsla(0,0%,100%,.65)}.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover{color:#fff;background:transparent}.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{color:#fff;background:#1890ff}.ant-fullcalendar{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";border-top:1px solid #d9d9d9;outline:none}.ant-select.ant-fullcalendar-year-select{min-width:90px}.ant-select.ant-fullcalendar-year-select.ant-select-sm{min-width:70px}.ant-select.ant-fullcalendar-month-select{min-width:80px;margin-left:8px}.ant-select.ant-fullcalendar-month-select.ant-select-sm{min-width:70px}.ant-fullcalendar-header{padding:11px 16px 11px 0;text-align:right}.ant-fullcalendar-header .ant-select-dropdown{text-align:left}.ant-fullcalendar-header .ant-radio-group{margin-left:8px;text-align:left}.ant-fullcalendar-header label.ant-radio-button{height:22px;padding:0 10px;line-height:20px}.ant-fullcalendar-date-panel{position:relative;outline:none}.ant-fullcalendar-calendar-body{padding:8px 12px}.ant-fullcalendar table{width:100%;max-width:100%;height:256px;background-color:transparent;border-collapse:collapse}.ant-fullcalendar table,.ant-fullcalendar td,.ant-fullcalendar th{border:0}.ant-fullcalendar td{position:relative}.ant-fullcalendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-fullcalendar-column-header{width:33px;padding:0;line-height:18px;text-align:center}.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner{display:block;font-weight:400}.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner{display:none}.ant-fullcalendar-date,.ant-fullcalendar-month{text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-fullcalendar-value{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:rgba(0,0,0,.65);line-height:24px;background:transparent;border-radius:2px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-fullcalendar-value:hover{background:#e6f7ff;cursor:pointer}.ant-fullcalendar-value:active{color:#fff;background:#1890ff}.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value{width:48px}.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-today .ant-fullcalendar-value{-webkit-box-shadow:0 0 0 1px #1890ff inset;box-shadow:inset 0 0 0 1px #1890ff}.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-selected-day .ant-fullcalendar-value{color:#fff;background:#1890ff}.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value{color:rgba(0,0,0,.25)}.ant-fullcalendar-month-panel-table{width:100%;table-layout:fixed;border-collapse:separate}.ant-fullcalendar-content{position:absolute;bottom:-9px;left:0;width:100%}.ant-fullcalendar-fullscreen{border-top:0}.ant-fullcalendar-fullscreen .ant-fullcalendar-table{table-layout:fixed}.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group{margin-left:16px}.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button{height:32px;line-height:30px}.ant-fullcalendar-fullscreen .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-month{display:block;height:116px;margin:0 4px;padding:4px 8px;color:rgba(0,0,0,.65);text-align:left;border-top:2px solid #e8e8e8;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover{background:#e6f7ff;cursor:pointer}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active{background:#bae7ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header{padding-right:12px;padding-bottom:5px;text-align:right}.ant-fullcalendar-fullscreen .ant-fullcalendar-value{width:auto;text-align:right;background:transparent}.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{color:rgba(0,0,0,.65)}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date{background:transparent;border-top-color:#1890ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{-webkit-box-shadow:none;box-shadow:none}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date{background:#e6f7ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value{color:#1890ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date{color:rgba(0,0,0,.25)}.ant-fullcalendar-fullscreen .ant-fullcalendar-content{position:static;width:auto;height:88px;overflow-y:auto}.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover{cursor:not-allowed}.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover{background:transparent}.ant-fullcalendar-disabled-cell .ant-fullcalendar-value{width:auto;color:rgba(0,0,0,.25);border-radius:0;cursor:not-allowed}.ant-radio-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-radio-wrapper{margin:0;margin-right:8px}.ant-radio,.ant-radio-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;white-space:nowrap;cursor:pointer}.ant-radio{margin:0;line-height:1;vertical-align:sub;outline:none}.ant-radio-input:focus+.ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner{border-color:#1890ff}.ant-radio-input:focus+.ant-radio-inner{-webkit-box-shadow:0 0 0 3px rgba(24,144,255,.08);box-shadow:0 0 0 3px rgba(24,144,255,.08)}.ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;visibility:hidden;-webkit-animation:antRadioEffect .36s ease-in-out;animation:antRadioEffect .36s ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;content:""}.ant-radio-wrapper:hover .ant-radio:after,.ant-radio:hover:after{visibility:visible}.ant-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:100px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-radio-inner:after{position:absolute;top:3px;left:3px;display:table;width:8px;height:8px;background-color:#1890ff;border-top:0;border-left:0;border-radius:8px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);-o-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.ant-radio-checked .ant-radio-inner{border-color:#1890ff}.ant-radio-checked .ant-radio-inner:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);-o-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-radio-disabled .ant-radio-inner{background-color:#f5f5f5;border-color:#d9d9d9!important;cursor:not-allowed}.ant-radio-disabled .ant-radio-inner:after{background-color:rgba(0,0,0,.2)}.ant-radio-disabled .ant-radio-input{cursor:not-allowed}.ant-radio-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}span.ant-radio+*{padding-right:8px;padding-left:8px}.ant-radio-button-wrapper{position:relative;display:inline-block;height:32px;margin:0;padding:0 15px;color:rgba(0,0,0,.65);line-height:30px;background:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-left:0;cursor:pointer;-webkit-transition:color .3s,background .3s,border-color .3s;-o-transition:color .3s,background .3s,border-color .3s;transition:color .3s,background .3s,border-color .3s}.ant-radio-button-wrapper a{color:rgba(0,0,0,.65)}.ant-radio-button-wrapper>.ant-radio-button{display:block;width:0;height:0;margin-left:0}.ant-radio-group-large .ant-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.ant-radio-group-small .ant-radio-button-wrapper{height:24px;padding:0 7px;line-height:22px}.ant-radio-button-wrapper:not(:first-child):before{position:absolute;top:0;left:-1px;display:block;width:1px;height:100%;background-color:#d9d9d9;content:""}.ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:4px 0 0 4px}.ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.ant-radio-button-wrapper:first-child:last-child{border-radius:4px}.ant-radio-button-wrapper:hover{position:relative;color:#1890ff}.ant-radio-button-wrapper:focus-within{outline:3px solid rgba(24,144,255,.06)}.ant-radio-button-wrapper .ant-radio-inner,.ant-radio-button-wrapper input[type=checkbox],.ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0;pointer-events:none}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#1890ff;background:#fff;border-color:#1890ff;-webkit-box-shadow:-1px 0 0 0 #1890ff;box-shadow:-1px 0 0 0 #1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#1890ff!important;opacity:.1}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{border-color:#1890ff;-webkit-box-shadow:none!important;box-shadow:none!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#40a9ff;border-color:#40a9ff;-webkit-box-shadow:-1px 0 0 0 #40a9ff;box-shadow:-1px 0 0 0 #40a9ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#096dd9;border-color:#096dd9;-webkit-box-shadow:-1px 0 0 0 #096dd9;box-shadow:-1px 0 0 0 #096dd9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{outline:3px solid rgba(24,144,255,.06)}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fff;background:#1890ff;border-color:#1890ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#fff;background:#40a9ff;border-color:#40a9ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#fff;background:#096dd9;border-color:#096dd9}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{outline:3px solid rgba(24,144,255,.06)}.ant-radio-button-wrapper-disabled{cursor:not-allowed}.ant-radio-button-wrapper-disabled,.ant-radio-button-wrapper-disabled:first-child,.ant-radio-button-wrapper-disabled:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9}.ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{color:#fff;background-color:#e6e6e6;border-color:#d9d9d9;-webkit-box-shadow:none;box-shadow:none}@-webkit-keyframes antRadioEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}@keyframes antRadioEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.ant-radio{vertical-align:text-bottom}}.ant-card{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;background:#fff;border-radius:2px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-card-hoverable{cursor:pointer}.ant-card-hoverable:hover{border-color:rgba(0,0,0,.09);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.ant-card-bordered{border:1px solid #e8e8e8}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #e8e8e8;border-radius:2px 2px 0 0;zoom:1}.ant-card-head:after,.ant-card-head:before{display:table;content:""}.ant-card-head:after{clear:both}.ant-card-head-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ant-card-head-title{display:inline-block;-ms-flex:1;flex:1 1;padding:16px 0;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-card-head .ant-tabs{clear:both;margin-bottom:-17px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-head .ant-tabs-bar{border-bottom:1px solid #e8e8e8}.ant-card-extra{float:right;margin-left:auto;padding:16px 0;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-body{padding:24px;zoom:1}.ant-card-body:after,.ant-card-body:before{display:table;content:""}.ant-card-body:after{clear:both}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{float:left;width:33.33%;padding:24px;border:0;border-radius:0;-webkit-box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,1px 0 0 0 #e8e8e8 inset,0 1px 0 0 #e8e8e8 inset;box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-card-grid-hoverable:hover{position:relative;z-index:1;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-card-contain-tabs>.ant-card-head .ant-card-head-title{min-height:32px;padding-bottom:0}.ant-card-contain-tabs>.ant-card-head .ant-card-extra{padding-bottom:0}.ant-card-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:2px 2px 0 0}.ant-card-actions{margin:0;padding:0;list-style:none;background:#fafafa;border-top:1px solid #e8e8e8;zoom:1}.ant-card-actions:after,.ant-card-actions:before{display:table;content:""}.ant-card-actions:after{clear:both}.ant-card-actions>li{float:left;margin:12px 0;color:rgba(0,0,0,.45);text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:22px;cursor:pointer}.ant-card-actions>li>span:hover{color:#1890ff;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-card-actions>li>span>.anticon,.ant-card-actions>li>span a:not(.ant-btn){display:inline-block;width:100%;color:rgba(0,0,0,.45);line-height:22px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-card-actions>li>span>.anticon:hover,.ant-card-actions>li>span a:not(.ant-btn):hover{color:#1890ff}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #e8e8e8}.ant-card-type-inner .ant-card-head{padding:0 24px;background:#fafafa}.ant-card-type-inner .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card-type-inner .ant-card-body{padding:16px 24px}.ant-card-type-inner .ant-card-extra{padding:13.5px 0}.ant-card-meta{margin:-4px 0;zoom:1}.ant-card-meta:after,.ant-card-meta:before{display:table;content:""}.ant-card-meta:after{clear:both}.ant-card-meta-avatar{float:left;padding-right:16px}.ant-card-meta-detail{overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-card-meta-description{color:rgba(0,0,0,.45)}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-card-loading-content p{margin:0}.ant-card-loading-block{height:14px;margin:4px 0;background:-webkit-gradient(linear,left top,right top,from(rgba(207,216,220,.2)),color-stop(rgba(207,216,220,.4)),to(rgba(207,216,220,.2)));background:-webkit-linear-gradient(left,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background:-o-linear-gradient(left,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background:linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background-size:600% 600%;border-radius:2px;-webkit-animation:card-loading 1.4s ease infinite;animation:card-loading 1.4s ease infinite}@-webkit-keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.ant-card-small>.ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title{padding:8px 0}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra{padding:8px 0;font-size:14px}.ant-card-small>.ant-card-body{padding:12px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container{height:40px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar{visibility:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{height:40px;margin:0;margin-right:2px;padding:0 16px;line-height:38px;background:#fafafa;border:1px solid #e8e8e8;border-radius:4px 4px 0 0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{height:40px;color:#1890ff;background:#fff;border-color:#e8e8e8;border-bottom:1px solid #fff}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active:before{border-top:2px solid transparent}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled{color:#1890ff;color:rgba(0,0,0,.25)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive{padding:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x{width:16px;height:16px;height:14px;margin-right:-5px;margin-left:3px;overflow:hidden;color:rgba(0,0,0,.45);font-size:12px;vertical-align:middle;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover{color:rgba(0,0,0,.85)}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive{overflow:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close{opacity:1}.ant-tabs-extra-content{line-height:45px}.ant-tabs-extra-content .ant-tabs-new-tab{position:relative;width:20px;height:20px;color:rgba(0,0,0,.65);font-size:12px;line-height:20px;text-align:center;border:1px solid #e8e8e8;border-radius:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-tabs-extra-content .ant-tabs-new-tab:hover{color:#1890ff;border-color:#1890ff}.ant-tabs-extra-content .ant-tabs-new-tab svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-tabs.ant-tabs-large .ant-tabs-extra-content{line-height:56px}.ant-tabs.ant-tabs-small .ant-tabs-extra-content{line-height:37px}.ant-tabs.ant-tabs-card .ant-tabs-extra-content{line-height:40px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container{height:100%}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-bottom:8px;border-bottom:1px solid #e8e8e8}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{padding-bottom:4px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:8px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab{width:90%}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab{margin-right:1px;border-right:0;border-radius:4px 0 0 4px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active{margin-right:-1px;padding-right:18px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-left:1px;border-left:0;border-radius:0 4px 4px 0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{margin-left:-1px;padding-left:18px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab{height:auto;border-top:0;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active{padding-top:1px;padding-bottom:0;color:#1890ff}.ant-tabs{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;overflow:hidden;zoom:1}.ant-tabs:after,.ant-tabs:before{display:table;content:""}.ant-tabs:after{clear:both}.ant-tabs-ink-bar{position:absolute;bottom:1px;left:0;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:2px;background-color:#1890ff;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ant-tabs-bar{margin:0 0 16px;border-bottom:1px solid #e8e8e8;outline:none}.ant-tabs-bar,.ant-tabs-nav-container{-webkit-transition:padding .3s cubic-bezier(.645,.045,.355,1);-o-transition:padding .3s cubic-bezier(.645,.045,.355,1);transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav-container{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:-1px;overflow:hidden;font-size:14px;line-height:1.5;white-space:nowrap;zoom:1}.ant-tabs-nav-container:after,.ant-tabs-nav-container:before{display:table;content:""}.ant-tabs-nav-container:after{clear:both}.ant-tabs-nav-container-scrolling{padding-right:32px;padding-left:32px}.ant-tabs-bottom .ant-tabs-bottom-bar{margin-top:16px;margin-bottom:0;border-top:1px solid #e8e8e8;border-bottom:none}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar{top:1px;bottom:auto}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container{margin-top:-1px;margin-bottom:0}.ant-tabs-tab-next,.ant-tabs-tab-prev{position:absolute;z-index:2;width:0;height:100%;color:rgba(0,0,0,.45);text-align:center;background-color:transparent;border:0;cursor:pointer;opacity:0;-webkit-transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);-o-transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ant-tabs-tab-next.ant-tabs-tab-arrow-show,.ant-tabs-tab-prev.ant-tabs-tab-arrow-show{width:32px;height:100%;opacity:1;pointer-events:auto}.ant-tabs-tab-next:hover,.ant-tabs-tab-prev:hover{color:rgba(0,0,0,.65)}.ant-tabs-tab-next-icon,.ant-tabs-tab-prev-icon{position:absolute;top:50%;left:50%;font-weight:700;font-style:normal;font-variant:normal;line-height:inherit;text-align:center;text-transform:none;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ant-tabs-tab-next-icon-target,.ant-tabs-tab-prev-icon-target{display:block;display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg)}:root .ant-tabs-tab-next-icon-target,:root .ant-tabs-tab-prev-icon-target{font-size:12px}.ant-tabs-tab-btn-disabled{cursor:not-allowed}.ant-tabs-tab-btn-disabled,.ant-tabs-tab-btn-disabled:hover{color:rgba(0,0,0,.25)}.ant-tabs-tab-next{right:2px}.ant-tabs-tab-prev{left:0}:root .ant-tabs-tab-prev{-webkit-filter:none;filter:none}.ant-tabs-nav-wrap{margin-bottom:-1px;overflow:hidden}.ant-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.ant-tabs-nav{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding-left:0;list-style:none;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);-o-transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav:after,.ant-tabs-nav:before{display:table;content:" "}.ant-tabs-nav:after{clear:both}.ant-tabs-nav .ant-tabs-tab{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0 32px 0 0;padding:12px 16px;text-decoration:none;cursor:pointer;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-o-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav .ant-tabs-tab:before{position:absolute;top:-1px;left:0;width:100%;border-top:2px solid transparent;border-radius:4px 4px 0 0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:"";pointer-events:none}.ant-tabs-nav .ant-tabs-tab:last-child{margin-right:0}.ant-tabs-nav .ant-tabs-tab:hover{color:#40a9ff}.ant-tabs-nav .ant-tabs-tab:active{color:#096dd9}.ant-tabs-nav .ant-tabs-tab .anticon{margin-right:8px}.ant-tabs-nav .ant-tabs-tab-active{color:#1890ff;font-weight:500}.ant-tabs-nav .ant-tabs-tab-disabled,.ant-tabs-nav .ant-tabs-tab-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container{font-size:16px}.ant-tabs .ant-tabs-large-bar .ant-tabs-tab{padding:16px}.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container{font-size:14px}.ant-tabs .ant-tabs-small-bar .ant-tabs-tab{padding:8px 16px}.ant-tabs-content:before{display:block;overflow:hidden;content:""}.ant-tabs .ant-tabs-bottom-content,.ant-tabs .ant-tabs-top-content{width:100%}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane{-ms-flex-negative:0;flex-shrink:0;width:100%;opacity:1;-webkit-transition:opacity .45s;-o-transition:opacity .45s;transition:opacity .45s}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive input,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-webkit-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);-o-transition:margin-left .3s cubic-bezier(.645,.045,.355,1);transition:margin-left .3s cubic-bezier(.645,.045,.355,1);will-change:margin-left}.ant-tabs .ant-tabs-left-bar,.ant-tabs .ant-tabs-right-bar{height:100%;border-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show{width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab{display:block;float:none;margin:0 0 16px;padding:8px 24px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content{text-align:center}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll{width:auto}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{height:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:32px 0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav{width:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{top:0;bottom:auto;left:auto;width:2px;height:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next{right:0;bottom:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev{top:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-content,.ant-tabs .ant-tabs-right-content{width:auto;margin-top:0!important;overflow:hidden}.ant-tabs .ant-tabs-left-bar{float:left;margin-right:-1px;margin-bottom:0;border-right:1px solid #e8e8e8}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab{text-align:right}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:-1px}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar{right:1px}.ant-tabs .ant-tabs-left-content{padding-left:24px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar{float:right;margin-bottom:0;margin-left:-1px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:-1px}.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{left:1px}.ant-tabs .ant-tabs-right-content{padding-right:24px;border-right:1px solid #e8e8e8}.ant-tabs-bottom .ant-tabs-ink-bar-animated,.ant-tabs-top .ant-tabs-ink-bar-animated{-webkit-transition:width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);-o-transition:transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-left .ant-tabs-ink-bar-animated,.ant-tabs-right .ant-tabs-ink-bar-animated{-webkit-transition:height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);-o-transition:transform .3s cubic-bezier(.645,.045,.355,1),height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-content-animated,.no-flex>.ant-tabs-content>.ant-tabs-content-animated{margin-left:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive input,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs-left-content>.ant-tabs-content-animated,.ant-tabs-right-content>.ant-tabs-content-animated{margin-left:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ant-tabs-left-content>.ant-tabs-tabpane-inactive,.ant-tabs-right-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-left-content>.ant-tabs-tabpane-inactive input,.ant-tabs-right-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-row{position:relative;height:auto;margin-right:0;margin-left:0;zoom:1;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.ant-row:after,.ant-row:before{display:table;content:""}.ant-row+.ant-row:before,.ant-row:after{clear:both}.ant-row-flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.ant-row-flex,.ant-row-flex:after,.ant-row-flex:before{display:-ms-flexbox;display:flex}.ant-row-flex-start{-ms-flex-pack:start;justify-content:flex-start}.ant-row-flex-center{-ms-flex-pack:center;justify-content:center}.ant-row-flex-end{-ms-flex-pack:end;justify-content:flex-end}.ant-row-flex-space-between{-ms-flex-pack:justify;justify-content:space-between}.ant-row-flex-space-around{-ms-flex-pack:distribute;justify-content:space-around}.ant-row-flex-top{-ms-flex-align:start;align-items:flex-start}.ant-row-flex-middle{-ms-flex-align:center;align-items:center}.ant-row-flex-bottom{-ms-flex-align:end;align-items:flex-end}.ant-col{position:relative;min-height:1px}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24,.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24,.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24,.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{position:relative;padding-right:0;padding-left:0}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-push-24{left:100%}.ant-col-pull-24{right:100%}.ant-col-offset-24{margin-left:100%}.ant-col-order-24{-ms-flex-order:24;order:24}.ant-col-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-push-23{left:95.83333333%}.ant-col-pull-23{right:95.83333333%}.ant-col-offset-23{margin-left:95.83333333%}.ant-col-order-23{-ms-flex-order:23;order:23}.ant-col-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-push-22{left:91.66666667%}.ant-col-pull-22{right:91.66666667%}.ant-col-offset-22{margin-left:91.66666667%}.ant-col-order-22{-ms-flex-order:22;order:22}.ant-col-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-push-21{left:87.5%}.ant-col-pull-21{right:87.5%}.ant-col-offset-21{margin-left:87.5%}.ant-col-order-21{-ms-flex-order:21;order:21}.ant-col-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-push-20{left:83.33333333%}.ant-col-pull-20{right:83.33333333%}.ant-col-offset-20{margin-left:83.33333333%}.ant-col-order-20{-ms-flex-order:20;order:20}.ant-col-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-push-19{left:79.16666667%}.ant-col-pull-19{right:79.16666667%}.ant-col-offset-19{margin-left:79.16666667%}.ant-col-order-19{-ms-flex-order:19;order:19}.ant-col-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-push-18{left:75%}.ant-col-pull-18{right:75%}.ant-col-offset-18{margin-left:75%}.ant-col-order-18{-ms-flex-order:18;order:18}.ant-col-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-push-17{left:70.83333333%}.ant-col-pull-17{right:70.83333333%}.ant-col-offset-17{margin-left:70.83333333%}.ant-col-order-17{-ms-flex-order:17;order:17}.ant-col-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-push-16{left:66.66666667%}.ant-col-pull-16{right:66.66666667%}.ant-col-offset-16{margin-left:66.66666667%}.ant-col-order-16{-ms-flex-order:16;order:16}.ant-col-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-push-15{left:62.5%}.ant-col-pull-15{right:62.5%}.ant-col-offset-15{margin-left:62.5%}.ant-col-order-15{-ms-flex-order:15;order:15}.ant-col-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-push-14{left:58.33333333%}.ant-col-pull-14{right:58.33333333%}.ant-col-offset-14{margin-left:58.33333333%}.ant-col-order-14{-ms-flex-order:14;order:14}.ant-col-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-push-13{left:54.16666667%}.ant-col-pull-13{right:54.16666667%}.ant-col-offset-13{margin-left:54.16666667%}.ant-col-order-13{-ms-flex-order:13;order:13}.ant-col-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-push-12{left:50%}.ant-col-pull-12{right:50%}.ant-col-offset-12{margin-left:50%}.ant-col-order-12{-ms-flex-order:12;order:12}.ant-col-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-push-11{left:45.83333333%}.ant-col-pull-11{right:45.83333333%}.ant-col-offset-11{margin-left:45.83333333%}.ant-col-order-11{-ms-flex-order:11;order:11}.ant-col-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-push-10{left:41.66666667%}.ant-col-pull-10{right:41.66666667%}.ant-col-offset-10{margin-left:41.66666667%}.ant-col-order-10{-ms-flex-order:10;order:10}.ant-col-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-push-9{left:37.5%}.ant-col-pull-9{right:37.5%}.ant-col-offset-9{margin-left:37.5%}.ant-col-order-9{-ms-flex-order:9;order:9}.ant-col-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-push-8{left:33.33333333%}.ant-col-pull-8{right:33.33333333%}.ant-col-offset-8{margin-left:33.33333333%}.ant-col-order-8{-ms-flex-order:8;order:8}.ant-col-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-push-7{left:29.16666667%}.ant-col-pull-7{right:29.16666667%}.ant-col-offset-7{margin-left:29.16666667%}.ant-col-order-7{-ms-flex-order:7;order:7}.ant-col-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-push-6{left:25%}.ant-col-pull-6{right:25%}.ant-col-offset-6{margin-left:25%}.ant-col-order-6{-ms-flex-order:6;order:6}.ant-col-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-push-5{left:20.83333333%}.ant-col-pull-5{right:20.83333333%}.ant-col-offset-5{margin-left:20.83333333%}.ant-col-order-5{-ms-flex-order:5;order:5}.ant-col-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-push-4{left:16.66666667%}.ant-col-pull-4{right:16.66666667%}.ant-col-offset-4{margin-left:16.66666667%}.ant-col-order-4{-ms-flex-order:4;order:4}.ant-col-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-push-3{left:12.5%}.ant-col-pull-3{right:12.5%}.ant-col-offset-3{margin-left:12.5%}.ant-col-order-3{-ms-flex-order:3;order:3}.ant-col-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-push-2{left:8.33333333%}.ant-col-pull-2{right:8.33333333%}.ant-col-offset-2{margin-left:8.33333333%}.ant-col-order-2{-ms-flex-order:2;order:2}.ant-col-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-push-1{left:4.16666667%}.ant-col-pull-1{right:4.16666667%}.ant-col-offset-1{margin-left:4.16666667%}.ant-col-order-1{-ms-flex-order:1;order:1}.ant-col-0{display:none}.ant-col-offset-0{margin-left:0}.ant-col-order-0{-ms-flex-order:0;order:0}.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-xs-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-xs-push-24{left:100%}.ant-col-xs-pull-24{right:100%}.ant-col-xs-offset-24{margin-left:100%}.ant-col-xs-order-24{-ms-flex-order:24;order:24}.ant-col-xs-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-xs-push-23{left:95.83333333%}.ant-col-xs-pull-23{right:95.83333333%}.ant-col-xs-offset-23{margin-left:95.83333333%}.ant-col-xs-order-23{-ms-flex-order:23;order:23}.ant-col-xs-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-xs-push-22{left:91.66666667%}.ant-col-xs-pull-22{right:91.66666667%}.ant-col-xs-offset-22{margin-left:91.66666667%}.ant-col-xs-order-22{-ms-flex-order:22;order:22}.ant-col-xs-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-xs-push-21{left:87.5%}.ant-col-xs-pull-21{right:87.5%}.ant-col-xs-offset-21{margin-left:87.5%}.ant-col-xs-order-21{-ms-flex-order:21;order:21}.ant-col-xs-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-xs-push-20{left:83.33333333%}.ant-col-xs-pull-20{right:83.33333333%}.ant-col-xs-offset-20{margin-left:83.33333333%}.ant-col-xs-order-20{-ms-flex-order:20;order:20}.ant-col-xs-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-xs-push-19{left:79.16666667%}.ant-col-xs-pull-19{right:79.16666667%}.ant-col-xs-offset-19{margin-left:79.16666667%}.ant-col-xs-order-19{-ms-flex-order:19;order:19}.ant-col-xs-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-xs-push-18{left:75%}.ant-col-xs-pull-18{right:75%}.ant-col-xs-offset-18{margin-left:75%}.ant-col-xs-order-18{-ms-flex-order:18;order:18}.ant-col-xs-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-xs-push-17{left:70.83333333%}.ant-col-xs-pull-17{right:70.83333333%}.ant-col-xs-offset-17{margin-left:70.83333333%}.ant-col-xs-order-17{-ms-flex-order:17;order:17}.ant-col-xs-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-xs-push-16{left:66.66666667%}.ant-col-xs-pull-16{right:66.66666667%}.ant-col-xs-offset-16{margin-left:66.66666667%}.ant-col-xs-order-16{-ms-flex-order:16;order:16}.ant-col-xs-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-xs-push-15{left:62.5%}.ant-col-xs-pull-15{right:62.5%}.ant-col-xs-offset-15{margin-left:62.5%}.ant-col-xs-order-15{-ms-flex-order:15;order:15}.ant-col-xs-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-xs-push-14{left:58.33333333%}.ant-col-xs-pull-14{right:58.33333333%}.ant-col-xs-offset-14{margin-left:58.33333333%}.ant-col-xs-order-14{-ms-flex-order:14;order:14}.ant-col-xs-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-xs-push-13{left:54.16666667%}.ant-col-xs-pull-13{right:54.16666667%}.ant-col-xs-offset-13{margin-left:54.16666667%}.ant-col-xs-order-13{-ms-flex-order:13;order:13}.ant-col-xs-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-xs-push-12{left:50%}.ant-col-xs-pull-12{right:50%}.ant-col-xs-offset-12{margin-left:50%}.ant-col-xs-order-12{-ms-flex-order:12;order:12}.ant-col-xs-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-xs-push-11{left:45.83333333%}.ant-col-xs-pull-11{right:45.83333333%}.ant-col-xs-offset-11{margin-left:45.83333333%}.ant-col-xs-order-11{-ms-flex-order:11;order:11}.ant-col-xs-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-xs-push-10{left:41.66666667%}.ant-col-xs-pull-10{right:41.66666667%}.ant-col-xs-offset-10{margin-left:41.66666667%}.ant-col-xs-order-10{-ms-flex-order:10;order:10}.ant-col-xs-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-xs-push-9{left:37.5%}.ant-col-xs-pull-9{right:37.5%}.ant-col-xs-offset-9{margin-left:37.5%}.ant-col-xs-order-9{-ms-flex-order:9;order:9}.ant-col-xs-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-xs-push-8{left:33.33333333%}.ant-col-xs-pull-8{right:33.33333333%}.ant-col-xs-offset-8{margin-left:33.33333333%}.ant-col-xs-order-8{-ms-flex-order:8;order:8}.ant-col-xs-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-xs-push-7{left:29.16666667%}.ant-col-xs-pull-7{right:29.16666667%}.ant-col-xs-offset-7{margin-left:29.16666667%}.ant-col-xs-order-7{-ms-flex-order:7;order:7}.ant-col-xs-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-xs-push-6{left:25%}.ant-col-xs-pull-6{right:25%}.ant-col-xs-offset-6{margin-left:25%}.ant-col-xs-order-6{-ms-flex-order:6;order:6}.ant-col-xs-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-xs-push-5{left:20.83333333%}.ant-col-xs-pull-5{right:20.83333333%}.ant-col-xs-offset-5{margin-left:20.83333333%}.ant-col-xs-order-5{-ms-flex-order:5;order:5}.ant-col-xs-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-xs-push-4{left:16.66666667%}.ant-col-xs-pull-4{right:16.66666667%}.ant-col-xs-offset-4{margin-left:16.66666667%}.ant-col-xs-order-4{-ms-flex-order:4;order:4}.ant-col-xs-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-xs-push-3{left:12.5%}.ant-col-xs-pull-3{right:12.5%}.ant-col-xs-offset-3{margin-left:12.5%}.ant-col-xs-order-3{-ms-flex-order:3;order:3}.ant-col-xs-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-xs-push-2{left:8.33333333%}.ant-col-xs-pull-2{right:8.33333333%}.ant-col-xs-offset-2{margin-left:8.33333333%}.ant-col-xs-order-2{-ms-flex-order:2;order:2}.ant-col-xs-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-xs-push-1{left:4.16666667%}.ant-col-xs-pull-1{right:4.16666667%}.ant-col-xs-offset-1{margin-left:4.16666667%}.ant-col-xs-order-1{-ms-flex-order:1;order:1}.ant-col-xs-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xs-push-0{left:auto}.ant-col-xs-pull-0{right:auto}.ant-col-xs-offset-0{margin-left:0}.ant-col-xs-order-0{-ms-flex-order:0;order:0}@media (min-width:576px){.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-sm-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-sm-push-24{left:100%}.ant-col-sm-pull-24{right:100%}.ant-col-sm-offset-24{margin-left:100%}.ant-col-sm-order-24{-ms-flex-order:24;order:24}.ant-col-sm-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-sm-push-23{left:95.83333333%}.ant-col-sm-pull-23{right:95.83333333%}.ant-col-sm-offset-23{margin-left:95.83333333%}.ant-col-sm-order-23{-ms-flex-order:23;order:23}.ant-col-sm-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-sm-push-22{left:91.66666667%}.ant-col-sm-pull-22{right:91.66666667%}.ant-col-sm-offset-22{margin-left:91.66666667%}.ant-col-sm-order-22{-ms-flex-order:22;order:22}.ant-col-sm-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-sm-push-21{left:87.5%}.ant-col-sm-pull-21{right:87.5%}.ant-col-sm-offset-21{margin-left:87.5%}.ant-col-sm-order-21{-ms-flex-order:21;order:21}.ant-col-sm-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-sm-push-20{left:83.33333333%}.ant-col-sm-pull-20{right:83.33333333%}.ant-col-sm-offset-20{margin-left:83.33333333%}.ant-col-sm-order-20{-ms-flex-order:20;order:20}.ant-col-sm-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-sm-push-19{left:79.16666667%}.ant-col-sm-pull-19{right:79.16666667%}.ant-col-sm-offset-19{margin-left:79.16666667%}.ant-col-sm-order-19{-ms-flex-order:19;order:19}.ant-col-sm-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-sm-push-18{left:75%}.ant-col-sm-pull-18{right:75%}.ant-col-sm-offset-18{margin-left:75%}.ant-col-sm-order-18{-ms-flex-order:18;order:18}.ant-col-sm-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-sm-push-17{left:70.83333333%}.ant-col-sm-pull-17{right:70.83333333%}.ant-col-sm-offset-17{margin-left:70.83333333%}.ant-col-sm-order-17{-ms-flex-order:17;order:17}.ant-col-sm-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-sm-push-16{left:66.66666667%}.ant-col-sm-pull-16{right:66.66666667%}.ant-col-sm-offset-16{margin-left:66.66666667%}.ant-col-sm-order-16{-ms-flex-order:16;order:16}.ant-col-sm-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-sm-push-15{left:62.5%}.ant-col-sm-pull-15{right:62.5%}.ant-col-sm-offset-15{margin-left:62.5%}.ant-col-sm-order-15{-ms-flex-order:15;order:15}.ant-col-sm-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-sm-push-14{left:58.33333333%}.ant-col-sm-pull-14{right:58.33333333%}.ant-col-sm-offset-14{margin-left:58.33333333%}.ant-col-sm-order-14{-ms-flex-order:14;order:14}.ant-col-sm-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-sm-push-13{left:54.16666667%}.ant-col-sm-pull-13{right:54.16666667%}.ant-col-sm-offset-13{margin-left:54.16666667%}.ant-col-sm-order-13{-ms-flex-order:13;order:13}.ant-col-sm-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-sm-push-12{left:50%}.ant-col-sm-pull-12{right:50%}.ant-col-sm-offset-12{margin-left:50%}.ant-col-sm-order-12{-ms-flex-order:12;order:12}.ant-col-sm-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-sm-push-11{left:45.83333333%}.ant-col-sm-pull-11{right:45.83333333%}.ant-col-sm-offset-11{margin-left:45.83333333%}.ant-col-sm-order-11{-ms-flex-order:11;order:11}.ant-col-sm-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-sm-push-10{left:41.66666667%}.ant-col-sm-pull-10{right:41.66666667%}.ant-col-sm-offset-10{margin-left:41.66666667%}.ant-col-sm-order-10{-ms-flex-order:10;order:10}.ant-col-sm-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-sm-push-9{left:37.5%}.ant-col-sm-pull-9{right:37.5%}.ant-col-sm-offset-9{margin-left:37.5%}.ant-col-sm-order-9{-ms-flex-order:9;order:9}.ant-col-sm-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-sm-push-8{left:33.33333333%}.ant-col-sm-pull-8{right:33.33333333%}.ant-col-sm-offset-8{margin-left:33.33333333%}.ant-col-sm-order-8{-ms-flex-order:8;order:8}.ant-col-sm-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-sm-push-7{left:29.16666667%}.ant-col-sm-pull-7{right:29.16666667%}.ant-col-sm-offset-7{margin-left:29.16666667%}.ant-col-sm-order-7{-ms-flex-order:7;order:7}.ant-col-sm-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-sm-push-6{left:25%}.ant-col-sm-pull-6{right:25%}.ant-col-sm-offset-6{margin-left:25%}.ant-col-sm-order-6{-ms-flex-order:6;order:6}.ant-col-sm-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-sm-push-5{left:20.83333333%}.ant-col-sm-pull-5{right:20.83333333%}.ant-col-sm-offset-5{margin-left:20.83333333%}.ant-col-sm-order-5{-ms-flex-order:5;order:5}.ant-col-sm-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-sm-push-4{left:16.66666667%}.ant-col-sm-pull-4{right:16.66666667%}.ant-col-sm-offset-4{margin-left:16.66666667%}.ant-col-sm-order-4{-ms-flex-order:4;order:4}.ant-col-sm-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-sm-push-3{left:12.5%}.ant-col-sm-pull-3{right:12.5%}.ant-col-sm-offset-3{margin-left:12.5%}.ant-col-sm-order-3{-ms-flex-order:3;order:3}.ant-col-sm-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-sm-push-2{left:8.33333333%}.ant-col-sm-pull-2{right:8.33333333%}.ant-col-sm-offset-2{margin-left:8.33333333%}.ant-col-sm-order-2{-ms-flex-order:2;order:2}.ant-col-sm-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-sm-push-1{left:4.16666667%}.ant-col-sm-pull-1{right:4.16666667%}.ant-col-sm-offset-1{margin-left:4.16666667%}.ant-col-sm-order-1{-ms-flex-order:1;order:1}.ant-col-sm-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-sm-push-0{left:auto}.ant-col-sm-pull-0{right:auto}.ant-col-sm-offset-0{margin-left:0}.ant-col-sm-order-0{-ms-flex-order:0;order:0}}@media (min-width:768px){.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-md-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-md-push-24{left:100%}.ant-col-md-pull-24{right:100%}.ant-col-md-offset-24{margin-left:100%}.ant-col-md-order-24{-ms-flex-order:24;order:24}.ant-col-md-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-md-push-23{left:95.83333333%}.ant-col-md-pull-23{right:95.83333333%}.ant-col-md-offset-23{margin-left:95.83333333%}.ant-col-md-order-23{-ms-flex-order:23;order:23}.ant-col-md-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-md-push-22{left:91.66666667%}.ant-col-md-pull-22{right:91.66666667%}.ant-col-md-offset-22{margin-left:91.66666667%}.ant-col-md-order-22{-ms-flex-order:22;order:22}.ant-col-md-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-md-push-21{left:87.5%}.ant-col-md-pull-21{right:87.5%}.ant-col-md-offset-21{margin-left:87.5%}.ant-col-md-order-21{-ms-flex-order:21;order:21}.ant-col-md-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-md-push-20{left:83.33333333%}.ant-col-md-pull-20{right:83.33333333%}.ant-col-md-offset-20{margin-left:83.33333333%}.ant-col-md-order-20{-ms-flex-order:20;order:20}.ant-col-md-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-md-push-19{left:79.16666667%}.ant-col-md-pull-19{right:79.16666667%}.ant-col-md-offset-19{margin-left:79.16666667%}.ant-col-md-order-19{-ms-flex-order:19;order:19}.ant-col-md-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-md-push-18{left:75%}.ant-col-md-pull-18{right:75%}.ant-col-md-offset-18{margin-left:75%}.ant-col-md-order-18{-ms-flex-order:18;order:18}.ant-col-md-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-md-push-17{left:70.83333333%}.ant-col-md-pull-17{right:70.83333333%}.ant-col-md-offset-17{margin-left:70.83333333%}.ant-col-md-order-17{-ms-flex-order:17;order:17}.ant-col-md-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-md-push-16{left:66.66666667%}.ant-col-md-pull-16{right:66.66666667%}.ant-col-md-offset-16{margin-left:66.66666667%}.ant-col-md-order-16{-ms-flex-order:16;order:16}.ant-col-md-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-md-push-15{left:62.5%}.ant-col-md-pull-15{right:62.5%}.ant-col-md-offset-15{margin-left:62.5%}.ant-col-md-order-15{-ms-flex-order:15;order:15}.ant-col-md-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-md-push-14{left:58.33333333%}.ant-col-md-pull-14{right:58.33333333%}.ant-col-md-offset-14{margin-left:58.33333333%}.ant-col-md-order-14{-ms-flex-order:14;order:14}.ant-col-md-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-md-push-13{left:54.16666667%}.ant-col-md-pull-13{right:54.16666667%}.ant-col-md-offset-13{margin-left:54.16666667%}.ant-col-md-order-13{-ms-flex-order:13;order:13}.ant-col-md-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-md-push-12{left:50%}.ant-col-md-pull-12{right:50%}.ant-col-md-offset-12{margin-left:50%}.ant-col-md-order-12{-ms-flex-order:12;order:12}.ant-col-md-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-md-push-11{left:45.83333333%}.ant-col-md-pull-11{right:45.83333333%}.ant-col-md-offset-11{margin-left:45.83333333%}.ant-col-md-order-11{-ms-flex-order:11;order:11}.ant-col-md-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-md-push-10{left:41.66666667%}.ant-col-md-pull-10{right:41.66666667%}.ant-col-md-offset-10{margin-left:41.66666667%}.ant-col-md-order-10{-ms-flex-order:10;order:10}.ant-col-md-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-md-push-9{left:37.5%}.ant-col-md-pull-9{right:37.5%}.ant-col-md-offset-9{margin-left:37.5%}.ant-col-md-order-9{-ms-flex-order:9;order:9}.ant-col-md-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-md-push-8{left:33.33333333%}.ant-col-md-pull-8{right:33.33333333%}.ant-col-md-offset-8{margin-left:33.33333333%}.ant-col-md-order-8{-ms-flex-order:8;order:8}.ant-col-md-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-md-push-7{left:29.16666667%}.ant-col-md-pull-7{right:29.16666667%}.ant-col-md-offset-7{margin-left:29.16666667%}.ant-col-md-order-7{-ms-flex-order:7;order:7}.ant-col-md-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-md-push-6{left:25%}.ant-col-md-pull-6{right:25%}.ant-col-md-offset-6{margin-left:25%}.ant-col-md-order-6{-ms-flex-order:6;order:6}.ant-col-md-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-md-push-5{left:20.83333333%}.ant-col-md-pull-5{right:20.83333333%}.ant-col-md-offset-5{margin-left:20.83333333%}.ant-col-md-order-5{-ms-flex-order:5;order:5}.ant-col-md-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-md-push-4{left:16.66666667%}.ant-col-md-pull-4{right:16.66666667%}.ant-col-md-offset-4{margin-left:16.66666667%}.ant-col-md-order-4{-ms-flex-order:4;order:4}.ant-col-md-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-md-push-3{left:12.5%}.ant-col-md-pull-3{right:12.5%}.ant-col-md-offset-3{margin-left:12.5%}.ant-col-md-order-3{-ms-flex-order:3;order:3}.ant-col-md-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-md-push-2{left:8.33333333%}.ant-col-md-pull-2{right:8.33333333%}.ant-col-md-offset-2{margin-left:8.33333333%}.ant-col-md-order-2{-ms-flex-order:2;order:2}.ant-col-md-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-md-push-1{left:4.16666667%}.ant-col-md-pull-1{right:4.16666667%}.ant-col-md-offset-1{margin-left:4.16666667%}.ant-col-md-order-1{-ms-flex-order:1;order:1}.ant-col-md-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-md-push-0{left:auto}.ant-col-md-pull-0{right:auto}.ant-col-md-offset-0{margin-left:0}.ant-col-md-order-0{-ms-flex-order:0;order:0}}@media (min-width:992px){.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-lg-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-lg-push-24{left:100%}.ant-col-lg-pull-24{right:100%}.ant-col-lg-offset-24{margin-left:100%}.ant-col-lg-order-24{-ms-flex-order:24;order:24}.ant-col-lg-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-lg-push-23{left:95.83333333%}.ant-col-lg-pull-23{right:95.83333333%}.ant-col-lg-offset-23{margin-left:95.83333333%}.ant-col-lg-order-23{-ms-flex-order:23;order:23}.ant-col-lg-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-lg-push-22{left:91.66666667%}.ant-col-lg-pull-22{right:91.66666667%}.ant-col-lg-offset-22{margin-left:91.66666667%}.ant-col-lg-order-22{-ms-flex-order:22;order:22}.ant-col-lg-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-lg-push-21{left:87.5%}.ant-col-lg-pull-21{right:87.5%}.ant-col-lg-offset-21{margin-left:87.5%}.ant-col-lg-order-21{-ms-flex-order:21;order:21}.ant-col-lg-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-lg-push-20{left:83.33333333%}.ant-col-lg-pull-20{right:83.33333333%}.ant-col-lg-offset-20{margin-left:83.33333333%}.ant-col-lg-order-20{-ms-flex-order:20;order:20}.ant-col-lg-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-lg-push-19{left:79.16666667%}.ant-col-lg-pull-19{right:79.16666667%}.ant-col-lg-offset-19{margin-left:79.16666667%}.ant-col-lg-order-19{-ms-flex-order:19;order:19}.ant-col-lg-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-lg-push-18{left:75%}.ant-col-lg-pull-18{right:75%}.ant-col-lg-offset-18{margin-left:75%}.ant-col-lg-order-18{-ms-flex-order:18;order:18}.ant-col-lg-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-lg-push-17{left:70.83333333%}.ant-col-lg-pull-17{right:70.83333333%}.ant-col-lg-offset-17{margin-left:70.83333333%}.ant-col-lg-order-17{-ms-flex-order:17;order:17}.ant-col-lg-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-lg-push-16{left:66.66666667%}.ant-col-lg-pull-16{right:66.66666667%}.ant-col-lg-offset-16{margin-left:66.66666667%}.ant-col-lg-order-16{-ms-flex-order:16;order:16}.ant-col-lg-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-lg-push-15{left:62.5%}.ant-col-lg-pull-15{right:62.5%}.ant-col-lg-offset-15{margin-left:62.5%}.ant-col-lg-order-15{-ms-flex-order:15;order:15}.ant-col-lg-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-lg-push-14{left:58.33333333%}.ant-col-lg-pull-14{right:58.33333333%}.ant-col-lg-offset-14{margin-left:58.33333333%}.ant-col-lg-order-14{-ms-flex-order:14;order:14}.ant-col-lg-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-lg-push-13{left:54.16666667%}.ant-col-lg-pull-13{right:54.16666667%}.ant-col-lg-offset-13{margin-left:54.16666667%}.ant-col-lg-order-13{-ms-flex-order:13;order:13}.ant-col-lg-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-lg-push-12{left:50%}.ant-col-lg-pull-12{right:50%}.ant-col-lg-offset-12{margin-left:50%}.ant-col-lg-order-12{-ms-flex-order:12;order:12}.ant-col-lg-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-lg-push-11{left:45.83333333%}.ant-col-lg-pull-11{right:45.83333333%}.ant-col-lg-offset-11{margin-left:45.83333333%}.ant-col-lg-order-11{-ms-flex-order:11;order:11}.ant-col-lg-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-lg-push-10{left:41.66666667%}.ant-col-lg-pull-10{right:41.66666667%}.ant-col-lg-offset-10{margin-left:41.66666667%}.ant-col-lg-order-10{-ms-flex-order:10;order:10}.ant-col-lg-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-lg-push-9{left:37.5%}.ant-col-lg-pull-9{right:37.5%}.ant-col-lg-offset-9{margin-left:37.5%}.ant-col-lg-order-9{-ms-flex-order:9;order:9}.ant-col-lg-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-lg-push-8{left:33.33333333%}.ant-col-lg-pull-8{right:33.33333333%}.ant-col-lg-offset-8{margin-left:33.33333333%}.ant-col-lg-order-8{-ms-flex-order:8;order:8}.ant-col-lg-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-lg-push-7{left:29.16666667%}.ant-col-lg-pull-7{right:29.16666667%}.ant-col-lg-offset-7{margin-left:29.16666667%}.ant-col-lg-order-7{-ms-flex-order:7;order:7}.ant-col-lg-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-lg-push-6{left:25%}.ant-col-lg-pull-6{right:25%}.ant-col-lg-offset-6{margin-left:25%}.ant-col-lg-order-6{-ms-flex-order:6;order:6}.ant-col-lg-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-lg-push-5{left:20.83333333%}.ant-col-lg-pull-5{right:20.83333333%}.ant-col-lg-offset-5{margin-left:20.83333333%}.ant-col-lg-order-5{-ms-flex-order:5;order:5}.ant-col-lg-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-lg-push-4{left:16.66666667%}.ant-col-lg-pull-4{right:16.66666667%}.ant-col-lg-offset-4{margin-left:16.66666667%}.ant-col-lg-order-4{-ms-flex-order:4;order:4}.ant-col-lg-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-lg-push-3{left:12.5%}.ant-col-lg-pull-3{right:12.5%}.ant-col-lg-offset-3{margin-left:12.5%}.ant-col-lg-order-3{-ms-flex-order:3;order:3}.ant-col-lg-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-lg-push-2{left:8.33333333%}.ant-col-lg-pull-2{right:8.33333333%}.ant-col-lg-offset-2{margin-left:8.33333333%}.ant-col-lg-order-2{-ms-flex-order:2;order:2}.ant-col-lg-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-lg-push-1{left:4.16666667%}.ant-col-lg-pull-1{right:4.16666667%}.ant-col-lg-offset-1{margin-left:4.16666667%}.ant-col-lg-order-1{-ms-flex-order:1;order:1}.ant-col-lg-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-lg-push-0{left:auto}.ant-col-lg-pull-0{right:auto}.ant-col-lg-offset-0{margin-left:0}.ant-col-lg-order-0{-ms-flex-order:0;order:0}}@media (min-width:1200px){.ant-col-xl-1,.ant-col-xl-2,.ant-col-xl-3,.ant-col-xl-4,.ant-col-xl-5,.ant-col-xl-6,.ant-col-xl-7,.ant-col-xl-8,.ant-col-xl-9,.ant-col-xl-10,.ant-col-xl-11,.ant-col-xl-12,.ant-col-xl-13,.ant-col-xl-14,.ant-col-xl-15,.ant-col-xl-16,.ant-col-xl-17,.ant-col-xl-18,.ant-col-xl-19,.ant-col-xl-20,.ant-col-xl-21,.ant-col-xl-22,.ant-col-xl-23,.ant-col-xl-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-xl-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-xl-push-24{left:100%}.ant-col-xl-pull-24{right:100%}.ant-col-xl-offset-24{margin-left:100%}.ant-col-xl-order-24{-ms-flex-order:24;order:24}.ant-col-xl-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-xl-push-23{left:95.83333333%}.ant-col-xl-pull-23{right:95.83333333%}.ant-col-xl-offset-23{margin-left:95.83333333%}.ant-col-xl-order-23{-ms-flex-order:23;order:23}.ant-col-xl-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-xl-push-22{left:91.66666667%}.ant-col-xl-pull-22{right:91.66666667%}.ant-col-xl-offset-22{margin-left:91.66666667%}.ant-col-xl-order-22{-ms-flex-order:22;order:22}.ant-col-xl-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-xl-push-21{left:87.5%}.ant-col-xl-pull-21{right:87.5%}.ant-col-xl-offset-21{margin-left:87.5%}.ant-col-xl-order-21{-ms-flex-order:21;order:21}.ant-col-xl-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-xl-push-20{left:83.33333333%}.ant-col-xl-pull-20{right:83.33333333%}.ant-col-xl-offset-20{margin-left:83.33333333%}.ant-col-xl-order-20{-ms-flex-order:20;order:20}.ant-col-xl-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-xl-push-19{left:79.16666667%}.ant-col-xl-pull-19{right:79.16666667%}.ant-col-xl-offset-19{margin-left:79.16666667%}.ant-col-xl-order-19{-ms-flex-order:19;order:19}.ant-col-xl-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-xl-push-18{left:75%}.ant-col-xl-pull-18{right:75%}.ant-col-xl-offset-18{margin-left:75%}.ant-col-xl-order-18{-ms-flex-order:18;order:18}.ant-col-xl-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-xl-push-17{left:70.83333333%}.ant-col-xl-pull-17{right:70.83333333%}.ant-col-xl-offset-17{margin-left:70.83333333%}.ant-col-xl-order-17{-ms-flex-order:17;order:17}.ant-col-xl-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-xl-push-16{left:66.66666667%}.ant-col-xl-pull-16{right:66.66666667%}.ant-col-xl-offset-16{margin-left:66.66666667%}.ant-col-xl-order-16{-ms-flex-order:16;order:16}.ant-col-xl-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-xl-push-15{left:62.5%}.ant-col-xl-pull-15{right:62.5%}.ant-col-xl-offset-15{margin-left:62.5%}.ant-col-xl-order-15{-ms-flex-order:15;order:15}.ant-col-xl-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-xl-push-14{left:58.33333333%}.ant-col-xl-pull-14{right:58.33333333%}.ant-col-xl-offset-14{margin-left:58.33333333%}.ant-col-xl-order-14{-ms-flex-order:14;order:14}.ant-col-xl-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-xl-push-13{left:54.16666667%}.ant-col-xl-pull-13{right:54.16666667%}.ant-col-xl-offset-13{margin-left:54.16666667%}.ant-col-xl-order-13{-ms-flex-order:13;order:13}.ant-col-xl-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-xl-push-12{left:50%}.ant-col-xl-pull-12{right:50%}.ant-col-xl-offset-12{margin-left:50%}.ant-col-xl-order-12{-ms-flex-order:12;order:12}.ant-col-xl-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-xl-push-11{left:45.83333333%}.ant-col-xl-pull-11{right:45.83333333%}.ant-col-xl-offset-11{margin-left:45.83333333%}.ant-col-xl-order-11{-ms-flex-order:11;order:11}.ant-col-xl-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-xl-push-10{left:41.66666667%}.ant-col-xl-pull-10{right:41.66666667%}.ant-col-xl-offset-10{margin-left:41.66666667%}.ant-col-xl-order-10{-ms-flex-order:10;order:10}.ant-col-xl-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-xl-push-9{left:37.5%}.ant-col-xl-pull-9{right:37.5%}.ant-col-xl-offset-9{margin-left:37.5%}.ant-col-xl-order-9{-ms-flex-order:9;order:9}.ant-col-xl-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-xl-push-8{left:33.33333333%}.ant-col-xl-pull-8{right:33.33333333%}.ant-col-xl-offset-8{margin-left:33.33333333%}.ant-col-xl-order-8{-ms-flex-order:8;order:8}.ant-col-xl-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-xl-push-7{left:29.16666667%}.ant-col-xl-pull-7{right:29.16666667%}.ant-col-xl-offset-7{margin-left:29.16666667%}.ant-col-xl-order-7{-ms-flex-order:7;order:7}.ant-col-xl-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-xl-push-6{left:25%}.ant-col-xl-pull-6{right:25%}.ant-col-xl-offset-6{margin-left:25%}.ant-col-xl-order-6{-ms-flex-order:6;order:6}.ant-col-xl-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-xl-push-5{left:20.83333333%}.ant-col-xl-pull-5{right:20.83333333%}.ant-col-xl-offset-5{margin-left:20.83333333%}.ant-col-xl-order-5{-ms-flex-order:5;order:5}.ant-col-xl-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-xl-push-4{left:16.66666667%}.ant-col-xl-pull-4{right:16.66666667%}.ant-col-xl-offset-4{margin-left:16.66666667%}.ant-col-xl-order-4{-ms-flex-order:4;order:4}.ant-col-xl-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-xl-push-3{left:12.5%}.ant-col-xl-pull-3{right:12.5%}.ant-col-xl-offset-3{margin-left:12.5%}.ant-col-xl-order-3{-ms-flex-order:3;order:3}.ant-col-xl-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-xl-push-2{left:8.33333333%}.ant-col-xl-pull-2{right:8.33333333%}.ant-col-xl-offset-2{margin-left:8.33333333%}.ant-col-xl-order-2{-ms-flex-order:2;order:2}.ant-col-xl-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-xl-push-1{left:4.16666667%}.ant-col-xl-pull-1{right:4.16666667%}.ant-col-xl-offset-1{margin-left:4.16666667%}.ant-col-xl-order-1{-ms-flex-order:1;order:1}.ant-col-xl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xl-push-0{left:auto}.ant-col-xl-pull-0{right:auto}.ant-col-xl-offset-0{margin-left:0}.ant-col-xl-order-0{-ms-flex-order:0;order:0}}@media (min-width:1600px){.ant-col-xxl-1,.ant-col-xxl-2,.ant-col-xxl-3,.ant-col-xxl-4,.ant-col-xxl-5,.ant-col-xxl-6,.ant-col-xxl-7,.ant-col-xxl-8,.ant-col-xxl-9,.ant-col-xxl-10,.ant-col-xxl-11,.ant-col-xxl-12,.ant-col-xxl-13,.ant-col-xxl-14,.ant-col-xxl-15,.ant-col-xxl-16,.ant-col-xxl-17,.ant-col-xxl-18,.ant-col-xxl-19,.ant-col-xxl-20,.ant-col-xxl-21,.ant-col-xxl-22,.ant-col-xxl-23,.ant-col-xxl-24{-ms-flex:0 0 auto;flex:0 0 auto;float:left}.ant-col-xxl-24{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ant-col-xxl-push-24{left:100%}.ant-col-xxl-pull-24{right:100%}.ant-col-xxl-offset-24{margin-left:100%}.ant-col-xxl-order-24{-ms-flex-order:24;order:24}.ant-col-xxl-23{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:95.83333333%}.ant-col-xxl-push-23{left:95.83333333%}.ant-col-xxl-pull-23{right:95.83333333%}.ant-col-xxl-offset-23{margin-left:95.83333333%}.ant-col-xxl-order-23{-ms-flex-order:23;order:23}.ant-col-xxl-22{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:91.66666667%}.ant-col-xxl-push-22{left:91.66666667%}.ant-col-xxl-pull-22{right:91.66666667%}.ant-col-xxl-offset-22{margin-left:91.66666667%}.ant-col-xxl-order-22{-ms-flex-order:22;order:22}.ant-col-xxl-21{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:87.5%}.ant-col-xxl-push-21{left:87.5%}.ant-col-xxl-pull-21{right:87.5%}.ant-col-xxl-offset-21{margin-left:87.5%}.ant-col-xxl-order-21{-ms-flex-order:21;order:21}.ant-col-xxl-20{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:83.33333333%}.ant-col-xxl-push-20{left:83.33333333%}.ant-col-xxl-pull-20{right:83.33333333%}.ant-col-xxl-offset-20{margin-left:83.33333333%}.ant-col-xxl-order-20{-ms-flex-order:20;order:20}.ant-col-xxl-19{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:79.16666667%}.ant-col-xxl-push-19{left:79.16666667%}.ant-col-xxl-pull-19{right:79.16666667%}.ant-col-xxl-offset-19{margin-left:79.16666667%}.ant-col-xxl-order-19{-ms-flex-order:19;order:19}.ant-col-xxl-18{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ant-col-xxl-push-18{left:75%}.ant-col-xxl-pull-18{right:75%}.ant-col-xxl-offset-18{margin-left:75%}.ant-col-xxl-order-18{-ms-flex-order:18;order:18}.ant-col-xxl-17{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:70.83333333%}.ant-col-xxl-push-17{left:70.83333333%}.ant-col-xxl-pull-17{right:70.83333333%}.ant-col-xxl-offset-17{margin-left:70.83333333%}.ant-col-xxl-order-17{-ms-flex-order:17;order:17}.ant-col-xxl-16{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:66.66666667%}.ant-col-xxl-push-16{left:66.66666667%}.ant-col-xxl-pull-16{right:66.66666667%}.ant-col-xxl-offset-16{margin-left:66.66666667%}.ant-col-xxl-order-16{-ms-flex-order:16;order:16}.ant-col-xxl-15{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:62.5%}.ant-col-xxl-push-15{left:62.5%}.ant-col-xxl-pull-15{right:62.5%}.ant-col-xxl-offset-15{margin-left:62.5%}.ant-col-xxl-order-15{-ms-flex-order:15;order:15}.ant-col-xxl-14{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:58.33333333%}.ant-col-xxl-push-14{left:58.33333333%}.ant-col-xxl-pull-14{right:58.33333333%}.ant-col-xxl-offset-14{margin-left:58.33333333%}.ant-col-xxl-order-14{-ms-flex-order:14;order:14}.ant-col-xxl-13{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:54.16666667%}.ant-col-xxl-push-13{left:54.16666667%}.ant-col-xxl-pull-13{right:54.16666667%}.ant-col-xxl-offset-13{margin-left:54.16666667%}.ant-col-xxl-order-13{-ms-flex-order:13;order:13}.ant-col-xxl-12{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.ant-col-xxl-push-12{left:50%}.ant-col-xxl-pull-12{right:50%}.ant-col-xxl-offset-12{margin-left:50%}.ant-col-xxl-order-12{-ms-flex-order:12;order:12}.ant-col-xxl-11{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:45.83333333%}.ant-col-xxl-push-11{left:45.83333333%}.ant-col-xxl-pull-11{right:45.83333333%}.ant-col-xxl-offset-11{margin-left:45.83333333%}.ant-col-xxl-order-11{-ms-flex-order:11;order:11}.ant-col-xxl-10{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:41.66666667%}.ant-col-xxl-push-10{left:41.66666667%}.ant-col-xxl-pull-10{right:41.66666667%}.ant-col-xxl-offset-10{margin-left:41.66666667%}.ant-col-xxl-order-10{-ms-flex-order:10;order:10}.ant-col-xxl-9{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:37.5%}.ant-col-xxl-push-9{left:37.5%}.ant-col-xxl-pull-9{right:37.5%}.ant-col-xxl-offset-9{margin-left:37.5%}.ant-col-xxl-order-9{-ms-flex-order:9;order:9}.ant-col-xxl-8{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:33.33333333%}.ant-col-xxl-push-8{left:33.33333333%}.ant-col-xxl-pull-8{right:33.33333333%}.ant-col-xxl-offset-8{margin-left:33.33333333%}.ant-col-xxl-order-8{-ms-flex-order:8;order:8}.ant-col-xxl-7{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:29.16666667%}.ant-col-xxl-push-7{left:29.16666667%}.ant-col-xxl-pull-7{right:29.16666667%}.ant-col-xxl-offset-7{margin-left:29.16666667%}.ant-col-xxl-order-7{-ms-flex-order:7;order:7}.ant-col-xxl-6{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:25%}.ant-col-xxl-push-6{left:25%}.ant-col-xxl-pull-6{right:25%}.ant-col-xxl-offset-6{margin-left:25%}.ant-col-xxl-order-6{-ms-flex-order:6;order:6}.ant-col-xxl-5{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:20.83333333%}.ant-col-xxl-push-5{left:20.83333333%}.ant-col-xxl-pull-5{right:20.83333333%}.ant-col-xxl-offset-5{margin-left:20.83333333%}.ant-col-xxl-order-5{-ms-flex-order:5;order:5}.ant-col-xxl-4{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:16.66666667%}.ant-col-xxl-push-4{left:16.66666667%}.ant-col-xxl-pull-4{right:16.66666667%}.ant-col-xxl-offset-4{margin-left:16.66666667%}.ant-col-xxl-order-4{-ms-flex-order:4;order:4}.ant-col-xxl-3{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:12.5%}.ant-col-xxl-push-3{left:12.5%}.ant-col-xxl-pull-3{right:12.5%}.ant-col-xxl-offset-3{margin-left:12.5%}.ant-col-xxl-order-3{-ms-flex-order:3;order:3}.ant-col-xxl-2{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:8.33333333%}.ant-col-xxl-push-2{left:8.33333333%}.ant-col-xxl-pull-2{right:8.33333333%}.ant-col-xxl-offset-2{margin-left:8.33333333%}.ant-col-xxl-order-2{-ms-flex-order:2;order:2}.ant-col-xxl-1{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:4.16666667%}.ant-col-xxl-push-1{left:4.16666667%}.ant-col-xxl-pull-1{right:4.16666667%}.ant-col-xxl-offset-1{margin-left:4.16666667%}.ant-col-xxl-order-1{-ms-flex-order:1;order:1}.ant-col-xxl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xxl-push-0{left:auto}.ant-col-xxl-pull-0{right:auto}.ant-col-xxl-offset-0{margin-left:0}.ant-col-xxl-order-0{-ms-flex-order:0;order:0}}.ant-carousel{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-carousel,.ant-carousel .slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box}.ant-carousel .slick-slider{position:relative;display:block;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.ant-carousel .slick-list{position:relative;display:block;margin:0;padding:0;overflow:hidden}.ant-carousel .slick-list:focus{outline:none}.ant-carousel .slick-list.dragging{cursor:pointer}.ant-carousel .slick-list .slick-slide{pointer-events:none}.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide input.ant-radio-input{visibility:hidden}.ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input{visibility:visible}.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.ant-carousel .slick-track{position:relative;top:0;left:0;display:block}.ant-carousel .slick-track:after,.ant-carousel .slick-track:before{display:table;content:""}.ant-carousel .slick-track:after{clear:both}.slick-loading .ant-carousel .slick-track{visibility:hidden}.ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .ant-carousel .slick-slide{float:right}.ant-carousel .slick-slide img{display:block}.ant-carousel .slick-slide.slick-loading img{display:none}.ant-carousel .slick-slide.dragging img{pointer-events:none}.ant-carousel .slick-initialized .slick-slide{display:block}.ant-carousel .slick-loading .slick-slide{visibility:hidden}.ant-carousel .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.ant-carousel .slick-arrow.slick-hidden{display:none}.ant-carousel .slick-next,.ant-carousel .slick-prev{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;font-size:0;line-height:0;border:0;cursor:pointer}.ant-carousel .slick-next,.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover{color:transparent;background:transparent;outline:none}.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before{opacity:1}.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before{opacity:.25}.ant-carousel .slick-prev{left:-25px}.ant-carousel .slick-prev:before{content:"\2190"}.ant-carousel .slick-next{right:-25px}.ant-carousel .slick-next:before{content:"\2192"}.ant-carousel .slick-dots{position:absolute;display:block;width:100%;height:3px;margin:0;padding:0;text-align:center;list-style:none}.ant-carousel .slick-dots-bottom{bottom:12px}.ant-carousel .slick-dots-top{top:12px}.ant-carousel .slick-dots li{position:relative;display:inline-block;margin:0 2px;padding:0;text-align:center;vertical-align:top}.ant-carousel .slick-dots li button{display:block;width:16px;height:3px;padding:0;color:transparent;font-size:0;background:#fff;border:0;border-radius:1px;outline:none;cursor:pointer;opacity:.3;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.ant-carousel .slick-dots li button:focus,.ant-carousel .slick-dots li button:hover{opacity:.75}.ant-carousel .slick-dots li.slick-active button{width:24px;background:#fff;opacity:1}.ant-carousel .slick-dots li.slick-active button:focus,.ant-carousel .slick-dots li.slick-active button:hover{opacity:1}.ant-carousel-vertical .slick-dots{top:50%;bottom:auto;width:3px;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-carousel-vertical .slick-dots-left{left:12px}.ant-carousel-vertical .slick-dots-right{right:12px}.ant-carousel-vertical .slick-dots li{margin:0 2px;vertical-align:baseline}.ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.ant-cascader{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-cascader-input.ant-input{position:static;width:100%;padding-right:24px;background-color:transparent!important;cursor:pointer}.ant-cascader-picker-show-search .ant-cascader-input.ant-input{position:relative}.ant-cascader-picker{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;background-color:#fff;border-radius:4px;outline:0;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-cascader-picker-with-value .ant-cascader-picker-label{color:transparent}.ant-cascader-picker-disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-cascader-picker-disabled .ant-cascader-input{cursor:not-allowed}.ant-cascader-picker:focus .ant-cascader-input{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-cascader-picker-show-search.ant-cascader-picker-focused{color:rgba(0,0,0,.25)}.ant-cascader-picker-label{position:absolute;top:50%;left:0;width:100%;height:20px;margin-top:-10px;padding:0 20px 0 12px;overflow:hidden;line-height:20px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-cascader-picker-clear{position:absolute;top:50%;right:12px;z-index:2;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color .3s ease,opacity .15s ease;-o-transition:color .3s ease,opacity .15s ease;transition:color .3s ease,opacity .15s ease}.ant-cascader-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-cascader-picker:hover .ant-cascader-picker-clear{opacity:1}.ant-cascader-picker-arrow{position:absolute;top:50%;right:12px;z-index:1;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ant-cascader-picker-label:hover+.ant-cascader-input{border-color:#40a9ff;border-right-width:1px!important}.ant-cascader-picker-small .ant-cascader-picker-arrow,.ant-cascader-picker-small .ant-cascader-picker-clear{right:8px}.ant-cascader-menus{position:absolute;z-index:1050;font-size:14px;white-space:nowrap;background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-cascader-menus ol,.ant-cascader-menus ul{margin:0;list-style:none}.ant-cascader-menus-empty,.ant-cascader-menus-hidden{display:none}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-cascader-menu{display:inline-block;min-width:111px;height:180px;margin:0;padding:4px 0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #e8e8e8;-ms-overflow-style:-ms-autohiding-scrollbar}.ant-cascader-menu:first-child{border-radius:4px 0 0 4px}.ant-cascader-menu:last-child{margin-right:-1px;border-right-color:transparent;border-radius:0 4px 4px 0}.ant-cascader-menu:only-child{border-radius:4px}.ant-cascader-menu-item{padding:5px 12px;line-height:22px;white-space:nowrap;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-cascader-menu-item:hover{background:#e6f7ff}.ant-cascader-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-cascader-menu-item-disabled:hover{background:transparent}.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover{font-weight:600;background-color:#fafafa}.ant-cascader-menu-item-expand{position:relative;padding-right:24px}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-loading-icon{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);position:absolute;right:12px;color:rgba(0,0,0,.45)}:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,:root .ant-cascader-menu-item-loading-icon{font-size:12px}.ant-cascader-menu-item .ant-cascader-menu-item-keyword{color:#f5222d}.ant-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;-webkit-animation:antCheckboxEffect .36s ease-in-out;animation:antCheckboxEffect .36s ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;content:""}.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(0) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(0) translate(-50%,-50%);transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;-webkit-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;-o-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;-o-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);-webkit-animation-name:none;animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;-webkit-animation-name:none;animation-name:none}.ant-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-checkbox-group-item{display:inline-block;margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-collapse{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:4px}.ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse>.ant-collapse-item:last-child,.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 4px 4px}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px;padding-left:40px;color:rgba(0,0,0,.85);line-height:22px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:16px;display:inline-block;font-size:12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>*{line-height:1}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{display:inline-block}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow:before{display:none}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow-icon{display:block}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{-webkit-transition:-webkit-transform .24s;transition:-webkit-transform .24s;-o-transition:transform .24s;transition:transform .24s;transition:transform .24s,-webkit-transform .24s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{float:right}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header{padding:12px 16px;padding-right:40px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{right:16px;left:auto}.ant-collapse-anim-active{-webkit-transition:height .2s cubic-bezier(.215,.61,.355,1);-o-transition:height .2s cubic-bezier(.215,.61,.355,1);transition:height .2s cubic-bezier(.215,.61,.355,1)}.ant-collapse-content{overflow:hidden;color:rgba(0,0,0,.65);background-color:#fff;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-inactive{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 4px 4px}.ant-collapse-borderless{background-color:#fafafa;border:0}.ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse-borderless>.ant-collapse-item:last-child,.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-comment{position:relative}.ant-comment-inner{display:-ms-flexbox;display:flex;padding:16px 0}.ant-comment-avatar{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-right:12px;cursor:pointer}.ant-comment-avatar img{width:32px;height:32px;border-radius:50%}.ant-comment-content{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;min-width:1px;font-size:14px;word-wrap:break-word}.ant-comment-content-author{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:4px;font-size:14px}.ant-comment-content-author>a,.ant-comment-content-author>span{padding-right:8px;font-size:12px;line-height:18px}.ant-comment-content-author-name{color:rgba(0,0,0,.45);font-size:14px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-comment-content-author-name>*,.ant-comment-content-author-name>:hover{color:rgba(0,0,0,.45)}.ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.ant-comment-content-detail p{white-space:pre-wrap}.ant-comment-actions{margin-top:12px;padding-left:0}.ant-comment-actions>li{display:inline-block;color:rgba(0,0,0,.45)}.ant-comment-actions>li>span{padding-right:10px;color:rgba(0,0,0,.45);font-size:12px;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-comment-actions>li>span:hover{color:#595959}.ant-comment-nested{margin-left:44px}.ant-calendar-picker-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;z-index:1050;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-calendar-picker{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;outline:none;cursor:text;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-calendar-picker-input{outline:none}.ant-calendar-picker-input.ant-input{line-height:1.5}.ant-calendar-picker-input.ant-input-sm{padding-top:0;padding-bottom:0}.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){border-color:#40a9ff}.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-calendar-picker-clear,.ant-calendar-picker-icon{position:absolute;top:50%;right:12px;z-index:1;width:14px;height:14px;margin-top:-7px;font-size:12px;line-height:14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-picker-clear{z-index:2;color:rgba(0,0,0,.25);font-size:14px;background:#fff;cursor:pointer;opacity:0;pointer-events:none}.ant-calendar-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-calendar-picker:hover .ant-calendar-picker-clear{opacity:1;pointer-events:auto}.ant-calendar-picker-icon{display:inline-block;color:rgba(0,0,0,.25);font-size:14px;line-height:1}.ant-input-disabled+.ant-calendar-picker-icon{cursor:not-allowed}.ant-calendar-picker-small .ant-calendar-picker-clear,.ant-calendar-picker-small .ant-calendar-picker-icon{right:8px}.ant-calendar{position:relative;width:280px;font-size:14px;line-height:1.5;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-calendar-input-wrap{height:34px;padding:6px 10px;border-bottom:1px solid #e8e8e8}.ant-calendar-input{width:100%;height:22px;color:rgba(0,0,0,.65);background:#fff;border:0;outline:0;cursor:auto}.ant-calendar-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-calendar-week-number{width:286px}.ant-calendar-week-number-cell{text-align:center}.ant-calendar-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-header a:hover{color:#40a9ff}.ant-calendar-header .ant-calendar-century-select,.ant-calendar-header .ant-calendar-decade-select,.ant-calendar-header .ant-calendar-month-select,.ant-calendar-header .ant-calendar-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-header .ant-calendar-century-select-arrow,.ant-calendar-header .ant-calendar-decade-select-arrow,.ant-calendar-header .ant-calendar-month-select-arrow,.ant-calendar-header .ant-calendar-year-select-arrow{display:none}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-month-btn,.ant-calendar-header .ant-calendar-next-year-btn,.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-month-btn,.ant-calendar-header .ant-calendar-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,Microsoft Sans Serif,sans-serif;line-height:40px}.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-year-btn{left:7px;height:100%}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-century-btn:before,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:before,.ant-calendar-header .ant-calendar-prev-year-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-header .ant-calendar-prev-century-btn:hover:after,.ant-calendar-header .ant-calendar-prev-century-btn:hover:before,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:after,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:before,.ant-calendar-header .ant-calendar-prev-year-btn:hover:after,.ant-calendar-header .ant-calendar-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-year-btn{right:7px;height:100%}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-header .ant-calendar-next-century-btn:hover:after,.ant-calendar-header .ant-calendar-next-century-btn:hover:before,.ant-calendar-header .ant-calendar-next-decade-btn:hover:after,.ant-calendar-header .ant-calendar-next-decade-btn:hover:before,.ant-calendar-header .ant-calendar-next-year-btn:hover:after,.ant-calendar-header .ant-calendar-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:none}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;left:3px}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:inline-block}.ant-calendar-header .ant-calendar-prev-month-btn{left:29px;height:100%}.ant-calendar-header .ant-calendar-prev-month-btn:after,.ant-calendar-header .ant-calendar-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-header .ant-calendar-prev-month-btn:hover:after,.ant-calendar-header .ant-calendar-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-prev-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn{right:29px;height:100%}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-header .ant-calendar-next-month-btn:hover:after,.ant-calendar-header .ant-calendar-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-next-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-body{padding:8px 12px}.ant-calendar table{width:100%;max-width:100%;background-color:transparent;border-collapse:collapse}.ant-calendar table,.ant-calendar td,.ant-calendar th{text-align:center;border:0}.ant-calendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-calendar-column-header{width:33px;padding:6px 0;line-height:18px;text-align:center}.ant-calendar-column-header .ant-calendar-column-header-inner{display:block;font-weight:400}.ant-calendar-week-number-header .ant-calendar-column-header-inner{display:none}.ant-calendar-cell{height:30px;padding:3px 0}.ant-calendar-date{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:rgba(0,0,0,.65);line-height:22px;text-align:center;background:transparent;border:1px solid transparent;border-radius:2px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-calendar-date-panel{position:relative;outline:none}.ant-calendar-date:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-date:active{color:#fff;background:#40a9ff}.ant-calendar-today .ant-calendar-date{color:#1890ff;font-weight:700;border-color:#1890ff}.ant-calendar-selected-day .ant-calendar-date{background:#bae7ff}.ant-calendar-last-month-cell .ant-calendar-date,.ant-calendar-last-month-cell .ant-calendar-date:hover,.ant-calendar-next-month-btn-day .ant-calendar-date,.ant-calendar-next-month-btn-day .ant-calendar-date:hover{color:rgba(0,0,0,.25);background:transparent;border-color:transparent}.ant-calendar-disabled-cell .ant-calendar-date{position:relative;width:auto;color:rgba(0,0,0,.25);background:#f5f5f5;border:1px solid transparent;border-radius:0;cursor:not-allowed}.ant-calendar-disabled-cell .ant-calendar-date:hover{background:#f5f5f5}.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;background:rgba(0,0,0,.1);border-radius:2px;content:""}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date{position:relative;padding-right:5px;padding-left:5px}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;border:1px solid rgba(0,0,0,.25);border-radius:2px;content:" "}.ant-calendar-disabled-cell-first-of-row .ant-calendar-date{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-calendar-disabled-cell-last-of-row .ant-calendar-date{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-calendar-footer{padding:0 12px;line-height:38px;border-top:1px solid #e8e8e8}.ant-calendar-footer:empty{border-top:0}.ant-calendar-footer-btn{display:block;text-align:center}.ant-calendar-footer-extra{text-align:left}.ant-calendar .ant-calendar-clear-btn,.ant-calendar .ant-calendar-today-btn{display:inline-block;margin:0 0 0 8px;text-align:center}.ant-calendar .ant-calendar-clear-btn-disabled,.ant-calendar .ant-calendar-today-btn-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-calendar .ant-calendar-clear-btn:only-child,.ant-calendar .ant-calendar-today-btn:only-child{margin:0}.ant-calendar .ant-calendar-clear-btn{position:absolute;top:7px;right:5px;display:none;width:20px;height:20px;margin:0;overflow:hidden;line-height:20px;text-align:center;text-indent:-76px}.ant-calendar .ant-calendar-clear-btn:after{display:inline-block;width:20px;color:rgba(0,0,0,.25);font-size:14px;line-height:1;text-indent:43px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.ant-calendar .ant-calendar-clear-btn:hover:after{color:rgba(0,0,0,.45)}.ant-calendar .ant-calendar-ok-btn{position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.015);box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;height:32px;padding:0 15px;color:#fff;background-color:#1890ff;border-color:#1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 2px 0 rgba(0,0,0,.045);box-shadow:0 2px 0 rgba(0,0,0,.045);height:24px;padding:0 7px;font-size:14px;border-radius:4px;line-height:22px}.ant-calendar .ant-calendar-ok-btn>.anticon{line-height:1}.ant-calendar .ant-calendar-ok-btn,.ant-calendar .ant-calendar-ok-btn:active,.ant-calendar .ant-calendar-ok-btn:focus{outline:0}.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover{text-decoration:none}.ant-calendar .ant-calendar-ok-btn:not([disabled]):active{outline:0;-webkit-box-shadow:none;box-shadow:none}.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn[disabled]{cursor:not-allowed}.ant-calendar .ant-calendar-ok-btn.disabled>*,.ant-calendar .ant-calendar-ok-btn[disabled]>*{pointer-events:none}.ant-calendar .ant-calendar-ok-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn:focus,.ant-calendar .ant-calendar-ok-btn:hover{color:#fff;background-color:#40a9ff;border-color:#40a9ff}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn.active,.ant-calendar .ant-calendar-ok-btn:active{color:#fff;background-color:#096dd9;border-color:#096dd9}.ant-calendar .ant-calendar-ok-btn.active>a:only-child,.ant-calendar .ant-calendar-ok-btn:active>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn-disabled,.ant-calendar .ant-calendar-ok-btn-disabled.active,.ant-calendar .ant-calendar-ok-btn-disabled:active,.ant-calendar .ant-calendar-ok-btn-disabled:focus,.ant-calendar .ant-calendar-ok-btn-disabled:hover,.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn.disabled.active,.ant-calendar .ant-calendar-ok-btn.disabled:active,.ant-calendar .ant-calendar-ok-btn.disabled:focus,.ant-calendar .ant-calendar-ok-btn.disabled:hover,.ant-calendar .ant-calendar-ok-btn[disabled],.ant-calendar .ant-calendar-ok-btn[disabled].active,.ant-calendar .ant-calendar-ok-btn[disabled]:active,.ant-calendar .ant-calendar-ok-btn[disabled]:focus,.ant-calendar .ant-calendar-ok-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar-range-picker-input{width:44%;height:99%;text-align:center;background-color:transparent;border:0;outline:0}.ant-calendar-range-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-calendar-range-picker-input[disabled]{cursor:not-allowed}.ant-calendar-range-picker-separator{display:inline-block;min-width:10px;height:100%;color:rgba(0,0,0,.45);white-space:nowrap;text-align:center;vertical-align:top;pointer-events:none}.ant-calendar-range{width:552px;overflow:hidden}.ant-calendar-range .ant-calendar-date-panel:after{display:block;clear:both;height:0;visibility:hidden;content:"."}.ant-calendar-range-part{position:relative;width:50%}.ant-calendar-range-left{float:left}.ant-calendar-range-left .ant-calendar-time-picker-inner{border-right:1px solid #e8e8e8}.ant-calendar-range-right{float:right}.ant-calendar-range-right .ant-calendar-time-picker-inner{border-left:1px solid #e8e8e8}.ant-calendar-range-middle{position:absolute;left:50%;z-index:1;height:34px;margin:1px 0 0;padding:0 200px 0 0;color:rgba(0,0,0,.45);line-height:34px;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:-90px}.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle{padding:0 10px 0 0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date{color:#1890ff;background:#bae7ff;border-color:#1890ff}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date{color:#fff;background:#1890ff;border:1px solid transparent}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover{background:#1890ff}.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:0}.ant-calendar-range .ant-calendar-input-wrap{position:relative;height:34px}.ant-calendar-range .ant-calendar-input,.ant-calendar-range .ant-calendar-time-picker-input{position:relative;display:inline-block;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;height:24px;padding-right:0;padding-left:0;line-height:24px;border:0;-webkit-box-shadow:none;box-shadow:none}.ant-calendar-range .ant-calendar-input::-moz-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input:placeholder-shown,.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-calendar-range .ant-calendar-input:hover,.ant-calendar-range .ant-calendar-time-picker-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-calendar-range .ant-calendar-input-disabled,.ant-calendar-range .ant-calendar-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input-disabled:hover,.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-calendar-range .ant-calendar-input[disabled],.ant-calendar-range .ant-calendar-time-picker-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input[disabled]:hover,.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-calendar-range .ant-calendar-input,textarea.ant-calendar-range .ant-calendar-time-picker-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-calendar-range .ant-calendar-input-lg,.ant-calendar-range .ant-calendar-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-calendar-range .ant-calendar-input-sm,.ant-calendar-range .ant-calendar-time-picker-input-sm{height:24px;padding:1px 7px}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{-webkit-box-shadow:none;box-shadow:none}.ant-calendar-range .ant-calendar-time-picker-icon{display:none}.ant-calendar-range.ant-calendar-week-number{width:574px}.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part{width:286px}.ant-calendar-range .ant-calendar-decade-panel,.ant-calendar-range .ant-calendar-month-panel,.ant-calendar-range .ant-calendar-year-panel{top:34px}.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel{top:0}.ant-calendar-range .ant-calendar-decade-panel-table,.ant-calendar-range .ant-calendar-month-panel-table,.ant-calendar-range .ant-calendar-year-panel-table{height:208px}.ant-calendar-range .ant-calendar-in-range-cell{position:relative;border-radius:0}.ant-calendar-range .ant-calendar-in-range-cell>div{position:relative;z-index:1}.ant-calendar-range .ant-calendar-in-range-cell:before{position:absolute;top:4px;right:0;bottom:4px;left:0;display:block;background:#e6f7ff;border:0;border-radius:0;content:""}.ant-calendar-range .ant-calendar-footer-extra{float:left}div.ant-calendar-range-quick-selector{text-align:left}div.ant-calendar-range-quick-selector>a{margin-right:8px}.ant-calendar-range .ant-calendar-decade-panel-header,.ant-calendar-range .ant-calendar-header,.ant-calendar-range .ant-calendar-month-panel-header,.ant-calendar-range .ant-calendar-year-panel-header{border-bottom:0}.ant-calendar-range .ant-calendar-body,.ant-calendar-range .ant-calendar-decade-panel-body,.ant-calendar-range .ant-calendar-month-panel-body,.ant-calendar-range .ant-calendar-year-panel-body{border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker{top:68px;z-index:2;width:100%;height:207px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel{height:267px;margin-top:-34px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner{height:100%;padding-top:40px;background:none}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox{display:inline-block;height:100%;background-color:#fff;border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select{height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul{max-height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{margin-right:8px}.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn{height:22px;margin:8px 12px;line-height:22px}.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker{height:233px}.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body{border-top-color:transparent}.ant-calendar-time-picker{position:absolute;top:40px;width:100%;background-color:#fff}.ant-calendar-time-picker-panel{position:absolute;z-index:1050;width:100%}.ant-calendar-time-picker-inner{position:relative;display:inline-block;width:100%;overflow:hidden;font-size:14px;line-height:1.5;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;outline:none}.ant-calendar-time-picker-column-1,.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select,.ant-calendar-time-picker-combobox{width:100%}.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select{width:50%}.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select{width:33.33%}.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select{width:25%}.ant-calendar-time-picker-input-wrap{display:none}.ant-calendar-time-picker-select{position:relative;float:left;height:226px;overflow:hidden;font-size:14px;border-right:1px solid #e8e8e8}.ant-calendar-time-picker-select:hover{overflow-y:auto}.ant-calendar-time-picker-select:first-child{margin-left:0;border-left:0}.ant-calendar-time-picker-select:last-child{border-right:0}.ant-calendar-time-picker-select ul{width:100%;max-height:206px;margin:0;padding:0;list-style:none}.ant-calendar-time-picker-select li{width:100%;height:24px;margin:0;line-height:24px;text-align:center;list-style:none;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-time-picker-select li:last-child:after{display:block;height:202px;content:""}.ant-calendar-time-picker-select li:hover{background:#e6f7ff}.ant-calendar-time-picker-select li:focus{color:#1890ff;font-weight:600;outline:none}li.ant-calendar-time-picker-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-calendar-time-picker-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-calendar-time-picker-select-option-disabled:hover{background:transparent;cursor:not-allowed}.ant-calendar-time .ant-calendar-day-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:34px}.ant-calendar-time .ant-calendar-footer{position:relative;height:auto}.ant-calendar-time .ant-calendar-footer-btn{text-align:right}.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn{float:left;margin:0}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{display:inline-block;margin-right:8px}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled{color:rgba(0,0,0,.25)}.ant-calendar-month-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:4px;outline:none}.ant-calendar-month-panel>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.ant-calendar-month-panel-hidden{display:none}.ant-calendar-month-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-month-panel-header a:hover{color:#40a9ff}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,Microsoft Sans Serif,sans-serif;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn{right:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn{right:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-body{-ms-flex:1;flex:1 1}.ant-calendar-month-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-month-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-month-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover{color:#fff;background:#1890ff}.ant-calendar-month-panel-cell{text-align:center}.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-calendar-month-panel-month{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-calendar-month-panel-month:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-year-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:4px;outline:none}.ant-calendar-year-panel>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.ant-calendar-year-panel-hidden{display:none}.ant-calendar-year-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-year-panel-header a:hover{color:#40a9ff}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,Microsoft Sans Serif,sans-serif;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn{right:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn{right:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-body{-ms-flex:1;flex:1 1}.ant-calendar-year-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-year-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-year-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-year-panel-cell{text-align:center}.ant-calendar-year-panel-year{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-calendar-year-panel-year:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover{color:#fff;background:#1890ff}.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-decade-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:#fff;border-radius:4px;outline:none}.ant-calendar-decade-panel-hidden{display:none}.ant-calendar-decade-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-decade-panel-header a:hover{color:#40a9ff}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,Microsoft Sans Serif,sans-serif;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn{right:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn{right:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;-webkit-transform:rotate(-45deg) scale(.8);-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{-webkit-transform:rotate(135deg) scale(.8);-ms-transform:rotate(135deg) scale(.8);transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-body{-ms-flex:1;flex:1 1}.ant-calendar-decade-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-decade-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-decade-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-decade-panel-cell{white-space:nowrap;text-align:center}.ant-calendar-decade-panel-decade{display:inline-block;height:24px;margin:0 auto;padding:0 6px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-calendar-decade-panel-decade:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover{color:#fff;background:#1890ff}.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-month .ant-calendar-month-header-wrap{position:relative;height:288px}.ant-calendar-month .ant-calendar-month-panel,.ant-calendar-month .ant-calendar-year-panel{top:0;height:100%}.ant-calendar-week-number-cell{opacity:.5}.ant-calendar-week-number .ant-calendar-body tr{cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-calendar-week-number .ant-calendar-body tr:hover{background:#e6f7ff}.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week{font-weight:700;background:#bae7ff}.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date{color:rgba(0,0,0,.65);background:transparent}.ant-time-picker-panel{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;z-index:1050;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.ant-time-picker-panel-inner{position:relative;left:-2px;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-time-picker-panel-input{width:100%;max-width:154px;margin:0;padding:0;line-height:normal;border:0;outline:0;cursor:auto}.ant-time-picker-panel-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-panel-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-time-picker-panel-input-wrap{position:relative;padding:7px 2px 7px 12px;border-bottom:1px solid #e8e8e8}.ant-time-picker-panel-input-invalid{border-color:#f5222d}.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap{max-width:112px}.ant-time-picker-panel-select{position:relative;float:left;width:56px;max-height:192px;overflow:hidden;font-size:14px;border-left:1px solid #e8e8e8}.ant-time-picker-panel-select:hover{overflow-y:auto}.ant-time-picker-panel-select:first-child{margin-left:0;border-left:0}.ant-time-picker-panel-select:last-child{border-right:0}.ant-time-picker-panel-select:only-child{width:100%}.ant-time-picker-panel-select ul{width:56px;margin:0;padding:0 0 160px;list-style:none}.ant-time-picker-panel-select li{width:100%;height:32px;margin:0;padding:0 0 0 12px;line-height:32px;text-align:left;list-style:none;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-time-picker-panel-select li:focus{color:#1890ff;font-weight:600;outline:none}.ant-time-picker-panel-select li:hover{background:#e6f7ff}li.ant-time-picker-panel-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-time-picker-panel-select-option-selected:hover{background:#f5f5f5}li.ant-time-picker-panel-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}li.ant-time-picker-panel-select-option-disabled:focus{color:rgba(0,0,0,.25);font-weight:inherit}.ant-time-picker-panel-combobox{zoom:1}.ant-time-picker-panel-combobox:after,.ant-time-picker-panel-combobox:before{display:table;content:""}.ant-time-picker-panel-combobox:after{clear:both}.ant-time-picker-panel-addon{padding:8px;border-top:1px solid #e8e8e8}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-time-picker{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";width:128px;outline:none;cursor:text;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-time-picker,.ant-time-picker-input{color:rgba(0,0,0,.65);line-height:1.5;position:relative;display:inline-block}.ant-time-picker-input{width:100%;height:32px;padding:4px 11px;font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-time-picker-input:focus,.ant-time-picker-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-time-picker-input:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-time-picker-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-time-picker-input-sm{height:24px;padding:1px 7px}.ant-time-picker-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-time-picker-open{opacity:0}.ant-time-picker-clear,.ant-time-picker-icon{position:absolute;top:50%;right:11px;z-index:1;width:14px;height:14px;margin-top:-7px;color:rgba(0,0,0,.25);line-height:14px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-time-picker-clear .ant-time-picker-clock-icon,.ant-time-picker-icon .ant-time-picker-clock-icon{display:block;color:rgba(0,0,0,.25);line-height:1}.ant-time-picker-clear{z-index:2;background:#fff;opacity:0;pointer-events:none}.ant-time-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-time-picker:hover .ant-time-picker-clear{opacity:1;pointer-events:auto}.ant-time-picker-large .ant-time-picker-input{height:40px;padding:6px 11px;font-size:16px}.ant-time-picker-small .ant-time-picker-input{height:24px;padding:1px 7px}.ant-time-picker-small .ant-time-picker-clear,.ant-time-picker-small .ant-time-picker-icon{right:7px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.ant-input{line-height:1.5}}}.ant-tag{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;height:auto;margin-right:8px;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;cursor:default;opacity:1;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);-o-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-tag:hover{opacity:.85}.ant-tag,.ant-tag a,.ant-tag a:hover{color:rgba(0,0,0,.65)}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag .anticon-close{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);margin-left:3px;color:rgba(0,0,0,.45);font-weight:700;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);-o-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}:root .ant-tag .anticon-close{font-size:12px}.ant-tag .anticon-close:hover{color:rgba(0,0,0,.85)}.ant-tag-has-color{border-color:transparent}.ant-tag-has-color,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover,.ant-tag-has-color a,.ant-tag-has-color a:hover{color:#fff}.ant-tag-checkable{background-color:transparent;border-color:transparent}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:#1890ff}.ant-tag-checkable-checked,.ant-tag-checkable:active{color:#fff}.ant-tag-checkable-checked{background-color:#1890ff}.ant-tag-checkable:active{background-color:#096dd9}.ant-tag-hidden{display:none}.ant-tag-pink{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:#f5222d;background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.ant-tag-volcano{color:#fa541c;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:#fa8c16;background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.ant-tag-yellow{color:#fadb14;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#a0d911;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-descriptions-title{margin-bottom:20px;color:rgba(0,0,0,.85);font-weight:700;font-size:16px;line-height:1.5}.ant-descriptions-view{width:100%;overflow:hidden;border-radius:4px}.ant-descriptions-view table{width:100%;table-layout:fixed}.ant-descriptions-row>td,.ant-descriptions-row>th{padding-bottom:16px}.ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-item-label{color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:1.5}.ant-descriptions-item-label:after{position:relative;top:-.5px;margin:0 8px 0 2px;content:" "}.ant-descriptions-item-colon:after{content:":"}.ant-descriptions-item-no-label:after{margin:0;content:""}.ant-descriptions-item-content{display:table-cell;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5}.ant-descriptions-item{padding-bottom:0}.ant-descriptions-item>span{display:inline-block}.ant-descriptions-middle .ant-descriptions-row>td,.ant-descriptions-middle .ant-descriptions-row>th{padding-bottom:12px}.ant-descriptions-small .ant-descriptions-row>td,.ant-descriptions-small .ant-descriptions-row>th{padding-bottom:8px}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:auto}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label{padding:16px 24px;border-right:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-item-content:last-child,.ant-descriptions-bordered .ant-descriptions-item-label:last-child{border-right:none}.ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa}.ant-descriptions-bordered .ant-descriptions-item-label:after{display:none}.ant-descriptions-bordered .ant-descriptions-row{border-bottom:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label{padding:12px 24px}.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:8px 16px}.ant-divider{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";background:#e8e8e8}.ant-divider,.ant-divider-vertical{position:relative;top:-.06em;display:inline-block;width:1px;height:.9em;margin:0 8px;vertical-align:middle}.ant-divider-horizontal{display:block;clear:both;width:100%;min-width:100%;height:1px;margin:24px 0}.ant-divider-horizontal.ant-divider-with-text-center,.ant-divider-horizontal.ant-divider-with-text-left,.ant-divider-horizontal.ant-divider-with-text-right{display:table;margin:16px 0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-align:center;background:transparent}.ant-divider-horizontal.ant-divider-with-text-center:after,.ant-divider-horizontal.ant-divider-with-text-center:before,.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-left:before,.ant-divider-horizontal.ant-divider-with-text-right:after,.ant-divider-horizontal.ant-divider-with-text-right:before{position:relative;top:50%;display:table-cell;width:50%;border-top:1px solid #e8e8e8;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);content:""}.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text{display:inline-block;padding:0 10px}.ant-divider-horizontal.ant-divider-with-text-left:before{top:50%;width:5%}.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-right:before{top:50%;width:95%}.ant-divider-horizontal.ant-divider-with-text-right:after{top:50%;width:5%}.ant-divider-inner-text{display:inline-block;padding:0 24px}.ant-divider-dashed{background:none;border-color:#e8e8e8;border-style:dashed;border-width:1px 0 0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed{border-top:0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before{border-style:dashed none none}.ant-divider-vertical.ant-divider-dashed{border-width:0 0 0 1px}.ant-drawer{position:fixed;z-index:1000;width:0;height:100%;-webkit-transition:height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1);-o-transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s;transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s;transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer>*{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1);-o-transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-content-wrapper{position:absolute}.ant-drawer .ant-drawer-content{width:100%;height:100%}.ant-drawer-left,.ant-drawer-right{top:0;width:0;height:100%}.ant-drawer-left .ant-drawer-content-wrapper,.ant-drawer-right .ant-drawer-content-wrapper{height:100%}.ant-drawer-left.ant-drawer-open,.ant-drawer-right.ant-drawer-open{width:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);-o-transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-left.ant-drawer-open.no-mask,.ant-drawer-right.ant-drawer-open.no-mask{width:0}.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{-webkit-box-shadow:2px 0 8px rgba(0,0,0,.15);box-shadow:2px 0 8px rgba(0,0,0,.15)}.ant-drawer-right,.ant-drawer-right .ant-drawer-content-wrapper{right:0}.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{-webkit-box-shadow:-2px 0 8px rgba(0,0,0,.15);box-shadow:-2px 0 8px rgba(0,0,0,.15)}.ant-drawer-right.ant-drawer-open.no-mask{right:1px;-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}.ant-drawer-bottom,.ant-drawer-top{left:0;width:100%;height:0%}.ant-drawer-bottom .ant-drawer-content-wrapper,.ant-drawer-top .ant-drawer-content-wrapper{width:100%}.ant-drawer-bottom.ant-drawer-open,.ant-drawer-top.ant-drawer-open{height:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);-o-transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-bottom.ant-drawer-open.no-mask,.ant-drawer-top.ant-drawer-open.no-mask{height:0%}.ant-drawer-top{top:0}.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-drawer-bottom,.ant-drawer-bottom .ant-drawer-content-wrapper{bottom:0}.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper{-webkit-box-shadow:0 -2px 8px rgba(0,0,0,.15);box-shadow:0 -2px 8px rgba(0,0,0,.15)}.ant-drawer-bottom.ant-drawer-open.no-mask{bottom:1px;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.ant-drawer.ant-drawer-open .ant-drawer-mask{height:100%;opacity:1;-webkit-transition:none;-o-transition:none;transition:none;-webkit-animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1);animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px}.ant-drawer-content{position:relative;z-index:1;overflow:auto;background-color:#fff;background-clip:padding-box;border:0}.ant-drawer-close{position:absolute;top:0;right:0;z-index:10;display:block;width:56px;height:56px;padding:0;color:rgba(0,0,0,.45);font-weight:700;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;text-rendering:auto}.ant-drawer-close:focus,.ant-drawer-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-drawer-header{position:relative;padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-drawer-header,.ant-drawer-header-no-title{color:rgba(0,0,0,.65);background:#fff}.ant-drawer-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.ant-drawer-wrapper-body{height:100%;overflow:auto}.ant-drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.45);opacity:0;filter:alpha(opacity=45);-webkit-transition:opacity .3s linear,height 0s ease .3s;-o-transition:opacity .3s linear,height 0s ease .3s;transition:opacity .3s linear,height 0s ease .3s}.ant-drawer-open-content{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}@-webkit-keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:1}}.ant-form{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:rgba(0,0,0,.45);font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9}.ant-form label{font-size:14px}.ant-form input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}.ant-form input[type=checkbox],.ant-form input[type=radio]{line-height:normal}.ant-form input[type=file]{display:block}.ant-form input[type=range]{display:block;width:100%}.ant-form select[multiple],.ant-form select[size]{height:auto}.ant-form input[type=checkbox]:focus,.ant-form input[type=file]:focus,.ant-form input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ant-form output{display:block;padding-top:15px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5}.ant-form-item-required:before{display:inline-block;margin-right:4px;color:#f5222d;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.ant-form-hide-required-mark .ant-form-item-required:before{display:none}.ant-form-item-label>label{color:rgba(0,0,0,.85)}.ant-form-item-label>label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-form-item-label>label.ant-form-item-no-colon:after{content:" "}.ant-form-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin-bottom:24px;vertical-align:top}.ant-form-item label{position:relative}.ant-form-item label>.anticon{font-size:14px;vertical-align:top}.ant-form-item-control{position:relative;line-height:40px;zoom:1}.ant-form-item-control:after,.ant-form-item-control:before{display:table;content:""}.ant-form-item-control:after{clear:both}.ant-form-item-children{position:relative}.ant-form-item-with-help{margin-bottom:5px}.ant-form-item-label{display:inline-block;overflow:hidden;line-height:39.9999px;white-space:nowrap;text-align:right;vertical-align:middle}.ant-form-item-label-left{text-align:left}.ant-form-item .ant-switch{margin:2px 0 4px}.ant-form-explain,.ant-form-extra{clear:both;min-height:22px;margin-top:-2px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;-webkit-transition:color .3s cubic-bezier(.215,.61,.355,1);-o-transition:color .3s cubic-bezier(.215,.61,.355,1);transition:color .3s cubic-bezier(.215,.61,.355,1)}.ant-form-explain{margin-bottom:-1px}.ant-form-extra{padding-top:4px}.ant-form-text{display:inline-block;padding-right:8px}.ant-form-split{display:block;text-align:center}form .has-feedback .ant-input{padding-right:30px}form .has-feedback .ant-input-affix-wrapper .ant-input-suffix{padding-right:18px}form .has-feedback .ant-input-affix-wrapper .ant-input{padding-right:49px}form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input{padding-right:68px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,form .has-feedback>.ant-select .ant-select-arrow,form .has-feedback>.ant-select .ant-select-selection__clear{right:28px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,form .has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:42px}form .has-feedback .ant-cascader-picker-arrow{margin-right:17px}form .has-feedback .ant-calendar-picker-clear,form .has-feedback .ant-calendar-picker-icon,form .has-feedback .ant-cascader-picker-clear,form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,form .has-feedback .ant-time-picker-clear,form .has-feedback .ant-time-picker-icon{right:28px}form .ant-mentions,form textarea.ant-input{height:auto;margin-bottom:4px}form .ant-upload{background:transparent}form input[type=checkbox],form input[type=radio]{width:14px;height:14px}form .ant-checkbox-inline,form .ant-radio-inline{display:inline-block;margin-left:8px;font-weight:400;vertical-align:middle;cursor:pointer}form .ant-checkbox-inline:first-child,form .ant-radio-inline:first-child{margin-left:0}form .ant-checkbox-vertical,form .ant-radio-vertical{display:block}form .ant-checkbox-vertical+.ant-checkbox-vertical,form .ant-radio-vertical+.ant-radio-vertical{margin-left:0}form .ant-input-number+.ant-form-text{margin-left:8px}form .ant-input-number-handler-wrap{z-index:2}form .ant-cascader-picker,form .ant-select{width:100%}form .ant-input-group .ant-cascader-picker,form .ant-input-group .ant-select{width:auto}form .ant-input-group-wrapper,form :not(.ant-input-group-wrapper)>.ant-input-group{display:inline-block;vertical-align:middle}form:not(.ant-form-vertical) .ant-input-group-wrapper,form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group{position:relative;top:-1px}.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label,.ant-form-vertical .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-24.ant-form-item-label label:after,.ant-col-xl-24.ant-form-item-label label:after,.ant-form-vertical .ant-form-item-label label:after{display:none}.ant-form-vertical .ant-form-item{padding-bottom:8px}.ant-form-vertical .ant-form-item-control{line-height:1.5}.ant-form-vertical .ant-form-explain{margin-top:2px;margin-bottom:-5px}.ant-form-vertical .ant-form-extra{margin-top:2px;margin-bottom:-4px}@media (max-width:575px){.ant-form-item-control-wrapper,.ant-form-item-label{display:block;width:100%}.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-form-item-label label:after{display:none}.ant-col-xs-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-xs-24.ant-form-item-label label:after{display:none}}@media (max-width:767px){.ant-col-sm-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-sm-24.ant-form-item-label label:after{display:none}}@media (max-width:991px){.ant-col-md-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-md-24.ant-form-item-label label:after{display:none}}@media (max-width:1199px){.ant-col-lg-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-lg-24.ant-form-item-label label:after{display:none}}@media (max-width:1599px){.ant-col-xl-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-xl-24.ant-form-item-label label:after{display:none}}.ant-form-inline .ant-form-item{display:inline-block;margin-right:16px;margin-bottom:0}.ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,.ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:top}.ant-form-inline .ant-form-text,.ant-form-inline .has-feedback{display:inline-block}.has-error.has-feedback .ant-form-item-children-icon,.has-success.has-feedback .ant-form-item-children-icon,.has-warning.has-feedback .ant-form-item-children-icon,.is-validating.has-feedback .ant-form-item-children-icon{position:absolute;top:50%;right:0;z-index:1;width:32px;height:20px;margin-top:-10px;font-size:14px;line-height:20px;text-align:center;visibility:visible;-webkit-animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.has-error.has-feedback .ant-form-item-children-icon svg,.has-success.has-feedback .ant-form-item-children-icon svg,.has-warning.has-feedback .ant-form-item-children-icon svg,.is-validating.has-feedback .ant-form-item-children-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.has-success.has-feedback .ant-form-item-children-icon{color:#52c41a;-webkit-animation-name:diffZoomIn1!important;animation-name:diffZoomIn1!important}.has-warning .ant-form-explain,.has-warning .ant-form-split{color:#faad14}.has-warning .ant-input,.has-warning .ant-input:hover{background-color:#fff;border-color:#faad14}.has-warning .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input:not([disabled]):hover{border-color:#faad14}.has-warning .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-affix-wrapper .ant-input,.has-warning .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:#faad14}.has-warning .ant-input-affix-wrapper .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#faad14}.has-warning .ant-input-prefix{color:#faad14}.has-warning .ant-input-group-addon{color:#faad14;background-color:#fff;border-color:#faad14}.has-warning .has-feedback{color:#faad14}.has-warning.has-feedback .ant-form-item-children-icon{color:#faad14;-webkit-animation-name:diffZoomIn3!important;animation-name:diffZoomIn3!important}.has-warning .ant-select-selection,.has-warning .ant-select-selection:hover{border-color:#faad14}.has-warning .ant-select-focused .ant-select-selection,.has-warning .ant-select-open .ant-select-selection{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-calendar-picker-icon:after,.has-warning .ant-cascader-picker-arrow,.has-warning .ant-picker-icon:after,.has-warning .ant-select-arrow,.has-warning .ant-time-picker-icon:after{color:#faad14}.has-warning .ant-input-number,.has-warning .ant-time-picker-input{border-color:#faad14}.has-warning .ant-input-number-focused,.has-warning .ant-input-number:focus,.has-warning .ant-time-picker-input-focused,.has-warning .ant-time-picker-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-number:not([disabled]):hover,.has-warning .ant-time-picker-input:not([disabled]):hover{border-color:#faad14}.has-warning .ant-cascader-picker:focus .ant-cascader-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(250,173,20,.2);box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-cascader-picker:hover .ant-cascader-input{border-color:#faad14}.has-error .ant-form-explain,.has-error .ant-form-split{color:#f5222d}.has-error .ant-input,.has-error .ant-input:hover{background-color:#fff;border-color:#f5222d}.has-error .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input:not([disabled]):hover{border-color:#f5222d}.has-error .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-affix-wrapper .ant-input,.has-error .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:#f5222d}.has-error .ant-input-affix-wrapper .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#f5222d}.has-error .ant-input-prefix{color:#f5222d}.has-error .ant-input-group-addon{color:#f5222d;background-color:#fff;border-color:#f5222d}.has-error .has-feedback{color:#f5222d}.has-error.has-feedback .ant-form-item-children-icon{color:#f5222d;-webkit-animation-name:diffZoomIn2!important;animation-name:diffZoomIn2!important}.has-error .ant-select-selection,.has-error .ant-select-selection:hover{border-color:#f5222d}.has-error .ant-select-focused .ant-select-selection,.has-error .ant-select-open .ant-select-selection{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-select.ant-select-auto-complete .ant-input:focus{border-color:#f5222d}.has-error .ant-input-group-addon .ant-select-selection{border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.has-error .ant-calendar-picker-icon:after,.has-error .ant-cascader-picker-arrow,.has-error .ant-picker-icon:after,.has-error .ant-select-arrow,.has-error .ant-time-picker-icon:after{color:#f5222d}.has-error .ant-input-number,.has-error .ant-time-picker-input{border-color:#f5222d}.has-error .ant-input-number-focused,.has-error .ant-input-number:focus,.has-error .ant-time-picker-input-focused,.has-error .ant-time-picker-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-number:not([disabled]):hover,.has-error .ant-mention-wrapper .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,.has-error .ant-time-picker-input:not([disabled]):hover{border-color:#f5222d}.has-error .ant-cascader-picker:focus .ant-cascader-input,.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(245,34,45,.2);box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-cascader-picker:hover .ant-cascader-input,.has-error .ant-transfer-list{border-color:#f5222d}.has-error .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.has-error .ant-transfer-list-search:not([disabled]):hover{border-color:#40a9ff;border-right-width:1px!important}.has-error .ant-transfer-list-search:not([disabled]):focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.is-validating.has-feedback .ant-form-item-children-icon{display:inline-block;color:#1890ff}.ant-advanced-search-form .ant-form-item{margin-bottom:24px}.ant-advanced-search-form .ant-form-item-with-help{margin-bottom:5px}.show-help-appear,.show-help-enter,.show-help-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.show-help-appear.show-help-appear-active,.show-help-enter.show-help-enter-active{-webkit-animation-name:antShowHelpIn;animation-name:antShowHelpIn;-webkit-animation-play-state:running;animation-play-state:running}.show-help-leave.show-help-leave-active{-webkit-animation-name:antShowHelpOut;animation-name:antShowHelpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.show-help-appear,.show-help-enter{opacity:0}.show-help-appear,.show-help-enter,.show-help-leave{-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1)}@-webkit-keyframes antShowHelpIn{0%{-webkit-transform:translateY(-5px);transform:translateY(-5px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes antShowHelpIn{0%{-webkit-transform:translateY(-5px);transform:translateY(-5px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes antShowHelpOut{to{-webkit-transform:translateY(-5px);transform:translateY(-5px);opacity:0}}@keyframes antShowHelpOut{to{-webkit-transform:translateY(-5px);transform:translateY(-5px);opacity:0}}@-webkit-keyframes diffZoomIn1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes diffZoomIn1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes diffZoomIn2{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes diffZoomIn2{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes diffZoomIn3{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes diffZoomIn3{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.ant-input-number{-webkit-box-sizing:border-box;box-sizing:border-box;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:4px}.ant-input-number::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number:-ms-input-placeholder{color:#bfbfbf}.ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-input-number:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-input-number-lg{height:40px;padding:6px 11px}.ant-input-number-sm{height:24px;padding:1px 7px}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:rgba(0,0,0,.45);font-weight:700;line-height:0;text-align:center;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-down-inner,.ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:#40a9ff}.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:rgba(0,0,0,.45);line-height:12px;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-handler-down-inner>*,.ant-input-number-handler-up-inner>*{line-height:1}.ant-input-number-handler-down-inner svg,.ant-input-number-handler-up-inner svg{display:inline-block}.ant-input-number-handler-down-inner:before,.ant-input-number-handler-up-inner:before{display:none}.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon{display:block}.ant-input-number-focused,.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-number-focused{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:4px;outline:0;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-moz-appearance:textfield!important}.ant-input-number-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number-input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-input-number-input[type=number]::-webkit-inner-spin-button,.ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-left:1px solid #d9d9d9;border-radius:0 4px 4px 0;opacity:0;-webkit-transition:opacity .24s linear .1s;-o-transition:opacity .24s linear .1s;transition:opacity .24s linear .1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{display:inline-block;font-size:12px;font-size:7px\9;-webkit-transform:scale(.58333333) rotate(0deg);-ms-transform:scale(.58333333) rotate(0deg);transform:scale(.58333333) rotate(0deg);min-width:auto;margin-right:0}:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{font-size:12px}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:4px;cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60%!important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:4px;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;margin-top:-6px;text-align:center}.ant-input-number-handler-down:hover{height:60%!important}.ant-input-number-handler-down-disabled,.ant-input-number-handler-up-disabled{cursor:not-allowed}.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner{color:rgba(0,0,0,.25)}.ant-layout{display:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;-ms-flex-direction:column;flex-direction:column;min-height:0;background:#f0f2f5}.ant-layout,.ant-layout *{-webkit-box-sizing:border-box;box-sizing:border-box}.ant-layout.ant-layout-has-sider{-ms-flex-direction:row;flex-direction:row}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden}.ant-layout-footer,.ant-layout-header{-ms-flex:0 0 auto;flex:0 0 auto}.ant-layout-header{height:64px;padding:0 50px;line-height:64px;background:#001529}.ant-layout-footer{padding:24px 50px;color:rgba(0,0,0,.65);font-size:14px;background:#f0f2f5}.ant-layout-content{-ms-flex:auto;flex:auto;min-height:0}.ant-layout-sider{position:relative;min-width:0;background:#001529;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px}.ant-layout-sider-has-trigger{padding-bottom:48px}.ant-layout-sider-right{-ms-flex-order:1;order:1}.ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;color:#fff;line-height:48px;text-align:center;background:#002140;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ant-layout-sider-zero-width>*{overflow:hidden}.ant-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;z-index:1;width:36px;height:42px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#001529;border-radius:0 4px 4px 0;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-layout-sider-zero-width-trigger:hover{background:#192c3e}.ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:4px 0 0 4px}.ant-layout-sider-light{background:#fff}.ant-layout-sider-light .ant-layout-sider-trigger,.ant-layout-sider-light .ant-layout-sider-zero-width-trigger{color:rgba(0,0,0,.65);background:#fff}.ant-list{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative}.ant-list *{outline:none}.ant-list-pagination{margin-top:24px;text-align:right}.ant-list-pagination .ant-pagination-options{text-align:left}.ant-list-more{margin-top:12px;text-align:center}.ant-list-more button{padding-right:32px;padding-left:32px}.ant-list-spin{min-height:40px;text-align:center}.ant-list-empty-text{padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center}.ant-list-items{margin:0;padding:0;list-style:none}.ant-list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:12px 0}.ant-list-item-content{color:rgba(0,0,0,.65)}.ant-list-item-meta{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1 1;-ms-flex-align:start;align-items:flex-start;font-size:0}.ant-list-item-meta-avatar{margin-right:16px}.ant-list-item-meta-content{-ms-flex:1 0;flex:1 0}.ant-list-item-meta-title{margin-bottom:4px;color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.ant-list-item-meta-title>a{color:rgba(0,0,0,.65);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-list-item-meta-title>a:hover{color:#1890ff}.ant-list-item-meta-description{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.ant-list-item-action{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:48px;padding:0;font-size:0;list-style:none}.ant-list-item-action>li{position:relative;display:inline-block;padding:0 8px;color:rgba(0,0,0,.45);font-size:14px;line-height:22px;text-align:center;cursor:pointer}.ant-list-item-action>li:first-child{padding-left:0}.ant-list-item-action-split{position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#e8e8e8}.ant-list-footer,.ant-list-header{background:transparent}.ant-list-footer,.ant-list-header{padding-top:12px;padding-bottom:12px}.ant-list-empty{padding:16px 0;color:rgba(0,0,0,.45);font-size:12px;text-align:center}.ant-list-split .ant-list-item{border-bottom:1px solid #e8e8e8}.ant-list-split .ant-list-item:last-child{border-bottom:none}.ant-list-split .ant-list-header{border-bottom:1px solid #e8e8e8}.ant-list-loading .ant-list-spin-nested-loading{min-height:32px}.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:1px solid #e8e8e8}.ant-list-lg .ant-list-item{padding-top:16px;padding-bottom:16px}.ant-list-sm .ant-list-item{padding-top:8px;padding-bottom:8px}.ant-list-vertical .ant-list-item{-ms-flex-align:initial;align-items:initial}.ant-list-vertical .ant-list-item-main{display:block;-ms-flex:1;flex:1 1}.ant-list-vertical .ant-list-item-extra{margin-left:40px}.ant-list-vertical .ant-list-item-meta{margin-bottom:16px}.ant-list-vertical .ant-list-item-meta-title{margin-bottom:12px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-list-vertical .ant-list-item-action{margin-top:16px;margin-left:auto}.ant-list-vertical .ant-list-item-action>li{padding:0 16px}.ant-list-vertical .ant-list-item-action>li:first-child{padding-left:0}.ant-list-grid .ant-col>.ant-list-item{display:block;max-width:100%;margin-bottom:16px;padding-top:0;padding-bottom:0;border-bottom:none}.ant-list-item-no-flex{display:block}.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:right}.ant-list-bordered{border:1px solid #d9d9d9;border-radius:4px}.ant-list-bordered .ant-list-footer,.ant-list-bordered .ant-list-header,.ant-list-bordered .ant-list-item{padding-right:24px;padding-left:24px}.ant-list-bordered .ant-list-item{border-bottom:1px solid #e8e8e8}.ant-list-bordered .ant-list-pagination{margin:16px 24px}.ant-list-bordered.ant-list-sm .ant-list-item{padding-right:16px;padding-left:16px}.ant-list-bordered.ant-list-sm .ant-list-footer,.ant-list-bordered.ant-list-sm .ant-list-header{padding:8px 16px}.ant-list-bordered.ant-list-lg .ant-list-footer,.ant-list-bordered.ant-list-lg .ant-list-header{padding:16px 24px}@media screen and (max-width:768px){.ant-list-item-action,.ant-list-vertical .ant-list-item-extra{margin-left:24px}}@media screen and (max-width:576px){.ant-list-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.ant-list-item-action{margin-left:12px}.ant-list-vertical .ant-list-item{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.ant-list-vertical .ant-list-item-main{min-width:220px}.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-spin{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;display:none;color:#1890ff;text-align:center;vertical-align:middle;opacity:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);transition:-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);-o-transition:transform .3s cubic-bezier(.78,.14,.15,.86);transition:transform .3s cubic-bezier(.78,.14,.15,.86);transition:transform .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86)}.ant-spin-spinning{position:static;display:inline-block;opacity:1}.ant-spin-nested-loading{position:relative}.ant-spin-nested-loading>div>.ant-spin{position:absolute;top:0;left:0;z-index:4;display:block;width:100%;height:100%;max-height:400px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;top:50%;left:50%;margin:-10px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;width:100%;padding-top:5px;text-shadow:0 1px 2px #fff}.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.ant-spin-container{position:relative;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-spin-container:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none\9;width:100%;height:100%;background:#fff;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur{clear:both;overflow:hidden;opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur:after{opacity:.4;pointer-events:auto}.ant-spin-tip{color:rgba(0,0,0,.45)}.ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#1890ff;border-radius:100%;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.3;-webkit-animation:antSpinMove 1s infinite linear alternate;animation:antSpinMove 1s infinite linear alternate}.ant-spin-dot-item:first-child{top:0;left:0}.ant-spin-dot-item:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.ant-spin-dot-item:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.ant-spin-dot-item:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}.ant-spin-dot-spin{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:antRotate 1.2s infinite linear;animation:antRotate 1.2s infinite linear}.ant-spin-sm .ant-spin-dot{font-size:14px}.ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.ant-spin-lg .ant-spin-dot{font-size:32px}.ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ant-spin-blur{background:#fff;opacity:.5}}@-webkit-keyframes antSpinMove{to{opacity:1}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}.ant-pagination{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-pagination,.ant-pagination ol,.ant-pagination ul{margin:0;padding:0;list-style:none}.ant-pagination:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:" "}.ant-pagination-item,.ant-pagination-total-text{display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.ant-pagination-item{min-width:32px;font-family:Arial;text-align:center;list-style:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-item a{display:block;padding:0 6px;color:rgba(0,0,0,.65);-webkit-transition:none;-o-transition:none;transition:none}.ant-pagination-item a:hover{text-decoration:none}.ant-pagination-item:focus,.ant-pagination-item:hover{border-color:#1890ff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-pagination-item:focus a,.ant-pagination-item:hover a{color:#1890ff}.ant-pagination-item-active{font-weight:500;background:#fff;border-color:#1890ff}.ant-pagination-item-active a{color:#1890ff}.ant-pagination-item-active:focus,.ant-pagination-item-active:hover{border-color:#40a9ff}.ant-pagination-item-active:focus a,.ant-pagination-item-active:hover a{color:#40a9ff}.ant-pagination-jump-next,.ant-pagination-jump-prev{outline:0}.ant-pagination-jump-next .ant-pagination-item-container,.ant-pagination-jump-prev .ant-pagination-item-container{position:relative}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{display:inline-block;font-size:12px;font-size:12px\9;-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);color:#1890ff;letter-spacing:-1px;opacity:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{font-size:12px}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg{top:0;right:0;bottom:0;left:0;margin:auto}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;color:rgba(0,0,0,.25);letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-prev{margin-right:8px}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-next,.ant-pagination-prev{display:inline-block;min-width:32px;height:32px;color:rgba(0,0,0,.65);font-family:Arial;line-height:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:4px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-pagination-next,.ant-pagination-prev{outline:0}.ant-pagination-next a,.ant-pagination-prev a{color:rgba(0,0,0,.65);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-next:hover a,.ant-pagination-prev:hover a{border-color:#40a9ff}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{display:block;height:100%;font-size:12px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-pagination-next:focus .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:focus .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{color:#1890ff;border-color:#1890ff}.ant-pagination-disabled,.ant-pagination-disabled:focus,.ant-pagination-disabled:hover{cursor:not-allowed}.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination-disabled:focus .ant-pagination-item-link,.ant-pagination-disabled:focus a,.ant-pagination-disabled:hover .ant-pagination-item-link,.ant-pagination-disabled:hover a,.ant-pagination-disabled a{color:rgba(0,0,0,.25);border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-slash{margin:0 10px 0 5px}.ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}.ant-pagination-options-size-changer.ant-select{display:inline-block;width:auto;margin-right:8px}.ant-pagination-options-quick-jumper{display:inline-block;height:32px;line-height:32px;vertical-align:top}.ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:50px;margin:0 8px}.ant-pagination-options-quick-jumper input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input::-webkit-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:focus,.ant-pagination-options-quick-jumper input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-pagination-options-quick-jumper input:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-pagination-options-quick-jumper input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-pagination-options-quick-jumper input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-pagination-options-quick-jumper input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-pagination-options-quick-jumper input-sm{height:24px;padding:1px 7px}.ant-pagination-simple .ant-pagination-next,.ant-pagination-simple .ant-pagination-prev{height:24px;line-height:24px;vertical-align:top}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link{height:24px;border:0}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.ant-pagination-simple .ant-pagination-simple-pager input{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin-right:8px;padding:0 6px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}.ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#1890ff}.ant-pagination.mini .ant-pagination-simple-pager,.ant-pagination.mini .ant-pagination-total-text{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active){background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next,.ant-pagination.mini .ant-pagination-prev{min-width:24px;height:24px;margin:0;line-height:24px}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link{background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-jump-next,.ant-pagination.mini .ant-pagination-jump-prev{height:24px;margin-right:0;line-height:24px}.ant-pagination.mini .ant-pagination-options{margin-left:2px}.ant-pagination.mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-options-quick-jumper input{height:24px;padding:1px 7px;width:44px}.ant-pagination.ant-pagination-disabled{cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item a{color:rgba(0,0,0,.25);background:transparent;border:none;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active{background:#dbdbdb;border-color:transparent}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a{color:#fff}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover{color:rgba(0,0,0,.45);background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:0}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:1}@media only screen and (max-width:992px){.ant-pagination-item-after-jump-prev,.ant-pagination-item-before-jump-next{display:none}}@media only screen and (max-width:576px){.ant-pagination-options{display:none}}.ant-mention-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;vertical-align:middle}.ant-mention-wrapper,.ant-mention-wrapper .ant-mention-editor{color:rgba(0,0,0,.65);line-height:1.5;position:relative;width:100%}.ant-mention-wrapper .ant-mention-editor{display:inline-block;height:32px;padding:4px 11px;font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block;height:auto;min-height:32px;padding:0}.ant-mention-wrapper .ant-mention-editor::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder{color:#bfbfbf}.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder{color:#bfbfbf}.ant-mention-wrapper .ant-mention-editor:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-mention-wrapper .ant-mention-editor:focus,.ant-mention-wrapper .ant-mention-editor:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-mention-wrapper .ant-mention-editor:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mention-wrapper .ant-mention-editor-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mention-wrapper .ant-mention-editor-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mention-wrapper .ant-mention-editor[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mention-wrapper .ant-mention-editor[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-mention-wrapper .ant-mention-editor{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-mention-wrapper .ant-mention-editor-lg{height:40px;padding:6px 11px;font-size:16px}.ant-mention-wrapper .ant-mention-editor-sm{height:24px;padding:1px 7px}.ant-mention-wrapper .ant-mention-editor-wrapper{height:auto;overflow-y:auto}.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mention-wrapper.disabled .ant-mention-editor{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mention-wrapper.disabled .ant-mention-editor:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mention-wrapper .public-DraftEditorPlaceholder-root{position:absolute;pointer-events:none}.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner{height:auto;padding:5px 11px;color:#bfbfbf;white-space:pre-wrap;word-wrap:break-word;outline:none;opacity:1}.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content{height:auto;padding:5px 11px}.ant-mention-dropdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;min-width:120px;max-height:250px;margin-top:1.5em;overflow-x:hidden;overflow-y:auto;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-mention-dropdown-placement-top{margin-top:-.1em}.ant-mention-dropdown-notfound.ant-mention-dropdown-item{color:rgba(0,0,0,.25)}.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading{display:block;color:#1890ff;text-align:center}.ant-mention-dropdown-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;line-height:22px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.ant-mention-dropdown-item-active,.ant-mention-dropdown-item.focus,.ant-mention-dropdown-item:hover{background-color:#e6f7ff}.ant-mention-dropdown-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-mention-dropdown-item-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-mention-dropdown-item-selected,.ant-mention-dropdown-item-selected:hover{color:rgba(0,0,0,.65);font-weight:700;background-color:#f5f5f5}.ant-mention-dropdown-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-mentions{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:1.5;white-space:pre-wrap;vertical-align:bottom}.ant-mentions::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions:-ms-input-placeholder{color:#bfbfbf}.ant-mentions::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-mentions:focus,.ant-mentions:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-mentions:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mentions-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-mentions{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-mentions-lg{height:40px;padding:6px 11px;font-size:16px}.ant-mentions-sm{height:24px;padding:1px 7px}.ant-mentions-disabled>textarea{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions-focused{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mentions-measure,.ant-mentions>textarea{min-height:30px;margin:0;padding:4px 11px;overflow:inherit;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-variant:inherit;font-size-adjust:inherit;font-stretch:inherit;line-height:inherit;direction:inherit;letter-spacing:inherit;white-space:inherit;text-align:inherit;vertical-align:top;word-wrap:break-word;word-break:inherit;-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit}.ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.ant-mentions>textarea::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions>textarea:-ms-input-placeholder{color:#bfbfbf}.ant-mentions>textarea::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions>textarea:placeholder-shown{-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-mentions>textarea:-moz-read-only{cursor:default}.ant-mentions>textarea:read-only{cursor:default}.ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.ant-mentions-measure>span{display:inline-block;min-height:1em}.ant-mentions-dropdown{margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#fff;border-radius:4px;outline:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-mentions-dropdown-hidden{display:none}.ant-mentions-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-mentions-dropdown-menu-item{position:relative;display:block;min-width:100px;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;line-height:22px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-mentions-dropdown-menu-item:hover{background-color:#e6f7ff}.ant-mentions-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.ant-mentions-dropdown-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-mentions-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-mentions-dropdown-menu-item-selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.ant-mentions-dropdown-menu-item-active{background-color:#e6f7ff}.ant-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice:first-child{margin-top:-8px}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:4px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#f5222d}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;-webkit-animation-name:MessageMoveOut;animation-name:MessageMoveOut;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ant-modal{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:100px;width:auto;margin:0 auto;padding-bottom:24px;pointer-events:none}.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-modal-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.ant-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:4px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto}.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:rgba(0,0,0,.45);font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto}.ant-modal-close:focus,.ant-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-modal-footer button+button{margin-bottom:0;margin-left:8px}.ant-modal.zoom-appear,.ant-modal.zoom-enter{-webkit-transform:none;-ms-transform:none;transform:none;opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.ant-modal-mask-hidden{display:none}.ant-modal-open{overflow:hidden}.ant-modal-centered{text-align:center}.ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.ant-modal-centered .ant-modal{top:0;display:inline-block;text-align:left;vertical-align:middle}@media (max-width:767px){.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-modal-centered .ant-modal{-ms-flex:1;flex:1 1}}.ant-modal-confirm .ant-modal-close,.ant-modal-confirm .ant-modal-header{display:none}.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px}.ant-modal-confirm-body-wrapper{zoom:1}.ant-modal-confirm-body-wrapper:after,.ant-modal-confirm-body-wrapper:before{display:table;content:""}.ant-modal-confirm-body-wrapper:after{clear:both}.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:1.4}.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:rgba(0,0,0,.65);font-size:14px}.ant-modal-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:38px}.ant-modal-confirm .ant-modal-confirm-btns{float:right;margin-top:24px}.ant-modal-confirm .ant-modal-confirm-btns button+button{margin-bottom:0;margin-left:8px}.ant-modal-confirm-error .ant-modal-confirm-body>.anticon{color:#f5222d}.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon{color:#faad14}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#1890ff}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#52c41a}.ant-notification{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:fixed;z-index:1010;width:384px;max-width:calc(100vw - 32px);margin-right:24px}.ant-notification-bottomLeft,.ant-notification-topLeft{margin-right:0;margin-left:24px}.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active{-webkit-animation-name:NotificationLeftFadeIn;animation-name:NotificationLeftFadeIn}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-notice{position:relative;margin-bottom:16px;padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:4px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ant-notification-notice-message{display:inline-block;margin-bottom:8px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(384px - 24px * 2 - 24px - 48px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.ant-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.ant-notification-notice-description{font-size:14px}.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:48px;font-size:14px}.ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.ant-notification-notice-icon-success{color:#52c41a}.anticon.ant-notification-notice-icon-info{color:#1890ff}.anticon.ant-notification-notice-icon-warning{color:#faad14}.anticon.ant-notification-notice-icon-error{color:#f5222d}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:rgba(0,0,0,.45);outline:none}.ant-notification-notice-close:hover{color:rgba(0,0,0,.67)}.ant-notification-notice-btn{float:right;margin-top:16px}.ant-notification .notification-fade-effect{-webkit-animation-duration:.24s;animation-duration:.24s;-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-notification-fade-appear,.ant-notification-fade-enter{opacity:0;-webkit-animation-play-state:paused;animation-play-state:paused}.ant-notification-fade-appear,.ant-notification-fade-enter,.ant-notification-fade-leave{-webkit-animation-duration:.24s;animation-duration:.24s;-webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-notification-fade-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-play-state:paused;animation-play-state:paused}.ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-fade-enter.ant-notification-fade-enter-active{-webkit-animation-name:NotificationFadeIn;animation-name:NotificationFadeIn;-webkit-animation-play-state:running;animation-play-state:running}.ant-notification-fade-leave.ant-notification-fade-leave-active{-webkit-animation-name:NotificationFadeOut;animation-name:NotificationFadeOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@-webkit-keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@-webkit-keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-page-header{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;padding:16px 24px;background-color:#fff}.ant-page-header-ghost{background-color:inherit}.ant-page-header.has-breadcrumb{padding-top:12px}.ant-page-header.has-footer{padding-bottom:0}.ant-page-header-back{float:left;margin:8px 0;margin-right:16px;font-size:16px;line-height:1}.ant-page-header-back-button{color:#1890ff;text-decoration:none;outline:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#000;cursor:pointer}.ant-page-header-back-button:focus,.ant-page-header-back-button:hover{color:#40a9ff}.ant-page-header-back-button:active{color:#096dd9}.ant-page-header .ant-divider-vertical{height:14px;margin:0 12px;vertical-align:middle}.ant-breadcrumb+.ant-page-header-heading{margin-top:8px}.ant-page-header-heading{width:100%;overflow:hidden}.ant-page-header-heading-title{display:block;float:left;margin-bottom:0;padding-right:12px;color:rgba(0,0,0,.85);font-weight:600;font-size:20px;line-height:32px}.ant-page-header-heading .ant-avatar{float:left;margin-right:12px}.ant-page-header-heading-sub-title{float:left;margin:5px 0;margin-right:12px;color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.ant-page-header-heading-tags{float:left;margin:4px 0}.ant-page-header-heading-extra{float:right}.ant-page-header-heading-extra>*{margin-left:8px}.ant-page-header-heading-extra>:first-child{margin-left:0}.ant-page-header-content{padding-top:12px;overflow:hidden}.ant-page-header-footer{margin-top:16px}.ant-page-header-footer .ant-tabs-bar{margin-bottom:1px;border-bottom:0}.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{padding:8px;font-size:16px}@media (max-width:576px){.ant-page-header-heading-extra{display:block;float:unset;width:100%;padding-top:12px;overflow:hidden}}.ant-popover{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.ant-popover-hidden{display:none}.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight{padding-bottom:10px}.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop{padding-left:10px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:10px}.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop{padding-right:10px}.ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-box-shadow:0 0 8px rgba(0,0,0,.15)\9;box-shadow:0 0 8px rgba(0,0,0,.15)\9}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ant-popover-inner{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:rgba(0,0,0,.85);font-weight:500;border-bottom:1px solid #e8e8e8}.ant-popover-inner-content{padding:12px 16px;color:rgba(0,0,0,.65)}.ant-popover-message{position:relative;padding:4px 0 12px;color:rgba(0,0,0,.65);font-size:14px}.ant-popover-message>.anticon{position:absolute;top:8px;color:#faad14;font-size:14px}.ant-popover-message-title{padding-left:22px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button{margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:8.48528137px;height:8.48528137px;background:transparent;border-style:solid;border-width:4.24264069px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:6.2px;border-top-color:transparent;border-right-color:#fff;border-bottom-color:#fff;border-left-color:transparent;-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.07);box-shadow:3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:#fff;border-left-color:#fff;-webkit-box-shadow:-3px 3px 7px rgba(0,0,0,.07);box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;border-top-color:#fff;border-right-color:transparent;border-bottom-color:transparent;border-left-color:#fff;-webkit-box-shadow:-2px -2px 5px rgba(0,0,0,.06);box-shadow:-2px -2px 5px rgba(0,0,0,.06)}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;border-top-color:#fff;border-right-color:#fff;border-bottom-color:transparent;border-left-color:transparent;-webkit-box-shadow:3px -3px 7px rgba(0,0,0,.07);box-shadow:3px -3px 7px rgba(0,0,0,.07)}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-progress{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon{font-size:12px}.ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ant-progress-show-info .ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.ant-progress-circle-trail{stroke:#f5f5f5}.ant-progress-circle-path{-webkit-animation:ant-progress-appear .3s;animation:ant-progress-appear .3s}.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#1890ff}.ant-progress-bg,.ant-progress-success-bg{position:relative;background-color:#1890ff;border-radius:100px;-webkit-transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;-o-transition:all .4s cubic-bezier(.08,.82,.17,1) 0s;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:rgba(0,0,0,.45);font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.ant-progress-text .anticon{font-size:14px}.ant-progress-status-active .ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:10px;opacity:0;-webkit-animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:""}.ant-progress-status-exception .ant-progress-bg{background-color:#f5222d}.ant-progress-status-exception .ant-progress-text{color:#f5222d}.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#f5222d}.ant-progress-status-success .ant-progress-bg{background-color:#52c41a}.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:transparent}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:rgba(0,0,0,.65);line-height:1;white-space:normal;text-align:center;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ant-progress-circle .ant-progress-text .anticon{font-size:1.16666667em}.ant-progress-circle.ant-progress-status-exception .ant-progress-text{color:#f5222d}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}@-webkit-keyframes ant-progress-active{0%{width:0;opacity:.1}20%{width:0;opacity:.5}to{width:100%;opacity:0}}@keyframes ant-progress-active{0%{width:0;opacity:.1}20%{width:0;opacity:.5}to{width:100%;opacity:0}}.ant-rate{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;margin:0;padding:0;color:#fadb14;font-size:20px;line-height:unset;list-style:none;outline:none}.ant-rate-disabled .ant-rate-star{cursor:default}.ant-rate-disabled .ant-rate-star:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ant-rate-star{position:relative;display:inline-block;margin:0;padding:0;color:inherit;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-rate-star:not(:last-child){margin-right:8px}.ant-rate-star>div:focus{outline:0}.ant-rate-star>div:focus,.ant-rate-star>div:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.ant-rate-star-first,.ant-rate-star-second{color:#e8e8e8;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-rate-star-first .anticon,.ant-rate-star-second .anticon{vertical-align:middle}.ant-rate-star-first{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;opacity:0}.ant-rate-star-half .ant-rate-star-first,.ant-rate-star-half .ant-rate-star-second{opacity:1}.ant-rate-star-full .ant-rate-star-second,.ant-rate-star-half .ant-rate-star-first{color:inherit}.ant-rate-text{display:inline-block;margin-left:8px;font-size:14px}.ant-result{padding:48px 32px}.ant-result-success .ant-result-icon>.anticon{color:#52c41a}.ant-result-error .ant-result-icon>.anticon{color:#f5222d}.ant-result-info .ant-result-icon>.anticon{color:#1890ff}.ant-result-warning .ant-result-icon>.anticon{color:#faad14}.ant-result-image{width:250px;height:295px;margin:auto}.ant-result-icon{margin-bottom:24px;text-align:center}.ant-result-icon>.anticon{font-size:72px}.ant-result-title{color:rgba(0,0,0,.85);font-size:24px;line-height:1.8;text-align:center}.ant-result-subtitle{color:rgba(0,0,0,.45);font-size:14px;line-height:1.6;text-align:center}.ant-result-extra{margin-top:32px;text-align:center}.ant-result-extra>*{margin-right:8px}.ant-result-extra>:last-child{margin-right:0}.ant-result-content{margin-top:24px;padding:24px 40px;background-color:#fafafa}.ant-skeleton{display:table;width:100%}.ant-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.ant-skeleton-header .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:#f2f2f2;width:32px;height:32px;line-height:32px}.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-content{display:table-cell;width:100%;vertical-align:top}.ant-skeleton-content .ant-skeleton-title{width:100%;height:16px;margin-top:16px;background:#f2f2f2}.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:24px}.ant-skeleton-content .ant-skeleton-paragraph{padding:0}.ant-skeleton-content .ant-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:#f2f2f2}.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.ant-skeleton-content .ant-skeleton-paragraph>li+li{margin-top:16px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title{margin-top:12px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:28px}.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:-webkit-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background:-o-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:ant-skeleton-loading 1.4s ease infinite;animation:ant-skeleton-loading 1.4s ease infinite}@-webkit-keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.ant-slider{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;height:12px;margin:14px 6px 10px;padding:4px 0;cursor:pointer;-ms-touch-action:none;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-bottom:-7px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;left:2px;margin-bottom:-4px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{width:100%;background-color:#f5f5f5;border-radius:2px}.ant-slider-rail,.ant-slider-track{position:absolute;height:4px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.ant-slider-track{background-color:#91d5ff;border-radius:4px}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #91d5ff;border-radius:50%;-webkit-box-shadow:0;box-shadow:0;cursor:pointer;-webkit-transition:border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);-o-transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28)}.ant-slider-handle:focus{border-color:#46a6ff;outline:none;-webkit-box-shadow:0 0 0 5px rgba(24,144,255,.2);box-shadow:0 0 0 5px rgba(24,144,255,.2)}.ant-slider-handle.ant-tooltip-open{border-color:#1890ff}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#69c0ff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#69c0ff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:rgba(0,0,0,.45);text-align:center;word-break:keep-all;cursor:pointer}.ant-slider-mark-text-active{color:rgba(0,0,0,.65)}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#fff;border:2px solid #e8e8e8;border-radius:50%;cursor:pointer}.ant-slider-dot,.ant-slider-dot:first-child,.ant-slider-dot:last-child{margin-left:-4px}.ant-slider-dot-active{border-color:#8cc8ff}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-track{background-color:rgba(0,0,0,.25)!important}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-handle{background-color:#fff;border-color:rgba(0,0,0,.25)!important;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-mark-text{cursor:not-allowed!important}.ant-statistic{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-statistic-title{margin-bottom:4px;color:rgba(0,0,0,.45);font-size:14px}.ant-statistic-content{color:rgba(0,0,0,.85);font-size:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.ant-statistic-content-value-decimal{font-size:16px}.ant-statistic-content-prefix,.ant-statistic-content-suffix{display:inline-block}.ant-statistic-content-prefix{margin-right:4px}.ant-statistic-content-suffix{margin-left:4px;font-size:16px}.ant-steps{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:-ms-flexbox;display:flex;width:100%;font-size:0}.ant-steps-item{position:relative;display:inline-block;-ms-flex:1;flex:1 1;overflow:hidden;vertical-align:top}.ant-steps-item-container{outline:none}.ant-steps-item:last-child{-ms-flex:none;flex:none}.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail{display:none}.ant-steps-item-content,.ant-steps-item-icon{display:inline-block;vertical-align:top}.ant-steps-item-icon{width:32px;height:32px;margin-right:8px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;-webkit-transition:background-color .3s,border-color .3s;-o-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s}.ant-steps-item-icon>.ant-steps-icon{position:relative;top:-1px;color:#1890ff;line-height:1}.ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#e8e8e8;border-radius:1px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s;content:""}.ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:rgba(0,0,0,.65);font-size:16px;line-height:32px}.ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#e8e8e8;content:""}.ant-steps-item-subtitle{display:inline;margin-left:8px;font-weight:400}.ant-steps-item-description,.ant-steps-item-subtitle{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#fff;border-color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:rgba(0,0,0,.25)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item-process .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.85)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.65)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item-process .ant-steps-item-icon{background:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#fff}.ant-steps-item-process .ant-steps-item-title{font-weight:500}.ant-steps-item-finish .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.65)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#1890ff}.ant-steps-item-error .ant-steps-item-icon{background-color:#fff;border-color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon{color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after{background:#f5222d}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]{cursor:pointer}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title{color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon{border-color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon{color:#1890ff}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:16px;white-space:nowrap}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail{display:none}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description{max-width:140px;white-space:normal}.ant-steps-item-custom .ant-steps-item-icon{height:auto;background:none;border:0}.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{top:0;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon{width:auto}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:12px}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-small .ant-steps-item-icon{width:24px;height:24px;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.ant-steps-small .ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.ant-steps-small .ant-steps-item-title:after{top:12px}.ant-steps-small .ant-steps-item-description{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-small .ant-steps-item-tail{top:8px}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{font-size:24px;line-height:24px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-steps-vertical{display:block}.ant-steps-vertical .ant-steps-item{display:block;overflow:visible}.ant-steps-vertical .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-vertical .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-vertical .ant-steps-item-title{line-height:32px}.ant-steps-vertical .ant-steps-item-description{padding-bottom:12px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}@media (max-width:480px){.ant-steps-horizontal.ant-steps-label-horizontal{display:block}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{display:block;overflow:visible}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title{line-height:32px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description{padding-bottom:12px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}}.ant-steps-label-vertical .ant-steps-item{overflow:visible}.ant-steps-label-vertical .ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.ant-steps-label-vertical .ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.ant-steps-label-vertical .ant-steps-item-icon{display:inline-block;margin-left:42px}.ant-steps-label-vertical .ant-steps-item-title{padding-right:0}.ant-steps-label-vertical .ant-steps-item-title:after{display:none}.ant-steps-label-vertical .ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5}.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon{margin-left:46px}.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title{line-height:1.5}.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{left:2px}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:""}.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content{width:140px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon{width:10px;height:10px;line-height:10px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{top:-1px}.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-top:8px;margin-left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:2px;left:-9px;margin:0;padding:22px 0 4px}.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot{left:-2px}.ant-steps-navigation{padding-top:12px}.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-left:-12px}.ant-steps-navigation .ant-steps-item{overflow:visible;text-align:center}.ant-steps-navigation .ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content{max-width:auto}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after{display:none}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]{cursor:pointer}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover{opacity:.85}.ant-steps-navigation .ant-steps-item:last-child{-ms-flex:1;flex:1 1}.ant-steps-navigation .ant-steps-item:last-child:after{display:none}.ant-steps-navigation .ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);content:""}.ant-steps-navigation .ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:3px;background-color:#1890ff;-webkit-transition:width .3s,left .3s;-o-transition:width .3s,left .3s;transition:width .3s,left .3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;content:""}.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before{left:0;width:100%}@media (max-width:480px){.ant-steps-navigation>.ant-steps-item{margin-right:0!important}.ant-steps-navigation>.ant-steps-item:before{display:none}.ant-steps-navigation>.ant-steps-item.ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.ant-steps-navigation>.ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.ant-steps-navigation>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{margin-left:-16px;padding-left:16px;background:#fff}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item{margin-left:-12px;padding-left:12px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child{overflow:hidden}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot:after{right:-200px;width:200px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after,.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:before{position:absolute;top:0;left:-10px;width:10px;height:8px;background:#fff;content:""}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after{right:-10px;left:auto}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#ccc}.ant-switch{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:44px;height:22px;line-height:20px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:1px solid transparent;border-radius:100px;cursor:pointer;-webkit-transition:all .36s;-o-transition:all .36s;transition:all .36s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-switch-inner{display:block;margin-right:6px;margin-left:24px;color:#fff;font-size:12px}.ant-switch-loading-icon,.ant-switch:after{position:absolute;top:1px;left:1px;width:18px;height:18px;background-color:#fff;border-radius:18px;cursor:pointer;-webkit-transition:all .36s cubic-bezier(.78,.14,.15,.86);-o-transition:all .36s cubic-bezier(.78,.14,.15,.86);transition:all .36s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-switch:after{-webkit-box-shadow:0 2px 4px 0 rgba(0,35,11,.2);box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.ant-switch:not(.ant-switch-disabled):active:after,.ant-switch:not(.ant-switch-disabled):active:before{width:24px}.ant-switch-loading-icon{z-index:1;display:none;font-size:12px;background:transparent}.ant-switch-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-switch-loading .ant-switch-loading-icon{display:inline-block;color:rgba(0,0,0,.65)}.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon{color:#1890ff}.ant-switch:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-switch:focus:hover{-webkit-box-shadow:none;box-shadow:none}.ant-switch-small{min-width:28px;height:16px;line-height:14px}.ant-switch-small .ant-switch-inner{margin-right:3px;margin-left:18px;font-size:12px}.ant-switch-small:after{width:12px;height:12px}.ant-switch-small:active:after,.ant-switch-small:active:before{width:16px}.ant-switch-small .ant-switch-loading-icon{width:12px;height:12px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin-right:18px;margin-left:3px}.ant-switch-small.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-13px}.ant-switch-small.ant-switch-loading .ant-switch-loading-icon{font-weight:700;-webkit-transform:scale(.66667);-ms-transform:scale(.66667);transform:scale(.66667)}.ant-switch-checked{background-color:#1890ff}.ant-switch-checked .ant-switch-inner{margin-right:24px;margin-left:6px}.ant-switch-checked:after{left:100%;margin-left:-1px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-19px}.ant-switch-disabled,.ant-switch-loading{cursor:not-allowed;opacity:.4}.ant-switch-disabled *,.ant-switch-disabled:after,.ant-switch-disabled:before,.ant-switch-loading *,.ant-switch-loading:after,.ant-switch-loading:before{cursor:not-allowed}@-webkit-keyframes AntSwitchSmallLoadingCircle{0%{-webkit-transform:rotate(0deg) scale(.66667);transform:rotate(0deg) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:rotate(1turn) scale(.66667);transform:rotate(1turn) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes AntSwitchSmallLoadingCircle{0%{-webkit-transform:rotate(0deg) scale(.66667);transform:rotate(0deg) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:rotate(1turn) scale(.66667);transform:rotate(1turn) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}.ant-table-wrapper{zoom:1}.ant-table-wrapper:after,.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{clear:both}.ant-table{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;clear:both}.ant-table-body{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ant-table-empty .ant-table-body{overflow-x:auto!important;overflow-y:hidden!important}.ant-table table{width:100%;text-align:left;border-radius:4px 4px 0 0;border-collapse:separate;border-spacing:0}.ant-table-layout-fixed table{table-layout:fixed}.ant-table-thead>tr>th{color:rgba(0,0,0,.85);font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #e8e8e8;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-thead>tr>th .ant-table-filter-icon,.ant-table-thead>tr>th .anticon-filter{position:absolute;top:0;right:0;width:28px;height:100%;color:#bfbfbf;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-thead>tr>th .ant-table-filter-icon>svg,.ant-table-thead>tr>th .anticon-filter>svg{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-6px}.ant-table-thead>tr>th .ant-table-filter-selected.anticon{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner{height:1em;margin-top:.35em;margin-left:.57142857em;color:#bfbfbf;line-height:1em;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{display:inline-block;font-size:12px;font-size:11px\9;-webkit-transform:scale(.91666667) rotate(0deg);-ms-transform:scale(.91666667) rotate(0deg);transform:scale(.91666667) rotate(0deg);display:block;height:1em;line-height:1em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{font-size:12px}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full{margin-top:-.15em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up{height:.5em;line-height:.5em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down{margin-top:.125em}.ant-table-thead>tr>th.ant-table-column-has-actions{position:relative;background-clip:padding-box;-webkit-background-clip:border-box}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters{padding-right:30px!important}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover{color:rgba(0,0,0,.45);background:#e5e5e5}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active{color:rgba(0,0,0,.65)}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters{cursor:pointer}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter{background:#f2f2f2}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on),.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on){color:rgba(0,0,0,.45)}.ant-table-thead>tr>th .ant-table-header-column{display:inline-block;max-width:100%;vertical-align:top}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters{display:table}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>:not(.ant-table-column-sorter){position:relative}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:before{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:hover:before{background:rgba(0,0,0,.04)}.ant-table-thead>tr>th.ant-table-column-has-sorters{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:4px}.ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:4px}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;-webkit-transition:all .3s,border 0s;-o-transition:all .3s,border 0s;transition:all .3s,border 0s}.ant-table-tbody>tr,.ant-table-thead>tr{-webkit-transition:all .3s,height 0s;-o-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:#e6f7ff}.ant-table-tbody>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-tbody>tr:hover.ant-table-row-selected>td,.ant-table-tbody>tr:hover.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr:hover.ant-table-row-selected>td,.ant-table-thead>tr:hover.ant-table-row-selected>td.ant-table-column-sort{background:#fafafa}.ant-table-thead>tr:hover{background:none}.ant-table-footer{position:relative;padding:16px;color:rgba(0,0,0,.85);background:#fafafa;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-footer:before{position:absolute;top:-1px;left:0;width:100%;height:1px;background:#fafafa;content:""}.ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:4px 4px 0 0}.ant-table.ant-table-bordered .ant-table-title{padding-right:16px;padding-left:16px;border:1px solid #e8e8e8}.ant-table-title+.ant-table-content{position:relative;border-radius:4px 4px 0 0}.ant-table-bordered .ant-table-title+.ant-table-content,.ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.ant-table-bordered .ant-table-title+.ant-table-content table,.ant-table-without-column-header .ant-table-title+.ant-table-content,.ant-table-without-column-header table{border-radius:0}.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-top:1px solid #e8e8e8;border-radius:4px}.ant-table-tbody>tr.ant-table-row-selected td{color:inherit;background:#fafafa}.ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.ant-table-tbody>tr>td.ant-table-column-sort{background:rgba(0,0,0,.01)}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:16px;overflow-wrap:break-word}.ant-table-expand-icon-th,.ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.ant-table-header{overflow:hidden;background:#fafafa}.ant-table-header table{border-radius:4px 4px 0 0}.ant-table-loading{position:relative}.ant-table-loading .ant-table-body{background:#fff;opacity:.5}.ant-table-loading .ant-table-spin-holder{position:absolute;top:50%;left:50%;height:20px;margin-left:-30px;line-height:20px}.ant-table-loading .ant-table-with-pagination{margin-top:-20px}.ant-table-loading .ant-table-without-pagination{margin-top:10px}.ant-table-bordered .ant-table-body>table,.ant-table-bordered .ant-table-fixed-left table,.ant-table-bordered .ant-table-fixed-right table,.ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top-left-radius:0;border-top-right-radius:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table,.ant-table-bordered.ant-table-fixed-header .ant-table-header+.ant-table-body>table{border-top:0}.ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.ant-table-bordered .ant-table-tbody>tr>td,.ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.ant-table-placeholder{position:relative;z-index:1;margin-top:-1px;padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center;background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-pagination.ant-pagination{float:right;margin:16px 0}.ant-table-filter-dropdown{position:relative;min-width:96px;margin-left:-8px;background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:calc(100vh - 130px);overflow-x:hidden;border:0;border-radius:4px 4px 0 0;-webkit-box-shadow:none;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{color:#1890ff;font-weight:700;text-shadow:0 0 2px #bae7ff}.ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.ant-table-filter-dropdown-btns{padding:7px 8px;overflow:hidden;border-top:1px solid #e8e8e8}.ant-table-filter-dropdown-link{color:#1890ff}.ant-table-filter-dropdown-link:hover{color:#40a9ff}.ant-table-filter-dropdown-link:active{color:#096dd9}.ant-table-filter-dropdown-link.confirm{float:left}.ant-table-filter-dropdown-link.clear{float:right}.ant-table-selection{white-space:nowrap}.ant-table-selection-select-all-custom{margin-right:4px!important}.ant-table-selection .anticon-down{color:#bfbfbf;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-table-selection-menu{min-width:96px;margin-top:5px;margin-left:-30px;background:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-selection-menu .ant-action-down{color:#bfbfbf}.ant-table-selection-down{display:inline-block;padding:0;line-height:1;cursor:pointer}.ant-table-selection-down:hover .anticon-down{color:rgba(0,0,0,.6)}.ant-table-row-expand-icon{color:#1890ff;text-decoration:none;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;display:inline-block;width:17px;height:17px;color:inherit;line-height:13px;text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:2px;outline:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{color:#40a9ff}.ant-table-row-expand-icon:active{color:#096dd9}.ant-table-row-expand-icon:active,.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{border-color:currentColor}.ant-table-row-expanded:after{content:"-"}.ant-table-row-collapsed:after{content:"+"}.ant-table-row-spaced{visibility:hidden}.ant-table-row-spaced:after{content:"."}.ant-table-row-cell-ellipsis,.ant-table-row-cell-ellipsis .ant-table-column-title{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-table-row-cell-ellipsis .ant-table-column-title{display:block}.ant-table-row-cell-break-word{word-wrap:break-word;word-break:break-word}tr.ant-table-expanded-row,tr.ant-table-expanded-row:hover{background:#fbfbfb}tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-16px -16px -17px}.ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.ant-table-scroll{overflow:auto;overflow-x:hidden}.ant-table-scroll table{min-width:100%}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]){color:transparent}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan])>*{visibility:hidden}.ant-table-body-inner{height:100%}.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.ant-table-fixed-header .ant-table-scroll .ant-table-header{margin-bottom:-20px;padding-bottom:20px;overflow:scroll;opacity:.9999}.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-width:0 0 1px}.ant-table-hide-scrollbar{scrollbar-color:transparent transparent;min-width:unset}.ant-table-hide-scrollbar::-webkit-scrollbar{min-width:inherit;background-color:transparent}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-width:1px 1px 1px 0}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead>tr:only-child>th:last-child{border-right-color:transparent}.ant-table-fixed-left,.ant-table-fixed-right{position:absolute;top:0;z-index:auto;overflow:hidden;border-radius:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.ant-table-fixed-left table,.ant-table-fixed-right table{width:auto;background:#fff}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.ant-table-fixed-left{left:0;-webkit-box-shadow:6px 0 6px -4px rgba(0,0,0,.15);box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-left .ant-table-header{overflow-y:hidden}.ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.ant-table-fixed-left,.ant-table-fixed-left table{border-radius:4px 0 0 0}.ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.ant-table-fixed-right{right:0;-webkit-box-shadow:-6px 0 6px -4px rgba(0,0,0,.15);box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-right,.ant-table-fixed-right table{border-radius:0 4px 0 0}.ant-table-fixed-right .ant-table-expanded-row{color:transparent;pointer-events:none}.ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.ant-table.ant-table-scroll-position-right .ant-table-fixed-right{-webkit-box-shadow:none;box-shadow:none}.ant-table colgroup>col.ant-table-selection-col{width:60px}.ant-table-thead>tr>th.ant-table-selection-column-custom .ant-table-selection{margin-right:-15px}.ant-table-tbody>tr>td.ant-table-selection-column,.ant-table-thead>tr>th.ant-table-selection-column{text-align:center}.ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-table-filter-dropdown .ant-checkbox-wrapper+span{padding-left:8px}@supports (-moz-appearance:meterbar){.ant-table-thead>tr>th.ant-table-column-has-actions{background-clip:padding-box}}.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-footer,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-title{padding:12px 8px}.ant-table-middle tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-12px -8px -13px}.ant-table-small{border:1px solid #e8e8e8;border-radius:4px}.ant-table-small>.ant-table-content>.ant-table-footer,.ant-table-small>.ant-table-title{padding:8px}.ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer{background-color:transparent;border-top:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer:before{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body{margin:0 8px}.ant-table-small>.ant-table-content>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border:0}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr{border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort{background-color:rgba(0,0,0,.01)}.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.ant-table-small>.ant-table-content .ant-table-header{background-color:transparent;border-radius:4px 4px 0 0}.ant-table-small>.ant-table-content .ant-table-placeholder,.ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.ant-table-small.ant-table-bordered{border-right:0}.ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-top:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.ant-table-small.ant-table-bordered .ant-table-placeholder{border-right:0;border-bottom:0;border-left:0}.ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-thead>tr>th.ant-table-row-cell-last{border-right:none}.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-small tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-8px -8px -9px}.ant-table-small.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{border-radius:0 0 4px 4px}.ant-timeline{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin:0;padding:0;list-style:none}.ant-timeline-item{position:relative;margin:0;padding:0 0 20px;font-size:14px;list-style:none}.ant-timeline-item-tail{position:absolute;top:10px;left:4px;height:calc(100% - 10px);border-left:2px solid #e8e8e8}.ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:transparent}.ant-timeline-item-pending .ant-timeline-item-tail{display:none}.ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:2px solid transparent;border-radius:100px}.ant-timeline-item-head-blue{color:#1890ff;border-color:#1890ff}.ant-timeline-item-head-red{color:#f5222d;border-color:#f5222d}.ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}.ant-timeline-item-head-gray{color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-timeline-item-head-custom{position:absolute;top:5.5px;left:5px;width:auto;height:auto;margin-top:0;padding:3px 1px;line-height:1;text-align:center;border:0;border-radius:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ant-timeline-item-content{position:relative;top:-6px;margin:0 0 0 18px;word-break:break-word}.ant-timeline-item-last>.ant-timeline-item-tail{display:none}.ant-timeline-item-last>.ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-tail{left:50%}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head{margin-left:-4px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom{margin-left:1px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content{left:calc(50% - 4px);width:calc(50% - 14px);text-align:left}.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:right}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail{left:calc(100% - 4px - 2px)}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(100% - 18px)}.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail{display:block;height:calc(100% - 14px);border-left:2px dotted #e8e8e8}.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail{display:none}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{top:15px;display:block;height:calc(100% - 15px);border-left:2px dotted #e8e8e8}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}.ant-transfer-customize-list{display:-ms-flexbox;display:flex}.ant-transfer-customize-list .ant-transfer-operation{-ms-flex:none;flex:none;-ms-flex-item-align:center;align-self:center}.ant-transfer-customize-list .ant-transfer-list{-ms-flex:auto;flex:auto;width:auto;height:auto;min-height:200px}.ant-transfer-customize-list .ant-transfer-list-body-with-search{padding-top:0}.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper{position:relative;padding-bottom:0}.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper{padding:12px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small{border:0;border-radius:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th{background:#fafafa}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:1px solid #e8e8e8}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body{margin:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0 4px}.ant-transfer{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative}.ant-transfer-disabled .ant-transfer-list{background:#f5f5f5}.ant-transfer-list{position:relative;display:inline-block;width:180px;height:200px;padding-top:40px;vertical-align:middle;border:1px solid #d9d9d9;border-radius:4px}.ant-transfer-list-with-footer{padding-bottom:34px}.ant-transfer-list-search{padding:0 24px 0 8px}.ant-transfer-list-search-action{position:absolute;top:12px;right:12px;bottom:12px;width:28px;color:rgba(0,0,0,.25);line-height:32px;text-align:center}.ant-transfer-list-search-action .anticon{color:rgba(0,0,0,.25);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-transfer-list-search-action .anticon:hover{color:rgba(0,0,0,.45)}span.ant-transfer-list-search-action{pointer-events:none}.ant-transfer-list-header{position:absolute;top:0;left:0;width:100%;padding:8px 12px 9px;overflow:hidden;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-transfer-list-header-title{position:absolute;right:12px}.ant-transfer-list-header .ant-checkbox-wrapper+span{padding-left:8px}.ant-transfer-list-body{position:relative;height:100%;font-size:14px}.ant-transfer-list-body-search-wrapper{position:absolute;top:0;left:0;width:100%;padding:12px}.ant-transfer-list-body-with-search{padding-top:56px}.ant-transfer-list-content{height:100%;margin:0;padding:0;overflow:auto;list-style:none}.ant-transfer-list-content>.LazyLoad{-webkit-animation:transferHighlightIn 1s;animation:transferHighlightIn 1s}.ant-transfer-list-content-item{min-height:32px;padding:6px 12px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-transfer-list-content-item>span{padding-right:0}.ant-transfer-list-content-item-text{padding-left:8px}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background-color:#e6f7ff;cursor:pointer}.ant-transfer-list-content-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-transfer-list-body-not-found{position:absolute;top:50%;width:100%;padding-top:0;color:rgba(0,0,0,.25);text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found{margin-top:16px}.ant-transfer-list-footer{position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-transfer-operation{display:inline-block;margin:0 8px;overflow:hidden;vertical-align:middle}.ant-transfer-operation .ant-btn{display:block}.ant-transfer-operation .ant-btn:first-child{margin-bottom:4px}.ant-transfer-operation .ant-btn .anticon{font-size:12px}@-webkit-keyframes transferHighlightIn{0%{background:#bae7ff}to{background:transparent}}@keyframes transferHighlightIn{0%{background:#bae7ff}to{background:transparent}}.ant-select-tree-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#1890ff}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;-webkit-animation:antCheckboxEffect .36s ease-in-out;animation:antCheckboxEffect .36s ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;content:""}.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.ant-select-tree-checkbox:hover:after{visibility:visible}.ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(0) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(0) translate(-50%,-50%);transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;-webkit-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;-o-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;-o-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-select-tree-checkbox-disabled{cursor:not-allowed}.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);-webkit-animation-name:none;animation-name:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;-webkit-animation-name:none;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree-checkbox-disabled:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after{visibility:hidden}.ant-select-tree-checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-select-tree-checkbox-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-select-tree-checkbox-group-item{display:inline-block;margin-right:8px}.ant-select-tree-checkbox-group-item:last-child{margin-right:0}.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-select-tree{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin:0;margin-top:-4px;padding:0 4px}.ant-select-tree li{margin:8px 0;padding:0;white-space:nowrap;list-style:none;outline:0}.ant-select-tree li.filter-node>span{font-weight:500}.ant-select-tree li ul{margin:0;padding:0 0 0 18px}.ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;width:calc(100% - 24px);margin:0;padding:3px 5px;color:rgba(0,0,0,.65);text-decoration:none;border-radius:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6f7ff}.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-select-tree li span.ant-select-tree-iconEle,.ant-select-tree li span.ant-select-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:22px;text-align:center;vertical-align:middle;border:0 none;outline:none;cursor:pointer}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;color:#1890ff;font-size:14px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree li span.ant-select-tree-switcher{position:relative}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:#1890ff;font-size:14px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree-child-tree,.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle{display:none}.ant-select-tree-child-tree-open{display:block}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree-icon__close,.ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.ant-select-tree-dropdown{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.ant-select-tree-dropdown .ant-select-dropdown-search{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:block;padding:4px;background:#fff}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;outline:none}.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;color:rgba(0,0,0,.25);cursor:not-allowed}@-webkit-keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}@keyframes antCheckboxEffect{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}.ant-tree.ant-tree-directory{position:relative}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher,.ant-tree.ant-tree-directory>li span.ant-tree-switcher{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher.ant-tree-switcher-noop,.ant-tree.ant-tree-directory>li span.ant-tree-switcher.ant-tree-switcher-noop{pointer-events:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-checkbox,.ant-tree.ant-tree-directory>li span.ant-tree-checkbox{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper{border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover:before{background:#e6f7ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected{color:#fff;background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:before{position:absolute;right:0;left:0;height:24px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:""}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper>span,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper>span{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher{color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner{border-color:#1890ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after{border-color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:#1890ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before{background:#1890ff}.ant-tree-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,.ant-tree-checkbox:hover .ant-tree-checkbox-inner{border-color:#1890ff}.ant-tree-checkbox-checked:after{top:0;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;-webkit-animation:antCheckboxEffect .36s ease-in-out;animation:antCheckboxEffect .36s ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;content:""}.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,.ant-tree-checkbox:hover:after{visibility:visible}.ant-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-tree-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(0) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(0) translate(-50%,-50%);transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;-webkit-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;-o-transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;-o-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-tree-checkbox-disabled{cursor:not-allowed}.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);-webkit-animation-name:none;animation-name:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-input{cursor:not-allowed}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;-webkit-animation-name:none;animation-name:none}.ant-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tree-checkbox-disabled:hover:after,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after{visibility:hidden}.ant-tree-checkbox-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper{margin-left:8px}.ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-tree-checkbox-group{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block}.ant-tree-checkbox-group-item{display:inline-block;margin-right:8px}.ant-tree-checkbox-group-item:last-child{margin-right:0}.ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item{margin-left:0}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-tree{-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";margin:0;padding:0}.ant-tree-checkbox-checked:after{position:absolute;top:16.67%;left:0;width:100%;height:66.67%}.ant-tree ol,.ant-tree ul{margin:0;padding:0;list-style:none}.ant-tree li{margin:0;padding:4px 0;white-space:nowrap;list-style:none;outline:0}.ant-tree li span[draggable=true],.ant-tree li span[draggable]{line-height:20px;border-top:2px solid transparent;border-bottom:2px solid transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element}.ant-tree li.drag-over>span[draggable]{color:#fff;background-color:#1890ff;opacity:.8}.ant-tree li.drag-over-gap-top>span[draggable]{border-top-color:#1890ff}.ant-tree li.drag-over-gap-bottom>span[draggable]{border-bottom-color:#1890ff}.ant-tree li.filter-node>span{color:#f5222d!important;font-weight:500!important}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:#1890ff;font-size:14px;-webkit-transform:none;-ms-transform:none;transform:none}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after,:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after{opacity:0}.ant-tree li ul{margin:0;padding:0 0 0 18px}.ant-tree li .ant-tree-node-content-wrapper{display:inline-block;height:24px;margin:0;padding:0 5px;color:rgba(0,0,0,.65);line-height:24px;text-decoration:none;vertical-align:top;border-radius:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-tree li .ant-tree-node-content-wrapper:hover{background-color:#e6f7ff}.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#bae7ff}.ant-tree li span.ant-tree-checkbox{top:auto;height:24px;margin:0 4px 0 2px;padding:4px 0}.ant-tree li span.ant-tree-iconEle,.ant-tree li span.ant-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:24px;text-align:center;vertical-align:top;border:0 none;outline:none;cursor:pointer}.ant-tree li span.ant-tree-iconEle:empty{display:none}.ant-tree li span.ant-tree-switcher{position:relative}.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop{cursor:default}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.ant-tree li:last-child>span.ant-tree-iconEle:before,.ant-tree li:last-child>span.ant-tree-switcher:before{display:none}.ant-tree>li:first-child{padding-top:7px}.ant-tree>li:last-child{padding-bottom:7px}.ant-tree-child-tree>li:first-child{padding-top:8px}.ant-tree-child-tree>li:last-child{padding-bottom:0}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper,li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper span,li.ant-tree-treenode-disabled>span:not(.ant-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree-icon__close,.ant-tree-icon__open{margin-right:2px;vertical-align:top}.ant-tree.ant-tree-show-line li{position:relative}.ant-tree.ant-tree-show-line li span.ant-tree-switcher{color:rgba(0,0,0,.45);background:#fff}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-tree.ant-tree-show-line li:not(:last-child):before{position:absolute;left:12px;width:1px;height:100%;height:calc(100% - 22px);margin:22px 0 0;border-left:1px solid #d9d9d9;content:" "}.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle{display:none}.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper{width:calc(100% - 24px)}.ant-tree.ant-tree-block-node li span.ant-tree-checkbox+.ant-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-typography{color:rgba(0,0,0,.65)}.ant-typography.ant-typography-secondary{color:rgba(0,0,0,.45)}.ant-typography.ant-typography-warning{color:#faad14}.ant-typography.ant-typography-danger{color:#f5222d}.ant-typography.ant-typography-disabled{color:rgba(0,0,0,.25);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-typography p,div.ant-typography{margin-bottom:1em}.ant-typography h1,h1.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:38px;line-height:1.23}.ant-typography h2,h2.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:30px;line-height:1.35}.ant-typography h3,h3.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:24px;line-height:1.35}.ant-typography h4,h4.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:20px;line-height:1.4}.ant-typography+h1.ant-typography,.ant-typography+h2.ant-typography,.ant-typography+h3.ant-typography,.ant-typography+h4.ant-typography,.ant-typography div+h1,.ant-typography div+h2,.ant-typography div+h3,.ant-typography div+h4,.ant-typography h1+h1,.ant-typography h1+h2,.ant-typography h1+h3,.ant-typography h1+h4,.ant-typography h2+h1,.ant-typography h2+h2,.ant-typography h2+h3,.ant-typography h2+h4,.ant-typography h3+h1,.ant-typography h3+h2,.ant-typography h3+h3,.ant-typography h3+h4,.ant-typography h4+h1,.ant-typography h4+h2,.ant-typography h4+h3,.ant-typography h4+h4,.ant-typography li+h1,.ant-typography li+h2,.ant-typography li+h3,.ant-typography li+h4,.ant-typography p+h1,.ant-typography p+h2,.ant-typography p+h3,.ant-typography p+h4,.ant-typography ul+h1,.ant-typography ul+h2,.ant-typography ul+h3,.ant-typography ul+h4{margin-top:1.2em}span.ant-typography-ellipsis{display:inline-block}.ant-typography a{color:#1890ff;text-decoration:none;outline:none;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.ant-typography a:focus,.ant-typography a:hover{color:#40a9ff}.ant-typography a:active{color:#096dd9}.ant-typography a:active,.ant-typography a:hover{text-decoration:none}.ant-typography a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}.ant-typography code{margin:0 .2em;padding:.2em .4em .1em;font-size:85%;background:rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);border-radius:3px}.ant-typography mark{padding:0;background-color:#ffe58f}.ant-typography ins,.ant-typography u{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.ant-typography del,.ant-typography s{text-decoration:line-through}.ant-typography strong{font-weight:600}.ant-typography-copy,.ant-typography-edit,.ant-typography-expand{color:#1890ff;text-decoration:none;outline:none;cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;margin-left:8px}.ant-typography-copy:focus,.ant-typography-copy:hover,.ant-typography-edit:focus,.ant-typography-edit:hover,.ant-typography-expand:focus,.ant-typography-expand:hover{color:#40a9ff}.ant-typography-copy:active,.ant-typography-edit:active,.ant-typography-expand:active{color:#096dd9}.ant-typography-copy-success,.ant-typography-copy-success:focus,.ant-typography-copy-success:hover{color:#52c41a}.ant-typography-edit-content{position:relative}div.ant-typography-edit-content{left:-12px;margin-top:-5px;margin-bottom:calc(1em - 4px - 2px)}.ant-typography-edit-content-confirm{position:absolute;right:10px;bottom:8px;color:rgba(0,0,0,.45);pointer-events:none}.ant-typography-edit-content textarea{-moz-transition:none}.ant-typography ol,.ant-typography ul{margin:0 0 1em;padding:0}.ant-typography ol li,.ant-typography ul li{margin:0 0 0 20px;padding:0 0 0 4px}.ant-typography ul li{list-style-type:circle}.ant-typography ul li li{list-style-type:disc}.ant-typography ol li{list-style-type:decimal}.ant-typography-ellipsis-single-line{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-typography-ellipsis-multiple-line{display:-webkit-box;-webkit-line-clamp:3;
  /*! autoprefixer: ignore next */overflow:hidden}.ant-upload{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{display:table;float:left;width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:4px;cursor:pointer;-webkit-transition:border-color .3s ease;-o-transition:border-color .3s ease;transition:border-color .3s ease}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:table-cell;width:100%;height:100%;padding:8px;text-align:center;vertical-align:middle}.ant-upload.ant-upload-select-picture-card:hover{border-color:#1890ff}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:4px;cursor:pointer;-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#096dd9}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#40a9ff}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#40a9ff;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{zoom:1;display:inline-block;width:100%}.ant-upload-picture-card-wrapper:after,.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{clear:both}.ant-upload-list{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";zoom:1}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:14px}.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:28px}.ant-upload-list-item{position:relative;height:22px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ant-upload-list-item-name-icon-count-1{padding-right:14px}.ant-upload-list-item-card-actions{position:absolute;right:0;opacity:0}.ant-upload-list-item-card-actions.picture{top:25px;line-height:1;opacity:1}.ant-upload-list-item-card-actions .anticon{padding-right:6px;color:rgba(0,0,0,.45)}.ant-upload-list-item-info{height:100%;padding:0 12px 0 4px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .anticon-loading,.ant-upload-list-item-info .anticon-paper-clip{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item .anticon-close{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);position:absolute;top:6px;right:4px;color:rgba(0,0,0,.45);line-height:0;cursor:pointer;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}:root .ant-upload-list-item .anticon-close{font-size:12px}.ant-upload-list-item .anticon-close:hover{color:rgba(0,0,0,.65)}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#e6f7ff}.ant-upload-list-item:hover .ant-upload-list-item-card-actions,.ant-upload-list-item:hover .anticon-close{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .anticon-paper-clip{color:#f5222d}.ant-upload-list-item-error .ant-upload-list-item-card-actions{opacity:1}.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{color:#f5222d}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture-card .ant-upload-list-item,.ant-upload-list-picture .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:4px}.ant-upload-list-picture-card .ant-upload-list-item:hover,.ant-upload-list-picture .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-error,.ant-upload-list-picture .ant-upload-list-item-error{border-color:#f5222d}.ant-upload-list-picture-card .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item-info{padding:0}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-uploading,.ant-upload-list-picture .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture .ant-upload-list-item-thumbnail{position:absolute;top:8px;left:8px;width:48px;height:48px;font-size:26px;line-height:54px;text-align:center;opacity:.8}.ant-upload-list-picture-card .ant-upload-list-item-icon,.ant-upload-list-picture .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ant-upload-list-picture-card .ant-upload-list-item-image,.ant-upload-list-picture .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,.ant-upload-list-picture .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-name{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1,.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1{padding-right:18px}.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2,.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2{padding-right:36px}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name{line-height:28px}.ant-upload-list-picture-card .ant-upload-list-item-progress,.ant-upload-list-picture .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card .anticon-close,.ant-upload-list-picture .anticon-close{position:absolute;top:8px;right:8px;line-height:1;opacity:1}.ant-upload-list-picture-card.ant-upload-list:after{display:none}.ant-upload-list-picture-card-container,.ant-upload-list-picture-card .ant-upload-list-item{float:left;width:104px;height:104px;margin:0 8px 8px 0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5;text-align:center}.ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:#fafafa}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-uploading-text{margin-top:18px;color:rgba(0,0,0,.45)}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;padding-left:0}.ant-upload-list .ant-upload-success-icon{color:#52c41a;font-weight:700}.ant-upload-list .ant-upload-animate-enter,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave,.ant-upload-list .ant-upload-animate-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:cubic-bezier(.78,.14,.15,.86)}.ant-upload-list .ant-upload-animate-enter{-webkit-animation-name:uploadAnimateIn;animation-name:uploadAnimateIn}.ant-upload-list .ant-upload-animate-leave{-webkit-animation-name:uploadAnimateOut;animation-name:uploadAnimateOut}.ant-upload-list .ant-upload-animate-inline-enter{-webkit-animation-name:uploadAnimateInlineIn;animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{-webkit-animation-name:uploadAnimateInlineOut;animation-name:uploadAnimateInlineOut}@-webkit-keyframes uploadAnimateIn{0%{height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateIn{0%{height:0;margin:0;padding:0;opacity:0}}@-webkit-keyframes uploadAnimateOut{to{height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateOut{to{height:0;margin:0;padding:0;opacity:0}}@-webkit-keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@-webkit-keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.rigihtResizerHandle:hover {
  background: #d1d0d4; }

.customTableStyles {
  min-height: 500px;
  /* Pagination */ }
  .customTableStyles table {
    background: #ffffff;
    opacity: 0.98;
    box-shadow: 0px 2px 4px rgba(130, 136, 148, 0.16), 0px 0px 1px rgba(130, 136, 148, 0.16); }
  .customTableStyles tbody tr {
    background: #ffffff !important;
    height: 64px !important; }
  .customTableStyles tbody tr td {
    padding: 9px 9px !important;
    color: #000000;
    border-bottom: none; }
  .customTableStyles .ant-table-thead tr th {
    height: 56px;
    background: #f0f0f5;
    border: 1px solid #e6e6eb; }
  .customTableStyles .ant-table-column-title {
    text-align: center; }
  .customTableStyles tbody tr td a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #38373b;
    opacity: 0.98;
    cursor: pointer; }
  .customTableStyles tbody tr:hover > td {
    background: #f9f9fa !important;
    opacity: 0.98; }
  .customTableStyles .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
    background: #f9f9fa !important;
    opacity: 0.98; }
  .customTableStyles th {
    background: #f0f0f5 !important;
    text-align: start !important;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 12px;
    line-height: 18px;
    color: #1c1c1e !important; }
    .customTableStyles th span {
      font-weight: 800;
      font-size: 12px;
      line-height: 16px;
      color: #000000; }
  .customTableStyles .hidecolumn {
    display: none; }
  .customTableStyles .highlightedcolumns {
    background: #f9f9fa; }
  .customTableStyles .ellipsecolumn {
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px; }
  .customTableStyles .boldcolumn a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #000000;
    text-decoration-line: none; }
  .customTableStyles .boldcolumn a:hover {
    text-decoration-line: underline; }
  .customTableStyles .ant-table-filter-icon {
    padding-bottom: 15px;
    padding-top: 15px; }
  .customTableStyles .disableLink {
    opacity: 0.6;
    pointer-events: none; }
  .customTableStyles .ant-table-header-column,
  .customTableStyles .ant-table-column-sorters {
    min-width: 100%; }
  .customTableStyles .ant-table-header-column {
    vertical-align: middle !important; }
  .customTableStyles .ant-table-column-sorter {
    float: right; }
  .customTableStyles .ant-table-body {
    scrollbar-width: thin; }
  .customTableStyles .ant-table-thead > tr > th,
  .customTableStyles .ant-table-tbody > tr > td {
    padding: 20px 10px; }
  .customTableStyles table td.paymentColumn > span {
    display: inline-block; }
  .customTableStyles .ant-checkbox-checked .ant-checkbox-inner {
    background-color: black !important;
    border-color: black !important; }
  .customTableStyles .ant-table-selection .ant-checkbox-wrapper:hover {
    border-color: black !important; }
  .customTableStyles .ant-checkbox-wrapper .ant-checkbox:hover .ant-checkbox-inner {
    border-color: black !important; }
  .customTableStyles .ant-checkbox-indeterminate .ant-checkbox-inner::after {
    background-color: black; }
  .customTableStyles .ant-table-pagination.ant-pagination {
    float: none; }
  .customTableStyles .ant-pagination-item-active {
    background-color: #38373b; }
  .customTableStyles .ant-pagination-item a {
    color: #38373b; }
  .customTableStyles .ant-pagination-item-active a,
  .customTableStyles .ant-pagination-item-active:focus a,
  .customTableStyles .ant-pagination-item-active:hover a {
    color: #ffffff; }
  .customTableStyles .ant-pagination-item-link {
    border-color: #38373b; }
  .customTableStyles :not(.ant-pagination-disabled).ant-pagination-prev .ant-pagination-item-link,
  .customTableStyles :not(.ant-pagination-disabled).ant-pagination-next .ant-pagination-item-link {
    color: #38373b; }
  .customTableStyles .disabled-row > td:not(.actions),
  .customTableStyles .disabled-row .actions a:not(.more) {
    opacity: 0.6;
    pointer-events: none; }
  .customTableStyles .ant-dropdown {
    z-index: 50; }
  .customTableStyles .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    width: auto !important; }
  .customTableStyles .d-flex {
    display: flex;
    flex-direction: row; }
  .customTableStyles .expert-name-container strong {
    margin-right: auto; }
  .customTableStyles .expert-name-container a.edit {
    margin-right: 5px; }
  .customTableStyles .image-container:first-child {
    margin-right: 5px; }
  .customTableStyles .ant-tooltip .ant-tooltip-inner {
    font-family: 'Roboto', Arial, sans-serif; }
  .customTableStyles .ant-tooltip .ant-tooltip-inner span.bolder-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800; }
  .customTableStyles .ant-spin-nested-loading > div > .ant-spin {
    max-height: unset;
    z-index: 99; }
  .customTableStyles .ant-table-bordered .ant-table-thead > tr > th,
  .customTableStyles .ant-table-bordered .ant-table-tbody > tr > td {
    border: none !important;
    box-shadow: 0 0px 0px 0px #ffffff, 0 0px 0px 0px #ffffff, -1px 0 0px 0px #e8e8ea, 0px 0 0px 0px #e8e8ea; }
  .customTableStyles .ant-table-placeholder {
    z-index: 0 !important; }

.workspaceTabs {
  width: 100%; }
  .workspaceTabs .ant-tabs-bar {
    border: none !important; }
  .workspaceTabs .ant-tabs-tab {
    color: #8d8a94; }
  .workspaceTabs .ant-tabs-ink-bar {
    background-color: #38373b;
    height: 4px; }
  .workspaceTabs .ant-tabs-nav .ant-tabs-tab:hover {
    color: #1c1c1e; }
  .workspaceTabs .ant-tabs-content {
    background-color: #f9f9fa; }
  .workspaceTabs .ant-tabs-tabpane[role='tabpanel'][aria-hidden='false'] {
    background-color: #f9f9fa; }
  .workspaceTabs .ant-tabs-nav .ant-tabs-tab-active {
    color: #1c1c1e;
    font-weight: 800;
    font-family: 'Manrope'; }
  .workspaceTabs .ant-tabs-nav {
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    color: #38373b; }
@charset "UTF-8";
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' \B7   '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/***** TRIX EDITOR STYLES *****/
div[id^='trix-editor-top-level'] {
  border: 1px solid #d1d0d4;
  border-radius: 4px; }

trix-toolbar {
  padding: 0 5px;
  border-bottom: 1px solid #d1d0d4;
  /*** custom icon ***/ }
  trix-toolbar .trix-button--dialog {
    padding: 0 0.5em;
    font-family: 'manrope', 'roboto', sans-serif; }
  trix-toolbar [data-trix-action='decreaseNestingLevel'],
  trix-toolbar [data-trix-action='increaseNestingLevel'],
  trix-toolbar [data-trix-attribute='code'],
  trix-toolbar [data-trix-attribute='heading1'],
  trix-toolbar [data-trix-button-group='file-tools'] {
    display: none !important; }
  trix-toolbar [data-trix-attribute='bullet']:not(:first-child) {
    border-left: 0; }
  trix-toolbar .trix-button--icon-bold:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5H12.5C14.433 5 16 6.567 16 8.5C16 10.433 14.433 12 12.5 12H6V5Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M6 12H14.5C16.433 12 18 13.567 18 15.5C18 17.433 16.433 19 14.5 19H6V12Z' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-underline:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4V10C7 12.7614 9.23858 15 12 15V15C14.7614 15 17 12.7614 17 10V4' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 19H20' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-italic:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19H15' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 5H20' stroke='black' stroke-width='2'/%3E%3Cpath d='M9 19.291L15 5.29102' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-strike:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15V15C6 17.7614 8.23858 20 11 20H12H14C16.2091 20 18 18.2091 18 16V16C18 13.7909 16.2091 12 14 12H11C8.79086 12 7 10.2091 7 8V8V8C7 5.79086 8.79086 4 11 4H13C15.2091 4 17 5.79086 17 8V8' stroke='black' stroke-width='2'/%3E%3Cpath d='M3 12L21 12' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12L16 12' stroke='black' stroke-width='2'/%3E%3Cpath d='M11 7.99805H7C4.79086 7.99805 3 9.78891 3 11.998V11.998C3 14.2072 4.79086 15.998 7 15.998H11' stroke='black' stroke-width='2'/%3E%3Cpath d='M13 7.99805H17C19.2091 7.99805 21 9.78891 21 11.998V11.998C21 14.2072 19.2091 15.998 17 15.998H13' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-quote:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='6' width='5' height='5' stroke='black' stroke-width='2'/%3E%3Crect x='14' y='6' width='5' height='5' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 10.998V12.998C10 15.7595 7.76142 17.998 5 17.998H4' stroke='black' stroke-width='2'/%3E%3Cpath d='M19 10V13C19 15.7614 16.7614 18 14 18H13' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-bullet-list:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99951 7.00195L19.9995 7.00195' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 7.00195L6 7.00195' stroke='black' stroke-width='2'/%3E%3Cpath d='M7.99951 12L19.9995 12' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 12L6 12' stroke='black' stroke-width='2'/%3E%3Cpath d='M7.99951 16.998L19.9995 16.998' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 16.998L6 16.998' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-number-list:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7.00195L20 7.00195' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 12L20 12' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 16.998L20 16.998' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.85577 8.00195H5.48127V4.76195H4.85577L4.24827 5.12645V5.80145L4.85577 5.42795V8.00195ZM3.86709 12.9975H6.13509V12.4215H4.81659L5.54109 11.787C5.67009 11.6745 5.77884 11.574 5.86734 11.4855C5.95584 11.3955 6.02259 11.298 6.06759 11.193C6.11259 11.0865 6.13509 10.953 6.13509 10.7925C6.13509 10.575 6.08709 10.3837 5.99109 10.2187C5.89509 10.0537 5.76309 9.92545 5.59509 9.83395C5.42859 9.74095 5.23959 9.69445 5.02809 9.69445C4.79709 9.69445 4.59459 9.7387 4.42059 9.8272C4.24659 9.9157 4.11084 10.041 4.01334 10.203C3.91584 10.365 3.86709 10.557 3.86709 10.779H4.49709C4.49409 10.689 4.51434 10.6057 4.55784 10.5292C4.60134 10.4512 4.66209 10.389 4.74009 10.3425C4.81959 10.2945 4.91109 10.2705 5.01459 10.2705C5.16309 10.2705 5.28159 10.3192 5.37009 10.4167C5.46009 10.5127 5.50509 10.635 5.50509 10.7835C5.50509 10.8525 5.48409 10.9267 5.44209 11.0062C5.40009 11.0857 5.32809 11.1705 5.22609 11.2605L3.86709 12.4665V12.9975ZM4.93065 18.0605C5.13465 18.0605 5.32215 18.0132 5.49315 17.9187C5.66415 17.8227 5.8014 17.6937 5.9049 17.5317C6.0084 17.3682 6.06015 17.1845 6.06015 16.9805C6.06015 16.829 6.0324 16.6857 5.9769 16.5507C5.9229 16.4142 5.84265 16.2957 5.73615 16.1952C5.62965 16.0932 5.49915 16.0197 5.34465 15.9747L6.00165 15.338V14.762H3.97665V15.338H5.27715L4.40415 16.0625L4.67865 16.544C4.75965 16.496 4.84365 16.472 4.93065 16.472C5.07915 16.472 5.20065 16.5222 5.29515 16.6227C5.39115 16.7217 5.43915 16.841 5.43915 16.9805C5.43915 17.0735 5.4159 17.1582 5.3694 17.2347C5.3244 17.3112 5.2629 17.372 5.1849 17.417C5.1084 17.462 5.02365 17.4845 4.93065 17.4845C4.82265 17.4845 4.72215 17.4522 4.62915 17.3877C4.53765 17.3217 4.47615 17.2295 4.44465 17.111L3.85065 17.2685C3.89715 17.429 3.9744 17.5685 4.0824 17.687C4.1919 17.8055 4.32015 17.8977 4.46715 17.9637C4.61415 18.0282 4.76865 18.0605 4.93065 18.0605Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-undo:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18H14.5C16.9853 18 19 15.9853 19 13.5V13.5C19 11.0147 16.9853 9 14.5 9H5' stroke='black' stroke-width='2'/%3E%3Cpath d='M9 5L5 9L9 13' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon-redo:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18H9.5C7.01472 18 5 15.9853 5 13.5V13.5C5 11.0147 7.01472 9 9.5 9H19' stroke='black' stroke-width='2'/%3E%3Cpath d='M15 5L19 9L15 13' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  trix-toolbar .trix-button--icon {
    width: 25px;
    margin: 0 4px; }
    trix-toolbar .trix-button--icon::before {
      opacity: 1; }
  trix-toolbar .trix-button-group:nth-child(2) {
    margin-left: 0 !important; }
  trix-toolbar .trix-button {
    min-width: 24px;
    height: 24px;
    margin: 0 4px;
    border: 0; }
    trix-toolbar .trix-button:not(:first-child) {
      border: 0; }
    trix-toolbar .trix-button.trix-active {
      background: #f9f9fa;
      border-radius: 4px; }
  trix-toolbar .trix-button-group {
    border: 0;
    margin-bottom: 0;
    padding: 5px 0; }
    trix-toolbar .trix-button-group:nth-child(2) {
      margin-left: 5vw; }

trix-editor {
  overflow-y: auto;
  max-height: 300px;
  border: 0; }
  trix-editor:hover {
    cursor: text; }
  trix-editor:empty:not(:focus)::before {
    color: #a4a1a9; }
.react-select-container .react-select__placeholder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 11px; }
.email-subject .subject-input {
  border-radius: 4px !important;
  border: 1px solid #d1d0d4 !important;
  background: #ffffff !important;
  width: 100%;
  padding: 10px; }
  .email-subject .subject-input:focus {
    outline: none; }

.email-subject .sub-character-count {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a4a1a9;
  display: inline-block; }
.app__body .confirmation-modal.modal {
  text-align: center; }
  .app__body .confirmation-modal.modal .modal-header {
    background: #ffffff; }
    .app__body .confirmation-modal.modal .modal-header .modal-title,
    .app__body .confirmation-modal.modal .modal-header button.close {
      color: #38373b !important; }
    .app__body .confirmation-modal.modal .modal-header .modal-title {
      font-weight: 800;
      font-size: 18px; }
  .app__body .confirmation-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 5px; }
  .app__body .confirmation-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 20px 15px 20px 15px;
    font-size: 14px; }
    .app__body .confirmation-modal.modal .modal-body .control-label {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 800;
      font-size: 12px;
      color: #38373b; }
    .app__body .confirmation-modal.modal .modal-body .info {
      margin-bottom: 20px;
      font-size: 12px;
      font-weight: 400;
      color: #a4a1a9; }
  .app__body .confirmation-modal.modal .modal-footer, .app__body .confirmation-modal.modal .modal-header {
    border: none; }
  .app__body .confirmation-modal.modal .modal-header {
    border-bottom: 1px solid #d1d0d4; }
  .app__body .confirmation-modal.modal .modal-footer {
    border-top: 1px solid #d1d0d4; }
  .app__body .confirmation-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .app__body .confirmation-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .form-confirmation-modal .modal-dialog {
    width: 700px; } }
.ant-radio-checked .ant-radio-inner {
  border-color: #38373b !important;
  background-color: #38373b !important; }
  .ant-radio-checked .ant-radio-inner::after {
    background-color: #ffffff !important; }

.ant-input-affix-wrapper {
  color: #38373b !important; }
  .ant-input-affix-wrapper .ant-input {
    padding-left: 50px !important; }

.react-select-container {
  min-height: 40px; }
  .react-select-container .react-select__control {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    min-height: 38px;
    display: flex;
    flex-wrap: wrap; }
    .react-select-container .react-select__control:hover {
      border: 1px solid #e8e8ea; }
    .react-select-container .react-select__control.react-select__control--is-focused {
      border: 1px solid #d1d0d4;
      box-shadow: 0px 0px 0px 2px #e8e8ea; }
    .react-select-container .react-select__control .react-select__placeholder {
      font-size: 14px;
      color: #a4a1a9; }
  .react-select-container .react-select__value-container {
    padding: 6px 8px; }
    .react-select-container .react-select__value-container .react-select__multi-value {
      border: 1px solid #38373b;
      box-sizing: border-box;
      border-radius: 4px;
      background: #f9f9fa; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__label {
        color: #38373b;
        font-family: Manrope;
        font-weight: normal;
        font-size: 14px; }
      .react-select-container .react-select__value-container .react-select__multi-value .react-select__multi-value__remove svg {
        color: black;
        vertical-align: middle; }
  .react-select-container .react-select__indicators .react-select__indicator-separator {
    display: none; }
  .react-select-container .react-select__indicators .react-select__dropdown-indicator img {
    height: 5px;
    width: 10px; }
  .react-select-container .react-select__menu > * > * {
    color: #1c1c1e; }
    .react-select-container .react-select__menu > * > *:hover {
      cursor: pointer;
      background: #f9f9fa; }
  .react-select-container .react-select__option--is-disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: transparent; }
  .react-select-container .react-select__option--is-selected {
    background-color: #e8e8ea; }
.ant-calendar-footer-extra span {
  color: #38373b;
  font-weight: 800;
  background: none;
  border: 1px solid #c4c4c4;
  cursor: pointer; }

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #ffffff !important;
  background: #38373b !important;
  border: 1px solid transparent; }
  .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date :hover,
  .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date :hover {
    background: #1c1c1e !important; }

.ant-calendar-range .ant-calendar-in-range-cell::before {
  background: #bbb9bf !important; }

.project-payments .range-picker .ant-calendar-picker-input {
  border: 1px solid #c4c4c4 !important;
  height: 40px;
  color: #1c1c1e;
  border-radius: 5px;
  display: flex;
  align-items: center; }
  .project-payments .range-picker .ant-calendar-picker-input span {
    height: unset; }

.project-payments .ant-table-thead > tr > th {
  background: #e8e8ea;
  font-weight: 800; }

.project-payments .ant-table-thead > tr > th, .project-payments .ant-table-tbody > tr > td {
  color: #1c1c1e !important; }

.project-payments .ant-spin-nested-loading > div > .ant-spin {
  max-height: unset !important; }
:root{--button-color:#298ba8;--active-color:#007aff}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jdragging{opacity:.2;filter:alpha(opacity=20)}.jupload.input{padding-right:18px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z'/%3E%3C/svg%3E");background-position:top 50% right 5px;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:initial;height:33px;min-height:0}.jupload.input img{width:auto!important;max-width:100%;height:100%}.jupload{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAA7emlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMTItMzFUMjI6NDM6MzBaPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTgtMDEtMDFUMjA6MDM6MjNaPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxOC0wMS0wMVQyMDowMzoyM1o8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZDE3NGVkY2UtNWZkNC0wODRkLTkzNzAtZDRhODVmMzdkNjdiPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjBmYzcxZDEyLTg1MGUtY2E0NS05MzE4LWRhYjI5YWZhMmQ4MjwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjBmYzcxZDEyLTg1MGUtY2E0NS05MzE4LWRhYjI5YWZhMmQ4MjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowZmM3MWQxMi04NTBlLWNhNDUtOTMxOC1kYWIyOWFmYTJkODI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMzFUMjI6NDM6MzBaPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjk2MTA5Y2Y0LTEwM2ItNTc0Ny1hZWE3LWI5NDMxOWY0NWFkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wMS0wMVQyMDowMjoyMFo8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZDE3NGVkY2UtNWZkNC0wODRkLTkzNzAtZDRhODVmMzdkNjdiPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTAxLTAxVDIwOjAzOjIzWjwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj44MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj44MDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+tc8AsgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAGjUlEQVR42uycW2xURRjHf91SoEIBUQpYI8VSVBDExniLERNUJBpQVEDFqE1AEYkX0JCC0YjgBdEYDOIFeVEEFRBilKBogg+KiQoV5Q6Khla8lrZRBLo+zLdazs7ZM2d3zsJu55/sy3dmz5797Vy+y8wWxONxnNJXzCFwAB1AB9ABdHIAHUAH0AF0Cq929fX1ufbMA4HLgSqgHOgPdJJrfwPbgb3AJuBD4KsoH6agrq4uF6CVAncC4wVYGP0ALAVeAva0NYDFwOPARKBzhvc6ArwG1AC/toU5cDSwFXjAAjyAQmACsAOozneATwLLgdMM2/8jLxN1AxYBC/J1CL8F3BjQZhOwCqgFvgd+AuJAT6ACOBMYCVwUcJ91siDlDcC3gRtSXF8IzAe+M7xfOXC3TAOFPm3WA0NzAeDp8oUGASeKrUF60R6Zn6an6CnTgI1pfnYFMAcY43N9GTDueAR4sQylK8RvS0dzgYcsPc9U4Bmfa9XA4uMF4GXypUdkeJ8Z0nNs6hbgdZ9rPcK6OLZX4XbisH5iAd68COABvAHc63NtwbHsgf2B94BKC/faAFwY8Zy8ErhWYx8EbM42wAuAj4ETAtptllh1N9AiC0t/YLCnXV9xT6JUJ6AOKPHYX5HIJ2sAK4BvgQ4+17fJ5LxKIgudzgBGySS/3sAPtKWZwCyPrQk4ydQxtwFwH9BbY4/LIvBEyF5RIF8iG+oC/K7xEUfLEI98EVnsA28/MCQkPIDmLMIDOCDOu1fXZGMVrgJu19gbZCKuJTek62mV2QD4XIoFZT+5o10a2ylRA6wCLtXYp8uikUv6Webr1uoOdIwS4HiNbS/wFLmnZuCgx9Y+hVdhBeBwjW1+BF9uFvBqFiDGDW3a0Cus+gADPLYWVB7PpiaJn5YYZjMigles6W2NskJH0gN1RZ1EJcyWJnvi0hpUbSQK9dRwaDGIqtIGeLbG9o3lnveCT2YmCogVPqvwdpOIKB2A7TU2W+XCiQEZkSggTvGxl8m0NNc2wDKNrcXCF5mASoUFaQYw2xK8Iv4vyvtpmsTxGQHsLPPQLp9frI+FYftyiPY1liAeBs5DZYNS/XgjgTXpApwq4Gaj0k86DbK4YISBmOlwjreaw+8CzvEDJa7bojAATwU+QtUQSg0Wlr4WFwxT2Z4Ta1GZ9Md8rlcDY00ADpFfZViID7/D8oJxrCACPCIjQ6elqOK8ryM9GPg64AM+B1YAW1BJ0r9M/aaQC0YYiAWWne0FQFf0dZnngdsgOaHaXVySLj43XSY3zCRVNclSz9NpTgQRywfAVRr7WcDWmKaxDl4TKuU+LkN4kyOEF1XEMk5GmFf3eOfAKcD5moY/ypy4OsMHeTjDBSPMcF5o8X4NPs70eKAoMYSLJIDuoOl5AwRiJroJWIIq1BwM8DcLDFyPpoAESTEqN/m0aVYlQF1RtRPviB2ZWEQeRJ//Gm0BHqhttieTutJVgkrGBu0FbEbtvmoMgNjLErxEL3yH5L01oxIA79O8aTVqj7ENmWSpGw1DwhZUJTBIf1ieGlZoAFbGxG3pESLIjkolBsMXaVNC9qWrnZTFZJh69SV283v5oHrNlNA9JvGfV0scL+3cm1Q7iaFPKNY6XimTD0fFwuWaRrscqyR11Hgqh2IkZ5gPy7LtdLRKNX7gnzHgkMdYGDIx0FZUrrHVxVBHBLzDup/jlaSrNbbdMWCn5sIAxyspsrlZY18TQ3/mYoxjdpQmkFx8OgKsjAHvat4wlFZZVyce1diWA80x4DOf7Ma8LD+kaYhmGvLZ0ovoa0LP0mpZ1qXXq4Fzs/igiSRBY8BrH3bq0Ca6HlWt82od6iTBfyn9Lj6+Xx2q2nYwSz3Q9FhrE/ZSVX66BPjU51q/RLCR6IEH0KfCe8sQL85SmNRo+Ioa3tgU8Ga2jtS8RaUdPj7gTtQRqS/yfLHogErf+6Xykk52ekOTESm67AbUrvuyPARXAtyPSvz6wduK5myx7pzIcPy3N4D6Z4w3pc0O1IbybAwrWyqSubZUOsYw4DrU4Ro/bUEd3m4wAZjoie8bPtARVNkvVwAWypxu6gqtRW0u0i6kqU4qDUEVUirasANdQ8BhoVSbizai/uRmbhsEtxp1lCPwpJXpWbmBqD++uTWPQ7xm1NaVJeIomzmvIQ8bdpO0zpWozea9Aibf41WHgd9QhaJtqAPia4FfQnv/7l98M5P79zYH0AF0AB1AJwfQAXQAHUCnNPTvAKemiFU6nb96AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:100px;background-position:50%;background-color:hsla(0,0%,90%,.1);border:1px dotted #eee;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;min-height:180px}.jremove{opacity:.2;filter:alpha(opacity=20)}.fade-in{-webkit-animation:fade-in 2s forwards;animation:fade-in 2s forwards}.fade-out{-webkit-animation:fade-out 1s forwards;animation:fade-out 1s forwards}.slide-left-in{position:relative;-webkit-animation:slide-left-in .4s forwards;animation:slide-left-in .4s forwards}.slide-left-out{position:relative;-webkit-animation:slide-left-out .4s forwards;animation:slide-left-out .4s forwards}.slide-right-in{position:relative;-webkit-animation:slide-right-in .4s forwards;animation:slide-right-in .4s forwards}.slide-right-out{position:relative;-webkit-animation:slide-right-out .4s forwards;animation:slide-right-out .4s forwards}.slide-top-in{position:relative;-webkit-animation:slide-top-in .4s forwards;animation:slide-top-in .4s forwards}.slide-top-out{position:relative;-webkit-animation:slide-top-out .2s forwards;animation:slide-top-out .2s forwards}.slide-bottom-in{position:relative;-webkit-animation:slide-bottom-in .4s forwards;animation:slide-bottom-in .4s forwards}.slide-bottom-out{position:relative;-webkit-animation:slide-bottom-out .1s forwards;animation:slide-bottom-out .1s forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-left-in{0%{left:-100%}to{left:0}}@-webkit-keyframes slide-left-in{0%{left:-100%}to{left:0}}@keyframes slide-left-out{0%{left:0}to{left:-100%}}@-webkit-keyframes slide-left-out{0%{left:0}to{left:-100%}}@keyframes slide-right-in{0%{left:100%}to{left:0}}@-webkit-keyframes slide-right-in{0%{left:100%}to{left:0}}@keyframes slide-right-out{0%{left:0}to{left:100%}}@-webkit-keyframes slide-right-out{0%{left:0}to{left:100%}}@keyframes slide-top-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-top-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0)}}@keyframes slide-top-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slide-top-out{0%{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(-100%)}}@keyframes slide-bottom-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-bottom-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@keyframes slide-bottom-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes slide-bottom-out{0%{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(100%)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.jcalendar{position:absolute;z-index:9000;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;min-width:280px}.jcalendar.jcalendar-focus{display:block}.jcalendar .jcalendar-backdrop{position:fixed;top:0;left:0;z-index:9000;min-width:100%;min-height:100%;background-color:rgba(0,0,0,.5);border:0;padding:0;display:none}.jcalendar .jcalendar-container{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.jcalendar .jcalendar-content{position:absolute;z-index:9001;-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.39);box-shadow:1px 1px 5px 0 rgba(0,0,0,.39);background-color:#fff}.jcalendar-header{text-align:center}.jcalendar-header span{margin-right:4px;font-size:1.1em;font-weight:700}.jcalendar-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/svg%3E")}.jcalendar-next,.jcalendar-prev{cursor:pointer;background-position:50%;background-repeat:no-repeat}.jcalendar-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/svg%3E")}.jcalendar-weekday{font-weight:600;background-color:#fcfcfc;padding:14px}.jcalendar-table>table{width:100%;background-color:#fff}.jcalendar-table>table>thead{cursor:pointer}.jcalendar-table thead td{padding:10px;height:40px}.jcalendar-table>table>tbody td{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;padding:9px;font-size:.9em}.jcalendar-table tfoot td{padding:10px}.jcalendar-months td,.jcalendar-years td{height:24px}.jcalendar-input{padding-right:18px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='gray'%3E%3Cpath d='M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");background-position:top 50% right 5px;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box}.jcalendar-done{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.39);box-shadow:1px 1px 5px 0 rgba(0,0,0,.39);background-color:#fff}.jcalendar-update{border:1px solid #ccc;background-color:#fff;border-radius:4px;padding:5px;width:100%}.jcalendar-container select{width:55px;display:inline-block;border:0;padding:4px;text-align:center;font-size:1.1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:10px}.jcalendar-container select:first-child{margin-right:2px}.jcalendar-selected{background-color:#eee}.jcalendar-confirm,.jcalendar-reset{text-transform:uppercase;cursor:pointer;color:var(--active-color)}.jcalendar-controls{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.jcalendar-controls div{font-weight:700}.jcalendar-fullsize{position:fixed;width:100%;top:0;left:0}.jcalendar-fullsize .jcalendar-content{position:fixed;width:100%;left:0;bottom:0}.jcalendar-focus.jcalendar-fullsize .jcalendar-backdrop{display:block}.jcalendar-sunday{color:red}.jcalendar-disabled{color:#ccc}.jcalendar-time{display:-ms-flexbox;display:flex}.jcolor{position:absolute;display:none;outline:none}.jcolor-input{padding-right:18px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3a9 9 0 0 0 0 18c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/svg%3E");background-position:top 50% right 5px;background-repeat:no-repeat}.jcolor-content,.jcolor-input{-webkit-box-sizing:border-box;box-sizing:border-box}.jcolor-content{position:absolute;left:0;z-index:9000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;font-size:.875rem;letter-spacing:.2px;border-radius:4px;-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);background-color:#fff}.jcolor-controls{display:-ms-flexbox;display:flex;padding:10px;padding-bottom:0}.jcolor-controls div{-ms-flex:1 1;flex:1 1;font-size:1em;color:var(--active-color);text-transform:uppercase;font-weight:700}.jcolor-content table,.jcolor-controls div{-webkit-box-sizing:border-box;box-sizing:border-box}.jcolor-content table{border-collapse:initial;padding:7px!important}.jcolor-focus{display:block}.jcolor table{width:100%;height:100%}.jcolor td{padding:7px;border:2px solid #fff}.jcolor-selected{border:2px solid #000!important;background-repeat:no-repeat;background-size:16px;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23fff'/%3E%3C/svg%3E")}.jcolor-fullscreen{position:fixed;bottom:0;width:100%;max-height:250px;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}.jcolor-fullscreen .jcolor-controls{padding:15px;-webkit-box-shadow:1px 0 1px 0 rgba(0,0,0,.39);box-shadow:1px 0 1px 0 rgba(0,0,0,.39)}.jcolor-reset{text-align:left}.jcolor-close{text-align:right}.jcolor-backdrop{top:0;left:0;min-width:100%;min-height:100%;background-color:rgba(0,0,0,.5);border:0;z-index:8000;-webkit-touch-callout:none}.jcolor-backdrop,.jcontextmenu{position:fixed;padding:0;display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jcontextmenu{z-index:10000;background:#fff;color:#555;font-size:11px;-webkit-box-shadow:2px 2px 2px 0 #8f9091;box-shadow:2px 2px 2px 0 #8f9091;border:1px solid #c6c6c6;padding-top:4px;padding-bottom:4px;margin:0;outline:none}.jcontextmenu.jcontextmenu-focus{display:inline-block}.jcontextmenu>div{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;padding:8px 8px 8px 32px;width:250px;position:relative;cursor:default;font-size:11px;font-family:sans-serif}.jcontextmenu>div:before{content:attr(data-icon);font-family:Material Icons;font-weight:400;font-style:normal;font-size:16px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;position:absolute;left:9px}.jcontextmenu>div a{color:#555;text-decoration:none;-ms-flex:1 1;flex:1 1}.jcontextmenu>div span{margin-right:10px}.jcontextmenu .jcontextmenu-disabled a{color:#ccc}.jcontextmenu>div:hover{background:#ebebeb}.jcontextmenu hr{border:1px solid #e9e9e9;border-bottom:0;margin-top:5px;margin-bottom:5px}.jcontextmenu>hr:hover{background:transparent}.jcontextmenu .jcontextmenu{top:4px;left:99%;opacity:0;position:absolute}.jcontextmenu>div:hover>.jcontextmenu{display:block;opacity:1;-webkit-transform:translate(0) scale(1);-ms-transform:translate(0) scale(1);transform:translate(0) scale(1);pointer-events:auto}.jdropdown{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-tap-highlight-color:transparent;display:inline-block}.jdropdown-header::-webkit-input-placeholder{color:#000}.jdropdown-header:-ms-input-placeholder,.jdropdown-header::-ms-input-placeholder{color:#000}.jdropdown-header::placeholder{color:#000}.jdropdown-backdrop{position:fixed;top:0;left:0;min-width:100%;min-height:100%;background-color:rgba(0,0,0,.5);border:0;padding:0;z-index:8000;display:none}.jdropdown-focus{position:relative}.jdropdown-focus .jdropdown-container{-webkit-transform:translateZ(0);transform:translateZ(0)}.jdropdown-default.jdropdown-focus .jdropdown-header{outline:5px auto -webkit-focus-ring-color}.jdropdown-default.jdropdown-focus .jdropdown-header.jdropdown-add{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E")}.jdropdown-container-header{padding:0;margin:0;position:relative}.jdropdown-header{width:100%;appearance:none;background-repeat:no-repeat;background-position:top 50% right 5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;padding-right:30px!important}.jdropdown-insert-button{font-size:1.4em;text-transform:uppercase;position:absolute;right:30px;top:4px;display:none}.jdropdown-container{min-width:inherit;-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0);position:absolute;z-index:9001}.jdropdown-close{display:none;font-size:1em;color:var(--active-color);text-transform:uppercase;text-align:right;padding:15px;font-weight:700}.jdropdown-content{min-width:inherit;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.jdropdown-item{white-space:nowrap;text-align:left;overflow-x:hidden;color:#000;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.jdropdown-description,.jdropdown-item{-o-text-overflow:ellipsis;text-overflow:ellipsis}.jdropdown-description{overflow:hidden;line-height:1.5em}.jdropdown-image{margin-right:10px;width:32px;height:32px;border-radius:20px}.jdropdown-image-small{width:24px;height:24px}.jdropdown-title{font-size:.7em;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow-x:hidden;display:block}.jdropdown-default .jdropdown-header{border:1px solid #ccc;padding:5px;padding-left:10px;padding-right:16px}.jdropdown-default .jdropdown-container{background-color:#fff}.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-header{padding-right:50px}.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-insert-button{display:block}.jdropdown-default .jdropdown-content{min-width:inherit;border:1px solid #8fb1e3;margin:0;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:10px;max-height:215px;overflow-y:auto}.jdropdown-default .jdropdown-item{padding:4px;padding-left:8px;padding-right:40px}.jdropdown-default .jdropdown-item:hover{background-color:#1f93ff;color:#fff}.jdropdown-default .jdropdown-cursor{background-color:#eee}.jdropdown-default .jdropdown-selected{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=");background-repeat:no-repeat;background-position:top 50% right 5px;background-color:#1f93ff;color:#fff}.jdropdown-default .jdropdown-group{margin-top:5px}.jdropdown-default .jdropdown-group .jdropdown-item{padding-left:16px}.jdropdown-default .jdropdown-group-name{padding:8px;font-weight:700;text-align:left}.jdropdown-default .jdropdown-reset_{content:"x";position:absolute;top:0;right:0;margin:5px;margin-right:10px;font-size:12px;width:12px;cursor:pointer;text-shadow:0 0 5px #fff;display:none;line-height:1.8em}.jdropdown-default.jdropdown-focus .jdropdown-reset_,.jdropdown-picker.jdropdown-focus .jdropdown-backdrop{display:block}.jdropdown-picker .jdropdown-header{outline:none}.jdropdown-picker .jdropdown-container{position:fixed;bottom:0;left:0;border-bottom:1px solid #e6e6e8;width:100%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.jdropdown-picker .jdropdown-close{-webkit-box-shadow:0 -1px 5px 0 rgba(0,0,0,.39);box-shadow:0 -1px 5px 0 rgba(0,0,0,.39);background-color:#fff;display:block}.jdropdown-picker .jdropdown-content{overflow-y:scroll;height:280px;background-color:#fafafa;border-top:1px solid #e6e6e8}.jdropdown-picker .jdropdown-group-name{display:block;text-align:center;font-weight:700}.jdropdown-picker .jdropdown-group-name,.jdropdown-picker .jdropdown-item{font-size:1em;text-transform:uppercase;border-bottom:1px solid #e6e6e8;padding:10px 20px}.jdropdown-picker .jdropdown-selected{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=");background-repeat:no-repeat;background-position:top 50% right 15px;background-color:#1f93ff;color:#fff}.jdropdown-picker .jdropdown-cursor{background-color:#1f93ff;color:#fff}.jdropdown-searchbar.jdropdown-focus{position:fixed;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#fafafa;padding:0;z-index:9001;overflow-y:scroll;will-change:scroll-position;-webkit-overflow-scrolling:touch}.jdropdown-searchbar.jdropdown-focus .jdropdown-container-header{position:fixed;top:0;left:0;z-index:9002;padding:10px;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);max-height:24px;width:100%}.jdropdown-searchbar.jdropdown-focus .jdropdown-header{border:0;background-repeat:no-repeat;background-position-x:0;background-position-y:40%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiIGZpbGw9IiNlNmU2ZTgiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);padding-left:30px!important;padding-right:60px!important}.jdropdown-searchbar.jdropdown-focus .jdropdown-close{display:block}.jdropdown-searchbar .jdropdown-header{outline:none}.jdropdown-searchbar .jdropdown-container{margin-top:40px;width:100%}.jdropdown-searchbar .jdropdown-close{position:fixed;top:0;right:0}.jdropdown-searchbar .jdropdown-content{margin-top:10px}.jdropdown-searchbar .jdropdown-group{margin-top:10px;margin-bottom:15px;background-color:#fff}.jdropdown-searchbar .jdropdown-group-name{border-top:1px solid #e6e6e8;border-bottom:1px solid #e6e6e8;padding:10px;padding-left:12px;font-weight:700}.jdropdown-searchbar .jdropdown-group-arrow{float:right;width:24px;height:24px;background-repeat:no-repeat}.jdropdown-searchbar .jdropdown-group-arrow-down{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy40MSA4LjU5TDEyIDEzLjE3bDQuNTktNC41OEwxOCAxMGwtNiA2LTYtNiAxLjQxLTEuNDF6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+PC9zdmc+)}.jdropdown-searchbar .jdropdown-group-arrow-up{background-image:url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuNDEgMTUuNDFMMTIgMTAuODNsNC41OSA0LjU4TDE4IDE0bC02LTYtNiA2eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)}.jdropdown-searchbar .jdropdown-item{border-bottom:1px solid #e6e6e8;padding:10px 40px 10px 15px;background-color:#fff;font-size:.9em}.jdropdown-searchbar .jdropdown-description{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 20px)}.jdropdown-searchbar .jdropdown-content>.jdropdown-item:first-child{border-top:1px solid #e6e6e8}.jdropdown-searchbar .jdropdown-selected{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:top 50% right 15px}.jdropdown-list .jdropdown-container{display:block}.jdropdown-list .jdropdown-header{display:none}.jdropdown-list .jdropdown-group{background-color:#fff}.jdropdown-list .jdropdown-group-name{border-bottom:1px solid #e6e6e8;padding-top:10px;padding-bottom:10px;font-weight:700}.jdropdown-list .jdropdown-item{border-bottom:1px solid #e6e6e8;padding:10px 40px 10px 10px;background-color:#fff}.jdropdown-list .jdropdown-selected{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:top 50% right 10px}@media only screen and (max-width:800px){.jdropdown-list{width:100%!important;border:0;padding:0}.jdropdown-list .jdropdown-container{min-width:100%}.jdropdown-searchbar.jdropdown-focus .jdropdown-description{text-transform:uppercase}}.app .jdropdown-item{text-transform:uppercase}.jdropdown-create-container{margin:10px;border:1px solid #ccc;border-radius:2px;padding:6px}.jdropdown-color{background-color:#fff;border:1px solid transparent;border-radius:12px;width:12px;height:12px;margin-right:6px}.jeditor-container{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}.jeditor-dragging{border:1px dashed #000}.jeditor-container.jeditor-padding{padding:10px}.jeditor{outline:none;word-break:break-word}.jeditor-container.jeditor-padding .jeditor{min-height:100px;margin-bottom:10px;padding:10px}.jeditor-thumbs{display:inline-block;margin-right:5px}.jeditor-thumbs-container{margin-top:15px}.jeditor-thumbs .close{position:absolute;height:1px}.jeditor-thumbs .close i{color:#fff;text-shadow:0 0 2px #000;position:relative;top:5px;left:72px}.jeditor-thumbs img{border:1px solid #eee;width:100px;height:100px}.jeditor-users{position:absolute;border:1px solid #ccc;background-color:#fff;padding-top:5px;padding-bottom:5px;max-height:220px;overflow-y:scroll}.jeditor-users>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-width:220px;padding:10px;padding-top:5px;padding-bottom:5px}.jeditor-users>div:hover{background-color:#efefef}.jeditor-users>div img{width:24px;height:24px;border-radius:12px;margin-right:5px}.jsnippet{margin-top:15px;cursor:pointer;border:1px solid #eee;position:relative}.jsnippet:focus{outline:none}.jsnippet img{width:100%}.jsnippet .jsnippet-title{padding:15px;font-size:1.4em}.jsnippet .jsnippet-description{padding-left:15px;padding-right:15px;font-size:1em}.jsnippet .jsnippet-host{padding:15px;text-transform:uppercase;font-size:.8em;color:#777;text-align:right}.jsnippet .jsnippet-url{display:none}.jeditor .jsnippet:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");position:absolute;top:0;right:0;margin:14px;font-size:24px;width:24px;height:24px;cursor:pointer;text-shadow:0 0 5px #fff}.jeditor img,.jsnippet *{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.jeditor img{border:2px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.jeditor img:focus{border:2px solid #0096fd}.jeditor .pdf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M511.344 274.266c.426-6.035.656-12.123.656-18.266C512 114.615 397.385 0 256 0S0 114.615 0 256c0 117.769 79.53 216.949 187.809 246.801l323.535-228.535z' fill='%23c30b15'/%3E%3Cpath d='M511.344 274.266L314.991 77.913 119.096 434.087l68.714 68.714C209.522 508.787 232.385 512 256 512c135.243 0 245.976-104.875 255.344-237.734z' fill='%2385080e'/%3E%3Cpath fill='%23fff' d='M278.328 333.913l-22.617-256H119.096v233.739z'/%3E%3Cpath fill='%23e8e6e6' d='M392.904 311.652V155.826l-55.652-22.261-22.261-55.652h-59.28l.356 256z'/%3E%3Cpath fill='%23fff' d='M314.991 155.826V77.913l77.913 77.913z'/%3E%3Cpath fill='%23fc0f1a' d='M119.096 311.652h273.809v122.435H119.096z'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M204.871 346.387c13.547 0 21.341 6.659 21.341 18.465 0 12.412-7.795 19.601-21.341 19.601h-9.611v14.909h-13.471v-52.975h23.082zm-9.611 27.471h8.93c5.904 0 9.308-2.952 9.308-8.552 0-5.525-3.406-8.324-9.308-8.324h-8.93v16.876zM257.928 346.387c16.649 0 28.152 10.746 28.152 26.487 0 15.666-11.655 26.488-28.683 26.488h-22.25v-52.975h22.781zm-9.309 42.228h9.611c8.249 0 14.151-6.357 14.151-15.665 0-9.384-6.205-15.817-14.757-15.817h-9.006v31.482zM308.563 356.982v12.26h23.763v10.596h-23.763v19.525h-13.471v-52.975h39.277v10.595h-25.806v-.001z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:60px;height:60px}.jloading{position:fixed;z-index:10001;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.7)}.jloading:after{content:"";display:block;margin:0 auto;margin-top:50vh;width:40px;height:40px;border:4px solid #fff;border-top-color:transparent;border-radius:50%;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}.jloading.spin{background-color:transparent}.jloading.spin:after{margin:0 auto;margin-top:80px;border-color:#aaa;border-top-color:transparent}.jmodal{position:fixed;top:50%;left:50%;width:60%;height:60%;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);-moz-box-shadow:0 2px 10px rgba(0,0,0,.2);border:1px solid #ccc;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding-top:50px!important;z-index:9002;border-radius:8px}.jmodal,.jmodal:before{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.jmodal:before{position:absolute;top:0;left:0;width:100%;content:attr(title);padding:15px;font-size:1.2em;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.2);box-shadow:1px 1px 3px rgba(0,0,0,.2);border-radius:8px 8px 0 0}.jmodal_content{padding:20px;overflow-y:auto;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:-webkit-fill-available}.jmodal.no-title{padding-top:0!important}.jmodal.no-title:before{display:none}.jmodal:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");position:absolute;top:0;right:0;margin:14px;font-size:24px;width:24px;height:24px;cursor:pointer;text-shadow:0 0 5px #fff}.jmodal_fullscreen{width:100%!important;height:100%!important;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none;border-radius:0}.jmodal_backdrop{position:fixed;top:0;left:0;min-width:100%;min-height:100%;background-color:rgba(0,0,0,.5);border:0;padding:0;z-index:8000;display:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jnotification{position:fixed;z-index:10000;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;bottom:0}.jnotification-container{-webkit-box-shadow:0 2px 15px -5px rgba(0,0,0,.7);box-shadow:0 2px 15px -5px rgba(0,0,0,.7);padding:12px;border-radius:8px;background-color:#000;background:#5c5c5c;background:-webkit-gradient(linear,left bottom,left top,from(#5c5c5c),to(#4d4d4d));background:-webkit-linear-gradient(bottom,#5c5c5c,#4d4d4d);background:-o-linear-gradient(bottom,#5c5c5c 0,#4d4d4d 100%);background:linear-gradient(0deg,#5c5c5c,#4d4d4d);color:#fff;width:320px;margin:30px;padding:20px}.jnotification-close{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");font-size:20px;width:20px;height:20px;cursor:pointer}.jnotification-title{font-weight:700}.jnotification-header{padding-bottom:5px}.jnotification-header:empty{display:none}.jnotification-image{margin-right:5px}.jnotification-image:empty{display:none}.jnotification-image img{width:24px}.jnotification-name{text-transform:uppercase;font-size:.9em;-ms-flex:1 1;flex:1 1;letter-spacing:.1em}.jnotification-error .jnotification-container{background:#b62606;background:-webkit-gradient(linear,left bottom,left top,from(#aa290d),to(#950b0b));background:-webkit-linear-gradient(bottom,#aa290d,#950b0b);background:-o-linear-gradient(bottom,#aa290d 0,#950b0b 100%);background:linear-gradient(0deg,#aa290d,#950b0b)}@media (max-width:800px){.jnotification{top:0;width:100%}.jnotification-container{background:hsla(0,0%,100%,.95);border:1px solid #eee;color:#444;margin:0;width:auto}.jnotification-error .jnotification-container{background:hsla(0,0%,100%,.95);color:#790909}.jnotification-close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}}.jnotification-header{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.jpicker{white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jpicker,.jpicker-header{cursor:pointer;outline:none}.jpicker-header{background-repeat:no-repeat;background-position:top 50% right 5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;line-height:24px;padding:2px;padding-left:12px;padding-right:35px;border-radius:4px}.jpicker-header:hover{background-color:#eee}.jpicker-content{position:absolute;display:none;-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);border-radius:4px;background-color:#fff;padding:4px;z-index:50;text-align:left}.jpicker-content div{padding:6px;padding-left:15px;padding-right:15px}.jpicker-focus>.jpicker-content{display:block}.jpicker-content div:hover{background-color:#efefef}.jprogressbar{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;background:#fff;-webkit-tap-highlight-color:transparent;display:inline-block;box-sizing:border-box;cursor:pointer;border:1px solid #ccc;position:relative}.jprogressbar:before{content:attr(data-value);position:absolute;margin:5px;margin-left:10px}.jprogressbar-header::-webkit-input-placeholder{color:#000}.jprogressbar-header:-ms-input-placeholder,.jprogressbar-header::-ms-input-placeholder{color:#000}.jprogressbar-header::placeholder{color:#000}.jprogressbar::focus{outline:5px auto -webkit-focus-ring-color}.jprogressbar>div{background-color:#eee;background-color:red;-webkit-box-sizing:border-box;box-sizing:border-box;height:31px}.jrating{display:-ms-flexbox;display:flex}.jrating>div{width:24px;height:24px;line-height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z' fill='gray'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.jrating .jrating-over{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");opacity:.7}.jrating .jrating-selected{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.jslider{margin-top:10px;margin-bottom:10px}.jslider-container img{width:60px;margin-right:5px;margin-bottom:5px}.jslider-attach{cursor:pointer}.jslider-left:before{left:10px;content:"arrow_back_ios"}.jslider-left:before,.jslider-right:after{position:fixed;color:#fff;width:30px;height:30px;font-family:Material Icons;font-size:30px;text-shadow:0 0 0 #000;text-align:center}.jslider-right:after{right:5px;content:"arrow_forward_ios"}.jslider-close{width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");position:fixed;top:15px;right:15px;display:none;cursor:pointer;z-index:3000}.jslider-preview{position:fixed;left:0;top:0;width:100%;min-height:100%;z-index:2000;margin:0;background-color:rgba(0,0,0,.9);-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.jslider-preview,.jslider-preview img{-webkit-box-sizing:border-box;box-sizing:border-box}.jslider-preview img{min-width:70%;max-width:100%;height:auto;margin:0 auto;vertical-align:middle;display:none}.jtabs{max-width:100vw;position:relative}.jtabs .jtabs-headers,.jtabs .jtabs-headers-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.jtabs .jtabs-headers{overflow:hidden;position:relative}.jtabs .jtabs-headers>div:not(.jtabs-border){padding:6px;padding-left:20px;padding-right:20px;margin-left:1px;margin-right:1px;margin-bottom:1px;background-color:#f1f1f1;cursor:pointer;white-space:nowrap;text-align:center}.jtabs .jtabs-headers>div.jtabs-selected{background-color:#e8e8e8;color:#000}.jtabs .jtabs-headers>div>div{color:#555;width:100%;overflow:hidden}.jtabs .jtabs-headers i{display:block;margin:auto}.jtabs .jtabs-content,.jtabs .jtabs-content>div{-webkit-box-sizing:border-box;box-sizing:border-box}.jtabs .jtabs-content>div{display:none}.jtabs .jtabs-content>div.jtabs-selected{display:block}.jtabs .jtabs-border{position:absolute;height:2px;background-color:#888;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);-o-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-transition-property:color,left,-webkit-transform;transition-property:color,left,-webkit-transform;-o-transition-property:color,left,transform;transition-property:color,left,transform;transition-property:color,left,transform,-webkit-transform;display:none}.jtabs-animation .jtabs-border{display:initial}.jtabs .jtabs-controls{margin:3px;margin-left:10px;display:-ms-flexbox;display:flex;min-width:82px}.jtabs .jtabs-controls>div{cursor:pointer;background-position:50%;background-repeat:no-repeat;width:24px;height:24px;line-height:24px}.jtabs .jtabs-prev{margin-left:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E")}.jtabs .jtabs-prev.disabled{margin-left:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='lightgray' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E")}.jtabs .jtabs-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E")}.jtabs .jtabs-next.disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='lightgray' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E")}.jtabs .jtabs-add{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z' fill='%23bbb'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.jtabs.jtabs-modern .jtabs-headers>div:not(.jtabs-border){padding:10px;background-color:#fff}.jtabs.jtabs-modern .jtabs-headers>.jtabs-selected,.jtabs.jtabs-modern .jtabs-headers>.jtabs-selected .material-icons{color:#000}.jtags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:flex-start;justify-content:flex-start;padding:2px;border:1px solid #ccc}.jtags.jtags-empty:not(.jtags-focus):before{position:absolute;margin:5px;color:#ccc;content:attr(data-placeholder)}.jtags>div{padding:3px;padding-left:10px;padding-right:22px;position:relative;border-radius:1px;margin:2px;display:block;outline:none}.jtags>div:after{content:"x";position:absolute;top:4px;right:4px;width:12px;height:12px;cursor:pointer;font-size:11px;display:none}.jtags_label{background-color:#eee!important}.jtags_label:after{display:inline-block!important}.jtags_error:after{color:#fff!important}.jtags_error{background-color:#d93025!important;color:#fff}.jtags_search{position:absolute;display:none;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.302),0 2px 6px 2px rgba(60,64,67,.149);box-shadow:0 1px 2px 0 rgba(60,64,67,.302),0 2px 6px 2px rgba(60,64,67,.149);border:none;border-radius:4px;width:280px;padding:8px 0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transition:opacity .218s;-o-transition:opacity .218s;transition:opacity .218s;background:#fff;border:1px solid rgba(0,0,0,.2);margin:0;min-width:300px;outline:none;width:auto}.jtags_search,.jtags_search>div{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jtags_search>div{color:#333;display:-ms-flexbox;display:flex;padding:5px 10px;-ms-flex-align:center;align-items:center}.jtags_search>div:hover{background-color:#e8eaed}.jtags_search>div>img{width:32px;height:32px;border-radius:16px;margin-right:2px}.jtags_search>div>div,.jtags_search>div>img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jtags_search>div>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-left:2px;max-width:300px;white-space:nowrap}.jtags_search .selected{background-color:#e8eaed}.jtoolbar-container{border-radius:2px;margin-bottom:5px;-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);display:-ms-inline-flexbox!important;display:inline-flex!important}.jtoolbar{cursor:pointer;white-space:nowrap;padding:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jtoolbar,.jtoolbar-mobile{display:-ms-flexbox;display:flex}.jtoolbar-mobile{position:fixed;bottom:0;margin:0;left:0;width:100%;background:#f7f7f8;z-index:1;-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);box-shadow:0 -1px 2px rgba(0,0,0,.1);border-radius:0}.jtoolbar-mobile,.jtoolbar>div{-webkit-box-sizing:border-box;box-sizing:border-box}.jtoolbar>div{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;vertical-align:middle;-ms-flex-pack:space-evenly;justify-content:space-evenly}.jtoolbar-mobile>div{display:-ms-flexbox;display:flex;width:100%}.jtoolbar .jtoolbar-item{position:relative;text-align:center;margin:auto;padding:2px;padding-left:4px;padding-right:4px}.jtoolbar-mobile .jtoolbar-item{-ms-flex:1 1;flex:1 1}.jtoolbar .jtoolbar-divisor{width:2px;height:24px;padding:0;margin-left:4px;margin-right:4px;background-color:#f2f2f2}.jtoolbar-mobile a{text-decoration:none;display:inline-block}.jtoolbar-mobile i{display:-ms-inline-flexbox!important;display:inline-flex!important;color:#929292}.jtoolbar-mobile span{font-size:.7em;display:block;color:#929292}.jtoolbar-mobile .jtoolbar-selected a,.jtoolbar-mobile .jtoolbar-selected i,.jtoolbar-mobile .jtoolbar-selected span{color:var(--active-color)!important;background-color:transparent}.jtoolbar-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jtoolbar-item i{display:block;color:#333}.jtoolbar-item:hover{background-color:#f2f2f2}.jtoolbar .jpicker{padding-left:0;padding-right:0}.jtoolbar .jpicker-header{height:24px;line-height:24px;padding:0;padding-right:20px;padding-left:4px;background-position:top 50% right 0}.jtoolbar .jpicker-content div{padding:6px}.jtoolbar-active{background-color:#eee}.jtoolbar .fa{width:24px;height:24px;display:block;line-height:24px}.jtoolbar .jtoolbar-arrow{background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");width:16px;height:24px}.jtoolbar-floating{position:absolute;display:none;-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);border-radius:4px;background-color:#fff;padding:4px;z-index:50;text-align:left}.jtoolbar-arrow-selected .jtoolbar-floating,.jtoolbar-floating>div{display:block}.jdropdown-content {
  max-height: 50vh !important; }

td.jexcel_dropdown:nth-last-child(2) .jdropdown-container,
td.jexcel_dropdown:nth-last-child(1) .jdropdown-container {
  right: 5px;
  left: unset !important; }

.jexcel_content {
  padding-bottom: 35px !important; }
.tzpicker .timezone-picker-list{position:absolute!important;background-color:#fff;z-index:999999;bottom:33px;top:auto}.tzpicker .timezone-picker-list-item{padding:15px 12px}#tzpicker{position:relative}#tzpicker:after{font-size:10px;content:"\25BC";position:absolute;top:0;right:0;bottom:0;padding:0 8px;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#tzpicker:hover:after{color:#5000ff}#tzpicker:after{-webkit-transition:all .25s ease;-o-transition:.25s all ease;transition:all .25s ease}.label{margin:8px 0}.tz input{width:100%;padding:9px 12px;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;background:#fff;border:1px solid #e6ebec;border-radius:2px;color:#474747}.tz ul{position:absolute;background:#fff;z-index:100;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;margin:0;padding:0;border:1px solid #e6ebec;margin-top:-1px;border-radius:0 0 3px 3px;display:none}.tz button{color:#444;padding:5px 12px;cursor:pointer;outline:none;display:block;border:0;width:100%;text-align:left;border-radius:0;font:inherit}.tz button.focus{background:#f0f0f0}.tz ul.open{display:block}.rbc-allday-cell{display:none}.rbc-time-view{background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border:1px solid #c5ced0;border-radius:5px}.rbc-time-header-content{border-left:unset}.rbc-time-header.rbc-overflowing{border-right:unset}.rbc-header{text-align:center;width:75px;padding-left:10px;padding-top:6px;padding-bottom:6px;border-left:unset!important}.rbc-day-slot .rbc-event{background-color:#38373b;border-color:#38373b;width:100%!important;left:0!important}.rbc-day-invalid{background-color:#f9f9fa}.rbc-time-slot{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.rbc-timeslot-group{min-height:40px}.rbc-day-slot .rbc-events-container{right:0}.rbc-time-content{overflow-y:scroll;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.rbc-today{background:transparent}.rbc-current-time-indicator{display:none;visibility:hidden}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.Draftail-Icon{fill:currentColor;pointer-events:none;vertical-align:middle}.Draftail-Editor{background-color:#fff;border:1px solid #ddd;border-radius:5px}.Draftail-Editor--hide-placeholder .public-DraftEditorPlaceholder-root{display:none}.Draftail-Editor--readonly{pointer-events:none}.Draftail-Editor--readonly .DraftEditor-editorContainer{opacity:.5}.Draftail-Editor--readonly .DraftEditor-editorContainer:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;z-index:3}.Draftail-Editor .DraftEditor-root{color:#333;font-size:1rem;line-height:1.5;font-family:sans-serif;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;overflow:auto}.Draftail-Editor .public-DraftEditor-content,.Draftail-Editor .public-DraftEditorPlaceholder-root{padding:.75rem}.Draftail-Editor .public-DraftEditor-content>*>figure{margin:0}.Draftail-Editor .public-DraftEditorPlaceholder-inner{color:#525760}.Draftail-block--unstyled,.Draftail-Editor .public-DraftEditorPlaceholder-inner{margin:.5rem 0}.Draftail-Toolbar{position:relative;padding:.25rem;background-color:#ddd;color:#333;border-radius:0;border-bottom:1px solid #ddd}.Draftail-Editor--focus .Draftail-Toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:4}.Draftail-ToolbarGroup{display:inline-block}.Draftail-ToolbarGroup+.Draftail-ToolbarGroup:before{content:"";display:inline-block;width:1px;height:1rem;vertical-align:middle;margin:0 .125rem;background-color:#c4c4c4}.Draftail-Editor--readonly .Draftail-ToolbarGroup{opacity:.5}.Draftail-ToolbarButton{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;padding:.5rem;border-radius:0;background:transparent;color:inherit;border:1px solid transparent;font-size:1rem;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Draftail-ToolbarButton--active{background-color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.2)}.Draftail-ToolbarButton__label{display:inline-block;vertical-align:middle;height:1em}button[data-draftail-balloon]{overflow:visible}[data-draftail-balloon]{position:relative;cursor:pointer}[data-draftail-balloon]:after,[data-draftail-balloon]:before{position:absolute;z-index:5;opacity:0;pointer-events:none}[data-draftail-balloon]:before{content:""}[data-draftail-balloon]:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:hsla(0,0%,7%,.9);border-radius:4px;color:#fff;content:attr(aria-label);padding:.5em 1em;white-space:pre;font-size:.875em}[data-draftail-balloon]:hover:after,[data-draftail-balloon]:hover:before{opacity:1;-webkit-transition:all .1s ease-out 1s;-o-transition:all .1s ease-out 1s;transition:all .1s ease-out 1s}[data-draftail-balloon]:after{margin-top:7px}[data-draftail-balloon]:after,[data-draftail-balloon]:before{left:50%;top:100%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-draftail-balloon]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;margin-top:1px}[data-draftail-balloon]:hover:after,[data-draftail-balloon]:hover:before{-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.Draftail-DividerBlock{border:0;background:#ddd;height:1px;margin:10px 0}.bpsgbes{display:inline-block}.b181v2oy{background:#fbfbfb;color:#888;font-size:18px;border:0;padding-top:5px;vertical-align:bottom;height:34px;width:36px}.b181v2oy:focus,.b181v2oy:hover{background:#f3f3f3;outline:0}.b181v2oy svg{fill:#888}.a9immln{background:#efefef;color:#444}.a9immln svg{fill:#444}.tukdd6b{left:50%;-webkit-transform:translate(-50%) scale(0);-ms-transform:translate(-50%) scale(0);transform:translate(-50%) scale(0);position:absolute;border:1px solid #ddd;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 #dcdcdc;box-shadow:0 1px 3px 0 #dcdcdc;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.tukdd6b:after,.tukdd6b:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.tukdd6b:after{border-color:hsla(0,0%,100%,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.tukdd6b:before{border-color:hsla(0,0%,87%,0);border-top-color:#ddd;border-width:6px;margin-left:-6px}.s1o2cezu{display:inline-block;border-right:1px solid #ddd;height:24px;margin:0 .5em}.editor{font-family:sans-serif;text-align:center;display:block}.Draftail-Toolbar{background:transparent!important;border:none!important}.Draftail-Editor{height:110px;border:none!important;margin-left:auto!important;margin-right:auto!important}.Draftail-Editor .DraftEditor-root{scrollbar-width:thin}.public-DraftStyleDefault-ltr{font-weight:400;font-family:Manrope}.tukdd6b{left:50%;-webkit-transform:translate(-50%) scale(0);-ms-transform:translate(-50%) scale(0);transform:translate(-50%) scale(0);position:absolute;border:1px solid #1c1c1e;background:#1c1c1e;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 #dcdcdc;box-shadow:0 1px 3px 0 #dcdcdc;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.tukdd6b:after,.tukdd6b:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.tukdd6b:after{border-color:hsla(0,0%,100%,0);border-top-color:#1c1c1e;border-width:4px;margin-left:-4px}.tukdd6b:before{border-color:hsla(0,0%,87%,0);border-top-color:#ddd;border-width:6px;margin-left:-6px}.tukdd6b button{background:#1c1c1e;img,svg{fill:#fff}}.b181v2oy:focus,.b181v2oy:hover{background:#555359}.bpsgbes,.s1o2cezu{display:inline-block}.s1o2cezu{border-right:1px solid #ddd;height:24px;margin:0 .5em}:root {
    --jexcel-border-color:#000;
}

.jexcel_container {
    display:inline-block;
    padding-right:2px;
    box-sizing: border-box;
    overscroll-behavior: contain;
    outline: none;
}

.jexcel_container.fullscreen {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:21;
}

.jexcel_container.fullscreen .jexcel_content {
    overflow:auto;
    width:100%;
    height:100%;
    background-color:#ffffff;
}

.jexcel_container.with-toolbar .jexcel > thead > tr > td {
    top: 0;
}

.jexcel_container.fullscreen.with-toolbar {
    height: calc(100% - 46px);
}

.jexcel_content {
    display:inline-block;
    box-sizing: border-box;
    padding-right:3px;
    padding-bottom:3px;
    position:relative;
    scrollbar-width: thin;
    scrollbar-color: #666 transparent;
}

@supports (-moz-appearance:none) {
    .jexcel_content { padding-right:10px; } 
}

.jexcel_content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.jexcel_content::-webkit-scrollbar-track {
    background: #eee;
}
 
.jexcel_content::-webkit-scrollbar-thumb {
  background: #666; 
}

.jexcel {
    border-collapse: separate;
    table-layout: fixed;
    white-space:  nowrap;
    empty-cells: show;
    border: 0px;
    background-color: #fff;
    width: 0;

    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.jexcel > thead > tr > td
{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #f3f3f3;
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:2;
}

.jexcel_container.with-toolbar .jexcel > thead > tr > td
{
    top:42px;
}

.jexcel > thead > tr > td.dragging
{
    background-color:#fff;
    opacity:0.5;
}

.jexcel > thead > tr > td.selected
{
    background-color:#dcdcdc;
}

.jexcel > thead > tr > td.arrow-up
{
    background-repeat:no-repeat;
    background-position:center right 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 14l5-5 5 5H7z' fill='gray'/%3E%3C/svg%3E");
    text-decoration:underline;
}

.jexcel > thead > tr > td.arrow-down
{
    background-repeat:no-repeat;
    background-position:center right 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
    text-decoration:underline;
}

.jexcel > tbody > tr > td:first-child
{
    position:relative;
    background-color:#f3f3f3;
    text-align:center;
}

.jexcel > tbody.resizable > tr > td:first-child::before
{
    content:'\A0';
    width:100%;
    height:3px;
    position:absolute;
    bottom:0px;
    left:0px;
    cursor:row-resize;
}

.jexcel > tbody.draggable > tr > td:first-child::after
{
    content:'\A0';
    width:3px;
    height:100%;
    position:absolute;
    top:0px;
    right:0px;
    cursor:move;
}

.jexcel > tbody > tr.dragging > td
{
    background-color:#eee;
    opacity:0.5;
}

.jexcel > tbody > tr > td
{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
    padding:4px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height:1em;
}

.jexcel_overflow > tbody > tr > td {
    overflow: hidden;
}

.jexcel > tbody > tr > td:last-child
{
    overflow:hidden;
}

.jexcel > tbody > tr > td > img
{
    display:inline-block;
    max-width:100px;
}

.jexcel > tbody > tr > td.readonly
{
    color:rgba(0,0,0,0.3)
}
.jexcel > tbody > tr.selected > td:first-child
{
    background-color:#dcdcdc;
}
.jexcel > tbody > tr > td > select,
.jexcel > tbody > tr > td > input,
.jexcel > tbody > tr > td > textarea
{
    border:0px;
    border-radius:0px;
    outline:0px;
    width:100%;
    margin:0px;
    padding:0px;
    padding-right:2px;
    background-color:transparent;
    box-sizing: border-box;
}

.jexcel > tbody > tr > td > textarea
{
    resize: none;
    padding-top:6px !important;
}

.jexcel > tbody > tr > td > input[type=checkbox]
{
    width:12px;
    margin-top:2px;
}
.jexcel > tbody > tr > td > input[type=radio]
{
    width:12px;
    margin-top:2px;
}

.jexcel > tbody > tr > td > select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 40%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
}

.jexcel > tbody > tr > td.jexcel_dropdown
{
    background-repeat: no-repeat;
    background-position:top 50% right 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E");
    text-overflow: ellipsis;
    overflow-x:hidden;
}

.jexcel > tbody > tr > td.jexcel_dropdown.jexcel_comments
{
    background:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E") top 50% right 5px no-repeat, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=') top right no-repeat;
}

.jexcel > tbody > tr > td > .color
{
    width:90%;
    height:10px;
    margin:auto;
}

.jexcel > tbody > tr > td > a {
    text-decoration: underline;
}

.jexcel > tbody > tr > td.highlight > a {
    color: blue;
    cursor: pointer;
}

.jexcel > tfoot > tr > td
{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #f3f3f3;
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.jexcel .highlight {
    background-color:rgba(0,0,0,0.05);
}

.jexcel .highlight-top {
    border-top:1px solid #000; /* var(--jexcel-border-color);*/
    box-shadow: 0px -1px #ccc;
}

.jexcel .highlight-left {
    border-left:1px solid #000; /* var(--jexcel-border-color);*/
    box-shadow: -1px 0px #ccc;
}

.jexcel .highlight-right {
    border-right:1px solid #000; /* var(--jexcel-border-color);*/
}

.jexcel .highlight-bottom {
    border-bottom:1px solid #000; /* var(--jexcel-border-color);*/
}

.jexcel .highlight-top.highlight-left {
    box-shadow: -1px -1px #ccc;
    -webkit-box-shadow: -1px -1px #ccc;
    -moz-box-shadow: -1px -1px #ccc;
}

.jexcel .highlight-selected
{
    background-color:rgba(0,0,0,0.0);
}
.jexcel .selection
{
    background-color:rgba(0,0,0,0.05);
}
.jexcel .selection-left
{
    border-left:1px dotted #000;
}
.jexcel .selection-right
{
    border-right:1px dotted #000;
}
.jexcel .selection-top
{
    border-top:1px dotted #000;
}
.jexcel .selection-bottom
{
    border-bottom:1px dotted #000;
}
.jexcel_corner
{
    position:absolute;
    background-color: rgb(0, 0, 0);
    height: 1px;
    width: 1px;
    border: 1px solid rgb(255, 255, 255);
    top:-2000px;
    left:-2000px;
    cursor:crosshair;
    box-sizing: initial;
    z-index:30;
    padding: 2px;
}

.jexcel .editor
{
    outline:0px solid transparent;
    overflow:visible;
    white-space: nowrap;
    text-align:left;
    padding:0px;
    box-sizing: border-box;
    overflow:visible !important;
}

.jexcel .editor > input
{
    padding-left:4px;
}

.jexcel .editor .jupload
{
    position:fixed;
    top:100%;
    z-index:40;
    user-select:none;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    padding:10px;
    background-color:#fff;
    width:300px;
    min-height:225px;
    margin-top:2px;
}

.jexcel .editor .jupload img
{
    width:100%;
    height:auto;
}

.jexcel .editor .jexcel_richtext
{
    position:fixed;
    top:100%;
    z-index:40;
    user-select:none;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .2px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    padding:10px;
    background-color:#fff;
    min-width:280px;
    max-width:310px;
    margin-top:2px;
    text-align:left;
}

.jexcel .editor .jclose:after
{
    position:absolute;
    top:0;
    right:0;
    margin:10px;
    content:'close';
    font-family:'Material icons';
    font-size:24px;
    width:24px;
    height:24px;
    line-height:24px;
    cursor:pointer;
    text-shadow: 0px 0px 5px #fff;
}

.jexcel, .jexcel td, .jexcel_corner
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.jexcel_textarea
{
    position:absolute;
    top:-999px;
    left:-999px;
    width:1px;
    height:1px;
}
.jexcel .dragline
{
    position:absolute;
}
.jexcel .dragline div
{
    position:relative;
    top:-6px;
    height:5px;
    width:22px;
}
.jexcel .dragline div:hover
{
    cursor:move;
}

.jexcel .onDrag
{
    background-color:rgba(0,0,0,0.6);
}

.jexcel .error
{
    border:1px solid red;
}

.jexcel thead td.resizing
{
    border-right-style:dotted !important;
    border-right-color:red !important;
}

.jexcel tbody tr.resizing > td
{
    border-bottom-style:dotted !important;
    border-bottom-color:red !important;
}

.jexcel tbody td.resizing
{
    border-right-style:dotted !important;
    border-right-color:red !important;
}

.jexcel .jdropdown-header
{
    border:0px !important;
    outline:none !important;
    width:100% !important;
    height:100% !important;
    padding:0px !important;
    padding-left:8px !important;
}

.jexcel .jdropdown-container
{
    margin-top:1px;
}

.jexcel .jdropdown-container-header {
    padding: 0px;
    margin: 0px;
    height: inherit;
}

.jexcel .jdropdown-picker
{
    border:0px !important;
    padding:0px !important;
    width:inherit;
    height:inherit;
}

.jexcel .jexcel_comments
{
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: top right;
}

.jexcel .sp-replacer
{
    margin: 2px;
    border:0px;
}

.jexcel > thead > tr.jexcel_filter > td > input
{
    border:0px;
    width:100%;
    outline:none;
}

.jexcel_about {
    float: right;
    font-size: 0.7em;
    padding: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}
.jexcel_about a {
    color: #ccc;
    text-decoration: none;
}

.jexcel_about img {
    display: none;
}

.jexcel_filter
{
    display:flex;
    justify-content:space-between;
    margin-bottom:4px;
}

.jexcel_filter > div
{
    padding:8px;
    align-items:center;
}

.jexcel_pagination
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.jexcel_pagination > div
{
    display:flex;
    padding:10px;
}

.jexcel_pagination > div:last-child
{
    padding-right:10px;
    padding-top:10px;
}

.jexcel_pagination > div > div
{
    text-align:center;
    width:36px;
    height:36px;
    line-height:34px;
    border:1px solid #ccc;
    box-sizing: border-box;
    margin-left:2px;
    cursor:pointer;
}

.jexcel_page
{
    font-size:0.8em;
}

.jexcel_page_selected
{
    font-weight:bold;
    background-color:#f3f3f3;
}

.jexcel_toolbar
{
    display:flex;
    background-color:#f3f3f3;
    border:1px solid #ccc;
    padding:4px;
    margin:0px 2px 4px 1px;
    position:sticky;
    top:0px;
    z-index:21;
}

.jexcel_toolbar:empty
{
    display:none;
}

.jexcel_toolbar i.jexcel_toolbar_item 
{
    width:24px;
    height:24px;
    padding:4px;
    cursor:pointer;
    display:inline-block;
}

.jexcel_toolbar i.jexcel_toolbar_item:hover 
{
    background-color:#ddd;
}

.jexcel_toolbar select.jexcel_toolbar_item 
{
    margin-left:2px;
    margin-right:2px;
    display:inline-block;
    border:0px;
    background-color:transparent;
    padding-right:10px;
}

.jexcel .dragging-left
{
    background-repeat: no-repeat;
    background-position:top 50% left 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14 7l-5 5 5 5V7z'/%3E%3Cpath fill='none' d='M24 0v24H0V0h24z'/%3E%3C/svg%3E");
}

.jexcel .dragging-right
{
    background-repeat: no-repeat;
    background-position:top 50% right 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3Cpath fill='none' d='M0 24V0h24v24H0z'/%3E%3C/svg%3E");
}

.jexcel_tabs .jexcel_tab
{
    display:none;
}

.jexcel_tabs .jexcel_tab_link
{
    display:inline-block;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:#f3f3f3;
    cursor:pointer;
}

.jexcel_tabs .jexcel_tab_link.selected
{
    background-color:#ddd;
}

.jexcel_hidden_index > tbody > tr > td:first-child,
.jexcel_hidden_index > thead > tr > td:first-child, 
.jexcel_hidden_index > colgroup > col:first-child
{
    display:none;
}



.jexcel .jrating {
    display: inline-flex;
}
.jexcel .jrating > div {
    zoom: 0.55;
}

.jexcel .copying-top {
    border-top:1px dashed #000;
}

.jexcel .copying-left {
    border-left:1px dashed #000;
}

.jexcel .copying-right {
    border-right:1px dashed #000;
}

.jexcel .copying-bottom {
    border-bottom:1px dashed #000;
}

.jexcel .jexcel_column_filter {
    background-repeat: no-repeat;
    background-position: top 50% right 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18px' height='18px'%3E%3Cpath d='M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px;
    padding-left: 6px;
    padding-right: 20px;
}

.jexcel thead .jexcel_freezed {
    left: 0px;
    z-index: 3 !important;
    box-shadow: 2px 0px 2px 0.2px #ccc !important;
    -webkit-box-shadow: 2px 0px 2px 0.2px #ccc !important;
    -moz-box-shadow: 2px 0px 2px 0.2px #ccc !important;
}

.jexcel tbody .jexcel_freezed {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #ccc !important;
    -webkit-box-shadow: 2px 4px 4px 0.1px #ccc !important;
    -moz-box-shadow: 2px 4px 4px 0.1px #ccc !important;
}
trix-toolbar [data-trix-attribute="quote"],
trix-toolbar [data-trix-attribute="code"],
trix-toolbar [data-trix-button-group="file-tools"] {
  display: none; }

trix-editor {
  overflow-y: auto;
  max-height: 300px; }
.approvals-list-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  /* ---------------- Ant Table Adjustments ---------------- */
  /* Add vertical and horizontal borders */
  /* Remove last column border */
  /* Sticky header */
  /* Fix header + body alignment */
  /* ---------------- Match Details ---------------- */
  /* ---------------- Table Borders & Spacing ---------------- */
  /* ---------------- Empty State ---------------- */
  /* ---------------- Scrollbar Styling ---------------- */
  /* ---------------- Hover Effects ---------------- */ }
  .approvals-list-container .approval-table-fixed {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .approvals-list-container .approval-table-scroll {
    flex: 1;
    overflow: hidden;
    /* handled by .ant-table-body below */
    border: 1px solid #d1d0d4;
    border-radius: 6px;
    background: #f9f9fa;
    /* Enable horizontal + vertical scrolling for body */
    /* Hide scrollbar from header */ }
    .approvals-list-container .approval-table-scroll .ant-table-body {
      overflow-x: auto !important;
      overflow-y: auto !important;
      max-height: 100%; }
    .approvals-list-container .approval-table-scroll .ant-table-header {
      overflow-x: hidden !important; }
  .approvals-list-container .ant-table {
    border-collapse: collapse !important;
    width: 100%;
    table-layout: fixed; }
  .approvals-list-container .ant-table-thead > tr > th,
  .approvals-list-container .ant-table-tbody > tr > td {
    border-right: 1px solid #d1d0d4;
    border-bottom: 1px solid #d1d0d4;
    text-align: left;
    vertical-align: top;
    padding: 12px 12px;
    white-space: normal;
    color: #38373b;
    background: #ffffff; }
  .approvals-list-container .ant-table-thead > tr > th:last-child,
  .approvals-list-container .ant-table-tbody > tr > td:last-child {
    border-right: none; }
  .approvals-list-container .ant-table-thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #e8e8ea;
    font-weight: 700;
    color: #38373b;
    vertical-align: middle; }
  .approvals-list-container .ant-table-thead > tr > th,
  .approvals-list-container .ant-table-tbody > tr > td {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start; }
  .approvals-list-container .match-container {
    display: flex;
    flex-direction: column;
    padding: 8px 10px; }
  .approvals-list-container .match-person {
    padding-bottom: 8px;
    border-bottom: 1px dashed #d1d0d4;
    margin-bottom: 6px; }
  .approvals-list-container .match-name {
    font-weight: 700;
    font-size: 13px;
    color: #1c1c1e;
    margin-bottom: 4px; }
  .approvals-list-container .match-summary,
  .approvals-list-container .linked-company,
  .approvals-list-container .category-group {
    font-size: 12px;
    color: #38373b;
    margin-top: 4px;
    text-align: left; }
  .approvals-list-container .action-buttons {
    display: flex;
    gap: 8px; }
  .approvals-list-container .field-tag {
    background: #f9f9fa;
    border: 1px solid #d1d0d4;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 11px;
    color: #555359;
    margin-left: 4px; }
  .approvals-list-container .ant-table-bordered {
    border: 1px solid #d1d0d4; }
  .approvals-list-container .empty-state {
    text-align: center;
    padding: 100px 0;
    color: #555359; }
  .approvals-list-container .ant-table-body::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .approvals-list-container .ant-table-body::-webkit-scrollbar-thumb {
    background: #bbb9bf;
    border-radius: 4px; }
  .approvals-list-container .ant-table-body::-webkit-scrollbar-thumb:hover {
    background: #a4a1a9; }
  .approvals-list-container .ant-table-tbody > tr:hover > td {
    background: #f4f6f8; }
.approvals-home-page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100vh - 130px); }
  .approvals-home-page .approval-tabs {
    width: 100%; }
    .approvals-home-page .approval-tabs .ant-tabs-nav-container {
      background: #fff;
      padding: 0px 40px;
      box-shadow: 1px 1px 1px 1px #ebebeb; }
    .approvals-home-page .approval-tabs .ant-tabs-bar {
      border: none !important; }
    .approvals-home-page .approval-tabs .ant-tabs-tab {
      color: #8d8a94; }
    .approvals-home-page .approval-tabs .ant-tabs-ink-bar {
      background-color: #38373b;
      height: 4px; }
    .approvals-home-page .approval-tabs .ant-tabs-nav .ant-tabs-tab:hover {
      color: #1c1c1e; }
    .approvals-home-page .approval-tabs .ant-tabs-content {
      background-color: #f9f9fa;
      padding: 20px 40px;
      height: calc(100vh - 195px);
      overflow-y: auto; }
    .approvals-home-page .approval-tabs .ant-tabs-tabpane[role='tabpanel'][aria-hidden='false'] {
      background-color: #f9f9fa; }
    .approvals-home-page .approval-tabs .ant-tabs-nav .ant-tabs-tab-active {
      color: #1c1c1e;
      font-weight: 800;
      font-family: 'Manrope'; }
    .approvals-home-page .approval-tabs .ant-tabs-nav {
      font-weight: 900;
      font-size: 14px;
      line-height: 24px;
      color: #38373b; }
.custom-collapse {
  border-bottom: 1px solid #e8e8ea;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 17px;
  padding-bottom: 17px; }
  .custom-collapse .custom-collapse-header {
    cursor: pointer; }
    .custom-collapse .custom-collapse-header .custom-collapse-header-content {
      display: flex;
      align-items: center; }
  .custom-collapse .custom-collapse-toggle {
    margin-left: auto;
    cursor: pointer; }
    .custom-collapse .custom-collapse-toggle .anticon:focus {
      outline: none; }
    .custom-collapse .custom-collapse-toggle svg {
      vertical-align: middle; }
      .custom-collapse .custom-collapse-toggle svg:focus {
        outline: none; }
  .custom-collapse .custom-collapse-body {
    display: block;
    transition: all 1s ease; }
    .custom-collapse .custom-collapse-body.collapsed {
      display: none; }
.activityLogsFilterWrapper {
  position: relative;
  width: 470px;
  margin-left: auto;
  background: #fff; }
  .activityLogsFilterWrapper .activityLogsFilterHeader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* position: static; */
    text-align: left;
    padding: 20px 24px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #38373b;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
  .activityLogsFilterWrapper .activityLogsFilterBody .filter-view {
    width: 90%;
    display: flex;
    align-items: center; }
    .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .filter-name {
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      color: #38373b;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .info-icon {
      display: none;
      margin-left: 10px; }
      .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .info-icon svg {
        vertical-align: middle; }
    .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .selected-values-count {
      margin-left: auto;
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      color: #38373b; }
    .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .collapse-toggle {
      margin-left: 10px; }
      .activityLogsFilterWrapper .activityLogsFilterBody .filter-view .collapse-toggle .filter-collapse-icon {
        height: 16px;
        width: 16px; }
  .activityLogsFilterWrapper .activityLogsFilterBody #membersContent {
    text-align: left; }
    .activityLogsFilterWrapper .activityLogsFilterBody #membersContent .dropDownTree
.ant-select-tree-checkbox-checked
.ant-select-tree-checkbox-inner {
      background-color: #1c1c1e;
      border-color: #1c1c1e; }
    .activityLogsFilterWrapper .activityLogsFilterBody #membersContent .ant-select-selection__rendered {
      width: calc(100% - 30px); }
      .activityLogsFilterWrapper .activityLogsFilterBody #membersContent .ant-select-selection__rendered input.ant-select-search__field,
      .activityLogsFilterWrapper .activityLogsFilterBody #membersContent .ant-select-selection__rendered .ant-select-search {
        min-width: 100%; }
    .activityLogsFilterWrapper .activityLogsFilterBody #membersContent .dropDownTree .icon {
      pointer-events: none; }
  .activityLogsFilterWrapper .activityLogsFilterBody .clear-filter {
    float: right;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #a4a1a9; }
  .activityLogsFilterWrapper .apply-filters-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    align-items: center; }
    .activityLogsFilterWrapper .apply-filters-section .selected-filter-count-text {
      color: #38373b; }
    .activityLogsFilterWrapper .apply-filters-section .apply-filters-btn {
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      color: #ffffff;
      padding: 10px 20px;
      background: #38373b;
      border-radius: 5px; }
#activityLogsContainer {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 14px; }
  #activityLogsContainer .activityLogsListWrapper {
    overflow-y: auto;
    overflow-y: scroll;
    width: calc(100% - 470px);
    height: calc(100% - 5px); }
    #activityLogsContainer .activityLogsListWrapper .applied-filter-info {
      font-weight: 800 !important;
      color: #1c1c1e;
      margin: 20px;
      text-align: left; }
    #activityLogsContainer .activityLogsListWrapper .activityLogsList,
    #activityLogsContainer .activityLogsListWrapper .activityEmpty {
      margin: 20px 20px 20px 20px;
      background: #ffffff; }
    #activityLogsContainer .activityLogsListWrapper .activityLogsList {
      padding: 0px 16px 16px 16px;
      text-align: left; }
      #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader {
        padding-top: 16px; }
        #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader p {
          font-weight: 800;
          line-height: 22px;
          margin-bottom: 0; }
        #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader .activitiesListItemsWrapper .activitiesListItems {
          padding: 16px 8px;
          border-bottom: 1px solid #e8e8ea;
          display: flex;
          align-items: center; }
          #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader .activitiesListItemsWrapper .activitiesListItems .activityTime {
            margin-right: 16px;
            font-size: 12px;
            line-height: 18px;
            color: #bbb9bf;
            font-weight: 400;
            padding-left: 8px; }
          #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader .activitiesListItemsWrapper .activitiesListItems .activityText {
            font-size: 14px;
            line-height: 22px;
            color: #38373b; }
            #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader .activitiesListItemsWrapper .activitiesListItems .activityText .memberName {
              font-weight: 800; }
            #activityLogsContainer .activityLogsListWrapper .activityLogsList .dateHeader .activitiesListItemsWrapper .activitiesListItems .activityText .projectName {
              font-weight: 800; }
    #activityLogsContainer .activityLogsListWrapper .activityEmpty {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #000000; }
      #activityLogsContainer .activityLogsListWrapper .activityEmpty .primaryMessage {
        margin: 30px 0px 15px;
        font-weight: 800; }
      #activityLogsContainer .activityLogsListWrapper .activityEmpty .secondaryMessage {
        font-weight: 400; }
.app__body .new-form-modal.modal {
  text-align: center; }
  .app__body .new-form-modal.modal .modal-header {
    background: #ffffff; }
    .app__body .new-form-modal.modal .modal-header .modal-title,
    .app__body .new-form-modal.modal .modal-header button.close {
      color: #38373b !important; }
    .app__body .new-form-modal.modal .modal-header .modal-title {
      font-weight: 800;
      font-size: 18px; }
  .app__body .new-form-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 5px; }
  .app__body .new-form-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 20px 15px 20px 15px;
    font-size: 14px; }
    .app__body .new-form-modal.modal .modal-body .control-label {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 800;
      font-size: 12px;
      color: #38373b; }
    .app__body .new-form-modal.modal .modal-body .info {
      margin-bottom: 20px;
      font-size: 12px;
      font-weight: 400;
      color: #a4a1a9; }
  .app__body .new-form-modal.modal .modal-footer, .app__body .new-form-modal.modal .modal-header {
    border: none; }
  .app__body .new-form-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .app__body .new-form-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .new-form-modal .modal-dialog {
    width: 700px; } }
.app__body .from-preview-modal.modal {
  text-align: center;
  padding: 115px; }
  .app__body .from-preview-modal.modal .modal-content {
    max-height: 700px; }
  .app__body .from-preview-modal.modal .modal-header {
    background: #ffffff; }
    .app__body .from-preview-modal.modal .modal-header .modal-title,
    .app__body .from-preview-modal.modal .modal-header button.close {
      color: #38373b !important; }
    .app__body .from-preview-modal.modal .modal-header .modal-title {
      font-weight: 800;
      font-size: 18px; }
  .app__body .from-preview-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 4px; }
  .app__body .from-preview-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 24px 15px 28px 15px;
    font-size: 14px; }
    .app__body .from-preview-modal.modal .modal-body .control-label {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 800;
      font-size: 12px;
      color: #38373b; }
    .app__body .from-preview-modal.modal .modal-body .info {
      margin-bottom: 20px;
      font-size: 12px;
      font-weight: 400;
      color: #a4a1a9; }
  .app__body .from-preview-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .app__body .from-preview-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .from-preview-modal .modal-dialog {
    width: 700px; } }
.form-builder {
  height: 100%;
  position: relative; }
  .form-builder .form-builder-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    .form-builder .form-builder-container .back-btn {
      color: #38373b;
      font-weight: 800; }
    .form-builder .form-builder-container .form-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 550px; }
      .form-builder .form-builder-container .form-wrapper .form-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 800;
        height: 50px;
        font-size: 14px;
        color: #38373b;
        border: 1px solid #bbb9bf;
        border-radius: 4px;
        width: 550px;
        padding: 10px;
        align-items: center; }
      .form-builder .form-builder-container .form-wrapper .form-content {
        display: flex;
        width: 550px;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px; }
        .form-builder .form-builder-container .form-wrapper .form-content .section-list {
          display: flex;
          width: 550px;
          margin: auto;
          flex-direction: column;
          align-items: center; }
          .form-builder .form-builder-container .form-wrapper .form-content .section-list .section {
            min-height: 250px;
            width: 100%;
            flex-grow: 1;
            border: 1px solid #bbb9bf;
            border-radius: 4px; }
            .form-builder .form-builder-container .form-wrapper .form-content .section-list .section .section-header {
              display: flex;
              justify-content: space-between;
              padding: 5px 10px;
              font-weight: 800;
              color: #38373b;
              align-items: center;
              border-bottom: 1px solid #bbb9bf; }
            .form-builder .form-builder-container .form-wrapper .form-content .section-list .section .fields-list {
              padding: 16px;
              width: 350px; }
.veriticalLine {
  background: repeating-linear-gradient(transparent 0 4px, #d1d0d4 4px 12px) 80%/2px 100% no-repeat;
  background-position: center;
  height: 50px;
  width: 100px;
  vertical-align: top;
  position: relative;
  cursor: 'pointer'; }
.app__body .section-modal.modal {
  text-align: center;
  padding: 115px; }
  .app__body .section-modal.modal .modal-content {
    height: 100%; }
  .app__body .section-modal.modal .modal-header {
    background: #ffffff; }
    .app__body .section-modal.modal .modal-header .modal-title,
    .app__body .section-modal.modal .modal-header button.close {
      color: #38373b !important; }
    .app__body .section-modal.modal .modal-header .modal-title {
      font-weight: 800;
      font-size: 18px; }
  .app__body .section-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 4px; }
  .app__body .section-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 20px 15px 28px 15px;
    font-size: 14px; }
    .app__body .section-modal.modal .modal-body .control-label {
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 800;
      font-size: 12px;
      color: #38373b; }
    .app__body .section-modal.modal .modal-body .info {
      margin-bottom: 20px;
      font-size: 12px;
      font-weight: 400;
      color: #a4a1a9; }
    .app__body .section-modal.modal .modal-body .fields-list {
      display: flex; }
      .app__body .section-modal.modal .modal-body .fields-list .form-group {
        align-self: stretch;
        flex: 1; }
    .app__body .section-modal.modal .modal-body .fields-list-column {
      display: flex;
      flex-direction: column; }
      .app__body .section-modal.modal .modal-body .fields-list-column .form-group {
        width: 600px; }
    .app__body .section-modal.modal .modal-body .fields-options-column {
      display: flex;
      flex-direction: column; }
  .app__body .section-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0;
    width: 1115px;
    height: 100%; }

@media screen and (min-width: 768px) {
  .app__body .new-form-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .new-form-modal .modal-dialog {
    width: 700px; }
    .app__body .new-form-modal .modal-dialog .fields-list {
      display: flex;
      gap: 24px;
      align-items: center; } }
.config-forms {
  background: transparent !important;
  display: flex;
  height: calc(100vh - 130px);
  overflow-y: hidden;
  justify-content: space-between; }
  .config-forms > svg {
    margin: auto; }
  .config-forms .config-forms-sidepane {
    background: #ffffff;
    font-weight: 700;
    padding: 30px 20px 20px 40px;
    min-height: 435px;
    min-width: 300px;
    margin-right: 5px; }
  .config-forms .config-forms-content {
    background: #ffffff;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    justify-content: center; }
.qn-answer-page-details .answer-box .caption {
  color: #1c1c1e; }

.answer-box .answer-section .lynk-rich-text-content {
  cursor: pointer !important;
  font-size: 14px; }

.answer-box .name-role-info .name a {
  color: #38373b; }

.answer-box .name-role-info .role {
  color: #1c1c1e;
  line-height: 22px;
  font-size: 14px; }
  .answer-box .name-role-info .role strong {
    font-weight: 800; }

.answer-box .name-role-info .info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 800; }

.answer-box .hero-details {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }

.answer-box .description {
  line-height: 28px;
  font-size: 18px;
  color: #1c1c1e; }
  .answer-box .description p {
    display: inline;
    margin-bottom: 0px; }

.answer-box .view-btn {
  line-height: 28px;
  font-size: 18px;
  color: #1c1c1e;
  font-weight: 800;
  padding: 0px 8px;
  background: none;
  box-shadow: none;
  border: none;
  outline: none; }
  .answer-box .view-btn:hover {
    cursor: pointer;
    color: #716e76; }

.answer-box .meta {
  margin-top: 16px;
  border-top: 1px solid #e8e8ea;
  padding: 13px 0; }

.mini-tooltip {
  max-width: 368px;
  position: absolute;
  z-index: 10;
  background: #38373b;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
  top: -10px;
  left: 8px;
  display: none;
  transform: translate(-50%, -100%); }
  .mini-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #38373b;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0%); }
  .mini-tooltip a {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .mini-tooltip p {
    font-weight: normal;
    line-height: 22px;
    margin: 0; }
  .mini-tooltip .h6.title {
    margin-bottom: 8px;
    line-height: 22px; }

.reactions-divider {
  margin: auto 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000; }
.comment-item {
  display: flex;
  margin-top: 16px; }
  .comment-item .comment-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d1d0d4;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    margin-right: 8px; }
    .comment-item .comment-avatar h5 {
      font-family: Manrope;
      font-size: 18px;
      color: #555359;
      font-weight: 800; }
  .comment-item .comment-details {
    background-color: #f9f9fa;
    padding: 8px 16px;
    border-radius: 4px;
    max-width: 90%; }
    .comment-item .comment-details .comment-detail-header .comment-detail-header-fullname {
      margin-right: 8px;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 18px;
      color: #1c1c1e; }
    .comment-item .comment-details .comment-detail-header .comment-detail-header-timestamp {
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 18px;
      letter-spacing: 0em;
      color: #a4a1a9; }
    .comment-item .comment-details .comment-detail-text {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px; }
.comments {
  display: flex;
  flex-direction: column;
  margin-top: 12px; }

.comment-sort {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  color: #A4A1A9; }
.comments-wrapper {
  margin-top: 35px;
  display: flex; }
  .comments-wrapper .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d1d0d4;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    margin-right: 8px; }
    .comments-wrapper .avatar h5 {
      font-family: Manrope;
      font-size: 18px;
      color: #555359;
      font-weight: 800; }
  .comments-wrapper textarea {
    width: 90%;
    border-radius: 4px;
    border: 1px solid #d1d0d4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 16px;
    min-height: 48px;
    height: 48px;
    resize: vertical; }
    .comments-wrapper textarea:focus {
      border: 1px solid #bbb9bf;
      box-shadow: 0px 0px 4px 0px #bbb9bf;
      outline: none; }

.comment-submit {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  margin-left: 56px;
  margin-top: 8px;
  height: 32px;
  width: 131px;
  border-radius: 4px;
  background-color: #38373b;
  color: #ffffff; }

.character-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  margin-left: 56px;
  margin-right: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400; }
  .character-count .count-warning {
    color: red; }

.saving {
  margin-left: 56px; }
.question-box {
  font-family: 'manrope', 'roboto', sans-serif;
  margin: 30px 0px 0px 0px;
  width: 100%; }
  .question-box h1 {
    line-height: 36px;
    font-weight: 800;
    word-break: break-word;
    font-size: 24px;
    color: #1c1c1e;
    margin: 15px 0px;
    text-align: left; }

.h6:hover {
  text-decoration: underline;
  color: #1c1c1e; }
@charset "UTF-8";

.qna-details {
  margin: 0px 0px 15px 0px;
  width: 100%; }

.qn-answer-page-details {
  background: #F9F9FA; }
  .qn-answer-page-details .h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0; }
  .qn-answer-page-details.scroll-wrap {
    height: 100%;
    overflow-y: scroll;
    font-family: 'manrope', 'roboto', sans-serif; }
  .qn-answer-page-details .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 60px auto;
    width: 100%;
    max-width: 800px; }
  .qn-answer-page-details .reaction-footer {
    border-top: 1px solid #E8E8EA;
    padding: 15px 32px 15px 32px;
    display: flex;
    margin: 8px -32px -30px -32px;
    align-items: center;
    justify-content: space-between; }
    .qn-answer-page-details .reaction-footer .like {
      width: 90px; }
    .qn-answer-page-details .reaction-footer .reactions .upvotes {
      line-height: 22px;
      font-size: 14px;
      color: #1C1C1E;
      font-weight: 800; }
      .qn-answer-page-details .reaction-footer .reactions .upvotes img {
        margin-right: 10px;
        position: relative;
        top: -1px; }
  .qn-answer-page-details .mini-heading {
    text-transform: uppercase;
    text-align: center;
    padding: 3px 8px;
    width: 78px;
    height: 24px;
    background: #bbb9bf;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    font-weight: 800; }
  .qn-answer-page-details .img-txt-wrap {
    padding: 16px 0 25px 0;
    border-top: 1px solid #E8E8EA;
    margin-top: 15px; }
  .qn-answer-page-details .reactions {
    display: flex; }
    .qn-answer-page-details .reactions .small::after {
      content: "\2022";
      margin: 0 5px; }
    .qn-answer-page-details .reactions .small:last-child:after {
      content: ""; }
    .qn-answer-page-details .reactions .stats {
      margin-right: 15px; }
  .qn-answer-page-details .section-subhead {
    color: #000000;
    margin: 40px 0px 10px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .qn-answer-page-details .sticky-header {
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 0px;
    color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in; }
    .qn-answer-page-details .sticky-header.active {
      top: 64px;
      opacity: 1; }
    .qn-answer-page-details .sticky-header .sticky-content {
      width: 80%;
      margin: 0px auto; }
    .qn-answer-page-details .sticky-header .mini-heading {
      font-size: 8px;
      line-height: 9px;
      padding: 3px 0px;
      height: auto;
      width: 50px; }
    .qn-answer-page-details .sticky-header p {
      margin-bottom: 0px;
      margin-top: 5px; }
  .qn-answer-page-details .small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em; }
  .qn-answer-page-details .caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #a4a1a9; }
  .qn-answer-page-details .h4 {
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0; }

.no-answers {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 65px;
  text-align: center; }

.page-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
@media (max-width: 484px) {
  .circle-avtar-header {
    float: left;
    margin-left: 5px;
    margin-top: 25px; }
  .circle-details-header {
    font-family: Manrope;
    font-style: normal;
    margin-top: 20px;
    margin-left: 120px;
    color: #0d0c0e; }
  .circle-name-header {
    font-weight: 800;
    font-size: 24px; } }

@media (min-width: 946px) {
  .circle-avtar-header {
    margin-left: 5px;
    margin-top: 25px; }
  .circle-details-header {
    margin-left: 130px; }
  .circle-name-header {
    font-weight: 800;
    font-size: 24px; } }

.ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state-crl {
  flex-direction: column;
  padding: 0px;
  justify-content: normal;
  margin: 0 !important;
  align-items: flex-start;
  padding-top: 70px; }
  .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state-crl .expert-list-header-content,
  .ex-nav-2 .ex-nav-2-content.ex-nav-2-content-empty-state-crl .pn-loader {
    display: none; }

.ex-nav-2.ex-nav-2-filters .filter-panel .apply-filters-section {
  margin-bottom: 30px !important; }

.ex-nav-2.ex-nav-2-stickedCrl {
  height: calc(100vh - 64px); }
  .ex-nav-2.ex-nav-2-stickedCrl .filter-panel .filters {
    height: calc(100vh - 171px) !important; }
    .ex-nav-2.ex-nav-2-stickedCrl .filter-panel .filters.filters-selected {
      height: calc(100vh - 235px) !important; }

.circle-avtar-header {
  float: left;
  margin-left: 90px;
  margin-top: -50px; }

.circle-details-header {
  font-family: Manrope;
  font-style: normal;
  margin-top: -50px;
  margin-left: 250px;
  color: #0d0c0e; }

.circle-details-header-apply {
  font-size: 14px;
  line-height: 22px; }

.circle-name-header {
  font-weight: 800;
  font-size: 24px; }

.circle-name-line-height {
  line-height: 36px; }

@media (max-width: 768px) {
  .circle-avtar-header {
    float: left;
    margin-left: 5px;
    margin-top: 25px; }
  .circle-details-header {
    font-family: Manrope;
    font-style: normal;
    margin-top: 20px;
    margin-left: 120px;
    color: #0d0c0e; }
  .circle-name-header {
    font-weight: 800;
    font-size: 24px; } }

#circle-filter-panel .filters {
  height: calc(100% - 64px); }

.circle-page-articles .articles-search {
  height: calc(100vh - 300px); }
  .circle-page-articles .articles-search .articles-content-filters {
    min-height: auto;
    transition: all 0.2s linear; }
  .circle-page-articles .articles-search.articles-search-sticked {
    height: calc(100vh - 65px); }
    .circle-page-articles .articles-search.articles-search-sticked .articles-content-filters {
      margin-top: 100px; }
      .circle-page-articles .articles-search.articles-search-sticked .articles-content-filters .filter-panel .filters {
        height: calc(100vh - 135px) !important; }
        .circle-page-articles .articles-search.articles-search-sticked .articles-content-filters .filter-panel .filters.filters-selected {
          height: calc(100vh - 190px) !important; }
#viewMorePanel {
  padding: 28px 24px;
  position: relative; }
  #viewMorePanel .panel-title {
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    color: #0d0c0e; }
  #viewMorePanel .panel-content {
    margin-top: 10px; }
  #viewMorePanel .panel-view-button {
    position: absolute;
    bottom: 24px;
    right: 23px;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #38373b; }
@media (max-width: 500px) {
  .content {
    flex-direction: column; }
    .content .featured-content {
      flex-direction: column !important;
      width: 100%;
      min-width: unset !important;
      margin-top: 36px;
      margin-left: 0px !important; }
      .content .featured-content .featured-experts + .featured-topics {
        margin-top: 10px !important; } }

@media (min-width: 500px) and (max-width: 1272px) {
  .content {
    flex-direction: column; }
    .content .featured-content {
      flex-direction: row !important;
      width: 100%;
      margin-top: 36px;
      margin-left: 0px !important; }
      .content .featured-content > div {
        flex: 1 1 !important; }
      .content .featured-content .featured-topics {
        margin-top: 0px !important;
        margin-left: 24px; } }

@media (max-width: 963px) {
  #circleAboutSection {
    padding: 32px 24px 270px 24px !important; }
    #circleAboutSection .circle-info {
      min-width: unset !important; } }

#circleAboutSection {
  background: #f9f9fa;
  padding: 48px 80px 303px 80px;
  height: calc(100vh - 265px);
  overflow: auto; }
  #circleAboutSection.sticky {
    height: calc(100vh - 64px); }
  #circleAboutSection .header {
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #1c1c1e; }
  #circleAboutSection .content {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available; }
    #circleAboutSection .content .circle-info {
      background: #ffffff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      min-width: 800px;
      height: fit-content; }
      #circleAboutSection .content .circle-info .general-info {
        padding: 32px 40px;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: #100033;
        border-bottom: 1px solid #e8e8ea; }
        #circleAboutSection .content .circle-info .general-info li,
        #circleAboutSection .content .circle-info .general-info b,
        #circleAboutSection .content .circle-info .general-info th,
        #circleAboutSection .content .circle-info .general-info strong,
        #circleAboutSection .content .circle-info .general-info h1,
        #circleAboutSection .content .circle-info .general-info h2,
        #circleAboutSection .content .circle-info .general-info h3,
        #circleAboutSection .content .circle-info .general-info h4,
        #circleAboutSection .content .circle-info .general-info h5,
        #circleAboutSection .content .circle-info .general-info h6 {
          font-weight: normal; }
      #circleAboutSection .content .circle-info .additional-info {
        padding: 24px 40px; }
        #circleAboutSection .content .circle-info .additional-info .header {
          font-weight: 800;
          font-size: 18px;
          line-height: 28px;
          color: #1c1c1e; }
        #circleAboutSection .content .circle-info .additional-info .info-grid {
          display: grid;
          margin-left: 10px;
          margin-top: 34px;
          grid-template-columns: auto auto;
          font-size: 14px;
          line-height: 22px;
          grid-row-gap: 24px; }
          #circleAboutSection .content .circle-info .additional-info .info-grid .info-item-name {
            font-weight: 800;
            color: #1c1c1e; }
          #circleAboutSection .content .circle-info .additional-info .info-grid .info-item-value {
            color: #100033; }
          #circleAboutSection .content .circle-info .additional-info .info-grid .info-item-link {
            text-decoration-line: underline;
            color: #416af7; }
    #circleAboutSection .content .featured-content {
      display: flex;
      flex-direction: column;
      min-width: 330px;
      margin-left: 26px; }
      #circleAboutSection .content .featured-content > div {
        background: #ffffff;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
      #circleAboutSection .content .featured-content .panel-title {
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        color: #0d0c0e;
        text-transform: uppercase; }
      #circleAboutSection .content .featured-content .featured-experts .panel-content-item {
        margin-bottom: 24px; }
      #circleAboutSection .content .featured-content .featured-experts + .featured-topics {
        margin-top: 10px; }
      #circleAboutSection .content .featured-content .featured-topics .panel-content-item {
        margin-bottom: 16px; }
        #circleAboutSection .content .featured-content .featured-topics .panel-content-item:last-child {
          margin-bottom: 0 !important; }
        #circleAboutSection .content .featured-content .featured-topics .panel-content-item .topic-tag-name {
          font-weight: normal;
          font-size: 18px;
          line-height: 28px;
          color: #38373b; }
.explore-header {
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10; }
  .explore-header .explore-header-title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #0d0c0e;
    margin-left: 40px; }
  .explore-header ~ .infinite-scroll-result center:only-child svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: 75px; }

.explore-circle-card {
  padding: 40px 0px 32px 0px; }
  .explore-circle-card .circle-card-header {
    display: flex; }
    .explore-circle-card .circle-card-header a:not(:last-child) {
      margin-left: 0 !important; }
    .explore-circle-card .circle-card-header a:last-child {
      align-self: center; }
    .explore-circle-card .circle-card-header .circle-content {
      margin-left: 24px;
      width: 87%; }
    .explore-circle-card .circle-card-header .circle-info {
      display: flex;
      align-items: center; }
      .explore-circle-card .circle-card-header .circle-info .circle-name {
        font-weight: 800;
        font-size: 18px;
        line-height: 28px;
        color: #0d0c0e; }
      .explore-circle-card .circle-card-header .circle-info .circle-expert-count,
      .explore-circle-card .circle-card-header .circle-info + .circle-tagline {
        font-size: 14px;
        line-height: 22px;
        color: #1c1c1e;
        margin-right: 10px; }
      .explore-circle-card .circle-card-header .circle-info .circle-expert-count {
        margin-left: 8px;
        color: #8d8a94; }
  .explore-circle-card .circle-featured-experts .explore-expert-view {
    padding: 22px 14px 24px 20px;
    min-width: 240px;
    max-width: 240px;
    background: #ffffff;
    margin-right: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 2px; }
  .explore-circle-card .circle-featured-experts,
  .explore-circle-card .circle-featured-topics {
    margin-top: 24px; }
  .explore-circle-card .circle-featured-topics .topic-tag-view {
    margin-right: 16px; }
  .explore-circle-card:last-of-type {
    padding-bottom: 50px; }

.btn-view-experts {
  background: #38373b;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  max-width: 140px;
  height: 42px;
  margin-left: 0px; }
  .btn-view-experts:hover {
    background: #716e76; }

.explore-view {
  margin-left: auto; }

.explore-view-all {
  width: 140px;
  margin-top: -65px;
  float: right; }

@media (max-width: 767px) {
  .explore-view {
    margin-left: 0px;
    margin-top: 90px; }
  .explore-view-all {
    width: 140px;
    margin-top: 15px;
    float: left;
    margin-bottom: 10px; } }

@media (max-width: 946px) {
  .circle-info {
    display: block !important; }
  .circle-name {
    line-height: 25px; }
  .circle-expert-count {
    margin-left: 0px !important;
    line-height: 0px !important; }
  .circle-tagline {
    display: none; } }

@media (min-width: 946px) {
  .circle-tagline {
    width: 85%; } }
.topic-tag-view {
  background: #ffffff;
  border: 1px solid #f9f9fa;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px 9px;
  width: fit-content;
  cursor: pointer;
  max-height: 40px;
  margin-bottom: 2px; }
  .topic-tag-view img {
    max-width: unset;
    min-width: 20px; }
  .topic-tag-view span.topic-name {
    font-size: 18px;
    line-height: 28px;
    color: #38373b;
    margin-left: 9px;
    max-height: 28px;
    width: max-content; }
    .topic-tag-view span.topic-name.disabled {
      color: #8d8a94 !important; }
.arrow-navigation-panel {
  width: 100%;
  overflow-x: hidden; }
  .arrow-navigation-panel .panel-header {
    display: flex;
    justify-content: space-between; }
    .arrow-navigation-panel .panel-header .title {
      font-size: 14px;
      line-height: 22px;
      color: #0d0c0e;
      font-weight: 800; }
    .arrow-navigation-panel .panel-header .panel-actions {
      display: flex; }
      .arrow-navigation-panel .panel-header .panel-actions img {
        cursor: pointer;
        padding: 2px 7px; }
        .arrow-navigation-panel .panel-header .panel-actions img.click-enabled:hover {
          background: #e8e8ea;
          border-radius: 4px; }
  .arrow-navigation-panel .panel-content {
    margin-top: 16px;
    display: flex;
    transition: all 500ms ease-in; }
.widget-header {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800; }

.widget-footer {
  padding-top: 24px;
  display: flex;
  flex-direction: row-reverse;
  font-family: 'Manrope', sans-serif; }

.no-underline:hover {
  text-decoration: none; }

.row-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c1e; }
  .row-name:hover {
    color: #38373b;
    text-decoration: none; }

.topic-row-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #38373b; }
  .topic-row-name:hover {
    color: #38373b; }

.row-detail {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }

.circle-row,
.expert-row {
  display: flex;
  flex-direction: row;
  margin-top: 24px; }

.circle-row {
  padding: 0 8px; }

.topic-row {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  padding: 0 8px; }

.topic-row:nth-of-type(1) {
  margin-top: 24px; }

.expert-row {
  padding: 0 10px; }

.line-clamp {
  text-overflow: ellipsis;
  max-width: 242px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.homepage {
  height: 100%;
  background-color: #f9f9fa; }

.homepage-header {
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  padding: 0 40px; }
  .homepage-header .homepage-header-title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #0d0c0e; }
  .homepage-header .homepage-header-greeting {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #0d0c0e; }

.homepage-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px; }
  .homepage-content .articles {
    flex: 0 1 auto;
    width: 800px; }
    .homepage-content .articles .articles-header {
      font-family: Manrope;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 16px; }
  .homepage-content .widgets {
    flex: 0 0 auto;
    width: 400px;
    margin-left: 24px;
    padding-top: calc(28px + 16px); }

@media screen and (max-width: 1280px) {
  .homepage-content > .widgets {
    display: none; }
  .homepage-header > .homepage-header-greeting {
    display: none; } }

@media screen and (max-width: 860px) {
  .homepage-content > .articles {
    width: calc(100% - calc(2 * 40px)); } }

@media screen and (max-width: 425px) {
  .homepage-content > .articles {
    width: calc(100% - calc(2 * 24px)); } }
.article-wrapper {
  height: 100%;
  overflow-y: scroll;
  background: #f9f9fa;
  font-family: 'Manrope', 'roboto', sans-serif; }
  .article-wrapper .article-component {
    margin-top: 80px; }
  .article-wrapper .circle-logo-name {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .article-wrapper .author-action-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .article-wrapper .author-action-wrapper .author-logo-wrapper {
      display: flex; }
      .article-wrapper .author-action-wrapper .author-logo-wrapper .author-name {
        font-weight: 800;
        font-size: 14px; }
      .article-wrapper .author-action-wrapper .author-logo-wrapper .published-time {
        font-weight: 800;
        font-size: 12px;
        color: #bbb9bf;
        text-transform: uppercase; }
  .article-wrapper .rich-text-content,
  .article-wrapper .rich-text-transcript {
    font-size: 18px;
    line-height: 28px; }
    .article-wrapper .rich-text-content a,
    .article-wrapper .rich-text-transcript a {
      color: #38373b; }
    .article-wrapper .rich-text-content figure,
    .article-wrapper .rich-text-transcript figure {
      margin: 10px 0px;
      text-align: center; }
    .article-wrapper .rich-text-content figure figcaption,
    .article-wrapper .rich-text-transcript figure figcaption {
      font-size: 14px;
      line-height: 24px;
      font-style: italic;
      margin-top: 10px; }
    .article-wrapper .rich-text-content h1,
    .article-wrapper .rich-text-content h2,
    .article-wrapper .rich-text-content h3,
    .article-wrapper .rich-text-content h4,
    .article-wrapper .rich-text-content h5,
    .article-wrapper .rich-text-content h6,
    .article-wrapper .rich-text-transcript h1,
    .article-wrapper .rich-text-transcript h2,
    .article-wrapper .rich-text-transcript h3,
    .article-wrapper .rich-text-transcript h4,
    .article-wrapper .rich-text-transcript h5,
    .article-wrapper .rich-text-transcript h6 {
      font-weight: 800;
      font-size: 24px;
      line-height: 36px;
      margin: 0 0 32px 0; }
    .article-wrapper .rich-text-content p,
    .article-wrapper .rich-text-transcript p {
      margin: 0 0 32px 0; }
    .article-wrapper .rich-text-content img,
    .article-wrapper .rich-text-transcript img {
      border-radius: 4px;
      width: 100%;
      height: 100%; }
    .article-wrapper .rich-text-content input[type='button'],
    .article-wrapper .rich-text-transcript input[type='button'] {
      background-color: #38373b;
      color: #fff;
      border-radius: 4px;
      border: none;
      padding: 4px 20px;
      align-items: center;
      padding: 16px 40px;
      text-decoration: none;
      font-style: normal;
      font-weight: 800;
      font-size: 16px;
      line-height: 32px;
      text-transform: capitalize; }
      .article-wrapper .rich-text-content input[type='button']:hover,
      .article-wrapper .rich-text-transcript input[type='button']:hover {
        text-decoration: none; }
    .article-wrapper .rich-text-content .special-container a,
    .article-wrapper .rich-text-transcript .special-container a {
      color: #fff;
      text-decoration: underline; }
  .article-wrapper .rich-text-transcript {
    padding: 8px 20px 8px 16px;
    max-height: 756px;
    overflow-y: scroll;
    border: 1px solid #e8e8ea;
    border-radius: 4px;
    font-size: 14px; }
    .article-wrapper .rich-text-transcript p {
      margin: 0 0 12px 0; }
  .article-wrapper .tab-button {
    cursor: pointer;
    padding: 3px 16px;
    margin: 0 10px;
    border-bottom: 2px solid #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 43px;
    color: #000000;
    font-weight: 800;
    white-space: nowrap; }
  .article-wrapper .expert-position {
    -webkit-line-clamp: 3; }
  .article-wrapper .about-article-section .subsection:first-child {
    margin-top: 16px; }
  .article-wrapper .about-article-section .subsection div > div {
    padding-left: 0 !important; }
  .article-wrapper .about-article-section .subsection-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .article-wrapper .about-article-section .subsection-header span {
      font-weight: 800; }
    .article-wrapper .about-article-section .subsection-header svg ~ span {
      margin-left: 5px; }

@media screen and (min-width: 808px) {
  .article-wrapper .expert-card:nth-child(3n + 3) {
    margin-right: 0px; } }

@media screen and (max-width: 807px) {
  .article-wrapper .article-component {
    margin: 0; }
  .article-wrapper .expert-card {
    max-width: 333px;
    margin-right: 14px; }
    .article-wrapper .expert-card:nth-child(2n + 2) {
      margin-right: 0px; } }

@media screen and (max-width: 700px) {
  .article-wrapper .expert-card {
    margin-right: 0; } }
.payment-table-wrapper {
  margin: auto;
  width: fit-content;
  padding: 16px; }

.payment-table {
  border-collapse: collapse;
  border-spacing: 0px; }

.payment-tr {
  border: 1px solid #F9F9FA; }

th {
  background: #F0F0F5;
  text-align: start;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  color: #1C1C1E; }

.payment-td {
  background: white; }

.payment-th-workspace {
  width: 228px;
  padding: 16px; }

.payment-th-payment {
  width: 176px; }

.payment-th-member {
  width: 136px; }

.payment-th-user {
  width: 156px; }

.payment-th-date {
  width: 146px; }

.payment-th-type {
  width: 160px; }

.payment-th-approvedby {
  width: 140px; }

.payment-th-cta {
  width: 132px; }

.payment-td-workspace {
  padding: 17px 23px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1C1C1E; }

.payment-td-workspace-logo,
.payment-td-workspace-text {
  display: flex;
  cursor: pointer; }

.payment-status-sent {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #F9F9FA;
  border: 1px solid #8D8A94;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-status-requested {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #FDF0D1;
  border: 1px solid #DDB041;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-status-approved {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #C0CDFC;
  border: 1px solid #012AB8;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-status-cancelled {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #FCF5F5;
  border: 1px solid #992325;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-status-processing {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #F9F9FA;
  border: 1px solid #A4A1A9;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-status-completed {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #CEF2DD;
  border: 1px solid #2E995B;
  border-radius: 15px;
  text-transform: capitalize; }

.payment-td-member-container {
  display: flex; }

.payment-td-member-initial {
  margin-right: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  width: 24px;
  height: 24px;
  background: #D1D0D4;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white; }

.payment-td-member-full {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #38373B; }

.payment-td-user-container {
  display: flex; }

.payment-td-user-initial {
  margin-right: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  width: 24px;
  height: 24px;
  background: #D1D0D4;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white; }

.payment-td-user-full {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #38373B; }

.payment-td-date,
.payment-td-type,
.payment-td-approvedby {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #A4A1A9; }

.payment-td-cta {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #38373B;
  cursor: pointer; }

body {
  background: #E5E5E5; }
.app__body .lynk-profile-modal.modal {
  text-align: center; }
  .app__body .lynk-profile-modal.modal .modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 4px; }
  .app__body .lynk-profile-modal.modal .modal-body {
    flex: 1;
    max-height: unset;
    padding: 20px 15px 28px 15px; }
  .app__body .lynk-profile-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .app__body .lynk-profile-modal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%; }
  .app__body .lynk-profile-modal .modal-dialog {
    width: 700px; } }

.app__body .circle-section-item {
  display: flex;
  align-items: center;
  margin-right: 100px; }
  .app__body .circle-section-item h5 {
    margin-left: 16px !important; }
.chat-message-wrapper {
  background: white;
  width: 390px;
  height: 100vh;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.chat-message-header {
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.chat-message-header-avatar {
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4C4C4;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  color: #38373B; }

.chat-message-header-info {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  color: #8D8A94; }

.chat-message-header-more {
  position: absolute;
  right: 16px; }

.chat-message-header-info-name {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000000; }

.chat-message-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: inherit;
  border-top: 1px solid #D1D0D4;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.chat-input > input {
  width: 330px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #E8E8EA;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8D8A94;
  padding-left: 8px;
  margin-right: 10px; }

input:focus {
  outline: none; }

.chat-attachment {
  cursor: pointer;
  display: flex; }

.chat-input {
  position: relative; }

.chat-input-send {
  position: absolute;
  right: 16px;
  top: 6px;
  cursor: pointer; }

.sender-message {
  width: 280px;
  height: fit-content;
  background: #E8E8EA;
  border-radius: 4px;
  margin-left: 74px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 4px; }

.received-message {
  width: 280px;
  height: fit-content;
  background: white;
  border-radius: 4px;
  margin-left: 16px;
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid #E8E8EA;
  border-radius: 4px; }

.chat-messages {
  padding: 16px 0px;
  height: calc(100vh - 126px);
  overflow-y: auto;
  overflow-x: hidden; }

.chat-message-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8D8A94;
  display: flex;
  justify-content: flex-end; }

.engagement-message {
  background: #F9F9FA;
  margin: 8px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border: 1px solid #E8E8EA;
  border-radius: 4px; }

.engagement-message-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 4px; }

.engagement-message-type,
.engagement-message-scheduled,
.engagement-message-requested {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #8D8A94; }

.engagement-message-status {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #8D8A94; }

.engagement-message-money {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.engagement-message-money-text {
  display: flex;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #38373B; }

.engagement-message-money-icon {
  display: flex;
  margin-right: 8px; }

.payment-message {
  background: #F9F9FA;
  margin: 8px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border: 1px solid #E8E8EA;
  border-radius: 4px; }

.payment-message-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 4px; }

.payment-message-type,
.payment-message-scheduled,
.payment-message-requested {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #8D8A94; }

.payment-message-status {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #8D8A94; }

.payment-message-money {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.payment-message-money-text {
  display: flex;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #38373B; }

.payment-message-money-icon {
  display: flex;
  margin-right: 8px; }

.payment-message-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.payment-message-money-detail {
  display: flex;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #38373B;
  text-decoration: underline;
  margin-right: 8px;
  cursor: pointer; }

.payment-message-money-detail-icon {
  display: flex;
  cursor: pointer; }
.send-payment-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  width: 732px;
  height: 154px;
  border: 1px solid #BBB9BF;
  border-radius: 4px; }

.send-payment-title {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #38373B;
  margin-bottom: 8px; }

.send-payment-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 9px;
  color: #38373B; }

.send-payment-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 132px;
  height: 42px;
  background: #38373B;
  border-radius: 4px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: white; }
body {
  font-family: 'Manrope' !important;
  color: #38373B; }

.base-wrapper {
  background: #F7F8FA;
  min-height: 100vh;
  display: flex;
  position: relative; }

.base-content {
  width: calc(100vw - 390px);
  background: #F7F8FA; }

.base-sidebar {
  width: 390px;
  background: white; }

.nav-bar {
  background: #FFFFFF;
  height: 46px;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 1px; }

.tab-bar {
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 75px; }

.nav-bar-engagement,
.arrow-left {
  margin-right: 11px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #38373B;
  display: flex;
  cursor: pointer; }

.base-payment,
.base-overview {
  margin-right: 32px;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 75px;
  cursor: pointer; }

.main-content {
  padding: 24px 75px; }

.engagementDetailCardContainer {
  display: flex;
  align-items: flex-start; }

.toast-notification-payment {
  bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 13px 16px;
  gap: 10px;
  position: fixed;
  width: 373px;
  height: 50px;
  background: #F2F5FE;
  border: 1px solid #0238F5;
  border-radius: 4px;
  justify-content: space-between;
  left: 40vh;
  border-left: 8px solid #0238F5; }

.toast-notification-payment-process {
  bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 13px 16px;
  gap: 10px;
  position: fixed;
  width: 373px;
  height: auto;
  background: #F2F5FE;
  border: 1px solid #0238F5;
  border-radius: 4px;
  justify-content: space-between;
  left: 40vh;
  border-left: 8px solid #0238F5; }

.toast-notification-payment-close-icon {
  cursor: pointer; }
.send-payment-model {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.send-payment-model-container {
  width: 642px;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: white;
  margin: auto;
  border-radius: 4px; }

.send-payment-model-header {
  display: flex;
  padding: 22px 32px;
  justify-content: space-between;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #38373B;
  border-bottom: 1px solid #D1D0D4; }

.send-payment-model-header-close {
  cursor: pointer; }

.send-payment-model-content {
  width: 576px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #D1D0D4;
  border-radius: 4px;
  margin: 24px 33px;
  padding: 16px; }

.send-payment-model-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 32px;
  border-top: 1px solid #BBB9BF; }

.send-payment-model-footer-cancel-cta {
  margin-right: 28px;
  display: flex;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #38373B;
  cursor: pointer; }

.send-payment-model-footer-send-button {
  width: 84px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer; }
.send-payment-success-model {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.send-payment-success-model-container {
  width: 642px;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: white;
  margin: auto;
  border-radius: 4px; }

.send-payment-success-model-header {
  display: flex;
  padding: 22px 32px;
  justify-content: space-between;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #38373B;
  border-bottom: 1px solid #F9F9FA; }

.send-payment-success-model-header-close {
  cursor: pointer; }

.send-payment-success-model-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #38373B;
  padding: 16px 32px;
  height: 80px; }

.send-payment-success-model-footer {
  height: 80px;
  display: flex;
  padding: 16px 32px;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #F9F9FA; }

.send-payment-success-model-footer-no {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #38373B;
  margin-right: 28px;
  cursor: pointer; }

.send-payment-success-model-footer-yes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 9px 0px;
  width: 81px;
  height: 40px;
  background: #38373B;
  border-radius: 4px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer; }
.payment-list-header {
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px; }

.payment-list-header-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000; }

.payment-list-header-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  width: 132px;
  height: 42px;
  background: #38373B;
  border-radius: 4px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px; }

.payment-list-content-table-head {
  height: 50px;
  background: #F0F0F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  color: #1C1C1E;
  padding: 16px; }

.payment-list-content-table-head-left {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.payment-list-content-table-head-left-status {
  margin-right: 76px; }

.payment-list-content-table-head-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 56px; }

.payment-list-content-table-body {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 16px;
  height: 88px;
  background: #FFFFFF;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 2px; }

.payment-list-content-table-body-right {
  display: flex; }

.payment-list-content-table-body-left {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.payment-list-content-table-body-left-status {
  width: 116px; }

.payment-status-sent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #F9F9FA;
  border: 1px solid #A4A1A9;
  border-radius: 15px;
  color: #555359; }

.payment-status-processing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #F9F9FA;
  border: 1px solid #A4A1A9;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359; }

.payment-status-approved {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #C0CDFC;
  border: 1px solid #012AB8;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359; }

.payment-status-requested {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  width: 96px;
  height: 24px;
  background: #FDF0D1;
  border: 1px solid #DDB041;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359; }

.payment-status-completed {
  width: 82px;
  height: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  gap: 10px;
  isolation: isolate;
  width: 96px;
  height: 24px;
  background: #CEF2DD;
  border: 1px solid #2E995B;
  border-radius: 15px; }

.payment-status-cancelled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  width: 96px;
  height: 24px;
  background: #FCF5F5;
  border: 1px solid #992325;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555359; }

.payment-list-content-table-body-left-info-name {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #38373B; }

.payment-list-content-table-body-left-info-date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A4A1A9; }

.payment-list-content-table-body-right-money-value {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #38373B; }

.payment-list-content-table-body-right {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.payment-list-content-table-body-right-money-value {
  margin-right: 32px;
  display: flex; }

.payment-list-content-table-body-right-money-icon {
  display: flex;
  margin-right: 8px; }

.payment-list-content-table-body-right-more-icon {
  display: flex;
  cursor: pointer;
  position: relative; }

.payment-list-content-table-body-right-more-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 26px;
  position: absolute;
  width: 217px;
  height: 206px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  right: 0px;
  top: 45px;
  z-index: 10; }

.more-option-send-to-admin,
.more-option-view-detail,
.more-option-view-edit-payment,
.more-option-view-download-attachment,
.more-option-view-cancel-payment {
  display: flex; }

.view-detail-icon,
.view-detail-text {
  display: flex;
  align-items: center; }

.send-to-admin-icon,
.send-to-admin-text {
  display: flex;
  align-items: center; }

.edit-payment-icon,
.edit-payment-text {
  display: flex;
  align-items: center; }

.download-attachment-text,
.download-attachment-icon {
  display: flex;
  align-items: center; }

.view-cancel-payment-icon,
.view-cancel-payment-text {
  display: flex;
  align-items: center; }

.send-to-admin-icon,
.view-detail-icon,
.edit-payment-icon,
.download-attachment-icon,
.view-cancel-payment-icon {
  margin-right: 8px; }

.send-to-admin-text,
.view-detail-text,
.edit-payment-text,
.download-attachment-text,
.view-cancel-payment-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #100033;
  white-space: nowrap; }
.engagement-detail-card-container {
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  border-radius: 4px;
  padding: 0px 20px 0px 20px;
  margin: 10px;
  display: inline-block; }
  .engagement-detail-card-container .d-flex {
    display: flex; }
  .engagement-detail-card-container .profile-icon {
    width: 60px;
    height: 60px; }
  .engagement-detail-card-container .section-box {
    border: 1px solid #E8E8EA;
    border-radius: 4px;
    padding: 15px 10px 15px 10px; }
  .engagement-detail-card-container .section {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #E8E8EA; }
  .engagement-detail-card-container .name-title, .engagement-detail-card-container .title, .engagement-detail-card-container .title-with-box {
    font-weight: 700; }
  .engagement-detail-card-container .title-with-box {
    margin-bottom: 10px; }
  .engagement-detail-card-container .request-status-input {
    width: 50%;
    margin: 10px 0px 10px 0px; }
  .engagement-detail-card-container a {
    color: #0238F5 !important;
    margin: 0px 5px; }
  .engagement-detail-card-container .content + .title, .engagement-detail-card-container .tag-group + .title, .engagement-detail-card-container .pdf-group + .title {
    margin-top: 10px; }
  .engagement-detail-card-container .tag {
    border: 1px solid #E8E8EA;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    margin: 3px 5px 3px 5px; }
  .engagement-detail-card-container .pdf-entry {
    display: flex;
    align-items: center;
    position: relative;
    margin: 5px 0px 5px 0px; }
  .engagement-detail-card-container .pdf-icon {
    width: 25px;
    height: 25px; }
  .engagement-detail-card-container .download-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px; }
  .engagement-detail-card-container .pdf-name {
    font-weight: 800;
    margin-left: 5px; }
  .engagement-detail-card-container .individual {
    display: block; }
  .engagement-detail-card-container .cursor-pointer {
    cursor: pointer; }
  .engagement-detail-card-container .top-bar {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  .engagement-detail-card-container .edit-section-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    color: white;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4; }
  .engagement-detail-card-container .grey-out-background {
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.401);
    left: 0px;
    top: 0px;
    z-index: 9; }
  .engagement-detail-card-container .custom-profile-modal-container {
    width: 720px; }
  .engagement-detail-card-container .custom-profile-modal-container > div {
    margin: auto !important; }
  .engagement-detail-card-container .custom-profile-modal-container > div > div:nth-child(2) {
    height: 700px;
    overflow-y: auto; }
  .engagement-detail-card-container .messageBox {
    position: relative;
    bottom: 20px;
    margin: 0 auto;
    display: flex;
    border: 2px solid #0238F5;
    border-radius: 4px;
    background: #F2F5FE;
    height: 60px;
    border-left: 9px solid #0238F5;
    color: #38373B;
    align-items: center;
    justify-content: space-around;
    width: 400px;
    padding: 15px; }
    .engagement-detail-card-container .messageBox .message {
      padding: 0px 7px 0px 10px; }
    .engagement-detail-card-container .messageBox .cancel-button {
      font-weight: 500; }
  .engagement-detail-card-container .messageBox-container {
    position: fixed;
    width: 100vw;
    left: 0px;
    top: 0px;
    display: flex;
    top: 0px;
    justify-content: center;
    align-items: flex-end; }
  .engagement-detail-card-container .fullscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 2; }
body {
  font-family: 'Manrope' !important;
  color: #38373B; }

.workspace .base-content {
  width: 100%;
  background: #F7F8FA; }

.workspace .base-sidebar {
  width: 390px;
  background: white; }

.workspace .nav-bar {
  background: #FFFFFF;
  height: 60px;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  justify-content: space-between; }

.workspace .nav-bar > div {
  display: flex;
  justify-content: center;
  align-items: center; }

.workspace .nav-bar-engagement > div {
  margin: 0px 15px;
  color: #8D8A94; }

.workspace .nav-bar-engagement > div.selected {
  color: #1C1C1E; }

.workspace .nav-bar-engagement > div.selected > img {
  opacity: 1; }

.workspace .nav-bar-engagement > div > * {
  margin: 0px 5px; }

.workspace .nav-bar-engagement > div > img {
  opacity: 0.5; }

.workspace .avatar-icon {
  color: #555359;
  background-color: #D1D0D4;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px; }

.workspace .tab-bar {
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 75px;
  justify-content: space-between;
  box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
  font-weight: 800; }

.workspace .workspace-title-bar {
  height: 80px;
  background: #FFFFFF;
  padding-left: 65px;
  font-weight: 800;
  padding-top: 10px; }

.workspace .workspace-title-bar > div:nth-child(2) {
  font-size: 25px; }

.workspace .nav-bar-engagement,
.workspace .arrow-left {
  margin-right: 11px;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #38373B;
  display: flex;
  cursor: pointer; }

.workspace .base-payment,
.workspace .base-overview {
  margin-right: 32px;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 75px;
  cursor: pointer; }

.workspace .main-content {
  padding: 5px 75px; }

.workspace .engagementDetailCardContainer {
  display: flex;
  align-items: flex-start; }

.workspace .cursor-pointer {
  cursor: pointer; }

.workspace .messages {
  padding-right: 75px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .workspace .messages div {
    margin: 0px 15px; }

.base-wrapper {
  background: #F7F8FA;
  min-height: 100vh;
  display: flex; }

.engagementList {
  position: relative;
  width: 100%;
  background: #fff; }
  .engagementList th {
    text-transform: capitalize;
    background: #F0F0F5;
    border-bottom: none !important; }
  .engagementList th, .engagementList td {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #E8E8EA;
    text-align: left; }
  .engagementList td {
    color: #A4A1A9; }
  .engagementList td div {
    display: inline-block; }

.page-bar {
  display: flex;
  justify-content: flex-end;
  color: #F9F9FA;
  padding-top: 10px; }
  .page-bar span {
    margin: 0px 5px; }

.page-bar > div {
  padding: 5px;
  color: #8D8A94;
  box-shadow: 0px 0px 0px 1px #8D8A94;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 3px 0px 3px; }

.page-bar > input {
  width: 40px;
  height: 25px;
  padding: 5px;
  padding-left: 15px;
  color: #1C1C1E !important;
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 0px 0px 1px #8D8A94; }

.page-bar > input::-webkit-outer-spin-button, .page-bar > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.page-bar > input[type=number] {
  -moz-appearance: textfield; }

.page-bar .disabled {
  color: #c6c6c8 !important;
  box-shadow: 0px 0px 0px 1px #c6c6c8 !important;
  border-radius: 4px; }

.currentPage {
  color: #1C1C1E !important;
  box-shadow: 0px 0px 0px 1px #1C1C1E !important;
  border-radius: 4px; }

.page-bar-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 3px 0px 3px;
  color: #1C1C1E; }

.loadingBlock {
  background: #F0F0F5;
  color: #8D8A94;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center; }

.columnName, .sortGroup {
  display: inline-block; }

.sortGroup {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0px 0px 6px; }

.sortGroup > div {
  line-height: 6px;
  margin-bottom: 2px;
  font-size: 12px;
  transform: scale(2.25, 1); }

.cursor-pointer {
  cursor: pointer; }

.round-border {
  border-radius: 15px;
  background: #D1D0D4;
  color: #555359;
  padding: 2px 10px 3px 10px;
  width: 95px;
  height: 25px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 0px 0px 1px #a4a1a9; }

.name-icon {
  color: #38373B;
  font-weight: 700; }

.name-icon-image {
  text-transform: uppercase;
  background: #D1D0D4;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 8px;
  font-weight: 800; }

.viewFullDetailCell {
  width: 200px;
  color: #38373B;
  font-weight: 700;
  text-align: center; }

.viewBar {
  display: flex;
  justify-content: space-between;
  font-weight: 800; }

.downloadGroup, .viewModeGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px; }

.downloadGroup > *, .viewModeGroup > * {
  margin: 5px; }

.viewModeGroup > * {
  width: 25px;
  height: 25px; }

.viewModeGroup .disabled {
  opacity: 0.3; }

.typeBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 0px 1px #E8E8EA;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 800; }
  .typeBar div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 35px;
    background-color: white;
    border-radius: 4px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px white; }
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;-moz-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}