.hidden{
	display: none !important;
	visibility: hidden !important;
}

.custom-color-bordered-table.custom-bordered-table {
  border: 2px solid #f62d51; 
}

.custom-color-bordered-table.custom-bordered-table thead tr {
  background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
  color: #ffffff; 
}

.width-quarter{
	width: 25% !important;
}

@media (max-width: 576px) {
	.hidden-mobile{
		display: none !important;
		visibility: hidden !important;
	}
}


@media (min-width: 576px) {
	.hidden-desktop{
		display: none !important;
		visibility: hidden !important;
	}
	
	.hidden-tablet{
		display: none !important;
		visibility: hidden !important;
	}

	.text-right-tablet{
		text-align: right!important;
	}
}

@media (min-width: 768px) {
	.text-right-desktop{
		text-align: right!important;
	}
}
