#buy-sell-confirm {
	
	ion-content {
		background: $v-primary-color;
	}

	.content-group {
		position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;

    h4 {
    	color: $v-white-color;
    	margin-top: 20px;
    }

    img {
    	width: 140px;    
    }
	}

	.amount-group {
		height: 132px;
    text-align: center;

		.amount {
			color: $v-white-color;
			font-size: 32px;
			font-weight: 500;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
		}
	}

	button.done {
		background: $v-white-color;
    color: $v-primary-color !important;
    font-weight: 600;
    width: 90%;
    height: 60px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
	}
}
