@font-face {
	font-family: bigNoodle;
	src: url('../font/big_noodle_titling.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

:not(textarea)::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}
:not(textarea)::-webkit-scrollbar-thumb {
	background: #8e54e9;
	border-radius: 0px;
}
:not(textarea)::-webkit-scrollbar-track {
	background: #ffffff00;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px 0px #ffffff00;
}

html,
body {
	height: 100vh;
	width: 100vw;
	background: #1a1d30 !important;
	margin: 0;
	color: #f7f7f7;
	/* font-family: 'Nunito', sans-serif; */
	font-family: 'Poppins', sans-serif !important;
	padding: 0;
	overflow-x: hidden;
}

.login-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
}

.login-wrapper .login-content {
	align-self: center;
	width: 25%;
	min-width: 320px;
	display: flex;
	align-self: center;
	justify-self: center;
	flex-direction: column;
	text-align: center;
}

.login-wrapper img {
	width: 140px;
	height: auto;
	margin: 0 auto;
}

.ready-btn {
	border: 1px solid #e95454;
	background: #e95454;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	border-radius: 2px;
	text-decoration: none;
}

.ready-btn.sm {
	padding: 7px 15px !important;
	font-size: 15px !important;
}

.ready-btn:hover {
	color: #e95454;
	background: transparent;
	transition: all 0.4s ease 0s;
}

.header {
	margin: 0;
	width: 100%;
	background: #151827;
	height: 50px;
	display: inline-block;
	padding: 0;
}

.header-logo {
	margin-left: 10%;
	display: inline;
	margin-top: 0;
	width: 100px;
}

.header-logout {
	display: inline;
	margin: 0;
	float: right;
	margin-top: 5px;
}

.avatar {
	max-width: 20px;
	max-height: 20px;
	margin-right: 2px;
	border-radius: 50%;
}

.adminLoginForm input {
	font-family: 'bigNoodle', sans-serif;
	border-radius: 4px;
	font-size: 20.5px;
	background: hsl(231.82deg 29.73% 14.51%);
	border: #e95454 1px solid;
	margin-bottom: 10px;
	color: #f7f7f7;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
}

.adminLoginForm input:focus {
	border: none;
}

.adminLoginForm input:-internal-autofill-selected {
	background: hsl(231.82deg 29.73% 14.51%);
	border: #e95454 1px solid;
	margin-bottom: 10px;
	color: #f7f7f7;
}

.errorMessage {
	color: #e95454;
}

.loading {
	border: 2px solid #f3f3f3;
	border-top: 2px solid #e95454;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 0.5s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.main {
	color: #f7f7f7;
}

.table .thead-dark th {
	color: #f7f7f7;
	background-color: hsl(232 30% 13% / 1);
	border-color: hsl(231.82deg 29.73% 14.51%);
}

.table .tbody-dark td,
.table .tbody-dark th {
	color: #f7f7f7;
	background-color: hsl(232 30% 13% / 1);
	border-color: hsl(231.82deg 29.73% 14.51%);
}

.page-link {
	background-color: #e95454;
	color: #f7f7f7;
	border-color: hsl(231.82deg 29.73% 14.51%);
}

.page-link:hover {
	background-color: hsl(231.82deg 29.73% 14.51%);
	color: #e95454;
	border-color: #e95454;
}

.page-item.disabled .page-link {
	background-color: #e95454;
	color: #f7f7f7;
	border-color: hsl(231.82deg 29.73% 14.51%);
}

.dropdown-item {
	background-color: hsl(231.82deg 29.73% 14.51%);
	border-color: hsl(231.82deg 29.73% 14.51%);
	color: #f7f7f7;
}

.dropdown-item:hover {
	background-color: #e95454;
	border-color: #e95454;
	color: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #e95454;
	border-color: #e95454;
	color: #f7f7f7;
}

.dropdown-menu {
	background-color: hsl(231.82deg 29.73% 14.51%);
	border: 1px solid #e95454;
}

.form-control {
	margin-top: 5px;
}

.form-input-whitelist {
	margin-bottom: 20px;
}

.form-input-whitelist textarea,
.form-input-whitelist input,
.form-input-whitelist input:focus,
.form-input-whitelist textarea:focus,
.form-control {
	background-color: hsl(231.82deg 29.73% 14.51%);
	border: 1px solid #e95454;
	color: #f7f7f7;
}

.form-input-whitelist input:focus,
.form-input-whitelist textarea:focus {
	-webkit-box-shadow: 0px 0px 42px -17px #e95454;
	-moz-box-shadow: 0px 0px 42px -17px #e95454;
	box-shadow: 0px 0px 42px -17px #e95454;
}

.form-control:disabled {
	background-color: #0b0317 !important;
	color: #f7f7f7c2;
}

.alert-srp {
	color: #f7f7f7;
	background-color: #151827;
}

.form-control:focus {
	-webkit-box-shadow: 0px 0px 42px -17px #e95454;
	-moz-box-shadow: 0px 0px 42px -17px #e95454;
	box-shadow: 0px 0px 42px -17px #e95454;
	background-color: hsl(231.82deg 29.73% 14.51%);
	border: 1px solid #e95454;
	color: #f7f7f7;
}

.srp-badge {
	background-color: #e95454;
	color: #f7f7f7;
	border-radius: 2px;
	padding: 10px;
	font-size: 0.8em;
	margin: 5px;
	cursor: pointer;
}

.card {
	background-color: hsl(231.82deg 29.73% 11.51%);
	width: 70%;
	margin: 0 auto;
}

.card a {
	color: #e95454;
}

.hidden-on-mobile {
	display: block;
}

@media only screen and (max-width: 600px) {
	.hidden-on-mobile {
		display: none;
	}
}

.new-note-box {
	width: 70%;
	margin: 0 auto;
}

thead {
	width: 100%;
}

input[disabled][checked][type='radio'] {
	filter: brightness(0.1);
}
