html {
  height: 100%;
}

body {
  background: #FFFFFF;
  width: 1740px;
  height: 100%;
  display: table;
  position: relative;
  margin: auto;
}

.black {
  z-index: 12;
  position: absolute;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

.text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;

  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 1);
}

.divider {
  position: relative;
  height: 1px;
  top: 20px;
  width: 80%;

  background: rgba(33, 33, 33, 0.1);
  mix-blend-mode: normal;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.add-header {
  position: relative;
  left: 17px;
}

.add-crop {
  position: relative;
  width: 250px;
  height: 335px;
  margin-top: 17px;
  left: 17px;
}

canvas {
  width: 250px;
  height: 335px;
}

.add-info {
  position: relative;
  left: 17px;
  margin-top: 34px;
  height: 120px;
  width: 283px;
  line-height: 25px;
}

#correct-btn, #wrong-btn, #skip-btn {
  position: relative;
  color: white;
  width: 180px;
  height: 40px;
  left: 17px;
  line-height: 40px;
  background: #00D7B9;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

#wrong-btn {
  background: #FF4343;
}

#skip-btn {
  background: orange;
}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;

  position: absolute;
  left: -260px;
  top: 50px;
  z-index: 1;
  display: table;
  table-layout: fixed;
}

.tooltip .tooltiptext p {
  text-align: left;
}

.tooltip .tooltiptext .var {
  display: table-cell;
}

.tooltip .tooltiptext .type {
  width: 20%;
}

.tooltip .tooltiptext .name {
  width: 65%;
}

