/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js!./src/sass/index.scss ***!
  \*************************************************************************************************************************************************************************************/
@charset "UTF-8";
.overlay {
  position: absolute;
  background-color: #f0f0f0;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  z-index: 100;
  /* Just to keep it at the very top */
}

.cssload-loading {
  position: absolute;
  left: 50%;
  top: 500px;
  opacity: 1 !important;
  width: 23px;
  height: 23px;
  margin: -12px 0 0 -12px;
  z-index: 101;
  /* Just to keep it at the very top */
}

.cssload-loading i {
  position: absolute;
  top: 23px;
  left: 23px;
  display: block;
  width: 23px;
  height: 23px;
  background: #3cb498;
  border-radius: 23px;
  animation: cssload-spin2 1.73s ease-in-out infinite;
  -o-animation: cssload-spin2 1.73s ease-in-out infinite;
  -ms-animation: cssload-spin2 1.73s ease-in-out infinite;
  -webkit-animation: cssload-spin2 1.73s ease-in-out infinite;
  -moz-animation: cssload-spin2 1.73s ease-in-out infinite;
}

.cssload-loading i:first-child {
  top: -23px;
  left: 0;
  background: black;
  animation: cssload-spin 1.73s ease-in-out infinite;
  -o-animation: cssload-spin 1.73s ease-in-out infinite;
  -ms-animation: cssload-spin 1.73s ease-in-out infinite;
  -webkit-animation: cssload-spin 1.73s ease-in-out infinite;
  -moz-animation: cssload-spin 1.73s ease-in-out infinite;
}

.cssload-loading i:last-child {
  top: 23px;
  left: -23px;
  background: #dd0060;
  animation: cssload-spin3 1.73s ease-in-out infinite;
  -o-animation: cssload-spin3 1.73s ease-in-out infinite;
  -ms-animation: cssload-spin3 1.73s ease-in-out infinite;
  -webkit-animation: cssload-spin3 1.73s ease-in-out infinite;
  -moz-animation: cssload-spin3 1.73s ease-in-out infinite;
}

