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

@font-face {
	font-family: LuxFont;
	src: url(/admin/fonts/Lux serif Regular.ttf);
}

@font-face {
	font-family: 'Space Mono', monospace;
	src: url('/admin/fonts/Space_Mono/SpaceMono-Regular.ttf') format('ttf');
}

@font-face {
	font-family: Space Mono;
	src: url('admin/fonts/Space_Mono/SpaceMono-Italic.ttf') format('ttf');
}

@font-face {
	font-family: Space Mono;
	src: url('/admin/fonts/Space_Mono/SpaceMono-BoldItalic.ttf') format('ttf');
}

@font-face {
	font-family: 'Space Mono', monospace;
	src: url('admin/fonts/Space_Mono/SpaceMono-Bold.ttf') format('ttf');
}

@font-face {
	font-family: Walika;
	src: url(/admin/fonts/Wallika-Regular.ttf);
}

@font-face {
	font-family: 'Lora';
	src: url('/admin/fonts/Lora/Lora-Italic-VariableFont_wght.ttf') format('ttf');
}

@font-face {
	font-family: 'Lora';
	src: url('admin/fonts/Lora/Lora-VariableFont_wght.ttf') format('ttf');
}

body {
	font-family: Space Mono;
	font-size: 14px;
}

.bookimg {
	max-width: 13em;
	margin: 0 auto;
	padding: 2em;
	min-height: 15em;
}

.toast-container {
	position: fixed !important;
	top: 8em !important;
}

.toast {
	background-color: rgb(255 255 255) !important;
}


.footer {
	min-height: 120px;
	line-height: 4rem;
}

p {
	font-size: 14px;
}

.bg-white-overlay {
	background: white;
}

.font1 {
	font-family: Space Mono;
	font-size: 14px;
}

.font2 {
	font-family: Walika;
}

.font3 {
	font-family: 'Kalam', cursive !important;
	font-size: 20px;
	font-weight: 300;
}

.heading1 {
	font-family: Walika;
	font-size: 14em;
}

.heading2 {
	font-family: Walika;
	font-size: 5em;
}

.grayscale100 {
	filter: grayscale(100%);
}

.btn3 {
	width: 100px;
	height: 40px;
	border-radius: 0;
	line-height: 2;
	background: #dee2e6;
	border: none;
	color: #212529;
}

.btn2 {
	width: 100px;
	height: 40px;
	border-radius: 0;
	line-height: 2;
}

.btn1 {
	width: 200px;
	height: 50px;
	border-radius: 0;
	line-height: 2;
}

.bg {
	background-image: linear-gradient(100deg, #000dff 0%, #6b73ff 100%) !important;
}

.bg1 {
	background-image: linear-gradient(100deg, #FE4883 0%, #FF7948 100%) !important;
}

.bg2 {
	background-image: linear-gradient(100deg, #6b73ff 0%, #B649EE 100%) !important;
}

.bg3 {
	background-image: linear-gradient(100deg, #B649EE 0%, #FE4883 100%) !important;
}

.bg5 {
	background-color: #2a3443 !important;
}

.icon-s1 {
	margin: auto;
	text-align: center;
	font-size: 2em;
}

.dicebox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
	background-color: #70c1b3;
	width: 100%;
}

.dicebutton {
	position: relative;
	top: 80px;
	left: 10px;
	padding: 15px 50px;
	color: #fff;
	background-color: #f4d35e;
	border: none;
	font-size: 20px;
	border-radius: 20px;
	box-shadow: 1px 3px #50514F;
	outline: none;
	transition: .3s;
}

.dicebutton:hover,
.dicebutton:active {
	outline: none;
	background: #50514F;
	cursor: pointer;
	transform: translateY(5px);
}

.game {
	position: relative;
	width: auto;
	height: 100%;
}

.gamecontainer {
	position: relative;
	display: inline-block;
	top: 200px;
}

.dice {
	position: relative;
	width: 100px;
	height: 100px;
	transform-style: preserve-3d;
	transition: transform 1s;
}

.dot {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: -10px 5px 5px -10px;
	border-radius: 20px;
	background-color: #f25f5c;
	box-shadow: inset 2px 2px #d90429;
}

.dice-one {
	position: absolute;
	left: 5em;
}

.side {
	position: absolute;
	background-color: #ffF;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 2em;
}

.side:nth-child(1) {
	transform: translateZ(3.1em);
}

.side:nth-child(6) {
	transform: rotateY(90deg) translateZ(3.1em);
}

.side:nth-child(3) {
	transform: rotateY(-90deg) translateZ(3.1em);
}

.side:nth-child(4) {
	transform: rotateX(90deg) translateZ(3.1em);
}

.side:nth-child(5) {
	transform: rotateX(-90deg) translateZ(3.1em);
}

.side:nth-child(2) {
	transform: rotateY(-180deg) translateZ(3.1em);
}

.show-1 {
	transform: rotateX(720deg) rotateZ(-720deg);
}

.show-6 {
	transform: rotateX(-900deg) rotateZ(1080deg);
}

.show-3 {
	transform: rotateY(-450deg) rotateZ(-1440deg);
}

.show-4 {
	transform: rotateY(810deg) rotateZ(720deg);
}

.show-5 {
	transform: rotateX(-810deg) rotateZ(-1080deg);
}

.show-2 {
	transform: rotateX(450deg) rotateZ(-720deg);
}

.two-1,
.three-1,
.four-1,
.five-1,
.six-1 {
	top: 20%;
	left: 20%;
}

.four-3,
.five-3,
.six-4 {
	top: 20%;
	left: 80%;
}

.one-1,
.three-2,
.five-5 {
	top: 50%;
	left: 50%;
}

.four-2,
.five-2,
.six-3 {
	top: 80%;
	left: 20%;
}

.two-2,
.three-3,
.four-4,
.five-4,
.six-6 {
	top: 80%;
	left: 80%;
}

.six-2 {
	top: 50%;
	left: 20%;
}

.six-5 {
	top: 50%;
	left: 80%;
}

li {
	font-size: 1em;
}

ul li {
	font-size: 14px;
}

ol {
	font-size: 14px;
}

.article-list-slot {
	font-size: 14px;
}