/* Heading Font */

@font-face {
  font-family: 'BigNoodle';
  src: url('../font/big_noodle_titling.ttf') format('truetype');
}

/* Font Weights */

/* Regular : font-weight: 400; */
/* Semi-bold : font-weight: 600; */
/* Bold : font-weight: 700; */

body {
  font-family: proxima-nova, sans-serif;
  background-color: #000000;
  color: #ffffff
}

a {
  color: #c1a972;
}

a:hover {
  color: #c1a972;
}

a:active {
  color: #c1a972;
}

h1 {
  font-family: 'BigNoodle', sans-serif;
}

.container {
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, .2);
}

.header {
  background-image: url('../images/header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.header-back-nav {
  position: absolute;
  left: 15px;
  top: 15px;
  text-decoration: none;
}

.header .logo {
  width: 175px;
  margin: 50px;
  margin-bottom: 30px;
}

.header .box-sleeve {
  width: 90%;
}

.header .box-sleeve-2 {
  width: 70%;
}

.header h1 {
  font-size: 40px;
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  color: #ffffff;
  border-top: 2px dashed #c1a972;
  border-bottom: 2px dashed #c1a972;
}

.box {
  margin-top: 15px;
  background: #1E1E1E;
  padding: 15px 30px;
}

.box-voucher {
  margin-top: 15px;
  background: rgba(130, 108, 85, 0.5);
  padding: 15px 30px;
}

.box-voucher h5 {
  font-size: 13px;
  text-transform: uppercase;
}

.box-voucher h2 {
  font-size: 60px;
  font-family: 'BigNoodle', sans-serif;
}

#pendingOrderMessage {
  text-transform: uppercase;
  font-size: 35px;
  color: #992929;
  font-weight: bold;
}

h3,
h6 {
  font-weight: 600;
}

p.small {
  font-size: 12px;
  line-height: 1.3em;
}

.info-button {
  color: #c1a972;
  font-size: 20px;
}

.weight,
.price {
  font-size: 35px;
  font-weight: 700;
}

.medical {
  text-align: left;
}

.medical .medical-item {
  padding: 12px 8px;
  margin-bottom: 3px;
}

.medical .medical-item .medical-item-head {
  display: grid;
  grid-template-columns: 10% 70% 10% 10%;
  align-items: center;
}

.medical .medical-item.no-data .medical-item-head {
  grid-template-columns: 10% 80% 10%;
}

.medical .medical-item.expanded {
  background-color: #111;
}

.medical .medical-item .medical-item-dropdown ul {
  list-style-type: none;
  margin: 10px auto 0 auto;
  width: 90%;
  padding: 0;
  border-top: 1px dashed #c1a972;
}

.medical .medical-item .medical-item-dropdown ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 0 0;
  font-size: 14px;
}

.medical .medical-item .medical-item-dropdown ul li>div {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.medical .medical-item .medical-item-dropdown ul li>div i {
  color: #c1a972;
  font-size: 20px;
}

.medical i {
  justify-self: flex-end;
}

.medical img {
  margin-top: -8px;
  margin-right: 10px;
}

.medical .text-bg-danger {
  background: #992929 !important;
  min-width: 30px;
  font-size: 14px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.label-dashed {
  max-width: 250px;
  width: 100%;
}

.footer {
  border-top: 2px dashed #c1a972;
  margin-top: 60px;
}

.footer img {
  width: 75px;
  margin-top: -40px;
  padding-bottom: 25px;
}

#errorContent {
  padding: 100px 20px;
  border: none;
  background-color: #222;
}

.medicine-indication-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.medicine-indication-modal .medicine-indication-modal-content {
  background-color: #111;
  width: 90%;
  max-width: 650px;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: whitesmoke;
}

.medicine-indication-modal .medicine-indication-modal-content a.link {
  color: #c1a972;
}

.modal {
  background: rgba(0, 0, 0, 0.9);
  margin-top: -2px;
  height: calc(100% + 2px);
}

.modal-close-btn {
  color: #c1a972;
  text-decoration: none;
  text-align: right;
  width: 100%;
  display: block;
}

.modal-dialog,
.modal-content {
  background: #111
}

.modal-content h1,
.modal-content h2,
.modal-content h3 {
  font-family: 'BigNoodle', sans-serif;
  font-weight: normal;
}

.modal-body h3 {
  color: #c1a972;
}

.modal-body hr {
  border-top: 3px dashed #c1a972;
  opacity: 1;
}

/* Cold-Chain accordion */
.coldchain-accordion {
  border-bottom: 1px solid #444;
}

.coldchain-accordion:last-child {
  border: none;
}

.coldchain-accordion.expanded {
  background-color: rgba(0, 0, 0, 0.2);
  border-left: 1px dashed #c1a972;
}

.coldchain-accordion .coldchain-accordion-head {
  display: grid;
  grid-template-columns: 60% 30% 10%;
  align-items: center;
  padding: 10px;
}

.coldchain-accordion .coldchain-accordion-head label {
  font-size: 13px;
  text-align: left;
  justify-self: flex-start;
}

.coldchain-accordion .coldchain-accordion-head .badge {
  font-size: 10px;
  justify-self: flex-end;
}

.coldchain-accordion .coldchain-accordion-head i {
  justify-self: center;
}

.coldchain-accordion .coldchain-accordion-dropdown {
  padding: 4px 12px;
}

.coldchain-record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #444;
}

.coldchain-record:last-child {
  border: none;
}

.coldchain-record label {
  font-size: 13px;
}

.coldchain-record .badge {
  font-size: 10px;
}

.coldchain-bg {
  background: #427bbf;
}

#btnFeedInfo {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: -1em !important;
}

/* Table */

.table-dark {
  --bs-table-bg: #222 !important;
}

.table-dark th small {
  display: block;
  font-weight: 400;
}

.table-dark tfoot {
  font-weight: bold;
}

#walletSummaryBody tr td {
  text-align: left;
}

#walletSummaryBody tr td:nth-child(2) {
  width: 115px;
}

#walletSummaryBody tr td:last-child {
  text-align: right;
  width: 110px;
}

#carcassSizeVariationRow p {
  margin: 0;
  padding: 0 12px 24px 12px;
  font-size: 17px;
}