* {
  margin: 0px;
  padding: 0px;
}
* .link-primary {
  color: #ffa56d !important;
}
* .border-primary {
  border-color: #ffa56d !important;
}
* .btn-primary {
  background-color: #ff6505 !important;
  border: none;
}
* .btn-primary:hover {
  background-color: #e85d04 !important;
}
* .form-control:focus, * .form-select:focus {
  border-color: rgb(255, 101, 5) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 101, 5, 0.25);
}
* .link-primary:focus,
* .link-primary:hover {
  color: hsl(23, 90%, 60%) !important;
}
* .form-check-input:checked {
  background-color: rgb(255, 101, 5); /* Green */
  border-color: rgb(255, 101, 5);
  box-shadow: none;
}
* .form-check-input:focus {
  border: 1px solid #495057;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
* .form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  min-height: 100dvh;
  display: flex;
}

/* Navigator Section */
.sidebar {
  box-shadow: 1px 1px 5px 1px hsl(209, 28%, 10%);
  position: fixed;
  width: 16rem;
  background-color: #273746;
  height: 100dvh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.sidebar .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar .logo-container img {
  max-width: 40px;
  margin-right: 10px;
}
.sidebar .logo-container h2 {
  font-size: 24px;
  color: #ffa56d;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.sidebar a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 5px;
}
.sidebar a:hover {
  background-color: #ff6505;
}
.sidebar .nav-title {
  color: #ff6505;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar .btn-toggle {
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  font-weight: bold;
  border-radius: 5px;
}
.sidebar .btn-toggle:hover {
  background-color: #ff6505;
}
.sidebar .collapse {
  padding-left: 15px;
}

/* Profile Section */
.profile-section {
  background-color: #1c1e21;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #444;
}
.profile-section h5 {
  color: #e4e6eb;
  margin: 0;
  font-size: 16px;
}
.profile-section p {
  color: #adb5bd;
  margin: 0;
  font-size: 14px;
}
.profile-section .logout-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  background-color: #ff6505;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.profile-section .logout-btn:hover {
  background-color: #e85d04;
}

/* main Section indholder content og alert*/
main {
  margin-left: 16rem;
  padding: 30px 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
main #alert-container {
  top: 1rem;
  position: absolute;
  z-index: 2000;
  max-width: 70%;
}
main #alert-container .alert {
  background-color: hsl(0, 0%, 10%);
  border-left: 10px solid;
}
main > h2 {
  margin-left: 20px;
  margin-right: auto;
}
main hr {
  width: 100%;
  border: 2px solid #ff6505;
}
main section {
  height: 100%;
}

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

form {
  min-width: 300px;
}

.FlexCardContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card {
  margin: 1rem;
}

#display {
  position: absolute;
  text-align: center;
  display: none;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
#display p {
  border: 1px solid #ff6505;
  background-color: #1c1e21;
  border-radius: 10px;
  padding: 10px;
  margin: 0px;
}

#triangle-up {
  width: 0;
  height: 0;
  position: relative;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #ff6505;
}

.Detail {
  position: relative;
  cursor: pointer;
}
.Detail > * {
  cursor: pointer;
}

.Detail:hover {
  background-color: hsla(0, 0%, 0%, 0.05);
}

table .weight {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table .weight:focus {
  border-radius: 10px;
  outline: #ff6505 2px solid;
}
table td {
  vertical-align: middle;
}

#RemoveOrderOnHoldform {
  min-height: 320px;
}
#RemoveOrderOnHoldform .row, #RemoveOrderOnHoldform .col {
  height: 100%;
}
#RemoveOrderOnHoldform .col {
  display: flex;
  flex-direction: column;
}
#RemoveOrderOnHoldform #Ordre-select, #RemoveOrderOnHoldform #beskrivelse {
  flex-grow: 1;
}/*# sourceMappingURL=style.css.map */