@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
	margin: 0;
	background: grey;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
img {
	margin-bottom: -4px
}
header {
	background: rgb(19, 19, 19);
	color: white;
	padding: 15px;
	text-align: right;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100
}
header img {
	height: 20px;
	width: auto;
}
nav {
	position: fixed;
	z-index: 100;
	left: -200px;
	top: 0;
	bottom: 0;
	width: 250px;
	background: rgb(63, 63, 63);
	box-sizing: border-box;
	padding: 10px 10px 0 15px;
	transition: .25s;
	font-size: 85%;
	z-index: 101
}
h1, h2, h3 {
	color: rgb(77, 102, 112);
	text-transform: capitalize;
	font-size: 130%
}
.table {
	display: table
}
.row {
	display: table-row
}
.cell {
	display: table-cell;
	vertical-align: middle
}
.full {
	width: 100%;
	height: auto
}
.nowrap {
	white-space: nowrap
}
nav .cell {
	padding: 5px
}
nav .row .cell:last-child {
	text-align: center;
	font-size: 70%
}
nav a,
nav a:visited,
nav a:active {
	color: white;
	text-decoration: none;
	opacity: .5
}
nav a:hover {
	opacity: 1
}
.my_pulse {
	color: white;
	padding: 15px 0 15px 5px;
	font-weight: bold
}
.menu_open {
	position: absolute;
	right: -35px;
	top: 12px;
	color: white !important;
	cursor: pointer;
	transition: .25s;
	transform: rotate(180deg)
}
.menu_show {
	transform: rotate(0);
}
.nav_show {
	left: 0;
}
footer {
	padding: 15px;
	color: #f2f2f2
}
footer p {
	text-align: center;
	margin: 0 0 0 65px;
}
code {
	background: rgba(0, 0, 0, 0.1);
	padding: 15px;
	display: block;
	margin-left: 65px;
	margin-right: 15px
}
section {
	padding: 60px 15px 15px 65px;
	background: white
}
#gateway {
	background: rgb(253, 229, 226);
	max-width: 600px;
	padding: 15px;
	box-sizing: border-box;
	margin: auto
}
#gateway p:first-of-type {
	margin-top: 0
}
#gateway p:last-of-type {
	margin-bottom: 0
}
input[type=text],
input[type=password],
input[type=submit],
input[type=date],
input[type=time],
textarea,
select {
	box-sizing: border-box !important;
	appearance: none;
	outline: none;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	border: 1px solid #cccccc;
	background: white;
	margin-top: 5px;
	resize: none;
	border-radius: 0;
}
input[type=submit] {
	border: none;
	background: green;
	padding: 11px;
	color: white;
	text-transform: uppercase;
	cursor: pointer
}
input[type=submit]:hover {
	background: rgb(0, 60, 0)
}
select {
	background-image: url(/admin/static/images/select.png?id=2);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	padding-right: 40px
}
input[type=date],
input[type=time] {
	padding: 8px
}
input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 60px;
	height: 39px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	cursor: pointer
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}
.required_field {
	background-color: red !important;
	box-sizing: border-box !important;
}
.is_required {
	border-left: 3px solid red !important;
	background-color: rgb(255, 239, 237) !important;
	box-sizing: border-box !important;
}
.form span {
	display: inline-block;
	padding: 20px;
	vertical-align: bottom;
	box-sizing: border-box;
	vertical-align: top
}
.form span input[type=text],
.form span input[type=password],
.form span input[type=date],
.form span input[type=time],
.form span textarea,
.form span select {
	width: 100%
}
.form_one_col span {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.form_two_col span {
	width: 50%;
	padding-left: 0;
	padding-right: 0
}
.form_two_col span:nth-child(2n+1) {
	padding-right: 10px
}
.form_two_col span:nth-child(2n+2) {
	padding-left: 10px
}
.form_three_col span {
	width: calc(100%/3);
}
.form_three_col span:nth-child(3n+1) {
	padding-right: 10px;
	padding-left: 0
}
.form_three_col span:nth-child(3n+2) {
	padding-left: 10px;
	padding-right: 10px
}
.form_three_col span:nth-child(3n+3) {
	padding-left: 10px;
	padding-right: 0;
}
.form_four_col span {
	width: calc(100%/4);
}
.form_four_col span:nth-child(4n+1) {
	padding-right: 10px;
	padding-left: 0
}
.form_four_col span:nth-child(4n+2) {
	padding-left: 10px;
	padding-right: 10px
}
.form_four_col span:nth-child(4n+3) {
	padding-left: 10px;
	padding-right: 10px
}
.form_four_col span:nth-child(4n+4) {
	padding-left: 10px;
	padding-right: 0;
}
.form_five_col span {
	width: calc(100%/5);
}
.form_five_col span:nth-child(5n+1) {
	padding-right: 10px;
	padding-left: 0
}
.form_five_col span:nth-child(5n+2),
.form_five_col span:nth-child(5n+3),
.form_five_col span:nth-child(5n+4) {
	padding-left: 10px;
	padding-right: 10px
}
.form_five_col span:nth-child(5n+5) {
	padding-left: 10px;
	padding-right: 0;
}
.top {
	vertical-align: top !important
}
.loading {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none
}
.loading img {
	width: 500px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -250px
}
.top_menu a,
.top_menu a:visited {
	display: inline-block;
	padding: 8px 10px 8px 10px;
	background-color: rgb(21, 69, 21);
	color: white;
	text-decoration: none;
	margin-right: 15px;
	font-size: 85%
}
.top_menu a:hover {
	background: black
}
.dot {
	display: inline-flex;
	height: 10px;
	width: 10px;
	border-radius: 50%
}
.sortable li {
	line-height: 2em;
	cursor: move
}

.data .row {
	display: table-row
}
.data .cell {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid grey;
	border-right: none;
	border-bottom: none;
	padding: 10px;
	background-color: white
}
.data .row:last-child .cell {
	border-bottom: 1px solid grey
}
.data .row .cell:last-child {
	border-right: 1px solid grey
}
.data {
	margin: 15px 0 15px 0;
	width: 100%;
}
.data .row .cell p:first-of-type {
	margin-top: 0
}
.data .row .cell p:last-of-type {
	margin-bottom: 0
}
.data .header {
	background-color: grey !important;
	color: white;
	font-weight: bold
}
.image_small {
	height: 70px;
	width: auto;
	border-radius: 5px
}
.paging a,
.paging a:visited {
	display: inline-flex;
	background: green;
	color: white;
	padding: 6px 8px 6px 8px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase
}
.paging a:hover {
	background: black
}
.center {
	text-align: center
}
.data .row:nth-child(odd) .cell {
	background-color: #e6e6e6
}
.nowrap {
	white-space: nowrap
}
.cols {
	overflow: auto;
	box-sizing: border-box;
}
.cols div {
	display: inline-block;
	width: 18.4%;
	aspect-ratio: 1.1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: black;
	border: 20px solid black;
	margin: 0 1% 2% 1%;
	box-sizing: border-box;
	cursor: move;
	position: relative
}
.cols div:nth-child(5n+1) {
	margin-left: 0
}
.cols div:nth-child(5n+5) {
	margin-right: 0
}
.cols a,
.cols a:visited {
	position: absolute;
	top: -10px;
	left: -10px;
	color: white;
	text-decoration: none
}
input[type=submit]:disabled {
	opacity: .2;
	pointer-events: none
}
.material-symbols-outlined,
.material-symbols-outlined:visited {
	color: inherit;
	text-decoration: none
}
hr {
	margin: 40px 0 40px 0;
	height: 1px;
	color: #a3a3a3;
	background-color: #a3a3a3;
	font-size: 0;
	border: 0;
}
.notification {
	background-color: rgb(37, 37, 37);
	color: white;
	padding: 20px;
	box-sizing: border-box
}
.dev_journal {
	background-color: rgb(255, 213, 208);
	padding: 20px;
	margin: 20px 0 0 0
}
.dev_journal h3 {
	margin-top: 0
}
.home_super_menu {
	box-sizing: border-box;
}
.home_super_menu a,
.home_super_menu a:visited {
	display: inline-block;
	width: 18.4%;
	box-sizing: border-box;
	aspect-ratio: 1.5;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	margin: 0 1% 2% 1%;
	transition: .5s;
	color: inherit;
	text-decoration: none;
	text-align: center
}
.home_super_menu a:nth-child(5n+1) {
	margin-left: 0;
}
.home_super_menu a:nth-child(5n+5) {
	margin-right: 0;
}
.home_super_menu div {
	font-weight: 600;
	text-transform: uppercase;
}
.home_super_menu a div:nth-child(2) {
	opacity: .6
}
.home_super_menu .material-symbols-outlined {
	font-size: 300%;
	text-align: center;
	margin: 20px 0 20px 0;
	opacity: .2
}
.home_super_menu a:hover {
	transform: scale(1.1);
}
.copy_invoice {
	background-color: #cccccc;
	padding: 20px 20px 0 20px;
	position: relative;
}
.tinymce {
	border: 2px solid red;
	border-radius: 0
}
.highlight_data_table {
	background-color: rgb(255, 29, 0);
	box-sizing: border-box;
	padding: 5px
}
.ai_output {
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #2d2d2d;
	color: white;
	font-family: monospace
}
#pulse_video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}



.blur {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(20px);
	z-index: 1;
}
.pulse_entry_box {
	position: absolute;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	overflow: hidden
}
.pulse_entry_content {
	position: relative;
	z-index: 2;
	color: white;
	padding: 20px
}
.pulse_entry_content .logo {
	height: 30px;
	width: auto
}
.pulse_entry_content input[type=text],
.pulse_entry_content input[type=password] {
	background-color: rgba(0, 0, 0, 0.5)
}
.pulse_entry_content a,
.pulse_entry_content a:visited {
	color: inherit;
	text-decoration: none;
}
.pulse_entry_content a:hover {
	text-decoration: underline
}