:root{
	font-size: 14px !important
}

.popup.coss{
	text-align: center;
}

.popup.coss>div{
	padding: 0 1rem;
}

.popup.coss>.pay{
	padding-top: 1.5rem;
}

.disclaim{
	margin-top: 1.5rem;
}

button.coss, input.coss{
    width: 75% !important;
}

input.coss{
	margin: 0.25rem auto;
}

label.coss.amount{
	color: var(--green2);
    margin-bottom: 1rem;
}

.init{
	transition: var(--ease);
}

.init button.coss{
	margin-top: 0.5rem;
}

.init.clicked{
	opacity: 0.5;
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
	.popup.coss{
		width: 95%;
	}

	button.coss, input.coss{
	    width: 90% !important;
	}
}