html,
body {
  width: 100%;
  min-height: 100dvh;
  background-color: hsl(0, 0%, 10%);
}

body {
  display: flex;
  flex-direction: row;
  position: relative;
}

.botten-From {
  display: flex;
  padding: 0px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.botten-From .form-control {
  width: auto;
  display: inline;
}

.botten-From .form-select {
  width: auto;
  display: inline;
}

.bottenbar {
  box-shadow: 1px 1px 5px 1px hsl(209, 28%, 10%);
  border-radius: 5px;
  margin: 10px;
  padding: 10px 15px;
  justify-content: center;
  background-color: #273746;
  display: flex;
  bottom: 10px;
  position: sticky;
}

.sidebar {
  display: flex;
  flex-direction: column;
  background-color: hsl(210, 40%, 20%);
  padding: 5px;
  position: sticky;
  height: 100dvh;
  top: 0;
}

.sidebar > header > a {
  padding: 5px;
  font-size: 1rem;
  color: hsl(32, 100%, 50%);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
  gap: 5px;
}
.sidebar > header > a h1 {
  margin: 0px;
}
.sidebar > header > a .logo {
  width: 2.5rem;
}

.sidebar > .menu-container {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sidebar > .menu-container > .btn {
  padding: 5px;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar > .menu-container > .btn img {
  width: 1.8rem;
}
.sidebar > .menu-container > .btn span {
  font-weight: 700;
}

.sidebar > .menu-container > .collapse.show,
.sidebar > .menu-container > .collapsing {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0px 5px 15px 30px;
}
.sidebar > .menu-container > .collapse.show a,
.sidebar > .menu-container > .collapsing a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-size: 1rem;
}

.profile-section {
  background-color: hsl(210, 40%, 16%);
  padding: 15px;
  text-align: center;
}
.profile-section h5 {
  color: hsl(0, 0%, 100%);
  margin: 0;
  font-size: 16px;
}
.profile-section p {
  margin: 0;
  font-size: 14px;
}
.profile-section .logout-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 5px 0;
  border: none;
}

main {
  position: relative;
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 70px);
  box-sizing: border-box;
}
main > h2 {
  margin-left: 20px;
  margin-right: auto;
}
main hr {
  width: 100%;
  border: 2px solid hsl(32, 100%, 50%);
}
main > section {
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
}
main .link-primary {
  color: hsl(32, 100%, 50%) !important;
}
main .link-primary:hover {
  color: hsl(32, 100%, 42.5%) !important;
}

section.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-info {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: 24px 0px;
  background-color: hsl(210, 40%, 20%);
  padding: 16px;
  gap: 12px;
}

.box-info-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: hsl(0, 0%, 100%);
}

.box-info-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.box-info-content .type {
  color: hsl(0, 0%, 80%);
}
.box-info-content .value {
  font-weight: bold;
  color: hsl(32, 100%, 50%);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  align-content: flex-start;
  justify-content: center;
}

