.td-left {
	padding-right: 10px;
}

.btn-submit{
	color: #fff;
	background-color: #E60576;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s all ease;
}

.btn-submit:hover{
	color: #010101;
	background-color: #fff;
}

.btn_outline{
	background-color: transparent;
	color: #E60576;
	border: 1px solid #E60576;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s all ease;
}

.btn_outline:hover{
	color: var(--color-text);
	border-color: var(--color-text);
}

.subscr-input {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 99%;
	background-color: #fff;
	border-radius: 3px;
}

thead>tr>td {
	padding-bottom: 2rem;
}

.submit-input {
	cursor: pointer;
	transition: 0.2s all ease;
	border-radius: 5px;
	padding: 5px;
}

.submit-input:hover {
	color: #E60576;
}

@media (min-width:768px) {
	.checkbox-input {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}

.pink-line {
	border: 2px solid #E60576;
	padding: 20px;
	border-radius: 5px;
}

@media (min-width:490px) {
	.subscr-input {
		margin-bottom: 0;
		width: unset;
	}

	.td-left {
		padding-right: 25px;
	}
}