<style>
.btn {
    background-color: #00ccff; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnbig {
    background-color: #00ccff; /* Green */
    border: none;
    color: white;
    padding: 32px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnBig {
   
    border: none;
   
    padding: 32px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnn {
    /* background-color: #00ccff; Green */
    border: none;
    color: white;
    padding: 8px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-green {
    
    background-color: #A2FF7F; 
    color: white; 
    border: 0.8px solid #4CAF50;
}

.btn-green:hover {
    background-color: #4CAF50;
    color: white;
}

.btn-green1 {
    border-radius: 5px;
    background-color: #4CAF50; 
    color: white; 
    border: 0.8px solid #4CAF50;
}

.btn-green1:hover {
	border-radius: 10px;
    background-color: #A2FF7F;
    color: white;
}

.btn-blue:hover {
    border-radius: 10px;
    background-color: #A8F6FF; 
    color: white; 
    border: 0.5px solid #008CBA;
}

.btn-blue {
    background-color: #006FFC;
    color: white;
    border-radius: 15px; 
}
	
.btn-bluee:hover {
    border-radius: 10px;
    background-color: #7DB6FF; 
    color: white; 
    border: 0.5px solid #008CBA;
}

.btn-bluee {
    background-color: #006FFC;
    color: white;
    border-radius: 15px; 
}

.btn-red {
    background-color: #FFB7A8; 
    color: black; 
    border: 0px solid #f44336;
}

.btn-red:hover {
    background-color: #f44336;
    color: white;
}
.btn-red-swap {
    background-color: #f44336;
    color: white;
  	border-radius : 20px ; 
}
.btn-red-swap:hover {
    background-color: #FFB7A8; 
    color: black; 
    border: 2px solid #f44336;
  	border-radius : 30px ; 
}

.btn-grayy {
    border-radius: 20px;
    background-color: #636363;
    color: white;
}

.btn-grayy:hover {
    border-radius:30px ; 
    background-color: #B8B6B5; 
    color: black; 
    border: 0px solid #f44336;
}


.btn-gray {
    background-color: white;
    color: black;
    border: 1px solid #e7e7e7;
}

.btn-gray:hover {background-color: #e7e7e7;}

.btn-black {
    background-color: black;
    color: white;
    border: 2px solid #555555;
}

.btn-black:hover {
    background-color: #555555;
    color: white;
}

.btn-logout {
    border-radius: 8px;
    background-color: #FFB7A8; 
    color: white; 
    border: 2px solid #f44336;
    
}

.btn-logout:hover {
    background-color: #f44336;
    color: white;
}

.btn-logout-swap:hover {
    border-radius: 8px;
    background-color: #FFB7A8; 
    color: white; 
    border: 2px solid #f44336;
    
}

.btn-logout-swap {
    border-radius: 10px;
    background-color: #f44336;
    color: white;
}

.btn-pink {
    
    background-color: #F2C2FF; 
    color: white; 
    border: 1px solid #4CAF50;
}

.btn-pink:hover {
    background-color: #FF91F3;
    color: white;
}

.btn-pink-1 {
    border-radius: 8px;
    background-color: #F2C2FF; 
    color: white; 
    border: 1px solid #4CAF50;
}

.btn-pink-1:hover {
    border-radius: 10px ; 
    background-color: #FF91F3;
    color: white;
}
.btn-logout-green {
    border-radius: 8px;
    background-color: #06E810; 
    color: white; 
    border: 10px solid #f44336;
    
}

.btn-logout-green:hover {
    background-color: #00D609;
    color: white;
}
.btn--green:hover {
    border-radius: 10px;
    background-color: #7BFF54; 
    color: white; 
    border: 0.5px solid #008CBA;
}

.btn--green {
    background-color: #3AFF00;
    color: white;
    border-radius: 15px; 
}

.btn-green-swap {
    background-color: #3AFF00;
    color: white;
    border-radius: 15px; 
}

.btn-green-swap:hover {
    border-radius: 10px;
    background-color: #7BFF54; 
    color: white; 
    border: 0.5px solid #008CBA;
}

.btn-gold {
    border-radius: 8px;
    background-color: #FFD700; 
    color: white; 
    border: 0px solid #f44336;
    
}

.btn-gold:hover {
    background-color: #DAA520;
    color: white;
}

.btn-for-wordpress {
    border-radius: 8px;
    background-color: #01E5F0; 
    color: white; 
    border: 0px solid #f44336;
    
}

.btn-for-wordpress:hover {
    background-color: #018EF0;
    color: white;
}

</style>


<script>
function goBack() {
  window.history.back() ;
}

function Mailtoadmin() {
    window.location="mailto:server.4149@gmail.com" ;
}

function GoTo () {
    window.location.href="win.php" ; 
}

function ClosePage() {
    window.close() ; 
}

</script>