span.network-label{
    line-height:15px;
}

#vestor-payment-container{
    background-color:#fff;
}



input#payment-proof.form-control{
    box-shadow:none;
    border-radius:12px;
    border: solid 1px #ddd!important;
    font-family:Inter, Sans-serif;
    
}


p#confirmation-message{
    line-height:25px;
    font-size:15px;
    margin-top:15px;
}


button#complete-payment{
    margin-top: 20px;
    padding: 11px 16px;
    background-color: Green;
    border: 1px solid Green;
    color:white;
    border-radius: 12px;
    cursor: pointer;
    width:100%;
    font-size:17px;
}

button#complete-payment:hover{
    margin-top: 20px;
    padding: 11px 16px;
    background-color: LightGreen;
    border: 1px solid LightGreen;
    color:Black;
    border-radius: 12px;
    cursor: pointer;
    width:100%;
    font-size:17px;
    
}

#crypto-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.crypto-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.crypto-item:hover {
    background-color: #f5f5f5;
}
.crypto-pill {
    display: flex;
    align-items: center;
}
.crypto-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.currency-name {
    font-weight: bold;
    margin-right: 8px;
    font-size:14px;
}
.network-label {
    background-color: #eee;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 10px;
    margin-left: 5px;
}
.currency-code {
    font-weight: bold;
    color: #666;
    font-size:14px;
}
.hidden {
    display: none;
}
#payment-details {
    padding: 0;
    border-radius: 15px;
    background: #fff;
}
#crypto-icon-large {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#back-button {
    margin-top: 20px;
    padding: 8px 16px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

#payment-selection > h3{
    font-size:20px;
}

