body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
img,
input {
  border: 0;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .row {
   flex-direction: column;
  }
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
.clear {
  zoom: 1;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  table-layout: fixed;
}
body,
html {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
}
/* Mask layer */
.mask_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  filter: alpha(opacity=30); /*IE filter, transparency 30%*/
  -moz-opacity: 0.3; /*Firefox private, transparency 30%*/
  opacity: 0.3; /*Other, transparency 30%*/
  z-index: 999988;
}
.loading_box {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 999998;
}
.loaderSpinner {
  width: 100%;
  height: 100%;
  color: #f1f1f1;
  animation: rotate 2s linear infinite;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  width: 55px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button.btn-primary {
  background: #428bca;
  color: #fff;
}
.button.btn-success {
  background: #00ca6b;
  color: #fff;
}
.button.btn-default {
  background: #fff;
  color: #333;

}
.button.btn-error {
  background: #ca2700;
  color: #fff;
}
.removeLabel {
  margin-left: 10px;
}
.LabelImage {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1e2124;
}
/*
      Header toolbar
     */
.toolHead {
  width: 100%;
  white-space: nowrap;
  height: 75px;
  position: relative;
  background-color: #262931;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  font-style: normal !important;
  font-size: medium !important;
  color: #df691a;
}
.toolHead .toolMuster {
  width: 98%;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-style: normal !important;
  font-size: medium !important;
  color: #df691a;
  padding: 10px 0px;
}
.toolMuster .logoGroup {
  position: relative;
}
.toolMuster .logoGroup .logo {
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 100%;
  border-radius: 5px;
}
.toolMuster .logoGroup .logoTitle {
  text-indent: 60px;
  font-size: 28px;
  line-height: 60px;
  color: #fff;
}

.selectOperation .pageControl {
  width: 100%;
  height: 60px;
  text-align: center;
}
.pageControl .pageSwitch {
  width: 36px;
  height: 36px;
  margin-top: 12px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.pageControl .pagePrev {
  background: url(../images/toolIcons.png) no-repeat 0 -192px;
}
.pageControl .pageNext {
  background: url(../images/toolIcons.png) no-repeat 0 -288px;
}
.pageControl .pagePrev:hover {
  background: url(../images/toolIcons.png) no-repeat -96px -192px;
}
.pageControl .pageNext:hover {
  background: url(../images/toolIcons.png) no-repeat -96px -288px;
}
.pageControl .pageInfo {
  margin: 0 15px;
}
.pageControl .pageInfo .pageName {
  margin-top: 6px;
  font-size: 14px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pageControl .pageInfo .nameProcess {
  margin-top: 5px;
  font-size: 12px;
}
.pageControl .pageInfo .annotateProgress {
  margin-top: 3px;
  margin-bottom: 0;
  border-radius: 3px;
  height: 3px;
  line-height: 3px;
}

.toolMuster .assistTool .generalFeatures {
  width: 100%;
  text-align: right;
  font-style: normal !important;
  font-size: medium !important;
  color: #df691a;
  display: flex;
  align-items: center;
}
.generalFeatures .featureList {
  display: inline-block;
  margin-right: 30px;

  text-align: center;
  line-height: 1.5;
  vertical-align: top;
  cursor: pointer;
}
.generalFeatures .featureList i.bg {
  font-style: normal;
  width: 36px;
  height: 36px;
  display: block;
}
.generalFeatures .featureList span {
  font-size: 12px;
  display: block;
}
.generalFeatures .submitSave {
  padding-top: 12px;
  display: none;
}
.generalFeatures .crossLine {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.generalFeatures .crossLine input {
  margin: 0;
}
.generalFeatures .crossLine span {
  margin-top: 0px;
}
.generalFeatures .labelShower {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.generalFeatures .labelShower input {
  margin: 0;
}
.generalFeatures .labelShower span {
  margin-top: 0px;
}
.generalFeatures .screenShot {
  margin-right: 20px;
}
.generalFeatures .screenShot i.bg {
  background: url(../images/toolIcons.png) no-repeat 4px -383px;
}
.generalFeatures .screenShot:hover i.bg {
  background: url(../images/toolIcons.png) no-repeat -96px -384px;
}
.generalFeatures .screenShot:hover span {
  color: #fff;
}
.generalFeatures .screenFull {
  margin-right: 20px;
}
.generalFeatures .screenFull i.bg {
  background: url(../images/toolIcons.png) no-repeat 8px -477px;
}
.generalFeatures .screenFull:hover i.bg {
  background: url(../images/toolIcons.png) no-repeat -96px -480px;
}
.generalFeatures .screenFull:hover span {
  color: #fff;
}
.generalFeatures .dividingLine {
  width: 1px;
  height: 28px;
  background: #ff0000;
  margin-top: 16px;
  margin-right: 20px;
  display: inline-block;
}
.generalFeatures .clientHelp {
  margin-right: 20px;
}
.generalFeatures .clientHelp i.bg {
  background: url(../images/toolIcons.png) no-repeat 0 -576px;
}
.generalFeatures .clientHelp:hover i.bg {
  background: url(../images/toolIcons.png) no-repeat -96px -576px;
}
.generalFeatures .clientHelp:hover span {
  color: #fff;
}
.generalFeatures .clientExit {
  margin-right: 20px;
}
.generalFeatures .clientExit i.bg {
  background: url(../images/toolIcons.png) no-repeat 0 -672px;
}
.generalFeatures .clientExit:hover i.bg {
  background: url(../images/toolIcons.png) no-repeat -96px -672px;
}
.generalFeatures .clientExit:hover span {
  color: #fff;
}
/*
  canvasMain Mark the main content of the artboard
 */
.canvasMain {
  width: 100%;
  flex: auto;
  height: 0;
  display: flex;
  background: #1d2023;
  position: relative;
}
.toolFeatures {
  background-color: #262931;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  width: 65px;
  height: 100vh;
  position: relative;
}
.main-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px #d7dfe2;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1rem;
  width: 90%;
  height: 90%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.3em;
  text-align: center;
  background-color: #1c1e24;
  line-height: 1.7;
  overflow-y: scroll;
  scrollbar-color: #1c1e24;
  color: #fff;
}
.main-menu a {
  color: #6ea5f7;
  text-decoration: none;
}
.main-menu a:hover {
  text-decoration: underline;
}
.featureBox {
  font-size: 1.1rem;
  text-align: justify;
}
.lead {
  font-size: 1.5rem;
  color: #df691a;
}
.toolFeatures .version {
  position: absolute;
  width: 60px;
  left: 0;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.toolFeatures .openFolder {
  width: 30px;
  height: 30px;
  margin: 20px auto 0;
  border-radius: 5px;
  fill: #666;
  cursor: pointer;
}
.toolFeatures .openFolder svg {
  fill: #666;
}
.toolFeatures .openFolder svg:hover {
  fill: #fff;
}
.toolFeatures .saveJson {
  width: 24px;
  height: 24px;
  margin: 30px auto 20px;
  border-radius: 5px;
  fill: #666;
  background-size: 100%;
  cursor: pointer;
}

.toolFeatures .myCustomNavItem {
  width: 36px;
  height: 36px;
  margin: 23px auto 20px;
  border-radius: 5px;
  fill: #666;
  background-size: 100%;
  cursor: pointer;
}

.toolFeatures .myCustomNavItem:hover {
  fill: #fff;
}

.toolFeatures .saveJson:hover {
  fill: #fff;
}
.toolFeatures .separator {
  width: 100%;
  height: 2px;
  background: #999;
  margin: 0 auto;
  border-radius: 5px;
}
.toolFeatures .toolSet {
  width: 36px;
  height: 36px;
  margin: 30px auto 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  text-align: center;
  position: relative;
}
#tools .toolSet::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 4rem;
  top: -0.25rem;
  background: #425a65;
  color: white;
  padding: 0.8rem;
  border-radius: 0.2rem;
  transition: all 200ms ease-in;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  z-index: 99999;
}
#tools .toolSet:hover::before {
  opacity: 1;
  left: 3.6rem;
}
.assistFeatures .nav__item {
  position: relative;
}
.assistFeatures .nav__item:before {
  content: attr(data-tooltip);
  position: absolute;
  left: 4rem;
  top: -0.25rem;
  background: #425a65;
  color: white;
  padding: 0.8rem;
  border-radius: 0.2rem;
  transition: all 200ms ease-in;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  z-index: 99999;
}
.assistFeatures .nav__item:hover::before {
  opacity: 1;
  left: 3.6rem;
}
.toolFeatures .toolDrag {
  fill: #666;
}
.toolFeatures .toolDrag.focus {
  fill: #fff;
}
.toolFeatures .toolDrag:hover {
  fill: #fff;
}
.toolFeatures .toolTagsManager {
  fill: #666;
}
.toolFeatures .toolTagsManager.focus {
  fill: #fff;
}
.toolFeatures .toolTagsManager:hover {
  fill: #fff;
}
.toolFeatures .toolSegment {
  background: url(../images/toolIcons.png) no-repeat 0 -864px;
}
.toolFeatures .toolSegment.focus {
  background: #757a84 url(../images/toolIcons.png) no-repeat -96px -864px;
}
.toolFeatures .toolSegment:hover {
  background: #757a84 url(../images/toolIcons.png) no-repeat -96px -864px;
}
.toolFeatures .toolRect {
  fill: #666;
}
.toolFeatures .toolRect.focus {
  fill: #fff;
}
.toolFeatures .toolRect:hover {
  fill: #fff;
}
.toolFeatures .toolPolygon {
  fill: #666;
}
.toolFeatures .toolPolygon.focus {
  fill: #fff;
}
.toolFeatures .toolPolygon:hover {
  fill: #fff;
}
.toolFeatures .toolKeyPoints {
  background: url(../images/toolIcons.png) no-repeat 0 -1056px;
}
.toolFeatures .toolKeyPoints.focus {
  background: #757a84 url(../images/toolIcons.png) no-repeat -96px -1056px;
}
.toolFeatures .toolKeyPoints:hover {
  background: #757a84 url(../images/toolIcons.png) no-repeat -96px -1056px;
}

.canvasMain .canvasContent {
  flex: auto;
  width: 0;
  height: 100%;
  position: relative;
}
.canvasContent #canvas {
  width: 100%;
  height: 100%;
}
.canvasContent .scaleBox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 6px 0 6px;
  background: #293245;
  border: 1px solid #3c5167;
}
.canvasContent .scaleBox .scaleCanvas {
  position: relative;
  width: 150px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
}
.canvasContent .scaleBox .scalePanel {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.commentResult {
  width: 300px;
  height: 100%;
  background: #262931;
  border-left: 2px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
}
.commentResult .resultArea {
  position: relative;
  width: 100%;
  flex: 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.commentResult .resultArea .title {
  width: 100%;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-indent: 10px;
  box-shadow: 0 1px 3px 0 #3c5167;
  background: #1b1e22;
}
.commentResult .resultArea .resultList_head {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}
.resultList_head .headChildren {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #454649;
}
.resultList_head .headChildren .headName {
  display: inherit;
  position: absolute;
  left: 30px;
}
.resultList_head .headChildren .headDisplay {
  position: absolute;
  display: inherit;
  right: 10px;
}
.resultList_head .headChildren .headDelete {
  position: absolute;
  display: inherit;
  right: 105px;
}
.resultList_head .headChildren .headEdit {
  position: absolute;
  display: inherit;
  right: 160px;
}
.commentResult .resultArea .resultGroup {
  flex: auto;
  height: 0;
  overflow-y: auto;
}
.resultGroup .result_list {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #999;
  position: relative;
}
.resultGroup .result_list .result_no {
  width: 28px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
.resultGroup .result_list .result_color {
  width: 10px;
  height: 10px;
  background: #ff0000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.resultGroup .result_list .result_Name {
  width: 220px;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: transparent;
}
.resultGroup .result_list .result_Name[disabled="true"] {
  cursor: default;
}
.resultGroup .result_list i {
  display: block;
  position: absolute;
  font-style: normal;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  top: 0;
  cursor: pointer;
}
.resultGroup .result_list .editLabelName {
  right: 96px;
}
.resultGroup .result_list .deleteLabel {
  right: 57px;
}
.resultGroup .result_list .isShowLabel {
  right: 18px;
}
.resultGroup .result_list.active {
  background: #212b3e;
}
.resultGroup .result_list:hover {
  background: rgba(33, 43, 62, 0.6);
}
.commentResult .resultArea .resultSelectLabel {
  position: absolute;
  top: 80px;
  right: 42px;
  width: 200px;
  height: 220px;
  padding: 24px 6px 8px;
  box-sizing: border-box;
  background: #262931;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
.commentResult .resultArea .resultSelectLabel .selectLabelTip {
  font-size: 14px;
  text-align: center;
}
.commentResult .resultArea .resultSelectLabel .selectLabel-ul {
  height: 100%;
  overflow-y: auto;
}
.commentResult .resultArea .resultSelectLabel .selectLabel-ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-radius: 50px;
  border: 1px solid #999;
  padding: 3px 6px;
  margin: 4px 4px;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.commentResult .resultArea .resultSelectLabel .closeLabelManage {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 18px;
  cursor: pointer;
}
.commentResult .resultArea .resultSelectLabel::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 50px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
}
.commentResult .resultArea .resultSelectLabel::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 50px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.commentResult .resultArea .resultSelectLabel.focus {
  -webkit-animation: showSelectLabel 0.4s ease-out forwards;
  -o-animation: showSelectLabel 0.4s ease-out forwards;
  animation: showSelectLabel 0.4s ease-out forwards;
  visibility: visible;
}
.commentResult .resultArea .resultSelectLabel.blur {
  -webkit-animation: hideSelectLabel 0.4s ease-out forwards;
  -o-animation: hideSelectLabel 0.4s ease-out forwards;
  animation: hideSelectLabel 0.4s ease-out forwards;
}
@keyframes showSelectLabel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showSelectLabel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hideSelectLabel {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes hideSelectLabel {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.commentResult .historyContent {
  width: 100%;
  height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.commentResult .historyContent .title {
  width: 100%;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-indent: 10px;
  box-shadow: 0 1px 3px 0 #3c5167;
  background: #1b1e22;
}
.commentResult .historyContent .historyGroup {
  flex: auto;
  overflow-y: auto;
  padding: 5px 0;
  box-sizing: border-box;
  height: 0;
}
.commentResult .historyContent .historyGroup p {
  color: #f1f1f1;
  line-height: 1.8;
  font-size: 12px;
  padding: 0 10px;
  box-sizing: border-box;
}
.commentResult .historyContent .historyGroup p:hover {
  background: rgba(33, 43, 62, 0.6);
}
.commentResult .historyContent .historyGroup p.active {
  background: #292c31;
}
.commentResult .historyContent .historyGroup p.record {
  color: #999999;
}
.labelManage {
  position: absolute;
  top: 195px;
  left: 75px;
  width: 300px;
  height: 340px;
  padding: 24px 6px 8px;
  box-sizing: border-box;
  background: #262931;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  color: white;
}
.labelManage .labelManage-Info {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.labelManage .labelManage-Info .labelManage-menu {
  width: 100%;
  display: flex;
}
.labelManage-menu .labelManage-search {
  flex: 9;
}
.labelManage-menu .labelManage-search .labelSearch-input {
  width: 100%;
  height: 30px;
  text-indent: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 14px;
}
.labelManage-menu .labelManage-createLabel {
  flex: 3;
  text-align: center;
  line-height: 30px;
}
.labelManage-Info .labelManage-subList {
  font-size: 12px;
  margin-top: 10px;
}
.labelManage-Info .labelManage-group {
  width: 100%;
  margin-top: 10px;
  flex: auto;
}
.labelManage-Info .labelManage-group .labelTip {
  text-align: center;
  font-size: 14px;
}
.labelManage-Info .labelManage-group .labelManage-ul {
  height: 100%;
  overflow-y: auto;
}
.labelManage-Info .labelManage-group .labelManage-ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-radius: 50px;
  border: 1px solid #999;
  padding: 3px 6px;
  margin: 4px 4px;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.labelManage .labelManage-create {
  width: 100%;
  height: 100%;
  position: relative;
}
.labelManage .labelManage-create .labelManage-Title {
  font-size: 1.6rem;
}
.labelManage .labelManage-create .labelCreate {
  margin-top: 1.25rem;
}
.labelManage .labelManage-create .labelCreate label {
  width: 80px;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.labelManage .labelManage-create .labelCreate .labelCreate-nameInput {
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  height: 30px;
  text-indent: 8px;
}
.labelManage .labelManage-create .labelCreate .colorPicker {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #ff0000;
  cursor: pointer;
  margin-top: 5px;
}
.labelManage .labelManage-create .labelCreate .colorHex {
  height: 26px;
  width: 60px;
  font-size: 12px;
  margin-left: 8px;
  outline: none;
}
.labelManage .labelManage-create .labelCreateButtons {
  margin-top: 50px;
  text-align: center;
}
.labelManage .labelManage-create .labelCreateButtons button {
  margin: 0 10px;
}
.labelManage .closeLabelManage {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 18px;
  cursor: pointer;
}
.labelManage.focus {
  -webkit-animation: showLabelManage 0.4s ease-out forwards;
  -o-animation: showLabelManage 0.4s ease-out forwards;
  animation: showLabelManage 0.4s ease-out forwards;
  visibility: visible;
}
.labelManage.blur {
  -webkit-animation: hideLabelManage 0.4s ease-out forwards;
  -o-animation: hideLabelManage 0.4s ease-out forwards;
  animation: hideLabelManage 0.4s ease-out forwards;
}
@keyframes showLabelManage {
  from {
    opacity: 0;
    top: 215px;
  }
  to {
    opacity: 1;
    top: 195px;
  }
}
@-webkit-keyframes showLabelManage {
  from {
    opacity: 0;
    top: 215px;
  }
  to {
    opacity: 1;
    top: 195px;
  }
}
@keyframes hideLabelManage {
  from {
    opacity: 1;
    top: 195px;
  }
  to {
    opacity: 0;
    top: 215px;
    visibility: hidden;
  }
}
@-webkit-keyframes hideLabelManage {
  from {
    opacity: 1;
    top: 195px;
  }
  to {
    opacity: 0;
    top: 215px;
    visibility: hidden;
  }
}
.LabelImage .canvasMain .labelManage::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f1f1f1;
}
.LabelImage .canvasMain .labelManage::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
}
.loading_box .loaderSpinner .icon-spinner:before {
  font-size: 60px;
}
/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #ff4e50 50%,
    #ff4e50 62.5%,
    #8e9eab 62.5%,
    #8e9eab 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -moz-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #ff4e50 50%,
    #ff4e50 62.5%,
    #8e9eab 62.5%,
    #8e9eab 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -o-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #ff4e50 50%,
    #ff4e50 62.5%,
    #8e9eab 62.5%,
    #8e9eab 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: linear-gradient(
    to right,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #ff4e50 50%,
    #ff4e50 62.5%,
    #8e9eab 62.5%,
    #8e9eab 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
}

:root {
  /*   color variables */
  --clr-primary: #29e6a7;
  --clr-primary-hover: #18c98e;
  --clr-primary-light: #91f2d2;
  --clr-accent100: #4dd0e1;
  --clr-accent200: #651fff;
  --clr-accent300: #2979ff;
  --clr-accent400: #00b8d4;
  --clr-gray100: #f0f7f8;
  --clr-gray200: #cfd8dc;
  --clr-gray300: #a7b7be;
  --clr-gray400: #6b7e86;
  --clr-gray500: #425a65;
  /*   border radius */
  --radius: 10rem;
}

.button-wrapper {
  position: relative;
  padding: 20px 0;
}

#mainBtn {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  color: white;
  padding: 15px 50px;
  outline: none;
  border-radius: 10rem;
  border: 1px solid transparent;
  background-color: #57a4fd;
  transition: background-color 250ms ease-in, border 250ms ease-in;
  cursor: pointer;
}
#mainBtn:hover {
  background-color: #367ed2;
}

#check {
  width: 4rem;
  height: 4rem;
  fill: #18c98e;
  position: absolute;
  left: 2rem;
  top: 2rem;
  opacity: 0;
  z-index: -1;
}

.btnAnimation {
  animation: animate 4s ease-in forwards;
}

.checkAnimation {
  animation: animateCheck 4s ease-in forwards;
}

@keyframes animate {
  0% {
    color: transparent;
    width: 16rem;
  }
  5% {
    width: 8rem;
    border-radius: 10rem;
    border: 8px solid var(--clr-accent100);
    background-color: var(--clr-accent100);
  }
  25% {
    border: 8px solid var(--clr-accent200);
    background-color: var(--clr-accent200);
  }
  55% {
    border: 8px solid var(--clr-accent300);
    background-color: var(--clr-accent300);
  }
  75% {
    border: 8px solid var(--clr-accent400);
    background-color: var(--clr-accent400);
  }
  82% {
    border: 8px solid #29e6a7;
    background-color: #29e6a7;
  }
  88% {
    background-color: transparent;
  }
  100% {
    border-radius: 10rem;
    color: transparent;
    width: 8rem;
    background-color: transparent;
    border: 8px solid #18c98e;
  }
}
@keyframes animateCheck {
  90% {
    display: block;
    transform: scale(1);
    opacity: 0;
  }
  95% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.collapse__expand {
  font-size: 37px;
  text-align: center;
  color: #fff;
}
.hidden {
  display: none !important;
}
.nav-closed .resultArea,
.nav-closed .historyContent {
  display: none;
  transition: 0.5s all ease-in-out;
}
.nav-closed.commentResult {
  width: 0px;
  transition: 0.5s all ease-in-out;
}
.nav-closed .collapse__expand {
  transform: rotate(180deg);
  transition: 0.5s all ease-in-out;
}
.commentResult,
.commentResult .collapse__expand,
.commentResult .resultArea,
.commentResult .historyContent {
  transition: 0.5s all ease-in-out;
}
.nav-closed [class^="icon-"],
.nav-closed [class*=" icon-"] {
  display: flex;
  width: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #1b2236;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.nav-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(255,255,255, 0.65);
  background-color: transparent;
  border: 1px solid rgba(255,255,255, 0.15);;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.nav-toggler:focus {
  text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.nav-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-popup {
  & {
    z-index: 99;
    border-radius: 0.375rem;
    background-color: #212529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: none;
    position: absolute;
  }

  .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }

  .nav-items {
    justify-content: center;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .nav-items .nav-item {
    margin-right: 25px;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }

  .nav-items .nav-item .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
}

.dropdown-menu {
  background-color: #2E2E2E;
  border-radius: 10px;
  padding: 0 !important;
}

.dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #444;
}

.dropdown-menu li:first-of-type .dropdown-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-menu li:last-of-type .dropdown-item {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-menu li .dropdown-item {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgb(68, 68, 68);
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
  background: transparent;
  opacity: .8;
  transition: all .3s;
  color: rgb(222, 226, 230);
}

.dropdown-menu .dropdown-item:hover {
  background: #4A4A4A;
  color: rgb(222, 226, 230);
}

.dropdown-menu li .dropdown-item::before {
  content: "";
  position: absolute;
  /* z-index: -1; */
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.dropdown-menu .dropdown-item:hover:before {
  right: 0;
}