/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 7, 2025, 9:52:13 PM
    Author     : jcoch
*/

#tokenVerifyCert{
    width: 98%;
    max-width: 660px;
    margin-left: 1%;
    margin-top: 20px;
    border: 3px solid rgba(15, 30, 255, 0.9);
    padding-bottom: 20px;
}

#tokenVerifyCert > div{
    padding: 10px;
    font-family: 'Exo', sans-serif;
}

#tokenVerifyCert input{
    margin: 3px 5px 3px 5px;
    width: 300px;
    padding: 10px;
    font-size: large;
}

#tokenVerifyCert button{
    padding: 10px;
    font-size: large;
    color: white;
    font-variant: small-caps;
}

#tokenLookupDiv{
    max-width: 460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#logoDiv{
    width: 200px;
    height: 200px;
    background-image: url(../images/ACES_v4.png);
    background-size: cover;
    background-position: center;
    margin: auto;

}

#tradeList{
    
}

#tradeTokenScroll{
    width: 95%;
    height: 400px;
    overflow: scroll;
    padding: 3px;
    border: 1px solid black;
}

#searchByTitleOrID{
    background-color: black;
   
}
#searchByTitleOrID:disabled{
    background-color: gray;
}

.miniCertVerify h2{
    padding-top: 20px;
    text-align: center;
}


.tokenDescription{
    font-weight: 700;
    padding: 10px;

}

.offerTokenRow{
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 3px;
    border: 1px solid black;
}

.offerTokenRow > div{
    margin-right: 10px;
}

.certButton{
    background-color: black;
}

.offerTradeClass{
    background-color: black;
}

.offerTradeClass:disabled{
    background-color: gray;
}

.selectedTokenButton{

}

.selectedTokenRow{
    background-color: rgba(0, 255, 0, 0.3);
}



select{
    font-size: x-large;
    padding: 5px 10px 5px 10px;
}