@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');

@font-face {
	font-family: Roboto;
	src: url('/Static/Template/Font/Roboto/Roboto-Regular.ttf') format('truetype');
}

:root {
	--red: #F4736A;
	--green: #8DE339;
	--yellow: #F6D153;
	--purple: #7050FC;
	--cyan: #5ED1CA;
}

a {
	width: 0px !important;
	border: 0px !important;
}

body {
	font-family: Roboto;
	font-size: 1rem;
	color: #09131d;
	background-color: #FFFFFF;
	user-select: none;
}

header {
	background-color: #09131d;
	color: #FFFFFF;
}

footer {
	width: 100%;
	min-height: 15vh;
	background-color: #09131d;
	color: #FFFFFF;
	line-height: 15vh;
}


main {
	min-height: 80vh !important;
}

aside {
	background-color: #CCC;
}

main.splash {
	padding-top: 0 !important;
	min-height: 100vh;
	background-color: #09131d;
	line-height: 100vh;
}

img {
	object-fit: cover !important;
}

[data-modal] {
	z-index: 1050;
}

.banner {
	background-image: url('/Static/Template/Image/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	height: 576px;
	width: 1024px;
}

.w-0 {
	width: 0px !important;
}

.h-0 {
	height: 0px !important;
}

.w-5 {
	width: 5% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.vh-5 {
	height: 5vh;
}

.vh-20 {
	height: 20vh;
}

.vh-35 {
	height: 35vh;
}

.vh-90 {
	height: 90vh;
}

.btn img {
	width: 2rem;
	height: 2rem;
}

.m-m {
	margin: 0.1rem;
}

.p-m {
	padding: 0.1rem;
}

.logo {
	height: 9vh;
}

.cursor-pointer {
	cursor: pointer;
}

.text-justify {
	text-align: justify;
}

.img-full-height {
	height: 100% !important;
	object-fit: cover !important;
}

.btn img {
	width: 4rem;
	height: 4rem;
}

.mabalus-header {
	background-color: #09131d;
	color: #FFFFFF;
}

.mabalus-title {
	color: #09131d;
}