/*screen resolutions*/
body {
  color: #FFFFFF;
  background-color: #121212;
}

nav {
  padding: 10px;
}

hr {
  margin: 3rem auto;
  border-top: 1px solid #8C770C;
  max-width: 75%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  hr {
    margin: 1.5rem auto;
    max-width: 100%;
  }
}

div.form-section hr {
  margin-bottom: 1rem;
}

div.form-section .buttons {
  margin-top: 20px;
}

a, a:hover {
  color: #28a745;
}

a.button-style {
  border-width: 2px;
  border-style: outset;
  border-image: initial;
  display: inline-block;
  text-decoration: none;
}

p {
  text-align: justify;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

.form-num-sm {
  width: 75px !important;
}

.bg-dark {
  background-color: #292E33 !important;
}

.bg-dark2 {
  background-color: #1E2226 !important;
}

.col-p55 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.fineprint {
  font-weight: 100;
  font-size: 0.8em;
  text-align: left;
}

.goldtext, .goldtext:active, .goldtext:hover {
  color: #EFD551;
}

.silvertext, .silvertext:active, .silvertext:hover {
  color: #A9A9A9;
}

.bluetext, .bluetext:active, .bluetext:hover {
  color: #4682B4;
}

.dangertext {
  color: #DC3545;
}

.gold-url-nounder {
  color: #EFD551;
  text-decoration: none;
}

.gold-url-nounder:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.fullheight {
  height: 100%;
}

.pointer {
  cursor: pointer;
}

.vert-middle {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

.form-select-small {
  display: inline-block;
  height: calc(2.25rem + 2px);
  padding: 0.275rem 1.55rem 0.275rem 0.35rem;
  margin-left: 10px;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.holding-item {
  border-top: inset 1px #8C770C;
  border-bottom: inset 1px #8C770C;
  background-color: #1E2226;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.manual-item {
  border-top: inset 1px #8C770C;
  border-bottom: inset 1px #8C770C;
  background-color: #1E2226;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.debugborder {
  border: dotted 1px #fff;
}

.manual-item-paypal {
  background-color: #001B36;
}

.manual-item-check {
  background-color: #1C1926;
}

.manual-item-shipment {
  background-color: #191919;
}

.valign-middle-5000 {
  vertical-align: middle;
  margin-top: 5px;
}

.valign-middle {
  vertical-align: middle;
  height: 100%;
}

.bold {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.calltoaction {
  font-weight: 500;
  font-style: italic;
  font-size: 1.25em;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .calltoaction .calltoaction {
    font-size: 2em;
  }
}

.calltoaction-sm {
  font-weight: 500;
  font-style: italic;
  font-size: 1em;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .calltoaction-sm .calltoaction-sm {
    font-size: 1.25em;
  }
}

.text-verythin-large {
  font-weight: 100;
  font-size: 3em;
  font-style: normal;
  margin: auto;
}

.text-thin-large {
  font-weight: 100;
  font-size: 3em;
  font-style: normal;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .text-thin-large {
    font-size: 2.25rem;
  }
}

.text-thin-mediumlarge {
  font-weight: 100;
  font-size: 2em;
  font-style: normal;
}

.text-thin-medium {
  font-weight: 100;
  font-size: 1.5em;
  font-style: normal;
}

.text-thin-regular {
  font-weight: 100;
  font-size: 1.25em;
  font-style: normal;
}

.text-black-medium {
  font-weight: 900;
  font-size: 1.5em;
  font-style: normal;
}

.text-thin-small {
  font-weight: 100;
  font-size: 1em;
  font-style: normal;
}

.header-spacing {
  margin: auto auto 2rem auto;
}

.login-list {
  font-weight: 100;
  font-size: 2em;
  margin-top: 1rem;
  margin-bottom: auto;
}

.login-list-medium {
  font-weight: 100;
  font-size: 1.75em;
  margin-top: 1rem;
  margin-bottom: auto;
}

.login-list-input {
  font-weight: 100;
  font-size: 2em;
  margin-top: 1rem;
  margin-bottom: auto;
}

.login-list-medium-input {
  font-weight: 100;
  font-size: 1.75em;
  margin-top: 1rem;
  margin-bottom: auto;
}

.login-list-small {
  font-weight: 100;
  font-size: 1.25em;
  vertical-align: top;
  margin: 0.75rem 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .login-list-small {
    margin: 0 0;
    vertical-align: baseline;
  }
}

.login-list-tiny {
  font-weight: 100;
  font-size: 0.75em;
  vertical-align: middle;
  margin: 0.75rem 0;
}

.login-list-small-input {
  font-weight: 100;
  font-size: 1.25em;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .login-list-small-input {
    margin: 0;
    vertical-align: top;
  }
}

.button-link {
  background: none !important;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  /* border-bottom:1px solid $color-gold; */
  cursor: pointer;
}

.button-link:hover {
  text-decoration: underline;
}

.gold-url {
  color: #EFD551;
  text-decoration: underline;
}

.gold-url:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.btn-outline-gold {
  color: #EFD551;
  background-color: transparent;
  background-image: none;
  border-color: #EFD551;
}

.btn-outline-gold:hover {
  color: #FFFFFF;
  background-color: #8C770C;
}

.btn-outline-none {
  color: #EFD551;
  background-color: transparent;
  background-image: none;
  border: none !important;
}

.btn-outline-none:hover {
  color: #EFD551;
  background-color: transparent;
  background-image: none;
  border: none !important;
  text-decoration: underline;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #121212;
  background-color: #EFD551;
  border-color: #121212;
}

.just-right-20 {
  margin-left: auto;
  margin-right: 20px;
}

.just-right {
  margin-left: auto;
  margin-right: 0;
}

.jumbotron {
  background-color: #292E33;
}

.graybg {
  background-color: #292E33;
}

.jumbo-h1 {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 50px;
}

.jumbo-h1-2 {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 50px;
}

.jumbo-h2 {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 40px;
}

.jumbo-h3 {
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
}

.row-feature {
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-pad30 {
  padding: 30px;
}

.header-right-0 {
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.col-header-button {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.header-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.header-right-md {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.header-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.header-label {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .header-label {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-label {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.88rem;
  }
}

.header-button {
  font-size: 1.1em;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .header-button {
    margin: 0.5rem 0;
  }
}

.header-logo {
  margin: 0.3rem auto 0.3rem 1rem;
}

.header-logo-img {
  width: auto;
  height: 50px;
  max-width: 90%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .header-logo-img {
    width: 200px;
    height: auto;
  }
}

.nav-hambuger {
  color: #EFD551;
  width: 25px;
  height: 50px;
}

.img-400 {
  width: 90%;
  height: auto;
  max-width: 400px;
}

.lower-checkbox {
  margin-top: 0.75rem;
}

.goldbox {
  background: transparent;
  background-color: transparent;
  border: 1px solid #EFD551;
  box-sizing: border-box;
  margin: auto;
}

.goldbox-container {
  margin: auto;
  width: 75%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .goldbox-container {
    width: 100%;
  }
}

.bg-danger {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.bg-success {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.source-image {
  width: 100%;
  height: auto;
}

.cropper-button {
  margin-top: 45px;
}

.cropper-button:first-of-type {
  margin-right: 20px;
}

.image-container-small {
  height: 10rem;
  width: 100%;
}

.image-container-large {
  height: 30rem;
  width: 100%;
}

.image-cover-center {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.text-grey {
  color: #90989F;
}

#image-cropper {
  height: 400px;
}

#user-image {
  max-width: 400px;
  margin-top: 20px;
}

.useragreement p {
  text-align: justify;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}

.pagination li {
  padding: 10px 25px;
}

.product-thumbnail {
  width: 60px;
}

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

.marketmenu {
  width: 150px;
  height: 150px;
  border: 1px solid #EFD551;
}

.markettext {
  padding-top: 34%;
  text-align: center;
  color: #EFD551;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-variant: small-caps;
}

.buy {
  background-image: url("/images/buy.png");
}

.sell {
  background-image: url("/images/sell.png");
}

.trade {
  background-image: url("/images/trade.png");
}

.store {
  background-image: url("/images/store.png");
}

@media (max-width: 991px) {
  .login-list-tiny {
    margin-top: 25px;
    margin-bottom: 4px;
    vertical-align: baseline;
  }

  .login-list {
    margin-top: 20px;
    margin-bottom: 4px;
    vertical-align: baseline;
  }

  .login-list-medium {
    margin-top: 20px;
    margin-bottom: 4px;
    vertical-align: baseline;
  }

  .login-list-input {
    margin-top: 0px;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .login-list-medium-input {
    margin-top: 0px;
    margin-bottom: 20px;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .header-left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-right {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-right-md {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .header-right-0 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-logo {
    margin: 2rem auto 1rem auto;
  }

  .header-label {
    margin-top: 30px;
    margin-bottom: auto;
    font-size: 1rem;
  }
}
.history-row .result {
  color: orangered;
}

.history-row .result-success {
  color: greenyellow;
}

.history-row .result-pending {
  color: lightgray;
}

.user-item-list {
  max-width: 75%;
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .user-item-list {
    max-width: 100%;
  }
}

.user-item {
  margin: 1rem 0;
}

.user-item input[type=radio] {
  margin: auto 0;
}

.user-item input[type=radio] + label {
  background-color: #0056b3;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}

.user-item input[type=radio]:checked + label {
  background-color: #4682B4;
}

.button-row {
  margin-top: 1rem;
}

p.alert {
  color: #90989F;
}

/* Tooltip container */
.hovertip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.hovertip .hovertiptext {
  visibility: hidden;
  width: 120px;
  background-color: #121212;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.hovertip:hover .hovertiptext {
  visibility: visible;
}

.row-interact:hover .row-interact-parent {
  background-color: #303030;
}

.row-interact-hidden {
  display: none;
  visibility: hidden;
}

.qty-input {
  width: 60px;
}

.product-table {
  margin-bottom: 2em;
}

.product-table > div:nth-of-type(odd) {
  background-color: #2f3438;
}

.product-table > div {
  padding-top: 1em;
  padding-bottom: 1em;
}

.max-100 {
  max-width: 100% !important;
}
.max-100 img {
  max-width: 100%;
}

.text-red {
  color: #DC3545;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}
@media screen and (min-width: 1250px) {
  .desktop-only {
    display: block;
  }
}

/*# sourceMappingURL=goldfarm.css.map */
