/*
File: Custom Css File
*/

.logo img 
{
	width: 100%;
	margin: 20px 0;
}

.accordion.accordion-icon-none .accordion-button::after
{
	display: none;
}

th.gridjs-th, td.gridjs-td
{
	border-left: 0 !important;
	border-right: 0 !important
}

.form-floating > .ts-wrapper 
{
	padding-top: 1rem !important;
}

.page-content 
{
	background-color: rgba(239, 242, 247, 0.5) !important
}


.list-group-item
{
	border-color: #eff2f7
}