a:hover {
text-decoration:none;
}

.withdrawbit
{
	padding: 8px;
	background-color: grey;
	color: white;
	font-weight: 600;
	margin-top: 10px;
	


}

.buy
{
	color: white; font-weight: 700; background-color: green; padding: 10px; margin-left: 15px; border-radius: 5px; text-decoration:none;
}

.withdraw
{
	color: white; font-weight: 700; background-color: #990000; padding: 10px; margin-left: 15px; border-radius: 5px; text-decoration:none;
}

.buy a
{
	 text-decoration:none;
}



.depositbit
{
	padding: 8px;
	background-color: darkgreen;
	color: white;
	font-weight: 600;
	margin-top: 10px;

	border-radius: 5px;

}

.noaddress
{
color: red;
 margin-top:20px; 
 margin-bottom: 10px;
}
.address
{
color: white;
 margin-top:20px; 
 margin-bottom: 10px;
}

.withdrawa
{
	color: black;
	margin-top:10px;
	background-color: lightgrey;
	border-radius: 5px;
margin-bottom: 10px;

}

.logbutton
{
	background-color:#00e0c4;
	padding: 10px;
	text-transform: uppercase;
	width: 100px;
	margin: 0 auto;
	font-weight: 500;
	color: white;
}


.withdrawfield
{
	color: black;
	background-color: lightgrey;
	border-radius: 5px;
	width:200px;
}


.dep
{
	text-align: center;
	background-color: green;
	width: 100px;
	padding: 5px;
	border-radius: 5px;
	
	font-weight: 600;
}


.gridd
{
	border-right: 1px solid darkgrey;
	border-bottom: 1px solid darkgrey;
	padding: 10px;
	background-color: #312a91;
	width: 100%;
	font-size: calc(7px + .5vw);
}

.transhistory {  
    display: grid;  
    grid-template-columns: auto auto auto auto auto;    
    text-align: center;
    border: 1px solid darkgrey;
    margin-top: 10px;
    width: 100%;
   font-size: calc(7px + .5vw);



}

.dephistory {  
    display: grid;  
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    text-align: center;
    border: 1px solid darkgrey;
    margin-top: 10px;

}

.copy
{
	padding: 5px;
	width: 150px;
	background-color: #4f524f;
	color: white;
	border: 0px;

	font-size: 16px;
	text-align: center;
}


.copy2
{
	padding: 8px;
	width: 200px;
	background-color: #4f524f;
	color: white;
	border: 0px;

	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

.copybut
{
	padding: 8px;
	
	background-color: #4f524f;
	color: white;
	border: 0px;

	font-size: 16px;
	text-align: center;
	border-radius: 10px;
}

.tradesum
{
	padding: 15px;
	width: 150px;
	background-color: #4f524f;
	color: white;
	border: 0px;
	font-weight: 600;
	font-size: 16px;
}
.selection 
{
	padding: 20px;
	background-color: #4f524f;
	color: white;
	border:0px;
	width: 150px;
	
	font-weight: 600;
	font-size: 16px;
	position: relative;

}



.ulwallet
{
	padding:5px;
}

.buttondep a
{
	padding: 20px;
	border-radius: 10px;
	background-color: #624d99;
	color: white;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
	font-family: system-ui;
	margin-bottom: 20px;
	text-decoration: none;
}

.buttonbuy 
{
	padding: 20px;
	border-radius: 10px;
	background-color: #0b8a13;
	color: white;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
	font-family: system-ui;
	margin-bottom: 20px;
	text-decoration: none;
}

.buttonsell 
{
	padding: 20px;
	border-radius: 10px;	
	background-color: #ab3413;
	color: white;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
	font-family: system-ui;
	margin-bottom: 20px;
	text-decoration: none;
}


.cur
{
display: inline;
font-size: 13px;

}

.amount22
{
	float: right;
	font-size: 13px;
	color: white;
}


.amount
{
	float: right;
	font-size: 13px;
	color: #16e612;
}
.amount2
{
	float: right;
	font-size: 13px;
	color: red;
}



.bitwallet
{
color: white;
width: 100%;
}
.bitwallet a
{
color: white;
}
.bitwallet ul
{
	list-style: none;


}
.bitwallet li
{
	padding: 20px;
	background-color: #4d388f
	color: white;
	justify-content: center; /* align horizontal */
align-items: center; /* align vertical */


}



.reg
{
margin: 0 auto;
text-align: center;

}
.inputreg
{
	padding: 10px;
	margin: 3px;
	border-radius: 5px;
	color: black;
	border: 1px solid  #eaeaea;

}
.submitreg
{
	padding: 5px;
	padding-right: 25px;
	padding-left: 25px;
	border-radius: 5px;
	border:0px solid dimgrey;
	background-color: dimgrey;
	color: white;
	font-weight: 500;
	margin-top: 10px;
	text-decoration: none;
}
.block
{
	border: 0px solid dimgrey;
	margin: 0 auto;
	width: 100%;
	padding: 25px;
	margin-top: 40px;
	border-radius: 10px;
	background-color: lightgrey;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #911d1d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
 z-index:9; 
}

.popupdep {
  position: relative;
  display: inline-block;
  cursor: pointer;

}


.popupdep .popuptextdep {
  visibility: hidden;
  width: 90%;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
 z-index:9; 
 max-width: 400px;

}

.checkdep
{
	background-color: green;
	padding: 10px;
	border-radius: 5px;
	color: white;
	width: 200px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom: 15px;
}




.sign
{
	font-size: 36px;
}
.close22
{
	background-color: #610c0c;
	padding: 10px;
	border-radius: 5px;
	color: white;
	width: 80%;
	margin:0 auto;
}

.btcadress
{
	margin-top:20px;
	padding: 8px;
	width: 280px;
	background-color: #4f524f;
	color: white;
	border: 0px;

	font-size: 90%;
	text-align: center;
	border-radius: 3px;
}


/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popupdep .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
  width:300px;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}




