.btn {
	display: inline-block;
	border: none;
	text-decoration: none;
	appearance: none;
	color: white;
	background-color: #ffb400;
	text-align: center;
	min-width: 280px;
	border-radius: 50px;
	padding: 0.7em 1em;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
    background-image: url(/pages/RatedAlarms/RatedAlarms2022/LeftArrow.png);
    background-size: 10px;
    background-position: 93%;
    border-radius: 50px;
    background-repeat: no-repeat;
}

.btn:hover {
	background-color: #007974;
}

@media screen and (min-width: 768px) {
	.btn {
		font-size: 2.2rem;
		min-width: 310px;
	}
}

.btn--green {
	background-color: #00a19a;
}

.btn--green:hover {
	background-color: #0dc4bc;
}

.btn--green{color:white !important;}
