.dashboard .inlock .dashboard-section-content .tab-content#earn-interest .box #profit-apr {
	display: none;
}

.dashboard .inlock .dashboard-section-content .tab-content .inlock-form .input-container.amount-container .amount-currency-container{
	bottom: 20px;
    right: 0px;
}

.dashboard .inlock .dashboard-section-content .tab-content .inlock-form .input-container .amount-currency-container .inlock-select .select-selected{
	margin-bottom: 0;
	font-family: "Roboto",sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-right: 25px;
    border: none;
}

.amount-currency-container .custom-select .select-items{
	font-size: 1.2rem;
	padding: 8px;
}

#earn-interest .button, #get-credit .button{
	width: auto;
    display: inline-block;
    line-height: 40px;
    /* margin: 10px 0; */
}

.combine-with-select .select-selected {
	padding: 0 0 0 calc(10px + 28px + 8px) !important;
}

.combine-with-select .select-selected::before {
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.07);
    background-image: url(../img/price-widget/ILK.svg);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#profit-extra-info{
	display: block;
    font-size: 0.7em;
    line-height: 130%;
    margin-top: 3px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 0;
}

.amount-currency-custom-select .select-selected{
	height: 46px;
    right: 1px;
    margin-bottom: 3px !important;
    background: rgba(255, 255, 255, 0.15);
}