.main-container > *{
  margin-top: 3rem !important;
}

.donate-container {
  text-align: left;
}

.button.donate {
  background-color: #242424;
  width: 100%;
}

.donate-methods {
  margin-top: 0.8rem;
  width: 100%;
  color: black;
  
}

._donate-methods > * {
  margin-left: 0.2rem;
}


.info {
    text-align: left !important;
}


.white {
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
}



.errorMessage {
  color: #e72113;
  background-color: #ffd9d6;
}

.warningMessage {
  color: #c09300;
  background-color: #fff2c7;
}

.infoMessage {
  color: #0093c0;
  background-color: #c7eaff;
}

.standardMessage {
  color: #0c0c0c;
  background-color: #f5f5f5;
}

.doneDiv{
  margin-top: 4rem;
}


.uploadArea {
  display: flex;
  width: 100%;
  height: 20rem;
  border-radius: 0.75rem;
  /* overflow: hidden; */
  background-color: transparent;
}


.spleet-models {
  width: 22rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 1rem;
}

.model-descriptions {
  font-size: 0.85rem;
  color: black;
  position: absolute;
  bottom: 0rem;
}

.dropHereContainer {
    position: relative;

    border-radius: 20px;
    width: 100%;
    height: 20rem;

    -webkit-box-shadow: inset 0px 0px 114px -44px rgba(0,0,0,0.82);
    -moz-box-shadow: inset 0px 0px 114px -44px rgba(0,0,0,0.82);
    box-shadow: inset 0px 0px 114px -44px rgba(0,0,0,0.82);

    overflow: hidden;
}


.dropHere {
  cursor: pointer;
}
.dropHereCenter {
  color: white;
  padding: 1rem;
  font-size: 2rem;
  overflow: hidden;
  /*height: 10rem;
  display: table-cell;
  width: 100%;*/
}
.dropHereCenter .info {
    font-size: 0.8rem;
    text-align: center !important;
}


.progressBarDiv {
  margin: 20px;
  width: 400px;
  height: 8px;
  position: relative;
}



.clickListItem {
  margin-top: 0.2rem;
  background-color: #e4e4e4;
  padding: 0.4rem;
  padding-left: 0.8rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

.clickListItem:hover {
  background-color: #cddce0;
}

.clickListItem.expired {
  background-color: #f4f4f4;
  color: #b4b4b4;
}

.badge {
  color: white;
  font-size: 0.6rem;
  font-weight: bold;
  background-color: #424242;
  float: right;
  padding: 0.1rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  vertical-align: baseline;
  margin-top: 0.2rem;
  border-radius: 0.3rem;
}

.badge.queued {
  color: #b58900;
  background-color: #ffe365;
}

.badge.processed {
  background-color: #9a69ff;
}

.badge.expired {
  color: #c42e00;
  background-color: #ffbda9;
}


.clickListButton {
  float: right;
  height: 1.3em;
}


.twitter-feed{
  width: 19.3rem;
  float: right;
  margin-top: 0.7rem;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(116, 116, 116);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }




  .privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0rem 0rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
    height: 4.5rem;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }
  @media (min-width: 768px) {
    .privacy-banner {
      padding: 0rem 0rem;
    }
    .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }



 .bmc-button img{
  height: 34px !important;
  width: 35px !important;
  margin-bottom: 1px !important;
  box-shadow: none !important;
  border: none !important;
  vertical-align: middle !important;
}

.bmc-button{
  padding: 7px 10px 7px 10px !important;
  line-height: 35px !important;
  height:51px !important;
  min-width:217px !important;
  text-decoration: none !important;
  display:inline-flex !important;
  color:#FFFFFF !important;
  background-color:#FF813F !important;
  border-radius: 5px !important;
  border: 1px solid transparent !important;
  padding: 7px 10px 7px 10px !important;
  font-size: 22px !important;
  letter-spacing: 0.6px !important;
  box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  margin: 0 auto !important;
  font-family:'Cookie', cursive !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-transition: 0.3s all linear !important;
  -webkit-transition: 0.3s all linear !important;
  -moz-transition: 0.3s all linear !important;
  -ms-transition: 0.3s all linear !important;
  transition: 0.3s all linear !important;
}

.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
  -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  text-decoration: none !important;
  box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  opacity: 0.85 !important;color:#FFFFFF !important;
}


.tingle-modal-box {
    border-radius: 1rem !important;
}