/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  color: black;
  text-align: center;
  max-width: 400px;
  font-size: 14px;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}



.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.faq-inner2
{
	padding:0px;
}

}

/* Comment form */

.write-new{
    margin: 25px auto 0;
    width: 100%;
}

.write-new textarea{
    color:  #444;
    font: inherit;

    outline: 0;
    border-radius: 3px;
    border: 1px solid #cecece;
    background-color:  #fefefe;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
    overflow: auto;

    width:100%;
    min-height: 80px;
    padding: 15px 20px;
}

.write-new img{
    border-radius: 50%;
    margin-top: 15px;
}

.write-new button{
    float:right;
    background-color:  #87bae1;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

    padding: 10px 25px;
    margin-top: 18px;
}

.usersupportmessage
{
color:darkgreen; 
background-color:#e0e0e0; 
width:100%; 
padding:10px;
}

.adminsupportmessage
{
color:darkred; 
background-color:#e0e0e0; 
width:100%; 
padding:10px;
}


.buttondep3
{
	padding: 20px;
	border-radius: 10px;
	background-color: green;
	color: white;
	margin-right: 2px;
	display: inline-block;
	font-weight: 500;
	text-align:center;
	text-decoration:none;
	margin-bottom: 5px;
	text-decoration: none;
}

.buttondep4 
{
	padding: 20px;
	border-radius: 10px;
	background-color: #990000;
	color: white;
	margin-right: 20px;
	display: inline-block;
	font-weight: 500;

	margin-bottom: 20px;
	text-decoration: none;
}

.buttondep5
{
	padding: 20px;
	border-radius: 10px;
	background-color: #eaa819;
	color: white;
	margin-right: 20px;
	display: inline-block;
	font-weight: 500;

	margin-bottom: 20px;
	text-decoration: none;
}

.buttondep6
{
	padding: 20px;
	border-radius: 10px;
	background-color: #505055;
	color: white;
	margin-right: 1px;
	display: inline-block;
	font-weight: 500;

	margin-bottom: 20px;
	text-decoration: none;
}

.verif
{
	padding: 10px;
	border-radius: 10px;
	background-color: #0C0C5D;
	color: white;
	margin-right: 20px;
	display: inline-block;
	margin-top: 15px;
	

	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
	width: 180px;
}
.verif a
{
	padding: 10px;
	text-decoration: none;
	font-weight:500;
}


.ver
{
	background-color: #eaeaea;
	color: black;
	width:260px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid grey;
	border-radius: 5px;
	font-family: monospace;
	font-size: 14px;
}
