html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,
body {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cupertino-pane-wrapper {
	overflow-y: hidden;
}
.cupertino-pane-wrapper .pane {
	overflow: hidden;
}

	@media (min-width: 1280px) {
		::-webkit-scrollbar {
			width: 10px;
		}
		
		/* Track */
		::-webkit-scrollbar-track {
		/* background: #f1f1f1; */
		}
		
		/* Handle */
		::-webkit-scrollbar-thumb {
		background: #414A61;
		border: 5px solid transparent;
		background-clip: padding-box;
		border-radius: 9999999990px;
		border-left: 0px solid transparent;
		border-right: 5px solid transparent;
		}
		
		/* Handle on hover */
		::-webkit-scrollbar-thumb:hover {
		/* background: #555; */
		}
	}

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	color: rgb(0, 100, 200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0, 80, 160);
}

label {
	display: block;
}

input {
	box-shadow: inset 0 0 0 50px #21282F !important;
	-webkit-text-fill-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
	border: none;
	margin: 0;
}

input {
	border: 0;
	border-radius: 0;
	width: 100%;
	outline: 0;
	margin: 0;
}
button {
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	background-color: #006fff;
	color: #fff;
	flex-shrink: 0;
	cursor: pointer;
	margin: 0;
}
textarea {
	color: #fff;
	margin: 0;
	width: 100%;
}

select {
	border: 0;
	border-radius: 0;
	width: 100%;
	outline: 0;
	margin: 0;
}
button:disabled {
	color: #999;
}

button:focus {
	border-color: #666;
}

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: flex !important;
}

.vertical-align-middle {
	vertical-align: middle;
}

.text-center {
	text-align: center;
}

.row {
	display: flex;
}

.copyright {
	display: none !important;
}