.highlight:hover {
  background-color: #555;
  cursor: grab;
}

#presentation {
  background-image: url("../images/logo_variable_data.svg");
  background-repeat: no-repeat;
  background-size: contain;
  /* transform: rotate(90deg); */
}
.tuto_image {
  background-repeat: no-repeat;
  background-size: contain;
}
.color_font {
  color: #ab87f1;
}

.toLink {
  cursor: pointer;
  text-decoration: underline;
}
.grecaptcha-badge {
  display: none;
}
.ib {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}
.c1 {
  font-size: 1rem;
  color: #ab87f1;
}
.c2 {
  font-size: 1rem;
  color: #60ffc0;
}
.emptyField {
  font-size: 1rem;
  background-color: #555;
  color: #aaa;
}
.fullField {
  font-size: 1rem;
  background-color: #555;
  color: #60ffc0;
}

.button {
  color: #ab87f1;
  border-radius: 0.5rem;
  background-color: #222;
  border-style: outset;
  border-color: #222;
}
.button:focus {
  outline-color: #ab87f1 !important;
  outline-style: solid;
  outline-width: 1.5px;
}

#login_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  color: #ab87f1;
  background-color: #222;
}
::placeholder {
  color: #999;
}

#imposition_display {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
}
:root {
  --main-color: #aaa;
}
#settings_area,
#settings_contents_div {
  border: 2px solid var(--main-color);
  border-radius: 0.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2px;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
}
.object_title {
  color: white;
  text-align: right;
  font-size: 1rem;
}

.object-div {
  border: 2px solid var(--main-color);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-bottom: 1rem;
  text-align: end;
}

.drop_zone {
  border: 2px dashed var(--main-color);
  border-radius: 0.5rem;
  width: 100%;
  text-align: center;
  color: #ab87f1;
  min-height: 4rem;
  margin-bottom: 1rem;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.label_format {
  color: white;
  font-size: 0.6rem;
}

@media (min-width: 516px) {
  .label_format {
    color: white;
    font-size: 0.8rem;
  }
}

.data {
  width: 100%;
  height: 1.45rem;
  text-align: end;
}
input:focus,
select:focus {
  outline-color: #777;
  outline-style: solid;
  outline-width: 1.5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-check-input:checked {
  background-color: black !important;
  border: 0;
}
.form-check-input:focus,
.label::after,
label.form-check-label:focus,
.form-check-input::after,
.form-check-input:not(:disabled):not(.disabled):active:focus {
  color: black;
  outline: 0;
  border: 0;
  box-shadow: 0 0 0 0.1rem black !important;
}

.dropdown-item:hover {
  background-color: grey !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #404040;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}
