/* BASIC SETTINGS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent iOS zooming */
}
body {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* CONTINUOUS SETTINGS */
p {
   
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
    
}
h2{
    font-size: 1.75rem;
    color: rgba(205, 179, 115,1);
    letter-spacing: 0.15rem;
    margin-bottom: 0.75rem;
    margin-top: 1rem;

}

/* index settings */
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    height: 100vh;
    margin-top: 20vh;
   
    
    
}
.wrapper.page {
    margin-top: 5vh;

}
.wide{
    max-width: 850px;
    padding: 0 7%;
}
.col-one-img {
    width: 50%;
    margin: 0 auto 2rem auto;
    padding: 0 1.5625rem;
}
.col-one-img img {
    max-width: 100%;
}
.col-one-txt{
    text-align: center;
}


form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
input{
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(168, 168, 168,1);
    padding: 0.25rem;
    border-radius: 3px;
    width: 10rem;
}
input::placeholder,
::-webkit-input-placeholder{

    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 1rem;
    color: rgb(85, 76, 42)

}

#password{
    margin-bottom: 1.5625rem;
}
input[type="submit"]{
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 0.825rem;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(203,185,110,1);
    padding: 0.25rem;
    border-radius: 3px;
    width: 10rem;
    color: rgba(0, 0, 0, 1);
}



/* Start INPUT and BUTTON */
input[type="text"] {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px; /* Keeps iOS from zooming */
    border: none;
    background: rgba(203,185,110,1);
    padding: 2px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 1);
    margin: 0 6px;
    min-width: 90px; /* Prevents resizing */
    /* line-height: 1.5em;  */
}

#btcCurrent{
color: rgba(0,0,0,1);
background: rgba(169,203,169,1);
width: 150px;
margin: auto;
height: 22px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.res{
    background-color: rgba(169,203,169,1) !important;
}


/* Prevents iOS font scaling */
@media screen and (max-width: 768px) {
    html, body {
        -webkit-text-size-adjust: 100%;
    }
}


/* End INPUT and BUTTON */


.error {
    width: 10rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    color: rgba(255, 0, 0,1);
    height: 1.5rem;
    justify-content: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    
    
  }
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    /* width: 80%; */
    background-color: #000000;
    padding: 4px;
    margin-bottom: 1.125rem;
}

.header {
    grid-column: span 3;
    text-align: center;
    background-color: #000000;
    padding: 2px;
    font-size: 1.125rem;
    font-weight: normal;
    color: rgba(205, 179, 115,1);
    /* margin-bottom: 0.25rem; */
}

.container-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    /* width: 80%; */
    background-color: #000000;
    padding: 4px;
    margin-bottom: 1.125rem;
}

.header-four {
    grid-column: span 4;
    text-align: center;
    background-color: #000000;
    padding: 2px;
    font-size: 1.125rem;
    font-weight: normal;
    color: rgba(205, 179, 115,1);
    margin-bottom: 0.25rem;
}
.subheader-four {
    grid-column: span 4;
    text-align: center;
    background-color: #000000;
    padding: 2px;
    font-size: 0.75rem;
    font-weight: normal;
    color: rgba(205, 179, 115,1);
    margin-bottom: 0.25rem;
}
.live{
    grid-column: span 3;
    text-align: center;
    background-color: #000000;
    padding: 2px;
    font-size: 0.75rem;
    font-weight: normal;
    color: rgba(205, 179, 115,1);
    margin-bottom: 0.25rem;
}

.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(205, 179, 115,1);
    padding: 6px 2px;
    font-weight:normal;
    font-size: 0.75rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;

}

.cell-header {
    background-color: #606060; /* Slightly darker gray for header */
    font-weight: normal;
    color: rgba(255,255,255,1);
    font-size: 0.875rem;
}
.dt{
    line-height: 1.25rem;
}
.last{
    margin-bottom: 6rem;
}