#sending {
	
	
    display: block;
    margin: 0 auto;
    text-align: center;

}

#myoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
}

#draws {


    margin-top: 20px;

}

#restprize {

    background: #a97c4c;
    padding: 8px 25px;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    font-size: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    max-width: 300px;
    border: 3px solid #a97c4c;
  


}

.restprize2 {

    background: #a97c4c;
    border-radius: 5px;
    padding: 8px 25px;
    margin: 0 auto;
    display: flex;
    height: 40px;
    font-size: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    max-width: 300px;


}

.popupspec {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #151516;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 4px solid #a97c4c;
    width: 90%;
    max-width: 400px;
    text-align: center;
    z-index: 1000;
    color: #fff;
}

.popupspec h2 {
		color: #a97c4c;
    text-align: center;
    font-size: 22px;
    font-weight: 700;		
	
}

.popupspec p {

    padding: 10px;
    line-height: 30px;
    font-weight: 600;


}

.sub-text {

    font-size: 30px;
    color: #fff;
    opacity: .8;
    text-align: center;
    margin-bottom: 20px;


}

.desctext {

    


}

#send1 {
    max-width: 300px;
    padding: 8px 25px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    line-height: 18px;
    margin-top: 10px;
    background-color: #1B232E;
    color: #FFFFFF;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 5px;
    border: 3px solid #a97c4c;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.125s ease-in-out;
    text-align: center;

}

#send1:hover {
    opacity: 0.9;
}

#send1 i {


    margin-left: 5px;
    margin-right: 5px;

 


}


.wallet-container {
    padding: 20px;
    margin: 20px auto;
    max-width: 400px;
}

.wallet-container h2 {
    color: #fff;
    text-align: center;
	  padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.wallet-container img {
    width: 300px;
    height: 300px;
    display: block;
    margin: 20px auto 0;
    border-radius: 5px;
    border: 10px solid #a97c4c;
}

.wallet-address {
    font-weight: bold;
    word-wrap: break-word;
    background: #1B232E;
    color: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

#copy-btnton, #copy-btnsol {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    transition: background 0.3s;
}

#copy-btnton {
    background: #a97c4c;
    color: white;
    font-weight: 700;
}

#copy-btnsol {
    background: #7C37C2;
    color: white;
}

#copy-btnton:hover {
    opacity: .9;
}

#copy-btnsol:hover {
    background: #4F2C93;
}

.instructions {
    font-size: 14px;
    color: #fff;
    opacity: .7;
    margin-top: 10px;
    line-height: 1.2;
}