@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

body{
  font-family: 'Inter', sans-serif;
}
p{
  margin-bottom: 0!important;
}
.bg-nav{
  background-color: #f1f1f1!important;
}
.nav-item .btn-redeem{
  background-color: #722F37;
  border-radius: 5px!important;
  margin-right: 15px;
  padding: 5px 25px;
  color:#fff!important;
}
.nav-item .nav-link{
  margin-right: 15px;
  padding: 5px 25px;
  /* color: #fff!important; */
  /* font-weight:500 */
}
.main-text{
  font-size:3.6rem;
}

#myForm .labellin{
  font-size:14px!important;
  color:rgb(92, 91, 91)!important;
  font-weight:500;
}

.bg-main{
  background-color: #722F37!important;
  color:white!important;
  font-size:20px;
  font-weight:500;
}

.mybutton{
  margin-left:0px!important
}
#reedBut, button#creditcard, button#perfectmoney{
  background-color: #722F37!important;
  border-radius:5px!important;
  padding:5px 20px;
  color:#fff;
  width:100%;
  margin-top:20px;
  border: none;
  text-align: center;
}

#myForm input{
  width:100%!important;
}

#redeemCode{
  background-color: #722F37!important;
  border-radius:5px!important;
  padding:5px 20px;
  color:#fff;
  border: none;
}
#bottom p, #lastbut p{
  background-color: #f1f1f1!important;
  padding-top: 10px;
  padding-bottom:10px;
  margin-bottom:0px!important;
}
#buyGCBox p{
  background-color: transparent!important;
}

p.editInf{
  background-color:transparent!important;
}

#infoEdit{
background-color: #722F37!important;
  color:white!important;
  font-size:20px;
  font-weight:500;
  border-radius: 5px!important;
    padding: 5px 20px
}

#infoCorrect, button#creditcard, button#perfectmoney{
background-color: #722F37!important;
  color:white!important;
  font-size:20px;
  font-weight:500;
  border-radius: 5px!important;
    padding: 5px 20px
}
#topicHead{
  font-size:24px;
  font-weight:700;
}
p.editInf{
  font-size: 20px!important;
}

button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
  background: transparent
}

#buyGCBox.bg-white{
  background-color: white!important;
}
#topicHead{
  margin-top: 20px!important;
}
.text-start{
  font-size: 18px!important;
}