.tooltip .tooltiptext .conf {
  width: 20%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.add-assist {
  position: relative;
  margin-top: 35px;
}

.assist-img {
  width: 250px;
  height: 335px;
  margin-top: 17px;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 110px;
  height: 110px;
  z-index: 15;
}

.img-zoom-crop {
  width: 350px;
  height: 350px;
  margin: auto;
}

.nav-back {
  position: relative;
  width: 300px;
  min-width: 300px;
  /* height: calc(100% + 30px); */
  height: 1080px;
  display: table-cell;
  table-layout: fixed;

}

.feedback-checker {
  position: relative;
  width: 600px;
  min-width: 300px;
  height: calc(100% + 30px);
}

.shadow {
  box-shadow: 0 0 5px 2px #888;
}

.nav-back .nav-header {
  position: absolute;
  height: 177px;
  width: 100%;
}

.nav-back .nav-header .logo {
  width: 40%;
  height: 126px;
  position: absolute;
  top: 8px;
  margin-left: 25%;

  background: url(images/mars-logo.png);
  background-position-x: center;

}

.nav-back .nav-header .user {
  position: absolute;
  top: 134px;
  left: 22px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.nav-back .nav-header .logout {
  position: absolute;
  top: 185px;
  left: 22px;
}

.nav-back .nav-header .divider {
  position: absolute;
  height: 1px;
  top: 217px;
  width: 100%;

  background: rgba(33, 33, 33, 0.08);
  mix-blend-mode: normal;
}

.nav-back .nav-list {
  position: absolute;
  height: 723px;
  width: 100%;
  top: 230px;
}

.nav-back .nav-list .elem {
  position: relative;
  width: 100%;
  height: 53px;
}

.nav-back .nav-list .elem a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.nav-back .nav-list .current {
  background: rgba(255, 220, 0, 0.5);
}

.nav-back .nav-list .elem .text {
  position: absolute;
  left: 72px;
  top: 17px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #333333;
}

.nav-back .nav-list .elem .icon {
  position: absolute;
  width: 24px;
  height: 20px;
  top: 15px;
  left: 19px;

  background: var(--i);
  background-repeat: no-repeat;
  background-size: contain;
}

.content {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.content-header {
  margin-top: 28px;
  margin-left: 40px;
  display: block;
  height: inherit;
  line-height: 44px;
  text-transform: uppercase;
}

.content-header .back {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background-image: url("images/vector.png");
  background-size: cover;
  cursor: pointer;
}

.content-header .header {
  display: inline-block;
  position: relative;
  font-size: 40px;
}

.content-header .controls {
  display: block;
  float: right;
}

.content-header .add-user {
  display: inline-block;
  width: 290px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  margin-left: 50px;
  background: #00d7b9;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  vertical-align: top;
  cursor: pointer;
}

.content-header .filter-btn {
  display: inline-block;
  width: 290px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  background: #00d7b9;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  bottom: 10px;
}

.content-header .select-date{
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.content-header .select-date input{
  margin-left: 7px;
}

.content-header input[type="submit"]{
  margin-left: 4px;
}

.add-panel {
  position: absolute;
  left: 20%;
  top: 20%;
  display: none;
  z-index: 9;
  width: 620px;
  height: 500px;
  background: white;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.add-panel .method {
  position: relative;
  top: 35px;
  left: 28px;
  font-size: 20px;
}

.add-panel .fio-placeholder {
  position: absolute;
  width: 50px;
  height: 15px;
  text-align: center;
  left: 55px;
  top: 102px;
  z-index: 10;
  background-color: white;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.add-panel .placeholder {
  position: absolute;
  height: 15px;
  text-align: center;
  left: 55px;
  z-index: 10;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
  font-size: 12px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
}


.role:hover {
  border-color: #FF4500;
}

.role option {
  font-weight:normal;
}

.add-panel .prole {
  top: 262px;
}

.field {
  position: absolute;
  left: 30px;
  width: 550px;
  height: 55px;
  padding-left: 15px;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.12);
}

.add-panel .drop-pwd {
  position: absolute;
  width: 193px;
  height: 36px;
  top: 412px;
  left: 30px;
  background: #FF4343;
  border-radius: 4px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.add-panel .save {
  position: absolute;
  width: 165px;
  height: 36px;
  top: 412px;
  left: 413px;
  background: #00D7B9;
  border-radius: 4px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.content-header .table-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: var(--i);
  background-size: contain;
  background-repeat: no-repeat;
}

.content-header .search {
  display: inline-block;
  width: 326px;
  height: 36px;
  border: 2px solid lightgray;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: top;
  margin-left: 10px;

  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
}

.content-header .drop-filter {
  display: none;
  margin-left: 10px;
  background: none;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.content-header .period-list {
  display: inline-block;
  font-size: 14px;
}

.content-header .period-list .period {
  color: rgba(0, 0, 160, 1);
  text-decoration: none;
}

.content-header .period-list .current-period {
  color: rgba(0, 215, 185, 1);
}

div.list {
  position: relative;
  left: 28px;
  width: 95%;
}

.hidden {
  display: none;
}

.inline {
  display: inline-block;
}

div.processed {
  top: 20px;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: black;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 15;
}

.prev {
  left: 30px;
}

.next {
  right: 30px;
  border-radius: 3px 0 0 3px;
}

div.gallery {
  margin: 2px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}

div.slide {
  display: none;
}

p {
  text-align: center;
}

div.gallery:hover {
  border: 1px solid #777;
}

img.original {
  max-width: 133px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.img-processed {
  max-width: 700px;
  max-height: 768px;
  width: auto;
  height: auto;
}

.control {
  position: relative;
  float: right;
  right: 28px;
  top: 23px;
  width: 20%;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;

  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 1);
}

.upload {
  position: relative;
  left: 56px;
  width: 60%;
}

div.pouch {
  width: 200px;
  height: 39px;
  border: 5px solid rgba(0, 0, 255, 1);
  outline: 5px solid rgba(255, 69, 0, 1);
  outline-offset: -10px;
  font-size: 30px;
  line-height: 34px;
  margin: auto;
}

div.dry {
  width: 200px;
  height: 39px;
  border: 5px solid rgba(255, 0, 0, 1);
  outline: 5px solid rgba(255, 255, 0, 1);
  outline-offset: -10px;
  font-size: 30px;
  line-height: 34px;
  margin: auto;
}

div.preserve {
  width: 200px;
  height: 39px;
  border: 5px solid rgba(0, 255, 0, 1);
  outline: 5px solid rgba(160, 30, 210, 1);
  outline-offset: -10px;
  font-size: 30px;
  line-height: 34px;
  margin: auto;
}

.logout {
  position: absolute;
  top: 5px;
  right: 28px;
}

.drop {
  position: absolute;
  top: 53px;
  right: 28px;
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  border-radius: 5px;
}

.viewer {
  position: absolute;
  top: 60px;
  right: 28px;
  cursor: pointer;
  text-decoration: underline;
}

.counter {
  position: relative;
  display: inline-block;
}

.bboxes {
  position: relative;
  display: inline-block;
}

.bbox {
  position: absolute;
  box-sizing: border-box;
  opacity: 1;
  margin-top: -2px;
}

.small {
  z-index: 8;
}

.big {
  z-index: 5;
}

.bbox-picked {
  border-width: 5px !important;
  outline: 7px solid purple;
}

.small-picked {
  z-index: 10;
}

.big-picked {
  z-index: 6;
}

.small:hover {
  z-index: 11;
}

.big:hover {
  z-index: 7;
}

.bbox:hover .bboxInfo {
  font-size: 30px;
}

.bboxInfo {
  font-size: 0px;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
  color: white;
  pointer-events: none;
}

.product-list {
  display: none;
  position: absolute;
  height: auto;
  width: 850px;
  max-height: 500px;
  top: 10%;
  left: 10%;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  z-index: 13;
}

.product-value {
  height: auto;
  color: black;
  padding: 2px 8px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.product-value:hover {
 background-color: #ddd;
}

.sort {
  height: 18px;
  padding-left: 15px;

  background-image: url("images/sort.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.asc {
  transform: rotate(180deg);
}

.desc {
  transform: rotate(0deg);
}

.sort-hover {
  width: auto;
  display: inline-block;
  position: relative;
}

.sort-hover:hover + .sort {
  display: inline-block;
}

.content-block {
  height: auto;
  width: auto;
  margin-left: 40px;
  margin-top: 10px;
}

.table-root {
  display: table;
}

.table {
  position: relative;
  display: table-cell;
  text-align: center;
}

.table .table-head-group {
  display: table-row;
}

.table .table-row-group {
  display: table-row-group;
}

.table-head {
  display: table-cell;
  font-size: 14px;
  line-height: 16px;
	font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  height: 65px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
}

.table .table-row {
  display: table-row;
  height: 65px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.table .table-cell {
  width: auto;
  height: 24px;
  display: table-cell;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination {
  margin-top: 30px;
}

.pagination a, .pagination div {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: rgba(0, 0, 255, 0.9);
  color: white;
}

.pagination a:hover:not(.active) {
  cursor: pointer;
  background-color: #ddd;
}

.settings {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;

  background-image: url(images/settings.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown {
  position: absolute;;
  top: 50px;
  left: 300px;
  margin-left: 0px;
  width: 25em;
  z-index: 9;
  display: none;
}

.dropdown .outer-list {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown > .outer-list.top {
  align-items: flex-start;
  transform-origin: 50% 0;
}

.dropdown > .outer-list.left {
  justify-content: flex-start;
}

.dropdown > .outer-list.bottom {
  align-items: flex-end;
  transform-origin: 50% 100%;
}

.dropdown > .outer-list.right {
  justify-content: flex-end;
}

.dropdown > .outer-list > ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: .2em;
}

.dropdown > .outer-list > ul li {
  padding: .25em 3em 0.25em 0.5em;
  margin: .25em;
  width: auto;
}

.dropdown > .outer-list > ul li:hover {
  background: rgba(0, 0, 0, 0.07);
}

.check {
  position: absolute;
  opacity: 0;
}

.check+label {
  display: inline-flex;
  align-items: center;
}

.check+label::before {
  content: '';
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  border: 3px solid #00D7B9;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}

.check:checked+label::before {
  border-color: #00D7B9;
  background-image: url("images/checker.png");
}

.base-visit-info {
  display: table;
  width: 90%;
  margin-top: 15px;
}

.table-row {
  display: table-row;
}

.bordered {
  border-top: 1px solid rgba(33, 33, 33, 0.92);
  border-bottom: 1px solid rgba(33, 33, 33, 0.92);
}

.action {
  box-shadow: 0 0 1px 1px #888;
  width: 600px;
  height: 70px;
  display: table;
}

.action-list {
  box-shadow: 0 0 1px 1px #888;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 97%;
}

.action-list li {
  background-color: rgba(240, 250, 250);
  font-size: 14px;
  height: 35px;
}

.action-list div {
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid black;
  margin-left: 5px;
}

.bordered-right {
  border-right: 1px solid rgba(33, 33, 33, 0.92);
}

.base-visit-info .visit-info-cell {
  display: table-cell;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-right: 1.5em;
  font-size: 16px;
  line-height: 20px;
}

.scenes {
  position: relative;
  display: table-cell;
  top: 25px;
  width: auto;
}

.target-sign {
  width: 30px;
  height: 30px;
  display: table-cell;
  position: relative;
  left: 20px;
  background: var(--i);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
}

.visit-state {
  display: inline-block;
  font-size: 40px;
  width: 50%;
  vertical-align: middle;
}

.after {
  padding-left: 17px;
}

.osa-target {
  display: inline-block;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  line-height: 35px;
}

.osa-value {
  display: inline-block;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
}

.scenes-cell {
  padding-top: 8px;
  padding-bottom: 10px;
  display: table-cell;
  font-size: 14px;
  width: 650px;
}

.scene {
  box-shadow: 0 0 1px 1px #888;
  width: 97%;
  height: 160px;
}

.scene-header {
  width: 100%;
  position: relative;
  left: 23px;
  top: 16px;
}

.scene-info {
  position: relative;
  left: 23px;
  top: 40px;
  line-height: 28px;
}

.edit-link {
  cursor: pointer;
  margin-left: 20px;
  color: rgba(0, 0, 160, 1);
  font-size: 16px;
}

.scene-link {
  position: relative;
  float: right;
  right: 7.5%;
  cursor: pointer;
  color: rgba(0, 0, 160, 1);
  font-size: 16px;
}

.preview {
  background: var(--u) 50% 50% no-repeat;
  background-size: contain;
}

.product-image {
  position: relative;
  width: 146px;
  height: 208px;
  background: var(--iu) 50% 50% no-repeat;
  background-size: contain;
}

.product-info {
  display: table;
  position: relative;
  left: 40px;
}

.underline {
  text-decoration-line: underline;
}

.product-info-cell {
  display: table-cell;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-right: 1.5em;
  font-size: 16px;
}

.err-photos {
  display: table;
  position: relative;
  top: 45px;
  font-size: 16px;
}

.photo-link {
  display: inline-block;
  width: 200px;
  height: 300px;
  text-align: center;
  position: relative;
}

.photo-block {
  position: relative;
  display: inline-block;
}

.photo-block img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}

.errors-add {
  position: relative;
  width: 360px;
  min-width: 360px;
  height: calc(100% + 30px);
  display: table-cell;
}

.errors-list {
  display: table;
  position: relative;
  top: 10px;
  left: 17px;
  width: 92%;
}

.error {
  position: relative;
  top: 15px;
  font-size: 14px;
  width: 100%;
  display: table-row;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

span::after {
  padding-left: 5px;
}

input:invalid + span::after {
  content: '✖';
}

input:valid+span::after {
  content: '✓';
}

.cell {
  display: table-cell;
  padding-left: 15px;
}

.filter {
  display: table-cell;
  position: relative;
  width: 15px;
  height: 15px;
  padding-left: 15px;
  line-height: 24px;
  background: var(--i) 50% 50% no-repeat;
  background-size: contain;
}

.filter-content {
  display: none;
  position: absolute;
  width: 20em;
  left: -10px;
  background-color: #f9f9f9;
  box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.2);
  text-align: left;
  z-index: 1;
}

.filter-hover ul {
  list-style: none;
  padding: 0;
  display: flex;
  max-height: 500px;
  height: auto;
  overflow-y: scroll;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: .2em;
}

.filter-hover ul li {
  padding: .25em 0.25em 0.25em 0.5em;
  margin: .25em;
  width: auto;
}

.filter-hover ul li:hover {
  background: rgba(0, 0, 0, 0.07);
}

.filter-hover ul li label {
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.filter-hover .filter-content {
  display: block;
}

.filter-hover .drop-filter {
  padding: 2px;
  font-size: 14px;
  margin-left: 25px;
  line-height: 18px;
  border-radius: 5px;
  width: 80%;
  color: red;
  height: auto;
  background: rgba(0, 0, 0, 0);
  border: none;
}

.close-btn {
  width: 18px;
  height: 18px;
  outline: none;
  border: none;
  background: var(--i) 50% 50% no-repeat;
}

.store-info {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.store-info .value {
  line-height: 18px;
  font-size: 16px;
}

.gm-fullscreen-control {
  width: 30px !important;
  height: 30px !important;
}


.select-date {
  display: inline-block;
}

#price-error-form{
  margin-top: 15px;
  margin-left: 15px;
}

#price-error-form div{
  margin-top: 5px;
}

#product-error-form{
  margin-top: 15px;
  margin-left: 15px;
}

/*#product-error-form div{
  margin-top: 5px;
}*/

.red {
  color: red;
}

#product-error-dropbtn, #product-error-acceptbtn, #product-error-wrongbtn {
  display: inline-block;
  color: white;
  width: 180px;
  height: 40px;
  left: 17px;
  line-height: 40px;
  background: #00D7B9;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
#product-error-wrongbtn {
  background: #FF4343;
  width: 190px;
}

#product-correction-input {
  box-sizing: border-box;
  background-image: url("images/search.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: 2px solid lightgray;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
  min-width: 400px;
  position: sticky;
  top: 0;
}

#product-correction-input:focus {outline: 3px solid #ddd;}

.product-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 290px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height:250px;

}

.product-dropdown-content .product-list-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.product-dropdown-content .product-list-item:hover {background-color: #ddd;}
