/*symbol gallery*/
.symbol_galery {
  margin-top: 0.9vh !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  height: 100%;
}

.galery_item,
.symbol_item {
  box-sizing: border-box;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  position: relative;
}

.item_layer {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
}

.galery_item_wrap {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.symbol_item_wrap {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.symbol_item_img,
.galery_item_img {
  width: 100%;
  filter: invert(20%) sepia(20%) saturate(10000%) hue-rotate(195deg);
}

.index_hex {
  text-align: center;
  font-size: 1.2vh;
  font-weight: 500;
}

.symbol_galery--5cols,
.symbol_galery--6cols {
  padding: 0vh 0.9vh 1.8vh 1.8vh !important;
}

.symbol_galery--16cols .galery_item {
  width: 6.25%;
}
.symbol_galery--16cols .symbol_item {
  width: 6.25%;
}
.symbol_galery--6cols .galery_item {
  width: 16.66%;
}
.symbol_galery--6cols .symbol_item {
  width: 16.66%;
}
.symbol_galery--5cols .galery_item {
  width: 20%;
}
.symbol_galery--5cols .symbol_item {
  width: 20%;
}

/*VMPL*/

.vmpl_info {
  height: 3.2vh;
  width: calc(100% - 7.4vh);
  left: 3.7vh;
  position: relative;
  margin: 0.9vh 0vh;
  box-shadow: 0vh 0.3vh 0.6vh #0000007e;
  display: flex;
}

.vmpl_info_span {
  font-size: 1.2vh;
  margin: auto 0em;
}

.vmpl_info_img {
  height: inherit;
  padding: 0.7vh 0.9vh;
}

.result_info {
  display: flex;
  flex-direction: column;
}

.extract_form_info_decoded_watermark {
  display: flex;
  flex-direction: column;
}

.info_span {
  font-size: 1.7vh;
}

.extract_form_attributes {
  gap: 1em;
  justify-content: flex-start;
}

.extr_attribute {
  font-size: 1.7vh;
}

.extr_attribute span:nth-child(1) {
  font-weight: 600;
  margin-right: 0.25em;
}

.info_value_span {
  padding-bottom: 0.9vh;
  font-size: 2.2vh;
}

.extraction_data {
  margin-top: 2vh;
  width: 100%;
}

.extraction_data td {
  height: 2.3vh;
  padding: 0.5vh;
  font-size: 1.2vh;
  color: #000;
}

.extraction_data td:nth-child(1) {
  font-weight: 600;
  text-align: right;
  width: 45%;
  padding-right: 0.9vh;
}

.extraction_data td:nth-child(2) {
  text-align: left;
}

.container_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.8vh;
  padding: 0vh 3.7vh;
  margin-bottom: 3.7vh;
}

.container_data {
  display: grid;
  grid-template-rows: 2fr 3fr;
  grid-gap: 1.8vh;
  width: 100%;
}

.container_info {
  display: grid !important;
  grid-template-columns: 3fr 2fr;
  grid-gap: 1.8vh;
}

.container_file {
  padding: 0.9vh 3.7vh;
  font-size: 2vh;
}

.container_file .label {
  font-weight: 600;
}

.container_image {
  display: grid !important;
  grid-template-rows: 6fr auto auto;
  grid-gap: 1.8vh;
  width: 100%;
}

.container_image canvas {
  position: absolute;
  z-index: 6666;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.container_image .browser-screen-loading-content {
  display: none;
  padding-top: 0.5vh;
}

.container_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.8vh;
  padding: 0vh 3.7vh;
  height: 6vh;
}

.container_footer .image_button button {
  background: #005ca9;
  height: 3.7vh;
  width: 10.5vh;
}

.container_footer #btnSaveExtract button {
  background: #128082;
}

.container_footer .image_button img {
  padding: 0.9vh;
}

.container_footer .button_group {
  display: flex;
  justify-content: space-between;
}

.extract_container > div {
  display: flex;
  align-content: stretch;
}

.modal_image {
  width: 100%;
  height: 100%;
}

.extraction_value_span {
  flex: auto;
  font-weight: 500;
}

/*content frame*/
.frame {
  border: 0.15vh solid rgba(0, 0, 0, 0.7);
  border-radius: 0.3vh;
  padding: 0.9vh;
  display: block;
  position: relative;
}

.frame .frame_span {
  font-size: 1.66vh;
  font-weight: 500;
  background: white;
  top: -1.4vh;
  left: 0.9vh;
  padding: 0vh 0.9vh;
  position: absolute;
}

/* input */
.extract_form_options {
  font-size: 1.7vh;
  align-items: center;
}

.extract_form_options .form-check-input {
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.extract_form_options .form-check-label {
  margin-left: 0.5rem;
}