@keyframes cssload-spin {
  0% {
    top: -23px;
    left: 0;
    transform: scale(1);
  }
  17% {
    transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: 23px;
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: -23px;
    transform: scale(1);
  }
  83% {
    transform: scale(0.5);
  }
  100% {
    top: -23px;
    left: 0;
    transform: scale(1);
  }
}
@-o-keyframes cssload-spin {
  0% {
    top: -23px;
    left: 0;
    -o-transform: scale(1);
  }
  17% {
    -o-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: 23px;
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: -23px;
    -o-transform: scale(1);
  }
  83% {
    -o-transform: scale(0.5);
  }
  100% {
    top: -23px;
    left: 0;
    -o-transform: scale(1);
  }
}
@-ms-keyframes cssload-spin {
  0% {
    top: -23px;
    left: 0;
    -ms-transform: scale(1);
  }
  17% {
    -ms-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: 23px;
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: -23px;
    -ms-transform: scale(1);
  }
  83% {
    -ms-transform: scale(0.5);
  }
  100% {
    top: -23px;
    left: 0;
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes cssload-spin {
  0% {
    top: -23px;
    left: 0;
    -webkit-transform: scale(1);
  }
  17% {
    -webkit-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: 23px;
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: -23px;
    -webkit-transform: scale(1);
  }
  83% {
    -webkit-transform: scale(0.5);
  }
  100% {
    top: -23px;
    left: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cssload-spin {
  0% {
    top: -23px;
    left: 0;
    -moz-transform: scale(1);
  }
  17% {
    -moz-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: 23px;
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: -23px;
    -moz-transform: scale(1);
  }
  83% {
    -moz-transform: scale(0.5);
  }
  100% {
    top: -23px;
    left: 0;
    -moz-transform: scale(1);
  }
}
@keyframes cssload-spin2 {
  0% {
    top: 23px;
    left: 23px;
    transform: scale(1);
  }
  17% {
    transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: -23px;
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  66% {
    top: -23px;
    left: 0;
    transform: scale(1);
  }
  83% {
    transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: 23px;
    transform: scale(1);
  }
}
@-o-keyframes cssload-spin2 {
  0% {
    top: 23px;
    left: 23px;
    -o-transform: scale(1);
  }
  17% {
    -o-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: -23px;
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(0.5);
  }
  66% {
    top: -23px;
    left: 0;
    -o-transform: scale(1);
  }
  83% {
    -o-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: 23px;
    -o-transform: scale(1);
  }
}
@-ms-keyframes cssload-spin2 {
  0% {
    top: 23px;
    left: 23px;
    -ms-transform: scale(1);
  }
  17% {
    -ms-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: -23px;
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.5);
  }
  66% {
    top: -23px;
    left: 0;
    -ms-transform: scale(1);
  }
  83% {
    -ms-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: 23px;
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes cssload-spin2 {
  0% {
    top: 23px;
    left: 23px;
    -webkit-transform: scale(1);
  }
  17% {
    -webkit-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: -23px;
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  66% {
    top: -23px;
    left: 0;
    -webkit-transform: scale(1);
  }
  83% {
    -webkit-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: 23px;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cssload-spin2 {
  0% {
    top: 23px;
    left: 23px;
    -moz-transform: scale(1);
  }
  17% {
    -moz-transform: scale(0.5);
  }
  33% {
    top: 23px;
    left: -23px;
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.5);
  }
  66% {
    top: -23px;
    left: 0;
    -moz-transform: scale(1);
  }
  83% {
    -moz-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: 23px;
    -moz-transform: scale(1);
  }
}
@keyframes cssload-spin3 {
  0% {
    top: 23px;
    left: -23px;
    transform: scale(1);
  }
  17% {
    transform: scale(0.5);
  }
  33% {
    top: -23px;
    left: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: 23px;
    transform: scale(1);
  }
  83% {
    transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: -23px;
    transform: scale(1);
  }
}
@-o-keyframes cssload-spin3 {
  0% {
    top: 23px;
    left: -23px;
    -o-transform: scale(1);
  }
  17% {
    -o-transform: scale(0.5);
  }
  33% {
    top: -23px;
    left: 0;
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: 23px;
    -o-transform: scale(1);
  }
  83% {
    -o-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: -23px;
    -o-transform: scale(1);
  }
}
@-ms-keyframes cssload-spin3 {
  0% {
    top: 23px;
    left: -23px;
    -ms-transform: scale(1);
  }
  17% {
    -ms-transform: scale(0.5);
  }
  33% {
    top: -23px;
    left: 0;
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: 23px;
    -ms-transform: scale(1);
  }
  83% {
    -ms-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: -23px;
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes cssload-spin3 {
  0% {
    top: 23px;
    left: -23px;
    -webkit-transform: scale(1);
  }
  17% {
    -webkit-transform: scale(0.5);
  }
  33% {
    top: -23px;
    left: 0;
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: 23px;
    -webkit-transform: scale(1);
  }
  83% {
    -webkit-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: -23px;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cssload-spin3 {
  0% {
    top: 23px;
    left: -23px;
    -moz-transform: scale(1);
  }
  17% {
    -moz-transform: scale(0.5);
  }
  33% {
    top: -23px;
    left: 0;
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.5);
  }
  66% {
    top: 23px;
    left: 23px;
    -moz-transform: scale(1);
  }
  83% {
    -moz-transform: scale(0.5);
  }
  100% {
    top: 23px;
    left: -23px;
    -moz-transform: scale(1);
  }
}
.cinput {
  width: 100%;
  height: 40px !important;
}
.cinput[type=number] {
  appearance: textfield;
}
.cinput[type=number]::-webkit-inner-spin-button, .cinput[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.cinput[type=date]::-webkit-inner-spin-button {
  display: none;
  appearance: none;
}
.cinput.-secure-field {
  position: absolute;
  left: -6666px;
}
.cinput .-w-auto {
  width: auto;
}
.cinput.-disabled {
  background: #e5e5e5;
}

.cinput--file-upload {
  display: flex;
  flex-wrap: nowrap;
  height: 2.2rem;
  max-height: 2.2rem;
  padding-left: 0;
  width: 100vw;
}
.cinput--file-upload + [type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.cinput__file-info,
.cinput__file-btn {
  display: table-cell;
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinput__file-btn {
  height: 100%;
  border: 0 none;
  background: #000000;
  color: #ffffff;
}

.cinput__file-btn:hover {
  background: #7f7f7f;
  cursor: pointer;
}

/*@import "text.scss";*/
.abtn {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  padding: 0 2rem 0 0;
  overflow: hidden;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  background-position-x: 100%;
  background-size: 220% 100%;
  vertical-align: central;
  align-content: end;
  color: #dd0060;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.abtn, .abtn:hover, .abtn:active {
  text-decoration: none;
}
.abtn, .abtn::after, .abtn::before {
  background-repeat: no-repeat;
}
.abtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 4.4rem);
  width: 0;
  height: 4.4rem;
  border: 0 #dd0060 solid;
  line-height: inherit;
}
.abtn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-image: linear-gradient(to right, #000000 33.3333333333%, transparent 33.3333333333%, transparent 66.6666666667%, transparent 66.6666666667%);
  background-position-x: 98%;
  background-size: 330% 100%;
  line-height: inherit;
  color: #dd0060;
  text-align: center;
}
.abtn:hover {
  background-position-x: 0;
  color: #dd0060;
  transition: background-position 0.2s linear;
}
.abtn:hover::before {
  width: 4.4rem;
  border-width: 0.2rem;
  transition: width 0.2s linear, border-right-width 0s linear 0.2s;
}
.abtn:hover::after {
  background-position-x: 50%;
  color: #dd0060;
  transition: background-position 0.2s linear;
}
.abtn:active {
  color: #000000;
}
.abtn:active::after {
  background-position-x: 0;
  color: #ffffff;
}
.abtn.-cta, .abtn.-secondary {
  padding-left: 1.2rem;
}
.abtn.-cta::before, .abtn.-secondary::before {
  border: 0 none;
}
.abtn.-cta {
  background-image: linear-gradient(to right, #000000 50%, #37a58c 50%);
  color: #ffffff;
}
.abtn.-cta::after {
  background-image: linear-gradient(to right, transparent 50%, #37a58c 50%);
  background-position-x: 96%;
  background-size: 220% 100%;
  color: #ffffff;
}
.abtn.-cta:hover {
  color: #ffffff;
}
.abtn.-cta:hover::after {
  color: #ffffff;
}
.abtn.-cta:active {
  color: #ffffff;
}
.abtn.-cta:active::after {
  background-position-x: 0;
  color: #ffffff;
}
.abtn.-secondary {
  background-image: linear-gradient(to right, #000000 50%, #7f7f7f 50%);
  color: #ffffff;
}
.abtn.-secondary::after {
  background-image: linear-gradient(to right, transparent 50%, #7f7f7f 50%);
  background-position-x: 96%;
  background-size: 220% 100%;
  color: #ffffff;
}
.abtn.-secondary:hover {
  color: #ffffff;
}
.abtn.-secondary:hover::after {
  color: #ffffff;
}
.abtn.-secondary:active {
  background-color: #000000;
  color: #ffffff;
}
.abtn.-secondary:active::after {
  background-position-x: 0;
  color: #ffffff;
}
.abtn.-icon-only {
  padding-right: 4.4rem;
  background: transparent;
}
.abtn.-icon-only::before {
  border: 0 none;
}
.abtn.-icon-only::after {
  top: 0;
  color: #dd0060;
}
.abtn.-icon-only:hover {
  background: transparent;
}
.abtn.-icon-only:hover::after {
  background: transparent;
  color: #000000;
}
.abtn.-icon-only:active::after {
  background-color: transparent;
  color: #000000;
}
.abtn.-icon-only.-fill::after {
  background-image: linear-gradient(to right, #000000 50%, #37a58c 50%);
  background-position-x: 96%;
  background-size: 220% 100%;
  color: #ffffff;
}
.abtn.-icon-only.-fill:hover::after {
  background-position-x: 0;
  color: #ffffff;
}
.abtn.-icon-only.-fill:active::after {
  background-color: #000000;
  color: #ffffff;
}
.abtn:disabled, .abtn:disabled:hover, .abtn:disabled:active, .abtn.-disabled, .abtn.-disabled:hover, .abtn.-disabled:active {
  background: #e5e5e5 !important;
  color: #ffffff !important;
}
.abtn:disabled::after, .abtn:disabled:hover::after, .abtn:disabled:active::after, .abtn.-disabled::after, .abtn.-disabled:hover::after, .abtn.-disabled:active::after {
  background: #e5e5e5 !important;
  color: #ffffff !important;
}
.abtn.-w-full {
  width: 100%;
  max-width: 100%;
}

input.btn[type=button], input.btn[type=reset], input.btn[type=submit] {
  padding-right: 0;
}
input.-cta[type=button], input.-cta[type=reset], input.-cta[type=submit], input.-secondary[type=button], input.-secondary[type=reset], input.-secondary[type=submit] {
  padding-right: 1.2rem;
}

.container {
  display: block;
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* Hide the browser's default radio button */
.container input {
  display: none;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .radiomark {
  background-color: #000000;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  /*background-color: $white;*/
  border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 6px;
  top: -1px;
  width: 6px;
  height: 16px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(37deg);
}

.background-color-green {
  background-color: #3cb498 !important;
}
.background-color-red {
  background-color: #dd0060 !important;
}
.background-color-black {
  background-color: #000000 !important;
}
.background-color-gray {
  background-color: #dee2e6 !important;
}
.background-color-default {
  background-color: #f0f0f0 !important;
}
.background-color-white {
  background-color: #ffffff !important;
}

.border-color-green {
  border-color: #3cb498 !important;
}
.border-color-red {
  border-color: #dd0060 !important;
}
.border-color-black {
  border-color: #000000 !important;
}
.border-bottom-color-green {
  border-bottom-color: #3cb498 !important;
}

.color-green {
  color: #3cb498 !important;
}
.color-red {
  color: #dd0060 !important;
}
.color-gray {
  color: #7f7f7f !important;
}

.hover-input:hover {
  border-bottom: 1px solid black !important;
}
.hover-color-green:hover {
  color: #3cb498 !important;
}
.hover-color-red:hover {
  color: #dd0060 !important;
}
.hover-background-color-black:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.hover-background-color-green:hover {
  background-color: #3cb498 !important;
  color: #ffffff !important;
}
.hover-background-color-white:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.barcode-ribbon {
  border-style: double !important;
  min-height: 150px !important;
  background: #f0f0f0 !important;
  border-color: #000000 !important;
  border-radius: 0.25rem !important;
}
.barcode-timeline-label-red {
  background-color: #dee2e6 !important;
  border-color: #dd0060 !important;
  border-radius: 0.25rem !important;
  border-style: solid !important;
  border-width: 1px !important;
}
.barcode-timeline-label-green {
  background-color: #dee2e6 !important;
  border-color: #3cb498 !important;
  border-radius: 0.25rem !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.custom-input {
  border: 0;
  outline: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #000000 !important;
  border-color: #3cb498 !important;
  background-color: #3cb498 !important;
}

.hidden {
  visibility: hidden;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.ontop {
  z-index: 9999 !important;
}

.panel {
  outline: 10px solid #dc3545;
}

.cselect {
  width: 100%;
  height: 40px !important;
  display: flex;
}
.cselect select {
  width: 100%;
  height: 40px !important;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 5px;
}
.cselect::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  width: 2.5rem;
  height: 40px;
  pointer-events: none;
  margin-left: -2.5rem;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/*.tooltiptext {
	visibility: hidden;
	width: 120px;
	z-index: 1000;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;*/
/*background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;*/
/* Position the tooltip */
/*position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;*/
/*}

.tooltip:hover .tooltiptext {
	visibility: visible;
}*/
.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.fs-10 {
  font-size: 10px;
}

hr {
  /*clear: both;*/
  display: block;
  width: 100%;
  background-color: #3cb498;
  height: 1px;
}

.rack-history-box {
  border: 3px solid gray;
}

.rack-box {
  border: 3px solid #3cb498;
}

#hidden-input {
  position: absolute;
  left: -1000px;
}

.centered-box {
  /*display: none;*/
  width: 700px;
  /* Adjust as needed */
  height: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #dd0060;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: 200px;
  left: 25%;
  color: #fff;
  opacity: 0;
  /* Initially visible */
  flex-wrap: wrap;
  /* Allow elements to wrap when space is limited */
  overflow: hidden;
  /* Prevent content from spilling out */
}

.content {
  flex: 1;
  min-width: 0;
  /* Prevent the content from expanding beyond its container */
  word-wrap: break-word;
  /* Break long words and prevent overflow */
  white-space: normal;
  /* Allow text to wrap within its container */
}

.centered-box h2 {
  color: #fff;
  margin-bottom: 10px;
}

.centered-box p {
  margin: 8px 0;
}

.content {
  flex: 1;
  /* Allows content to take up available space */
}

.qr-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

#loader-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* Ensures multiline text is centered */
  max-width: 90%;
  /* Optional: Limit width for longer messages */
}

.image-group {
  overflow: hidden;
  height: 300px;
}

.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 890%;
}
.w-70 {
  width: 70%;
}
.w-60 {
  width: 60%;
}
.w-50 {
  width: 50%;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: 1px solid #dee2e6;
}

th,
td {
  border: 1px solid #444;
  padding: 8px 12px;
  text-align: center;
  background-color: #fff;
}

/*td:hover {
	background-color: #212529;
	color: #FFF;
}*/
.btn-print {
  /*padding: 4px 8px;*/
  background-color: #20c997;
  border: none;
  border-radius: 3px;
  /*cursor: pointer;*/
}

.btn-print:hover {
  background-color: #fff;
  color: #000;
}

/*.btn-print > i {
	background-color: #c2c7d0;
}*/
/*.btn-print > i:hover {
	background-color: #FFF;
	color: #000;
}*/
