@charset "UTF-8";
html, body {
  background-color: #fff;
  color: #636b6f;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
  -webkit-print-color-adjust: exact !important;
}

.full-height {
  height: calc( 100vh - 62px );
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.links > a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.m-b-md {
  margin-bottom: 30px;
}

footer {
  background: #eee;
  padding: 20px;
  text-align: center;
}

.title {
  font-size: 50px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  padding: 12px 0;
  color: #5e2195;
}

.wrapper {
  max-width: 1140px;
  padding: 10px;
  margin: 20px auto;
}

.status-label {
  font-size: 1rem;
  padding: 4px 10px;
}

a.btn-secondary {
  color: #fff !important;
}

.user-avatar {
  border-radius: 50%;
}

.right-0 {
  position: absolute;
  right: 0;
}

@media print {
  button, .btn, .order-history {
    display: none;
  }

  a {
    visibility: hidden !important;
  }
}
/* create order form */
.create-order {
  background: #f7f7f7;
  padding: 20px;
}
.create-order label, .create-order select {
  display: block;
}
.create-order label {
  margin-top: 30px;
}
.create-order select, .create-order input[type=text] {
  padding: 8px;
}
.create-order input[type=checkbox] {
  margin: 10px;
}
.create-order input[type=submit] {
  background: #5e2195;
  padding: 8px 20px;
  color: #fff;
  border: 0;
  margin-top: 20px;
}
.create-order fieldset {
  border: 0;
}

/* order details page */
.order-details {
  background: #f7f7f7;
  background: #f7f7f78f;
  padding: 20px;
}
.order-details p {
  margin: 20px 0;
  font-weight: bold;
}
.order-details button {
  background: #5e2195;
  background: #170172;
  padding: 8px 20px;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border-radius: 5px;
}

.order-history {
  background: #f7f7f7;
  background: #f7f7f78f;
  padding: 20px;
}

a.back {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #5e2195;
  margin-bottom: 20px;
}

.backarrow:before {
  content: "➜";
  transform: rotate(180deg);
  display: inline-block;
  padding-left: 5px;
}

/* order index page */
.order-index h1 {
  margin-bottom: 40px;
}
.order-index a {
  text-decoration: none !important;
  color: #777;
}
.order-index .order-item {
  margin: 10px 0;
  padding: 12px;
  background: #f4f4f4;
  display: flex;
}
.order-index .order-item img {
  width: 60px;
  display: inline-block;
}
.order-index .order-item h4 {
  display: inline-block;
  font-weight: normal;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.order-index .order-item h4 a {
  color: #777;
  text-decoration: none !important;
}
.order-index .order-item h4>span:nth-child(1) {
  font-size: 18px;
  max-width: 82%;
}