.card {
  border-radius: 8px;
  margin: 24px 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

form.border-primary {
  border: 1px solid hsl(32, 100%, 50%) !important;
  background-color: hsl(210, 40%, 20%);
}

.btn-primary {
  background-color: hsl(32, 100%, 50%) !important;
  color: hsl(32, 100%, 10%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(32, 100%, 57.5%);
}

.btn {
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

table {
  margin: 0px 0.25rem;
  border-collapse: collapse;
  margin-top: 1rem;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  color: black;
  width: calc(100% - 0.5rem);
}
table th,
table td {
  padding: 5px;
  vertical-align: middle;
}
table th {
  background-color: hsl(32, 100%, 50%);
  color: black;
}
table tr:nth-child(even) {
  background-color: hsl(0, 0%, 90%);
}

table tr > .Actions {
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: right;
  margin: 5px;
}

table.table-striped .header-row th,
table.table-striped .footer-row td {
  font-size: 16px;
  font-weight: bold;
  background-color: hsl(210, 40%, 20%);
}

table th:first-child {
  border-radius: 0px 0px 0px 0px;
}

table th:last-child {
  border-radius: 0px 0px 0px 0px;
}

table.table-striped tr.header-row:first-child th {
  border-radius: 8px 8px 0px 0px;
  color: hsl(32, 100%, 50%);
}
table.table-striped tr.footer-row:last-child {
  border-style: hidden;
}
table.table-striped tr.footer-row:last-child td:first-child {
  border-radius: 0px 0px 0px 8px;
}
table.table-striped tr.footer-row:last-child td:last-child {
  border-radius: 0px 0px 8px 0px;
}

.SearchAndCreateBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.5rem;
  gap: 1rem;
}
.SearchAndCreateBox .btn-primary {
  white-space: nowrap;
}

.notification-container {
  position: absolute;
  right: 0px;
  padding: 0px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2000;
  max-width: 550px;
  gap: 15px;
  height: auto;
}

.notification-item {
  background-color: #333;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: slideIn 1s ease;
  border: 1px solid hsl(32, 100%, 50%);
}
.notification-item > span.material-symbols-outlined {
  margin-right: 10px;
}
.notification-item > span.message {
  flex: 1;
}
.notification-item > span.close-btn {
  margin-left: 20px;
  margin-right: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.notification-item > span.close-btn:hover {
  background: hsl(32, 100%, 40%);
  border-radius: 5px;
}

.error .material-symbols-outlined:not(.close-btn) {
  color: #e74c3c;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-check {
  max-width: 100%;
}

.form-check-input:focus {
  box-shadow: none;
  border: 1px solid hsl(32, 100%, 50%) !important;
}
.form-check-input:checked {
  background-color: hsl(32, 100%, 50%);
}

.form-check-label {
  word-wrap: normal;
}

textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  resize: vertical;
  background-color: hsl(210, 11%, 15%);
  border: 1px solid hsl(210, 9%, 31%);
  display: block;
}
textarea:focus {
  outline: 1px solid hsl(32, 100%, 60%);
  border-color: hsl(208, 10%, 36%);
  box-shadow: 0 0 5px hsl(208, 10%, 36%);
}

input.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: hsl(32, 100%, 40%);
}

select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  resize: vertical;
  background-color: hsl(210, 11%, 15%);
  border: 1px solid hsl(210, 9%, 31%);
  display: block;
}
select:focus {
  background-color: hsl(210, 11%, 15%);
  box-shadow: none;
  outline: none !important;
  box-shadow: none !important;
  border-color: hsl(32, 100%, 40%) !important;
}

.loading-animation {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 20px 0px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, transparent 0%, transparent 35%, hsla(32, 100%, 50%, 0.08) 42%, hsla(32, 100%, 50%, 0.35) 50%, hsla(32, 100%, 50%, 0.08) 58%, transparent 65%, transparent 100%);
  background-size: 200% 100%;
  animation: loadingColor 3s infinite linear;
}

@keyframes loadingColor {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.referencer-results {
  display: flex;
  justify-content: center;
}
.referencer-results .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  align-content: flex-start;
}
.referencer-results .card {
  display: flex;
  flex-direction: column;
  margin: 0px;
  max-width: 100%;
  box-sizing: border-box;
}
.referencer-results .card-header {
  padding: 10px;
}
.referencer-results .ref-card {
  flex: 1 1 100%;
}
.referencer-results ul {
  list-style: none;
  padding: 0px 5px;
  margin: 0px;
}
.referencer-results .card-body {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.referencer-results .item-card,
.referencer-results .ref-card {
  padding: 5px;
}
.referencer-results p {
  padding: 0px 5px;
  margin: 0px;
}
.referencer-results p .text-success {
  color: limegreen !important;
}
.referencer-results p .text-danger {
  color: red !important;
}
.referencer-results hr {
  margin: 8px 0px;
}

.data-provider-label {
  display: none;
}

.data-provider-input {
  display: none;
}

.data-provider-select-info {
  display: none;
}

.data-provider-active {
  display: block;
}

.krempl-id {
  display: none;
}

.complete-btn {
  cursor: pointer;
  border: solid 1px;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-btn:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.complete-btn > i {
  display: none;
}

.complete-btn > .text-success {
  display: block;
  color: #ff6505 !important;
}

.shopcode-result {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.shopcode-result p {
  padding: 0px;
  margin: 0px;
}

.analyze-shopcode-button {
  float: right;
}/*# sourceMappingURL=Style.css.map */