*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
::-webkit-scrollbar {
    width: 12px; 
}

::-webkit-scrollbar-thumb {
    background: darkgray; 
    border-radius: 0px;
}
.logo-img {
    height:300px;
}

html {
    margin:0;
    padding:0;
    overflow:hidden;  
}

body {

    color:whitesmoke;
    font-family:'Arial';
    line-height:1.1rem;
    color: white;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: linear-gradient(-45deg, #000000, #e73c7ea6, #23a6d56e, #000907);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    overflow: hidden; 
    position: relative; 
    margin:0px!important;
    margin:0;
    padding:0;
    overflow:hidden;
}


.page {
    display:flex;
    flex-direction:row;
    height:100vh;
    width:100vw;
}

.main {
    display:flex; 
    flex-direction:column;
    margin-top:12vh;
    width:67%;
    min-width:762px;
}

.stats {
    display:flex;
    color:whitesmoke;
}


.logo {
    display:flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.tag {
    line-height:1.5rem;
    font-size:1rem;
    padding:20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:whitesmoke;
    margin-bottom:10px;
}

.links {
    display:flex;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

a, a:visited {
    color: rgb(243 247 5);
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
a:hover{
    background-color:#fefe17;
    color:#171717!important;
}


.lblc {
    align-self:center; 
    min-width:100%;
}

.ANNE {
    font-weight:900;
    font-size:1.4rem;
}

#btnAON img {
    filter: invert();
    transition: filter 0.3s ease; /* Smooth transition for the filter change */
}

#btnAON:hover img {
    filter: none; 
}

.testnet{
    background-color: #09f;
    border-color: #09f;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 7px;
    padding-top: 2px;
    min-width: 100%;
}

.mainnet{
    background-color: black;
    border-color: #fefe17;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 7px;
    padding-top: 2px;
    min-width: 100%;
}

.show {
    opacity: 1;
    display: "";
}
.hide {
    opacity: 0;
    display: none !important;
}

#main_logo {
    position:absolute;
    left:2;
    top:2;
}

.main-body{
    width:100vw;
    height:100vh;
    display:flex;
}

.live-data{
    display: flex;
    min-width: 300px;
    font-family:'Courier New', Courier, monospace;
}

.livedata-inner{
    margin-top: 123px;
    min-width: 100%;
    text-align: center;
    line-height: 1.1;
}

.lbl-row{
    min-width:100%;
    display:block;
}

.ld-lbl {
    font-size:1.0rem;
    display:inline-block;
    font-weight:400;
    padding-right:10px;
}

.ld-data {
    font-weight:800;
    font-size:1.0rem;
    display:inline-block;
    color:#fefe17;
}

.not-active {
    font-weight:normal;
    color:whitesmoke;
    font-style:italic;
    font-size:.9rem;
}

/** TODO: do a media check .. if small width form data should be 85vw and live-data 15vw **/
.form-data{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80vw;
    text-align:center;
}

#signupForm{
    max-width:620px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color:rgba(0, 0, 0, 0.525);
    padding: 30px;
    text-align:center;
    overflow-y: auto;
    max-height:80vh;
    min-width:333px;
}

.row {
    margin-top:4px;
}

.input {
    background-color:rgba(245, 245, 245, 0.77)!important;
}
.mt12{
    margin-top:12px;
}
.mt24 {
    margin-top:24px;
}

.yellow {
    color:#fefe17;
}
.white-bold{
    color:whitesmoke;
    font-weight:800;
}
.text-green{
    color:#00ff00;
}
.white-small{
    font-size:.8rem;
    color:whitesmoke!important;
}

.text-yellow{
    color:#fefe17;
}
.green-bold{
    color:#00ff00;
    font-weight:800;
    width:200px!important;
    display:inline-block;
}
.green-bold-title{
    color:#00ff00;
    font-weight:800;
    width:100%!important;
    display:inline-block;
}

.btn-yellow-sq {
    border-width: 1px;
    background-color: #171717;
    border-color: #fefe17;
    border-radius: 0px;
    color: whitesmoke;
    font-weight: bold;
    min-height:40px!important;
}

.btn-yellow-sq:hover{
    border-color:  #171717;
    background-color: #fefe17;
    color: #171717;
    box-shadow: 0 0 10px #fefe178e;
}

.ico {
    background: url(__ROOT/imgs/anne_ico_small.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    min-width: 14px;
    margin-left:4px;
}

.context{
    font-size:.8rem;
    font-style:italic;
    color:whitesmoke!important;
    margin-left:6px;
}
.footer-btns {
    margin-top:30px;
    text-align:center;
    margin-bottom:10px;
}


.LIVE {
	color: #00FF00!important;
	font-weight: 900!important;
	font-family: monospace!important;
}

.SYNC {
	color: gray!important;
	font-weight: 900!important;
	font-family: monospace!important;
}

.SYNC-RECOVERY {
	color: orange!important;
	font-weight: 900!important;
	font-family: monospace!important;
}

.INCEPTION {
	color: #0fffff!important;
	font-weight: 900!important;
	font-family: monospace!important;
}

.OFFLINE {
	color: red!important;
	font-weight: 900!important;
	font-family: monospace!important;
}



.launchButton {
    padding: 8px 12px;
    font-size: 1rem;
    color: #fefe17;
    background-color: #171717;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border-width: 1px;
    border-color: #fefe17;
    border-style: solid;
    width:140px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left:20px;
    margin-right:20px;
    min-height:52px;
}
.launchButton:hover {  
    background-color: #fefe17;
    color: #171717!important;
    border-width:1px;
    border-color:#fefe17;
    border-style:solid;
    display:flex;
    align-self:center;
}


.lbdiv {

}

@media (max-width: 1270px) {
    .page {
        flex-direction:column;
    }
    .launchButton{

    }
    .main {
        width:100%;
        min-width:781px;
    }
    .live-data{
        width:100%;
    }
    .stats{
        width:100%;
    }
    #network {
        font-size:1.4rem;
        font-weight:900px;
    }
    #identities {
        font-size:1.4rem;
        font-weight:900px;
    }
    #aonico {
        height:28px;
    }
}

@media (max-width: 910px) {
    .main {
        min-width:647px;
    }
    .launchButton {
        font-size:.9rem;
        padding: 6px 10px;
        margin-left:16px;
        margin-right:16px;
        max-width:124px;
        min-height:44px;
    }
    .logo-img {
        height:200px;
    }
    
}


@media (max-width: 774px) {
    .links {
        flex-direction:column;
        min-width:100%;
    }
    .main {
        min-width:100%;
        min-height:unset;
        max-height:unset;
        height:unset;
    }
    #aonico {
        height:32px;
    }
    .dynamic_ids {
        margin-bottom:30px;
    }
    .lbdiv {
        width: calc(100% - 12px);
    }
    .livedaata{
        margin:0px;
    }
    .livedata-inner {
        margin:0px;
        margin-top:40px;
    }
    .stats{
        margin:0px;
    }
    .launchButton {
        font-size:1.1rem;
        padding: 12px 20px;
        margin-left:0px;
        margin-right:0px;
        margin-top:10px;
        margin-bottom:10px;
        min-width:100%;
        max-width:100%;
        min-height:80px;
    }
    .launchButton:hover {
        border-radius:0px;
    }

    .logo-img {
        height:200px;
    }
}
