body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #8c8c8c; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }
  .logo{
    text-align: center;
  }
.logo img{
  max-width: 300px;
  margin: 20px 0px;
}
.qrname {
    text-align: center;
    margin: 15px 0px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.qrimg{
  max-width: 150px !important;
}
.qrcode{
  max-height: 245px;
}
.modal-body h4 {
    color: green;
}
.modal-body p{
  color: #000;
  margin: 15px 0px;
}
#walletaddress{
  text-align: center;
   margin: 0px 0px 15px 0px;
}
.socialshare {
    display: flex
;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.contentpaste {
    position: relative;
}
div#pastenum {
    position: absolute;
    right: 20px;
    top: 13px;
}
.pastenum{
  cursor: pointer;
}
.shareicon{
  text-align: center;
  cursor: pointer;
}
.copyicon{
  text-align: center;
  cursor: pointer;
}
.content {
  padding: 4rem 0; }

.heading {
  font-size: 1.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  background: #f3f3f3; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.btn {
  border: none;
  border-radius: 4px !important; }
  .btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 15px 20px; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
@media only screen and (max-width: 600px) {
  h3.heading.mb-4 {
    font-size: 25px;
}
.qrcode {
    max-height: 230px;
}
.qrimg {
    max-width: 150px !important;
    margin-bottom: 15px;
}
#walletaddress {
    text-align: center;
    margin: 0px 0px 15px 0px;
    word-wrap: break-word;
}
.modal{
  top:80px;
}
.modal .btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 6px 20px;
    height: 35px;
}
.logo img {
    max-width: 220px;
    margin: 20px 0px;
}
.content {
    padding: 1rem 0;
}
}