.popup{background-color:#232323}.ReactTable{height:100%;position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);overflow:hidden}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse}.ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;overflow:auto}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03)}.ReactTable .rt-thead.-filters,.ReactTable .rt-thead.-headerGroups{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.15);background-color:#454545;color:#d8d8d8;font-size:18px;font-family:Candara Regular;line-height:21.6px;height:35px}.ReactTable .my-tbody-class .-even{background-color:#2d2d2d}.ReactTable .rt-thead .rt-td,.ReactTable .rt-thead .rt-th{line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-td.-sort-asc,.ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-sort-desc,.ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-cursor-pointer,.ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-td:last-child,.ReactTable .rt-thead .rt-th:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline:none}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .my-tbody-class{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto;font-family:NanumGothic Regular;font-size:14.17px;color:#d8d8d8}.ReactTable .my-tbody-class .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .my-tbody-class .rt-tr-group:last-child{border-bottom:0}.ReactTable .my-tbody-class .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .my-tbody-class .rt-td:last-child{border-right:0}.ReactTable .my-tbody-class .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-td,.ReactTable .rt-th{flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:5px 5px 5px 16px;overflow:hidden}.ReactTable .rt-td.-hidden,.ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);cursor:pointer}.ReactTable .rt-expander.-open:after{transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .my-tbody-class .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-next,.ReactTable .-pagination .-previous{flex:1 1;text-align:center}.ReactTable .-pagination .-center{flex:1.5 1;text-align:center;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{left:50%;top:50%;width:362px;height:140px;transform:translate(-50%,-50%);background-image:url("data:image/png;base64,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");background-size:contain;transition:all .3s ease;z-index:1;padding:20px;color:rgba(0,0,0,.5)}.ReactTable .-loading,.ReactTable .rt-noData{display:block;position:absolute;pointer-events:none}.ReactTable .-loading{left:0;right:0;top:0;bottom:0;background:hsla(0,0%,100%,.8);z-index:-1;opacity:0}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);transform:translateY(-52%)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{transform:translateY(50%)}.ReactTable .rt-resizing .rt-td,.ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}.popup-dicom-tags .ScrollbarsCustom{position:relative;width:100%;height:100%}.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-Wrapper{position:absolute;top:0;left:0;bottom:0;overflow:hidden;right:24px}.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-Wrapper>.ScrollbarsCustom-Content{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-TrackY{position:absolute;overflow:hidden;background-color:#575757;-webkit-user-select:none;user-select:none;height:calc(100% - 16px);top:8px;right:8px;width:8px}.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-TrackY,.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-TrackY>.ScrollbarsCustom-ThumbY{border-top-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-top-left-radius:0;-ms-border-top-left-radius:0;-o-border-top-left-radius:0;border-top-right-radius:0;-webkit-border-top-right-radius:0;-moz-border-top-right-radius:0;-ms-border-top-right-radius:0;-o-border-top-right-radius:0}.popup-dicom-tags .ScrollbarsCustom>.ScrollbarsCustom-TrackY>.ScrollbarsCustom-ThumbY{touch-action:none;cursor:pointer;background:#2c3493;width:100%;border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-bottom-left-radius:0;-ms-border-bottom-left-radius:0;-o-border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-bottom-right-radius:0;-ms-border-bottom-right-radius:0;-o-border-bottom-right-radius:0}#root,body{background-color:#232323}.popup-dicom-tags{height:100%;border-radius:12px;border:4px solid #2c3493;overflow:hidden}.DICOM-tag-table-section{height:calc(100% - 46px)}.search-input-section{height:49px;font-family:NanumGothic Regular;color:#323232;border-top:3px solid #4f4f4f;border-thickness:3px}.search-input{padding:8px;height:100%;position:relative}.search-input:before{content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAQJJREFUKBWVkr2uQUEUhf3ET6GRaC5aFRoJKrf1BKpb8SwqovYGXkCj00k0QnRKEYkILYobvpUYmeMMyVnJl7P3mjN7Zu9zwiGv2qRFyMMSRrAFp6JPN8XzBj+wgDkUYAg7WINTYdwpDECxrRLJHeq2accdkgm8bzTvNAg2EDOGeUYI1KNO1gkuzTA1g8T7ojbn4ONQWPuHPWgeHmnzCqoe15tkSNPgPEAn68oVcOmA2XMtGK9FoE/VhOTTVNExqLCGZnxCv2pYauEC6lF0oQxX6IOvb7yX9NPEQafan+aPXDdQC18LsO6Tip5BBY6gIQaSbnMCFRCBZRcIvFkbsvCr4AFGOCxQy+JdGQAAAABJRU5ErkJggg==");display:block;position:absolute;width:15px;z-index:3;height:15px;font-size:20px;top:11px;left:16px;line-height:32px;opacity:.6}.search-input>input{background-color:#d8d8d8;border-radius:10px;border-thickness:1px;width:100%;font-size:18px;border:none;line-height:22px;padding:5px 10px 5px 25px;height:30px;position:relative}.search-input>input:focus{outline:none}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:focus{outline:0}.annotation-panel{display:flex;flex-direction:column;height:100%;background-color:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden}.annotation-panel__header{display:flex;flex-direction:column;grid-gap:10px;gap:10px;padding:12px;border-bottom:1px solid #333;position:relative}.annotation-panel__header-top{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px}.annotation-panel__title-wrapper{display:flex;align-items:center;grid-gap:8px;gap:8px}.annotation-panel__title{margin:0;font-size:16px;font-weight:600;color:#fff}.annotation-panel__connection-status{display:flex;align-items:center;justify-content:center}.annotation-panel__connection-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.annotation-panel__header-actions{display:flex;grid-gap:8px;gap:8px;align-items:center}.annotation-panel__user-filter{flex:1 1;padding:6px 12px;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:12px;cursor:pointer;transition:all .2s}.annotation-panel__user-filter:hover:not(:disabled){background-color:#333;border-color:#555}.annotation-panel__user-filter:disabled{opacity:.5;cursor:not-allowed}.annotation-panel__refresh,.annotation-panel__user-filter option{background-color:#2a2a2a;color:#e0e0e0}.annotation-panel__refresh{padding:6px 12px;border:1px solid #444;border-radius:4px;font-size:16px;cursor:pointer;transition:all .2s;min-width:36px}.annotation-panel__refresh:hover:not(:disabled){background-color:#333;border-color:#555}.annotation-panel__refresh:disabled{opacity:.5;cursor:not-allowed}.annotation-panel__content{flex:1 1;overflow-y:auto;padding:6px}.annotation-panel__empty,.annotation-panel__loading{display:flex;align-items:center;justify-content:center;height:200px;color:#888;font-size:14px}.annotation-panel__series-group{margin-bottom:10px;background-color:#222;border-radius:6px;overflow:hidden}.annotation-panel__series-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#2a2a2a;border-bottom:1px solid #333}.annotation-panel__series-title{font-size:14px;font-weight:600;color:#fff}.annotation-panel__series-count{font-size:12px;color:#888}.annotation-panel__annotation-list{padding:6px}.annotation-panel__annotation-item{padding:8px 10px;margin-bottom:6px;background-color:#2a2a2a;border:1px solid #333;border-radius:4px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.annotation-panel__annotation-item:hover{background-color:#333;border-color:#444;transform:translateX(2px)}.annotation-panel__annotation-item:active{transform:translateX(4px);background-color:#3a3a3a}.annotation-panel__annotation-item:last-child{margin-bottom:0}.annotation-panel__annotation-item--saving{opacity:.7;border-color:#5b9bd5;background-color:rgba(91,155,213,.05);cursor:not-allowed}.annotation-panel__annotation-item--error{border-color:#ff3b30;background-color:rgba(255,59,48,.05)}.annotation-panel__annotation-item--hovered{background-color:rgba(91,155,213,.2);border-color:#5b9bd5;box-shadow:0 0 8px rgba(91,155,213,.4)}.annotation-panel__annotation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.annotation-panel__tool-name{font-size:12px;font-weight:600;color:#5b9bd5;display:flex;align-items:center;grid-gap:5px;gap:5px}.annotation-panel__tool-icon{font-size:14px;line-height:1}.annotation-panel__header-right{display:flex;align-items:center;grid-gap:8px;gap:8px}.annotation-panel__frame-number{font-size:10px;color:#5b9bd5;background-color:rgba(91,155,213,.15);padding:2px 6px;border-radius:3px;font-weight:600}.annotation-panel__delete-btn{background:transparent;border:none;color:#888;font-size:20px;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:all .2s ease;opacity:.6}.annotation-panel__delete-btn:hover:not(:disabled){background-color:rgba(255,59,48,.15);color:#ff3b30;opacity:1}.annotation-panel__delete-btn:active:not(:disabled){background-color:rgba(255,59,48,.25);transform:scale(.95)}.annotation-panel__delete-btn:focus{outline:2px solid rgba(255,59,48,.3);outline-offset:1px}.annotation-panel__delete-btn:disabled{opacity:.3;cursor:not-allowed}.annotation-panel__annotation-body{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.annotation-panel__measurement-row{display:flex;justify-content:space-between;align-items:center;grid-gap:6px;gap:6px}.annotation-panel__measurement{font-size:11px;font-weight:500;color:#ddd;flex:1 1}.annotation-panel__user-name{font-size:10px;color:#888;font-style:italic;display:flex;align-items:center;grid-gap:3px;gap:3px;white-space:nowrap;flex-shrink:0}.annotation-panel__user-role{font-size:.8em;color:#999;text-align:left;font-style:italic;margin-top:1px;padding-left:2px}.annotation-panel__lesion-label-block{display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px;margin-top:3px}.annotation-panel__label-container,.annotation-panel__lesion-trigger{display:inline-flex;align-items:center;height:22px}.annotation-panel__label-container{flex:1 1;min-width:0}.annotation-panel__label{font-size:11px;line-height:1.2;color:#aaa;padding:2px 6px;border-radius:3px;cursor:pointer;display:inline-flex;align-items:center;background-color:hsla(0,0%,100%,.05);border:1px solid transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;height:18px;box-sizing:border-box}.annotation-panel__label:hover{background-color:hsla(0,0%,100%,.1);border-color:rgba(91,155,213,.3);color:#5b9bd5}.annotation-panel__label-edit{display:flex;align-items:center;grid-gap:4px;gap:4px}.annotation-panel__label-input{width:100%;max-width:180px;font-size:11px;padding:2px 6px;border:1px solid #5b9bd5;border-radius:3px;background-color:hsla(0,0%,100%,.1);color:#fff;outline:none}.annotation-panel__label-input:focus{background-color:hsla(0,0%,100%,.15);border-color:#5b9bd5;box-shadow:0 0 0 2px rgba(91,155,213,.2)}.annotation-panel__saving-indicator{font-size:12px;color:#5b9bd5;animation:spin 1s linear infinite;display:inline-block}.annotation-panel__error-indicator{font-size:12px;color:#ff3b30}.annotation-panel__error-message{font-size:10px;color:#ff3b30;background-color:rgba(255,59,48,.1);padding:4px 6px;border-radius:3px;margin-top:4px;display:flex;align-items:center;justify-content:space-between;grid-gap:6px;gap:6px}.annotation-panel__error-text{display:flex;align-items:center;grid-gap:4px;gap:4px;flex:1 1}.annotation-panel__retry-btn{background-color:#ff3b30;color:#fff;border:none;border-radius:3px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;grid-gap:4px;gap:4px;white-space:nowrap}.annotation-panel__retry-btn:hover{background-color:#ff4d42;transform:translateY(-1px);box-shadow:0 2px 4px rgba(255,59,48,.3)}.annotation-panel__retry-btn:active{transform:translateY(0);box-shadow:0 1px 2px rgba(255,59,48,.3)}.annotation-panel__retry-btn:focus{outline:2px solid rgba(255,59,48,.5);outline-offset:2px}.annotation-panel__force-upload-btn{background-color:#ff9500}.annotation-panel__force-upload-btn:hover{background-color:#ffa726}.annotation-panel__revert-btn{background-color:#5ac8fa;color:#000}.annotation-panel__revert-btn:hover{background-color:#7dd3fc}.annotation-panel__bulk-actions{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;padding:6px 10px;background:rgba(0,0,0,.2);border-bottom:1px solid #333}.annotation-panel__bulk-btn{font-size:11px;padding:4px 10px;border:none;border-radius:3px;cursor:pointer;background:#333;color:#fff}.annotation-panel__bulk-btn:hover{background:#444}.annotation-panel__skeleton{padding:8px}.annotation-panel__skeleton-item{background:#1a1a1a;border:1px solid #333;border-radius:4px;padding:8px 10px;margin-bottom:6px}.annotation-panel__skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.annotation-panel__skeleton-body{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.annotation-panel__skeleton-line{height:12px;background:linear-gradient(90deg,#2a2a2a 25%,#333 50%,#2a2a2a 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-loading 1.5s ease-in-out infinite}.annotation-panel__skeleton-line.skeleton-tiny{width:30px}.annotation-panel__skeleton-line.skeleton-short{width:120px}.annotation-panel__skeleton-line.skeleton-medium{width:80px}.annotation-panel__skeleton-line.skeleton-long{width:100%}.annotation-panel__observer-target{height:20px;visibility:hidden}.annotation-panel__loading-more{display:flex;align-items:center;justify-content:center;padding:16px;grid-gap:8px;gap:8px;color:#888;font-size:12px}.annotation-panel__loading-more .spinner{width:16px;height:16px;border:2px solid #333;border-top-color:#888;border-radius:50%;animation:spin .8s linear infinite}.annotation-panel__end-message{text-align:center;padding:16px;color:#666;font-size:12px;font-style:italic}.annotation-panel--mini{width:48px;min-width:48px;max-width:48px;overflow:hidden;background-color:#232323}.annotation-panel--mini .annotation-panel__content,.annotation-panel--mini .annotation-panel__header{display:none}.annotation-panel--expanded{width:100%}.annotation-panel__mini-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 8px 12px 0;height:100%;grid-gap:8px;gap:8px}.annotation-panel__mini-icon{font-size:20px;color:#fff;margin-bottom:4px;line-height:1;transition:opacity .2s}.annotation-panel__mini-icon:hover{opacity:.8}.annotation-panel__mini-badge{background-color:#5b9bd5;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;min-width:20px;text-align:center;line-height:1.4}.annotation-panel__toggle-btn{background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:16px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;padding:0;line-height:1}.annotation-panel__toggle-btn:hover{background-color:#333;border-color:#555;color:#fff}.annotation-panel__toggle-btn:active{transform:scale(.95)}.annotation-panel__toggle-btn:focus{outline:2px solid rgba(91,155,213,.3);outline-offset:1px}.annotation-panel--expanded .annotation-panel__header .annotation-panel__toggle-btn{position:relative;top:auto;right:auto;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.annotation-panel__content::-webkit-scrollbar{width:8px}.annotation-panel__content::-webkit-scrollbar-track{background:#1a1a1a}.annotation-panel__content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.annotation-panel__content::-webkit-scrollbar-thumb:hover{background:#555}:root{--default-color:#9ccef9;--hover-color:#fff;--active-color:#20a5d6;--ui-border-color:#44626f;--ui-border-color-dark:#3c5d80;--ui-border-color-active:#00a4d9;--primary-background-color:#000;--box-background-color:#3e5975;--primary-dialog-background-color:#454545;--tab-header-background-color--active:#06abd8;--text-tab-header-color--active:#d9d9d9;--tab-table-header-gradient-color:"#373737, #454545";--btn-danger-background-color:#d51c57;--btn-cancel-background-color:#646464;--ui-Cerulean:#06adb8;--ui-yellow:#e29e4a;--ui-sky-blue:#6fbde2;--ui-state-error:#fcc;--ui-state-error-border:#933;--ui-state-error-text:#e00000;--ui-gray-lightest:#848484;--ui-gray-light:#516873;--ui-gray:#263340;--ui-grey:#848484;--ui-gray-dark:#16202b;--ui-gray-darker:#151a1f;--ui-gray-darkest:#14202a;--text-color-active:#000;--text-primary-color:#d9d9d9;--text-danger-color:#d9d9d9;--text-secondary-color:#91b9cd;--text-disabled-color:#878787;--input-background-color:#2c363f;--input-placeholder-color--hover:#4d5a63;--input-placeholder-color:#d3d3d3;--table-hover-color:#2c363f;--table-text-primary-color:#fff;--table-text-secondary-color:#91b9cd;--large-numbers-color:#6fbde2;--state-error:#fcc;--state-error-border:#fcc;--state-error-text:#fcc;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#232323;--secondary:#353535;--success:#73a839;--info:#2fa4e7;--warning:#dd5600;--danger:#c71c22;--light:#d5d9eb;--dark:#343a40;--focus:#6610f2;--alternate:#6f42c1;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:rgb(0,86.1,178.5);text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],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]{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;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:initial}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.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,.col-lg-auto,.col-md,.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,.col-md-auto,.col-sm,.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,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:rgb(193.4,193.4,193.4)}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:rgb(140.6,140.6,140.6)}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b5b5b5}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#c6c6c6}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#969696}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#bababa}.table-success,.table-success>td,.table-success>th{background-color:rgb(215.8,230.64,199.56)}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:rgb(182.2,209.76,152.04)}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#cbdfb6}.table-info,.table-info>td,.table-info>th{background-color:rgb(196.76,229.52,248.28)}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:rgb(146.84,207.68,242.52)}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#aedcf6}.table-warning,.table-warning>td,.table-warning>th{background-color:rgb(245.48,207.68,183.6)}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:rgb(237.32,167.12,122.4)}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:rgb(242.48,192.7682352941,161.1)}.table-danger,.table-danger>td,.table-danger>th{background-color:rgb(239.32,191.44,193.12)}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:rgb(225.88,136.96,140.08)}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#eaabad}.table-light,.table-light>td,.table-light>th{background-color:rgb(243.24,244.36,249.4)}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:rgb(233.16,235.24,244.6)}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:rgb(225.9658064516,228.7309677419,241.1741935484)}.table-dark,.table-dark>td,.table-dark>th{background-color:rgb(198.16,199.84,201.52)}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:rgb(149.44,152.56,155.68)}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbd}.table-focus,.table-focus>td,.table-focus>th{background-color:rgb(212.16,188.08,251.36)}.table-focus tbody+tbody,.table-focus td,.table-focus th,.table-focus thead th{border-color:rgb(175.44,130.72,248.24)}.table-hover .table-focus:hover,.table-hover .table-focus:hover>td,.table-hover .table-focus:hover>th{background-color:rgb(196.6778571429,163.8954761905,250.0445238095)}.table-alternate,.table-alternate>td,.table-alternate>th{background-color:rgb(214.68,202.08,237.64)}.table-alternate tbody+tbody,.table-alternate td,.table-alternate th,.table-alternate thead th{border-color:rgb(180.12,156.72,222.76)}.table-hover .table-alternate:hover,.table-hover .table-alternate:hover>td,.table-hover .table-alternate:hover>th{background-color:rgb(200.0505179283,182.8788047809,231.3411952191)}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:rgb(127.5,189,255);outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;background-size:1.125rem 1.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top .5625rem right .5625rem}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:3.4375rem;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:rgb(51.6956521739,206.3043478261,87);background-color:rgb(51.6956521739,206.3043478261,87)}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;background-size:1.125rem 1.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top .5625rem right .5625rem}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:rgb(227.5316455696,96.4683544304,109.0253164557);background-color:rgb(227.5316455696,96.4683544304,109.0253164557)}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#232323;border-color:#232323}.btn-primary:hover{color:#fff}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#232323;border-color:#232323}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(3.125,3.125,3.125)}.btn-secondary{color:#fff;background-color:#353535;border-color:#353535}.btn-secondary:hover{color:#fff}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#353535;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#151515}.btn-success{color:#fff;background-color:#73a839;border-color:#73a839}.btn-success:hover{color:#fff}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#73a839;border-color:#73a839}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(82.4166666667,120.4,40.85)}.btn-info{background-color:#2fa4e7;border-color:#2fa4e7}.btn-info,.btn-info:hover{color:#fff}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#2fa4e7;border-color:#2fa4e7}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(22.1637931034,130.2122844828,192.0862068966)}.btn-warning{color:#fff;background-color:#dd5600;border-color:#dd5600}.btn-warning:hover{color:#fff}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#dd5600;border-color:#dd5600}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(157.25,61.1923076923,0)}.btn-danger{color:#fff;background-color:#c71c22;border-color:#c71c22}.btn-danger:hover{color:#fff}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#c71c22;border-color:#c71c22}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(143.1134361233,20.1365638767,24.4515418502)}.btn-light{background-color:#d5d9eb;border-color:#d5d9eb}.btn-light,.btn-light:hover{color:#212529}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#d5d9eb;border-color:#d5d9eb}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#2c5661;border-color:rgb(169.814516129,177.9274193548,214.435483871)}.btn-dark{background-color:#343a40;border-color:#343a40}.btn-dark,.btn-dark:hover{color:#fff}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#171a1d}.btn-focus{color:#fff;background-color:#6610f2;border-color:#6610f2}.btn-focus:hover{color:#fff}.btn-focus.disabled,.btn-focus:disabled{color:#fff;background-color:#6610f2;border-color:#6610f2}.btn-focus:not(:disabled):not(.disabled).active,.btn-focus:not(:disabled):not(.disabled):active,.show>.btn-focus.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(76.3125,10.0208333333,184.2291666667)}.btn-alternate{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-alternate:hover{color:#fff}.btn-alternate.disabled,.btn-alternate:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-alternate:not(:disabled):not(.disabled).active,.btn-alternate:not(:disabled):not(.disabled):active,.show>.btn-alternate.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:rgb(83.234063745,48.2290836653,147.0209163347)}.btn-outline-primary{color:#232323;border-color:#232323}.btn-outline-primary:hover{color:#fff}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#232323;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#232323}.btn-outline-secondary{color:#353535;border-color:#353535}.btn-outline-secondary:hover{color:#fff}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#353535;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#353535}.btn-outline-success{color:#73a839;border-color:#73a839}.btn-outline-success:hover{color:#fff}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#73a839;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#73a839}.btn-outline-info{color:#2fa4e7;border-color:#2fa4e7}.btn-outline-info:hover{color:#fff}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#2fa4e7;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#2fa4e7}.btn-outline-warning{color:#dd5600;border-color:#dd5600}.btn-outline-warning:hover{color:#fff}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#dd5600;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#dd5600}.btn-outline-danger{color:#c71c22;border-color:#c71c22}.btn-outline-danger:hover{color:#fff}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#c71c22;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#c71c22}.btn-outline-light{color:#d5d9eb;border-color:#d5d9eb}.btn-outline-light:hover{color:#212529}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#d5d9eb;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#2c5661;border-color:#d5d9eb}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#343a40}.btn-outline-focus{color:#6610f2;border-color:#6610f2}.btn-outline-focus:hover{color:#fff}.btn-outline-focus.disabled,.btn-outline-focus:disabled{color:#6610f2;background-color:transparent}.btn-outline-focus:not(:disabled):not(.disabled).active,.btn-outline-focus:not(:disabled):not(.disabled):active,.show>.btn-outline-focus.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#6610f2}.btn-outline-alternate{color:#6f42c1;border-color:#6f42c1}.btn-outline-alternate:hover{color:#fff}.btn-outline-alternate.disabled,.btn-outline-alternate:disabled{color:#6f42c1;background-color:transparent}.btn-outline-alternate:not(:disabled):not(.disabled).active,.btn-outline-alternate:not(:disabled):not(.disabled):active,.show>.btn-outline-alternate.dropdown-toggle{color:#fff;background-color:#2c5661;border-color:#6f42c1}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:rgb(0,86.1,178.5);text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-menu-left{right:auto;left:0}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:rgb(127.5,189,255)}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:rgb(178.5,215.4,255);border-color:rgb(178.5,215.4,255)}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;appearance:none}.custom-select:focus{border-color:rgb(127.5,189,255);outline:0;box-shadow:0 0 0 .2rem rgba(127.5,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(2.25rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:rgb(127.5,189,255);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:2.25rem;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb{appearance:none}.custom-range::-moz-range-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb{appearance:none}.custom-range::-ms-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{column-count:3;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:rgb(0,86.1,178.5);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#232323}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:rgb(9.5,9.5,9.5)}.badge-secondary{color:#fff;background-color:#353535}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:rgb(27.5,27.5,27.5)}.badge-success{color:#fff;background-color:#73a839}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:rgb(88.9333333333,129.92,44.08)}.badge-info{color:#fff;background-color:#2fa4e7}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:rgb(23.4827586207,137.9612068966,203.5172413793)}.badge-warning{color:#fff;background-color:#dd5600}a.badge-warning:focus,a.badge-warning:hover{color:#fff;background-color:rgb(170,66.1538461538,0)}.badge-danger{color:#fff;background-color:#c71c22}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:rgb(154.2907488987,21.7092511013,26.3612334802)}.badge-light{color:#212529;background-color:#d5d9eb}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:rgb(178.4516129032,185.7419354839,218.5483870968)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655)}.badge-focus{color:#fff;background-color:#6610f2}a.badge-focus:focus,a.badge-focus:hover{color:#fff;background-color:rgb(81.3214285714,10.6785714286,196.3214285714)}.badge-alternate{color:#fff;background-color:#6f42c1}a.badge-alternate:focus,a.badge-alternate:hover{color:#fff;background-color:rgb(88.6693227092,51.3784860558,156.6215139442)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(18.2,18.2,18.2);background-color:#d3d3d3;border-color:rgb(193.4,193.4,193.4)}.alert-primary hr{border-top-color:#b5b5b5}.alert-primary .alert-link{color:#000}.alert-secondary{color:rgb(27.56,27.56,27.56);background-color:rgb(214.6,214.6,214.6);border-color:#c6c6c6}.alert-secondary hr{border-top-color:#bababa}.alert-secondary .alert-link{color:rgb(2.06,2.06,2.06)}.alert-success{color:rgb(59.8,87.36,29.64);background-color:rgb(227,237.6,215.4);border-color:rgb(215.8,230.64,199.56)}.alert-success hr{border-top-color:#cbdfb6}.alert-success .alert-link{color:rgb(33.7333333333,49.28,16.72)}.alert-info{color:rgb(24.44,85.28,120.12);background-color:rgb(213.4,236.8,250.2);border-color:rgb(196.76,229.52,248.28)}.alert-info hr{border-top-color:#aedcf6}.alert-info .alert-link{color:rgb(15.8176978417,55.1936690647,77.7423021583)}.alert-warning{color:rgb(114.92,44.72,0);background-color:rgb(248.2,221.2,204);border-color:rgb(245.48,207.68,183.6)}.alert-warning hr{border-top-color:rgb(242.48,192.7682352941,161.1)}.alert-warning .alert-link{color:rgb(63.92,24.8738461538,0)}.alert-danger{color:rgb(103.48,14.56,17.68);background-color:rgb(243.8,209.6,210.8);border-color:rgb(239.32,191.44,193.12)}.alert-danger hr{border-top-color:#eaabad}.alert-danger .alert-link{color:rgb(58.7707488987,8.2692511013,10.0412334802)}.alert-light{color:rgb(110.76,112.84,122.2);background-color:rgb(246.6,247.4,251);border-color:rgb(243.24,244.36,249.4)}.alert-light hr{border-top-color:rgb(225.9658064516,228.7309677419,241.1741935484)}.alert-light .alert-link{color:rgb(86.5122321429,88.136875,95.4477678571)}.alert-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(214.4,215.6,216.8);border-color:rgb(198.16,199.84,201.52)}.alert-dark hr{border-top-color:#b9bbbd}.alert-dark .alert-link{color:rgb(4.1779310345,4.66,5.1420689655)}.alert-focus{color:rgb(53.04,8.32,125.84);background-color:rgb(224.4,207.2,252.4);border-color:rgb(212.16,188.08,251.36)}.alert-focus hr{border-top-color:rgb(196.6778571429,163.8954761905,250.0445238095)}.alert-focus .alert-link{color:rgb(32.8772093023,5.1572093023,78.0027906977)}.alert-alternate{color:rgb(57.72,34.32,100.36);background-color:rgb(226.2,217.2,242.6);border-color:rgb(214.68,202.08,237.64)}.alert-alternate hr{border-top-color:rgb(200.0505179283,182.8788047809,231.3411952191)}.alert-alternate .alert-link{color:rgb(35.8628571429,21.3238610039,62.3561389961)}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:rgb(18.2,18.2,18.2);background-color:rgb(193.4,193.4,193.4)}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:rgb(18.2,18.2,18.2);background-color:#b5b5b5}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(18.2,18.2,18.2);border-color:rgb(18.2,18.2,18.2)}.list-group-item-secondary{color:rgb(27.56,27.56,27.56);background-color:#c6c6c6}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:rgb(27.56,27.56,27.56);background-color:#bababa}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(27.56,27.56,27.56);border-color:rgb(27.56,27.56,27.56)}.list-group-item-success{color:rgb(59.8,87.36,29.64);background-color:rgb(215.8,230.64,199.56)}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:rgb(59.8,87.36,29.64);background-color:#cbdfb6}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(59.8,87.36,29.64);border-color:rgb(59.8,87.36,29.64)}.list-group-item-info{color:rgb(24.44,85.28,120.12);background-color:rgb(196.76,229.52,248.28)}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:rgb(24.44,85.28,120.12);background-color:#aedcf6}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(24.44,85.28,120.12);border-color:rgb(24.44,85.28,120.12)}.list-group-item-warning{color:rgb(114.92,44.72,0);background-color:rgb(245.48,207.68,183.6)}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:rgb(114.92,44.72,0);background-color:rgb(242.48,192.7682352941,161.1)}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(114.92,44.72,0);border-color:rgb(114.92,44.72,0)}.list-group-item-danger{color:rgb(103.48,14.56,17.68);background-color:rgb(239.32,191.44,193.12)}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:rgb(103.48,14.56,17.68);background-color:#eaabad}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(103.48,14.56,17.68);border-color:rgb(103.48,14.56,17.68)}.list-group-item-light{color:rgb(110.76,112.84,122.2);background-color:rgb(243.24,244.36,249.4)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:rgb(110.76,112.84,122.2);background-color:rgb(225.9658064516,228.7309677419,241.1741935484)}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(110.76,112.84,122.2);border-color:rgb(110.76,112.84,122.2)}.list-group-item-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(198.16,199.84,201.52)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:rgb(27.04,30.16,33.28);background-color:#b9bbbd}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(27.04,30.16,33.28);border-color:rgb(27.04,30.16,33.28)}.list-group-item-focus{color:rgb(53.04,8.32,125.84);background-color:rgb(212.16,188.08,251.36)}.list-group-item-focus.list-group-item-action:focus,.list-group-item-focus.list-group-item-action:hover{color:rgb(53.04,8.32,125.84);background-color:rgb(196.6778571429,163.8954761905,250.0445238095)}.list-group-item-focus.list-group-item-action.active{color:#fff;background-color:rgb(53.04,8.32,125.84);border-color:rgb(53.04,8.32,125.84)}.list-group-item-alternate{color:rgb(57.72,34.32,100.36);background-color:rgb(214.68,202.08,237.64)}.list-group-item-alternate.list-group-item-action:focus,.list-group-item-alternate.list-group-item-action:hover{color:rgb(57.72,34.32,100.36);background-color:rgb(200.0505179283,182.8788047809,231.3411952191)}.list-group-item-alternate.list-group-item-action.active{color:#fff;background-color:rgb(57.72,34.32,100.36);border-color:rgb(57.72,34.32,100.36)}.close{font-size:1.5rem;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.fade .modal-dialog{transform:translateY(-50px)}.modal.show .modal-dialog{transform:none}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{display:flex;flex-direction:column;width:100%;pointer-events:auto;background-clip:padding-box;border-radius:.3rem}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#232323!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:rgb(9.5,9.5,9.5)!important}.bg-secondary{background-color:#353535!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:rgb(27.5,27.5,27.5)!important}.bg-success{background-color:#73a839!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:rgb(88.9333333333,129.92,44.08)!important}.bg-info{background-color:#2fa4e7!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:rgb(23.4827586207,137.9612068966,203.5172413793)!important}.bg-warning{background-color:#dd5600!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:rgb(170,66.1538461538,0)!important}.bg-danger{background-color:#c71c22!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:rgb(154.2907488987,21.7092511013,26.3612334802)!important}.bg-light{background-color:#d5d9eb!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:rgb(178.4516129032,185.7419354839,218.5483870968)!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:rgb(29.1379310345,32.5,35.8620689655)!important}.bg-focus{background-color:#6610f2!important}a.bg-focus:focus,a.bg-focus:hover,button.bg-focus:focus,button.bg-focus:hover{background-color:rgb(81.3214285714,10.6785714286,196.3214285714)!important}.bg-alternate{background-color:#6f42c1!important}a.bg-alternate:focus,a.bg-alternate:hover,button.bg-alternate:focus,button.bg-alternate:hover{background-color:rgb(88.6693227092,51.3784860558,156.6215139442)!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#232323!important}.border-secondary{border-color:#353535!important}.border-success{border-color:#73a839!important}.border-info{border-color:#2fa4e7!important}.border-warning{border-color:#dd5600!important}.border-danger{border-color:#c71c22!important}.border-light{border-color:#d5d9eb!important}.border-dark{border-color:#343a40!important}.border-focus{border-color:#6610f2!important}.border-alternate{border-color:#6f42c1!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-3by4:before{padding-top:133.3333333333%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#232323!important}a.text-primary:focus,a.text-primary:hover{color:#000!important}.text-secondary{color:#353535!important}a.text-secondary:focus,a.text-secondary:hover{color:rgb(14.75,14.75,14.75)!important}.text-success{color:#73a839!important}a.text-success:focus,a.text-success:hover{color:rgb(75.9,110.88,37.62)!important}.text-info{color:#2fa4e7!important}a.text-info:focus,a.text-info:hover{color:rgb(20.8448275862,122.463362069,180.6551724138)!important}.text-warning{color:#dd5600!important}a.text-warning:focus,a.text-warning:hover{color:rgb(144.5,56.2307692308,0)!important}.text-danger{color:#c71c22!important}a.text-danger:focus,a.text-danger:hover{color:rgb(131.936123348,18.563876652,22.5418502203)!important}.text-light{color:#d5d9eb!important}a.text-light:focus,a.text-light:hover{color:rgb(161.1774193548,170.1129032258,210.3225806452)!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-focus{color:#6610f2!important}a.text-focus:focus,a.text-focus:hover{color:rgb(71.3035714286,9.3630952381,172.1369047619)!important}.text-alternate{color:#6f42c1!important}a.text-alternate:focus,a.text-alternate:hover{color:rgb(77.7988047809,45.0796812749,137.4203187251)!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.btn{border:0;outline:0 none!important;line-height:1}.btn:focus{outline:none!important;box-shadow:none!important}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:.1rem;vertical-align:middle}.svg-icon-button>.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.534em solid;border-right:.267em solid transparent;border-bottom:0;border-left:.267em solid transparent}.svg-icon-button>.dropdown-toggle:empty:after{margin-left:0}.svg-icon-button>.dropdown-toggle:after{vertical-align:-.08em;font-size:15px}.react-contextmenu{outline:none;pointer-events:none}.react-contextmenu:not(.react-contextmenu--visible){opacity:0!important}.react-contextmenu.react-contextmenu--visible{background-color:#2b2b2b;background-clip:padding-box;margin:2px 0 0;padding:5px 0;text-align:left;transition:opacity .25s ease!important;min-width:170px;border:1px solid rgba(0,0,0,.15);border-radius:.65rem;font-family:Candara Regular;font-size:14px;opacity:.9!important;pointer-events:auto;z-index:9999}.react-contextmenu-item{background:0 0;border:0;color:#fff;cursor:pointer;font-weight:400;line-height:1.5;height:30px;padding:3px 20px;text-align:inherit;white-space:nowrap}.react-contextmenu-item.react-contextmenu-item--active,.react-contextmenu-item.react-contextmenu-item--selected{color:#fff;background-color:#06abd8;border-color:#06abd8;text-decoration:none}.react-contextmenu-item.react-contextmenu-item--disabled,.react-contextmenu-item.react-contextmenu-item--disabled:hover{background-color:transparent;border-color:rgba(0,0,0,.15);color:#878a8c}.react-contextmenu-item--divider{color:#fff;height:0;border-bottom:1px solid #686868;cursor:inherit;margin-bottom:3px;padding:2px 0}.react-contextmenu-item--divider:hover{background-color:transparent;color:#fff;border-bottom:1px solid #686868}.react-contextmenu-item.react-contextmenu-submenu{padding:0}.react-contextmenu-item.react-contextmenu-submenu>.react-contextmenu-item:after{content:"▶";display:inline-block;position:absolute;right:7px}.example-multiple-targets:after{content:attr(data-count);display:block}#root,.App,body,html{width:100%;height:100%}.brand-img{background-size:cover;background-image:url("data:image/png;base64,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")}@media only screen and (min-width:1366px){.brand-img{width:100px;height:25px}}@media only screen and (min-width:1024px)and (max-width:1366px){.brand-img{width:100px;height:24px}}@media only screen and (min-width:800px)and (max-width:1024px){.brand-img{width:100px;height:23px}}@media only screen and (min-width:0)and (max-width:800px){.brand-img{width:100px;height:21px}}.ScrollbarsCustom{position:relative;width:100%;height:100%}.ScrollbarsCustom>.ScrollbarsCustom-Wrapper{position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;overflow:hidden}.ScrollbarsCustom>.ScrollbarsCustom-Wrapper .ScrollbarsCustom-Content{position:absolute;top:0;left:0;bottom:0;right:0}.ScrollbarsCustom .ScrollbarsCustom-TrackY{position:absolute;overflow:hidden;border-radius:8px;background-color:#575757!important;-webkit-user-select:none;user-select:none;width:10px;height:100%;top:0;right:0}@media only screen and (min-width:1366px){.ScrollbarsCustom .ScrollbarsCustom-TrackY{width:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.ScrollbarsCustom .ScrollbarsCustom-TrackY{width:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.ScrollbarsCustom .ScrollbarsCustom-TrackY{width:6px}}@media only screen and (min-width:0)and (max-width:800px){.ScrollbarsCustom .ScrollbarsCustom-TrackY{width:5px}}.ScrollbarsCustom .ScrollbarsCustom-TrackY .ScrollbarsCustom-ThumbY{touch-action:none;cursor:pointer;border-radius:8px;background:linear-gradient(0deg,#2c3493,#06a3cd,#2c3493);background:-webkit-linear-gradient(bottom,#2c3493,#06a3cd,#2c3493);width:100%}.menu{min-width:350px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:rgba(9,47,74,.8980392157);-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:5px}.menu,.menu-item__wrapper{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.menu-item__wrapper{flex:0 0 auto;position:relative;overflow:hidden;height:32px;margin:4px 5px 4px 4px;padding-left:2px;border-radius:5px}.menu-item__wrapper.hover,.menu-item__wrapper:hover{background-color:#184e8a}.menu-item__icon{width:32px}.menu-item__icon,.menu-item__img{display:inline-block;height:32px;padding:5px;overflow:hidden}.menu-item__img{width:200px;float:right!important;position:relative}.menu-item__icon>svg{width:21px!important;height:21px!important}.menu-item__hotkey{background-color:#828282;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;opacity:.9;text-align:center;vertical-align:middle;font-family:Candara Regualar;margin-right:5px;padding-left:5px;padding-right:5px;min-width:30px;transform:translateY(25%);padding-bottom:1px}.menu-item__content,.menu-item__hotkey{display:inline-block;font-size:14px;color:#fff}.menu-item__content{margin:6px 0;font-family:Candara Regular;overflow:hidden}.menu-item--left{float:left!important;position:relative}.menu-item--right{float:right!important;position:relative;height:100%}.menu-divider{height:0;margin:8px 5px;overflow:hidden;border-top:1px solid #184e8a}.image-control{height:100%;position:absolute}@media only screen and (min-width:1366px){.image-control{top:19px;right:5px;height:calc(100% - 38px)}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control{top:17px;right:4px;height:calc(100% - 34px)}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control{top:14px;right:3px;height:calc(100% - 28px)}}@media only screen and (min-width:0)and (max-width:800px){.image-control{top:15px;right:5px;height:calc(100% - 30px)}}.image-control .image-control--scrollbar{position:relative;height:100%}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar{width:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar{width:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar{width:6px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar{width:6px}}.image-control .image-control--scrollbar .image-control--slider{padding:0;position:relative;top:0;background-color:#696969;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform-origin:top left;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;-webkit-appearance:none}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar .image-control--slider{left:10px;height:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar .image-control--slider{left:8px;height:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar .image-control--slider{left:6px;height:6px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar .image-control--slider{left:10px;height:5px}}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar .image-control--slider{border-top-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-top-left-radius:8px;-ms-border-top-left-radius:8px;-o-border-top-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-bottom-left-radius:8px;-ms-border-bottom-left-radius:8px;-o-border-bottom-left-radius:8px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar .image-control--slider{border-top-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-top-left-radius:8px;-ms-border-top-left-radius:8px;-o-border-top-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-bottom-left-radius:8px;-ms-border-bottom-left-radius:8px;-o-border-bottom-left-radius:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar .image-control--slider{border-top-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-top-left-radius:8px;-ms-border-top-left-radius:8px;-o-border-top-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-bottom-left-radius:8px;-ms-border-bottom-left-radius:8px;-o-border-bottom-left-radius:8px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar .image-control--slider{border-top-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-top-left-radius:8px;-ms-border-top-left-radius:8px;-o-border-top-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-bottom-left-radius:8px;-ms-border-bottom-left-radius:8px;-o-border-bottom-left-radius:8px}}.image-control .image-control--scrollbar .image-control--slider:focus{outline:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none}.image-control .image-control--scrollbar .image-control--slider::-moz-focus-outer{border:none}.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-runnable-track{border:none;cursor:pointer;height:5px;z-index:6}.image-control .image-control--scrollbar .image-control--slider::-moz-range-track{border:none;cursor:pointer;height:2px;z-index:6}.image-control .image-control--scrollbar .image-control--slider::-ms-track{animate:.2s;background:transparent;border:none;border-width:15px 0;color:#696969;cursor:pointer;height:10px;width:100%}.image-control .image-control--scrollbar .image-control--slider::-ms-fill-lower,.image-control .image-control--scrollbar .image-control--slider::-ms-fill-upper{background:#000}.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb{-webkit-appearance:none!important;border:none;border-radius:8px;cursor:-webkit-grab;width:40px;background:linear-gradient(270deg,#2c3493,#06a3cd,#2c3493);background:-webkit-linear-gradient(right,#2c3493,#06a3cd,#2c3493)}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb{height:10px;margin-top:-3px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb{height:8px;margin-top:-1px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb{height:6px;margin-top:-1px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb{height:5px;margin-top:-1px}}.image-control .image-control--scrollbar .image-control--slider::-webkit-slider-thumb:active{cursor:-webkit-grabbing}.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb{border-radius:8px;cursor:-moz-grab;width:40px;z-index:7;background:linear-gradient(270deg,#2c3493,#06a3cd,#2c3493);background:-webkit-linear-gradient(right,#2c3493,#06a3cd,#2c3493)}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb{height:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb{height:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb{height:6px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb{height:5px}}.image-control .image-control--scrollbar .image-control--slider::-moz-range-thumb:active{cursor:-moz-grabbing}.image-control .image-control--scrollbar .image-control--slider::-ms-thumb{border-radius:8px;cursor:ns-resize;width:40px;background:linear-gradient(270deg,#2c3493,#06a3cd,#2c3493);background:-webkit-linear-gradient(right,#2c3493,#06a3cd,#2c3493)}@media only screen and (min-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-ms-thumb{height:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.image-control .image-control--scrollbar .image-control--slider::-ms-thumb{height:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.image-control .image-control--scrollbar .image-control--slider::-ms-thumb{height:6px}}@media only screen and (min-width:0)and (max-width:800px){.image-control .image-control--scrollbar .image-control--slider::-ms-thumb{height:5px}}.image-control .image-control--scrollbar .image-control--slider::-ms-tooltip{display:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.image-control--slider{left:50px}}@media only screen and (min-width:1366px){.HorizontalSpliiter{height:5px}}@media only screen and (min-width:1024px)and (max-width:1366px){.HorizontalSpliiter{height:4px}}@media only screen and (min-width:800px)and (max-width:1024px){.HorizontalSpliiter{height:3px}}@media only screen and (min-width:0)and (max-width:800px){.HorizontalSpliiter{height:3px}}.HorizontalSpliiter{background:linear-gradient(90deg,#2c3493,#06a3cd,#2c3493);background:-webkit-linear-gradient(left,#2c3493,#06a3cd,#2c3493)}.dialog-background{position:fixed;top:0;left:0;right:0;bottom:0}.TabComponents .TabComponents_tabHeader{display:flex;flex-direction:column;padding-right:20px}.TabComponents .TabComponents_tabHeader_selector{border-bottom:2px solid var(--ui-Cerulean);padding-bottom:3px}.TabComponents .TabComponents_content{min-height:450px;display:none}.TabComponents .TabComponents_content.active{display:flex;flex-direction:column;justify-content:space-between}.footer{display:flex;flex-direction:row;justify-content:space-between;padding:0 20px 20px 0}.footer div button:last-child{margin-left:10px}.footer .btn-danger{color:var(--text-danger-color);background-color:var(--btn-danger-background-color);font-weight:700!important}.footer .btn-primary{background-color:var(--ui-Cerulean)}.footer .btn-cancel,.footer .btn-primary{color:var(--text-primary-color);border-color:#2e6da4}.footer .btn-cancel{background-color:var(--btn-cancel-background-color)}.footer .btn-default{color:#333;background-color:#fff;border-color:#ccc}.footer .btn{height:30px;display:inline-block;padding:0 18px;margin-bottom:0;font-family:"Candara Regular";font-size:18px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.footer .btn.disabled,.footer .btn[disabled],.footer fieldset[disabled] .btn{cursor:not-allowed;box-shadow:none;opacity:.65}.footer button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.footer .btn-group,.footer .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.nav-tabs{border-bottom:0;margin-bottom:3px;position:relative;z-index:1}.nav-tabs :hover{cursor:pointer}.nav-tabs>li{height:38px;width:83px;line-height:40px;margin-bottom:0;border-radius:6px 6px 0 0}.nav-tabs>li>button{display:block;width:100%;line-height:inherit;margin:0;height:inherit;padding:0 10px;outline:none;font-size:18.5px;font-family:"Candara Regular";font-weight:400}.nav-tabs>li>button:after{background-color:transparent;bottom:-3px;content:" ";display:block;height:3px;transition:background-color .3s ease;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;width:100%}.nav-tabs>li.active>button,.nav-tabs>li.active>button:active,.nav-tabs>li.active>button:focus,.nav-tabs>li.active>button:hover,.nav-tabs>li>button,.nav-tabs>li>button:active,.nav-tabs>li>button:focus,.nav-tabs>li>button:hover{border-radius:6px 6px 0 0;color:var(--text-tab-header-color--active);background-color:var(--tab-header-background-color--active);border:0}.nav-tabs>li.active>button{font-weight:400}.nav{padding-left:0;margin:0;list-style:none}.nav>li{position:relative;display:block;float:left;margin-bottom:-1px}.ispinner{position:relative;width:20px;height:20px}.ispinner .ispinner-blade{position:absolute;top:37%;left:44.5%;width:10%;height:25%;background-color:#0499ff;border-radius:2.5;animation:iSpinnerBlade 1s linear infinite;will-change:opacity}.ispinner .ispinner-blade:nth-child(0){transform:rotate(0deg) translateY(-150%);animation-delay:-1.75s}.ispinner .ispinner-blade:first-child{transform:rotate(30deg) translateY(-150%);animation-delay:-1.6666666667s}.ispinner .ispinner-blade:nth-child(2){transform:rotate(60deg) translateY(-150%);animation-delay:-1.5833333333s}.ispinner .ispinner-blade:nth-child(3){transform:rotate(90deg) translateY(-150%);animation-delay:-1.5s}.ispinner .ispinner-blade:nth-child(4){transform:rotate(120deg) translateY(-150%);animation-delay:-1.4166666667s}.ispinner .ispinner-blade:nth-child(5){transform:rotate(150deg) translateY(-150%);animation-delay:-1.3333333333s}.ispinner .ispinner-blade:nth-child(6){transform:rotate(180deg) translateY(-150%);animation-delay:-1.25s}.ispinner .ispinner-blade:nth-child(7){transform:rotate(210deg) translateY(-150%);animation-delay:-1.1666666667s}.ispinner .ispinner-blade:nth-child(8){transform:rotate(240deg) translateY(-150%);animation-delay:-1.0833333333s}.ispinner .ispinner-blade:nth-child(9){transform:rotate(270deg) translateY(-150%);animation-delay:-1s}.ispinner .ispinner-blade:nth-child(10){transform:rotate(300deg) translateY(-150%);animation-delay:-.9166666667s}.ispinner .ispinner-blade:nth-child(11){transform:rotate(330deg) translateY(-150%);animation-delay:-.8333333333s}.ispinner .ispinner-blade:nth-child(12){transform:rotate(1turn) translateY(-150%);animation-delay:-.75s}.ispinner.ispinner-large{width:32px;height:32px}.ispinner.ispinner-large .ispinner-blade{width:9.375%;height:25%;border-radius:2.99940012}@keyframes iSpinnerBlade{to{background-color:#fff}}button[aria-expanded=true]>.svg-icon-button{background-color:#2c5661}button[aria-expanded=true]>.svg-icon-button svg{fill:#20a5d6;stroke:#20a5d6}button[aria-expanded=true]>.svg-icon-button .svg-icon-button--label-wrapper{color:#20a5d6}.button-dropdown-caret:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.534em solid;border-right:.267em solid transparent;border-bottom:0;border-left:.267em solid transparent}.button-dropdown-caret:empty:after{margin-left:0}.button-dropdown-caret:after{margin-left:.1rem;vertical-align:middle;font-size:15px}.svg-icon-button div>svg[class~=with-stroke]{stroke:#fff}.svg-icon-button div>svg[class=only-stroke]{stroke:#fff;fill:#fff}.svg-icon-button div>svg{bottom:0;color:#fff}@media only screen and (min-width:1366px){.svg-icon-button div>svg{width:32px;height:32px;background-size:32px 32px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-icon-button div>svg{width:30px;height:30px;background-size:30px 30px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-icon-button div>svg{width:28px;height:28px;background-size:28px 28px}}@media only screen and (min-width:0)and (max-width:800px){.svg-icon-button div>svg{width:25px;height:25px;background-size:25px 25px}}.svg-icon-button .svg-icon-button--label-wrapper,.svg-icon-button .svg-icon-button--label-wrapper>button{font-weight:500;color:#fff;background:none}@media only screen and (min-width:1366px){.svg-icon-button .svg-icon-button--label-wrapper,.svg-icon-button .svg-icon-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:14px;line-height:18px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-icon-button .svg-icon-button--label-wrapper,.svg-icon-button .svg-icon-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:13px;line-height:17px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-icon-button .svg-icon-button--label-wrapper,.svg-icon-button .svg-icon-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:12px;line-height:14px;padding-left:8px;padding-right:8px}}@media only screen and (min-width:0)and (max-width:800px){.svg-icon-button .svg-icon-button--label-wrapper,.svg-icon-button .svg-icon-button--label-wrapper>button{font-family:Candara Regular;font-size:12px;line-height:14px;padding-left:5px;padding-right:5px}}.svg-icon-button.hover .svg-icon-button--label-wrapper,.svg-icon-button.hover .svg-icon-button--label-wrapper>button,.svg-icon-button:hover .svg-icon-button--label-wrapper,.svg-icon-button:hover .svg-icon-button--label-wrapper>button{color:#06abd8}.svg-icon-button.hover>.svg-icon-button--icon-wrapper>svg,.svg-icon-button:hover>.svg-icon-button--icon-wrapper>svg{fill:#06abd8;stroke:#06abd8}.svg-icon-button.hover>.svg-icon-button--icon-wrapper svg,.svg-icon-button.hover>.svg-icon-button--label-wrapper svg,.svg-icon-button:hover>.svg-icon-button--icon-wrapper svg,.svg-icon-button:hover>.svg-icon-button--label-wrapper svg{fill:#06abd8;stroke:#06abd8;linethickness:0}.svg-icon-button.disabled .svg-icon-button--label-wrapper,.svg-icon-button.disabled .svg-icon-button--label-wrapper>button{color:#353535}.svg-icon-button.disabled>.svg-icon-button--icon-wrapper>svg{fill:#353535;stroke:#353535}.svg-icon-button.disabled>.svg-icon-button--icon-wrapper svg,.svg-icon-button.disabled>.svg-icon-button--label-wrapper svg{fill:#353535;stroke:#353535;linethickness:0}.svg-icon-button :not(.active).hover>.svg-icon-button--icon-wrapper>svg,.svg-icon-button :not(.active).hover>div>button>.svg-icon-button--icon-wrapper>svg,.svg-icon-button :not(.active).hover>div>button>span>.svg-icon-button--icon-wrapper>svg,.svg-icon-button :not(.active):hover>.svg-icon-button--icon-wrapper>svg,.svg-icon-button :not(.active):hover>div>button>.svg-icon-button--icon-wrapper>svg,.svg-icon-button :not(.active):hover>div>button>span>.svg-icon-button--icon-wrapper>svg{fill:#06abd8;stroke:#06abd8}.svg-icon-button>button{background:none!important;outline:none}.svg-split-icon-button-menu__icon-wrapper svg[class=only-stroke],.svg-split-icon-button-menu__icon-wrapper svg[class~=with-stroke]{stroke:#fff}@media only screen and (min-width:1366px){.svg-split-icon-button-menu__icon-wrapper svg{width:32px;height:32px;background-size:32px 32px;font-family:NanumGothic Regular!important}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-split-icon-button-menu__icon-wrapper svg{width:30px;height:30px;background-size:30px 30px;font-family:NanumGothic Regular!important}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-split-icon-button-menu__icon-wrapper svg{width:28px;height:28px;background-size:28px 28px;font-family:NanumGothic Regular!important}}@media only screen and (min-width:0)and (max-width:800px){.svg-split-icon-button-menu__icon-wrapper svg{width:25px;height:25px;background-size:25px 25px;font-family:Candara Regular!important}}.svg-split-icon-button-menu__label{font-weight:500;color:#fff}@media only screen and (min-width:1366px){.svg-split-icon-button-menu__label{font-family:NanumGothic Regular;font-size:14px;line-height:18px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-split-icon-button-menu__label{font-family:NanumGothic Regular;font-size:13px;line-height:17px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-split-icon-button-menu__label{font-family:NanumGothic Regular;font-size:12px;line-height:14px}}@media only screen and (min-width:0)and (max-width:800px){.svg-split-icon-button-menu__label{font-family:Candara Regular;font-size:12px;line-height:14px}}@media only screen and (min-width:1366px){.svg-icon-button{min-width:75px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-icon-button{min-width:60px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-icon-button{min-width:55px}}@media only screen and (min-width:0)and (max-width:800px){.svg-icon-button{min-width:50px}}.svg-icon-button{vertical-align:bottom}.svg-icon-button button{background:none;line-height:.1}.svg-icon-button.hover button,.svg-icon-button:hover button{background:none}.svg-icon-button.hover .svg-split-icon-button-menu__label,.svg-icon-button:hover .svg-split-icon-button-menu__label{color:#06abd8!important}.svg-icon-button.hover .svg-split-icon-button-menu__icon-wrapper>svg,.svg-icon-button:hover .svg-split-icon-button-menu__icon-wrapper>svg{fill:#06abd8;stroke:#06abd8}.svg-icon-button.hover .svg-icon-button--label-wrapper svg,.svg-icon-button:hover .svg-icon-button--label-wrapper svg{fill:#06abd8;stroke:#06abd8;line-thickness:0}.svg-icon-button.hover .svg-icon-button>button:after,.svg-icon-button:hover .svg-icon-button>button:after{color:#06abd8!important}.svg-icon-button :not(.active).hover .svg-split-icon-button-menu__icon-wrapper>svg,.svg-icon-button :not(.active):hover .svg-split-icon-button-menu__icon-wrapper>svg{fill:#06abd8;stroke:#06abd8}.svg-dropdown-button.show{background-color:#2c5661!important;border-color:#151515!important}.svg-dropdown-button.show>button,.svg-dropdown-button.show>button>div{color:#20a5d6}.svg-dropdown-button.show>button>div>svg{stroke:#20a5d6;color:#20a5d6}.svg-dropdown-button{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media only screen and (min-width:1366px){.svg-dropdown-button{min-width:75px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-dropdown-button{min-width:60px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-dropdown-button{min-width:55px}}@media only screen and (min-width:0)and (max-width:800px){.svg-dropdown-button{min-width:50px}}.svg-dropdown-button>button div>svg{bottom:0;color:#fff}@media only screen and (min-width:1366px){.svg-dropdown-button>button div>svg{width:32px;height:32px;background-size:32px 32px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-dropdown-button>button div>svg{width:30px;height:30px;background-size:30px 30px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-dropdown-button>button div>svg{width:28px;height:28px;background-size:28px 28px}}@media only screen and (min-width:0)and (max-width:800px){.svg-dropdown-button>button div>svg{width:25px;height:25px;background-size:25px 25px}}.svg-dropdown-button>button .svg-dropdown-button--label-wrapper{padding-bottom:0}.svg-dropdown-button>button .svg-dropdown-button--label-wrapper:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.534em solid;border-right:.267em solid transparent;border-bottom:0;border-left:.267em solid transparent}.svg-dropdown-button>button .svg-dropdown-button--label-wrapper:empty:after{margin-left:0}.svg-dropdown-button>button .svg-dropdown-button--label-wrapper:after{margin-left:.1rem;vertical-align:middle;font-size:15px}.svg-dropdown-button>button .svg-dropdown-button--label-wrapper,.svg-dropdown-button>button .svg-dropdown-button--label-wrapper>button{color:#fff;font-weight:500;padding-bottom:0}@media only screen and (min-width:1366px){.svg-dropdown-button>button .svg-dropdown-button--label-wrapper,.svg-dropdown-button>button .svg-dropdown-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:14px;line-height:18px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.svg-dropdown-button>button .svg-dropdown-button--label-wrapper,.svg-dropdown-button>button .svg-dropdown-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:13px;line-height:17px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:800px)and (max-width:1024px){.svg-dropdown-button>button .svg-dropdown-button--label-wrapper,.svg-dropdown-button>button .svg-dropdown-button--label-wrapper>button{font-family:NanumGothic Regular;font-size:12px;line-height:14px;padding-left:8px;padding-right:8px}}@media only screen and (min-width:0)and (max-width:800px){.svg-dropdown-button>button .svg-dropdown-button--label-wrapper,.svg-dropdown-button>button .svg-dropdown-button--label-wrapper>button{font-family:Candara Regular;font-size:12px;line-height:14px;padding-left:5px;padding-right:5px}}.svg-dropdown-button.hover,.svg-dropdown-button:hover{border-radius:.2em;border-color:#151515!important}.svg-dropdown-button.hover div,.svg-dropdown-button:hover div{color:#20a5d6}.svg-dropdown-button.hover>button>div>svg,.svg-dropdown-button:hover>button>div>svg{stroke:#20a5d6;color:#20a5d6}.svg-dropdown-button .show{background-color:#2c5661!important;border-color:#151515!important}.svg-dropdown-button .show>button,.svg-dropdown-button .show>button>div{color:#20a5d6}.svg-dropdown-button .show>button>div>svg{stroke:#20a5d6;color:#20a5d6}.svg-dropdown-button .dropdown-menu{background:none!important;border-color:hsla(0,0%,100%,0)!important;padding-top:1px}.layoutChooser{background-color:#14202a;border:1px solid rgba(77,99,110,.81);border-radius:8px;height:92px;min-height:92px;min-width:92px;padding:5px 0;position:absolute;width:92px;z-index:5000}.layoutChooser table{margin:0 auto}.layoutChooser table td{border:1px solid #595959;cursor:pointer;height:20px;width:20px}.layoutChooser table td.hover,.layoutChooser table td:hover{background-color:#20a5d6}.fade{opacity:0;transition:opacity .15s linear;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear}.fade.in{opacity:1}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:1px 0 #fff}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.close button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.modal-header .close{margin-top:-2px}.modal-title{line-height:1.428571429}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.modal-footer .btn:focus{background-color:#000}.modal-footer .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.modal-footer .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.loading-snackbar-container{box-sizing:border-box;position:fixed;padding:10px 30px;background-color:#333;left:50%;bottom:20px;z-index:999999}.loading-snackbar-container .loading-snackbar-wrapper{display:block;text-align:center}.loading-snackbar-container .loading-snackbar-spinner{display:inline-block;height:32px;vertical-align:middle}.loading-snackbar-container .loading-snackbar-spinner:before{position:absolute;display:block;font-family:"Notification";width:28px;height:28px;font-size:28px;text-align:center}.loading-snackbar-container .loading-snackbar-text{display:inline-block;vertical-align:middle;margin-left:17px;font-size:18px;color:#fff;font-weight:700;font-family:NanumGothic Bold}.app-header{position:relative;background-color:#232323}@media only screen and (min-width:1366px){.app-header{height:45px;padding:10px 10px 10px 20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-header{height:40px;padding:8px 8px 8px 16px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-header{height:35px;padding:6px 6px 6px 15px}}@media only screen and (min-width:0)and (max-width:800px){.app-header{height:33px;padding:6px 6px 6px 15px}}.app-bar{height:100%;background-color:#232323}.app-bar .brand-img-TI{display:inline-block;background:url(data:image/png;base64,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);background-size:cover;background-size:auto 100%;background-repeat:no-repeat;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}@media only screen and (min-width:1366px){.app-bar .brand-img-TI{width:210px;height:35px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-bar .brand-img-TI{width:190px;height:30px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-bar .brand-img-TI{width:190px;height:28px}}@media only screen and (min-width:0)and (max-width:800px){.app-bar .brand-img-TI{width:190px;height:28px}}.toolbar{position:relative;flex:0 0 auto;background-color:#353535;min-width:680px;background-origin:initial;-webkit-background-origin:padding-box;-moz-background-origin:padding-box;-ms-background-origin:padding-box;-o-background-origin:padding-box;border:1px solid #393939}@media only screen and (min-width:1366px){.toolbar{height:65px;margin:5px 10px;padding:0 0 2px 10px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.toolbar{height:60px;margin:4px 8px;padding:0 0 2px 8px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.toolbar{height:55px;margin:4px 6px;padding:0 0 2px 6px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}}@media only screen and (min-width:0)and (max-width:800px){.toolbar{height:50px;margin:3px 5px;padding:0 0 2px 6px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}}.toolbar .toolbar-btn-container{height:100%}.toolbar .toolbar-btn-container>div{height:100%;display:flex;align-items:center}.toolbar .toolbar-btn-container div>.btn{padding:0}.series-list{width:100%}@media only screen and (min-width:1366px){.series-list{height:calc(100% - 25px)}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-list{height:calc(100% - 25px)}}@media only screen and (min-width:800px)and (max-width:1024px){.series-list{height:calc(100% - 25px)}}@media only screen and (min-width:0)and (max-width:800px){.series-list{height:calc(100% - 25px)}}.series-group__title{font-weight:600;margin-top:10px;height:20px;overflow:hidden;font-family:NanumGothic Bold;color:#d8d8d8;font-size:16.09px;line-height:19.31px}@media only screen and (min-width:1366px){.series-group__title{width:230px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-group__title{width:194px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-group__title{width:173px}}@media only screen and (min-width:0)and (max-width:800px){.series-group__title{width:150px}}.series-list2{width:100%;top:90%;left:0;position:absolute}@media only screen and (min-width:1366px){.series-list2{height:10%}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-list2{height:10%}}@media only screen and (min-width:800px)and (max-width:1024px){.series-list2{height:10%}}@media only screen and (min-width:0)and (max-width:800px){.series-list2{height:10%}}.series-item{position:relative;display:table}.series-item .series-item__title{margin-top:10px;height:20px;overflow:hidden;font-family:NanumGothic Bold;color:#d8d8d8;font-size:16.09px;line-height:19.31px;font-weight:600}.series-item .series-item__contents{position:relative;cursor:grab;border-radius:12px;background-color:#000}@media only screen and (min-width:1366px){.series-item .series-item__contents{width:230px;height:155px;margin-bottom:5px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;box-shadow:inset 0 0 0 3px #595959}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents{width:194px;height:133px;margin-bottom:4px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;box-shadow:inset 0 0 0 3px #595959}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents{width:173px;height:118px;margin-bottom:3px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;box-shadow:inset 0 0 0 2px #595959}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents{width:150px;height:110px;margin-bottom:3px;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;box-shadow:inset 0 0 0 1px #595959}}@media only screen and (min-width:1366px){.series-item .series-item__contents:hover{box-shadow:inset 0 0 0 3px rgba(44,52,147,.7019607843)}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents:hover{box-shadow:inset 0 0 0 3px rgba(44,52,147,.7019607843)}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents:hover{box-shadow:inset 0 0 0 2px rgba(44,52,147,.7019607843)}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents:hover{box-shadow:inset 0 0 0 1px rgba(44,52,147,.7019607843)}}@media only screen and (min-width:1366px){.series-item .series-item__contents.active,.series-item .series-item__contents:hover.active{box-shadow:inset 0 0 0 3px #2c3493}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents.active,.series-item .series-item__contents:hover.active{box-shadow:inset 0 0 0 3px #2c3493}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents.active,.series-item .series-item__contents:hover.active{box-shadow:inset 0 0 0 2px #2c3493}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents.active,.series-item .series-item__contents:hover.active{box-shadow:inset 0 0 0 1px #2c3493}}.series-item .series-item__contents .series-item__viewer{position:relative;top:10%;left:50%;transform:translate(-50%);height:80%}.series-item .series-item__contents .series-item__details{font-family:MalgunGothic;line-height:1.3em}.series-item .series-item__contents .series-item__details .series-item__date{display:block;position:absolute;height:20px;display:inline-block;max-width:230px;word-wrap:break-word;color:#fff}@media only screen and (min-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date{bottom:15px;left:15px;font-size:14px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date{bottom:8px;left:12px;font-size:12px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .series-item__details .series-item__date{bottom:6px;left:10px;font-size:10.7px}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .series-item__details .series-item__date{bottom:4px;left:10px;font-size:11px}}.series-item .series-item__contents .series-item__details .series-item__date .date-value{float:left;display:inline-block;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date .date-value{font-family:MalgunGothic Regular;font-size:14px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date .date-value{font-family:MalgunGothic Regular;font-size:12px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .series-item__details .series-item__date .date-value{font-family:MalgunGothic Regular;font-size:10.7px}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .series-item__details .series-item__date .date-value{font-family:MalgunGothic Regular;font-size:10px}}.series-item .series-item__contents .series-item__details .series-item__date .item-frames .icon{height:18px}@media only screen and (min-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date .item-frames .icon{transform:scale(1)}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .series-item__details .series-item__date .item-frames .icon{transform:scale(1)}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .series-item__details .series-item__date .item-frames .icon{transform:scale(1)}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .series-item__details .series-item__date .item-frames .icon{transform:scale(1)}}.series-item .series-item__contents .series-item__details .series-item__description{display:block;position:absolute;word-wrap:break-word;color:#fff}@media only screen and (min-width:1366px){.series-item .series-item__contents .series-item__details .series-item__description{top:15px;left:15px;font-family:NanumGothic Regular;font-size:14px;line-height:16.8px;padding-right:30px;max-width:230px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .series-item__details .series-item__description{top:12px;left:12px;font-family:NanumGothic Regular;font-size:12px;line-height:11.96px;padding-right:24px;max-width:195px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .series-item__details .series-item__description{top:10px;left:10px;font-family:NanumGothic Regular;font-size:10.7px;line-height:11.96px;padding-right:20px;max-width:170px}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .series-item__details .series-item__description{top:7px;left:10px;font-family:Candara Regular;font-size:11px;line-height:11.96px;padding-right:20px;max-width:150px}}.series-item .series-item__contents .seriesInformation{position:absolute;color:#fff;padding-right:4px;max-width:100px;word-wrap:break-word;margin-left:5px}@media only screen and (min-width:1366px){.series-item .series-item__contents .seriesInformation{right:15px;bottom:15px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .seriesInformation{right:8px;bottom:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .seriesInformation{right:6px;bottom:6px}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .seriesInformation{right:4px;bottom:4px}}.series-item .series-item__contents .seriesInformation .item-frames .icon{height:18px}@media only screen and (min-width:1366px){.series-item .series-item__contents .seriesInformation .item-frames .icon{transform:scale(1)}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .seriesInformation .item-frames .icon{transform:scale(.9)}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .seriesInformation .item-frames .icon{transform:scale(.8)}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .seriesInformation .item-frames .icon{transform:scale(.7)}}.series-item .series-item__contents .seriesInformation .item-frames .value{display:inline-block;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 11px)}@media only screen and (min-width:1366px){.series-item .series-item__contents .seriesInformation .item-frames .value{font-family:NanumGothic Regular;font-size:14px;padding-left:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.series-item .series-item__contents .seriesInformation .item-frames .value{font-family:NanumGothic Regular;font-size:12px;padding-left:7px}}@media only screen and (min-width:800px)and (max-width:1024px){.series-item .series-item__contents .seriesInformation .item-frames .value{font-family:NanumGothic Regular;font-size:10.7px;padding-left:5px}}@media only screen and (min-width:0)and (max-width:800px){.series-item .series-item__contents .seriesInformation .item-frames .value{font-family:NanumGothic Regular;font-size:10px;padding-left:3px}}.series-item .series-item__contents .seriesInformation .icon{color:#20a5d6;float:left;display:inline-block;font-size:10px;font-weight:900;text-align:right;width:11px}.patient-list{height:100%;width:100%;background-color:#232323}.patient-list__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#666;font-size:14px}.patient-list__empty p{margin:0}.patient-item{position:relative;display:flex;flex-direction:column;border-bottom:1px solid #333;cursor:pointer;transition:background-color .2s ease}.patient-item:hover{background-color:rgba(91,155,213,.15)}.patient-item--selected{background-color:rgba(91,155,213,.25);border-left:3px solid #5b9bd5;padding-left:9px}.patient-item--active{background-color:rgba(255,193,7,.2);border-left:3px solid #ffc107;padding-left:9px}.patient-item__header{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:6px;background-color:#000}.patient-item__icon{font-size:18px;line-height:1;flex-shrink:0}.patient-item__info{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px;padding-right:12px}.patient-item__name{font-weight:600;font-size:11px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.patient-item__details{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:11px}.patient-item__id{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 50px)}.patient-item__age{color:#ccc;flex-shrink:0}.patient-item__date{font-size:11px;color:#777;margin-top:2px}.patient-item__studies{display:flex;flex-direction:column;grid-gap:0;gap:0;border-top:1px solid #333}.study-item{position:relative;display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:8px 12px 8px 24px;border-bottom:1px solid #2a2a2a;cursor:pointer;transition:background-color .2s ease}.study-item:hover{background-color:rgba(91,155,213,.1)}.study-item--selected{background-color:rgba(91,155,213,.2);border-left:2px solid #5b9bd5;padding-left:22px}.study-item--active{background-color:rgba(255,193,7,.2);border-left:2px solid #ffc107;padding-left:22px}.study-item__info{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px}.study-item__description{color:#fff;font-weight:500;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-item__date{font-size:10px;color:#777}.study-item__time{color:#777}.study-item__series-count{color:#999;font-size:11px;flex-shrink:0;align-self:flex-start;padding-top:2px}.series-thumbnail-popup{width:220px;background-color:#1e1e1e;border:1px solid #444;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.6);z-index:1000}.series-thumbnail-popup__scroll-btn{position:-webkit-sticky;position:sticky;left:0;right:0;width:100%;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;color:hsla(0,0%,100%,.6);cursor:pointer;transition:color .2s ease;z-index:10}.series-thumbnail-popup__scroll-btn:focus{outline:none;box-shadow:none}.series-thumbnail-popup__scroll-btn svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}.series-thumbnail-popup__scroll-btn:hover{color:#fff}.series-thumbnail-popup__scroll-btn:hover svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.9))}.series-thumbnail-popup__scroll-btn--up{top:0}.series-thumbnail-popup__scroll-btn--down{bottom:0}.series-thumbnail-popup__content{padding:4px}.series-thumbnail-popup__empty{display:flex;align-items:center;justify-content:center;height:150px;color:#666;font-size:13px}.series-thumbnail-popup__series-item{display:flex;flex-direction:row;align-items:flex-start;grid-gap:8px;gap:8px;padding:4px;background-color:#252525;border-radius:4px;margin-bottom:4px;transition:background-color .2s ease}.series-thumbnail-popup__series-item:last-child{margin-bottom:0}.series-thumbnail-popup__series-item:hover{background-color:#2d2d2d}.series-thumbnail-popup__series-item--active{background-color:rgba(255,193,7,.15);border:1px solid #ffc107;box-shadow:0 0 8px rgba(255,193,7,.3)}.series-thumbnail-popup__thumbnail{position:relative;flex-shrink:0;width:56px;height:56px;background-color:#1a1a1a;border:1px solid #333;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.series-thumbnail-popup__frame-badge{position:absolute;top:2px;left:2px;background-color:rgba(0,0,0,.8);color:#fff;font-size:9px;font-weight:600;padding:1px 4px;border-radius:2px;z-index:1;line-height:1}.series-thumbnail-popup__thumbnail-image{width:100%;height:100%;object-fit:cover}.series-thumbnail-popup__thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);font-size:12px;font-weight:700;color:#666}.series-thumbnail-popup__series-info{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center}.series-thumbnail-popup__modality{font-weight:700;color:#5b9bd5}.series-thumbnail-popup__series-desc{font-size:11px;font-weight:500;color:#ccc;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.series-thumbnail-popup-overlay{overflow-y:auto!important}.series-thumbnail-popup-overlay::-webkit-scrollbar{display:none}.series-thumbnail-popup-overlay{-ms-overflow-style:none;scrollbar-width:none}.viewer-item{background-color:#000;position:relative;outline:0;line-height:0}@media only screen and (min-width:1366px){.viewer-item{border:3px solid #595959;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewer-item{border:3px solid #595959;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewer-item{border:2px solid #595959;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}}@media only screen and (min-width:0)and (max-width:800px){.viewer-item{border:2px solid #595959;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}}.viewer-item:hover .viewer-item.active .viewer-item:hover.active{outline:0}@media only screen and (min-width:1366px){.viewer-item.viewer-item--hover,.viewer-item:hover{border:3px solid rgba(6,171,216,.7019607843)}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewer-item.viewer-item--hover,.viewer-item:hover{border:3px solid rgba(6,171,216,.7019607843)}}@media only screen and (min-width:800px)and (max-width:1024px){.viewer-item.viewer-item--hover,.viewer-item:hover{border:2px solid rgba(6,171,216,.7019607843)}}@media only screen and (min-width:0)and (max-width:800px){.viewer-item.viewer-item--hover,.viewer-item:hover{border:2px solid rgba(6,171,216,.7019607843)}}@media only screen and (min-width:1366px){.viewer-item.active,.viewer-item:hover.active{border:3px solid #06abd8}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewer-item.active,.viewer-item:hover.active{border:3px solid #06abd8}}@media only screen and (min-width:800px)and (max-width:1024px){.viewer-item.active,.viewer-item:hover.active{border:2px solid #06abd8}}@media only screen and (min-width:0)and (max-width:800px){.viewer-item.active,.viewer-item:hover.active{border:2px solid #06abd8}}.user-preference-dialog__wrapper{position:relative;background-color:var(--primary-dialog-background-color);border-color:var(--ui-border-color);color:var(--text-secondary-color);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;width:900px}.user-preference-dialog__wrapper .user-preference-dialog-header{padding-top:20px;position:relative}.user-preference-dialog__wrapper .user-preference-dialog-header h4{color:var(--text-secondary-color);font-size:20px;font-weight:500;line-height:24px;padding-right:24px}.user-preference-dialog__wrapper .user-preference-dialog-header .close{position:absolute;top:20px;right:10px;color:var(--ui-gray-lightest);height:30px;z-index:10;outline:none;opacity:1;overflow:hidden;text-align:right;text-shadow:none;width:30px;font-size:30px;font-weight:lighter}.user-preference-dialog__wrapper .user-preference-dialog-header .close:hover{color:var(--ui-Cerulean)}.user-preference-dialog__wrapper .user-preference-dialog-body{color:var(--text-primary-color);padding:0 10px 0 20px;position:relative}.preferencesInputErrorMessage{color:var(--state-error-text);font-size:10px;text-transform:uppercase}.preferencesInput{font-weight:400;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;background-color:var(--ui-gray);color:var(--text-primary-color);border:0;border-radius:2px;font-size:14px;height:30px;width:100%;line-height:16px;padding:8px 9px 6px;text-align:center}.preferencesInput:focus{border-color:var(--active-color);background-color:var(--ui-gray-dark);box-shadow:0 0 0 2px var(--active-color)!important;outline:0}.hotkeyColumn.first .headerItemText:last-child{border:solid #272727;border-width:0 1px}.hotkeyColumn.second .headerItemText:first-child{border:solid #272727;border-width:0 1px 0 0}.hotkeyColumn.first .wrapperHotkeyInput{border:solid #272727;border-width:0 1px}.hotkeyColumn.second .hotkeyLabel:first-child{border:solid #272727;border-width:0 1px 0 0}.HotkeysPreferences{display:flex;flex:1 1;padding:20px 0 15px}.HotkeysPreferences .ScrollbarsCustom{height:auto}.HotkeysPreferences .ScrollbarsCustom .ScrollbarsCustom-Content{padding-right:10px!important}.HotkeysPreferences .errorMessage{color:var(--ui-state-error-text);font-size:16px;font-weight:600}.HotkeysPreferences .hotkeyTable{display:flex;flex-direction:row;flex-basis:0;flex-grow:1.5;background-color:#272727}.HotkeysPreferences .hotkeyTable .hotkeyColumn{display:flex;flex-direction:column;flex-basis:0;flex-grow:1.5}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader{display:flex;flex-direction:row;height:34px}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader .headerItemText{flex-basis:0;flex-grow:1.5;padding:8px 9px 6px;background:linear-gradient(180deg,#373737,#454545);background:-webkit-linear-gradient(top,#373737,#454545);font-family:Candara Regular;font-size:18px;color:#d9d9d9;line-height:21.6px}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow.even-row{background-color:#272727}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow.odd-row{background-color:#373737}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow{display:flex;height:32px}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput{position:relative;cursor:pointer;display:flex;flex-direction:column;flex-basis:0;flex-grow:1.5}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput.hotkey-focus,.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput.stateError{background-color:#191919}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyInput{font-family:Arial;font-weight:400;padding:0 10px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;background-color:transparent;color:var(--text-primary-color);border:0;border-radius:2px;font-size:14px;height:32px;width:100%;line-height:16px;z-index:10}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyInput:focus{border-color:var(--active-color);box-shadow:0 0 0 2px var(--active-color)!important;outline:0}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyLabel{flex-basis:0;flex-grow:1.5;font-family:Candara Regular;font-size:17px;color:#d9d9d9;line-height:34px}.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .errorMessage{width:100%;height:100%;position:absolute;vertical-align:middle;padding-right:5px;line-height:30px;z-index:1}.red-color{color:red}.green-color{color:#0f0}.imageViewerViewport.empty~.imageViewerViewportOverlay{display:none}.invisible{visibility:hidden}.overlayMetatag{width:100%;height:100%;color:#9ccef9;pointer-events:none;user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.overlayMetatag .dicomTag{position:absolute;text-shadow:1px 1px #000;pointer-events:none;font-style:normal!important}@media only screen and (min-width:1366px){.overlayMetatag .dicomTag{font-family:NanumGothic Regular;line-height:28px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .dicomTag{font-family:NanumGothic Regular;line-height:23px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .dicomTag{font-family:NanumGothic Regular;line-height:20px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .dicomTag{font-family:NanumGothic Regular;line-height:18px}}.overlayMetatag .top-left{text-align:left;width:-webkit-max-content;width:max-content;transform-origin:top left;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left}@media only screen and (min-width:1366px){.overlayMetatag .top-left{top:20px;left:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .top-left{top:15px;left:15px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .top-left{top:14px;left:14px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .top-left{top:12px;left:12px}}.overlayMetatag .top-left-item{display:block;transform-origin:top left;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;margin-left:0;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.overlayMetatag .top-center{width:100%;text-align:center;transform-origin:top center;-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center}@media only screen and (min-width:1366px){.overlayMetatag .top-center{top:20px;padding-top:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .top-center{top:15px;padding-top:15px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .top-center{top:14px;padding-top:14px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .top-center{top:12px;padding-top:12px}}.overlayMetatag .top-center-item{transform-origin:top center;-webkit-transform-origin:top center;-moz-transform-origin:top center;-ms-transform-origin:top center;-o-transform-origin:top center}.overlayMetatag .top-right{text-align:right;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .top-right{top:20px;right:40px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .top-right{top:15px;right:31px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .top-right{top:14px;right:26px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .top-right{top:12px;right:22px}}.overlayMetatag .top-right__without-scroll{text-align:right;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .top-right__without-scroll{top:20px;right:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .top-right__without-scroll{top:15px;right:16px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .top-right__without-scroll{top:14px;right:12px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .top-right__without-scroll{top:12px;right:10px}}.overlayMetatag .top-right-item{display:block;transform-origin:top right;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;margin-left:auto;margin-right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.overlayMetatag .bottom-left{text-align:left;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .bottom-left{bottom:20px;left:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .bottom-left{bottom:15px;left:15px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .bottom-left{bottom:14px;left:14px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .bottom-left{bottom:12px;left:12px}}.overlayMetatag .bottom-left-item{display:block;transform-origin:bottom left;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;margin-left:0;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.overlayMetatag .bottom-right{text-align:right;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .bottom-right{bottom:20px;right:40px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .bottom-right{bottom:15px;right:31px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .bottom-right{bottom:14px;right:26px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .bottom-right{bottom:12px;right:22px}}.overlayMetatag .bottom-right__without-scroll{text-align:right;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .bottom-right__without-scroll{bottom:20px;right:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .bottom-right__without-scroll{bottom:15px;right:16px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .bottom-right__without-scroll{bottom:14px;right:12px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .bottom-right__without-scroll{bottom:12px;right:10px}}.overlayMetatag .bottom-right-item{display:block;transform-origin:bottom right;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;margin-left:auto;margin-right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.overlayMetatag .bottom-mid{left:50%;width:-webkit-max-content;width:max-content}@media only screen and (min-width:1366px){.overlayMetatag .bottom-mid{bottom:20px}}@media only screen and (min-width:1024px)and (max-width:1366px){.overlayMetatag .bottom-mid{bottom:15px}}@media only screen and (min-width:800px)and (max-width:1024px){.overlayMetatag .bottom-mid{bottom:14px}}@media only screen and (min-width:0)and (max-width:800px){.overlayMetatag .bottom-mid{bottom:12px}}.overlayMetatag.controlsVisible .bottomright,.overlayMetatag.controlsVisible .topright{right:"calc(20px + 19px)"}.overlayMetatag svg{color:#9ccef9;fill:#9ccef9;stroke:#9ccef9;background-color:transparent;margin:2px;width:18px;height:18px}.viewportOrientationMarkers{position:absolute;pointer-events:none;width:100%;height:100%}.viewportOrientationMarkers .orientationMarker{position:absolute;line-height:18px;font-weight:700;text-shadow:1px 1px #000;font-size:calc(.8vw + 5px);font-family:MalgunGothic;font-style:normal!important}.viewportOrientationMarkers .topMid{top:20px;left:50%}@media only screen and (min-width:1366px){.viewportOrientationMarkers .topMid{top:2px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewportOrientationMarkers .topMid{top:1px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewportOrientationMarkers .topMid{top:1px}}@media only screen and (min-width:0)and (max-width:800px){.viewportOrientationMarkers .topMid{top:1px}}.viewportOrientationMarkers .leftMid{top:47%;left:20px}@media only screen and (min-width:1366px){.viewportOrientationMarkers .leftMid{left:3px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewportOrientationMarkers .leftMid{left:3px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewportOrientationMarkers .leftMid{left:3px}}@media only screen and (min-width:0)and (max-width:800px){.viewportOrientationMarkers .leftMid{left:3px}}.viewportOrientationMarkers .bottomMid{bottom:20px;left:50%}@media only screen and (min-width:1366px){.viewportOrientationMarkers .bottomMid{bottom:2px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewportOrientationMarkers .bottomMid{bottom:1px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewportOrientationMarkers .bottomMid{bottom:1px}}@media only screen and (min-width:0)and (max-width:800px){.viewportOrientationMarkers .bottomMid{bottom:1px}}.viewportOrientationMarkers .rightMid__without-scroll{top:47%;right:20px}@media only screen and (min-width:1366px){.viewportOrientationMarkers .rightMid__without-scroll{right:3px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewportOrientationMarkers .rightMid__without-scroll{right:3px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewportOrientationMarkers .rightMid__without-scroll{right:2px}}@media only screen and (min-width:0)and (max-width:800px){.viewportOrientationMarkers .rightMid__without-scroll{right:2px}}.viewportOrientationMarkers .rightMid{top:47%;right:20px}@media only screen and (min-width:1366px){.viewportOrientationMarkers .rightMid{right:23px}}@media only screen and (min-width:1024px)and (max-width:1366px){.viewportOrientationMarkers .rightMid{right:19px}}@media only screen and (min-width:800px)and (max-width:1024px){.viewportOrientationMarkers .rightMid{right:14px}}@media only screen and (min-width:0)and (max-width:800px){.viewportOrientationMarkers .rightMid{right:12px}}.message-box-background{position:fixed;top:0;left:0;right:0;bottom:0}.message-box-content{position:absolute;top:40px;left:40px;right:40px;bottom:40px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;min-height:210px;width:320px;outline:none;background:rgba(56,58,60,.8);overflow:auto;WebkitOverflowScrolling:"touch"}.message-box-header{padding-top:18px}.message-box-title{margin:0}.message-box-body{padding-top:15px;font-family:NanumGothic Bold;font-size:18px;color:#fff;line-height:21.6px}.message-box-footer{position:fixed;width:100%;bottom:15px;padding:0 7.5px}.message-box-btn{width:137px;height:38px;outline:none;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;background-color:#3c3c3c;border-color:transparent;font-family:NanumGothic Regular;font-size:18px;color:#fff;margin-left:7.5px;margin-right:7.5px}.message-box-btn:active,.message-box-btn:focus,.message-box-btn:focus:active,.message-box-btn:hover{outline:none}.message-box-btn:hover{color:#fff}.message-box-btn:focus,.message-box-btn:hover{background-color:#06abd8}.copyright{position:absolute;bottom:0;font-family:"Proxima Nova",sans-serif;font-weight:400;font-size:12px;letter-spacing:.6px;-webkit-font-smoothing:antialiased;color:#fff;align-items:center;vertical-align:center;overflow:hidden}.copyright a{text-decoration:none}.copyright .brand-name--strong{color:#06abd8;font-size:18px}.copyright .brand-name--light{color:#5d66b0;font-size:18px}.sidebar,.sidebar__content{height:100%}.sidebar__bottom{display:flex;position:relative;padding-left:1px;bottom:0;width:100%;overflow:hidden;webkit-align-items:left;-webkit-box-align:left;-ms-flex-align:left}@media only screen and (min-width:1366px){.sidebar__bottom{height:25px}}@media only screen and (min-width:1024px)and (max-width:1366px){.sidebar__bottom{height:25px}}@media only screen and (min-width:800px)and (max-width:1024px){.sidebar__bottom{height:25px}}@media only screen and (min-width:0)and (max-width:800px){.sidebar__bottom{height:25px}}.modal-title{margin:0;line-height:1.42857143}.login-dialog__wrapper{position:relative;background-color:var(--primary-dialog-background-color);border-color:var(--ui-border-color);color:var(--text-secondary-color);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;width:400px}.login-dialog__wrapper .login-dialog-header{border-bottom:3px solid #000;padding:19px 22px 17px;text-align:center;position:relative}.login-dialog__wrapper .login-dialog-header h4{color:var(--text-secondary-color);font-size:20px;font-weight:500;line-height:24px;padding-right:24px}.login-dialog__wrapper .login-dialog-header .close{position:absolute;top:20px;right:10px;color:var(--ui-gray-lightest);height:30px;z-index:10;outline:none;opacity:1;overflow:hidden;text-align:right;text-shadow:none;width:30px;font-size:30px;font-weight:lighter}.login-dialog__wrapper .login-dialog-header .close:hover{color:var(--ui-Cerulean)}.login-dialog__wrapper .login-dialog-body{color:var(--text-primary-color);padding:0 10px 0 20px;position:relative}.login-dialog__wrapper .login-dialog-input{font-family:"Montserrat regular";font-size:20px;border:none;width:80%}.login-dialog__wrapper .login-dialog-label{align-content:center;width:100%;height:64px;box-shadow:0 0 8px 0 rgba(0,0,0,.2),0 0 20px 0 rgba(0,0,0,.19)}.login-dialog__wrapper .login{text-align:center}.wrapper{height:100%;width:100%}.app-header{height:45px}@media only screen and (min-width:1366px){.app-header{height:45px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-header{height:40px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-header{height:35px}}@media only screen and (min-width:0)and (max-width:800px){.app-header{height:33px}}.app-toolbar{position:relative;flex:0 0 auto;background-color:#232323;background-origin:initial;-webkit-background-origin:padding-box;-moz-background-origin:padding-box;-ms-background-origin:padding-box;-o-background-origin:padding-box;border:1px solid #232323}.app-content{flex:1 1;height:100%;order:2;overflow:hidden;width:100%}@media only screen and (min-width:1366px){.app-content{height:calc(100vh - 127px)}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-content{height:calc(100vh - 114px)}}@media only screen and (min-width:800px)and (max-width:1024px){.app-content{height:calc(100vh - 103px)}}@media only screen and (min-width:460px)and (max-width:800px){.app-content{height:calc(100vh - 120px)}}@media only screen and (min-width:0)and (max-width:460px){.app-content{height:calc(100vh - 120px)}}.app-content .react-contextmenu-wrapper{position:relative;outline:0}.app-content .app-content__container{display:flex;width:100%;height:100%;background-color:#232323}@media only screen and (min-width:1366px){.app-content .app-content__container{padding-left:10px;padding-bottom:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-content .app-content__container{padding-left:8px;padding-bottom:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-content .app-content__container{padding-left:6px;padding-bottom:6px}}@media only screen and (min-width:460px)and (max-width:800px){.app-content .app-content__container{padding-left:5px;padding-bottom:5px}}@media only screen and (min-width:0)and (max-width:460px){.app-content .app-content__container{padding-left:5px;padding-bottom:5px}}.app-content .app-content__container .app-content__viewer{display:inline-block;position:relative;flex:1 1;width:100%;height:100%;background-color:#232323}@media only screen and (min-width:1366px){.app-content .app-content__container .app-content__viewer{padding-left:10px;padding-right:10px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-content .app-content__container .app-content__viewer{padding-left:8px;padding-right:8px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-content .app-content__container .app-content__viewer{padding-left:6px;padding-right:6px}}@media only screen and (min-width:0)and (max-width:800px){.app-content .app-content__container .app-content__viewer{padding-left:5px;padding-right:5px}}.app-content .app-content__container .app-content__viewer .react-contextmenu-wrapper{width:100%;height:100%;position:relative;outline:0}.app-content .app-content__container .app-content__viewer .grid-viewer--row{flex-wrap:nowrap}@media only screen and (min-width:1366px){.app-content .app-content__container .app-content__viewer .grid-viewer--row__splitseries{padding-right:15px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-content .app-content__container .app-content__viewer .grid-viewer--row__splitseries{padding-right:10px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-content .app-content__container .app-content__viewer .grid-viewer--row__splitseries{padding-right:8px}}@media only screen and (min-width:0)and (max-width:800px){.app-content .app-content__container .app-content__viewer .grid-viewer--row__splitseries{padding-right:8px}}.app-content .app-content__container .app-content__sidebar{display:inline-block;width:250px;height:100%;background-color:#232323}@media only screen and (min-width:1366px){.app-content .app-content__container .app-content__sidebar{margin-left:-250px;max-width:250px;width:250px}}@media only screen and (min-width:1024px)and (max-width:1366px){.app-content .app-content__container .app-content__sidebar{margin-left:-210px;max-width:210px;width:210px}}@media only screen and (min-width:800px)and (max-width:1024px){.app-content .app-content__container .app-content__sidebar{margin-left:-185px;max-width:185px;width:185px}}@media only screen and (min-width:0)and (max-width:800px){.app-content .app-content__container .app-content__sidebar{margin-left:-160px;max-width:160px;width:160px}}.app-content .app-content__container .app-content__sidebar--left{flex:1 1}.app-content .app-content__container .app-content__sidebar--right{flex:0 0 auto;margin-left:0;margin-right:0;position:relative}.app-content .app-content__container .app-content__sidebar--right.app-content__sidebar--resizing{-webkit-user-select:none;user-select:none}.app-content .app-content__container .app-content__sidebar--right.app-content__sidebar--resizing .annotation-panel{pointer-events:none;-webkit-user-select:none;user-select:none}.app-content .app-content__container .app-content__sidebar-resizer{position:absolute;left:0;top:0;bottom:0;width:6px;cursor:ew-resize;background-color:transparent;transition:background-color .2s;z-index:1001}.app-content .app-content__container .app-content__sidebar-resizer:hover{background-color:rgba(91,155,213,.4)}.app-content .app-content__container .app-content__sidebar-resizer:active{background-color:rgba(91,155,213,.6)}.app-content .app-content__container .app-content__sidebar--open{margin-left:0}.app-content .app-content__container .app-content__sidebar--close{margin-left:0;max-width:0}