	.alfa-select-input {
	cursor: pointer;
	background-color: rgb(49 54 96);
	border-color: #4c5495;
	color: rgb(135 143 207);
	border-radius: .28571429rem;
	padding: .67857143em 1em;
}

.alfa-select-input .alfa-data-placeholder {
	text-align: center;
}

.alfa-data-items {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.alfa-data-items table thead tr {
	padding-top: 0 !important;
}

.alfa-data-items .alfa-data-item {
	display: flex;
	margin-bottom: 10px;
	background: #1d1f3c;
	border-radius: 5px;
	padding: 0.67857143em 1em;
}

.alfa-data-items .alfa-data-item .alfa-data {
	padding: 2px 0;
}

.alfa-media-item {
	display: flex;
	background: linear-gradient(to right, #1d2333, transparent);
	border-radius: 0;
	padding: 0.67857143em 1em;
	margin: -0.78571429em -0.78571429em;
}

.alfa-media-item.alfa-horizontal-img img {
	margin-right: 15px;
	margin-bottom: 0;
	height: 50px;
	width: 50px;
}

.alfa-media-item a {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.alfa-media-item a img {
	width: 50px;
	height: 50px;
	object-fit: cover !important;
	border-radius: 5px;
	margin-right: 15px;
}

.alfa-media-item a .alfa-media-item-text {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 16px;
	word-break: break-all;
}

.alfa-review-items {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.alfa-review-items .alfa-review-item {
	display: flex;
	margin-bottom: 10px;
	background: #1d2333;
	border-radius: 5px;
	padding: 0.67857143em 1em;
}

.alfa-review-items .alfa-review-item .alfa-review-item-text {
	display: flex;
	flex-direction: column;
}

.alfa-review-items .alfa-review-item .alfa-review-item-value {
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.support-head {
		padding: 50px 20px;
		height: 200px;
		background-position: center right;
	}

	.support-head h2 {
		font-size: 25px;
	}

	.support-head p {
		font-size: 15px;
	}

	.alfa-data-items .alfa-data-item {
		flex-direction: column;
	}

	.alfa-data-items .alfa-data-item .alfa-data {
		padding: 2px 0;
	}
}

.alfa-modal td {
	vertical-align: middle;
}

.ui.stackable.grid .row:first-child {
	display: none;
}

table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > th.select-checkbox:before {
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%);
	width: 17px !important;
	height: 17px !important;
	left: 50% !important;
	top: 50% !important;
	cursor: pointer;
	border: 2px solid #647dbd !important;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:after, table.dataTable > tbody > tr.selected > th.select-checkbox:after {
	margin: 0 !important;
	left: calc(50% - 9px);
	top: calc(50% - 8px);
	color: white;
	font-size: 25px;
	cursor: pointer;
	text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
}

.alfa-modal tr.selected td {
	background: rgb(55 83 112 / 55%) !important;
}

.alfa-modal table.dataTable.table > tbody > tr.selected a {
	color: white;
}

.alfa-modal .ui.celled.table tr td:first-child {
	min-width: 20px;
}

.alfa-media-item:hover {
	background: linear-gradient(to right, #1d1d33, transparent);
}

.alfa-modal .alfa-modal-footer.alfa-modal-footer-centered button#modal-button {
	height: 40px;
}

.alfa-select-input .alfa-data-placeholder {
	background: #413f6a;
	display: block;
	padding: 5px 15px;
	border-radius: 3px;
	position: relative;
	color: #d7d5ff;
	line-height: 40px;
	padding-block: 0;
}

.alfa-icon-input.alfa-select-input {
	padding: 0;
	background: none;
	border: none;
}

.alfa-support-card {
	margin-top: 35px;
	padding: 20px;
}

.alfa-support-card .alfa-support-card-head {
	margin-bottom: 10px;
}

.alfa-support-card .alfa-support-card-head .alfa-support-card-title {
	color: #ffffff;
}

.alfa-support-card .alfa-support-card-body {
}

.panel.panel-ticket {
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.alfa-categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 15px;
	background: linear-gradient(45deg, #293249, #1d2333);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.alfa-categories .alfa-category {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.alfa-categories .alfa-category .alfa-category-content {
	background: #34405a;
	padding: 10px;
	border-radius: 5px;
}

.alfa-categories .alfa-category .alfa-category-arrow {
	margin-left: 10px;
	margin-right: 10px;
}

.label {
	display: inline-block;
	padding: 2px 5px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label.label-warning {
	background-color: #f0ad4e;
}

.label.label-success {
	background-color: #5cb85c;
}

.label.label-danger {
	background-color: #d9534f;
}

.label.label-info {
	background-color: #5bc0de;
}

.opacity-1 {
	opacity: 1 !important;
}

.alfa-message.ui.info.message {
	background: transparent linear-gradient(45deg, #3e3452, #404f6a) !important;
	color: #51556d !important;
	box-shadow: 0 0 0 1px #9e81c76e inset, 0 0 0 0 transparent !important;
}

@media screen and (max-width: 991px) {
	.alfa-categories, .alfa-categories .alfa-category {
		flex-direction: column;
	}

	.alfa-categories .alfa-category .alfa-category-content {
		width: 100%;
		text-align: center;
	}

	.alfa-categories .alfa-category .alfa-category-arrow {
		rotate: 90deg;
		margin: 10px 0;
	}
}