html, body, imput,select  {
    box-sizing: border-box;
    font-size: 1.1em;
    font-family: monospace;
    background-color: #240316;
    color: #f7f7f7;
}
p  {
   padding:0;
   margin: 0;
}
.content p{color:white}
h1, h2, h3 {
   color: #deefd6;
   margin-bottom:5px;
   font-size: 0.9em;
}
.home {float:left;}
p.small {
    font-size: 0.7em;
    padding: 0;
    margin-bottom: 5px;
}

button {
  background-color: #000000;
  border-radius: 13px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: monospace;
  font-size: 1em;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.whitelist {
    /* background: #0b0b0b; */
    /* padding: 1px; */
    border-top: 2px dashed orange;
    margin-top: 40px;
}

.whitelist h2 {
  color: #FF9800;
}

    

button:hover,
button:focus {
  background-color: #F082AC;
}
body{
    padding: 0;
    margin: 0;
}
.app-wrapper {
    max-width: 69ch;
    /* padding: 3rem 1rem; */
    margin: 44px auto;
    margin-top: 85px;
    /* line-height: 1.25; */
    padding: 30px;
    background: #783035;
    border: 1px dotted;
}
nav
{
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid white; */
    padding: 10px;
    background: #d23686;
    /* margin: 34%; */
    top: 0;
    /* float: right; */
}

nav ul, .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin: auto 19%; */
    font-family: monospace;
    /* text-align: center; */
}

nav ul li {font-size: 28px;display: inline-block;text-transform: uppercase;/* margin: auto 20%; *//* float: right; */text-align: center;font-family: monospace;}

nav ul li a {/* font-size: 16px; */color: #c9005f;text-decoration: none;}

.socials img {
    max-width: 24px;
    max-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
}
.socials {
    display: inline;
}
ul li a{
    text-decoration: none !important;
}
a.active:before
{
    content : '['
}
.logo-container {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /* text-align: center; */
    /* margin: auto  25%; */
    background: #180900;
    width: 100%;
    /* border-radius: 50px; */
}
.logo img {
    width: 100%;
    height: 100%;
}
.logo-container>div {
    margin: 0 auto;
    /* width: 100%; */
}
.logo  {
    height: 10em;
    /* width: 10em; */
    overflow: hidden;
    background-color: #fffcfc;
    border-width: 0px;
    /* border-radius: 100%; */
    /* margin: 0; */
}
a.active:after
{
    content : ']'
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem;
}

.logo-container h1 {
    font-size: 1.7em;
    line-height: 1.1em;
    margin: 0;
}
    
.logo-container>div:nth-child(2) {
    margin-top: 15px;
    padding-left: 20px;
    width: 100%;
}
    
.logo-container h1, .logo-container h2, .logo-container h4 {
    text-align: left;
    padding: 0;
    margin: 0;
}

    
label
{
    display: block;
    margin-bottom: 10px;
}
input {
    line-height: 1.25;
    width: 100%;
    height: 1.8rem;
    font-size: 1.15rem;
    border: 1px solid #edb490;
    margin-bottom: 10px;
    /* background: white; */
}
.black-bg{
    display:none;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:black;
    opacity:.5;
    width:100vw;
    height:100vh;
}
.modal {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 20;
    max-width: 560px;
    max-height: 100vh;
    background-color: #eff2ee;
    padding: 20px;
    color: black;
    text-align: center;
    border-radius: 25px;
    border: 7px dotted #05050566;
}
  a {
    color: #00aaf0;
  }
  a:visited {
    /* color: #00aaf0; */
  }
.modal-content {
    overflow-y: auto;
    max-height: 85vh;
    background-color: #eef3ee;
    color: black;
    text-align: center;
    border: transparent;
}

.display {
    display: none;
    /* border: 1px solid white; */
    padding: 1rem;
    border-radius: 1rem;
    word-wrap: break-word;
    /* text-align: center; */
    position: relative;
    background: #deefd614;
}

.display h1 {
padding:0;
margin:0;
}
  
span.worn {
    color: #fff;
    border-bottom: 5px solid #f14646;
    padding: 10px;
    display: block;
    background: #1b0e06;
}


.display p {
    text-align: left;
    margin: 0;
    padding-bottom: 25px;
}

.checking_mempool, .checking_mempool span {
    color: #00ff00;
    font-size: 1.3em;
    text-shadow: 0px 2px 10px;
}

.feerates {
    display: flex;
    justify-content: space-around;
}

.fee {
    width: 100%;
    max-width: 6rem;
    margin: 0px 0.5rem;
    text-align: center;
    cursor: pointer;
}

.fee .num {
    background-color: grey;
    border: 1px solid white;
    padding: .3rem;
}

.midfee .num {
    background-color: green;
}

.safari_warning {
    display: none;
    font-size: 1em;
    color: red;
    /* border: 1px solid red; */
}

.registration, .upload_file {
    text-decoration: underline;
    cursor: pointer;
}

.unisat, .upload_file {
    text-decoration: underline;
    cursor: pointer;
}

.dns_form, .dns_checker, .timer, .brc20_deploy_form, .brc20_mint_form, .brc20_transfer_form, .text_form, .text_form, .unisat_form, .unisat_checker {
    display: none;
}
.payment-method {
    margin-top: 25px;
}



nav
{
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #d9f2d6;
    padding: 10px;
    background: #230d12;
    z-index: 100;
    /* margin-bottom: 39px; */
}

nav ul, .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
    /* z-index: 1000; */
}

nav ul li {font-size: 14px;display: inline-block;text-transform: uppercase;margin-right: 10px;float: right;padding: 0;text-align: right;font-family: monospace;}

nav ul li a {/* font-size: 16px; */color: #d43688;text-decoration: none;}

#logo
{
    color: #d9f2d6;
}

.active{color: white;/* text-decoration: underline; */}

.list-group{

    margin-top: 25px;
}

.list-group li{

    margin-top: 5px;
    margin-bottom: 5px;
}

.message
{
    border: 1px solid white;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: orange;
}

.options
{
    vertical-align: top;
    display: inline-block;
    width: 45%;
}

@media screen and (max-width: 679px) {
    
    button {
    font-size: 14px;
  
}
    html, body, imput, select {
  
    font-size: 1em;
 
}
h3 {
    color: #deefd6;
    margin: 10px;
    font-size: 0.9em;
}
    .options
    {
        display: block;
        width: 100%;
    }
.logo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #d9f2d6;
    border-width: 0px;
    /* border-radius: 100%; */
    /* margin: 0; */
}

input {color:black !important;}

.estimated {coloor:green}
  .logo-container {
    display: inline-block;
    flex-direction: none;
    justify-content: none;
    margin-bottom: 20px;
    text-align:center;
    /* margin: auto 50%; */
    border-radius: 0px;
}



.logo-container h1 {
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 2px;
}
 .logo-container div h1, .logo-container div h2, .logo-container div h4 {
    margin: 14px;
}

.logo-container>div:nth-child(2) {
     margin-top:0;
    padding-left:0;
    width: 100%;
}
.logo-container div {
    
    text-align:center;
}
  .app-wrapper {
    max-width:100%;
    /* padding: 3rem 1rem; */
    margin-top: 80px;
    /* line-height: 1.25; */
}
.logo-container>div {
    margin: 0 auto;
}
  #setup , .btn-primary {
    xdisplay:none;
  }
}
