.package_image{
	height: 300px;
	width: auto;
	object-fit: fill;
}

.laravel-custom-pagination svg{
	height: 1rem;
}

.laravel-custom-pagination > nav > div > div{
	margin-top: 1rem;
}

.laravel-custom-pagination > nav > div > a,
.laravel-custom-pagination > nav > div > div > span > a{
	background:#ff4838 !important;
	color:#fff !important;
	border-color:#ff4838 !important;
	margin: 1px;
}
.laravel-custom-pagination > nav > div > div > span > span > span{
	border: 1px solid #ff4838 !important;
	background:#fff !important;
}

.image-370-280{
	height: 300px !important;
	width: 100% !important;
	object-fit: fill !important;
}

.image-fix-height-300{
	height: 300px !important;
	width: 100% !important;
	object-fit: fill !important;
}


.note-modal-backdrop{
	display: none !important;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

@media (max-width: 480px) {
	.top-logo {
		margin-right: 2.5rem;
	}
}

#pills-tabContent{
    width: 100%;
    overflow: scroll;
}

.grecaptcha-badge{
    display: none;
}
