:root 
{
    /*green*/
    --green-common-addCrypto-use-color:#027f5f;

    /*MAROON*/
    --maroon-common-addCrypto-use-color:#a9493a;

    /*BLUE*/
    --blue-common-addCrypto-use-color:#02aaf6;

    /*usd*/
    --usd-common-addCrypto-use-color:#24b3ee;

    /*rosegold*/
    --rosegold-common-addCrypto-use-color:#24b3ee;

    /*blackgreen*/
    --blackgreen-common-addCrypto-use-color:#027f5f;
}
/*Add Crypto*/
#addcrypto .content {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
 
#addcrypto .content form {
	position: static; 
	border: none;
	font-size: 3.5vw;
}

#addcrypto .content form .crypto_container {
	margin: 8px 8px;
	padding: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 9px 0 hsla(0, 0%, 56.9%, .62);
	color: #000;
}

#addcrypto .content form .name {
	width: 30%;
	float: left;
}

#addcrypto .content form .name,
#addcrypto .content form .input {
	line-height: 2;
	padding-top: 7px;
	padding-bottom: 7px;
}

#addcrypto .content form input {
	border: none;
	font-size: 3.5vw;
	width: 100%;
}

#addcrypto .content form .input {
	width: 70%;
	float: right;
}

#addcrypto .crypto_select {
	width: 70%;
}

#addcrypto .crypto_box {
	width: 100%;
	line-height: 3;
	height: 35px;
	display: flex;
}

#addcrypto .selection {
	width: 90%;
	height: 2px;
}

#addcrypto .arrow {
	transform: rotate(90deg);
	transition: transform .2s ease, -webkit-transform .2s ease;
	float: right;
	color: #c9c9ce;
}

#addcrypto {
 	font-size: var(--standard-font-size);
}
#addcrypto form{
	margin: 8px 8px;
    padding: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 9px 0 hsla(0,0%,56.9%,.62);
    color: #000;
}
#addcrypto form>div {
    height: 45px;
    border-bottom: 1px solid #dedede;
    margin-left: 6%;
}
#addcrypto .crypto-wallect{
	display: flex;
}
#addcrypto .crypto_select{
	line-height: 2.5;
}
#addcrypto .input, #addcrypto .name {
    display: inline-block;
}
#addcrypto input, #addcrypto select {
    width: 112%;
    border: 0;
    background: 0 0;
}
#addcrypto .name {
    line-height: 45px;
    width: 30%;
}
#addcrypto .input {
    width: 58%;
}
#addcrypto .button_bg {
	height: 10vw;
	font-size: 4vw;
	color: #fff;
	background-color: var(--common-use-color);
	margin: 35px auto;
	width: 95%;
	text-align: center;
	line-height: 2.5;
	display: block;
	border: none;
	border-radius: 10px;
}

#addcrypto .crypto_select {
	width: 70%;
}

#addcrypto .crypto_box {
	width: 100%;
	line-height: 3;
	height: 35px;
	display: flex;
}

#addcrypto .selection {
	width: 90%;
	height: 2px;
}

#addcrypto .arrow {
	transform: rotate(90deg);
	transition: transform .2s ease, -webkit-transform .2s ease;
	float: right;
	color: #c9c9ce;
	margin-top: 20px;
}
#addcrypto .crypro_type{
	display: flex;
}
#addcrypto .crypro_type .crypto_choose{
	display: flex;
	flex: auto;
	align-items: center;
}
#addcrypto .address_type{
	height: unset;
}
#addcrypto #cryptoqrcode_img{
	margin: auto;
	max-width: 50%;
}
#addcrypto .crypro_type .crypto_choose #crypto_address{
	width: 30%;
    height: 40%;
}
#addcrypto #upload_qrcode{
	height: 7vw;
    font-size: 3vw;
    color: #fff;
    background-color: var(--common-use-color);
    width: 50%;
    text-align: center;
    line-height: 1.5;
    border: none;
    border-radius: 10px;
}
/*crypto*/