/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./assets/partials/font-awesome/less/font-awesome.less ***!
  \**************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/c85f891f3546f43416b8.eot?v=4.4.0);
  src: url(/c85f891f3546f43416b8.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(/45de4ef7020811727af5.woff2?v=4.4.0) format('woff2'), url(/e646f99c3a5716022363.woff?v=4.4.0) format('woff'), url(/3aafdf0641262e5c3037.ttf?v=4.4.0) format('truetype'), url(/750f99278d9bb59a0ee9.svg?v=4.4.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/style/ant.overrride.less ***!
  \*******************************************************************************************************************************************************************************************/
a {
  color: #3f4eeb !important;
}
.ant-btn-primary {
  background-color: #3f4eeb !important;
  border: none !important;
}
.ant-btn-primary:hover {
  background-color: #2b3ad9 !important;
}
.ant-card {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 #e4e5eb;
}
.ant-card-body {
  padding: 20px;
}
.ant-card-bordered {
  border: none;
}
.ant-modal-header {
  padding: 16px 16px;
}
.ant-modal-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.ant-modal-close-x {
  margin-top: 4px !important;
}
.ant-modal-body {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  max-height: 73vh !important;
  overflow-y: scroll !important;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #3f4eeb !important;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #3f4eeb !important;
}
.ant-tabs-ink-bar {
  background-color: #3f4eeb !important;
}
.ant-btn:hover,
.ant-btn:focus {
  border-color: #3f4eeb !important;
}
.ant-modal {
  top: 57px !important;
}
.ant-radio-button-wrapper-checked {
  color: #3f4eeb !important;
}
.ant-radio-button-wrapper {
  transition: none !important;
}
.ant-radio-button-wrapper:hover {
  color: #3f4eeb !important;
}
.ant-radio-button-wrapper-checked {
  background: #3f4eeb !important;
}
.ant-radio-button-wrapper-checked span {
  color: white;
}
.ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 102 !important;
}
.ant-modal-wrap {
  z-index: 102 !important;
}
.ant-slider .ant-slider-track {
  background-color: #3f4deb !important;
}
.ant-slider .ant-slider-handle {
  border-color: #3f4deb !important;
}
.ant-notification {
  z-index: 11000 !important;
}
.ant-card-extra {
  top: 0 !important;
}
.ant-progress-success-bg,
.ant-progress-bg {
  border-radius: 100px;
  background-color: #1890ff;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-success-bg {
  background-color: #52c41a;
  position: absolute;
  top: 0;
  left: 0;
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/style/partials/font-awesome/less/font-awesome.less ***!
  \*****************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/c85f891f3546f43416b8.eot?v=4.4.0);
  src: url(/c85f891f3546f43416b8.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(/45de4ef7020811727af5.woff2?v=4.4.0) format('woff2'), url(/e646f99c3a5716022363.woff?v=4.4.0) format('woff'), url(/3aafdf0641262e5c3037.ttf?v=4.4.0) format('truetype'), url(/cdfa1143ba737152a597.svg?v=4.4.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}

/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/style/style-fixes.less ***!
  \*************************************************************************************************************************************************************************************************************/
.grammarTemplateControls {
  transform: scale(0.7);
  margin-top: 5px;
}
.microtaskStatus {
  background: red;
  position: absolute;
  top: 10px;
  right: 0px;
}
.activeListSelection {
  box-shadow: 0 0 15px 0 #4e62f7;
}
.commitSelectedOption {
  background: #2ecc71;
  color: #fff;
  transition-duration: 0.2s;
  transform: scale(1.07);
  border: 4px solid #2ecc71;
}
.selectedOption {
  background: #2a3cdb;
  color: #fff;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #09c, #f44);
  border-radius: 2px;
  background-size: 35px 20px,
        100% 100%,
        100% 100%;
}
@-webkit-keyframes animate-stripes {
  100% {
    background-position: -100px 0px;
  }
}
@keyframes animate-stripes {
  100% {
    background-position: -100px 0px;
  }
}
progress:not {
  background-color: #ddd;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/style/index.less ***!
  \*******************************************************************************************************************************************************************************************************/
body {
  background: #eceef2;
  font-family: 'Source Sans Pro', Tahoma, sans-serif;
}
.login-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.login-container .login-form-layout {
  position: relative;
  padding: 16px;
}
.login-container .login {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.login-container .login .signIn {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.login-container .login .signIn:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.test {
  background: yellow;
  border: 10px solid #0b97c4;
}
.sidenav {
  position: fixed;
  width: 300px;
  height: 100%;
  left: -250px;
  top: 0px;
  padding-top: 51px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sidenav .explorer {
  position: relative;
  height: 48%;
}
.sidenav .explorer header {
  background: #495be2;
  position: relative;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 10;
  left: 0px;
  color: #fff;
  padding: 10px;
  transition-duration: 0.2s;
}
.sidenav .explorer header.createTask {
  background: #2a3cdb;
}
.sidenav .explorer header input {
  width: 200px !important;
  position: absolute;
  display: block;
  top: 4px;
  right: 10px;
  left: 10px;
  padding: 7px;
  border: 0px;
  border-radius: 3px;
  outline: none;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sidenav .explorer header input.createTaskInactive {
  background: red;
  width: 0px !important;
  opacity: 0;
  right: 0px;
}
.sidenav .explorer header input.createTaskActive {
  background: red;
  width: auto !important;
  opacity: 1;
  right: 0px;
}
.sidenav .explorer header i:hover {
  color: greenyellow;
  cursor: pointer;
}
.sidenav .explorer header i.check {
  color: greenyellow;
}
.sidenav .explorer header .side {
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 5px;
}
.sidenav .explorer main {
  position: relative;
  height: 90%;
  width: 100%;
  overflow-x: visible;
  overflow-y: scroll;
}
.sidenav .explorer main ul {
  padding: 0px;
  margin: 0px;
}
.sidenav .explorer main ul li {
  list-style: none;
  padding: 8px;
  border-bottom: 1px solid #e1e1e1;
  padding-right: 15px;
  color: #666;
}
.sidenav .explorer main ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.sidenav .explorer main ul li.noResult {
  text-align: center;
  padding: 20px;
  border: none;
  color: darkred;
  font-size: 12px;
  opacity: 0.5;
}
.sidenav .explorer main ul li.noResult i {
  margin-bottom: 10px;
  float: none;
  opacity: 1;
  font-size: 30px;
  display: block;
}
.sidenav .explorer main ul li.noResult:hover {
  cursor: auto;
  background: none;
}
.sidenav .explorer main ul li i {
  float: right;
  top: 0px;
  opacity: 0.5;
}
.sidenav .explorer main ul li i:hover {
  color: red;
}
.pageWrapper {
  margin-left: 300px;
}
.no-user-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mainProjectExplorer {
  position: relative;
  display: flex;
  flex-flow: column;
}
.mainProjectExplorer .listHeader {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mainProjectExplorer .microtaskCard {
  width: 90%;
  margin: 20px auto;
}
.mainProjectExplorer .microtaskCard .ant-card-head {
  border-bottom: none !important;
}
.mainProjectExplorer .microtaskCard a:hover {
  text-decoration: none;
}
.mainProjectExplorer .microtaskCard .microtaskCardName {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #025fff;
  font-family: 'Lato';
}
.mainProjectExplorer .microtaskCard .microtaskCardInfoHeader {
  font-size: 12px;
  text-align: left;
  color: #8b8c94;
}
.mainProjectExplorer .microtaskCard .microtaskCardInfoData {
  font-size: 16px;
  text-align: left;
  color: #44454d;
}
.mainProjectExplorer .microtaskCard .microtaskCardInfoData .ant-badge-status-text {
  font-size: 16px;
  text-align: left;
  color: #44454d;
}
.mainProjectExplorer .ant-select-selection__choice__remove {
  color: white !important;
}
.mainProjectExplorer .ant-select-selection__choice__content {
  color: white;
}
.mainProjectExplorer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #495be2;
}
.mainProjectExplorer .search {
  background: red;
}
.mainProjectExplorer main {
  padding-right: 5px;
  height: 100%;
  overflow: scroll;
  flex: 1;
}
.mainProjectExplorer main .microtask {
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  padding-right: 5px;
  padding: 5px 30px;
}
.mainProjectExplorer main .microtask .index,
.mainProjectExplorer main .microtask .wrap,
.mainProjectExplorer main .microtask .status {
  display: inline-block;
}
.mainProjectExplorer main .microtask .index,
.mainProjectExplorer main .microtask .status {
  width: 20px;
  min-width: 20px;
  text-align: center;
  vertical-align: top;
  padding-top: 30px;
}
.mainProjectExplorer main .microtask .wrap {
  display: block;
  width: 100%;
  padding: 10px 7px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-top: 0px;
  transition-duration: 0.2s;
  overflow: hidden;
}
.mainProjectExplorer main .microtask .wrap h4 {
  margin: 0px;
}
.mainProjectExplorer main .microtask .wrap h5 {
  margin: 0px;
  font-size: 12px;
  color: #ccc;
}
.mainProjectExplorer main .microtask .wrap:hover {
  background: #e9f4fb;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-top: 0px;
  transform: scale(1.01);
  overflow: hidden;
}
.mainProjectExplorer main .microtask .wrap .name {
  margin-bottom: 5px;
  color: #222;
  padding-left: 35px;
}
.mainProjectExplorer main .microtask .wrap .taskId {
  font-size: 12px;
  color: #999;
}
.mainProjectExplorer main .microtask .wrap .status {
  position: absolute;
  vertical-align: top;
  top: 0px;
  right: 0px;
  margin-right: 17px;
}
.mainProjectExplorer main .microtask .wrap .status i {
  position: absolute;
  top: 13px;
}
.mainProjectExplorer .iconInput {
  position: relative;
  top: -7px;
  display: inline-block;
}
.mainProjectExplorer .iconInput button,
.mainProjectExplorer .iconInput input[type='search'],
.mainProjectExplorer .iconInput input[type='text'] {
  padding: 7px;
  color: #111;
  border: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mainProjectExplorer .iconInput button {
  border: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mainProjectExplorer .status {
  float: right;
  padding-right: 15px;
  position: relative;
  top: 5px;
}
.mainProjectExplorer .ReactTabs__Tab {
  z-index: 10;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  background: red !important;
}
.mainProjectExplorer .syncStatus {
  background: red;
}
.mainProjectExplorer .ui .vertical .divider {
  display: none;
}
.mainProjectExplorer .card {
  background: white;
  height: auto;
  width: 600px;
  margin: 0px auto;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 2.5em 0.9em -2em rgba(85, 85, 85, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.63, -0.32, 0.4, 1.39);
}
.mainProjectExplorer .card p:first-child {
  background: #eee;
  font-size: 14px;
  font-family: 'fantasy';
  position: relative;
  height: 1px;
  margin-bottom: 36px;
}
.mainProjectExplorer .card p:first-child span {
  background: #fff;
  position: relative;
  top: -10px;
  padding: 3px 10px;
}
.mainProjectExplorer .card p {
  font-size: 24px;
  font-weight: 100;
  color: #555;
}
.mainProjectExplorer .card i.fa {
  opacity: 0.5;
  color: #4e62f7;
}
.mainProjectExplorer .fallback {
  padding: 40px 10px 10px 10px;
  text-align: left;
}
.mainProjectExplorer .fallback .task {
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  font-weight: 100;
  padding: 20px 10px;
  color: #fff;
  position: relative;
  border-radius: 4px;
  height: 180px;
  transition-duration: 0.3s;
  max-width: 180px;
  text-align: center;
}
.mainProjectExplorer .fallback .task h1,
.mainProjectExplorer .fallback .task h2,
.mainProjectExplorer .fallback .task h3 {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.mainProjectExplorer .fallback .task h2 {
  font-size: 18px;
}
.mainProjectExplorer .fallback .task h1 {
  margin: 24px 0px;
}
.mainProjectExplorer .fallback .task:hover {
  transform: scale(1.03);
}
.mainProjectExplorer .fallback .task:hover:before {
  transform: rotate(6deg);
}
.mainProjectExplorer .fallback .task:hover:after {
  transform: rotate(-6deg);
}
.mainProjectExplorer .fallback .task:before {
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: rotate(3deg);
  transition-duration: 0.3s;
  opacity: 0.4;
  border-radius: 4px;
}
.mainProjectExplorer .fallback .task:after {
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: rotate(-3deg);
  opacity: 0.4;
  border-radius: 3px;
  transition-duration: 0.3s;
}
.mainProjectExplorer .fallback .task_ui_element {
  display: inline-block;
  width: 40%;
  padding: 10px;
}
.mainProjectExplorer .fallback .task_ui_element .holder {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.mainProjectExplorer .fallback .task_input {
  vertical-align: top;
  margin-top: 40px;
  width: 60%;
  display: inline-block;
}
.mainProjectExplorer .fallback .task_input ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mainProjectExplorer .fallback .task_input ul li {
  width: 49%;
  margin-top: 0.5%;
  margin-left: 0.5%;
  border: 1px solid #0b97c4;
  display: inline-block;
  padding: 10px;
  border-radius: 0px;
}
.container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.container .metaInfo {
  margin: 20px auto;
  padding-top: 20px;
}
.container .metaInfo h3,
.container .metaInfo h5 {
  margin: 0px;
  padding: 0px;
}
.container .metaInfo h5 {
  color: #999;
}
.container .section {
  margin-left: 20%;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 10%;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b97c4;
}
.container .sectionLast {
  margin-left: 20%;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 10%;
  color: #999;
  padding-bottom: 100px;
}
.container .formGroup {
  margin-top: 20px;
}
.container .formGroup label {
  width: 30%;
  padding-right: 30px;
  text-align: right;
  color: #999;
}
.container .formGroup input[type='text'],
.container .formGroup input[type='number'] {
  padding: 10px;
  width: 70%;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
}
.container .formGroup input[type='text']:active,
.container .formGroup input[type='number']:active,
.container .formGroup input[type='text']:focus,
.container .formGroup input[type='number']:focus {
  border: 1px solid #3498db;
}
.container .questions {
  padding-top: 10px;
  text-align: center;
}
.container .questions .dropArea {
  background: rgba(204, 204, 204, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.container .questions .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.container .taskUI,
.container .instructions {
  margin-top: 40px;
}
.container .taskUI .UIComponents,
.container .instructions .UIComponents {
  width: 50%;
  display: inline-block;
}
.container .taskUI .renderComponent,
.container .instructions .renderComponent {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.container .taskUI img.mockPhone,
.container .instructions img.mockPhone {
  max-width: 300px;
}
.container .tags {
  padding-top: 20px;
  text-align: center;
}
.container .tags .dropArea {
  background: rgba(204, 204, 204, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.container .tags .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.container .rules {
  border-radius: 3px;
  margin: 30px auto;
}
.container .rules textarea {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  min-height: 500px;
}
.container .rules .mobileContainer {
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 20px auto;
}
.container .instructions .htmlTags div {
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.container .instructions textarea.htmlEditor {
  display: block;
  width: 100%;
  min-height: 400px;
  font-family: Monaco;
}
.container .questionsTable table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}
.container .questionsTable .misc {
  background: red;
  text-align: center;
}
.container .loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  text-align: center;
}
.container .loader .holder {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container .syncStatus {
  background: red;
  text-align: center;
  padding: 10px 0px;
  border-radius: 50%;
  color: #fff;
  height: 70px;
  width: 70px;
  -webkit-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  z-index: 99999999;
}
.container .syncStatus h6 {
  padding: 0px;
  margin: 0px;
}
.container .duplicateTaskInput {
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-right: 20px;
}
.container .duplicateTaskInput:active,
.container .duplicateTaskInput:focus {
  outline: none;
  border-bottom: 2px solid #3498db;
}
.container .duplicateTaskSelect {
  padding: 10px;
  margin-left: 20px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.inputDefault {
  display: block;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
.spamFilter {
  padding: 20px 0px;
  transition-duration: 0.2s;
}
.workflowListViewer .task {
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  font-weight: 100;
  padding: 20px 10px;
  color: #fff;
  position: relative;
  border-radius: 4px;
  height: 160px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 200px;
  margin-bottom: 20px;
}
.workflowListViewer .task h3 {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.workflowListViewer .task:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.workflowListViewer .task:hover:before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}
.workflowListViewer .task:hover:after {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.workflowListViewer .task:before {
  height: 100%;
  width: 100%;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.4;
  border-radius: 4px;
}
.workflowListViewer .task:after {
  height: 100%;
  width: 100%;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0.4;
  border-radius: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.workflowListViewer .workflow-header {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 11px;
}
.workflowListViewer .workflow-header button {
  border-radius: 10px;
  padding: 3px 15px;
  top: -3px;
  position: relative;
}
.microtaskInfo {
  background: #fff;
  margin: 18px 21px 28px !important;
  padding: 10px;
  position: relative;
}
.microtaskInfo h3,
.microtaskInfo h5 {
  padding: 0px;
  margin: 0px;
}
.microtaskInfo h5 {
  margin-top: 10px;
  color: #ccc;
  display: inline;
}
.microtaskInfo span {
  position: relative;
  width: 40px;
  height: 40px;
}
.userMan .ant-select-selection__choice__remove {
  color: white !important;
}
.userMan .ant-select-selection__choice__content {
  color: white;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/components/presentational/search_component.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
.searchInput .ant-select ul,
.searchInput .ant-select ol {
  margin-bottom: 0 !important;
}
.searchSelect {
  width: 350px !important;
}
.searchSelect .ant-select-dropdown-menu {
  max-height: 420px;
}
.searchSelect .searchResult {
  padding: 10px 8px;
}
.searchSelect .searchResult .microtaskName {
  font-size: 14px;
  font-weight: 600;
  color: #005dff;
  word-wrap: break-word;
}
.searchSelect .searchResult .metaData {
  line-height: 12px;
  color: #3f4959;
  font-size: 12px;
  margin-top: 4px;
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/control-panel/assets/style.less ***!
  \***************************************************************************************************************************************************************************************************/
* {
  font-family: 'Source Sans Pro', Tahoma, sans-serif;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/control-panel/controlPanelItem.less ***!
  \*******************************************************************************************************************************************************************************************************/
.section-container {
  margin-top: 70px;
}
.controlPanelItem a {
  text-decoration: none !important;
}
.controlPanelItem a:hover {
  text-decoration: none !important;
}
.controlPanelItem a:focus {
  text-decoration: none !important;
}
/* The below styles are used in multiple Section components which are children of the Home component */
.section-wrap {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.section-img {
  opacity: 0.5;
  padding: 10px;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.flexFull {
  flex: 1;
  padding: 14px;
}
.zero-padding-margin {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'lato';
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/ui/jsplumb/Connector.less ***!
  \***************************************************************************************************************************************************************************************************************/
.overlay-element {
  border-radius: 3px;
  background: #eceef2;
  padding: 2px 5px;
  border: 1px solid rgba(5, 96, 0, 0.5);
  color: #999;
}

/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/ui/jsplumb/jsplumb.less ***!
  \*************************************************************************************************************************************************************************************************************/
.endpoint {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  text-align: center;
  left: 0px;
  color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.endpoint.highlight-endpoint .boxWrap {
  transform: scale(1.08);
  box-shadow: 0px 5px 10px 5px rgba(52, 152, 219, 0.4);
}
.endpoint:hover > .endpoint-controls ul li {
  right: -30px;
  cursor: pointer;
}
.endpoint .boxWrap {
  z-index: 10;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.endpoint-controls {
  position: absolute;
  top: 0px;
  right: 0px;
}
.endpoint-controls ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  right: 0px;
  position: relative;
  z-index: 1;
}
.endpoint-controls ul li {
  position: relative;
  background: #fff;
  color: #cccccc;
  border-radius: 4px;
  transition-duration: 0.1s;
  border-bottom: 1px solid #dddddd;
}
.endpoint-controls ul li:nth-child(1) {
  transition-delay: 0s;
}
.endpoint-controls ul li:nth-child(2) {
  transition-delay: 0.06s;
}
.endpoint-controls ul li:nth-child(3) {
  transition-delay: 0.12s;
}
.endpoint-controls ul li i {
  padding: 6px 6px 6px 16px;
}
.endpoint-controls ul li .anticon {
  padding: 6px 6px 6px 16px;
}
.endpoint-controls ul li:hover {
  background: #27ae60;
  padding-left: 16px;
  color: #fff;
  transform: translateX(10px) scale(1.1);
}
.jtk-connector {
  opacity: 0.3;
  cursor: pointer;
}
.jtk-connector:hover {
  opacity: 1;
}
.jtk-connector-highlighter {
  background: red;
}

/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/copy-to-clipboard.less ***!
  \****************************************************************************************************************************************************************************************************/
.copy-to-clipboard {
  display: inline;
}
.copy-to-clipboard .ant-tag-text {
  top: 0;
}
.copy-to-clipboard span {
  width: max-content;
  height: max-content;
  cursor: pointer;
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./lib/react-jsonschema/schema.less ***!
  \*******************************************************************************************************************************************************************************************/
.sform .ant-input-number {
  width: 100%;
}
.sform legend {
  width: auto;
  margin-bottom: 0px;
}
.sform fieldset {
  margin: 0 2px 10px 2px;
}
.tableContainerItem {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.tableContainerItem .ant-table-wrapper {
  width: 100%;
}
.tableContainerItem .ant-table-thead > tr > th {
  color: black;
  background: #f5f6f7;
}
.tableContainerItem .ant-table-tbody > tr {
  background: white;
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/style/style-fixes.less ***!
  \*****************************************************************************************************************************************************************************************/
.tooltipcus i.fa {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition-duration: 0.3s;
}
.tooltipcus i.fa:hover {
  color: rgba(0, 0, 0, 0.6);
}
.tooltipcus .wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  padding: 100px;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 12px;
}
.tooltipcus .wrapper pre {
  overflow-y: scroll;
  height: 240px;
}
.step-tooltipcus i.fa {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition-duration: 0.3s;
}
.step-tooltipcus i.fa:hover {
  color: rgba(0, 0, 0, 0.6);
}
.step-tooltipcus .step-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  padding: 100px;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 12px;
}
.grammarTempContainer {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px;
}
.grammarTempContainer .grammarTempHeader {
  background: #f1f1f1;
}
.grammarTemplateControls {
  transform: scale(0.7);
  margin-top: 5px;
}
.microtaskStatus {
  background: red;
  position: absolute;
  top: 10px;
  right: 0px;
}
.activeListSelection {
  box-shadow: 0 0 15px 0 #4e62f7;
}
.commitSelectedOption {
  background: #2ecc71;
  color: #fff;
  transition-duration: 0.2s;
  transform: scale(1.07);
  border: 4px solid #2ecc71;
}
.selectedOption {
  background: #2ecc71;
  color: #fff;
}
.jsplumb-connector {
  opacity: 0.3;
  cursor: pointer;
}
.jsplumb-connector:hover {
  opacity: 1;
}
.jsplumb-connector-highlighter {
  background: red;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #09c, #f44);
  border-radius: 2px;
  background-size: 35px 20px,
        100% 100%,
        100% 100%;
}
@-webkit-keyframes animate-stripes {
  100% {
    background-position: -100px 0px;
  }
}
@keyframes animate-stripes {
  100% {
    background-position: -100px 0px;
  }
}
progress:not {
  background-color: #ddd;
}

/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/manual-step.less ***!
  \*****************************************************************************************************************************************************************************************************************/
.container {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  top: 20px;
  padding: 20px;
  border-radius: 3px;
}
.container input[type='text'] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/steps/MoveFluModal.less ***!
  \************************************************************************************************************************************************************************************************************************/
.reasonAndText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 8px 0px;
}
.reason {
  margin: 16px 0px;
  display: flex;
  align-self: flex-start;
}
.moveFluContainer .Select-placeholder,
.moveFluContainer .Select--single > .Select-control .Select-value {
  text-align: left;
}
.moveFluContainer .Select-menu-outer {
  text-align: left;
  z-index: 1000;
}
.reasonContainer {
  text-align: left;
}
.reasonContainer .Select-placeholder,
.reasonContainer .Select--single > .Select-control .Select-value {
  text-align: left;
}
.reasonContainer .Select-menu-outer {
  text-align: left;
}
.reasonContainer .Select,
.reasonContainer .Select div,
.reasonContainer .Select input,
.reasonContainer .Select span {
  text-align: left;
}
.ant-list-item-meta-title {
  color: #ef5b2f;
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/workflowSampling.less ***!
  \**********************************************************************************************************************************************************************************************************************/
.sampling_container {
  margin: 10px;
}
.sampling_container h4 {
  color: #ffffff;
}
.sampling_container .microtask_input {
  margin: 5px;
  width: 240px;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/wfStepConfig.less ***!
  \******************************************************************************************************************************************************************************************************************/
.wf-step-modal .ant-modal-body {
  max-height: 82vh !important;
  padding: 0px !important;
}
.patch-details-popover .ant-modal-body {
  overflow-y: scroll;
}
.analytics-tables .ant-table {
  font-size: 12px;
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/AccuracyPopOver.less ***!
  \**************************************************************************************************************************************************************************************************/
.accuracyContent {
  font-size: 14px;
  font-weight: 600;
  color: grey;
  width: 16vh;
}
.accuracyNumber {
  font-size: 13px;
  font-weight: 600;
  color: black;
}

/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/statusbadge.less ***!
  \**********************************************************************************************************************************************************************************************/
.status-badge {
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 5px;
}
.status-badge .dot {
  margin-right: 5px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
}
.status-badge .completed {
  background-color: #13ec2a;
}
.status-badge .failed {
  background-color: #ff0013;
}
.status-badge .unprocessed {
  background-color: #00ffe6;
}
.status-badge .processing {
  background-color: #feff00;
}
.status-badge .schrodinger-cat {
  background-color: #000000;
}
.status-badge .cancelled {
  background-color: #000000;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/qcTables/ImageAndVideoQC/shapelevelresults.less ***!
  \************************************************************************************************************************************************************************************************************************************************/
.shape-level {
  border: 1px solid #e2e2e2;
  padding: 10px;
}
.shape-level .heading {
  font-size: 10px;
  font-weight: 400;
}
.shape-level .view-class-level {
  color: blue;
  cursor: pointer;
  float: right;
}
.class-level {
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
}
.table-container .ant-table-filter-dropdown {
  max-height: 160px;
  overflow-y: hidden;
}
.table-container .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 120px;
  overflow-y: auto;
}
.table-container .ant-table-thead > tr > th {
  background-color: #d0d4db;
}
.table-container .ant-dropdown {
  z-index: 9999;
}
.table-container .ant-table-filter-dropdown-link.confirm {
  cursor: pointer;
}
.table-container .ant-table-filter-dropdown-link.clear {
  cursor: pointer;
}
.quantitativeContainerNotSupported .ant-table-thead > tr > th {
  background-color: #d0d4db;
}
.card-container .ant-tabs-tab-next {
  display: none;
}
.card-container .ant-tabs-tab-prev {
  display: none;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background-color: #d0d4db;
  color: black !important;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover {
  color: black !important;
}
.card-container .ant-tabs-bar {
  margin-bottom: 0px;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin-right: 0px;
  line-height: 20px;
}
.card-container .ant-tabs {
  overflow: visible;
}
.incorrectAttributes {
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  border: 1px solid #d0d4db;
  background-color: #ebedf0;
  flex-wrap: wrap;
}
.noIncorrectAttributes {
  display: flex;
  border: 1px solid #d0d4db;
  background-color: #ebedf0;
  height: 36px;
  justify-content: center;
  align-items: center;
}
.attNameCount {
  display: flex;
  flex-basis: 50%;
  height: 36px;
  justify-content: center;
  align-items: center;
}
.attNameCount .text {
  color: black;
  display: flex;
  flex-basis: 70%;
}
.attNameCount .count {
  display: flex;
  flex-basis: 30%;
  font-weight: bold;
}
.noMetaData {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/qcTables/ImageAndVideoQC/SamplingHeaderFooter/Header/Header.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.container .ant-dropdown-link {
  display: flex;
  width: 72px;
  justify-content: space-between;
  align-items: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/qcTables/ImageAndVideoQC/SamplingHeaderFooter/Footer/Footer.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.parentContainer {
  padding: 16px 16px 16px 56px;
  display: flex;
  flex-direction: row;
  background-color: #d0d4db;
  border-radius: 0 0 4px 4px;
}
.metaParentContainer {
  padding: 16px;
  display: flex;
  flex-direction: row;
  background-color: #d0d4db;
  border-radius: 0 0 4px 4px;
}
.container {
  display: flex;
  justify-content: flex-start;
}
.total {
  display: flex;
  justify-content: flex-start;
  flex-basis: 32%;
}
.totalQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 28%;
}
.metaTotal {
  display: flex;
  justify-content: flex-start;
  flex-basis: 49%;
}
.totalCount {
  display: flex;
  justify-content: center;
  flex-basis: 11%;
}
.totalCountQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 25.5%;
}
.metaTotalCount {
  display: flex;
  justify-content: flex-start;
  flex-basis: 21%;
}
.metaAccuracy {
  display: flex;
  justify-content: flex-start;
  flex-basis: 20.5%;
}
.recall {
  display: flex;
  justify-content: flex-end;
  flex-basis: 13%;
}
.recallQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 10.5%;
}
.precision {
  display: flex;
  justify-content: flex-end;
  flex-basis: 18%;
}
.precisionQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 16%;
}
.tp {
  display: flex;
  justify-content: flex-end;
  flex-basis: 8%;
}
.tpQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 8%;
}
.fp {
  display: flex;
  justify-content: flex-end;
  flex-basis: 7%;
}
.fpQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 7%;
}
.fn {
  display: flex;
  justify-content: flex-end;
  flex-basis: 7%;
}
.fnQuant {
  display: flex;
  justify-content: flex-start;
  flex-basis: 3%;
}
.metaFp {
  display: flex;
  justify-content: flex-start;
  flex-basis: 3%;
}
.metaTp {
  display: flex;
  justify-content: flex-start;
  flex-basis: 6%;
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/qcTables/ImageAndVideoQC/FluLevelTab.less ***!
  \******************************************************************************************************************************************************************************************************************************************/
.flu-level-table .parentContainer {
  padding: 16px 16px 16px 56px;
  display: flex;
  flex-direction: row;
  background-color: #d0d4db;
  border-radius: 0 0 4px 4px;
}
.flu-level-table .total {
  flex-basis: 34%;
}
.flu-level-table .fn {
  display: flex;
  justify-content: center;
  flex-basis: 18%;
}
.flu-level-table .fp {
  display: flex;
  justify-content: center;
  flex-basis: 5%;
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/sampling.less ***!
  \**************************************************************************************************************************************************************************************************************/
.tableContainer .ant-table-thead > tr.ant-table-row-hover > td,
.tableContainer .ant-table-tbody > tr.ant-table-row-hover > td,
.tableContainer .ant-table-thead > tr:hover > td,
.tableContainer .ant-table-tbody > tr:hover > td {
  background: transparent;
}
.tableContainer .ant-table {
  font-size: 14px;
  font-weight: 600;
}
.tableContainer .ant-table-thead > tr > th {
  background-color: #eee;
}
.tableContainer .anticon {
  font-weight: 200;
}
.cancelledItem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.samplingForm .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  font-size: 12px;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/qcTables/RasterQC/RasterQc.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.rasterQCContainer {
  background-color: #fff;
}
.rasterQCContainer tr.ant-table-expanded-row {
  background-color: #fbfbfb;
}
.rasterQCContainer tr.ant-table-expanded-row:hover {
  background-color: #fbfbfb;
}
.rasterQCContainer .table-column-header {
  color: black !important;
  text-decoration: none;
}
.table-container .ant-table {
  font-size: 12px;
  padding-left: 0 !important;
}
.table-container .ant-table-thead > tr > th {
  background-color: #eee;
  font-weight: 700;
}
.table-container .ant-table-filter-dropdown {
  max-height: 160px;
  overflow-y: hidden;
}
.table-container .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 120px;
  overflow-y: auto;
}
.table-container .ant-dropdown {
  z-index: 9999;
}
.table-container .ant-table-filter-dropdown-link.confirm {
  cursor: pointer;
}
.table-container .ant-table-filter-dropdown-link.clear {
  cursor: pointer;
}
.table-container .ant-tabs-tab-next {
  display: none;
}
.table-container .ant-tabs-tab-prev {
  display: none;
}
.table-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background-color: #d0d4db;
  color: black !important;
}
.table-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover {
  color: black !important;
}
.table-container .ant-tabs-bar {
  margin-bottom: 0px;
}
.table-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin-right: 0px;
  line-height: 20px;
}
.table-container .ant-tabs {
  overflow: visible;
}
.table-container .column-title {
  word-break: break-word;
}
.table-container .ant-table-row {
  background: white;
}
.table-container .ant-table-row:hover {
  background: #f2f2f2 !important;
}
.table-container .ant-table-row .non-critical {
  background: #f2f2f2 !important;
}
.card-container .ant-tabs-tab-next {
  display: none;
}
.card-container .ant-tabs-tab-prev {
  display: none;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background-color: #d0d4db;
  color: black !important;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover {
  color: black !important;
}
.card-container .ant-tabs-bar {
  margin-bottom: 0px;
}
.card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin-right: 0px;
  line-height: 20px;
}
.card-container .ant-tabs {
  overflow: visible;
}
.card-container .ant-tabs-nav {
  padding-left: 0 !important;
}
.ClassWiseTableContainer,
.MistakeWiseTableContainer {
  padding: 2px 15px;
  width: 45%;
  margin: 10px;
  background-color: #fff;
  max-height: 280px;
}
.expandedTableContainer {
  display: flex;
}
.tableHeading {
  font-size: 20px;
  background-color: #eee;
}
.classMistakeHead {
  margin-bottom: 0px;
}
.cancelledItem {
  font-weight: 400;
  font-size: 12px;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/fluAssigment.less ***!
  \******************************************************************************************************************************************************************************************************************/
.fAContainer {
  display: flex;
  flex-direction: column;
}
.fATypeAndTable {
  display: flex;
  flex-direction: column;
}
.fAheader {
  display: flex;
  font-size: 20px;
  color: #404040;
  margin-bottom: 16px;
}
.fAtexttype {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.selectAndSearch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dropAndSearch {
  display: flex;
  flex-direction: row;
}
.tableTopBar {
  display: flex;
  padding-bottom: 2vh;
  max-width: 20%;
  flex-direction: row;
  justify-content: space-between;
}
.tableBottomBar {
  display: flex;
  padding-top: 2vh;
  max-width: 30%;
  margin-left: auto;
  flex-direction: row-reverse;
}
.fAtext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 148px;
  margin-bottom: 8px;
  size: 20px;
}
.fATable .ant-table-thead > tr.ant-table-row-hover > td,
.fATable .ant-table-tbody > tr.ant-table-row-hover > td,
.fATable .ant-table-thead > tr:hover > td,
.fATable .ant-table-tbody > tr:hover > td {
  background: transparent;
}
.fATable .ant-table-tbody > tr {
  background: #fff;
}
.fATable .ant-table-thead > tr {
  background: #5b6575;
}
.fATable .ant-table {
  font-size: 12px;
}
.search {
  display: flex;
  flex-direction: column;
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/UserManagement/UserManagement.less ***!
  \***********************************************************************************************************************************************************************************************************************************/
.userManagementHeader {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
.userManagementTablesData {
  display: flex;
}
.addUsersTable {
  width: 48%;
  border-right: 1px solid #dcdcdc;
}
.removeUsersTable {
  width: 50%;
}
.tabs .ant-tabs-nav .ant-tabs-tab-active {
  color: #005397 !important;
  font-weight: 600;
}
.tabs .ant-tabs-ink-bar {
  background-color: #005397 !important;
}
.userManagementTables {
  padding: 5px 15px 5px 15px;
}
.userManagementTables .ant-table {
  height: 320px;
  font-size: 12px;
}
.userManagementTables .ant-table-thead > tr {
  background: #5b6575;
}
.userManagementTables .ant-table-thead > tr > th {
  font-weight: bold;
  font-size: 14px;
}
.userManagementTables .ant-table-tbody > tr {
  background: #fff;
}
.tableHeader {
  display: flex;
  align-items: baseline;
  padding: 5px 15px 5px 15px;
  justify-content: space-between;
}
.usersHeading {
  margin: 0;
  padding: 15px 15px 5px 15px;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/ImageTaskEditor.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.imageTaskEditorContainer {
  padding: 24px;
  border-bottom: 2px solid #dcdcdc;
}
.controls {
  margin-bottom: 16px;
}
.componentState,
.linearInterpolation {
  margin-bottom: 12px;
}
.componentState .tooltipCard,
.linearInterpolation .tooltipCard {
  background-color: #000;
}
.controlsText,
.classesText {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 12px;
}
.classesHeader {
  display: flex;
  justify-content: space-between;
}
.classesSearchInputContainer {
  width: min-content;
}
.classesTableTaskEditor .ant-table {
  font-size: 12px;
}
.classesTableTaskEditor .ant-table-thead > tr {
  background: #5b6575;
}
.classesTableTaskEditor .ant-table-thead > tr > th {
  font-weight: bold;
  font-size: 14px;
}
.classesTableTaskEditor .ant-table-tbody > tr {
  background: #fff;
}
.classesTableTaskEditor .ant-table-tbody > tr:hover > td {
  background: #daf4ff;
}
.imageTaskEditorAnnotationName {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
}
.componentStateText,
.linearInterpolationText {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
}
.radioGroup {
  margin: 6px;
}
.resetButtonContainer {
  display: flex;
  justify-content: space-between;
}
.resetButtonToolTipCard {
  font-size: 12px;
}
.resetButtonToolTipCard .ant-tooltip-placement-top {
  top: 98px;
}
.resetButtonToolTipCard .ant-tooltip-arrow-content {
  background-color: #000000 !important;
}
.resetButtonToolTipCard .ant-tooltip-inner {
  max-width: 186px;
  background-color: #000000;
  border-radius: 4px;
}
.statesToolTipCard {
  font-size: 12px;
}
.statesToolTipCard .ant-tooltip-arrow-content {
  background-color: #000000 !important;
}
.statesToolTipCard .ant-tooltip-inner {
  background-color: #000000;
  border-radius: 4px;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/AnnotationToolsTab.less ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.annotationToolsContainer {
  display: flex;
}
.menu {
  width: 20%;
}
.menu .ant-menu {
  height: 420px;
  font-size: 12px;
}
.content {
  height: 420px;
  overflow-y: scroll;
  width: 80%;
}
.content .ant-layout {
  padding-right: 24px;
}
.enabledAnnotationItem {
  color: #005397;
  position: absolute;
  right: 10%;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/ImageRuleConfig.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.ruleConfigTable {
  padding: 24px;
}
.ruleConfigTable .ant-table {
  font-size: 12px;
}
.ruleConfigTable .ant-table-thead > tr {
  background: #5b6575;
}
.ruleConfigTable .ant-table-thead > tr > th {
  font-weight: bold;
  font-size: 14px;
}
.ruleConfigTable .ant-table-tbody > tr {
  background: #fff;
}
.ruleConfigTable .ant-table-tbody > tr:hover > td {
  background: #daf4ff;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/RuleConfigTab.less ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.ruleConfigContainer {
  height: 420px;
  overflow-y: scroll;
}

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/ImageOtherConfigs.less ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.customWidgetsContainer,
.attributeConfigContainer,
.mlProposalsContainer,
.thumbnailsContainer,
.annTrackingContainer,
.effectsContainer,
.taskTimerContainer,
.aiAssistanceContainer {
  padding: 24px;
  border-bottom: 2px solid #dcdcdc;
}
.customWidgetsText,
.mlProposalsText,
.thumbnailsText,
.annTrackingText,
.attributeConfigText,
.effectsText,
.aiAssistanceText,
.taskTimerText {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}
.addWidget {
  margin-top: 12px;
}
.radioGroupConfig {
  margin-top: 6px;
}
.brightness {
  margin-top: 6px;
  color: #000;
  font-weight: 600;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/components/OtherConfigsTab.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.otherConfigsContainer {
  display: flex;
}
.menu {
  width: 20%;
}
.menu .ant-menu {
  height: 420px;
  font-size: 12px;
}
.content {
  height: 420px;
  overflow-y: scroll;
  width: 80%;
}
.content .ant-layout {
  padding-right: 24px;
}
.errorMessage {
  font-size: 12px;
  color: #d9534f;
}

/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/TaskEditor/TaskEditor.less ***!
  \***************************************************************************************************************************************************************************************************************************/
.taskEditorHeader {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
.tabs .ant-tabs-nav {
  margin: 0px;
  padding-top: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #005397 !important;
  font-weight: 600;
}
.tabs .ant-tabs-ink-bar {
  background-color: #005397 !important;
}
.tabs .ant-tabs-tab {
  padding: 8px 20px;
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/new/WorkflowTemplateForm.less ***!
  \******************************************************************************************************************************************************************************************************************************/
.tableContainerWorkflow {
  display: flex;
  width: 46%;
}
.tableContainerWorkflow .ant-table-wrapper {
  width: 100%;
}
.formContainer {
  display: flex;
  flex-basis: 50%;
}
.formandTableContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/modal.less ***!
  \****************************************************************************************************************************************************************************************/
.overlay {
  z-index: 99999;
  text-align: center;
}
.modal-dialog {
  margin-top: 100px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 10px;
  max-width: 500px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  border-radius: 5px;
}
.modal-dialog .msg {
  color: #222222;
  text-align: left;
  margin: 20px 0px;
}
.modal-dialog .fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.modal-dialog .controls {
  text-align: right;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/new/Workflow.less ***!
  \******************************************************************************************************************************************************************************************************************/
.confirmSaveWF .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns {
  display: flex;
  flex-direction: row;
}
.confirmSaveWF .confirmSaveWF .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns .ant-btn-dangerous {
  color: #f04134;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
}
.confirmSaveWF .ant-btn-dangerous:hover,
.confirmSaveWF .ant-btn-dangerous:focus {
  color: #fff !important;
  background-color: #f04134 !important;
  border: 1px solid #bb2b21 !important;
}
.job-validation-box {
  border: 1px solid white;
  justify-content: space-around;
  display: flex;
  height: 32px;
  align-items: center;
  border-radius: 4px;
}
.job-validation-box span {
  margin-right: 4px;
}
.job-validation-box_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-validation-box .ant-switch {
  border: 1px solid #ccc;
}
.job-validation-box .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
}
.job-validation-box .ant-switch-checked {
  border-color: #108ee9;
  height: 14px;
}
.job-validation-box .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 1px);
  top: 0px;
}
.save-and-refresh {
  display: flex;
  justify-content: space-evenly;
}
.settings-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/workflow-explorer/components/react-select-styles.less ***!
  \*************************************************************************************************************************************************************************************************************************/
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/project-explorer/components/client-project-selector.less ***!
  \****************************************************************************************************************************************************************************************************************************/
.client-project-selector {
  font-size: 14px;
  border-radius: 4px;
}
.client-project-selector .ant-btn:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #025fff, #0285ff);
}
.client-project-selector .client-project-btn,
.client-project-selector .ant-btn:hover,
.client-project-selector .ant-btn:active,
.client-project-selector .ant-btn:focus {
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #025fff, #0285ff);
  margin: 10px 0 10px 20px;
  padding: 5px 10px;
  max-width: 220px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.client-project-selector .client-project-btn .right-arrow-icon,
.client-project-selector .ant-btn:hover .right-arrow-icon,
.client-project-selector .ant-btn:active .right-arrow-icon,
.client-project-selector .ant-btn:focus .right-arrow-icon,
.client-project-selector .client-project-btn .down-arrow-icon,
.client-project-selector .ant-btn:hover .down-arrow-icon,
.client-project-selector .ant-btn:active .down-arrow-icon,
.client-project-selector .ant-btn:focus .down-arrow-icon {
  font-size: 10px;
  opacity: 0.4;
  color: #ffffff;
}
.client-project-selector .client-project-btn .right-arrow-icon,
.client-project-selector .ant-btn:hover .right-arrow-icon,
.client-project-selector .ant-btn:active .right-arrow-icon,
.client-project-selector .ant-btn:focus .right-arrow-icon {
  margin: 0 6px;
}
.client-project-selector .client-project-btn .down-arrow-icon,
.client-project-selector .ant-btn:hover .down-arrow-icon,
.client-project-selector .ant-btn:active .down-arrow-icon,
.client-project-selector .ant-btn:focus .down-arrow-icon {
  margin: 0 0 0 6px;
}
.del-option {
  background: rgba(255, 0, 0, 0.07);
}
.client-project-pop-over .ant-popover-title {
  height: auto;
  padding: 10px;
  color: #000;
}
.client-project-pop-over .ant-popover-title h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 6px 3px 6px;
}
.client-project-pop-over .ant-popover-arrow {
  display: none;
}
.client-project-pop-over .ant-form-item {
  margin-bottom: 15px;
}
.client-project-pop-over .ant-btn {
  margin-left: 10px;
  font-size: 14px;
}
.client-project-pop-over .ant-popover-inner-content {
  width: 270px;
  color: #000;
}
.client-project-pop-over .ant-popover-inner-content .create-new,
.client-project-pop-over .ant-popover-inner-content .create-new-clickable {
  float: right;
  font-weight: 600;
}
.client-project-pop-over .ant-popover-inner-content .create-new-clickable {
  cursor: pointer;
  color: #0264ff;
}
.client-project-pop-over .ant-popover-inner-content .select-type {
  font-weight: 400;
  padding-bottom: 3px;
}
.client-project-pop-over .ant-popover-inner-content .ant-row .ant-legacy-form-item {
  margin: 0;
}
.client-project-pop-over .submit-row {
  float: right;
}
.client-project-pop-over .new-project-pop-over {
  left: 105px !important;
}
.client-project-pop-over .new-project-pop-over .ant-popover-inner-content {
  height: 336px;
}
.client-project-pop-over .new-client-pop-over {
  left: 105px !important;
}
.client-project-pop-over .new-client-pop-over .ant-popover-inner-content {
  height: 125px;
}

/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/project-explorer/components/sider.less ***!
  \**********************************************************************************************************************************************************************************************************/
.sider {
  left: 0;
  position: fixed;
  width: 300px;
  height: calc(100% - 48px);
  background: #fff;
  display: flex;
  flex: auto;
  flex-direction: column;
}
.sider .sider-divider {
  margin: 10px 20px;
  height: 1px;
  opacity: 0.2;
  border-radius: 2px;
  background-image: linear-gradient(91deg, #025fff, #0285ff);
}
.sider .info-btn {
  float: right;
  margin-top: 15px;
  margin-right: 0 !important;
  color: #000;
  font-size: 13px;
  font-weight: 200;
}
.sider .menu-container {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.sider .menu-container .menu-loader {
  margin: 30px;
  display: block;
  text-align: center;
  font-size: 35px;
}
.sider .menu-container .nothing-found {
  text-align: center;
}
.sider .menu-container .ant-menu {
  color: #000;
  border: none;
}
.sider .menu-container .ant-menu .ant-menu-item {
  padding: 0 !important;
}
.sider .menu-container .ant-menu .menu-item {
  font-weight: 600;
  font-size: 16px;
  color: #1a68ff;
  height: 40px;
  border-bottom: 1px solid #eee;
  padding: 0px 16px;
}
.sider .menu-container .ant-menu .menu-item:hover {
  background-color: #ecf6fd;
}
.sider .menu-container::-webkit-scrollbar {
  width: 0;
}
.sider .custom-components {
  flex-grow: 0;
  padding: 10px;
}
.sider .custom-components .ant-btn {
  margin: 10px;
}
.new-macrotask-pop-over .ant-popover-title,
.info-pop-over .ant-popover-title {
  height: auto;
  padding: 10px;
  color: #000;
}
.new-macrotask-pop-over .ant-popover-arrow,
.info-pop-over .ant-popover-arrow {
  display: none;
}
.new-macrotask-pop-over .ant-popover-inner-content,
.info-pop-over .ant-popover-inner-content {
  width: 270px;
  color: #000;
  height: auto;
}
.info-pop-over {
  padding-left: 20px !important;
}
.info-pop-over .ant-popover-inner-content {
  width: 355px;
  padding: 5px 0;
}
.new-macrotask-pop-over .ant-form-item {
  margin-bottom: 10px;
}
.new-macrotask-pop-over .ant-btn {
  margin-left: 10px;
}
.new-macrotask-pop-over .ant-popover-inner-content {
  width: 270px;
}

/*!**********************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../shared/style/colors-constants.css ***!
  \**********************************************************************************************************************/
:root {
    /*GRAY*/
    --primary-gray1: #f3f3f8;
    --primary-gray2: #f0f1f5;
    --primary-gray3: #e4e5eb;
    --primary-gray4: #d0d1d9;
    --primary-gray5: #b8b8c0;
    --primary-gray6: #acadb5;
    --primary-gray7: #9c9da6;
    --primary-gray8: #8b8c94;
    --primary-gray9: #7b7c85;
    --primary-gray10: #6d6e75;
    --primary-gray11: #606168;
    --primary-gray12: #585961;
    --primary-gray13: #44454c;
    --primary-gray14: #3b3b42;
    --primary-gray15: #28282e;
    --secondary-gray1: #ececf0;
    --secondary-gray2: #dbdce3;
    --secondary-gray3: #c4c5cc;
    --secondary-gray4: #acadb5;
    --secondary-gray5: #9c9da6;
    --secondary-gray6: #8b8c94;
    --secondary-gray7: #7b7c85;
    --secondary-gray8: #4e4f57;
    --secondary-gray9: #313238;
    --secondary-gray10: #1c1d21;
    --secondary-gray11: #0b0b0c;

    /*SHADOW*/
    --gray-shadow: #e4e4eb;

    /*BLUE*/
    --blue-light: #d1d3f0;
    --blue-medium: #3f4eeb;
    --blue-dark: #2b3ad9;

    /*RED*/
    --red-light: #f8dfdd;
    --red-dark: #eb503f;

    /*GREEN*/
    --green-light: #d1f0dd;
    --green-dark: #2bd96e;

    --color-success: #2bd96e;
    --color-success-secondary: rgba(44, 217, 110, 0.16);
    --color-info: linear-gradient(258deg, #4c51ed, #2026dd 98%, #2026dd 98%, #1f25dd);
    --color-info-secondary: rgba(39, 45, 223, 0.16);
    --color-error: #eb503f;
    --color-error-secondary: rgba(235, 81, 64, 0.16);
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/style/index.less ***!
  \***********************************************************************************************************************************************************************************/
body {
  background: #eceef2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.test {
  background: yellow;
  border: 10px solid #0b97c4;
}
.header {
  background-color: #000000;
  height: 48px;
  min-height: 48px;
  border: none !important;
  border-radius: 0 !important;
  color: white !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-decoration: none;
}
.header span#logo {
  font-size: 18px;
}
.header img.logo {
  max-height: 26px;
}
.header img.beta_logo {
  display: flex;
  align-items: center;
  width: 36px;
  height: 18px;
  padding-left: 4px;
}
.sidenav {
  position: fixed;
  width: 300px;
  height: 100%;
  left: -250px;
  top: 0px;
  padding-top: 51px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sidenav .explorer {
  position: relative;
  height: 48%;
}
.sidenav .explorer header {
  background: #000000;
  position: relative;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 10;
  left: 0px;
  color: #fff;
  padding: 10px;
  transition-duration: 0.2s;
}
.sidenav .explorer header.createTask {
  background: #2a3cdb;
}
.sidenav .explorer header input {
  width: 200px !important;
  position: absolute;
  display: block;
  top: 4px;
  right: 10px;
  left: 10px;
  padding: 7px;
  border: 0px;
  border-radius: 3px;
  outline: none;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sidenav .explorer header input.createTaskInactive {
  background: red;
  width: 0px !important;
  opacity: 0;
  right: 0px;
}
.sidenav .explorer header input.createTaskActive {
  background: red;
  width: auto !important;
  opacity: 1;
  right: 0px;
}
.sidenav .explorer header i:hover {
  color: greenyellow;
  cursor: pointer;
}
.sidenav .explorer header i.check {
  color: greenyellow;
}
.sidenav .explorer header .side {
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 5px;
}
.sidenav .explorer main {
  position: relative;
  height: 79%;
  width: 100%;
  overflow-x: visible;
  overflow-y: scroll;
}
.sidenav .explorer main ul {
  padding: 0px;
  margin: 0px;
}
.sidenav .explorer main ul li {
  list-style: none;
  padding: 8px;
  border-bottom: 1px solid #e1e1e1;
  padding-right: 15px;
  color: #666;
}
.sidenav .explorer main ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.sidenav .explorer main ul li i {
  float: right;
  top: 0px;
  opacity: 0.5;
}
.sidenav .explorer main ul li i:hover {
  color: red;
}
.sidenav .explorer main .noResult {
  text-align: center;
  padding: 20px;
  border: none;
  color: darkred;
  font-size: 12px;
  opacity: 0.5;
}
.sidenav .explorer main .noResult i {
  margin-bottom: 10px;
  float: none;
  opacity: 1;
  font-size: 30px;
  display: block;
}
.sidenav .explorer main .noResult:hover {
  cursor: auto;
  background: none;
}
.pageWrapper {
  margin-left: 300px;
}
.pageWrapper .workflow-heading {
  margin-top: 0px;
  padding: 20px 10px 10px 40px;
}
.no-user-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mainProjectExplorer {
  position: relative;
  display: flex;
  flex-flow: column;
}
.mainProjectExplorer .listHeader {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mainProjectExplorer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #495be2;
}
.mainProjectExplorer .listHeader {
  background: #45484d;
  /* Old browsers */
  padding-left: 16px;
  color: #fff;
  width: 100%;
  min-height: 41px;
  position: relative;
  @extend . no-user-select;
}
.mainProjectExplorer .listHeader .switchContainer .ant-switch {
  line-height: 20px;
}
.mainProjectExplorer .listHeader .switchContainer .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
}
.mainProjectExplorer .listHeader .switchContainer .ant-switch-checked {
  border: 0;
}
.mainProjectExplorer .listHeader .switchContainer .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
  top: 2px;
}
.mainProjectExplorer .listHeader .switch {
  border: 1px solid #ccc;
}
.mainProjectExplorer .search {
  background: red;
}
.mainProjectExplorer main {
  padding-right: 5px;
  height: 100%;
  overflow: scroll;
  flex: 1;
}
.mainProjectExplorer main .microtask {
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  padding-right: 5px;
  padding: 5px 30px;
}
.mainProjectExplorer main .microtask .index,
.mainProjectExplorer main .microtask .wrap,
.mainProjectExplorer main .microtask .status {
  display: inline-block;
}
.mainProjectExplorer main .microtask .index,
.mainProjectExplorer main .microtask .status {
  width: 20px;
  min-width: 20px;
  text-align: center;
  vertical-align: top;
  padding-top: 30px;
}
.mainProjectExplorer main .microtask .wrap {
  display: block;
  width: 100%;
  padding: 10px 7px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-top: 0px;
  transition-duration: 0.2s;
  overflow: hidden;
}
.mainProjectExplorer main .microtask .wrap h4 {
  margin: 0px;
}
.mainProjectExplorer main .microtask .wrap h5 {
  margin: 0px;
  font-size: 12px;
  color: #ccc;
}
.mainProjectExplorer main .microtask .wrap:hover {
  background: #e9f4fb;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-top: 0px;
  transform: scale(1.01);
  overflow: hidden;
}
.mainProjectExplorer main .microtask .wrap .name {
  margin-bottom: 5px;
  color: #222;
  padding-left: 35px;
}
.mainProjectExplorer main .microtask .wrap .taskId {
  font-size: 12px;
  color: #999;
}
.mainProjectExplorer main .microtask .wrap .status {
  position: absolute;
  vertical-align: top;
  top: 0px;
  right: 0px;
  margin-right: 17px;
}
.mainProjectExplorer main .microtask .wrap .status i {
  position: absolute;
  top: 13px;
}
.mainProjectExplorer main .microTaskSelectConatiner {
  margin-top: 100px;
}
.mainProjectExplorer main .microTaskSelectConatiner .ant-row {
  justify-content: center;
}
.mainProjectExplorer .iconInput {
  position: relative;
  top: -7px;
  display: inline-block;
}
.mainProjectExplorer .iconInput button,
.mainProjectExplorer .iconInput input[type='search'],
.mainProjectExplorer .iconInput input[type='text'] {
  padding: 7px;
  color: #111;
  border: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mainProjectExplorer .iconInput button {
  border: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mainProjectExplorer .status {
  float: right;
  padding-right: 15px;
  position: relative;
  top: 5px;
}
.mainProjectExplorer .ReactTabs__Tab {
  z-index: 10;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  background: red !important;
}
.mainProjectExplorer .syncStatus {
  background: red;
}
.mainProjectExplorer .ui .vertical .divider {
  display: none;
}
.mainProjectExplorer .card {
  background: white;
  height: auto;
  width: 600px;
  margin: 0px auto;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 2.5em 0.9em -2em rgba(85, 85, 85, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.63, -0.32, 0.4, 1.39);
}
.mainProjectExplorer .card p:first-child {
  background: #eee;
  font-size: 14px;
  font-family: 'fantasy';
  position: relative;
  height: 1px;
  margin-bottom: 36px;
}
.mainProjectExplorer .card p:first-child span {
  background: #fff;
  position: relative;
  top: -10px;
  padding: 3px 10px;
}
.mainProjectExplorer .card p {
  font-size: 24px;
  font-weight: 100;
  color: #555;
}
.mainProjectExplorer .card i.fa {
  opacity: 0.5;
  color: #4e62f7;
}
.mainProjectExplorer .fallback {
  padding: 40px 10px 10px 10px;
  text-align: left;
}
.mainProjectExplorer .fallback .task {
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  font-weight: 100;
  padding: 20px 10px;
  color: #fff;
  position: relative;
  border-radius: 4px;
  height: 180px;
  transition-duration: 0.3s;
  max-width: 180px;
  text-align: center;
}
.mainProjectExplorer .fallback .task h1,
.mainProjectExplorer .fallback .task h2,
.mainProjectExplorer .fallback .task h3 {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.mainProjectExplorer .fallback .task h2 {
  font-size: 18px;
}
.mainProjectExplorer .fallback .task h1 {
  margin: 24px 0px;
}
.mainProjectExplorer .fallback .task:hover {
  transform: scale(1.03);
}
.mainProjectExplorer .fallback .task:hover:before {
  transform: rotate(6deg);
}
.mainProjectExplorer .fallback .task:hover:after {
  transform: rotate(-6deg);
}
.mainProjectExplorer .fallback .task:before {
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: rotate(3deg);
  transition-duration: 0.3s;
  opacity: 0.4;
  border-radius: 4px;
}
.mainProjectExplorer .fallback .task:after {
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: rotate(-3deg);
  opacity: 0.4;
  border-radius: 3px;
  transition-duration: 0.3s;
}
.mainProjectExplorer .fallback .task_ui_element {
  display: inline-block;
  width: 40%;
  padding: 10px;
}
.mainProjectExplorer .fallback .task_ui_element .holder {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.mainProjectExplorer .fallback .task_input {
  vertical-align: top;
  margin-top: 40px;
  width: 60%;
  display: inline-block;
}
.mainProjectExplorer .fallback .task_input ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mainProjectExplorer .fallback .task_input ul li {
  width: 49%;
  margin-top: 0.5%;
  margin-left: 0.5%;
  border: 1px solid #0b97c4;
  display: inline-block;
  padding: 10px;
  border-radius: 0px;
}
.mainProjectExplorer .microtask-filters .microtaskFilterBox {
  width: 100%;
}
.mainProjectExplorer .microtask-filters .microtaskFilterBox .ant-select-selection--multiple .ant-select-selection__rendered {
  color: #ffffff;
  border: 0px;
  position: relative;
  margin-right: 0px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.mainProjectExplorer .microtask-filters span {
  color: #a09f9f;
  font-weight: bold;
}
.container {
  padding: 0px 20px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.container .metaInfo {
  margin: 20px auto;
  padding-top: 20px;
}
.container .metaInfo h3,
.container .metaInfo h5 {
  margin: 0px;
  padding: 0px;
}
.container .metaInfo h5 {
  color: #999;
}
.container .section {
  margin-left: 20%;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 10%;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b97c4;
}
.container .sectionLast {
  margin-left: 20%;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 10%;
  color: #999;
  padding-bottom: 100px;
}
.container .formGroup {
  margin-top: 20px;
}
.container .formGroup label {
  width: 30%;
  padding-right: 30px;
  text-align: right;
  color: #999;
}
.container .formGroup input[type='text'],
.container .formGroup input[type='number'] {
  padding: 10px;
  width: 70%;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
}
.container .formGroup input[type='text']:active,
.container .formGroup input[type='number']:active,
.container .formGroup input[type='text']:focus,
.container .formGroup input[type='number']:focus {
  border: 1px solid #3498db;
}
.container .questions {
  padding-top: 10px;
  text-align: center;
}
.container .questions .dropArea {
  background: rgba(204, 204, 204, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.container .questions .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.container .taskUI,
.container .instructions {
  margin-top: 40px;
}
.container .taskUI .UIComponents,
.container .instructions .UIComponents {
  width: 50%;
  display: inline-block;
}
.container .taskUI .renderComponent,
.container .instructions .renderComponent {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.container .taskUI img.mockPhone,
.container .instructions img.mockPhone {
  max-width: 300px;
}
.container .tags {
  padding-top: 20px;
  text-align: center;
}
.container .tags .dropArea {
  background: rgba(204, 204, 204, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.container .tags .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.container .rules {
  border-radius: 3px;
  margin: 30px auto;
}
.container .rules textarea {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  min-height: 500px;
}
.container .rules .mobileContainer {
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 20px auto;
}
.container .instructions .htmlTags div {
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.container .instructions textarea.htmlEditor {
  display: block;
  width: 100%;
  min-height: 400px;
  font-family: Monaco;
}
.container .questionsTable table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}
.container .questionsTable .misc {
  background: red;
  text-align: center;
}
.container .loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  text-align: center;
}
.container .loader .holder {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container .syncStatus {
  background: red;
  text-align: center;
  padding: 10px 0px;
  border-radius: 50%;
  color: #fff;
  height: 70px;
  width: 70px;
  -webkit-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  z-index: 99999999;
}
.container .syncStatus h6 {
  padding: 0px;
  margin: 0px;
}
.container .duplicateTaskInput {
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-right: 20px;
}
.container .duplicateTaskInput:active,
.container .duplicateTaskInput:focus {
  outline: none;
  border-bottom: 2px solid #3498db;
}
.container .duplicateTaskSelect {
  padding: 10px;
  margin-left: 20px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.inputDefault {
  display: block;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
.spamFilter {
  padding: 20px 0px;
  transition-duration: 0.2s;
}
.workflowListViewer .task {
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  font-weight: 100;
  padding: 20px 10px;
  color: #fff;
  position: relative;
  border-radius: 4px;
  height: 160px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 200px;
  margin-bottom: 20px;
}
.workflowListViewer .task h3 {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.workflowListViewer .task:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.workflowListViewer .task:hover:before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}
.workflowListViewer .task:hover:after {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.workflowListViewer .task:before {
  height: 100%;
  width: 100%;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.4;
  border-radius: 4px;
}
.workflowListViewer .task:after {
  height: 100%;
  width: 100%;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #92fe9d, #00c9ff);
  background-image: linear-gradient(135deg, #92fe9d, #00c9ff);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0.4;
  border-radius: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.workflowListViewer .workflow-header {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 11px;
}
.workflowListViewer .workflow-header button {
  border-radius: 10px;
  padding: 3px 15px;
  top: -3px;
  position: relative;
}
.tabStyles {
  background: #fff;
  margin-top: -16px;
  border: none;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  min-height: 500px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
}
.ant-tabs-nav .ant-tabs-tab {
  margin-right: 0;
}
.microtask-settings-wrapper {
  margin: 0 20px;
  position: relative;
  top: -30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  background: white;
}
.react-tabs [role='tab'][aria-selected='true'] {
  border: none;
  border-bottom: 5px solid #495be2;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  outline: none;
  color: #495be2;
  font-weight: bold;
  box-shadow: none;
}
.react-tabs [role='tab'][aria-selected='true']:before,
.react-tabs [role='tab'][aria-selected='true']:after {
  display: none;
}
.react-tabs [role='tab'] {
  background: #fff;
  padding: 10px 0px;
  text-align: center;
  border-radius: 0px;
  border-bottom: #f1f1f1 1px solid;
  flex: 1;
}
.react-tabs [role='tab'] i.fa {
  transform: scale(1.3);
  margin-right: 6px;
}
.react-tabs [role='tab']:before,
.react-tabs [role='tab']:after {
  display: none;
}
.react-tabs [role='tab']:focus {
  box-shadow: none;
  border: none;
  border-bottom: 5px solid #495be2;
}
.react-tabs [role='tablist'] {
  display: flex;
  width: 100%;
}
.navbar-fixed-top {
  z-index: 100 !important;
}
.joyride-tooltip__header {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #3f44e8 !important;
  text-align: left;
  border-bottom: none !important;
}
.joyride-tooltip__header ~ .joyride-tooltip__main {
  font-size: 15px;
  color: #585961;
  line-height: 1.6;
  padding: 0px 0px 18px 0px !important;
}
.joyride-tooltip__button--primary {
  background-image: linear-gradient(263deg, #4c51ed, #1f25dd);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 12px 0 !important;
}
@media screen and (min-width: 960px) {
  .joyride-tooltip {
    width: 390px;
  }
}
.joyride-tooltip {
  border-bottom: none !important;
}
.joyride-tooltip__close {
  top: 25px !important;
  font-size: 20px;
}
.joyride-beacon__outer {
  background-color: rgba(235, 80, 63, 0.3);
  border: 2px solid #eb503f;
}
.joyride-beacon__inner {
  background-color: #eb503f;
}
.joyride-beacon {
  display: none !important;
}
.joyride-tooltip.bottom-left .joyride-tooltip__triangle,
.joyride-tooltip.bottom-right .joyride-tooltip__triangle,
.joyride-tooltip.bottom .joyride-tooltip__triangle {
  height: 9px;
  top: -9px;
}
.joyride-hole {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.8);
}
.isDisabled {
  cursor: not-allowed;
}
.padding0 {
  padding: 0 !important;
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/submission-viewer/components/submission-viewer.less ***!
  \**********************************************************************************************************************************************************************************************************************/
.submission-viewer .no-data-found {
  height: 72.5vh;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 200px;
}
.submission-viewer .submission-viewer-filter-form {
  padding: 8px 40px;
  background: #ffffff;
  border: none;
  width: 100%;
  z-index: 100;
}
.submission-viewer .submission-viewer-filter-form .ant-form-item-label {
  text-align: left;
  line-height: 10px;
}
.submission-viewer .submission-viewer-filter-form .ant-form-item-label label {
  font-size: 12px;
  line-height: 10px;
}
.submission-viewer .submission-viewer-filter-form .ant-legacy-form-item {
  margin: 0;
}
.submission-viewer .general-qa-holder {
  background-color: #ffffff;
}
.submission-viewer .general-qa-holder .back-link {
  display: none;
}
.submission-viewer .general-qa-holder .next-arrow {
  right: 4%;
}
.submission-viewer .general-qa-holder .prev-arrow {
  left: 4%;
}
.submission-viewer .general-qa-holder .btn-secondary:hover,
.submission-viewer .general-qa-holder .btn-sm:hover {
  background-color: #3f4959;
  color: white;
}
.submission-viewer .crop-app {
  overflow: visible;
  text-align: initial;
}

/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/taskholder.less ***!
  \*********************************************************************************************************************************************************************************************/
.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}
.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}
.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
Resizer.disabled {
  cursor: not-allowed;
}
Resizer.disabled:hover {
  border-color: transparent;
}

/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/NetworkModal.less ***!
  \***********************************************************************************************************************************************************************************************/
.reconnectModal .ant-modal-body {
  padding: 0 0 0 0 !important;
  margin: 0px;
  border-radius: 3px;
}
.ant-modal-wrap {
  z-index: 1000;
}
.reconnect_modal-title {
  width: 520px;
  height: 80px;
  background-color: #ffebb4;
}
.reconnect-image {
  position: absolute;
  top: 11%;
  left: 42%;
  z-index: 1;
}
.reconnect_modal-body {
  width: 520px;
  height: 170px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #151b28;
  position: relative;
  border-bottom: solid #262e3d 2px;
  overflow: hidden;
}
.reconnect_modal-para {
  width: 520px;
  height: 31px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  padding-top: 15%;
}
.reconnect_modal-para_description {
  font-size: 16px;
}
.reconnect_modal-footer {
  width: 520px;
  height: 120px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #151b28;
  position: relative;
  overflow: hidden;
}
.reconnect_modal-footer-text {
  width: 520px;
  height: 18px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  padding-top: 5%;
}
.reconnect_modal-button {
  position: absolute;
  top: 45%;
  left: 35%;
  width: 150px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #ffffff;
}
.reconnect_modal-button-text {
  text-shadow: 0 0 4px rgba(0, 5, 13, 0.25);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #151b28;
}

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/submission-viewer/components/question-answers.less ***!
  \*********************************************************************************************************************************************************************************************************************/
.general-qa-holder .SplitPane {
  position: relative !important;
  height: 0.725% !important;
}
.general-qa-holder .grammar-elements {
  width: 100%;
  float: left;
  padding: 1% 1% 1% 1%;
}
.general-qa-holder .arrow-mixin img {
  max-height: 60px;
  opacity: 0.8;
  z-index: 10;
}
.general-qa-holder .arrow-mixin .text {
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  color: #777;
  margin-top: 8px;
}
.general-qa-holder .arrow-mixin:hover {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}
.general-qa-holder .next-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  right: 5px;
}
.general-qa-holder .next-arrow img {
  max-height: 60px;
  opacity: 0.8;
  z-index: 10;
}
.general-qa-holder .next-arrow .text {
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  color: #777;
  margin-top: 8px;
}
.general-qa-holder .next-arrow:hover {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}
.general-qa-holder .prev-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 0;
}
.general-qa-holder .prev-arrow img {
  max-height: 60px;
  opacity: 0.8;
  z-index: 10;
}
.general-qa-holder .prev-arrow .text {
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  color: #777;
  margin-top: 8px;
}
.general-qa-holder .prev-arrow:hover {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}
.general-qa-holder .prev-arrow img {
  transform: rotate(180deg);
}
.general-qa-holder .input-wrap {
  bottom: 55px;
}
.general-qa-holder #searchBox {
  display: none;
  visibility: hidden;
}
.comparsion-container {
  position: absolute;
  width: 360px;
  height: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #262e3d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  top: 8px;
  z-index: 100;
}
.comparsion-container .section {
  width: 100%;
  display: flex;
  align-items: center;
}
.comparsion-container .divider {
  position: static;
  width: 0px;
  height: 22px;
  left: 123px;
  top: 9px;
  border: 1px solid #4f5765;
  margin: 4px 8px;
}
.comparsion-container .form-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 221px;
  color: white;
}
.comparsion-container .chip-button {
  width: 61px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}
.comparsion-container .chip-selected {
  background: #343c4d;
}
.comparsion-container .main-title {
  color: #fff2ce;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-right: 16px;
}
.comparsion-container .capital-letter {
  text-transform: capitalize;
}
.comparsion-container .comp-title {
  font-size: 12px;
  font-weight: 400px;
  line-height: 15px;
}
.comparsion-container .section-two {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 4px;
}
.comparsion-container .form-text {
  left: 0px;
  top: 8.5px;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin: 4px 12px;
}
.comparsion-container .radio-button {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.comparsion-container .radio-legend {
  width: 6px !important;
  height: 16px !important;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
}
.comparsion-container .radio-legend .radio-inline-legend {
  height: 8px;
  display: inline-block;
  width: 6px;
}
.comparsion-container .radio-legend .top-border {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.comparsion-container .radio-legend .bottom-border {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/submission-viewer/components/submission-viewer-action-bar.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
.submission-viewer-action-bar {
  height: 58px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 var(--pale-grey-three);
  border: solid 1px var(--pale-grey-three);
  z-index: 10;
}
.submission-viewer-action-bar .ant-btn {
  font-size: 14px;
  border-radius: 4px;
}
.submission-viewer-action-bar .create-test-question {
  border: none;
  float: right;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #025fff, #0285ff);
}
.submission-viewer-action-bar .bottom-bar {
  display: flex;
  height: 58px;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 10;
}
.submission-viewer-action-bar .bottom-bar .align-center {
  display: flex;
  align-items: center;
}
.submission-viewer-action-bar .bottom-bar .btn-secondary:hover,
.submission-viewer-action-bar .bottom-bar .btn-sm:hover {
  background-color: #3f4959;
  color: white;
}
.submission-viewer-action-bar .bottom-bar .loading {
  font-size: 25px;
  margin-left: 15px;
  font-weight: 500;
  color: #fff;
}
.submission-viewer-action-bar .bottom-bar .flu-details {
  border: none;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-top: 9px;
  margin-right: 15px;
}
.submission-viewer-action-bar .bottom-bar .page-no {
  float: right;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.submission-viewer-action-bar .bottom-bar .go-to-page-wrapper {
  color: white;
}
.submission-viewer-action-bar .bottom-bar .go-to-page-wrapper .go-to-page {
  width: 75px;
  padding-left: 5px;
}
.submission-viewer-action-bar .bottom-bar .go-to-page-wrapper .go-to-page .ant-input {
  font-weight: 600;
  font-size: 14px;
}
.submission-viewer-action-bar .bottom-bar .go-to-page-wrapper .go-to-page .ant-input-suffix {
  right: 0;
}
.submission-viewer-action-bar .bottom-bar .go-to-page-wrapper .go-to-page .ant-input-suffix .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #262e3d !important;
  padding: 5px 10px;
}
.submission-details-pop-over,
.create-test-question-pop-over {
  max-width: 300px;
}
.submission-details-pop-over .ant-popover-title,
.create-test-question-pop-over .ant-popover-title {
  height: auto;
  padding: 10px;
  color: #000;
}
.submission-details-pop-over .ant-popover-title h4,
.create-test-question-pop-over .ant-popover-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 6px 3px 6px;
}
.submission-details-pop-over .ant-popover-title p,
.create-test-question-pop-over .ant-popover-title p {
  font-size: 13px;
  margin: 0 6px;
  font-weight: 400;
}
.submission-details-pop-over .ant-popover-inner-content,
.create-test-question-pop-over .ant-popover-inner-content {
  color: #000;
  padding: 16px;
}
.submission-details-pop-over .ant-popover-inner {
  width: max-content;
}
.submission-details-pop-over .ant-popover-inner-content .ant-tag {
  border-radius: 4px;
  border: none;
  background-color: #f3f3f8;
  font-size: 13px;
  color: black;
  font-weight: 500;
}
.submission-details-pop-over .ant-popover-inner-content h6 {
  font-size: 11px;
  margin: 20px 0 6px 0;
  line-height: 1.09;
  text-align: left;
  color: gray;
}
.submission-details-pop-over .ant-popover-inner-content .question-type h6 {
  margin: 0 0 6px 0;
}
.create-test-question-pop-over .ant-form-item {
  margin-bottom: 15px;
}
.create-test-question-pop-over .ant-form-item-control {
  text-align: right;
}
.create-test-question-pop-over .ant-form-item-control .ant-btn {
  margin-left: 10px;
}
.create-test-question-pop-over .ant-popover-inner-content {
  height: 180px;
  width: 300px;
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/comment.less ***!
  \******************************************************************************************************************************************************************************************/
.post-comment {
  margin-right: 10px;
  float: right;
}
.comments-pop-over .ant-popover-content {
  width: 350px;
}
.comments-pop-over .ant-popover-arrow {
  display: none;
}
.comments-pop-over .ant-popover-inner-content {
  height: 350px;
  color: #000;
  padding: 16px;
}
.comments-pop-over .comment-list {
  height: 235px;
  overflow: scroll;
  margin-bottom: 15px;
}
.comments-pop-over .comment-list .user-comment {
  margin-bottom: 6px;
  border-bottom: 1px solid #ececec;
}
.comments-pop-over .comment-list .user-comment .first-name {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.comments-pop-over .comment-list .user-comment .created-at {
  margin-left: 8px;
  font-size: 10px;
}
.comments-pop-over .comment-list .user-comment .comment-text {
  font-size: 14px;
  margin-bottom: 4px;
}
.comments-pop-over .comment-list .no-data-found {
  text-align: center;
}
.comments-pop-over .ant-form-item {
  margin-bottom: 0;
}
.comments-pop-over .post-comment-btn {
  margin-top: 15px;
  margin-left: 8px;
  width: 50px;
}
.comments-pop-over .ant-popover-title {
  height: auto;
  padding: 10px;
  color: #000;
}
.comments-pop-over .ant-popover-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 6px 3px 6px;
}
.comments-pop-over .ant-popover-title p {
  font-size: 13px;
  margin: 0 6px;
  font-weight: 400;
}

/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/flu-viewer/components/flufiltermodal.less ***!
  \************************************************************************************************************************************************************************************************************/
.flu-filter-modal .ant-modal-body {
  padding: 20px;
}
.flu-filter-modal .ant-form-item {
  margin-bottom: 10px;
}

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/flu-viewer/components/NoClassesPresentModal.less ***!
  \*******************************************************************************************************************************************************************************************************************/
.exit-modal {
  margin-top: 120px;
}
.exit-modal .ant-modal-content {
  background: #151b28;
  border-radius: 5px;
  position: unset;
}
.exit-modal .ant-modal-content .ant-modal-close {
  color: #ffffff;
  font-weight: 500;
}
.exit-modal .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 24px;
  line-height: 24px;
  font-size: 12px;
}
.exit-modal .dialogParent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.exit-modal .dialogParent .confirmationOverlay {
  background: #151b28;
  padding: 27px 24px 28px 24px;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  flex-direction: column;
}
.exit-modal .dialogParent .confirmationOverlay .warningPrompt {
  color: #f4f4f4;
  font-family: Source Sans Pro;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  padding-bottom: 10px;
}
.exit-modal .dialogParent .confirmationOverlay .buttonPanel {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 13px;
}
.exit-modal .dialogParent .confirmationOverlay .buttonPanel .positive {
  background: #1c71f6;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/flu-viewer/components/fluviewer.less ***!
  \*******************************************************************************************************************************************************************************************************/
.flu-viewer .bottom-bar {
  display: flex;
  height: 56px;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 10;
}
.flu-viewer .bottom-bar .align-center {
  display: flex;
  align-items: center;
}
.flu-viewer .bottom-bar .btn-secondary:hover,
.flu-viewer .bottom-bar .btn-sm:hover {
  background-color: #3f4959;
  color: white;
}
.flu-viewer .bottom-bar .flu-filter-modal {
  background-color: Transparent;
  border: none;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.flu-viewer .bottom-bar .loading {
  font-size: 25px;
  margin-left: 15px;
  font-weight: 500;
  color: #fff;
}
.flu-viewer .bottom-bar .flu-details {
  border: none;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-top: 9px;
  margin-right: 15px;
}
.flu-viewer .bottom-bar .page-no {
  float: right;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.flu-viewer .bottom-bar .go-to-page-wrapper {
  color: white;
}
.flu-viewer .bottom-bar .go-to-page-wrapper .go-to-page {
  width: 75px;
  padding-left: 5px;
}
.flu-viewer .bottom-bar .go-to-page-wrapper .go-to-page .ant-input {
  font-weight: 600;
  font-size: 14px;
}
.flu-viewer .bottom-bar .go-to-page-wrapper .go-to-page .ant-input-suffix {
  right: 0;
}
.flu-viewer .bottom-bar .go-to-page-wrapper .go-to-page .ant-input-suffix .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #262e3d !important;
  padding: 5px 10px;
}
.flu-viewer .crop-app {
  overflow: visible;
}
.flu-details-pop-over .ant-popover-inner-content {
  width: 400px;
  padding: 5px 0;
  color: #000;
  height: auto;
}
.flu-details-pop-over .ant-popover-title {
  height: auto;
  padding: 10px;
  color: #000;
}
.flu-details-pop-over .ant-popover-arrow {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/components/presentational/microtask_components/styles/UserManStyle.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.ant-form-item .ant-form-item-control-wrapper {
  width: 100%;
}
.ant-form-item .is-validating {
  width: 100%;
}
.ant-form-item .ant-form-inline .ant-form-item-with-help {
  margin-bottom: 0;
}
.userMan .ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #005dff;
}
.userManRedirect {
  margin: 16px 0;
}
.invalid-tags-block {
  margin: 16px 0;
  background-color: #ffdbdc;
  border: 1px solid #ffdbdc;
  border-radius: 4px;
  padding: 8px;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/style/components-styles/page.less ***!
  \************************************************************************************************************************************************************************************************************************/
.microtaskPage .section {
  margin-top: 30px;
  font-weight: bold;
  padding-left: 1%;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b97c4;
}
.microtaskPage .saving-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #ccc;
}
.microtaskPage .sectionLast {
  margin-top: 30px;
  font-weight: bold;
  padding-left: 1%;
  color: #999;
  padding-bottom: 100px;
}
.microtaskPage .row {
  padding-right: 40px;
}
.microtaskPage .row .col-sm-6 div {
  display: flex;
}
.microtaskPage .row .formGroup label {
  width: 75%;
}
.microtaskPage .row .formGroup input[type='text'],
.microtaskPage .row .formGroup input[type='number'] {
  flex: 1;
}
.microtaskPage .formGroup {
  margin: 10px 0px 10px 0px;
  display: flex;
  align-items: center;
}
.microtaskPage .formGroup .formGroupSelect {
  width: '70%';
  padding: '0px 10px';
}
.microtaskPage .formGroup .taskLabel {
  padding-right: 60px;
}
.microtaskPage .formGroup label {
  width: 15%;
  padding-left: 30px;
  text-align: left;
  color: #999;
}
.microtaskPage .formGroup input[type='text'] {
  padding: 0 8px;
  width: 80%;
}
.microtaskPage .formGroup input[type='text']:active,
.microtaskPage .formGroup input[type='text']:focus {
  border: 1px solid #3498db;
}
.microtaskPage .formGroup input[type='number'] {
  padding: 5px 0px 5px 5px;
  margin-left: 5%;
  width: 20%;
  border: 1px solid #cccccc;
  outline: none;
  text-align: right;
  background: #f6f6f6;
}
.microtaskPage .formGroup input[type='number']:active,
.microtaskPage .formGroup input[type='number']:focus {
  border: 1px solid #3498db;
}
.microtaskPage .formGroup .taskDesc {
  margin: 0;
}
.microtaskPage .formGroup .ant-select .ant-select-arrow {
  right: 18px;
}
.microtaskPage .questions {
  padding-top: 10px;
  text-align: center;
}
.microtaskPage .questions .dropArea {
  background: rgba(0, 0, 0, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.microtaskPage .questions .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.microtaskPage .taskUI,
.microtaskPage .instructions {
  margin-top: 40px;
}
.microtaskPage .taskUI .UIComponents,
.microtaskPage .instructions .UIComponents {
  width: 50%;
  display: inline-block;
}
.microtaskPage .taskUI .renderComponent,
.microtaskPage .instructions .renderComponent {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.microtaskPage .taskUI img.mockPhone,
.microtaskPage .instructions img.mockPhone {
  max-width: 300px;
}
.microtaskPage .tags {
  padding-top: 20px;
  text-align: center;
}
.microtaskPage .tags .dropArea {
  background: rgba(0, 0, 0, 0.1);
  min-height: 250px;
  margin: 0px;
  top: 0px;
  border: 2px dashed #ccc;
  cursor: alias;
}
.microtaskPage .tags .dropArea div:nth-child(1) {
  margin-top: 80px;
}
.microtaskPage .rules {
  border-radius: 3px;
  margin: 30px auto;
}
.microtaskPage .rules textarea {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  min-height: 500px;
}
.microtaskPage .rules .mobileContainer {
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 20px auto;
}
.microtaskPage .instructions .htmlTags div {
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.microtaskPage .instructions textarea.htmlEditor {
  display: block;
  width: 100%;
  min-height: 400px;
  font-family: Monaco;
}
.microtaskPage .questionsTable table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}
.microtaskPage .questionsTable .misc {
  background: red;
  text-align: center;
}
.microtaskPage .loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  text-align: center;
}
.microtaskPage .loader .holder {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.microtaskPage .syncStatus {
  background: red;
  text-align: center;
  padding: 10px 0px;
  border-radius: 50%;
  color: #fff;
  height: 70px;
  width: 70px;
  -webkit-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 22px -5px rgba(0, 0, 0, 0.75);
  z-index: 99999999;
}
.microtaskPage .syncStatus h6 {
  padding: 0px;
  margin: 0px;
}
.microtaskPage .duplicateTaskInput {
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-right: 20px;
}
.microtaskPage .duplicateTaskInput:active,
.microtaskPage .duplicateTaskInput:focus {
  outline: none;
  border-bottom: 2px solid #3498db;
}
.microtaskPage .duplicateTaskSelect {
  padding: 10px;
  margin-left: 20px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.inputDefault {
  background: red;
  display: block;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
.spamFilter {
  padding: 20px 0px;
  transition-duration: 0.2s;
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/task_ui/grammar_template/template_block.less ***!
  \***************************************************************************************************************************************************************************************************************/
.task_ui_layout .ant-layout-sider-children {
  height: auto !important;
}
.task_ui_layout .ant-layout-sider-children .ant-select {
  width: 90%;
  margin: auto;
}
.task_ui_layout .full-width {
  width: 100%;
  background: red;
}
.task_ui_layout .grid {
  border: 0px !important;
}
.task_ui_layout .ui.vertical.divider:before {
  border: 0px;
  background: red;
  display: none;
}
.task_ui_layout .taskUIMenu {
  border-right: none !important;
}
.task_ui_layout .taskUIMenu .ant-menu-item {
  height: auto !important;
}
.task_ui_layout .taskUIMenu .ant-menu-item .siderLayout .siderTitle {
  font-size: 20px;
  color: black;
}
.task_ui_layout .taskUIMenu .ant-menu-item .siderLayout .siderTag {
  margin: 2px;
}
.task_ui_layout .taskUIMenu .ant-menu-item .siderLayout .labelOptionsCount {
  background: #0b1f38;
  color: white;
  padding: 2px 4px;
  font-size: 8px;
  border-color: #1a69a4;
  border-radius: 25px;
  display: inline;
}
.task_ui_layout .configBlock {
  padding-bottom: 20px;
  padding-top: 8px;
  border-bottom: 1px dashed black;
}
.task_ui_layout .configBlock .draggableProperty {
  border: 1px dimgrey dashed;
  padding: 4px;
  margin: 4px 0 12px 0;
}
.task_ui_layout .react-codemirror2.json-editor {
  width: 100%;
}
.task_ui_layout #task-ui-save-button {
  text-decoration-color: white;
  margin: 16px auto 12px auto !important;
  display: block;
  width: 90% !important;
}
.task_ui_layout .arrayBuilder {
  padding: 2px;
  display: block;
}
.task_ui_layout .arrayBuilder .objectRemove {
  float: right;
  top: 0px;
  right: 3px;
  padding: 4px;
}
.task_ui_layout .arrayBuilder .item input {
  width: 85% !important;
}
.task_ui_layout .arrayBuilder .item button {
  width: 10% !important;
  padding: 6px;
}
.task_ui_layout .arrayBuilder .controls {
  display: table;
  margin: 4px auto 0;
}
.task_ui_layout .arrayBuilder .objectHolder {
  border: 1px dashed gainsboro;
  margin: 6px 6px 0 7px;
  padding: 7px 10px 6px 10px;
}
.task_ui_layout .arrayBuilder .objectHolder .objectItem .key {
  display: inline-block;
  width: 15%;
}
.task_ui_layout .ui.button {
  background: red;
  border: 0px;
  border-radius: 0px;
}
.task_ui_layout .btn-add {
  margin-left: 10px;
  padding: 0px 10px;
  border-radius: 3px;
  height: auto;
}
.color-popover .ant-popover-inner-content {
  padding: 0 !important;
}
.ant-table-tbody {
  color: black;
}
.ant-table-tbody .ant-select-selection--multiple .ant-select-selection__choice__content,
.ant-table-tbody .ant-select-selection--multiple .ant-select-selection__choice__remove,
.ant-table-tbody .ant-select-selection__choice {
  color: white !important;
  background: mediumblue !important;
}
.info-btn {
  margin-left: 16px;
}
.ant-row-class {
  align-items: center;
}
.task-ui-tables-class {
  width: 100%;
}
.json-builder-row {
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.delete-button .ant-btn {
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}
.delete-button .ant-btn .anticon {
  margin-right: 0px;
}
.delete-button .ant-btn:hover {
  background-color: #f04134;
  color: #ffffff;
}

/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/microtask-explorer/components/pages/MicroTaskDetails.less ***!
  \*****************************************************************************************************************************************************************************************************************************/
.microtask-settings-wrapper .ant-tabs-tab {
  padding: 8px 20px;
}
.microtask-settings-wrapper .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #3f4eeb;
}
.microtask-settings-wrapper .ant-switch {
  width: 44px;
}

/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/bottomBar.less ***!
  \*********************************************************************************************************************************************************************************************/
.bottom-bar {
  position: absolute;
  bottom: 0;
  height: 56px;
  background-color: #151b28;
  color: white;
  width: 100%;
}
.bottom-bar .submitButton {
  border-radius: 2px;
  background-image: linear-gradient(to top, #005dff, #0099ff);
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  height: 32px;
  text-shadow: 0 1px 2px rgba(0, 19, 67, 0.05);
  transition-duration: 0s !important;
  margin-left: 12px;
  position: absolute;
  right: 0;
  margin-top: 3px;
}
.bottom-bar .submitButton:hover,
.bottom-bar .submitButton:focus {
  color: white;
  background-image: linear-gradient(to top, #005dff, #005dff);
  transition-duration: 0s !important;
}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationViewSettings/LineArrowSettings.less ***!
  \****************************************************************************************************************************************************************************************************************************/
.direction-of-travel-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.direction-of-travel-section .row {
  display: flex;
  align-items: center;
  margin: 0px 0px;
}
.direction-of-travel-section .row .section-title {
  color: #ffffff;
  font-size: 15px;
  margin: 0 0;
}
.direction-of-travel-section .row .ant-switch.ant-switch-checked {
  background-color: #0275ff !important;
}
.direction-of-travel-section .row .ant-switch {
  width: 28px;
}
.direction-of-travel-section .labels {
  color: white;
  font-size: 13px;
  width: 169px;
}
.direction-of-travel-section .button-group {
  display: flex;
  gap: 1px;
}
.direction-of-travel-section .button-group .button {
  font-size: 12px;
  background-color: #343c4d;
  color: #ffffff;
  border-color: #343c4d;
}
.direction-of-travel-section .button-group .button:disabled {
  background-color: #343c4d;
  border-color: #343c4d;
  opacity: 0.4;
  color: #ffffff;
}
.direction-of-travel-section .button-group .button:hover {
  background-color: #4c5364;
  border-color: #4c5364 !important;
  color: #ffffff;
}
.direction-of-travel-section .shortcut {
  color: #aaa;
  font-size: 12px;
  margin-left: auto;
}

/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/2d/ui/CommentPopover.less ***!
  \**********************************************************************************************************************************************************************************************/
.PopoverButtonClass {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  height: 24px;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
}
.comment-popover {
  display: flex;
  flex-direction: column;
  background: #151b28;
  padding: 8px;
  border-radius: 4px;
}
.comment-popover .commentContainer {
  display: flex;
  flex-direction: column;
}
.comment-popover .commentComponent {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.comment-popover .commentHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.comment-popover .commentHeaderLeft {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
}
.comment-popover .commentHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.comment-popover .profileIcon {
  margin-right: 8px;
}
.comment-popover .profileIcon img {
  width: 16px;
  height: 16px;
}
.comment-popover .commentProfile {
  width: max-content;
  font-size: 14px;
  color: #0097ff;
  line-height: 22px;
}
.comment-popover .commentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.comment-popover .editComment {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.comment-popover .editComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .editComment:hover path {
  fill: #f9d636;
}
.comment-popover .deleteComment {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-popover .deleteComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .deleteComment:hover path {
  fill: #ed2f4f;
}
.comment-popover .disabledDeleteComment {
  cursor: not-allowed;
}
.comment-popover .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.comment-popover .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.comment-popover .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.comment-popover .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.comment-popover .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.comment-popover .comment-list {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
}
.comment-popover .comment-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 32px;
  flex-shrink: 0;
  align-items: center;
}
.comment-popover .commentFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.comment-popover .footerAddComment {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  height: 24px;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  padding: 4px 10px;
  background: linear-gradient(to top, #0050ff, #0099ff);
}

/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/ExpandableTextareaQC/ExpandableTextareaQC.less ***!
  \*****************************************************************************************************************************************************************************************************************************/
.textareaWrapper {
  width: 100%;
  height: 100%;
}
.textareaContainer {
  height: 100%;
  display: flex;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.textareaContainer textarea {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  resize: none;
  font-size: 14px;
  line-height: 22px;
  overflow: auto;
  height: auto;
  padding: 6px 8px 8px 8px;
  background: #262e3d;
  color: #ffffff;
  caret-color: #ffffff;
  border: 1px solid transparent;
}
.textareaContainer textarea::placeholder {
  color: #747d8c;
}
.textareaContainer textarea:focus {
  outline: none;
  border: 1px solid #0050ff;
  box-shadow: 0px 0px 4px #0099ff;
}
.textareaContainer .disabledTextarea {
  cursor: not-allowed;
}
.commentButtons {
  display: flex;
}
.addCommentButton {
  margin: 8px 4px 0px 0px;
  border-radius: 2px;
  height: 24px;
  background-image: linear-gradient(to top, #0050ff, #0099ff);
  color: #fff;
  border: 0;
  padding: 2px 10px;
  line-height: 19px;
  font-weight: 600;
}
.addCommentButton:focus {
  outline: none;
}
.addCommentButton.disabledButton {
  cursor: not-allowed;
  opacity: 0.3;
}
.textareaInputError {
  display: flex;
  font-size: 14px;
  color: #ff0410;
  margin-bottom: 8px;
  text-decoration: none;
}
.footerResolveButton {
  margin: 8px 4px 0px 0px;
  border-radius: 2px;
  height: 24px;
  background: linear-gradient(to bottom, #00ff88, #00e626);
  color: #000000;
  border: 0;
  padding: 2px 10px;
  line-height: 19px;
  font-weight: 600;
}
.footerCancelButton {
  margin: 8px 4px 0px 0px;
  border-radius: 2px;
  height: 24px;
  background: #292f3c;
  color: #fff;
  border: 0;
  padding: 2px 10px;
  line-height: 19px;
  font-weight: 600;
}
.footerCancelButton:focus {
  outline: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InstanceList/SegmentationInstanceList/AnnotationItemAccordion.less ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.annotationItemAccordion {
  display: flex;
  width: 100%;
}
.annotationItemAccordion.disabled-accordion {
  opacity: 0.5;
  pointer-events: none;
}
.rasterAnnotationItem {
  width: 100%;
  height: 100%;
  padding: 5px;
  background: #262e3d;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  min-height: 36px;
  overflow-wrap: anywhere;
}
.rasterAnnotationItem .color-dot {
  display: flex;
  margin-top: 10px;
  width: 8px;
  height: 20px;
  border-radius: 2px;
  min-width: 8px;
}
.rasterAnnotationItem .itemLabel {
  width: 100%;
  flex-direction: row;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 5px;
  justify-content: space-between;
  display: flex;
}
.rasterAnnotationItem .itemLabel .empty-instance-indicator {
  padding-left: 5px;
  padding-right: 6px;
  padding-top: 4px;
}
.rasterAnnotationItem .change-class-kebab {
  position: relative;
  top: 2px;
}
.rasterAnnotationItem .change-class-kebab.cursor-not-allowed {
  color: rgba(255, 255, 255, 0.7);
}
.rasterAnnotationItem .utils {
  display: flex;
  flex-basis: 30%;
  justify-content: flex-end;
}
.rasterAnnotationItem .ant-collapse-header {
  padding: 0;
  margin: 0;
  background-color: red;
}
.rasterAnnotationItem .fa .fa-caret-down {
  display: none;
}
.tag {
  padding: 2px 4px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: rgba(228, 228, 228, 0.21);
  border-width: 0;
  color: #fcfdfd;
}
.attributesComponent {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.attributesHeader {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}
.attributesBody {
  display: flex;
  flex-direction: column;
}
.attributesBody .ant-select {
  width: 100%;
  display: flex;
}
.attributesBody .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  display: flex;
  align-items: center;
}
.attributesBody .ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  height: 24px;
}
.attributesBody .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  display: flex;
  border-radius: 2px;
  border: 0px;
  height: 24px;
}
.attributesBody .ant-select-selector {
  width: 100%;
  display: flex;
  border-radius: 2px;
  border: 0px;
  height: 24px;
  color: #fff;
}
.attributesBody .ant-select-selector .attributesBody .ant-select-selector .ant-select-selection__placeholder {
  display: flex !important;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
}
.attributesBody .ant-select-selector .ant-select-single {
  height: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.attributesBody .ant-select-selector .ant-select-selection-selected-value {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.addedAttributesList {
  display: flex;
  flex-direction: column;
}
.attributesItem {
  display: flex;
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
  border-radius: 2px;
  margin: 8px 0;
  cursor: pointer;
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AccordionComponent/AccordionComponent.less ***!
  \*************************************************************************************************************************************************************************************************************************/
.collapseAccordionWrapperClasses {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0px;
}
.collapseAccordionWrapperClasses .doodleAccordian {
  margin: 0px;
}
.collapseAccordionWrapperClasses .optionalHeaderIcon {
  display: flex;
}
.collapseAccordionWrapperClasses .ant-collapse {
  display: flex;
  flex-direction: column;
  border: 0px;
  background-color: #151b28;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background-color: #151b28;
  border: 1px solid transparent;
  border-bottom: 1px solid #262e3d;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item:last-of-type {
  border-bottom: 0px;
  border: 4px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-header {
  display: flex;
  color: #fff;
  height: fit-content;
  align-items: center;
  padding: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-item .ant-collapse-item-active {
  border: 1px solid red;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content {
  background-color: #151b28;
  padding-top: 4px;
  border-top: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content .ant-collapse-content-box {
  padding: 0px;
  padding-bottom: 4px;
}
.collapseAccordionWrapperClasses .issueCount {
  padding-top: 2px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.6;
  flex-grow: 1;
}
.collapseAccordionWrapperClasses .panelHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.collapseAccordionWrapperClasses .iconHeaderAndTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
.collapseAccordionWrapperClasses .iconAndBorder {
  display: flex;
  margin-right: 8px;
  flex-grow: 1;
}
.collapseAccordionWrapperClasses .panelHeaderBorder {
  display: flex;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.collapseAccordionWrapperClasses .panelHeaderTitle {
  font-size: 14px;
  font-weight: 500;
  flex-grow: 30;
}
.collapseAccordionWrapperClasses.collapseAccordionWrapperInstances {
  margin: 0px;
}
.collapseAccordionWrapperClasses.collapseAccordionWrapperInstances .ant-collapse-item {
  background-color: #2c3549;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-header {
  height: 43px !important;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-content {
  padding: 0 12px;
}
.headerSeparator {
  padding: 0 0.5em;
}

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AttributeComponent.less ***!
  \*********************************************************************************************************************************************************************************************************************/
.single-select-pills.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
  padding: 0px 0px;
}
.single-select-pills.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
  padding: 0px 0px;
}
.single-select-pills .ant-radio-button-wrapper {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #262e3d;
  color: #fff;
  border: 0px;
}
.single-select-pills .ant-radio-button-wrapper span {
  color: #fff;
}
.single-select-pills .ant-radio-button-wrapper span:hover,
.single-select-pills .ant-radio-button-wrapper span:focus {
  color: #fff;
}
.single-select-pills .ant-radio-button-wrapper .radio-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.single-select-pills .ant-radio-button-wrapper:not(:first-child)::before {
  width: 0px;
}
.single-select-pills .ant-radio-button-wrapper-checked {
  background-color: #aab0bd !important;
  box-shadow: none;
}
.single-select-pills .ant-radio-button-wrapper-checked span {
  color: #000;
}
.single-select-pills .ant-radio-button-wrapper-checked span:hover,
.single-select-pills .ant-radio-button-wrapper-checked span:focus {
  color: #000;
}
.single-select-pills .ant-radio-button-wrapper-checked .radio-value {
  color: #000;
}
.attributeDropdownClass {
  background-color: #262e3d;
}
.attributeDropdownClass .ant-select-item-option-active,
.attributeDropdownClass .ant-select-item-option-selected {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item-option-active:hover,
.attributeDropdownClass .ant-select-item-option-selected:hover {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item-option-active:focus,
.attributeDropdownClass .ant-select-item-option-selected:focus {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item {
  background-color: #262e3d;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  padding: 4px !important;
  letter-spacing: normal;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item:hover {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item:focus {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeDropdownClass .ant-select-item:active {
  background-color: #49515f !important;
  color: white !important;
  transition-duration: 0s !important;
}
.attributeSelection .ant-select-multiple .ant-select-selection-item {
  font-size: 12px;
  border: none;
  background-color: #c2c7d4;
  color: #000000;
}
.attributeSelection .ant-select-disabled .ant-select-multiple .ant-select-selection-item {
  background-color: #c2c7d4;
}
.attributeSelection .ant-select-focused {
  box-shadow: none;
}
.attributeSelection .labelAttributeSelection.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
}
.attributeSelection .labelAttributeSelection.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.attributeSelection .labelAttributeSelection.ant-select-single {
  height: 36px;
}
.attributeSelection .labelAttributeSelection .ant-select.ant-select-enabled {
  height: 36px !important;
}
.attributeSelection .labelAttributeSelection .ant-select-single:not(.ant-select-customize-input),
.attributeSelection .labelAttributeSelection .ant-select-selector {
  border-radius: 2px;
  background-color: #262e3d !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none !important;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  padding-top: 3px;
  padding-bottom: 3px;
  height: fit-content !important;
  max-height: 100px;
  overflow: auto;
  align-items: center;
}
.attributeSelection .labelAttributeSelection .ant-select-single:not(.ant-select-customize-input):focus,
.attributeSelection .labelAttributeSelection .ant-select-selector:focus {
  box-shadow: none !important;
  border: none !important;
}
.attributeSelection .labelAttributeSelection .ant-select-single:not(.ant-select-customize-input) .ant-select-selection-selected-value,
.attributeSelection .labelAttributeSelection .ant-select-selector .ant-select-selection-selected-value {
  line-height: 36px !important;
}
.attributeSelection .labelAttributeSelection .ant-select-arrow {
  color: #d9d9d9;
}
.attribute-list-head {
  font-size: 14px;
  color: #dddddd;
  padding: 4px;
  font-weight: normal;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #313640;
}
.attribute-list-head .att-head-icon {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.attribute-list-head img {
  margin-right: 10px;
}
.checkbox-input {
  display: flex;
  align-items: baseline;
  padding-bottom: 2px;
}
.checkbox-input .ant-checkbox-disabled {
  opacity: 0.25;
}
.radio-container {
  display: flex;
  padding: 15px;
  background-color: #303540;
  border-bottom: 1px solid #53565d;
}
.radio-container input[type='radio'] {
  margin-right: 10px;
}
.radio-container .sub-radio {
  display: flex;
  justify-content: space-between;
}
.radio-container .sub-radio-container {
  width: 100%;
}
.radio-container .sub-radio-container input[type='number']::-webkit-inner-spin-button,
.radio-container .sub-radio-container input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.radio-container .sub-radio-container .button-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 5px;
}
.radio-container .sub-radio-container .button-container button.ant-btn.ant-btn-primary,
.radio-container .sub-radio-container .button-container button.ant-btn.ant-btn-primary.disabled {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  padding: 0px 5px;
  background: linear-gradient(to top, #0099ff, #005dff) !important;
}
.radio-container .sub-radio-container .button-container .input-container {
  display: flex;
  justify-content: space-between;
}
.radio-container .sub-radio-container .button-container.disabled {
  opacity: 0.25;
}
.radio-container .sub-radio-container input {
  width: 34px;
  height: 30px;
  background-color: #151b28;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
}
.radio-container .sub-radio-container input:focus {
  border: 1px solid #0055e2;
  box-shadow: 0 0 4px 0 rgba(0, 86, 229, 0.48);
}
.radio-container .sub-radio-container .incorrect-value {
  border: 1px solid red;
}
.radio-container .sub-radio-container .incorrect-value:focus {
  border: 1px solid red;
  outline-style: none;
}
.radio-container .sub-radio-container .radio-text {
  color: #dbdde2;
  font-family: 'Source Sans Pro';
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.radio-container .sub-radio-container .next-prev {
  display: flex;
  justify-content: space-between;
}
.radio-container .sub-radio-container .next-prev.disabled {
  opacity: 0.25;
}
.radio-container .sub-radio-container .next-frame {
  height: 24px;
  width: 24px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #90949c;
  color: #151b28;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
}
.radio-container .sub-radio-container .next-frame:hover {
  background-color: #0055e2;
}
.radio-container .sub-radio-container .prev-frame {
  height: 24px;
  width: 24px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #90949c;
  color: #151b28;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
  margin-right: 2px;
}
.radio-container .sub-radio-container .prev-frame:hover {
  background-color: #0055e2;
}
.radio-container .sub-radio-container .apply-instruction {
  display: block;
  height: 17px;
  color: #73757b;
  font-family: 'Source Sans Pro';
  font-size: 13px;
}
.radio-container .sub-radio-container .range-separator {
  color: #737882;
  font-weight: 600;
  padding: 4px;
}
.main-radio-container {
  position: relative;
}
.main-radio-container.disabled {
  position: relative;
  opacity: 0.25;
}
.notification {
  height: 46px;
  background-color: #4f8429;
  position: fixed;
  margin-left: -12px;
  display: none;
  z-index: 2;
  line-height: 46px;
  top: 60px;
  width: 100%;
}
.notification img {
  margin-left: 5px;
  margin-right: 5px;
}
.notification span {
  color: #ffffff;
  font-family: 'Source Sans Pro';
  font-size: 17px;
  line-height: 46px;
  text-align: left;
}
.extraOption {
  font-size: 14px;
  color: #8e96a3;
  margin-bottom: 4px;
}
.extraOption span {
  color: #fff;
}
.attribute-component {
  width: 100%;
  padding: 4px;
  border-radius: 2px;
}
.attribute-component.active {
  border: 1px solid #0097ff;
}
.red-border {
  border: 1px solid #ff0000;
  padding-left: 4px;
  padding-right: 4px;
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InstanceList/SegmentationInstanceList/InstanceAttributeComponent.less ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.raster-attribute-details {
  border-radius: 2px;
  height: 100%;
  margin-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.raster-attribute-details .message {
  font-size: 14px;
  color: #8e96a3;
  margin: 0px;
}
.raster-attribute-details .message .ant-input-disabled {
  opacity: 0.3;
}
.raster-attribute-details .closeIcon {
  text-align: right;
}
.raster-attribute-details .ant-col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.raster-attribute-details .ant-select-arrow {
  color: white;
}
.raster-attribute-details .annotationLabel {
  color: #fff;
  width: fit-content;
  font-size: 14px;
}
.raster-attribute-details .labelOption {
  background-color: #283747;
}
.raster-attribute-details .message {
  font-size: 14px;
  color: #8e96a3;
}
.raster-attribute-details .message .ant-input-disabled {
  opacity: 0.3;
}
.raster-attribute-details .attributeComponent {
  padding: 2px;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.raster-attribute-details .attributeComponent .red-border {
  border: 1px solid #ff0000;
  padding-left: 4px;
  padding-right: 4px;
}
.raster-attribute-details .sendBtnComp {
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
.raster-attribute-details .sendButton {
  background: linear-gradient(to bottom, #0097ff, #005dff);
}
.raster-attribute-details .sendButton:hover {
  border: none;
  background-color: #005dff;
}
.raster-attribute-details .ant-radio-group {
  margin: -10px 0px;
  width: 100%;
}
.raster-attribute-details .metaDataItem {
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  background-color: #262e3d;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid #262e3d;
}
.raster-attribute-details .metaDataItem:hover {
  border: 1px solid #0097ff;
}
.raster-attribute-details .ant-radio-wrapper {
  display: flex;
  margin: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  width: 100%;
  height: 30px;
  align-items: center;
}
.raster-attribute-details .ant-radio-wrapper span {
  color: #fff;
  width: 100%;
  padding: 6px 12px;
  text-align: left;
  border-radius: 4px;
  background-color: #262e3d;
  border: 1px solid #262e3d;
}
.raster-attribute-details .ant-radio-wrapper span:hover {
  border: 1px solid #005dff;
}
.raster-attribute-details .ant-radio-wrapper .ant-radio-checked + span {
  background-color: #005dff;
  color: #fff;
}
.raster-attribute-details .ant-radio-wrapper .ant-radio-disabled + span {
  background-color: #262e3d;
  border: 1px solid #151b28;
  color: rgba(255, 255, 255, 0.8);
}
.raster-attribute-details .ant-radio {
  display: none;
}
.raster-attribute-details .noteTitle {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.raster-attribute-details .noteInput {
  background-color: #262e3d;
  border: 0;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  width: 100%;
}
.raster-attribute-details .noteInput.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
  padding: 8px 8px;
}
.raster-attribute-details .divider {
  margin: 2px 0;
  height: 2px;
  width: 100%;
  background: #283747;
  border: none;
}
.raster-attribute-details .iconStyles {
  font-size: 14px;
  color: #8e96a3;
  cursor: pointer;
}
.raster-attribute-details .tagStyles {
  display: flex;
  align-items: center;
  color: #262e3d;
  font-size: 14px;
}
.raster-attribute-details .metaDataComponent {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  margin: 20px 0;
}
.raster-attribute-details .metaDataLabel {
  font-size: 14px;
  color: #747d8c;
  margin: 0 0px;
}
.raster-attribute-details .metaDataValue {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 14px;
}
.raster-attribute-details .annotationAction {
  display: flex;
  margin: 0px 0;
}
.raster-attribute-details .commentContainer {
  display: flex;
  flex-direction: column;
}
.raster-attribute-details .commentComponent {
  display: flex;
  flex-direction: column;
  margin: 2px 0;
}
.raster-attribute-details .commentHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.raster-attribute-details .commentHeaderLeft {
  display: flex;
  justify-content: flex-start;
}
.raster-attribute-details .commentHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.raster-attribute-details .profileIcon {
  margin-right: 8px;
  height: 14px;
  width: 14px;
}
.raster-attribute-details .commentProfile {
  font-size: 14px;
  color: #0097ff;
  line-height: 22px;
}
.raster-attribute-details .commonCommentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.raster-attribute-details .commentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
  margin-top: 2px;
}
.raster-attribute-details .compressedCommentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.raster-attribute-details .editComment {
  display: flex;
  margin-right: 8px;
  cursor: pointer;
}
.raster-attribute-details .editComment svg {
  width: 14px;
  height: 14px;
}
.raster-attribute-details .editComment:hover path {
  fill: #f9d636;
}
.raster-attribute-details .deleteComment {
  cursor: pointer;
}
.raster-attribute-details .deleteComment svg {
  width: 14px;
  height: 14px;
}
.raster-attribute-details .deleteComment:hover path {
  fill: #ed2f4f;
}
.raster-attribute-details .disabledDeleteComment {
  cursor: not-allowed;
}
.raster-attribute-details .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.raster-attribute-details .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.raster-attribute-details .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.raster-attribute-details .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.raster-attribute-details .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.raster-attribute-details .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.raster-attribute-details .segmentAttribute-dropdown {
  margin-bottom: 2px;
}
.raster-attribute-details .dropdown-panel {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  background-color: #262e3d;
}
.raster-attribute-details .dropdown-head {
  display: flex;
  justify-content: space-between;
  font-weight: 200;
  align-items: center;
}
.raster-attribute-details .dropdown-head-container {
  display: flex;
  align-items: center;
}
.raster-attribute-details .segmentAttributes {
  display: flex;
  flex-wrap: wrap;
  color: #747d8c;
  font-weight: 100;
  word-break: break-word;
  padding: 5px 0px;
}
.raster-attribute-details .borderDropdown {
  width: 4px;
  height: 100%;
  position: absolute;
}
.raster-attribute-details .segment-name {
  padding: 5px 0px 0px 10px;
}
.raster-attribute-details #segment-name {
  padding-right: 5px;
}
.raster-attribute-details .segment-icon {
  padding-right: 5px;
}
.raster-attribute-details .dropdown-content {
  display: none;
  background-color: #262e3d;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.raster-attribute-details .dropdown-content .noteInput,
.raster-attribute-details .dropdown-content .ant-select-selector {
  background-color: #283747;
  font-weight: 100;
}
.raster-attribute-details .dropdown-content .divider {
  background-color: #34495e;
  margin: 10px 0;
  height: 1px;
  width: 100%;
  border: none;
}
.raster-attribute-details .segment-button-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
.raster-attribute-details .marksegment-button {
  background-color: #262e3d;
  padding: 5px 10px;
}
.raster-attribute-details .doodleResolveButton {
  background-color: #e4e8ee;
  padding: 5px 10px;
}
.raster-attribute-details.disabled-panel {
  opacity: 0.4;
}
.raster-attribute-details.bordered {
  margin: 0px;
  border-top: 1px solid rgba(99, 108, 125, 0.5);
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/LinkingAttribute/LinkingLabel.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.linking-label {
  position: relative;
  display: flex;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 10px;
  padding: 6px 0px;
}
.linking-label .text {
  margin: auto 2px;
  width: 140px;
  word-break: break-all;
  padding-right: 25px;
}
.linking-label .color {
  width: 3px;
  border-radius: 3px;
  height: auto;
  margin: 0% 6px;
}
.linking-label .close-icon {
  position: absolute;
  color: #757d8b;
  display: none;
  font-size: 18px;
  right: 6px;
  top: 7px;
  cursor: pointer;
}
.linking-label:hover > .close-icon {
  display: block;
}
.linking-label.clickable {
  cursor: pointer;
  background-color: #282e3c;
}
.linking-label.clickable:hover {
  background-color: #343c4d;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/DeleteExistingLinks/DeleteExistingLinks.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.delete-existing-links {
  margin-top: 120px;
}
.delete-existing-links .ant-modal-content {
  background: #151b28;
  border-radius: 5px;
  position: unset;
}
.delete-existing-links .ant-modal-content .ant-modal-close {
  color: #ffffff;
  font-weight: 500;
}
.delete-existing-links .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 24px;
  line-height: 24px;
  font-size: 12px;
}
.delete-existing-links .dialog-parent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.delete-existing-links .dialog-parent .confirmation-overlay {
  background: #151b28;
  padding: 27px 24px 28px 24px;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  flex-direction: column;
}
.delete-existing-links .dialog-parent .confirmation-overlay .title {
  color: #f4f4f4;
  font-family: Source Sans Pro;
  line-height: 23px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  padding-bottom: 10px;
}
.delete-existing-links .dialog-parent .confirmation-overlay .message {
  padding-top: 10px;
  color: #f4f4f4;
  font-family: Source Sans Pro;
  line-height: 23px;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
}
.delete-existing-links .dialog-parent .confirmation-overlay .button-panel {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-top: 13px;
}
.delete-existing-links .dialog-parent .confirmation-overlay .button-panel .positive {
  background: #1862f6;
  color: #ffffff;
  width: 152px;
  height: 32px;
  border: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-flex;
  align-items: center;
}
.delete-existing-links .dialog-parent .confirmation-overlay .button-panel .cancel {
  background: #d8d8d8;
  color: #2a2c2e;
  width: 152px;
  height: 32px;
  margin-right: 20px;
  border: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-flex;
  align-items: center;
}

/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/ConfirmationDialog.less ***!
  \******************************************************************************************************************************************************************************************************/
.confirmation-modal .warning-icon {
  font-size: 20px;
  margin-right: 5px;
  color: #f6c009;
}
.confirmation-modal .message {
  margin: 20px 0;
}
.confirmation-modal .button {
  border: none;
  padding: 6px 40px;
  border-radius: 2px;
  margin: 0 6px;
}
.confirmation-modal .buttons .cancel {
  border: none;
  padding: 6px 40px;
  border-radius: 2px;
  margin: 0 6px;
  background: #343c4d;
}
.confirmation-modal .buttons .confirm {
  border: none;
  padding: 6px 40px;
  border-radius: 2px;
  margin: 0 6px;
  background: #2677f6;
}
.confirmation-modal.ant-modal-centered .ant-modal {
  top: 0 !important;
}
.confirmation-modal .ant-modal-header {
  background: #161b27;
  border: none;
}
.confirmation-modal .ant-modal-header .ant-modal-title {
  color: white;
  text-align: center;
}
.confirmation-modal .ant-modal-title {
  color: white;
  text-align: center;
}
.confirmation-modal .ant-modal-body {
  overflow-y: auto !important;
  color: white;
  background: #161b27;
  text-align: center;
}
.confirmation-modal .ant-modal-footer,
.confirmation-modal .ant-modal-content {
  background: #161b27 !important;
}
.confirmation-modal .ant-checkbox-wrapper {
  background-color: #262e3d !important;
  color: white !important;
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1) !important;
  border: none !important;
}
.confirmation-modal .top-bar {
  display: none;
}
.confirmation-modal .back-link {
  display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/LinkingAttribute/LinkingAttribute.less ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.linking-container {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.linking-container.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
}
@media only screen and (max-width: 1350px) {
  .linking-container {
    flex-direction: column;
  }
}
.linking-container.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.linking-container .linking-icon {
  margin-right: 6px;
}
.linking-container .btn-secondary {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.linking-container .btn-text {
  margin-left: 4px;
}
.linking-container .btn-text.active {
  color: black;
}
.linking-container button {
  margin: 3px;
  width: fit-content;
}
@media only screen and (max-width: 1350px) {
  .linking-container button {
    margin-top: 8px;
  }
}
.linking-container button.active,
.linking-container button.active:hover {
  color: black;
  background-color: #abb0bc;
}
.add-link-btn {
  background-color: transparent;
  border: none;
}
.add-link-btn:hover {
  background-color: transparent;
  border: none;
}
.add-link-btn:disabled {
  background-color: transparent;
  border: none;
}
.add-link-btn[disabled]:hover {
  background: transparent;
  border: none;
}
.add-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  color: #8e96a3;
}
.add-link-information {
  background-color: #262e3d;
  color: #b2b9bf;
  margin-top: 5px;
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InstanceList/SegmentationInstanceList/ViewOptions.less ***!
  \*************************************************************************************************************************************************************************************************************************************/
.view-options {
  padding: 1px 0px 0px 0px;
}
.view-options .btn-container {
  background-color: #151b28;
  padding: 0 0 0 8px;
  font-weight: bold;
}
.view-options .btn-container button {
  font-size: 14px;
}
.raster-view-by-option {
  color: white;
  background: #151b28;
  flex-grow: 4;
  align-self: flex-start;
  margin: 5px 4px 5px -4px;
  padding: 0px;
}
.raster-view-by-option .labelSelection {
  background-color: #262e3d;
}
.raster-view-by-option .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #fff;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 24px !important;
  align-items: center;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InstanceList/SegmentationInstanceList/DeleteInstanceDropdown.less ***!
  \************************************************************************************************************************************************************************************************************************************************/
.delete-instance-dropdown {
  display: flex;
  align-items: center;
}
.delete-instance-dropdown .overlay-active {
  background: rgba(1, 8, 20, 0.15);
}
.delete-instance-overlay-container {
  background: #262e3d;
  padding: 3px 0;
  border-radius: 2px;
}
.delete-instance-overlay-container:hover {
  border-radius: 0;
  outline: none;
  border: none;
  background: #2e3547;
  color: white;
}
.delete-instance-overlay-container .ant-dropdown-menu-title-content {
  color: white;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InstanceList/SegmentationInstanceList/ChangeClassesOverlay.less ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.change-class-overlay,
.ant-dropdown-menu-submenu-popup {
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.58);
  border-radius: 2px;
}
.change-class-overlay .ant-dropdown-menu,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu {
  background: #262e3d;
  padding: 0;
}
.change-class-overlay .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item {
  color: #ffffff;
}
.change-class-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: #2677f6;
}
.change-class-overlay .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
  color: #ffffff;
}
.change-class-overlay .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover {
  background: #2677f6;
}
.change-class-overlay .ant-dropdown-menu .ant-dropdown-menu-submenu-arrow span,
.ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-submenu-arrow span {
  color: #ffffff;
}
.change-class-submenu-overlay {
  background: #262e3d;
  padding: 2px;
  max-height: 95vh;
  overflow: auto;
  margin-top: 2vh;
}
.change-class-submenu-overlay ul {
  box-shadow: none;
}
.change-class-submenu-overlay ul li {
  padding: 5px 8px;
}
.change-class-submenu-overlay ul li:nth-of-type(1) {
  background-color: #151b28;
  margin-bottom: 4px;
  margin-top: 6px;
}
.change-class-submenu-overlay ul li:nth-of-type(1):hover {
  background: #151b28 !important;
}
.change-class-submenu-overlay ul li:nth-of-type(1) input {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
  padding-left: 0;
  box-shadow: none;
}
.change-class-submenu-overlay ul li:nth-of-type(1) input:hover,
.change-class-submenu-overlay ul li:nth-of-type(1) input:focus {
  border-color: transparent;
}
.change-class-submenu-overlay ul li:nth-of-type(1) .ant-input-group-addon {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
.change-class-submenu-overlay ul li:nth-last-of-type(1) {
  margin-bottom: 6px;
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/ViewByOption.less ***!
  \***************************************************************************************************************************************************************************************************************/
.view-by-option {
  color: white;
  padding: 4px;
  background: #141b29;
  margin: 4px;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.view-by-option .labelSelection {
  background-color: #262e3d;
}
.view-by-option .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #fff;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 24px !important;
  align-items: center;
}
.commentsFilterSelect .ant-checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}
.commentsFilterSelect .ant-checkbox-wrapper + span,
.commentsFilterSelect .ant-checkbox + span {
  width: 100%;
}
.commentSVG {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 4px;
  background-image: linear-gradient(to bottom, #f9d636 3%, #f4a52a);
}
.commentSVG img {
  width: 8px;
  height: 8px;
}
.iconAndText {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.text {
  margin-left: 4px;
  display: flex;
  color: #ffffff;
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/2d/ui/LaftNavbar.less ***!
  \******************************************************************************************************************************************************************************************/
.left-navbar {
  background-color: #00050d;
}
.left-navbar .fa {
  color: #0275ff;
  font-size: 16px;
  padding-top: 8px;
  display: table;
  margin: 0 auto;
}
.left-navbar .left-navbar-button {
  background-color: #262e3d;
  width: 32px;
  cursor: pointer;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 #0000000c;
  margin: 16px auto auto;
}
.left-navbar .left-navbar-button:hover {
  background-color: #3f4959;
}
.left-navbar .anticon-arrows-alt {
  transform: rotate(-45deg);
  color: #0275ff;
  font-size: 16px;
  cursor: pointer;
  display: table;
  padding: 7px 9px 0 5px;
}
.left-navbar .anticon-arrow-down,
.left-navbar .anticon-arrow-up,
.left-navbar .anticon-radar-chart {
  color: #0275ff;
  font-size: 16px;
  cursor: pointer;
  display: table;
  padding: 8px 9px 0 8px;
}
.left-navbar input:focus {
  outline: none;
}
.left-navbar input[type='number'] {
  /*for absolutely positioning spinners*/
  position: relative;
  padding-top: 2px !important;
}
.left-navbar input[type='number']::-webkit-inner-spin-button,
.left-navbar input[type='number']::-webkit-outer-spin-button {
  opacity: 1;
  border-radius: 5px;
}
.left-navbar input[type='number']::-webkit-outer-spin-button,
.left-navbar input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.left-navbar-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.left-navbar-disabled > div {
  pointer-events: none;
}
.ant-tooltip-inner {
  min-height: auto !important;
}
.vader-popover .ant-popover-content {
  color: white;
}
.vader-popover .ant-popover-content .ant-popover-arrow {
  border-right-color: transparent !important;
}
.vader-popover .ant-popover-content .ant-popover-arrow:after {
  border-right-color: #00050d !important;
}
.vader-popover .ant-popover-content .ant-popover-title {
  background-color: #00050d;
  border: none;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
}
.vader-popover .ant-popover-content .ant-popover-inner-content {
  border-radius: 0 0 2px 2px;
  background-color: #00050d;
  color: #ffffff;
  padding: 7px 8px;
  border: 1px solid #505050;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container {
  position: relative;
  opacity: 0.8;
  background: #000000;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container_title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container hr {
  margin-top: 10px;
  margin-bottom: 5px;
  opacity: 0.7;
  border: 1px solid rgba(255, 255, 255, 0.48);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container_info {
  padding-left: 7px;
  margin-bottom: 5px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container_info_dot {
  font-weight: 900;
  font-size: larger;
  top: -1px;
  left: 1px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container_info_key {
  opacity: 0.7;
  font-size: small;
  font-weight: 500;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewtooltip_container_info_value {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px;
  min-width: 27px;
  text-align: center;
  margin-left: 4px;
  background: #353d4e;
  border: 1px solid #555e72;
  box-sizing: border-box;
  border-radius: 2px;
  width: 26px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container {
  display: inline-block;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container .antialiasing-switch {
  width: 44px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container .ant-slider-handle {
  border: 4px solid black !important;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container .ant-slider-disabled {
  opacity: 0.2 !important;
  background-color: transparent !important;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container .ant-slider-disabled .ant-slider-handle {
  border: 1px solid #161b27 !important;
  color: rgba(0, 0, 0, 0.65);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input {
  margin-top: 5px;
  padding: 0px 2px 0px 2px;
  opacity: 0.8;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_heading {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: #ffffff;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_input-number-ceiling {
  opacity: 0.8;
  margin-left: 35px;
  width: 60px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_input-number-ceiling .ant-input-number-input {
  background-color: black;
  color: #fff;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_input-number-ground {
  opacity: 0.8;
  margin-left: 35px;
  width: 70px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_input-number-ground .ant-input-number-input {
  background-color: black;
  color: #fff;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input img {
  margin-left: 10px;
  color: #acacac;
  height: 16px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .shortcutDiv {
  width: 500px;
  font-size: 11px;
  color: white;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover {
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .ant-tag {
  color: #fff;
  opacity: 0.8;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .detailsTitle {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .detailsText {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #b9bec7;
  margin-top: 20px;
  margin-bottom: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .detailsTextQC {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #b9bec7;
  margin-top: 4px;
  margin-bottom: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .ant-tag {
  border: none;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
}
.vader-popover .ant-popover-content .ant-popover-inner-content .taskDetailsPopover .ant-tag .ant-tag-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.vader-popover .adjustment-input-number {
  color: white;
  border-radius: 4px;
  opacity: 0.7;
  border: 1px solid #fff;
  margin-left: 35px;
  background: transparent;
  padding: 0px 1px -1px -1px;
}
.tutorial-content {
  width: 300px;
}
.tutorial-content div {
  margin-bottom: 20px;
}
.tutorial-content a {
  color: #1562f6 !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.tutorial-content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00294b;
  margin-top: 20px;
}
.ant-switch {
  background-color: #3f4959 !important;
}
.ant-switch-checked {
  background-color: #0275ff !important;
}
.antiAliasingImage {
  height: 20px;
  width: 20px;
  margin: 5px 0px 0px 5px;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.vader-popover .ant-popover-content .ant-popover-inner-content .tabviewcontent_container_input_input-number-ceiling .ant-input-number-input {
  padding: 0 4px !important;
}
.icon-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/QcComponents/VideoInstructionModal.less ***!
  \******************************************************************************************************************************************************************************************************************/
.video-instruction-container {
  color: #fff;
}
.video-instruction-container .title {
  font-size: 24px;
}
.video-instruction-container .description {
  margin: 24px 0;
  font-size: 16px;
}
.video-instruction-container .instructions-text {
  width: fit-content;
  max-height: calc(100vh - 300px);
  overflow: auto;
  margin: auto;
}
.video-instruction-container .media {
  margin-left: auto;
  margin-right: auto;
}
.video-instruction-container .actions {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.video-instruction-container .actions button {
  width: 100px;
}
.video-instruction-container .actions .ant-checkbox-wrapper {
  background-color: transparent !important;
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/multiBarSlider.less ***!
  \**************************************************************************************************************************************************************************************************/
.multi-bar-container .multi-bar-slider {
  height: 6px;
  margin: 7px;
  border-radius: 4px;
  background: #252e3e;
  display: flex;
  cursor: pointer;
}
.multi-bar-container .multi-bar-slider .buffered-loader,
.multi-bar-container .multi-bar-slider .cached-loader {
  background-color: #747d8c;
  position: absolute;
  height: 6px;
  -webkit-transition: all 333ms;
  transition: all 0.15s;
  transition-timing-function: ease-out;
}
.multi-bar-container .multi-bar-slider .cached-loader {
  background-color: #a3a6aa;
  opacity: 0.4;
}
.multi-bar-container .multi-bar-slider .slider-handle {
  height: 16px;
  z-index: 10;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.multi-bar-container .multi-bar-slider .slider-handle-static {
  width: 16px;
  height: 16px;
  border: 12px solid #ffffff;
  background: #d3d3d3;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 10;
  margin-top: -8px;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.multi-bar-container .multi-bar-slider .slider-handle-static::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #d3d3d3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.multi-bar-container .multi-bar-slider .multi-bar-container {
  height: 100%;
}
.multi-bar-container .multi-bar-slider .multi-bar-container .bar {
  height: 8px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  border: 0.5px solid #000;
}
.multi-bar-container .multi-bar-slider .multi-bar-container .bar:hover {
  height: 12px;
  margin-top: -2px;
}
.multi-bar-container .multi-bar-slider .frame-hover-tooltip {
  width: 100px;
  height: 24px;
  background: #1b1c1e;
  position: absolute;
  margin-top: -40px;
  color: white;
  text-align: center;
  border-radius: 4px;
  visibility: hidden;
}
.multi-bar-container .multi-bar-slider-disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
.multi-bar-container .keyframes-bar {
  height: 6px;
  margin: 10px 7px 7px 7px;
  border-radius: 4px;
  display: flex;
  cursor: pointer;
}
.multi-bar-container .keyframes-bar .multi-bar-container {
  height: 100%;
}
.multi-bar-container .keyframes-bar .multi-bar-container .bar {
  height: 8px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  border: 0.5px solid #000;
}
.multi-bar-container .keyframes-bar .multi-bar-container .bar:hover {
  height: 12px;
  margin-top: -2px;
}

/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/2d/ui/ChunkSelector/ChunkSelector.less ***!
  \***********************************************************************************************************************************************************************************************************/
.chunkSelector {
  background-color: #151b28;
  color: #fff;
  height: 320px;
  overflow-y: scroll;
}
.inactiveChunkDetails {
  color: white;
  padding: 5px;
  cursor: pointer;
  font-weight: 600;
}
.activeChunkDetails {
  color: white;
  background: linear-gradient(to top, #005dff, #0099ff);
  padding: 5px;
  cursor: pointer;
  font-weight: 600;
}
.activeChunkDetails:hover {
  border-radius: 2px;
}
.chunkList {
  padding: 5px;
}
.chunkSelector .chunkSearch {
  background-color: #151b28;
  color: #ffffff;
  padding: 5px 5px 2.5px 5px;
}
.chunkSelectorPopover .ant-popover-arrow {
  border-left-color: transparent !important;
}
.chunkSelectorPopover .ant-popover-arrow:after {
  border-left-color: #151b28 !important;
}
.chunkSelectorPopover .ant-popover-title {
  border-bottom: 1px #262e3d solid !important;
  text-align: left !important;
}
.chunkSelectorPopover .ant-popover-title .labelInstructionsHeader {
  display: block;
}
.chunkSelectorPopover .ant-popover-title .labelInstructionsHeader .labelInstructionsColor {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 8px;
}
.chunkSelectorPopover .ant-popover-title .labelInstructionsHeader .labelInstructionsHeaderText {
  display: inline-block;
  text-align: left;
  color: white;
  font-size: 16px;
  line-height: 19.2px;
}
.chunkSelectorPopover .ant-popover-inner-content {
  color: rgba(0, 0, 0, 0.65);
  padding: 0px;
}
.chunkSelectorPopover .ant-input {
  background: #262e3d;
  border: #262e3d;
  color: white;
}
.chunkSelectorPopover .ant-input-search-icon {
  color: white;
}
.noSearchText {
  color: red;
  display: flex;
  justify-content: center;
  font-size: 9px;
}

/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/FrameSeeker.less ***!
  \***********************************************************************************************************************************************************************************************/
.frame-seeker {
  position: absolute;
  bottom: 0;
  height: 56px;
  background-color: transparent;
  color: white;
  z-index: 10;
}
.frame-seeker .frameSeekbar .ant-slider {
  height: auto !important;
  margin: 16px !important;
}
.frame-seeker .frameSeekbar .ant-slider-rail {
  background-color: #3f4959;
}
.frame-seeker .frameSeekbar .ant-slider-rail:hover,
.frame-seeker .frameSeekbar .ant-slider-rail:active {
  background-color: #5b6575 !important;
}
.frame-seeker .frameSeekbar .ant-slider-track {
  background-color: #3f4959;
}
.frame-seeker .frameSeekbar .ant-slider-track:hover,
.frame-seeker .frameSeekbar .ant-slider-track:active {
  background-color: #5b6575 !important;
}
.frame-seeker .frameSeekbar .ant-slider-disabled {
  background-color: transparent !important;
}
.frame-seeker .frameSeekbar .ant-slider-handle {
  width: 20.6px;
  height: 8px;
  border-radius: 4px;
  margin-top: -2px;
  background-image: linear-gradient(to bottom, #0099ff, #005dff);
  border: none;
  background-color: transparent !important;
}
.frame-seeker .frameSeekbar .ant-slider-handle:hover,
.frame-seeker .frameSeekbar .ant-slider-handle:active {
  background-color: #5b6575 !important;
}
.frame-seeker .framesLoader {
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
}
.frame-seeker .framesLoader .anticon {
  margin-left: 10px;
}
.frame-seeker .frameButtonCol {
  width: 26px;
  margin: 0px 2.5px 0px 2.5px;
}
.frame-seeker .frameButtonCol .frameButton {
  height: 32px;
  border-radius: 2px;
  background-color: #262e3d;
  color: #fff;
  border: none !important;
  width: 100%;
  padding: 0;
}
.frame-seeker .frameButtonCol .frameButton:hover {
  background-color: #3f4959;
}
.frame-seeker .frameButtonCol .frameButton:disabled {
  opacity: 0.3;
  background-color: #262e3d;
  color: white;
}
.frame-seeker .submitButton {
  border-radius: 2px;
  background-image: linear-gradient(to top, #005dff, #0099ff);
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  height: 32px;
  text-shadow: 0 1px 2px rgba(0, 19, 67, 0.05);
  transition-duration: 0s !important;
  margin-left: 12px;
}
.frame-seeker .submitButton:hover,
.frame-seeker .submitButton:focus {
  color: white;
  background-image: linear-gradient(to top, #005dff, #005dff);
  transition-duration: 0s !important;
}
.chunkSelectorPopover .ant-popover-inner {
  padding: 0px;
}

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/FrameSeekerLS.less ***!
  \*************************************************************************************************************************************************************************************************/
.frame-seeker-ls {
  position: absolute;
  bottom: 0;
  height: 73px;
  background-color: #151b28;
  color: white;
  z-index: 10;
  width: 79%;
  left: 0%;
  display: flex;
}
.frame-seeker-ls .navigation-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-left: 30px;
  margin-top: 20px;
  margin-right: 30px;
}
.frame-seeker-ls .navigation-div .navigation-handler-div {
  display: flex;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-counter-div {
  margin-top: 2px;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-counter-div .frame-input-text {
  width: 68px;
  border: #30384d;
  background: #30384d;
  font-family: Inter;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: right;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 4px;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div {
  width: 28px;
  margin: 0px 2.5px 0px 2.5px;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div .frame-button {
  height: 32px;
  border-radius: 2px;
  background-color: transparent;
  border: none !important;
  width: 100%;
  padding: 0;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div .frame-button:hover {
  background-color: transparent;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div .frame-button:disabled {
  opacity: 0.3;
  background-color: transparent;
}
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div .frame-button:hover .left-chevron-icon,
.frame-seeker-ls .navigation-div .navigation-handler-div .frame-change-button-div .frame-button:hover .right-chevron-icon {
  fill: #788296;
  /* Color on hover */
}
.frame-seeker-ls .navigation-div .total-frames-div {
  color: #ffffff99;
  font-size: 10px;
}
.frame-seeker-ls .seek-bar-div {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  align-content: space-around;
  flex: 1;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.frame-seeker-ls .seek-bar-div .global-timeline-div {
  margin-top: 8px;
}
.frame-seeker-ls .frameSeekbar .ant-slider {
  height: auto !important;
  margin: 16px !important;
}
.frame-seeker-ls .frameSeekbar .ant-slider-rail {
  background-color: yellow;
}
.frame-seeker-ls .frameSeekbar .ant-slider-rail:hover,
.frame-seeker-ls .frameSeekbar .ant-slider-rail:active {
  background-color: #dec813 !important;
}
.frame-seeker-ls .frameSeekbar .ant-slider-track {
  background-color: yellowgreen;
}
.frame-seeker-ls .frameSeekbar .ant-slider-track:hover,
.frame-seeker-ls .frameSeekbar .ant-slider-track:active {
  background-color: #5b6575 !important;
}
.frame-seeker-ls .frameSeekbar .ant-slider-disabled {
  background-color: transparent !important;
}
.frame-seeker-ls .frameSeekbar .ant-slider-handle {
  width: 20.6px;
  height: 8px;
  border-radius: 4px;
  margin-top: -2px;
  background-image: linear-gradient(to bottom, #0099ff, #005dff);
  border: none;
  background-color: transparent !important;
}
.frame-seeker-ls .frameSeekbar .ant-slider-handle:hover,
.frame-seeker-ls .frameSeekbar .ant-slider-handle:active {
  background-color: #5b6575 !important;
}
.frame-seeker-ls .framesLoader {
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
}
.frame-seeker-ls .framesLoader .anticon {
  margin-left: 10px;
}
.frame-seeker-ls .submitButton {
  border-radius: 2px;
  background-image: linear-gradient(to top, #005dff, #0099ff);
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  height: 32px;
  text-shadow: 0 1px 2px rgba(0, 19, 67, 0.05);
  transition-duration: 0s !important;
  margin-left: 12px;
}
.frame-seeker-ls .submitButton:hover,
.frame-seeker-ls .submitButton:focus {
  color: white;
  background-image: linear-gradient(to top, #005dff, #005dff);
  transition-duration: 0s !important;
}

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/LocalTimeline.less ***!
  \*************************************************************************************************************************************************************************************************/
.parent-frames-div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.parent-frames-div .frame-index-div {
  display: flex;
  width: 100%;
  opacity: 40%;
  height: 12px;
  font-family: 'Source Sans Pro';
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  justify-content: space-between;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.parent-frames-div .frame-index-div .frame-index-mid {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
  padding-left: 1.5em;
}
.parent-frames-div .frame-index-div .frame-index-corner {
  font-size: 11px;
}
.parent-frames-div .frames-div {
  margin-top: 2px;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #01050c;
  box-sizing: border-box;
}
.parent-frames-div .frames-div .frame-element {
  margin: 2px;
  width: 100%;
  cursor: pointer;
  height: 15px;
  background: #262e3d;
  border: 2px solid #262e3d;
}
.parent-frames-div .frames-div .frame-element:hover {
  border-color: rgba(24, 98, 246, 0.6);
}
.parent-frames-div .frames-div .current-frame-element {
  width: 100%;
  margin: 2px;
  cursor: pointer;
  height: 15px;
  background: #262e3d;
  border: 2px solid #1862f6;
}
.parent-frames-div .frames-div .highlighted-current-frame {
  width: 100%;
  margin: 2px;
  cursor: pointer;
  height: 15px;
  background: #b6c0d5;
  border: 2px solid #1862f6;
}
.parent-frames-div .frames-div .frame-element-disabled {
  width: 100%;
  margin: 2px;
  height: 15px;
  background: #01050c;
  border: 2px solid #01050c;
}
.parent-frames-div .frames-div .frame-element-highlighted {
  width: 100%;
  margin: 2px;
  height: 15px;
  background: #b6c0d5;
  cursor: pointer;
  border: 2px solid #b6c0d5;
}
.parent-frames-div .frames-div .frame-element-highlighted:hover {
  border-color: rgba(24, 98, 246, 0.6);
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/GlobalTimeline.less ***!
  \**************************************************************************************************************************************************************************************************/
.multi-bar-container-ls .multi-bar-slider-ls {
  height: 6px;
  background: #01050c;
  display: flex;
  border: 1px solid #78829670 !important;
  cursor: pointer;
}
.multi-bar-container-ls .multi-bar-slider-ls .buffered-loader {
  background-color: #747d8c;
  position: absolute;
  height: 4px !important;
  -webkit-transition: all 333ms;
  transition: all 0.15s;
  transition-timing-function: ease-out;
}
.multi-bar-container-ls .multi-bar-slider-ls .slider-handle-outer-div-ls {
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bdbec2;
  align-self: center;
}
.multi-bar-container-ls .multi-bar-slider-ls .slider-handle-outer-div-ls .slider-handle-inner-div-ls {
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #1862f6;
  opacity: 70%;
}
.multi-bar-container-ls .multi-bar-slider-ls .multi-bar-container-ls {
  height: 100%;
}
.multi-bar-container-ls .multi-bar-slider-ls .multi-bar-container-ls .bar {
  height: 8px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  border: 0.5px solid #000;
}
.multi-bar-container-ls .multi-bar-slider-ls .multi-bar-container-ls .bar:hover {
  height: 12px;
  margin-top: -2px;
}
.multi-bar-container-ls .multi-bar-slider-ls .frame-hover-tooltip-ls {
  width: 83px;
  height: 24px;
  background: #1b1c1e;
  position: absolute;
  margin-top: -40px;
  color: white;
  text-align: center;
  border-radius: 4px;
  visibility: hidden;
}
.multi-bar-container-ls .multi-bar-slider-disabled-ls {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
.multi-bar-container-ls .frame-index-div {
  display: flex;
  width: 100%;
  opacity: 40%;
  height: 12px;
  font-family: 'Source Sans Pro' !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 4px;
  letter-spacing: 0em;
  text-align: left;
  justify-content: space-between;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.multi-bar-container-ls .frame-index-div .frame-index-corner {
  font-size: 11px;
}

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/2d/ui/EditorTopBar.less ***!
  \********************************************************************************************************************************************************************************************/
.editorTopbarContainer {
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 10;
}
.editorTopbarContainer .title {
  font-size: 16px;
  line-height: 23px;
  color: #f4f4f4;
  margin: 0 8px;
}
.editorTopbarContainer button {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.editorTopbarContainer svg {
  width: 11px;
  height: 16px;
  margin-right: 7px;
}

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/LabelDropDown.less ***!
  \*************************************************************************************************************************************************************************************************/
.label-dropdown-absolute {
  z-index: 2;
  position: absolute;
}
.label-dropdown-absolute .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  display: flex;
  background-color: #262e3d;
  border-radius: 2px;
  border: 0px;
  height: 36px;
  color: #ffffff;
  align-items: center;
  font-weight: 600;
  box-shadow: none;
}
.label-dropdown .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  display: flex;
  background-color: #262e3d;
  border-radius: 2px;
  border: 0px;
  height: 36px;
  color: #ffffff;
  align-items: center;
  font-weight: 600;
  box-shadow: none;
}
.label-dropdown.highlighted .ant-select .ant-select-selector {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.labelSelectionComp {
  padding: 0px;
}
.labelSelectionComp .ant-select.ant-select-enabled {
  height: 36px !important;
}
.labelSelectionComp .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
}
.labelSelectionComp .ant-select-single:not(.ant-select-customize-input) .ant-select-selector:focus {
  box-shadow: none !important;
  border: none !important;
}
.labelSelectionComp .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-selected-value {
  line-height: 36px !important;
}
.labelSelectionComp .ant-select-selector {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
}
.labelSelectionComp .ant-select-selector:focus {
  box-shadow: none !important;
  border: none !important;
}
.labelSelectionComp .ant-select-selector .ant-select-selection-selected-value {
  line-height: 36px !important;
}
.labelSelectionComp .ant-select-focused {
  box-shadow: none;
}
.labelSelectionComp .ant-select-dropdown {
  background-color: transparent !important;
}
.labelSelectionComp .ant-select-arrow {
  color: #d9d9d9;
}
.labelDropdownCompClass {
  background-color: #262e3d;
}
.labelDropdownCompClass .ant-select-item-option-active,
.labelDropdownCompClass .ant-select-item-option-selected {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}
.labelDropdownCompClass .ant-select-item-option-active:hover,
.labelDropdownCompClass .ant-select-item-option-selected:hover {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item-option-active:focus,
.labelDropdownCompClass .ant-select-item-option-selected:focus {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item {
  background-color: #262e3d;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  padding: 10px 8px !important;
  letter-spacing: normal;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item:hover {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item:focus {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item:active {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownCompClass .ant-select-item .ant-select-item-option-content {
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}
.labelDropdownCompClass .ant-select-item-empty .ant-empty-description {
  color: #ffffff;
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/TopBar.less ***!
  \******************************************************************************************************************************************************************************************/
.top-bar {
  background-color: #151b28;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  height: 56px;
}
.top-bar .no-space {
  margin-right: 0 !important;
}
.top-bar .btn-secondary {
  margin-right: 12px;
}
.top-bar .tool-bar-2d,
.top-bar .tool-bar-3d {
  position: relative;
  padding: 12px 0 12px 0;
}
.top-bar .tool-bar-2d .segmentation-boolean-operations,
.top-bar .tool-bar-3d .segmentation-boolean-operations {
  display: inline;
  border-left: 1px solid #353f4f;
  padding-left: 6px;
}
.top-bar .tool-bar-2d .segmentation-boolean-operations button,
.top-bar .tool-bar-3d .segmentation-boolean-operations button {
  margin: 0 3px 0 3px;
  padding: 0 11px 0 11px;
}
.top-bar .tool-bar-2d .segmentation-boolean-operations button:disabled,
.top-bar .tool-bar-3d .segmentation-boolean-operations button:disabled {
  background-color: #3f4959;
  color: white;
  transition: none;
}
.top-bar .tool-bar-2d .segmentation-boolean-operations .boolean-active-plus,
.top-bar .tool-bar-3d .segmentation-boolean-operations .boolean-active-plus {
  background-color: #1763f6 !important;
}
.top-bar .tool-bar-2d .segmentation-boolean-operations .boolean-active-minus,
.top-bar .tool-bar-3d .segmentation-boolean-operations .boolean-active-minus {
  background-color: #ce3e34 !important;
}
.top-bar .tool-bar-2d .qcCheckBox,
.top-bar .tool-bar-3d .qcCheckBox {
  padding-top: 3px;
}
.top-bar .tool-bar-3d {
  display: flex;
  justify-content: space-between;
}
.top-bar .toolbar-button-icon {
  min-width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-bar .Magicwand {
  margin-right: 0px !important;
}
.top-bar .img-icon {
  margin: -5px 6px -3px -3px;
}
.top-bar .img-icon-icon {
  margin: -5px -3px -3px -3px;
}
.top-bar .img-icon-raster-tools {
  margin: -1px 1px 1px -1px;
  height: 16px;
  width: 16px;
}
.top-bar .proposal-icon {
  margin: -5px 6px -3px -3px;
  width: 14px;
  height: 14px;
}
.top-bar .magic-wand-flood-fill-color-threshold {
  margin-left: 6px;
  margin-right: -4px;
  background: #0099fe;
  color: white;
  border: none;
}
.top-bar .cameraModes {
  display: flex;
  border-right: solid #262e3d 1px;
  margin-right: 8px;
}
.top-bar .cameraModes .cameraMode.active {
  background-image: linear-gradient(to top, #0050ff, #0099ff);
}
.top-bar .cameraModes .cameraMode.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.top-bar .cameraModes .cameraMode.disabled .fa {
  color: #515557;
  font-size: 16px;
  padding-top: 8px;
  display: table;
  margin: 0 auto;
}
.top-bar .cameraModes .cameraMode {
  background-color: #262e3d;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  margin-right: 8px;
  z-index: 50;
  color: white;
  display: inline-flex;
}
.top-bar .cameraModes .cameraMode:hover {
  background-color: #3f4959;
}
.top-bar .cameraModes .cameraMode img {
  padding: 9px;
}
.top-bar .apc-mode {
  margin-right: 14px;
  float: right;
}
.top-bar .apc-mode .ant-btn.ant-btn {
  margin-right: 0;
  height: 32px;
}
.top-bar button {
  height: 32px;
  font-weight: 600;
  color: white;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 2px 4px 0 #00134319;
  border: none;
  font-size: 14px;
}
.top-bar button:hover {
  background-color: #3f4959;
  color: white;
  transition: none;
}
.top-bar button:active,
.top-bar button:focus,
.top-bar button:disabled {
  background-color: #005dff;
  color: white;
  transition: none;
}
.top-bar .ant-checkbox-wrapper {
  color: white;
}
.top-bar .toolbarCheckbox {
  padding-top: 5px;
}
.top-bar .settings-container,
.top-bar .tools-container {
  display: flex;
}
.top-bar .tools-container-auto-label {
  width: 48%;
}
.top-bar .proposalTool {
  display: inline-block;
  width: 60%;
  position: relative;
  color: #d8d8d8;
}
.top-bar .proposalTool .proposalToolSlider {
  width: 40%;
  display: inline-block;
}
.top-bar .proposalTool .proposalToolSlider .ant-slider.ant-slider-with-marks {
  margin: 0 10px 0 10px;
}
.top-bar .proposalTool .proposalToolSlider .ant-slider.ant-slider-with-marks .ant-slider-rail {
  background-color: #455065;
}
.top-bar .proposalTool .proposalToolSlider .ant-slider-handle {
  margin-top: -2px;
}
.top-bar .proposalTool .proposalToolSliderWidth3D {
  width: 34% !important;
}
.top-bar .proposalTool .confidenceText {
  left: 22%;
  position: absolute;
  top: 72%;
  font-size: 12px;
  font-weight: 100;
  color: #d4d4d4;
  display: flex;
  align-items: center;
}
.top-bar .proposalTool .labelText {
  margin-right: 10px;
}
.top-bar .proposalTool .acceptText {
  padding: 5px 5px 5px 10px;
  border-left: 1px solid rgba(69, 80, 101, 0.84);
}
.top-bar .proposalTool button.accept {
  background-color: #323c4f;
  margin-right: 5px;
}
.top-bar .proposalTool button.reject {
  background-color: #323c4f;
}
.top-bar .proposalTool .buttonImage {
  margin-right: 8px;
}
.top-bar .proposalTool.width100 {
  width: 100%;
}
.top-bar .grid-view-wrapper {
  padding: 5px 12px;
  max-height: 32px;
  background: #272e3c;
  margin: 0px 10px 0px 0px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.top-bar .grid-view-wrapper span {
  font-weight: 600;
}
.top-bar .grid-view-wrapper .grid-view-button {
  width: 14px;
  height: 14px;
  padding: 0;
  line-height: 14px;
}
.top-bar .grid-view-wrapper .grid-view-button.multi-view {
  margin: 0 12px;
}
.top-bar .grid-view-wrapper .grid-view-button.multi-view:hover {
  background-color: initial;
}
.top-bar .grid-view-wrapper .grid-view-button .single-view {
  background: #ffffff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.top-bar .grid-view-wrapper .grid-view-button .single-view.selected {
  background: #2677f6;
}
.adjustment-popover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.adjustment-popover .ant-popover-arrow {
  border-bottom-color: transparent !important;
}
.adjustment-popover .ant-popover-arrow:after {
  border-bottom-color: #151b28 !important;
}
.adjustment-popover .ant-popover-content .ant-popover-inner-content {
  background-color: #151b28;
  padding: 8px;
  width: 200px;
}
.adjustment-popover .toolbox_header {
  display: inline-block;
}
.adjustment-popover .toolbox_header .ant-slider {
  margin: 14px 6px 10px;
}
.adjustment-popover .toolbox_header .ant-slider-handle {
  border: 1px solid black !important;
}
.adjustment-popover .toolbox_header .ant-slider-disabled {
  opacity: 0.2 !important;
  background-color: transparent !important;
}
.adjustment-popover .toolbox_header .ant-slider-disabled .ant-slider-handle {
  border: 1px solid #161b27 !important;
  color: rgba(0, 0, 0, 0.65);
}
.adjustment-popover .toolbox_header_input {
  padding: 0px 2px 0px 2px;
  opacity: 0.8;
}
.adjustment-popover .toolbox_header_input_heading {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: #ffffff;
}
.adjustment-popover .toolbox_header_input img {
  margin-left: 10px;
  color: #acacac;
  height: 16px;
}
.adjustment-popover .adjustmentLayout {
  padding: 8px;
}
.adjustment-popover .adjustmentLayout .shortcutValue,
.adjustment-popover .adjustmentLayout .shortcutValueContainer {
  display: flex;
}
.adjustment-popover .adjustmentLayout .separator {
  font-size: 18px;
  margin: 0 2px;
  color: #333;
}
.adjustment-popover .adjustmentLayout .keys {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px;
  background-color: #262e3d;
}
.adjustment-popover .adjustmentLayout .ant-slider {
  padding: 0;
}
.adjustment-popover .adjustmentLayout .ant-slider .ant-slider-track {
  background-image: linear-gradient(to right, #0099ff, #005dff);
}
.adjustment-popover .adjustmentLayout .ant-slider .ant-slider-handle {
  border: solid 3px #005dff;
  background-color: #0099ff;
}
.adjustment-popover .group-button {
  margin-right: 0 !important;
}
.landmark-notification .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin: -6px 0 0 88px;
  font-size: 15px;
}
.tool-modal .ant-modal-header {
  background: #000815;
  border: none;
}
.tool-modal .ant-modal-header .ant-modal-title {
  color: white;
  margin-bottom: 16px;
}
.tool-modal .ant-modal-header .ant-modal-title .head {
  border-radius: 2px 2px 0 0;
  background-color: #f5525e;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.tool-modal .ant-modal-body .right-nav {
  background: #000815;
  overflow-y: auto;
}
.tool-modal .ant-modal-footer,
.tool-modal .ant-modal-content {
  background: #000815 !important;
}
.tool-modal .ant-checkbox-wrapper {
  background-color: #262e3d !important;
  color: white !important;
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1) !important;
  border: none !important;
}
.tool-modal .top-bar {
  display: none;
}
.tool-modal .back-link {
  display: none;
}
.tool-modal .ant-modal-close-x {
  margin-top: 4px !important;
  color: gainsboro;
}
.tool-modal .ant-modal-header {
  background: #000815;
  border: none;
}
.tool-modal .ant-modal-header .ant-modal-title {
  color: white;
  margin-bottom: 16px;
}
.tool-modal .ant-modal-header .ant-modal-title .head {
  border-radius: 2px 2px 0 0;
  background-color: #f5525e;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.tool-modal .ant-modal-body {
  overflow-y: auto !important;
}
.tool-modal .ant-modal-body .right-nav {
  background: #000815;
  overflow-y: auto;
}
.tool-modal .ant-modal-footer,
.tool-modal .ant-modal-content {
  background: #000815 !important;
}
.tool-modal .ant-checkbox-wrapper {
  background-color: #262e3d !important;
  color: white !important;
  box-shadow: 0 2px 4px 0 rgba(0, 19, 67, 0.1) !important;
  border: none !important;
}
.tool-modal .top-bar {
  display: none;
}
.tool-modal .back-link {
  display: none;
}
.tool-modal .ant-modal-close-x {
  margin-top: 4px !important;
  color: gainsboro;
}
.btn-secondary-active {
  background-color: #025fff !important;
  opacity: 1 !important;
}
.toolNumStyle {
  margin-left: 4px;
  color: #3f4959;
}
.activeToolNumStyle {
  margin-left: 4px;
  color: #fff;
}
.toggleSwitchContainer {
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 5px 8px 5px;
  background-color: #262e3d;
}
.toggleSwitchContainer .ant-switch.ant-switch-checked {
  background-color: #68b030 !important;
}
.toggleoneClickContainer {
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid grey;
  padding: 8px 5px 8px 5px;
  background-color: #262e3d;
}
.toggleoneClickContainer .ant-switch.ant-switch-checked {
  background-color: #68b030 !important;
}
.defaultCuboid {
  margin-right: 4px;
  text-align: center;
  padding: 1px 0px;
}
.oneClickCuboid {
  margin-right: 4px;
  text-align: center;
  padding: 1px 0px;
}
.one-click-cuboid-switch,
.default-cuboid-switch,
.focus-mode-switch {
  width: 44px;
}
.toggleAction {
  padding: 5px 10px;
  max-height: 32px;
  background: #272e3c;
  margin: 0px 10px 0px 0px;
  border-radius: 2px;
}
.toggleAction_title {
  margin-right: 4px;
  text-align: center;
  padding: 1px 0px;
  color: #f7f7f7;
  font-weight: 600;
  font-size: 13px;
}
.toggleAction_title_disabled {
  margin-right: 4px;
  text-align: center;
  padding: 1px 0px;
  font-weight: 600;
  font-size: 13px;
  color: #5d5a5a;
}
.toggleAction_title_disabled:hover {
  cursor: not-allowed;
}
.toggleAction .ant-switch-small {
  width: 33px !important;
  height: 14px !important;
  align-items: center !important;
  border-radius: 10px;
}
.toggleAction .ant-switch-small .ant-switch-handle {
  top: 1px;
}
.toggleAction .ant-switch.ant-switch-checked {
  background-color: #68b030 !important;
}
.toggleAction .ant-switch.ant-switch-checked .ant-switch-handle {
  left: 65% !important;
}
.DisableHelperDropdown {
  color: #5d5a5a;
}
.DisableHelperDropdown:hover {
  cursor: not-allowed;
}
.exitIcon {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-right: 8px;
  background: #ff6b61;
  border-radius: 50%;
}
.checkbox-secondary-disabled {
  background: #272f3d;
  height: 30px;
  float: right;
  color: #fff;
  border-radius: 4px;
  padding: 9px 3px 1px 7px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}
.annotation-view-settings-2d {
  display: flex !important;
  position: absolute;
  right: 65px;
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/Apc/ApcInstructions.less ***!
  \***************************************************************************************************************************************************************************************************/
.apc-instructions {
  color: #fff;
}
.apc-instructions .title {
  font-size: 24px;
}
.apc-instructions .points {
  margin: 24px 0;
  font-size: 16px;
}
.apc-instructions .notes {
  color: #ffffff60;
  font-size: 16px;
}
.apc-instructions .instructions-text {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.apc-instructions .actions {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.apc-instructions .actions button {
  width: 100px;
}
.apc-instructions .actions .ant-checkbox-wrapper {
  background-color: transparent !important;
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/core/ApplicationBusyIndicator.less ***!
  \**************************************************************************************************************************************************************************************************************/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.application-loading-indicator {
  color: #fff;
  text-align: center;
}
.application-loading-indicator .loading-indicator {
  position: relative;
  left: 50%;
  margin-top: 10px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 2px #2677f640;
  border-top-color: #2677f6;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  box-sizing: border-box;
}
.application-loading-indicator .title-text {
  white-space: pre;
}
.application-loading-indicator .description-text {
  opacity: 0.6;
}

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/Apc/ApcError.less ***!
  \********************************************************************************************************************************************************************************************/
.apc-error {
  color: #fff;
  text-align: center;
}
.apc-error .title {
  font-size: 20px;
}
.apc-error .details {
  margin: 16px 0;
  font-size: 14px;
}
.apc-error .actions button {
  width: 100px;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationViewSettings/AnnotationsViewSettings.less ***!
  \**********************************************************************************************************************************************************************************************************************************/
.menu-common-settings .ant-btn-primary {
  background-color: #1890ff !important;
}
.menu-common-settings .ant-btn-primary:hover {
  background-color: #2677f6 !important;
}
.menu-common-settings.actions-dropdown .ant-dropdown-menu-item:hover {
  background-color: #252e3e !important;
}
.menu-common-settings .settings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 380px;
}
.menu-common-settings .settings-header .view-settings {
  font-weight: 500;
  font-size: 18px;
}
.menu-common-settings .settings-header .tooltip-reset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-common-settings .settings-header .tooltip-reset-header .info-tooltip {
  opacity: 60%;
}
.menu-common-settings .annotations-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.menu-common-settings .annotations-section .annotations {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  width: 169px;
}
.menu-common-settings .annotations-section .annotations-buttons .button {
  font-size: 12px;
  background-color: #343c4d;
  color: #ffffff;
  border-color: #343c4d;
}
.menu-common-settings .annotations-section .annotations-buttons .button:disabled {
  background-color: #343c4d;
  border-color: #343c4d;
  opacity: 0.4;
  color: #ffffff;
}
.menu-common-settings .annotations-section .annotations-buttons .button:hover {
  background-color: #4c5364;
  border-color: #4c5364 !important;
  color: #ffffff;
}
.menu-common-settings .annotations-section .annotations-buttons .button-all {
  width: 38px;
}
.menu-common-settings .annotations-section .annotations-buttons .button-none {
  width: 44px;
  height: 24px;
}
.menu-common-settings .annotations-section .annotations-buttons .button-selected {
  width: 58px;
  height: 24px;
}
.menu-common-settings .annotations-section .annotations-buttons .button-selected:disabled:hover {
  background-color: #343c4d;
  border-color: #343c4d;
  opacity: 0.4;
  color: #ffffff;
}
.menu-common-settings .saved-settings {
  display: inline-flex;
  margin-left: 16px;
}
.menu-common-settings .saved-settings .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.menu-common-settings .saved-settings .title .anticon {
  margin-right: 8px;
}
.menu-common-settings .saved-settings .reset-button.ant-btn {
  background-color: #343c4d;
  color: #ffffff;
  border-color: #343c4d;
  border-radius: 4px;
}
.menu-common-settings .saved-settings .reset-button.ant-btn:hover {
  background-color: #4c5364;
  border-color: #4c5364 !important;
}
.menu-common-settings .saved-settings .reset-button.ant-btn:focus {
  background-color: #1890ff;
}
.menu-common-settings .separator {
  height: 1px;
  background-color: #4c5364;
  margin: 14px 0px 0px 0px;
}
.menu-common-settings .section-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}
.menu-view-settings-2d span.ant-switch-inner {
  display: none;
}
.menu-view-settings-2d .shortcut-all-none {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 13px;
  margin-left: auto;
}
.menu-view-settings-2d .labels-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.menu-view-settings-2d .labels-section .labels {
  font-size: 13px;
  width: 169px;
}
.menu-view-settings-2d .labels-section .switch-labels {
  color: #ffffff;
  font-size: 12px;
}
.menu-view-settings-2d .labels-section .shortcut-labels {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 12px;
  margin-left: auto;
}
.menu-view-settings-2d .unmarked-areas-section {
  display: flex;
  align-items: center;
}
.menu-view-settings-2d .unmarked-areas-section .labels {
  font-size: 13px;
  width: 169px;
}
.menu-view-settings-2d .unmarked-areas-section .switch-unmarked-areas {
  color: #ffffff;
  font-size: 12px;
}
.menu-view-settings-2d .unmarked-areas-section .shortcut-unmarked-areas {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 12px;
  margin-left: auto;
}
.menu-view-settings-3d .navigation3d-section {
  display: flex;
  align-items: center;
}
.menu-view-settings-3d .navigation3d-section .annotations {
  color: #ffffff;
  font-size: 13px;
  width: 169px;
}
.menu-view-settings-3d .navigation3d-section .navigation3d-buttons {
  display: flex;
  align-items: center;
}
.menu-view-settings-3d .navigation3d-section .navigation3d-buttons .button {
  height: 27px;
  font-size: 12px;
  background-color: #343c4d;
  color: #ffffff;
  border-color: #343c4d;
}
.menu-view-settings-3d .navigation3d-section .navigation3d-buttons .button:disabled {
  background-color: #343c4d;
  border-color: #343c4d;
  opacity: 0.4;
  color: #ffffff;
}
.menu-view-settings-3d .navigation3d-section .navigation3d-buttons .button:hover {
  background-color: #4c5364;
  border-color: #4c5364 !important;
  color: #ffffff;
}
.menu-view-settings-3d .navigation3d-section .shortcut-navigation-3d {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 12px;
  margin-left: auto;
}
.menu-view-settings-3d .shortcut-all-none-selected {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 12px;
  margin-left: auto;
}
.menu-view-settings-3d .shortcut-all-none {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 12px;
  margin-left: auto;
}
.menu-view-settings-3d .shortcut-label {
  color: #e2e2e2;
  opacity: 0.6;
  font-size: 13px;
  margin-left: 145px;
  margin-right: 13px;
  position: relative;
  bottom: 6px;
}
.menu-view-settings-3d .ego-trajectory-section {
  display: flex;
  align-items: center;
}
.menu-view-settings-3d .ego-trajectory-section .labels {
  font-size: 13px;
  width: 169px;
}
.menu-view-settings-3d .ego-trajectory-section .switch-ego-trajectory {
  color: #ffffff;
  font-size: 12px;
}
.menu-view-settings-3d .ground-mesh-section {
  display: flex;
  align-items: center;
}
.menu-view-settings-3d .ground-mesh-section .labels {
  font-size: 13px;
  width: 169px;
}
.menu-view-settings-3d .ground-mesh-section .switch-ground-mesh {
  color: #ffffff;
  font-size: 12px;
}
.button-svg {
  margin-right: 10px;
}
.button-svg .settings-svg {
  margin-top: 2px;
}
.button-svg .down-out-lined {
  margin-bottom: 7px;
}
.world-3d-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.world-3d-section .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}

/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/ResetToDefaultDialog.less ***!
  \********************************************************************************************************************************************************************************************************/
.confirmation-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirmation-modal .separator {
  height: 1px;
  background-color: #4c5364;
  margin-top: 10px;
}
.confirmation-modal .message {
  text-align: left;
  opacity: 80%;
}
.confirmation-modal .buttons {
  text-align: right;
}
.confirmation-modal .buttons .cancel {
  color: #ffffff;
  padding: 0 17px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}
.confirmation-modal .buttons .confirm {
  color: #ffffff;
  padding: 0 13px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}
.confirmation-modal .ant-modal-title {
  text-align: left;
}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/APCOptionsDropDown.less ***!
  \**************************************************************************************************************************************************************************************************/
.ant-dropdown .options-dropdown {
  display: flex;
  flex-direction: column;
  background-color: #262e3d;
}
.ant-dropdown .options-dropdown .apc-button {
  margin-right: 12px;
}
.ant-dropdown .options-dropdown .apc-option {
  font-size: 14px;
  color: #ffffff;
  background-color: #262e3d;
  border: none;
  padding-right: 90px;
  text-align: left;
}
.ant-dropdown .options-dropdown .apc-option:hover {
  background-color: #005dff;
  color: #ffffff;
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/Apc/ApcConfirmation.less ***!
  \***************************************************************************************************************************************************************************************************/
.apc-confirmation {
  color: #fff;
}
.apc-confirmation ::-webkit-scrollbar {
  width: 5px;
}
.apc-confirmation ::-webkit-scrollbar-thumb {
  background: #ffffff8a;
}
.apc-confirmation .title {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #262e3d;
  font-weight: 600;
}
.apc-confirmation .info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 16px;
}
.apc-confirmation .info-text {
  padding-left: 4px;
}
.apc-confirmation .common {
  padding-top: 8px;
  padding-bottom: 8px;
}
.apc-confirmation .commonText {
  color: #ffffff60;
}
.apc-confirmation .notes {
  font-size: 16px;
  font-weight: 400;
}
.apc-confirmation .confirmation-text {
  max-height: 358px;
  overflow-y: scroll;
}
.apc-confirmation .annotationItemBorder {
  width: 4px;
  border-radius: 2px;
  margin-right: 8px;
}
.apc-confirmation .listItemWrapper {
  padding-top: 16px;
}
.apc-confirmation .listItem {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #262e3d;
}
.apc-confirmation .dismiss {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.apc-confirmation .dismiss button {
  width: 100px;
}
.apc-confirmation .dismiss .ant-btn-primary {
  background-color: #282e3c !important;
}
.apc-confirmation .dismiss .ant-btn-primary:hover {
  opacity: 1;
  background-color: #282e3c !important;
}

/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/Interpolation/InterpolationInstructions.less ***!
  \***************************************************************************************************************************************************************************************************************************/
.interpolation-instruction {
  color: #fff;
}
.interpolation-instruction .title {
  font-size: 24px;
}
.interpolation-instruction .description {
  margin: 24px 0;
  font-size: 16px;
}
.interpolation-instruction .instructions-text {
  width: fit-content;
  max-height: calc(100vh - 300px);
  overflow: auto;
  margin: auto;
}
.interpolation-instruction .media {
  margin-left: auto;
  margin-right: auto;
}
.interpolation-instruction .actions {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.interpolation-instruction .actions button {
  width: 100px;
  background-color: #1e6ff6 !important;
}
.interpolation-instruction .actions .ant-checkbox-wrapper {
  background-color: transparent !important;
}
.ant-checkbox-wrapper.checkbox-secondary.interpolation-checkbox {
  padding-top: 3px;
}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationViewSettings/3D/PoindCloudColoringOptions.less ***!
  \***************************************************************************************************************************************************************************************************************************************/
.point-cloud-painter-root {
  color: white;
  display: flex;
  background: #272e3c;
  align-items: center;
}
.point-cloud-painter-root .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  display: flex;
  background-color: #343c4d;
  border-radius: 2px;
  border: 0px;
  color: #ffffff;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
}
.point-cloud-painter-title {
  color: #f7f7f7;
  font-size: 13px;
  width: 169px;
}
.point-cloud-painter-dropdown {
  background-color: #343c4d !important;
  min-width: 91px;
  border-radius: 2px;
}
.point-cloud-painter-dropdown .ant-select.ant-select-enabled {
  height: 24px !important;
}
.point-cloud-painter-dropdown .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 2px;
  background-color: #343c4d;
  border: none;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  height: 24px !important;
}
.point-cloud-painter-dropdown .ant-select-single:not(.ant-select-customize-input) .ant-select-selector:focus {
  border: none !important;
}
.point-cloud-painter-dropdown .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-selected-value {
  height: 24px !important;
}
.point-cloud-painter-dropdown .ant-select-selector {
  height: 24px !important;
}
.point-cloud-painter-dropdown .ant-select-selector .ant-select-selection-item {
  font-size: 12px;
  font-weight: normal;
}
.point-cloud-painter-dropdown .ant-select-dropdown {
  background-color: transparent !important;
}
.point-cloud-painter-dropdown .ant-select-arrow {
  color: #d9d9d9;
  height: 50%;
}
.point-cloud-painter-dropdown-menu {
  background-color: #343c4d;
}
.point-cloud-painter-dropdown-menu .ant-select-item-option {
  margin-bottom: 2px;
}
.point-cloud-painter-dropdown-menu .ant-select-item-option-active,
.point-cloud-painter-dropdown-menu .ant-select-item-option-selected {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}
.point-cloud-painter-dropdown-menu .ant-select-item-option-active:hover:not(.ant-select-item-option-disabled),
.point-cloud-painter-dropdown-menu .ant-select-item-option-selected:hover:not(.ant-select-item-option-disabled) {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item-option-active:focus:not(.ant-select-item-option-disabled),
.point-cloud-painter-dropdown-menu .ant-select-item-option-selected:focus:not(.ant-select-item-option-disabled) {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item {
  border: none;
  font-size: 12px;
  line-height: 1.14;
  padding: 10px 8px !important;
  letter-spacing: normal;
  color: #ffffff !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item:hover:not(.ant-select-item-option-disabled) {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item:focus {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item:active:not(.ant-select-item-option-disabled) {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.point-cloud-painter-dropdown-menu .ant-select-item .ant-select-item-option-content {
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/PointCloud.less ***!
  \******************************************************************************************************************************************************************************************/
.parent-panel {
  height: 100% !important;
  background: #00050d;
}
.parent-panel .child {
  height: calc(100% - 56px) !important;
}
.mainpanelContainer {
  height: 100%;
  overflow: hidden;
}
.viewTypeIndicator {
  color: white;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  margin: 7px;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
}
#screen2d {
  position: absolute;
  top: 0;
}
.sensorFusionLayout {
  height: 14%;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
}
.sensorFusionLayout.expanded {
  height: 27%;
  width: 48%;
}
#cameraSensor {
  width: 100%;
  height: 100%;
  background-color: #151b28;
}
.sideViewRow {
  height: 33.33%;
  background-color: #00050d;
  border: solid 2px #151b28;
}
.sideViewCanvas.selected {
  outline: rgba(0, 153, 255, 0.2) solid 4px;
  border: 1px solid #005dff;
  border-radius: 2px;
}
/*ant override*/
.ant-btn {
  font-family: Source Sans Pro;
}
@keyframes slide {
  from {
    max-height: 0;
  }
  to {
    max-height: 500px;
  }
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/Loader.less ***!
  \******************************************************************************************************************************************************************************************/
.gif-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.8);
  z-index: 1;
  pointer-events: none;
  border-radius: 4px;
}
.gif-loader img {
  width: 10%;
  height: 20%;
  position: absolute;
  left: 45%;
  top: 40%;
}

/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/CameraSensorDocument.less ***!
  \****************************************************************************************************************************************************************************************************/
.cameraSensorDocumentOuter .camera-id-tooltip {
  color: white;
  background-color: #262e3d;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  float: left;
  margin-right: 4px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 #0000000c;
}
.cameraSensorDocumentOuter .csd-actions.hidden {
  display: none;
}
.cameraSensorDocumentOuter .csd-actions {
  transition: slide 1s ease 1.5s;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 50;
  color: white;
}
.cameraSensorDocumentOuter .csd-actions .fa {
  color: #0275ff;
  font-size: 16px;
  cursor: pointer;
  padding-top: 4px;
  display: table;
  margin: 0 auto;
}
.cameraSensorDocumentOuter .csd-actions .csd-action {
  float: right;
  text-align: center;
  background-color: #262e3d;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 #0000000c;
}
.cameraSensorDocumentOuter .csd-actions .csd-action:hover {
  background-color: #3f4959;
}
.cameraSensorDocumentOuter .cameraImageSelector {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0px;
  min-height: 20px;
  overflow: hidden;
}
.cameraSensorDocumentOuter .cameraImageSelector .anticon-camera {
  color: #e3e3e3;
  position: absolute;
  bottom: 8px;
  font-size: 21px;
  margin-left: 22px;
}
.cameraSensorDocumentOuter .camera-image-selector-ls {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 18px;
  min-height: 20px;
  overflow: hidden;
}
.cameraSensorDocumentOuter .camera-image-selector-ls .anticon-camera {
  color: #e3e3e3;
  position: absolute;
  bottom: 8px;
  font-size: 21px;
  margin-left: 22px;
}
.cameraSensorDocumentOuter .cameraImageSelectorExpanded {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0px;
  height: 80px;
  background: #010814;
  border: 1px solid #525c71;
  box-sizing: border-box;
}
.cameraSensorDocumentOuter .cameraImageSelectorExpanded .anticon-camera {
  color: #e3e3e3;
  position: absolute;
  bottom: 8px;
  font-size: 21px;
  margin-left: 22px;
}
.cameraSensorDocumentOuter .camera-image-selector-expanded-ls {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #010814;
  border: 1px solid #525c71;
  box-sizing: border-box;
  bottom: 18px;
  height: 80px;
}
.cameraSensorDocumentOuter .camera-image-selector-expanded-ls .anticon-camera {
  color: #e3e3e3;
  position: absolute;
  bottom: 8px;
  font-size: 21px;
  margin-left: 22px;
}
.cameraSensorDocumentOuter #cameraContainer {
  display: flex;
  max-width: 80%;
  align-items: center;
}
.cameraSensorDocumentOuter .activeCameraBorder {
  width: 117px;
  height: 3px;
  position: absolute;
}
.cameraSensorDocumentOuter .activeCameraBorderExpanded {
  width: 117px;
  height: 3px;
  position: absolute;
  top: 0px;
}
.cameraSensorDocumentOuter .outerCameraExpanded {
  min-height: 44px;
  min-width: 76px;
  overflow: hidden;
}
.cameraSensorDocumentOuter .outerCamera {
  min-height: 4px;
  min-width: 76px;
  overflow: hidden;
}
.cameraSensorDocumentOuter .cameraImageExpanded {
  height: 65px;
  width: 117px;
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid black;
  box-sizing: content-box;
  border-radius: 2px;
  cursor: pointer;
  background-position: center;
}
.cameraSensorDocumentOuter .cameraImageExpanded .disabled {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.8);
  pointer-events: none;
}
.cameraSensorDocumentOuter .cameraImageExpanded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cameraSensorDocumentOuter #pin {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
}
.cameraSensorDocumentOuter #pin:hover {
  width: 25px;
}
.cameraSensorDocumentOuter #imageIndexInfo {
  position: absolute;
  top: 50px;
  left: 11px;
  width: 20px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #fff;
}
.cameraSensorDocumentOuter img.activeImage {
  opacity: 1;
}
.cameraSensorDocumentOuter img.unActiveImage {
  opacity: 0.6;
}
.cameraSensorDocumentOuter .cameraImage {
  border: 4px solid black;
  min-height: 4px;
  overflow: hidden;
  width: 117px;
}
.cameraSensorDocumentOuter .cameraImage img {
  display: none;
}
.cameraSensorDocumentOuter #leftArrowCameras {
  position: absolute;
  top: 30px;
  left: 10%;
}
.cameraSensorDocumentOuter #rightArrowCameras {
  position: absolute;
  top: 30px;
  right: 10%;
}
.cameraSensorDocumentOuter .hidden {
  display: none;
}
.cameraSensorDocumentOuter .content-box {
  box-sizing: content-box;
}
.cameraSensorDocumentOuter .border-box {
  box-sizing: border-box;
}
.navigation-btns {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #262e3d;
  color: white;
  padding: 3px 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.previousImage {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #262e3d;
  color: white;
  padding: 3px 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: 6px;
}
.nextImage {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  background-color: #262e3d;
  color: white;
  padding: 3px 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding-left: 8px;
  right: 6px;
}

/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/SensorFusionWorkspaceView.less ***!
  \*************************************************************************************************************************************************************************************************************/
.sensorFusionWorkspaceView {
  height: 100%;
}
.sensorFusion {
  z-index: 1;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
}
.sensorFusion.expanded {
  z-index: 0;
  width: 100%;
  height: calc(100% - 73px);
}
#sensorExpanded {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #151b28;
  border: 1px solid #262e3d;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-position: center;
  overflow: hidden;
  margin-top: 5px;
}
.csd-actions {
  transition: slide 1s ease 1.5s;
  position: absolute;
  top: 4px;
  margin-top: 18px;
  right: 0;
  z-index: 1;
  color: white;
}
.csd-actions .fa {
  color: #0275ff;
  font-size: 16px;
  cursor: pointer;
  padding-top: 4px;
  display: table;
  margin: 0 auto;
}
.csd-actions .csd-action {
  float: right;
  background-color: #262e3d;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 #0000000c;
}
.csd-actions .csd-action:hover {
  background-color: #3f4959;
}
#sensorCollapsed {
  margin: 18px 0 0 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background-color: #151b28;
  border: 1px solid #262e3d;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
  background-position: center;
}
.mainpanelContainer {
  height: 100%;
  overflow: hidden;
}
.d-none {
  display: none !important;
}
.visualizer {
  background: #151b28;
  margin-top: 1px;
  margin-right: 1px;
  z-index: 10 !important;
  width: 100vw !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/VisualizerComponent/Visualizer.less ***!
  \**************************************************************************************************************************************************************************************************************/
.visualizer-container {
  color: white;
  max-width: 100vw !important;
  width: 100vw;
  height: 100%;
}
.visualizer-container .lidar-view-row {
  padding-top: 34px;
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  z-index: 2;
}
.visualizer-container .d-none {
  display: none;
}
.visualizer-container .visualizer-wrapper {
  display: flex;
  overflow-x: unset;
  margin-bottom: 12px;
  margin-left: 16%;
  padding-left: 6px;
}
.visualizer-container .visualizer-header {
  background: #262e3d;
  padding: 6px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.visualizer-container .lidar-view-col {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  max-width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visualizer-container .lidar-view-col span {
  padding: 9px 10px;
  background: #262e3d;
  border-radius: 4px 4px 0px 0px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  width: 100%;
  justify-content: center;
}
.visualizer-container .lidar-view-header-col {
  width: auto;
}
.visualizer-container .lidar-view-frame-detail-col {
  max-width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 14px;
  background: #262e3d;
  position: relative;
  border: 2px solid #262e3d;
}
.visualizer-container .lidar-view-frame-detail-col span {
  align-items: center;
  height: 100%;
  display: inline-flex;
}
.visualizer-container .lidar-view-frame-detail-col img {
  position: absolute;
  top: 6px;
  right: 4px;
}
.visualizer-container .lidar-view-frame-detail-col.selected {
  border: 2px solid #0091ff;
}
.visualizer-container .lidar-view-content-row {
  display: flex;
  margin-left: 4px;
  width: 15%;
  min-width: 15%;
  flex-direction: column;
}
.visualizer-container .lidar-dim {
  width: 100%;
  background-color: #00050d;
}
.visualizer-container .overlayContainerHeader {
  display: flex;
  justify-content: flex-start;
  color: #959595;
  font-size: 14px;
  margin-left: 16px;
}
.visualizer-container .overlayContainerHeader .fa-caret-left {
  padding-right: 4px;
  cursor: pointer;
}
.visualizer-container .overlayContainerHeader .fa-caret-right {
  padding-left: 4px;
  cursor: pointer;
}
.visualizer-container .iconStyles {
  font-size: 16px;
  color: #8f97a2;
  cursor: pointer;
  margin-right: 9px;
}
.visualizer-container .label-text {
  margin-left: 2px;
}
.visualizer-container .frame-details {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
}
.visualizer-container .navigation-container {
  margin-right: 24px;
}
.visualizer-container .incomplete-frame {
  margin-left: 20px;
  color: #ffffff;
}
.visualizer-container .view-option-wrapper {
  float: right;
  margin-right: 76px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
  font-size: 14px;
}
.visualizer-container .view-option-wrapper .view-option-dropdown {
  margin-left: 8px;
  width: 140px;
}
.visualizer-container .view-option-wrapper .view-by-option {
  margin: 0;
  padding: 0;
}
.visualizer-container .track-info-wrapper {
  width: 16%;
  min-width: 16%;
  overflow-y: auto;
}
.visualizer-container .track-info-wrapper::-webkit-scrollbar {
  display: none;
}
.visualizer-container .attribute-evaluation {
  padding: 3px 7px;
  margin-bottom: 2px;
  background: #262e3d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.visualizer-container .attribute-evaluation.error {
  background: #c53d3d88;
}
.visualizer-container .attribute-evaluation.error:hover {
  background: #c53d3dff;
}
.visualizer-container .attribute-evals {
  display: flex;
  overflow: initial;
  margin-left: 16%;
  padding-left: 6px;
}
.visualizer-container .qc-evaluation-row {
  margin-left: 4px;
  width: 15%;
  min-width: 15%;
  overflow-y: auto;
}
.visualizer-container .qc-evaluation-row::-webkit-scrollbar {
  display: none;
}
.visualizer-container .qc-wrapper {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 66px;
  height: 100%;
  width: 95.9%;
}
.visualizer-container .sticky {
  position: absolute;
  left: 0;
  z-index: 2;
  background: #151b28;
  padding-right: 4px;
}
.visualizer-container .track-info-details {
  padding: 5px 7px 1px;
  background: #262e3d;
  font-size: 12px;
  height: 100%;
  overflow: auto;
}
.visualizer-container .track-info-details::-webkit-scrollbar {
  display: none;
}
.visualizer-container .class-info {
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.visualizer-container .class-info .title {
  margin-bottom: 14px;
}
.visualizer-container .comment-description {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
}
.visualizer-container .labelSelection {
  width: 100%;
  background: #151b28;
}
.visualizer-container .labelSelection .ant-select-selector {
  border: none;
  box-shadow: none;
  background: #151b28 !important;
  height: 24px !important;
}
.visualizer-container .labelSelection .ant-select-selection-item {
  line-height: initial;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.visualizer-container .issue-popover {
  margin-top: 16px;
  background: none;
}
.visualizer-container .issue-popover .comment-description {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
}
.visualizer-container .issue-popover textarea {
  background: #151b28;
  border: none !important;
  box-shadow: none;
  font-size: 12px;
  height: 60px;
}
.visualizer-container hr {
  border-color: #696d77;
  margin-bottom: 8px;
  margin-top: 4px;
}
.visualizer-container .specification {
  padding: 6px 4px;
  margin: 8px 0;
  background: #151b28;
  display: flex;
  align-items: center;
}
.visualizer-container .specification span {
  margin-left: 10px;
}
.visualizer-container .dataColumn {
  background: #151b28;
}
.visualizer-container .dataColumn .dataTitle {
  display: none;
}
.visualizer-container .dataColumn .dataProperty {
  display: flex;
  overflow: hidden;
  padding: 2px 4px;
  justify-content: space-between;
  text-align: left;
}
.visualizer-container .dataColumn .propertyLabel {
  width: auto;
  font-size: 10px !important;
  flex: unset;
}
.visualizer-container .dataColumn .propertyValue {
  width: auto;
  margin: 0 !important;
  font-size: 12px !important;
  text-align: right;
  max-width: 80%;
  flex: unset;
  flex-grow: 1;
  float: right;
}
.visualizer-container .border-add {
  border: 1px solid red;
}
.visualizer-container .attribute-evals-wrapper {
  display: flex;
  width: 100%;
}
.visualizer-container .initial-loader {
  width: 80%;
  height: 100%;
}
.visualizer-container .loader-left {
  margin-left: 12px;
}
.visualizer-confirmation-dialog {
  width: 550px !important;
  top: 40% !important;
}

/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/InfinityScrollLoader.less ***!
  \********************************************************************************************************************************************************************************************************/
.loader {
  margin-top: 14px;
  background-color: #151b28;
  z-index: 2;
  pointer-events: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.loader .loader-details {
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.loader .loader-img {
  margin: auto;
  margin-top: 8px;
  border: 1px solid #2677f6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/SensorFusionIssueComponent/Description.less ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.issue-popover {
  display: flex;
  flex-direction: column;
  background: #151b28;
  border-radius: 4px;
}
.issue-popover .PopoverButtonClass {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
}
.issue-popover .comment-description {
  color: #ffffff;
  margin-top: -8px;
  margin-bottom: 16px;
}
.issue-popover .commentContainer {
  display: flex;
  flex-direction: column;
}
.issue-popover .issueComponent {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.issue-popover .issueHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.issue-popover .issueHeaderLeft {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
}
.issue-popover .issueHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.issue-popover .profileIcon {
  margin-right: 8px;
}
.issue-popover .profileIcon img {
  width: 16px;
  height: 16px;
}
.issue-popover .commentProfile {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  opacity: 60%;
}
.issue-popover .issueBody {
  display: flex;
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
  overflow-y: auto;
  max-height: 200px;
}
.issue-popover .issueBody .commentText {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.issue-popover .issueBody .commentText .dateStamp {
  opacity: 30%;
}
.issue-popover .editComment {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.issue-popover .editComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .editComment:hover path {
  fill: #f9d636;
}
.issue-popover .deleteComment {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.issue-popover .deleteComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .deleteComment:hover path {
  fill: #ed2f4f;
}
.issue-popover .disabledDeleteComment {
  cursor: not-allowed;
}
.issue-popover .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.issue-popover .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.issue-popover .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.issue-popover .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.issue-popover .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.issue-popover .comment-list {
  display: flex;
  flex-direction: column;
}
.issue-popover .comment-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 32px;
  flex-shrink: 0;
  align-items: center;
}
.issue-popover .no-description {
  color: #ffffff;
  opacity: 60%;
}
.issue-popover .commentFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.issue-popover .footerAddComment {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  padding: 4px 10px;
  background: linear-gradient(to top, #0050ff, #0099ff);
}
.issue-popover .footerResolve {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  background: linear-gradient(to bottom, #00ff88, #00e626);
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationDataSnippet.less ***!
  \************************************************************************************************************************************************************************************************************************/
.dataSnippet {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
  display: flex;
  justify-content: center;
  width: 100%;
}
.dataSnippet hr {
  padding: 0 8px 4px 8px 0 !important;
}
.dataSnippet .dataColumn {
  text-align: center;
}
.dataSnippet .dataColumn.borderd {
  border-right: 1px solid #313640 !important;
  margin-bottom: 2px;
}
.dataSnippet .ant-row {
  text-align: center;
}
.dataSnippet .dataTitle {
  display: block;
  color: white;
  font-weight: 600;
  border-bottom: 1px solid #313640;
}
.dataSnippet .dataProperty .propertyLabel {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.dataSnippet .dataProperty .propertyValue {
  font-size: 12px;
  margin: auto;
  color: white;
  font-weight: 200;
  border-radius: 3px;
  padding-left: 1px;
}
.dataSnippet .dataProperty .violationTooltip {
  border-radius: 3px;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationNavigationContainer.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.tabviewtooltip_container_textcontainer {
  padding-left: 0px;
  margin-bottom: 0px;
}
.tabviewtooltip_container_textcontainer_text {
  vertical-align: top;
}
.tabviewtooltip_container .img_arrow {
  height: 12px;
  vertical-align: unset;
}

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/Apc/APCFrameCount.less ***!
  \*************************************************************************************************************************************************************************************************/
.apc-frame-count-container {
  position: absolute;
  margin: 0px 5px;
  display: flex;
  z-index: 1;
  right: 0;
}
.apc-frame-count-container .apc-frame-count {
  background: #272e3d;
  margin: 10px 5px;
  padding: 5px;
  color: #d0d1d4;
  font-size: 12px;
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/RightNavbar.less ***!
  \*******************************************************************************************************************************************************************************************/
.right-nav-3d {
  background-color: #000815;
  height: calc(100% - 56px) !important;
  overflow: auto;
  position: absolute;
  right: 0;
  width: 96%;
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationDetails.less ***!
  \********************************************************************************************************************************************************************************************************************/
.annotation-details {
  background-color: #151b28;
  margin-top: 12px;
  border-radius: 2px;
  height: 100%;
}
.annotation-details .closeIcon {
  text-align: right;
}
.annotation-details .ant-col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.annotation-details .ant-select-arrow {
  color: white;
}
.annotation-details .annotationLabel {
  color: #fff;
  width: fit-content;
  padding: 0 4px;
  font-size: 14px;
}
.annotation-details .labelOption {
  background-color: #283747;
}
.annotation-details .message {
  font-size: 14px;
  color: #8e96a3;
  margin: 8px 0 4px 0;
}
.annotation-details .message .ant-input-disabled {
  opacity: 0.3;
}
.annotation-details .attributeComponent {
  padding: 4px;
  border-radius: 2px;
}
.annotation-details .sendBtnComp {
  display: flex;
  justify-content: flex-end;
  padding: 12px 8px;
}
.annotation-details .sendButton {
  background: linear-gradient(to bottom, #0097ff, #005dff);
}
.annotation-details .sendButton:hover {
  border: none;
  background-color: #005dff;
}
.annotation-details .ant-radio-group {
  width: 100%;
}
.annotation-details .metaDataItem {
  padding: 8px;
  border-radius: 2px;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #262e3d;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid #262e3d;
}
.annotation-details .metaDataItem:hover {
  border: 1px solid #0097ff;
}
.annotation-details .ant-radio-wrapper {
  display: flex;
  margin: 8px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 30px;
  align-items: center;
}
.annotation-details .ant-radio-wrapper span {
  color: #fff;
  width: 100%;
  padding: 6px 12px;
  text-align: left;
  border-radius: 4px;
  background-color: #262e3d;
  border: 1px solid #262e3d;
}
.annotation-details .ant-radio-wrapper span:hover {
  border: 1px solid #005dff;
}
.annotation-details .ant-radio-wrapper .ant-radio-checked + span {
  background-color: #005dff;
  color: #fff;
}
.annotation-details .ant-radio-wrapper .ant-radio-disabled + span {
  background-color: #262e3d;
  border: 1px solid #151b28;
  color: rgba(255, 255, 255, 0.8);
}
.annotation-details .ant-radio {
  display: none;
}
.annotation-details .noteTitle {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.annotation-details .noteInput {
  background-color: #262e3d;
  border: 0;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  width: 100%;
}
.annotation-details .noteInput.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
  padding: 8px 8px;
}
.annotation-details .noteInput.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.annotation-details .divider {
  margin: 8px 0;
  height: 2px;
  width: 100%;
  background: #283747;
  border: none;
}
.annotation-details .iconStyles {
  font-size: 14px;
  color: #8e96a3;
  cursor: pointer;
}
.annotation-details .tagStyles {
  display: flex;
  align-items: center;
  color: #262e3d;
  font-size: 14px;
}
.annotation-details .metaDataComponent {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  margin: 24px 0;
}
.annotation-details .metaDataLabel {
  font-size: 14px;
  color: #747d8c;
  margin: 0 8px;
}
.annotation-details .metaDataValue {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.annotation-details .annotationAction {
  display: flex;
  margin: 8px 0;
}
.annotation-details .commentContainer {
  display: flex;
  flex-direction: column;
}
.annotation-details .commentComponent {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}
.annotation-details .commentHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.annotation-details .commentHeaderLeft {
  display: flex;
  justify-content: flex-start;
}
.annotation-details .commentHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.annotation-details .profileIcon {
  margin-right: 8px;
  height: 14px;
  width: 14px;
}
.annotation-details .commentProfile {
  font-size: 14px;
  color: #0097ff;
  line-height: 22px;
}
.annotation-details .commonCommentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.annotation-details .commentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
  margin-top: 8px;
}
.annotation-details .compressedCommentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.annotation-details .editComment {
  display: flex;
  margin-right: 8px;
  cursor: pointer;
}
.annotation-details .editComment svg {
  width: 14px;
  height: 14px;
}
.annotation-details .editComment:hover path {
  fill: #f9d636;
}
.annotation-details .deleteComment {
  cursor: pointer;
}
.annotation-details .deleteComment svg {
  width: 14px;
  height: 14px;
}
.annotation-details .deleteComment:hover path {
  fill: #ed2f4f;
}
.annotation-details .disabledDeleteComment {
  cursor: not-allowed;
}
.annotation-details .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.annotation-details .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.annotation-details .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.annotation-details .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.annotation-details .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.annotation-details .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.annotation-details .segmentAttribute-dropdown {
  margin-bottom: 10px;
}
.annotation-details .dropdown-panel {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  background-color: #262e3d;
}
.annotation-details .dropdown-head {
  display: flex;
  justify-content: space-between;
  font-weight: 200;
  align-items: center;
}
.annotation-details .dropdown-head-container {
  display: flex;
  align-items: center;
}
.annotation-details .segmentAttributes {
  display: flex;
  flex-wrap: wrap;
  color: #747d8c;
  font-weight: 100;
  word-break: break-word;
  padding: 5px 0px;
}
.annotation-details .borderDropdown {
  width: 4px;
  height: 100%;
  position: absolute;
}
.annotation-details .segment-name {
  padding: 5px 0px 0px 10px;
}
.annotation-details #segment-name {
  padding-right: 5px;
}
.annotation-details .segment-icon {
  padding-right: 5px;
}
.annotation-details .segment-visualise-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.annotation-details .segment-visualise-icon img {
  opacity: 0.8;
}
.annotation-details .segment-visualise-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.annotation-details .segment-visualise-icon:hover img {
  opacity: 1;
}
.annotation-details .dropdown-content {
  display: none;
  background-color: #262e3d;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.annotation-details .dropdown-content .noteInput,
.annotation-details .dropdown-content .ant-select-selector {
  background-color: #283747;
  font-weight: 100;
}
.annotation-details .dropdown-content .divider {
  background-color: #34495e;
  margin: 10px 0;
  height: 1px;
  width: 100%;
  border: none;
}
.annotation-details .segment-button-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
.annotation-details .marksegment-button {
  background-color: #262e3d;
  padding: 5px 10px;
}
.annotation-details .doodleResolveButton {
  background-color: #e4e8ee;
  padding: 5px 10px;
}
.annotation-details .nonVisibleAttributeSection {
  color: #fff;
  font-weight: 500;
  padding: 8px;
}
.annotation-details .no-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 20px;
}
.annotation-details .no-label-container .no-label-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationItems.less ***!
  \******************************************************************************************************************************************************************************************************************/
.annotationListContainer {
  flex-direction: column;
  margin: 4px;
  background-color: #151b28;
  padding-bottom: 4px;
  height: 100%;
  border-radius: 2px;
}
.annotationListContainer .listHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.annotationListContainer .search-wrapper {
  display: flex;
  width: 100%;
}
.annotationListContainer .search-input {
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 12px;
  background-color: #151b28;
  color: white;
  border: 1px solid #323c4f;
}
.annotationListContainer .search-input input {
  background-color: #151b28;
  color: white;
  padding-left: 4px;
}
.annotationListContainer .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.annotationListContainer .noAnnotationstext {
  text-align: center;
  margin: 8px 0px;
  font-size: 14px;
  color: #757c8a;
}
.annotationListContainer .noAnnotationsDescription {
  text-align: center;
  margin: 16px 0px;
  font-size: 14px;
  color: #757c8a;
}
.annotationListContainer ::-webkit-scrollbar {
  width: 20px;
}
.annotationListContainer .annotationCountContainer {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.annotationListContainer .annotationCount {
  font-weight: 700;
  font-size: 14px;
  margin-right: 4px;
  color: #ffffff72;
}
.annotationListContainer .missingCount {
  margin-left: auto;
}
.annotationListContainer .evaluationApprovContainer {
  z-index: 1;
  position: sticky;
  top: 0px;
  background-color: #151b28;
  padding: 2px 0;
}
.annotationListContainer .evaluationApprov {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  padding: 8px 4px;
  display: flex;
  justify-content: center;
  color: white;
  margin: 0px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #323c4f;
  box-shadow: 0 2px 4px 0 #00134319;
  cursor: pointer;
}
.annotationListContainer .evaluationApprov:hover,
.annotationListContainer .evaluationApprov:active,
.annotationListContainer .evaluationApprov:focus,
.annotationListContainer .evaluationApprov:disabled {
  background-color: #3f4959;
  color: white;
  transition: none;
  border-color: #3f4eeb !important;
}
.annotationListContainer .annotationItemWrap {
  padding: 0 12px;
}
.annotationListContainer .annotationItemWrap:hover {
  background: #262e3d;
}
.annotationListContainer .listItemWrapper {
  padding: 4px 0;
  cursor: pointer;
  padding-bottom: 0px;
  border-bottom: 1px solid #262e3d;
}
.annotationListContainer .listItem {
  display: flex;
  flex-direction: row;
  min-height: 36px;
}
.annotationListContainer .annotationItemHeader {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 4px;
}
.annotationListContainer .headerComp {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff72;
}
.annotationListContainer .annotationLabelComp {
  display: flex;
  word-break: break-word;
  padding: 0 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  flex-wrap: wrap;
  gap: 6px;
}
.annotationListContainer .annotationLabelComp .reworked-badge,
.annotationListContainer .annotationLabelComp .new-badge,
.annotationListContainer .annotationLabelComp .previously-passed-badge {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.annotationListContainer .annotationLabelComp .reworked-badge {
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
}
.annotationListContainer .annotationLabelComp .new-badge {
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
}
.annotationListContainer .annotationLabelComp .previously-passed-badge {
  background-color: #e3f6d1;
  color: #167c80;
}
.annotationListContainer .annotationLabelComp .quesMark {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffc107;
  font-family: Inter;
  font-style: normal;
  font-size: 12px;
  margin-left: 4px;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.annotationListContainer .annotationLabelComp .linking-icon {
  margin-left: 10px;
  opacity: 0.6;
}
.annotationListContainer .proposalContent {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.annotationListContainer .proposalContent img {
  height: 14px;
  margin-right: 2px;
}
.annotationListContainer .proposalContent .proposalText {
  display: flex;
}
.annotationListContainer .proposalContent .confidenceText {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 600;
}
.annotationListContainer .attributesWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-right: 4px;
}
.annotationListContainer .attributesWrap img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.annotationListContainer .itemNotifier {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
}
.annotationListContainer .attributesFilled {
  background-color: #0097ff;
}
.annotationListContainer .iconStyles {
  font-size: 14px;
  color: #fff;
}
.annotationListContainer .annotationItemBorder {
  display: flex;
  margin-top: 6px;
  width: 8px;
  height: 20px;
  border-radius: 2px;
}
.annotationListContainer .annotationItemDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 98%;
  padding: 0 8px;
}
.annotationListContainer .labelAndShape {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  align-content: space-between;
}
.annotationListContainer .labelAndShape .annotationItemSensorTooltip {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 2px;
  font-size: 11px;
  line-height: 14px;
  color: #d8d8d8;
}
.annotationListContainer .labelAndShape .shapes-group {
  display: flex;
  justify-content: end;
}
.annotationListContainer .annotationShapeIcon {
  display: flex;
  align-items: center;
}
.annotationListContainer .attributesList {
  color: #747d8c;
  display: block;
  word-break: break-word;
  font-weight: 600;
  height: 100%;
}
.annotationListContainer .attributesList b {
  color: #ffffff;
}
.annotationListContainer .frame-range-with-badges {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}
.annotationListContainer .frame-range-with-badges .frame-badge-separator {
  color: #747d8c;
  margin: 0 1px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.annotationListContainer .frame-range-with-badges .reworked-badge,
.annotationListContainer .frame-range-with-badges .new-badge,
.annotationListContainer .frame-range-with-badges .previously-passed-badge {
  display: inline-block;
  padding: 0 3px;
  border-radius: 2px;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.4;
}
.annotationListContainer .frame-range-with-badges .reworked-badge {
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
}
.annotationListContainer .frame-range-with-badges .new-badge {
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
}
.annotationListContainer .frame-range-with-badges .previously-passed-badge {
  background-color: #e3f6d1;
  color: #167c80;
}
.annotationListContainer .lock {
  color: #3f4959;
  margin: 2px 0 0 6px;
}
.annotationListContainer .annotationDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.annotationListContainer .commentWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 4px;
  background-image: linear-gradient(to bottom, #f9d636 3%, #f4a52a);
}
.annotationListContainer .commentWrap img {
  width: 8px;
  height: 8px;
}
.annotationListContainer .hideDoodle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 5px;
  margin-right: 5px;
  color: yellow;
}
.annotationListContainer .hideDoodle img {
  width: 15px;
  height: 15px;
}
.annotationListContainer .showDoodle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 5px;
  margin-right: 5px;
  pointer-events: auto;
  color: white;
}
.annotationListContainer .showDoodle img {
  width: 15px;
  height: 15px;
}
.annotationListContainer .rulesWrap {
  display: flex;
  color: #9da0a8;
  flex-direction: row;
  width: 14px;
  height: 14px;
  justify-content: center;
  margin-bottom: 2px;
  align-items: center;
  flex-shrink: 0;
  margin-left: 4px;
  margin-right: 4px;
}
.annotationListContainer .rulesWrap img {
  width: 8px;
  height: 8px;
}
.annotationListContainer .ruleReport {
  display: flex;
  flex-direction: row;
}
.annotationListContainer .indicationIcon {
  display: flex;
  height: 5px;
  width: 5px;
  margin-left: 2px;
  border-radius: 50%;
  justify-content: center;
}
.markUnmarkedTooltip {
  font-size: 13px;
  max-width: 170px;
}
.sensorNamesTooltip .ant-tooltip-content .ant-tooltip-inner {
  border: 1px solid #5a647c;
  border-bottom: 0px;
  padding: 0px;
}
.sensorNamesTooltip .ant-tooltip-content .ant-tooltip-inner .sensorWithFrames {
  border-bottom: 1px solid #5a647c;
  padding: 6px 8px;
}
.iconTooltip .ant-tooltip-inner {
  background-color: #000000;
}
.annotation-filter-icon {
  cursor: pointer;
  padding: 0;
}
.annotation-filter-icon-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  padding: 0 10px;
}
.annotation-filter-icon-wrapper:hover {
  opacity: 0.8;
}
.annotation-filter-arrow {
  font-size: 10px;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu {
  background-color: #272e3d;
  border-radius: 4px;
  padding: 4px 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item {
  color: #ffffff;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  transition: background-color 0.2s;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #323c4f;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
  background-color: #272e3d;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item span {
  flex: 1;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item .fa-check {
  font-size: 12px;
}
.ant-dropdown .annotation-filter-menu.ant-dropdown-menu .ant-dropdown-menu-item .filterMenuCheckIcon {
  color: #54c1ff;
  margin-left: 8px;
}
.noIncorrectAnnotationsState {
  margin: 30px 0;
  color: #6a6f7c;
  text-align: center;
}
.skeleton-container {
  margin: 8px 12px 0 8px;
  height: 100vh;
}
.skeleton-loader {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.skeleton-animation {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.08) 2.7%, rgba(255, 255, 255, 0.3) 47.68%, rgba(255, 255, 255, 0.12) 99.19%);
  background-size: 400% 100%;
  animation: moveBackground 2s ease infinite;
}
@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/index.less ***!
  \********************************************************************************************************************************************************************************************************/
.annotation-list {
  height: 100%;
  overflow-y: auto;
}
.annotation-list hr {
  background-color: #262e3d !important;
  border: solid 0.4px #262e3d !important;
  height: 0.4px !important;
  margin: 14px 0 14px 0;
}
.annotation-list .checkbox-secondary {
  background: #272f3d;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 3px 5px 10px;
  height: 20px;
  float: inherit !important;
}
.annotation-list .overlayContainerQC {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  background-color: #151b28;
  border-radius: 2px;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}
.annotation-list .overlayContainerQC .annotationSvg {
  display: flex;
  justify-content: center;
  height: 20px;
}
.annotation-list .overlayContainerQC .overlayContainerHeader {
  display: flex;
  flex-shrink: 0;
}
.annotation-list .overlayContainerQC .overlayContainerHeader .tabviewtooltip_container_info {
  padding-left: 0px;
  margin-bottom: 0px;
}
.annotation-list .overlayContainerQC .AnnotationCountContainer {
  width: fit-content;
  height: fit-content;
  padding-left: 5px;
  padding-right: 5px;
  background: #272e3c;
  border-radius: 3px;
}
.annotation-list .overlayContainerQC .AnnotationCountText {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: right;
  color: #ffffff;
  opacity: 0.7;
}
.annotation-list .overlayContainerQC .fa {
  color: #959595;
}
.annotation-list .overlayContainerQC .fa:hover {
  color: #ffffff;
  cursor: pointer;
}
.annotation-list .overlayContainerQC .fa-caret-left {
  padding-right: 4px;
}
.annotation-list .overlayContainerQC .fa-caret-right {
  padding-left: 4px;
}
.annotation-list .overlayVisible {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(0.12, 0.94, 0.52, 0.95);
}
.annotation-list .overlayHide {
  right: -320px;
  transition: all 0.5s cubic-bezier(0.12, 0.94, 0.52, 0.95);
}
.annotation-list .iconStyles {
  font-size: 18px;
  color: #8e96a3;
  cursor: pointer;
}
.annotation-list .annotation-label-selector {
  margin-bottom: 10px;
}
.annotation-list .annotationLabel {
  color: #fff;
  width: fit-content;
  padding: 0 4px;
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 8px;
}
.annotation-list .filterComponent {
  display: flex;
  flex-direction: row;
  margin: 4px;
  padding: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #151b28;
}
.annotation-list .annotation-info-filter-button {
  margin-bottom: 0px;
}
.annotation-list .annotation-info-filter-check {
  display: none;
}
.annotation-list .filter-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #262e3d;
  margin-right: 4px;
}
.annotation-list .filter-control-svg-off {
  opacity: 0.3;
}
.annotation-list .filter-control-svg-on {
  opacity: 1;
}
.annotation-list .filter-control-svg-off:hover {
  opacity: 0.7;
}
.annotation-list .filter-control:hover {
  cursor: pointer;
}
.annotation-list .item-container {
  background: #151b28;
  margin: 0 4px 16px 4px;
  border-radius: 4px;
}
.annotation-list .item-container .scrollable {
  overflow-y: auto;
}
.annotation-list .item-container::-webkit-scrollbar {
  display: none;
}
.annotation-list .groupByComp {
  margin-bottom: 12px;
}
.annotation-list .groupByComp .ant-dropdown-link {
  text-decoration: none;
  padding: 4px 8px;
  background-image: linear-gradient(to top, #0050ff, #0099ff);
  color: #fff !important;
}
.annotation-list .detailsComp .ant-radio-group {
  display: flex;
  flex-direction: row;
}
.annotation-list .detailsComp .ant-radio-group .ant-radio-button-wrapper {
  margin-right: auto;
  border-radius: 4px;
  background: #262e3d;
  color: #fff;
  font-size: 0.8vw;
  font-weight: bold;
}
.annotation-list .detailsComp .ant-radio-group .ant-radio-button-wrapper-checked {
  background-image: linear-gradient(to top, #0050ff, #0099ff) !important;
}
.annotation-list .filterHeader {
  color: #747d8c;
  font-size: 14px;
  margin-bottom: 8px;
}
.annotation-list .ant-select-disabled .ant-select-selector {
  background: #252e3e !important;
  cursor: not-allowed;
  opacity: 0.3;
  color: #fff !important;
  border-radius: 2px;
  border: none;
  height: 36px;
  align-items: center;
}
.checkboxCompWrappper {
  margin: 8px 0;
  color: #ffffff;
}
.checkboxCompWrappper img {
  margin-right: 4px;
  margin-bottom: 2px;
  width: 12px;
  height: 12px;
}
.checkboxCompWrappper label {
  display: flex;
  align-items: center;
}
.checkboxCompWrappper .ant-checkbox-wrapper {
  color: #ffffff;
  font-weight: 600;
  line-height: 19px;
  font-size: 14px;
}
.checkboxCompWrappper .ant-checkbox-inner {
  background-color: #3f4959;
  border: none;
}
.annotation-warning .ant-message-warning .anticon {
  color: #ff0000;
}
.annotation-list-ls {
  height: 97% !important;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/RecallCheckerComponents/CommentPopover.less ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.PopoverButtonClass {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  height: 24px;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
}
.comment-popover {
  display: flex;
  flex-direction: column;
  background: #151b28;
  padding: 8px;
  border-radius: 4px;
}
.comment-popover .commentContainer {
  display: flex;
  flex-direction: column;
}
.comment-popover .commentComponent {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.comment-popover .commentHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.comment-popover .commentHeaderLeft {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
}
.comment-popover .commentHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.comment-popover .profileIcon {
  margin-right: 8px;
}
.comment-popover .profileIcon img {
  width: 16px;
  height: 16px;
}
.comment-popover .commentProfile {
  font-size: 14px;
  color: #0097ff;
  line-height: 22px;
}
.comment-popover .commentBody {
  display: flex;
  padding-left: 24px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
}
.comment-popover .editComment {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.comment-popover .editComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .editComment:hover path {
  fill: #f9d636;
}
.comment-popover .deleteComment {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-popover .deleteComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .deleteComment:hover path {
  fill: #ed2f4f;
}
.comment-popover .disabledDeleteComment {
  cursor: not-allowed;
}
.comment-popover .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.comment-popover .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.comment-popover .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.comment-popover .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.comment-popover .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.comment-popover .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.comment-popover .comment-list {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
}
.comment-popover .comment-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 32px;
  flex-shrink: 0;
  align-items: center;
}
.comment-popover .commentFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.comment-popover .footerAddComment {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  height: 24px;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  padding: 4px 10px;
  background: linear-gradient(to top, #0050ff, #0099ff);
}
.comment-popover .footerResolve {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  height: 24px;
  padding: 2px 4px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  background: linear-gradient(to bottom, #00ff88, #00e626);
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/RecallCheckerComponents/MissingItemComponent.less ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.missingComponent {
  display: flex;
  flex-direction: column;
}
.missingComponent .actionButton {
  border-radius: 2px;
  width: 180px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  margin: 0 8px 8px 0;
}
.missingComponent .actionButton:hover {
  background-color: #262e3d;
  color: #ffffff;
}
.missingComponent .actionButton:focus {
  background-color: #262e3d;
  color: #ffffff;
}
.missingComponent .actionButton:active {
  background-color: #262e3d;
  color: #ffffff;
}
.commentWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/RecallCheckerComponents/MissingItemsList.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.missingItemHeaderIcon {
  height: 16px;
  width: 16px;
  background: orange;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/QCComponent/AnnotationQCStyle.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.annotationQCComponent {
  display: flex;
  flex-direction: column;
}
.annotationQCComponent .annotation-actionsQC {
  display: flex;
  flex-direction: column;
}
.annotationQCComponent .fa {
  margin-right: 5px;
}
.annotationQCComponent .markAllButton {
  height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: white;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 4px;
  background-color: #323c4f;
  box-shadow: 0 2px 4px 0 #00134319;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: fit-content;
}
.annotationQCComponent .markAllButton:hover,
.annotationQCComponent .markAllButton:active,
.annotationQCComponent .markAllButton:focus,
.annotationQCComponent .markAllButton:disabled {
  background-color: #3f4959;
  color: white;
  transition: none;
}
.annotationQCComponent .actionButton {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  height: 28px;
  width: 102px;
  padding: 0px 8px 0 8px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  margin: 8px;
}
.annotationQCComponent .actionButton:hover {
  background-color: #005dff;
}
.annotationQCComponent .incorrectly-linked-sensor {
  color: #747d8c;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  padding-right: 0px;
  background-color: #272e3d;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group .ant-checkbox-group-item {
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0px;
  align-items: center;
  border-bottom: 1px solid #3a3f4c;
  margin-bottom: 5px;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group .ant-checkbox-group-item .ant-checkbox + span {
  width: 90%;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group .ant-checkbox-group-item .ant-checkbox-inner {
  display: none;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group .ant-checkbox-group-item .ant-checkbox {
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcy1jaXJjbGUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10aW1lcy1jaXJjbGUgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNzQ3ZDhjIiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiPjwvcGF0aD48L3N2Zz4=) 0px center no-repeat;
  width: 16px;
  height: 16px;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group .ant-checkbox-group-item .ant-checkbox-checked {
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcy1jaXJjbGUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10aW1lcy1jaXJjbGUgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmYwMDExIiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiPjwvcGF0aD48L3N2Zz4=) 0px center no-repeat;
  width: 16px;
  height: 16px;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group input[type='checkbox'] {
  display: none;
}
.annotationQCComponent .incorrectly-linked-sensor .ant-checkbox-group label {
  color: #555;
}
.annotationQCComponent .incorrectly-linked-sensor .sensor-required {
  color: #eb3428;
}
.frame-range {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-family: inherit;
  font-style: normal;
  color: white;
  margin-top: 10px;
  margin-bottom: 5px;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  background-color: inherit;
  padding: 0px;
  border: 0px;
}
.incompleteFrameRange {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-family: inherit;
  font-style: normal;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  background-color: inherit;
  padding: 0px;
  border: 0px;
}
.evaluationCompWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  justify-content: left;
}
.evaluationCompWrapper > span {
  display: flex;
  font-size: 14px;
  color: #ffffff;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.evaluationCompWrapper .evaluationValueTooltip {
  display: flex;
  width: 100%;
}
.evaluationData {
  display: flex;
  width: 100%;
  justify-content: left;
  flex-direction: row;
}
.evaluationLabel {
  display: flex;
  font-size: 14px;
  width: 80%;
  color: #747d8c;
  margin-right: 4px;
  justify-content: left;
  flex-wrap: wrap;
  word-break: break-word;
  align-items: center;
}
.evaluationLabel .reworked-tag {
  display: inline-block;
  padding: 1px 4px;
  margin-left: 8px;
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
}
.evaluationValue {
  display: flex;
  width: 100%;
  padding-right: 20%;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  word-break: break-word;
}
.action {
  display: flex;
  flex-direction: row;
}
.action .ant-radio-group {
  display: flex;
  align-items: center;
}
.action .ant-radio-group .ant-radio-wrapper {
  display: flex;
  flex-direction: row;
  width: 16px;
  height: 16px;
}
.action .ant-radio-group .ant-radio-wrapper .ant-radio {
  display: none;
}
.action .ant-radio-group .ant-radio-wrapper span > .radioLabel {
  display: flex;
  width: 16px;
  height: 16px;
}
.action .ant-radio-group .ant-radio-wrapper span > .radioLabel .anticon {
  color: #ffffff;
}
.action .ant-radio-group .ant-radio-wrapper span > .radioLabel svg {
  width: 16px;
  height: 16px;
}
.breakLine {
  display: flex;
  height: 1px;
  width: 100%;
  border-radius: 1px solid #747d8c;
  background-color: #747d8c;
  margin-top: 5px;
  margin-bottom: 8px;
}
.mistake-container.mistake-label-container {
  color: #ffffff;
  margin-left: 12px;
  margin-bottom: 12px;
}
.mistake-container.mistake-label-container .labelSelection {
  background-color: #262e3d;
}
.mistake-container.mistake-label-container .labelSelection .selectedClass {
  color: #ffffff;
  font-weight: 400;
}
.mistake-container.mistake-label-container .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
  align-items: center;
}
.mistake-container.mistake-label-container .ant-select,
.mistake-container.mistake-label-container .ant-select-outlined {
  height: 38px;
}
.mistake-container.mistake-label-container .mistake-subTitle {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
}
.mistake-container.mistake-label-container .ant-select-selection-item {
  height: 30px;
}
.rework-info-section {
  padding: 12px;
  margin-bottom: 12px;
  background-color: #272e3d;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rework-info-section .rework-summary-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rework-info-section .rework-summary-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.rework-info-section .badge-container {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}
.rework-info-section .new-badge {
  display: inline-block;
  padding: 1px 4px;
  background-color: rgba(228, 228, 228, 0.21);
  color: #ffffff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.rework-info-section .passed-past-qc-badge {
  display: inline-block;
  padding: 1px 4px;
  background-color: #e3f6d1;
  color: #167c80;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.rework-info-section .previous-comment-container {
  margin-top: 4px;
}
.rework-info-section .previous-comment-container .previous-comment-label {
  font-weight: 600;
  margin-bottom: 4px;
  color: #707989;
  font-size: 13px;
}
.rework-info-section .previous-comment-container .previous-comment-text {
  color: #ffffff;
  font-size: 13px;
  word-break: break-word;
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationGroup.less ***!
  \******************************************************************************************************************************************************************************************************************/
.annotation-group .header {
  color: white;
  margin-left: 4px;
}
.annotation-group .disabled {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}
.annotation-group .list-item {
  background: #262e3d;
  cursor: pointer;
  margin: 7px 0 7px 0px;
  padding: 8px 0 8px 8px;
  border-radius: 4px;
  color: white;
}
.annotation-group .list-item .sub-head {
  font-size: 12px;
}
.annotation-group .list-item .anticon {
  margin: 0px 8px 0 0;
  font-size: 21px;
  color: #4a4e55;
}
.annotation-group .list-item:hover {
  background-color: #005dff;
}
.annotation-group .list-item:hover .anticon {
  color: white;
}
.annotation-group .list-item-info {
  background: #262e3d;
  margin: 7px 0 7px 0px;
  padding: 8px 0 8px 8px;
  border-radius: 4px;
  color: white;
}
.annotation-group .list-item-info .sub-head {
  font-size: 12px;
}
.annotation-group .list-item-info .anticon {
  margin: 0px 8px 0 0;
  font-size: 21px;
  color: white;
}
.annotation-group .list-item-info:hover {
  background-color: #262e3d;
}
.annotation-group .active {
  background-color: #005dff;
}

/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/IssueComponent/Description.less ***!
  \*****************************************************************************************************************************************************************************************************************************/
.PopoverButtonClass {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
}
.issue-popover {
  display: flex;
  flex-direction: column;
  background: #151b28;
  border-radius: 4px;
}
.issue-popover .comment-description {
  color: #ffffff;
  margin-top: -8px;
  margin-bottom: 16px;
}
.issue-popover .commentContainer {
  display: flex;
  flex-direction: column;
}
.issue-popover .issueComponent {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.issue-popover .issueHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.issue-popover .issueHeaderLeft {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
}
.issue-popover .issueHeaderRight {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}
.issue-popover .profileIcon {
  margin-right: 8px;
}
.issue-popover .profileIcon img {
  width: 16px;
  height: 16px;
}
.issue-popover .commentProfile {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  opacity: 60%;
}
.issue-popover .issueBody {
  display: flex;
  font-size: 14px;
  color: #ffffff;
  margin-top: 8px;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-word;
  overflow-y: auto;
  max-height: 200px;
}
.issue-popover .issueBody .commentText {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.issue-popover .issueBody .commentText .dateStamp {
  opacity: 30%;
}
.issue-popover .editComment {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.issue-popover .editComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .editComment:hover path {
  fill: #f9d636;
}
.issue-popover .deleteComment {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.issue-popover .deleteComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .deleteComment:hover path {
  fill: #ed2f4f;
}
.issue-popover .disabledDeleteComment {
  cursor: not-allowed;
}
.issue-popover .disabledDeleteComment svg {
  width: 14px;
  height: 14px;
}
.issue-popover .newTagComment {
  display: flex;
  padding: 2px 4px;
  background: #262e3d;
  color: #ffffff;
  font-size: 12px;
  margin-left: 4px;
}
.issue-popover .resolvedComp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.issue-popover .resolvedComp img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.issue-popover .commentInputComponent {
  display: flex;
  flex-direction: column;
}
.issue-popover .commentHelper {
  display: flex;
  text-decoration: none;
  color: #0099ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.issue-popover .comment-list {
  display: flex;
  flex-direction: column;
}
.issue-popover .comment-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 32px;
  flex-shrink: 0;
  align-items: center;
}
.issue-popover .no-description {
  color: #ffffff;
  opacity: 60%;
}
.issue-popover .commentFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.issue-popover .footerAddComment {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  padding: 4px 10px;
  background: linear-gradient(to top, #0050ff, #0099ff);
}
.issue-popover .footerResolve {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  padding: 2px 2px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  cursor: pointer;
  background: linear-gradient(to bottom, #00ff88, #00e626);
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/QCComponent/TwoWayLinkingEvaluationComponent.less ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.twl-evaluation-section {
  margin-top: 8px;
  margin-bottom: 8px;
}
.twl-evaluation-section .evaluationLabel {
  font-size: 12px;
}
.twl-section-title {
  color: #747d8c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.na-link-container {
  display: flex;
  gap: 8px;
}
.na-link-container .na-label {
  flex: 2;
  color: white;
  border-radius: 2px;
  background-color: #232b3a;
  padding: 8px 40px 8px 12px;
}
.na-link-container .na-eval-component {
  flex: 1;
}
.twl-cards-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.twl-card-layout {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.twl-card {
  border-radius: 4px;
  background-color: #2a2a2a;
  flex: 1;
  transition: background-color 0.2s ease;
}
.twl-card:hover {
  background-color: #333;
}
.twl-card-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background: #232b3a;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.twl-card-header .ant-btn {
  background: inherit;
}
.twl-card-header .ant-btn:hover,
.twl-card-header .ant-btn:focus {
  border: none;
  background: inherit !important;
}
.twl-color-indicator {
  width: 4px;
  height: 20px;
  border-radius: 2px;
  flex-shrink: 0;
}
.twl-card-label {
  color: #fff;
  font-weight: 500;
  flex: 1;
}
.twl-expand-button {
  color: #fff !important;
  flex-shrink: 0;
  padding: 4px !important;
}
.twl-evaluation-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.twl-properties-section {
  padding: 8px 8px 8px 0;
  border-top: 1px solid #444;
  background-color: #232b3a;
}
.twl-properties-container {
  margin-left: 20px;
  margin-top: 8px;
}
.twl-property-item {
  margin-bottom: 4px;
  font-size: 12px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.twl-property-label {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.6;
}
.twl-property-value {
  color: white;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/QCComponent/NestedAttributesEvaluation/NestedAttributesEvaluation.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.nested-attributes-evaluation .section-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nested-attributes-evaluation .section-title .accordion-toggle {
  color: #fff;
  position: absolute;
  right: 20px;
}
.nested-attributes-evaluation .section-title .segment-visualise-icon-qc {
  position: absolute;
  right: 45px;
  padding-bottom: 2px;
}
.nested-attributes-evaluation .attr-image {
  margin-right: 4px;
}
.nested-attributes-evaluation .divider {
  margin: 12px 0;
}
.nested-attributes-evaluation .attribute-evalutation {
  padding: 8px 0;
  border-bottom: 2px solid #283747;
}
.nested-attributes-evaluation .attribute-evalutation:first-child {
  margin-top: -8px;
}
.nested-attributes-evaluation .attribute-evalutation.highlight {
  background-color: #2e3547;
}
.nested-attributes-evaluation .attribute-evalutation.clicked {
  background-color: #2e3547;
  border: 2px solid yellow;
}

/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/LabelDropDown.less ***!
  \*********************************************************************************************************************************************************************************************/
.labelSelection {
  padding: 0px;
}
.labelSelection .ant-select.ant-select-enabled {
  height: 36px !important;
}
.labelSelection .ant-select-selector {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
}
.labelSelection .ant-select-selector:focus {
  box-shadow: none !important;
  border: none !important;
}
.labelSelection .ant-select-selector .ant-select-selection-selected-value {
  line-height: 36px !important;
}
.labelSelection .ant-select-focused {
  box-shadow: none;
}
.labelSelection .ant-select-dropdown {
  background-color: transparent !important;
}
.labelSelection .ant-select-selection__rendered {
  line-height: 35px;
}
.labelSelection .ant-select-arrow {
  color: #d9d9d9;
  font-size: 9px;
}
.labelDropdownClass {
  background-color: #262e3d;
}
.labelDropdownClass .ant-select-item-option-active,
.labelDropdownClass .ant-select-item-option-selected {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item-option-active:hover,
.labelDropdownClass .ant-select-item-option-selected:hover {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item-option-active:focus,
.labelDropdownClass .ant-select-item-option-selected:focus {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item {
  background-color: #262e3d;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  padding: 10px 8px !important;
  letter-spacing: normal;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0s !important;
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}
.labelDropdownClass .ant-select-item:hover {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item:focus {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item:active {
  background-color: #005dff !important;
  color: white !important;
  transition-duration: 0s !important;
}
.labelDropdownClass .ant-select-item .ant-select-item-option-content {
  overflow: initial;
  text-overflow: unset;
  text-align: justify;
  word-break: break-all;
  white-space: break-spaces;
}
.labelDropdownClass .ant-select-item-empty .ant-empty-description {
  color: #ffffff;
}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationTrackingIDEditText.less ***!
  \*******************************************************************************************************************************************************************************************************************************/
.trackingId {
  padding-bottom: 7px;
  width: 100%;
}
.trackingId .idSelector .ant-input {
  height: 32px;
  background: #272e3d;
  color: white;
  font-size: 12px;
  border: none;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
}
.trackingId .idSelector .ant-input:focus {
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  border: solid 1px #0050ff;
}
.trackingId .idSelector .ant-input-group-wrapper {
  width: 100%;
}
.trackingId .idSelector .ant-input-group-wrapper .erroredId {
  border: solid 1px red;
}
.trackingId .idSelector .ant-input-group-wrapper .erroredId:focus {
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  border: solid 1px red;
}
.trackingId .idSelector .ant-input-group-addon {
  background-image: linear-gradient(to top, #0050ff, #0099ff);
  margin: 2px 2px 2px 0;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 4px;
}
.trackingId .erroredId .ant-input {
  border: solid 1px red !important;
}
.trackingId .erroredId .ant-input:focus {
  border: solid 1px red !important;
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationActions.less ***!
  \********************************************************************************************************************************************************************************************************************/
.annotation-actions .actionButton {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  height: 28px;
  padding: 0px 8px 0 8px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  margin: 0 0px 8px 0px !important;
  caret-color: transparent;
}
.annotation-actions .actionButton:hover {
  background-color: #005dff !important;
}
.annotation-actions .actionButton[disabled]:hover {
  color: #ffffff;
  background-color: #262e3d;
}
.annotation-actions .frames-row {
  display: block;
}
.annotation-actions .actionButtonCol {
  display: flex;
  justify-content: flex-end;
}
.annotation-actions .actionButtonRight {
  margin-right: 0 !important;
}
.frame-range-span {
  color: #8f97a2;
}
.delete-in-range-div {
  display: block;
  margin-bottom: 8px;
}
.delete-in-range-div .closable-input {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.delete-in-range-div .closable-input .ant-input {
  background: #272e3d;
  border: 1px solid transparent;
  color: white;
}
.delete-in-range-div .closable-input .ant-input.error {
  border-color: #a82b35;
}
.delete-in-range-div .closable-input .delete-button {
  background: linear-gradient(to top, #0050ff, #0099ff);
  border: none;
  height: 31px;
  width: 20%;
  padding: 4px 15px;
}
.delete-in-range-div .closable-input .delete-button:hover {
  background: linear-gradient(to top, #0045e6, #008ae6);
}
.delete-in-range-div .close-button {
  background: transparent;
  border: 0;
}
.delete-in-range-div .close-button:hover {
  background: transparent !important;
}
.delete-in-range-div .feedback-message-success {
  color: #8f97a2;
}
.delete-in-range-div .feedback-message-error {
  color: #fd6c6c;
}
.frame-range {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-family: inherit;
  font-style: normal;
  color: white;
  margin-bottom: 10px;
  margin-top: 1em;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
}
.actions-dropdown {
  background: #252e3e;
  border-radius: 2px;
}
.actions-dropdown .ant-dropdown-menu-item {
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none;
  caret-color: transparent;
}
.actions-dropdown .ant-dropdown-menu-item:hover {
  background-color: #005dff !important;
}
.snippet-stationary-outer {
  margin-left: -12px;
  margin-right: -12px;
  background-color: #1c2333;
  border-bottom: 2px solid #2f3542;
  border-top: 2px solid #2f3542;
}
.snippet-stationary-outer .specification-head {
  font-size: 15px;
  color: #dddddd;
  padding: 8px 4px;
  font-weight: normal;
  display: flex;
  margin-left: 12px;
  margin-bottom: 2px;
}
.snippet-stationary-outer .specification-head img {
  margin-right: 10px;
}
.rotateIcon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.rotateText {
  margin-right: 2px;
  vertical-align: middle;
}
.rotateOptionsDropdownIcon {
  vertical-align: middle !important;
  height: 10px;
}
.annotation-actions-div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.snippet-stationary {
  width: 100%;
  background-color: #151b28;
  margin: 0px 12px 12px 12px;
}

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/ViolationDetails.less ***!
  \*******************************************************************************************************************************************************************************************************************/
.ruleSnippet {
  color: white;
  margin-right: 12px;
  margin-left: 12px;
}
.ruleSnippet .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.ruleSnippet .violation {
  margin-bottom: 4px;
  text-align: justify;
}
.ruleSnippet .violation .field {
  display: inline;
}
.ruleSnippet .violation .violationTooltip {
  border-radius: 3px;
}
.ruleSnippet .violation .entityValue {
  padding: 4px;
  display: inline;
  margin-left: 4px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Line3dAnnotationDataSnippet.less ***!
  \******************************************************************************************************************************************************************************************************************************/
.lineDataSnippet {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lineDataSnippet .heading {
  color: white;
  margin-bottom: 10px;
}
.lineDataSnippet .buttonActions .buttonTitle {
  padding-right: 5px;
}
.lineDataSnippet .buttonActions .cameraViewActionButton {
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  height: 28px;
  padding: 0px 8px 0 8px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
}
.lineDataSnippet .buttonActions .cameraViewActionButton:hover {
  background-color: #005dff;
}
.lineDataSnippet .pointDetails {
  color: #ffffff;
  font-size: 12px;
}
.lineDataSnippet .pointDetails .pointDetailValue {
  display: flex;
}
.lineDataSnippet .pointDetails .pointDetailValue .pointValueHeading {
  font-weight: 900;
}
.lineDataSnippet .pointDetails .pointDetailValue .pointValue {
  padding-right: 10px;
}
.lineDataSnippet .pointDetails .pointDetailValue .vr {
  border-left: 1px solid #262e3d;
  height: 13px;
  margin: 5px;
}
.lineDataSnippet .markSegmentButton {
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  background-color: #262e3d;
  padding: 0px 8px 0 8px;
  border: none;
  margin: 5px;
}
.lineDataSnippet .radioLabel {
  color: white;
}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/SegmentAttributeComponent.less ***!
  \****************************************************************************************************************************************************************************************************************************/
.labelSelection.red-border {
  border: 1px solid #ff0000;
  border-radius: 2px;
}
.labelSelection.red-border .ant-select-selector {
  border: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/TwoWayLinkingAttribute/TwoWayLinkingAttribute.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.two-way-linking-card {
  background: #181e29;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #23304a;
}
.two-way-linking-card.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
}
.two-way-linking-card.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.twl-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.twl-header-row .ant-btn-primary {
  background: #343c4d !important;
}
.twl-add-link-btn {
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: 600;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.twl-add-link-btn .anticon {
  margin-right: 4px;
}
.twl-add-link-btn.active {
  background-color: #3f4eeb !important;
}
.twl-na-checkbox {
  margin-left: 8px;
  color: #fff;
}
.twl-na-checkbox .ant-checkbox-inner {
  background: #232b3a;
  border-color: #8e96a3;
}
.twl-na-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background: #1677ff;
  border-color: #1677ff;
}
.twl-na-checkbox .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
  background: beige;
}
.twl-na-checkbox span {
  color: white;
}
.twl-info-icon {
  margin-left: auto;
  color: #8e96a3;
  font-size: 20px;
  cursor: pointer;
}
.twl-divider {
  border-bottom: 1px solid #23304a;
  margin: 8px 0;
}
.twl-instruction {
  color: #8e96a3;
  font-size: 15px;
  margin: 12px 0 0 0;
  text-align: left;
}
.twl-linked-card {
  background: #1f2633;
  border-radius: 8px;
  margin-top: 12px;
  padding: 8px 2px 1px 4px;
  position: relative;
}
.twl-linked-card:hover {
  opacity: 0.8;
}
.twl-linked-card.yellow-border {
  border-radius: 4px;
  border: 1px solid #fffe55;
}
.twl-linked-card.red-border {
  border-radius: 4px;
  border: 1px solid #ff0000;
}
.twl-linked-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.twl-color-bar {
  width: 4px;
  height: 32px;
  border-radius: 2px;
  margin-right: 8px;
}
.twl-label {
  font-weight: 600;
  color: #fff;
  flex: 1;
  cursor: pointer;
}
.twl-collapse-btn,
.twl-remove-btn {
  background: none !important;
  border: none !important;
  color: #8e96a3 !important;
  margin-left: 8px;
  cursor: pointer;
  box-shadow: none !important;
}
.twl-collapse-btn:hover,
.twl-remove-btn:hover {
  color: #fff !important;
}
.twl-nested-attributes {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.color {
  height: 20px;
  border-radius: 3px;
  margin: 0 6px 0 2px;
  display: block;
  width: 3px;
}
.twl-nested-attribute-label {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
  margin-top: 4px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/CopyAttributesOnAnnotationChange/AttributeChangeBannerComponent/AttributeChangeBannerComponent.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.banner-container {
  background-color: #262e3d;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #fffe55;
}
.banner-container .warning-icon-container {
  display: block !important;
}
.banner-container .banner-text {
  color: white;
  display: inline;
  font-size: 12px;
}
.banner-container .view-details-text {
  color: white;
  border-bottom: 1px solid white;
  font-size: 12px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/CopyAttributesOnAnnotationChange/AttributeChangeViewDetailsDialog/AttributeChangeViewDetailsDialog.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalContainer .ant-modal-content {
  background: #151b28;
}
.modal-header-container {
  display: flex;
  border-bottom: 1px solid #282e3c;
}
.modal-header-container .warning-icon-container {
  margin-top: 4px;
}
.modal-header-container .modalHeader {
  color: white;
  font-size: 16px;
  margin-left: 16px;
  margin-bottom: 12px;
}
.attribute-change-details {
  margin-top: 12px;
}
.attribute-change-details .attributes-copied,
.attribute-change-details .attributes-added,
.attribute-change-details .attributes-removed {
  color: white;
  font-size: 16px;
}
.dismiss-button-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  border: none;
}
.dismiss-button-container .dismiss-button-text {
  color: white;
  background-color: #282e3c;
  padding: 4px 56px;
  border: none;
}
.dismiss-button-container button:hover {
  background-color: #232835;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/AttributesMissingBanner/AttributesMissingInFramesBanner.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.banner-box {
  background-color: #151b28;
  padding: 10px 12px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #ff6b61;
}
.banner-box .banner-text {
  color: white;
  display: inline;
  font-size: 14px;
}
.banner-box .frame-range {
  color: white;
  font-weight: 700;
  font-size: 14px;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/Attributes/NestedAttributes/NestedAttributes.less ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.nested-attributes .title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.nested-attributes .section-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nested-attributes .section-header .section-color-indicator {
  height: 20px;
  width: 4px;
  margin-right: 10px;
  border-radius: 2px;
}
.nested-attributes .section-header .section-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.nested-attributes .section-header .section-title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  flex: 1;
}
.nested-attributes .section-header .accordion-toggle {
  color: #fff;
  margin-left: 8px;
}
.nested-attributes .red-border {
  border: 1px solid #ff0000;
  padding-left: 4px;
  padding-right: 4px;
}
.nested-attributes .segment-visualise-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nested-attributes .segment-visualise-icon img {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.nested-attributes .segment-visualise-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.nested-attributes .segment-visualise-icon:hover img {
  opacity: 1;
}
.nested-attributes .segment-visualise-icon.active {
  background: rgba(0, 100, 255, 0.6);
  border: 1px solid rgba(0, 100, 255, 0.8);
}
.nested-attributes .segment-visualise-icon.active img {
  opacity: 1;
}
.nested-attributes .segment-visualise-icon.active:hover {
  background: rgba(0, 100, 255, 0.8);
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/EvaluationComponent.less ***!
  \**********************************************************************************************************************************************************************************************************************/
.evaluationsComponent svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.evaluationsComponent .qcQuestionText {
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #747d8c;
  margin-bottom: 0px !important;
}
.evaluationsComponent .qcQuestionText b {
  font-weight: 600;
  color: #ffffff;
}
.evaluationsComponent .evaluationGroup {
  width: 100%;
  margin-bottom: 12px;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv {
  margin: 0 0 6px 0;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .ant-radio-wrapper {
  padding: 4px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 5, 13, 0.1);
  border: none;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .ant-radio-wrapper:hover {
  border: none;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .ant-radio-inner {
  display: none;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .checkerButtonPositive.ant-radio-wrapper-checked span {
  background-color: #00d128;
  border: none;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .checkerButtonPositive.ant-radio-wrapper-checked span path {
  fill: rgba(255, 255, 255, 0.8);
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .checkerButtonNegative.ant-radio-wrapper-checked span {
  background-color: #ff0410;
  border: none;
}
.evaluationsComponent .evaluationGroup .evaluationValueDiv .checkerButtonNegative.ant-radio-wrapper-checked span path {
  fill: rgba(255, 255, 255, 0.8);
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/AnnotationDetailSensor.less ***!
  \*************************************************************************************************************************************************************************************************************************/
.annotation-detail-outer {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.annotation-detail-outer .sensor-header {
  margin-left: -12px;
  margin-right: -12px;
  padding: 5px 12px;
  background-color: #5c6270;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.annotation-detail-outer .sensor-header .sensor-name {
  margin-left: 4px;
}
.annotation-detail-outer .sensor-header .frame-range {
  word-break: break-word;
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
}
.annotation-detail-outer .sensor-header .anticon {
  font-size: 10px;
}
.annotation-detail-outer .sensorDetailDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.linked-sensors {
  display: flex;
  color: #ffffff;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.linked-sensors span {
  display: flex;
  white-space: pre;
}
.linked-sensors .linked-sensor-name {
  color: #005eff;
}
.add-tool {
  border-radius: 2px;
  background: linear-gradient(0deg, #005eff 0%, #0099ff 100%);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  height: 40px;
  padding: 0px 8px 0 8px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  margin: 8px;
}
.add-tool.ant-btn:hover,
.add-tool.ant-btn:focus,
.add-tool.ant-btn:active,
.add-tool.ant-btn.active {
  background: linear-gradient(0deg, #005eff 0%, #0099ff 100%);
  color: #40a9ff;
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/DeleteAnnotationConfirmation.less ***!
  \****************************************************************************************************************************************************************************************************************/
.confirmationButton,
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .positive,
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .negative,
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .doneBtn {
  border: none;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  height: 32px;
  width: 97px;
  padding: 0px 10px 0px 10px;
  flex-grow: 1;
}
.deleteModalContainer {
  height: 165px;
  margin-top: 45px;
}
.deleteModalContainer .ant-modal-content {
  background: #151b28;
  border-radius: 5px;
}
.deleteModalContainer .dialogParent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 200;
}
.deleteModalContainer .dialogParent .confirmationOverlay {
  background: #151b28;
  padding: 27px 24px 28px 24px;
  display: flex;
  border-radius: 5px;
  flex-direction: column;
}
.deleteModalContainer .dialogParent .confirmationOverlay .warningPrompt {
  color: #f4f4f4;
  font-family: Source Sans Pro;
  font-style: normal;
  line-height: 23px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  padding-bottom: 10px;
}
.deleteModalContainer .dialogParent .confirmationOverlay .frameRangePrompt {
  color: #ffffff;
  opacity: 60%;
}
.deleteModalContainer .dialogParent .confirmationOverlay .warningPromptRadio {
  color: #f4f4f4;
  font-family: Source Sans Pro;
  font-style: normal;
  line-height: 23px;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
  padding-bottom: 15px;
}
.deleteModalContainer .dialogParent .confirmationOverlay .warningPromptRadio .confimationHead {
  margin-bottom: 12px;
}
.deleteModalContainer .dialogParent .confirmationOverlay .warningPromptRadio span.ant-radio + * {
  color: #ffffff;
}
.deleteModalContainer .dialogParent .confirmationOverlay .warningDeleteFramesCount {
  color: #ce3e34;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
}
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 13px;
}
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .positive {
  background: #ce3e34;
}
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .negative {
  margin-left: 13px;
  background: #323c4f;
}
.deleteModalContainer .dialogParent .confirmationOverlay .buttonPanel .doneBtn {
  margin-left: 13px;
  background: #323c4f;
  margin: 0 75px;
}

/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/MarkAsNonStationary/MarkAsNonStationary.less ***!
  \***********************************************************************************************************************************************************************************************************************/
.mark-as-non-stationary-confirmation {
  color: #fff;
}
.mark-as-non-stationary-confirmation .title {
  font-size: 24px;
}
.mark-as-non-stationary-confirmation .notes {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.mark-as-non-stationary-confirmation .instructions-text {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.mark-as-non-stationary-confirmation .actions {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.mark-as-non-stationary-confirmation .actions button {
  width: 100px;
}
.mark-as-non-stationary-confirmation .actions .ant-checkbox-wrapper {
  background-color: transparent !important;
}
.stationary-icon {
  width: 21px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 8px;
  padding: 3px 2px 1px 2px;
}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/ClassFilteringComponent.less ***!
  \**************************************************************************************************************************************************************************************************************************/
.class-filter-select {
  color: white;
  padding: 4px;
  background: #141b29;
  margin: 4px;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.class-filter-select .labelSelection {
  background-color: #262e3d;
}
.class-filter-select .ant-select-multiple .ant-select-selector {
  background-color: #54627c;
  color: #fff;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  align-items: center;
  border: none;
  height: 100% !important;
}
.class-filter-select .ant-select-multiple .ant-select-selector .ant-select-selection-item {
  background-color: rgba(1, 1, 1, 0.08);
}
.class-filter-select .ant-select-multiple .ant-select-clear {
  background: none;
  color: rgba(255, 255, 255, 0.4);
}
.class-filter-select .ant-select-selection-item-remove svg {
  color: white;
  opacity: 0.8;
}
.classFilterDropdown .ant-select-item-option-active:hover,
.classFilterDropdown .ant-select-item-option-selected:hover,
.classFilterDropdown .ant-select-item:hover,
.classFilterDropdown .ant-select-item-option-active:focus,
.classFilterDropdown .ant-select-item-option-selected:focus,
.classFilterDropdown .ant-select-item:focus {
  background-color: rgba(0, 152, 255, 0.1) !important;
}
.classFilterDropdown .ant-divider {
  margin: 8px 0;
  height: 1px;
  border-color: rgba(255, 255, 255, 0.4);
}
.classFilterDropdown .select-all-button {
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.7;
  font-weight: 400;
  text-align: center;
}
.classFilterDropdown .select-all-button.all-selected {
  color: #f5222d;
}
.classFilterDropdown .select-all-button:not(.all-selected) {
  color: white;
}
.classFilterDropdown .rc-virtual-list-scrollbar-thumb {
  background-color: #d9d9d9 !important;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/ObservedErrors/ObservedErrors.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.observedErrorContainer {
  display: flex;
  flex-direction: column;
  max-height: 356px;
  background-color: #272e3c;
  margin: 12px;
  color: #fff;
  border-radius: 3px;
}
.observedErrorContainer .ant-checkbox-group {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}
.observedErrorContainer .ant-checkbox-group label {
  display: flex;
  height: 44px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 16px;
}
.observedErrorContainer .ant-checkbox-group label span {
  color: #fff;
}
.observedErrorContainer .errorsContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.observedErrorContainer .errorsComp {
  display: flex;
  flex-direction: column;
}
.observedErrorContainer .headerDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 16px;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.observedErrorContainer .disabledHeaderDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 16px;
  align-items: center;
  border-radius: 4px;
  cursor: not-allowed;
  opacity: 0.3;
}
.observedErrorContainer .title {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
}
.observedErrorContainer .editReject {
  display: flex;
  width: 30%;
  justify-content: space-between;
}
.observedErrorContainer .editBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
}
.observedErrorContainer .editBtn:hover {
  background-color: #414958;
  border-radius: 2px;
}
.observedErrorContainer .editBtn svg {
  width: 16px;
  height: 16px;
}
.observedErrorContainer .rejectBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
}
.observedErrorContainer .rejectBtn:hover {
  background-color: #414958;
  border-radius: 2px;
}
.observedErrorContainer .rejectBtn svg {
  width: 16px;
  height: 16px;
}
.observedErrorContainer .commentSection {
  display: flex;
  padding: 8px 12px 0 12px;
}
.observedErrorContainer .commentSection textarea {
  background-color: #414958;
}
.observedErrorContainer .commentList {
  display: flex;
  flex-direction: column;
  padding: 12px 0 0 0;
  margin: 8px 0;
}
.observedErrorContainer .globalCommentsComp {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  padding: 0 4px 4px 12px;
}
.observedErrorContainer .commentText {
  display: flex;
  font-size: 14px;
  color: #c4c4c4;
  background-color: #414958;
  flex-basis: 95%;
  padding: 4px;
  border-radius: 3px;
}
.observedErrorContainer .commentActions {
  display: flex;
  flex-basis: 5%;
  align-items: center;
}
.observedErrorContainer .commentActions svg {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.observedErrorContainer .errorView {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  padding: 0 4px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.observedErrorContainer .errorView span {
  margin-right: 12px;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/IssueComponent/IssueComponent.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.missingComponent {
  display: flex;
}
.missingComponent .questionWrap {
  display: flex;
  color: #ffffff;
}
.missingComponent .questionWrap span {
  display: flex;
  align-items: center;
  color: #abb1bc;
}
.missingComponent .questionWrap span .anticon {
  color: #ffffff;
}
.missingComponent .questionWrap .issueLabelText {
  padding-bottom: 15px;
  font-size: 14px;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-group {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-inner {
  border: 1px solid blue;
  background-color: blue;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner::after {
  background-color: #ffffff;
}
.missingComponent .questionWrap .ant-radio-group {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-wrapper {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-inner {
  border: 1px solid #545f74;
  background-color: #545f74;
}
.missingComponent .questionWrap .ant-radio-inner:after {
  background-color: #545f74;
}
.missingComponent .questionWrap .labelSelection {
  background-color: #262e3d;
}
.missingComponent .questionWrap .mistake-container .labelSelection {
  background-color: #262e3d;
}
.missingComponent .questionWrap .mistake-container .labelSelection .selectedClass {
  color: #ffffff;
  font-weight: 400;
}
.missingComponent .questionWrap .mistake-container .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #fff;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
  align-items: center;
}
.missingComponent .questionWrap .mistake-container .mistake-subTitle {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
}
.missingComponent .questionWrap .mistake-count {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.missingComponent .questionWrap .mistake-count .stepper-container {
  display: flex;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.missingComponent .questionWrap .mistake-count .stepper-container input::-webkit-outer-spin-button,
.missingComponent .questionWrap .mistake-count .stepper-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.missingComponent .questionWrap .mistake-count .stepper-container input[type='number'] {
  -moz-appearance: textfield;
}
.missingComponent .questionWrap .stepper-btn {
  font-size: 13px;
  width: 19px;
  height: 19px;
  background: #1562f6;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 0px;
  margin-top: 4.5px;
  margin-left: 9px;
  text-align: center;
  padding-right: 0px;
  color: white;
}
.missingComponent .questionWrap .stepper-btn.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.missingComponent .questionWrap .issue-class-inputfield {
  width: 37px;
  height: 27px;
  color: white;
  margin-left: 9px;
  text-align: center;
  background: #272e3c;
  border-radius: 3px;
  border: 1px solid #272e3c;
}

/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/IssueComponent/AccordianComponent.less ***!
  \************************************************************************************************************************************************************************************************************************************/
.collapseAccordionWrapperClasses {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0px;
}
.collapseAccordionWrapperClasses .doodleAccordian {
  margin: 0px;
}
.collapseAccordionWrapperClasses .optionalHeaderIcon {
  display: flex;
}
.collapseAccordionWrapperClasses .ant-collapse {
  display: flex;
  flex-direction: column;
  border: 0px;
  background-color: #151b28;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background-color: #151b28;
  border: 1px solid transparent;
  border-bottom: 1px solid #262e3d;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item:last-of-type {
  border-bottom: 0px;
  border: 4px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-header {
  display: flex;
  color: #fff;
  height: fit-content;
  align-items: center;
  padding: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-item .ant-collapse-item-active {
  border: 1px solid red;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content {
  background-color: #151b28;
  padding-top: 4px;
  border-top: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content .ant-collapse-content-box {
  padding: 0px;
  padding-bottom: 4px;
}
.collapseAccordionWrapperClasses .panelHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.collapseAccordionWrapperClasses .missedAnnotationValue {
  padding-right: 12px;
}
.collapseAccordionWrapperClasses .iconHeaderAndTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
.collapseAccordionWrapperClasses .iconAndBorder {
  display: flex;
  margin-right: 8px;
}
.collapseAccordionWrapperClasses .panelHeaderBorder {
  display: flex;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.collapseAccordionWrapperClasses .panelHeaderTitle {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.collapseAccordionWrapperClasses .questionHeader {
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-right: 4px;
}
.collapseAccordionWrapperClasses .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: relative;
  left: -10px;
  top: 6px;
}
.collapseAccordionWrapperClasses.collapseAccordionWrapperInstances .ant-collapse-item {
  background-color: #2c3549;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-header {
  height: 43px !important;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-content {
  padding: 0 12px;
}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/IssueComponent/IssueItemList.less ***!
  \*******************************************************************************************************************************************************************************************************************************/
.issueList {
  margin-right: 15px;
  margin-left: 8px;
  margin-bottom: 8px;
  background-color: #151b28;
}
.issueList .cameraText {
  color: white;
  width: 100%;
  display: flex;
  background-color: #151b28;
  flex-direction: column;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: -5px;
}
.missingItemHeaderIcon {
  height: 16px;
  width: 16px;
}
.question-icon {
  height: 16px;
  width: 16px;
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/SensorFusionIssueComponent/IssueComponent.less ***!
  \********************************************************************************************************************************************************************************************************************************************/
.missingComponent {
  display: flex;
}
.missingComponent .questionWrap {
  display: flex;
  color: #ffffff;
}
.missingComponent .questionWrap span {
  display: flex;
  align-items: center;
  color: #abb1bc;
}
.missingComponent .questionWrap span .anticon {
  color: #ffffff;
}
.missingComponent .questionWrap .issueLabelText {
  padding-bottom: 15px;
  font-size: 14px;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-group {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-inner {
  border: 1px solid blue;
  background-color: blue;
}
.missingComponent .questionWrap .ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner::after {
  background-color: #ffffff;
}
.missingComponent .questionWrap .ant-radio-wrapper {
  display: flex;
}
.missingComponent .questionWrap .ant-radio-inner {
  border: 1px solid #545f74;
  background-color: #545f74;
}
.missingComponent .questionWrap .ant-radio-inner:after {
  background-color: #545f74;
}
.missingComponent .questionWrap .labelSelection {
  background-color: #262e3d;
}
.missingComponent .questionWrap .mistake-container .labelSelection {
  background-color: #262e3d;
}
.missingComponent .questionWrap .mistake-container .labelSelection .selectedClass {
  color: #ffffff;
  font-weight: 400;
}
.missingComponent .questionWrap .mistake-container .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #fff;
  border-radius: 2px;
  background-color: #262e3d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2 !important;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 5, 13, 0.05);
  height: 36px !important;
  align-items: center;
}
.missingComponent .questionWrap .mistake-container .mistake-subTitle {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
}
.missingComponent .questionWrap .mistake-container .ant-select,
.missingComponent .questionWrap .mistake-container .ant-select-outlined {
  height: 38px;
}
.missingComponent .questionWrap .mistake-count {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.missingComponent .questionWrap .mistake-count .stepper-container {
  display: flex;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.missingComponent .questionWrap .mistake-count .stepper-container input::-webkit-outer-spin-button,
.missingComponent .questionWrap .mistake-count .stepper-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.missingComponent .questionWrap .mistake-count .stepper-container input[type='number'] {
  -moz-appearance: textfield;
}
.missingComponent .questionWrap .stepper-btn {
  font-size: 13px;
  width: 19px;
  height: 19px;
  background: #1562f6;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 0px;
  margin-top: 4.5px;
  margin-left: 9px;
  text-align: center;
  padding-right: 0px;
  color: white;
}
.missingComponent .questionWrap .stepper-btn.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.missingComponent .questionWrap .issue-class-inputfield {
  width: 37px;
  height: 27px;
  color: white;
  margin-left: 9px;
  text-align: center;
  background: #272e3c;
  border-radius: 3px;
  border: 1px solid #272e3c;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/SensorFusionIssueComponent/AccordianComponent.less ***!
  \************************************************************************************************************************************************************************************************************************************************/
.collapseAccordionWrapperClasses {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 8px 4px 8px 4px;
}
.collapseAccordionWrapperClasses .doodleAccordian {
  margin: 0px;
}
.collapseAccordionWrapperClasses .optionalHeaderIcon {
  display: flex;
}
.collapseAccordionWrapperClasses .ant-collapse {
  display: flex;
  flex-direction: column;
  border: 0px;
  background-color: #151b28;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background-color: #151b28;
  border: 1px solid transparent;
  border-bottom: 1px solid #262e3d;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item:last-of-type {
  border-bottom: 0px;
  border: 4px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-header {
  display: flex;
  color: #fff;
  height: fit-content;
  align-items: center;
  padding: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-item .ant-collapse-item .ant-collapse-item-active {
  border: 1px solid red;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content {
  background-color: #151b28;
  padding-top: 4px;
  border-top: 0px;
}
.collapseAccordionWrapperClasses .ant-collapse .ant-collapse-content .ant-collapse-content-box {
  padding: 0px;
  padding-bottom: 4px;
}
.collapseAccordionWrapperClasses .panelHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.collapseAccordionWrapperClasses .missedAnnotationValue {
  padding-right: 12px;
}
.collapseAccordionWrapperClasses .iconHeaderAndTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
.collapseAccordionWrapperClasses .iconAndBorder {
  display: flex;
  margin-right: 8px;
}
.collapseAccordionWrapperClasses .panelHeaderBorder {
  display: flex;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.collapseAccordionWrapperClasses .panelHeaderTitle {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}
.collapseAccordionWrapperClasses .questionHeader {
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-right: 4px;
}
.collapseAccordionWrapperClasses.collapseAccordionWrapperInstances .ant-collapse-item {
  background-color: #2c3549;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-header {
  height: 43px !important;
}
.collapseAccordionWrapperClasses.missingItemsList .ant-collapse-content {
  padding: 0 12px;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/ui/AnnotationList/SensorFusionIssueComponent/IssueItemList.less ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.issueList {
  margin: 0px 15px 8px 8px;
  background-color: #151b28;
}
.issueList .cameraText {
  color: white;
  width: 100%;
  display: flex;
  background-color: #151b28;
  flex-direction: column;
  padding-left: 10px 0px -5px 12px;
}
.missingItemHeaderIcon {
  height: 16px;
  width: 16px;
}
.question-icon {
  height: 16px;
  width: 16px;
}

/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/core/KeyBoardShortcut.less ***!
  \******************************************************************************************************************************************************************************************************/
.keyboardPanelVisible {
  bottom: 0;
  background: #161b27;
  z-index: 11;
  position: fixed;
  height: 35%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.keyboardPanelVisible .newContainer {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.keyboardPanelVisible .shortcutTypeContainer {
  display: flex !important;
  justify-content: space-evenly;
}
.keyboardPanelVisible .centeredPane {
  display: flex !important;
  justify-content: center;
}
.keyboardPanelVisible .shortcutLabelWrapper {
  display: flex;
  flex-direction: column;
}
.keyboardPanelVisible .shortcutsContainer {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.keyboardPanelVisible .circleIndicator {
  margin-top: 8.5px;
  border-radius: 50%;
  background-color: white;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  color: #fff;
  opacity: 0.9;
}
.keyboardPanelVisible .shortcutItem {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 5px 8px;
}
.keyboardPanelVisible .collectionShortcutItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 5px 8px;
}
.keyboardPanelVisible .shortcutHolder {
  display: flex;
}
.keyboardPanelVisible .shortcutItem.large {
  height: 44px;
  margin-bottom: 25px;
}
.keyboardPanelVisible .shortcutItem.large.modified {
  margin-bottom: 15px;
}
.keyboardPanelVisible .shortcutItem.small {
  height: 44px;
}
.keyboardPanelVisible .collectionShortcutItem.small {
  height: 35px;
}
.keyboardPanelVisible .headerShortcut {
  height: 34px;
  padding-bottom: 0px;
}
.keyboardPanelVisible .shortcutItem.textShortcutItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8px;
  height: 75px;
  padding-bottom: 10px;
}
.keyboardPanelVisible .shortcutValue,
.keyboardPanelVisible .shortcutValueContainer {
  display: flex;
}
.keyboardPanelVisible .navigationShortcut {
  display: flex;
  margin-bottom: 27px;
  flex-direction: column;
}
.keyboardPanelVisible .navigationShortcut.modified {
  margin-bottom: 15px;
}
.keyboardPanelVisible .navigationFirstRow {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.keyboardPanelVisible .navigationSecondRow {
  display: flex;
}
.keyboardPanelVisible .shortcutLabel {
  display: flex;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: 600;
}
.keyboardPanelVisible .shortcutSubLabel {
  color: #ffffff;
  top: 30px;
  position: absolute;
  height: 17px;
  font-style: italic;
  font-size: 12px;
  line-height: 28px;
  padding-left: 10px;
  font-weight: normal;
  opacity: 0.7;
}
.keyboardPanelVisible .alternativeKey {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.keyboardPanelVisible .separator {
  font-size: 18px;
  margin-left: 4px;
  color: #fff;
  opacity: 0.8;
}
.keyboardPanelVisible .keys {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px;
  min-width: 27px;
  text-align: center;
  margin-left: 4px;
  background: #353d4e;
  border: 1px solid #555e72;
  box-sizing: border-box;
  border-radius: 2px;
}
.keyboardPanelVisible .keys.metaKey {
  margin-right: 10px;
}
.keyboardPanelVisible .textKey {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px;
  margin: 0 4px;
}
.keyboardPanelVisible .keys.used {
  background: #2f85f7;
  border: 1px solid #2f85f7;
}
.keyboardPanelVisible .navkeys.used {
  background: #2f85f7;
  border: 1px solid #2f85f7;
}
.keyboardPanelVisible .navkeys {
  font-size: 14px;
  color: #fff;
  padding: 2px 8px;
  min-width: 27px;
  text-align: center;
  margin-left: 4px;
  background: #353d4e;
  border: 1px solid #555e72;
  box-sizing: border-box;
  border-radius: 2px;
  width: 26px;
}
.keyboardPanelVisible h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.keyboardPanelVisible .keyboard-title {
  color: #ffffff;
  font-size: 16px;
  margin-left: 25px;
  font-style: normal;
  padding: 3px 0px;
  font-weight: 600;
}
.keyboardPanelVisible .labelHeader {
  color: #ffffff;
  height: 17px;
  font-style: italic;
  padding-left: 10px;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
}
.keyboardPanelVisible .shortcutHint {
  color: #ffffff;
  font-style: italic;
  padding-left: 10px;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
  padding-top: 5px;
  margin-right: 5px;
}
.keyboardPanelVisible .keyboard-panel-header {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  justify-content: space-between;
}
.keyboardPanelVisible .keyboard-tabs {
  display: flex;
  width: 100%;
  position: absolute;
  justify-content: center;
}
.keyboardPanelVisible .keyboard-tabpane {
  padding: 6px 0px 1px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
.keyboardPanelVisible .tab-label {
  opacity: 0.8;
}
.keyboardPanelVisible .keyboard-shortcut-content-aligned {
  top: 49%;
  position: relative;
  padding-top: 27px;
  transform: translateY(-55%);
}
.keyboardPanelVisible .keyboard-shortcut-content-middle {
  position: relative;
  padding-top: 1.9%;
}
.keyboardPanelVisible .keyboard-tabpane.active-pane {
  border-bottom: 5px solid #2f85f7;
}
.keyboardPanelVisible .keyboard-cross-icon {
  cursor: pointer;
  width: 9px;
  height: 9px;
  position: relative;
  margin: 10.5px 10.5px 10.5px 0px;
}
.keyboardPanelHidden {
  height: 0%;
  background: #161b27;
  transition: all 0.3s ease-in-out;
}

/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/common/core/CorruptDataModal.less ***!
  \******************************************************************************************************************************************************************************************************/
.corruptDataModal .ant-modal-content {
  padding: 0px;
}
.corruptDataModal .ant-modal-body {
  display: flex;
  position: absolute;
  top: 25vh;
  width: auto;
  height: auto;
  background: #161b27;
  border: 1px solid rgba(151, 151, 151, 0.45);
  border-radius: 5px;
  padding: 20px 20px;
}
.corruptDataModal hr {
  margin: 10px 0px 12px 0px;
  border: 1px solid rgba(151, 151, 151, 0.35);
}
.corruptDataModal .warningPrompt {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #f4f4f4;
}
.corruptDataModal .warningPrompt p {
  margin-bottom: 0px;
  line-height: 23px;
}
.corruptDataModal .confirmationOverlay {
  text-align: center;
}
.corruptDataModal .buttonPanel {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: center;
}
.corruptDataModal .reloadPageButton {
  padding: 0px;
  border-color: transparent;
  width: 96.8px;
  height: 32px;
  background: #323c4f;
  border-radius: 3px;
}
.corruptDataModal .reloadPageButton :hover {
  color: none;
  border-color: transparent !important;
}
.corruptDataModal .reloadPageButton span {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.corruptDataModal .goNextActionButton {
  padding: 0px;
  margin: 0px 8px;
  border-color: transparent;
  width: 88px;
  padding: 0px 10px;
  height: 32px;
  border-radius: 3px;
  background: #1c71f6;
}
.corruptDataModal .goNextActionButton :hover {
  color: none;
  border-color: #323c4f !important;
}
.corruptDataModal .goNextActionButton span {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.corruptDataModal .goNextActionButton[disabled] {
  opacity: 0.3;
  background-color: #262e3d;
  border-color: transparent;
}
.corruptDataModal .goNextActionButton[disabled] :hover {
  color: none;
  border-color: #323c4f !important;
}
.corruptDataModal .goBackActionButton {
  padding: 0px;
  margin: 0px 8px;
  border-color: transparent;
  width: 88px;
  padding: 0px 10px;
  height: 32px;
  border-radius: 3px;
  background: #343c4d;
}
.corruptDataModal .goBackActionButton :hover {
  color: none;
  border-color: #323c4f !important;
}
.corruptDataModal .goBackActionButton span {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.corruptDataModal .dialogParent {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.corruptDataModalWrapper {
  bottom: 90px;
}

/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/3d/ui/LineSelectionDropdown.less ***!
  \*****************************************************************************************************************************************************************************************************/
.line-selection-dropdown {
  position: fixed;
  background: #272e3d;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  min-width: 180px;
  max-width: 250px;
  max-height: 300px;
  overflow-y: auto;
}
.line-selection-dropdown::-webkit-scrollbar {
  width: 6px;
}
.line-selection-dropdown::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.line-selection-dropdown .line-selection-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.line-selection-dropdown .line-selection-dropdown-item:hover,
.line-selection-dropdown .line-selection-dropdown-item.hovered {
  background-color: #151b28;
}
.line-selection-dropdown .line-selection-dropdown-item:active {
  background-color: #3a3a3a;
}
.line-selection-dropdown .line-selection-dropdown-item .section-color-indicator {
  width: 4px;
  height: 20px;
  border-radius: 2px;
  margin-right: 10px;
  flex-shrink: 0;
}
.line-selection-dropdown .line-selection-dropdown-item .line-label {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../crop/src/2d/ui/RightNavbar.less ***!
  \*******************************************************************************************************************************************************************************************/
.right-nav {
  background-color: #000815;
  height: 100%;
  overflow-y: auto;
}

/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!../shared/components/IsRunnningOnChrome/styles.less ***!
  \************************************************************************************************************************************************************************************************************/
.chromeCheckContainer {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.chromeCheckContainer .ant-alert {
  display: flex;
  justify-content: center;
  background-color: #fa8a00;
  padding: 2px 0;
  align-items: center;
}
.chromeCheckContainer .ant-alert-warning {
  border: 0;
  display: flex;
  justify-content: center;
}
.chromeCheckContainer .ant-alert-message {
  display: flex;
  align-items: center;
}
.chromeCheckContainer .ant-alert-close-icon {
  position: initial;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 16px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.06);
}
.chromeCheckContainer .ant-alert-close-text {
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
}

/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./commons/loader/index.less ***!
  \************************************************************************************************************************************************************************************/
.app-logo {
  border: none;
  width: 272px !important;
  height: 139px !important;
  margin-top: 2%;
}
.app-logo .ant-modal-body {
  overflow-y: hidden !important;
}
.app-logo-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 4px;
}
.app-logo-text {
  font-size: 18px;
  font-weight: 400;
  color: grey;
}
.app-logo-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #e3e6e8;
  border-bottom-color: #4b286d;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!******************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./internal/index.less ***!
  \******************************************************************************************************************************************************************************/
.ant-btn-primary,
.ant-btn-primary:hover {
  background-color: #0275ff !important;
  border: none !important;
  color: white !important;
}

