@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
	--36er-blue: #000943;
	--36er-red: #ce0e2d;
	--36er-whitegold: #c4bfb0;
	--36er-red-1: #ac2b2a;
	--36er-red-2: #852827;
	--36er-red-3: #601f1e;
	--36er-red-4: #401414;
	--36er-blue-1: #00569e;
	--36er-blue-2: #134a85;
	--36er-blue-3: #1c3d70;
	--36er-blue-4: #1c2f5b;
	--36er-black: #221f21;
	--mid-grey: #373637;
	--light-grey: #4b4a4b;
}

/* COLOURS */
.bg-36er-red {
	background-color: var(--36er-red) !important;
}

.bg-36er-red-1 {
	background-color: var(--36er-red-1) !important;
}

.bg-36er-red-2 {
	background-color: var(--36er-red-2) !important;
}

.bg-36er-red-3 {
	background-color: var(--36er-red-3) !important;
}

.bg-36er-red-4 {
	background-color: var(--36er-red-4) !important;
}

.bg-36er-blue {
	background-color: var(--36er-blue) !important;
}

.bg-36er-blue-1 {
	background-color: var(--36er-blue-1) !important;
}

.bg-36er-blue-2 {
	background-color: var(--36er-blue-2) !important;
}

.bg-36er-blue-3 {
	background-color: var(--36er-blue-3) !important;
}

.bg-36er-blue-4 {
	background-color: var(--36er-blue-4) !important;
}

.bg-36er-black {
	background-color: var(--36er-black) !important;
}

.bg-36er-whitegold {
	background-color: var(--36er-whitegold) !important;
	color: var(--36er-black) !important;
}

.text-36er-blue {
	color: var(--36er-blue) !important;
}

.text-36er-red {
	color: var(--36er-red) !important;
}

.text-36er-black {
	color: var(--36er-black) !important;
}

/* END COLOURS */

/* End Bootstrap */

html {
	height: 100%;
}

body {
	background: var(--36er-black);
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
}

body.modal_open {
	height: 100vh;
	overflow-y: hidden;
	padding-right: 15px;
	/* Avoid width reflow */
}

div {
	color: white;
}

footer {
	color: white;
	margin-top: auto;
	padding-bottom: 0.2rem;
	min-height: 50px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
}

footer .container {
	width: 100%;
}

label {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

hr {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

h1 {
	color: #fff;
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
}

h3 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}

h4 {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
}

p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: left;
}

a {
	color: var(--36er-whitegold);
	text-decoration: unset;
}

a:hover {
	color: #fff;
}

form {
	display: contents;
	margin-top: 0;
}

th {
	cursor: pointer;
	color: #ffffff;
}

td {
	color: #ffffff;
}

textarea {
	resize: none;
	min-height: 80px;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.text-scale-to-div {
	font-size: 1.2em;
}

.center-text,
.center-text > p {
	text-align: center;
}

.pointer {
	cursor: pointer;
	opacity: 0.8;
}

.pointer:hover {
	opacity: 1;
}

#welcome-row {
	height: 100%;
}

#welcome-col {
	text-align: center;
	align-content: center;
}

#welcome-col form {
	text-align: left;
}

#welcome-col img {
	max-width: 70%;
}

#welcome-col label {
	margin-top: 0.5em;
}

.navbar img {
	height: 46px;
	width: auto;
}

.navbar {
	background-color: var(--36er-blue);
	margin-top: 0px;
	padding: 0;
}

.navbar li {
	margin-bottom: 0;
}

.navbar a p {
	font-size: 1.5rem;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 6px;
	min-width: 245px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	min-width: 40px;
	height: 56px;
}

.navbar .dropdown-menu {
	background-color: var(--mid-grey);
	color: #fff;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid var(--36er-black);
	border-top: none;
}

.navbar .dropdown-menu li .dropdown-item {
	color: #fff;
	height: 100%;
	padding: 0.75rem 0.5rem;
	font-size: 1rem;
	margin: 0;
	cursor: pointer;
}

.navbar .dropdown-menu li .dropdown-item:hover {
	background-color: var(--36er-blue);
}

.navbar .dropdown-menu li .dropdown-divider {
	padding: 0;
	margin: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: var(--36er-blue-2);
}

.navbar .container-fluid,
#navbar .navbar-collapse,
.navbar .nav-item {
	padding: 0;
}

.navbar .nav-link {
	padding: 16px 10px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
	background: var(--36er-red);
}

.navbar-brand {
	color: white;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.content {
	padding-bottom: 10px;
	padding-top: 16px;
}

.sub-container {
	background-color: #333333;
	opacity: 0.9;
	padding: 1rem;
	margin: 0.5rem 0;
}

.alternating-table {
	/*opacity: 0.8;*/
	color: #fff;
}

.alternating-table tr:nth-child(2n) {
	background-color: rgba(85, 85, 85, 0.8) !important;
}

.alternating-table tr:nth-child(2n + 1) {
	background-color: rgba(85, 85, 85, 0.6) !important;
}

.alternating-table tr:hover,
.alternating-table.lesson-download-table tr:nth-child(3n + 1):hover,
.alternating-table.lesson-download-table tr:nth-child(2n + 1):hover {
	background-color: var(--36er-blue) !important;
}

.table-striped th[sortable]:hover,
.alternating-table th[sortable]:hover {
	background-color: var(--36er-blue-2) !important;
}

.grey-table {
	background-color: #555555 !important;
}

.bottom-table th {
	border-top: unset;
	border-bottom: 1px solid #dee2e6;
}

.bullet-list ul {
	display: list-item;
	list-style: disc inside;
	color: #94f2fc;
	line-height: 1em;
	font-size: 20px;
}

.bullet-list div {
	color: #94f2fc;
	line-height: 1.5em;
	font-size: 20px;
	padding-left: 2rem;
}

/* Confirmation modal */
#confirm_title {
	margin: 0;
}

#confirm_message {
	line-height: 1.5rem;
}

/* End confirmation modal */

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.7);
	/* colour w/ opacity */
	align-items: center;
}

.modal.dark {
	background-color: rgba(0, 0, 0, 0.8);
	/* Black w/ opacity */
}

.pointer-events-none {
	pointer-events: none;
}

.modal.dark {
	background-color: rgba(0, 0, 0, 0.8);
	/* Black w/ opacity */
}

/* Modal Projects/Box */
.modal-content {
	background-color: var(--mid-grey);
	padding: 20px;
	border: none;
	border-radius: 0;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

.modal-header {
	padding: 0 1rem;
	margin-bottom: 0.5rem;
	line-height: 40px;
	border-color: #fff;
}

.modal-heading {
	margin-bottom: 1.5rem;
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
}

@media (max-width: 768px) {
	.modal-heading {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 425px) {
	.modal-heading {
		font-size: 20px;
		line-height: 20px;
	}
}

.modal-close {
	width: 36px;
	font-size: 48px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	padding-bottom: 0.6rem;
	background-color: var(--36er-red);
	aspect-ratio: 1;
	height: 36px;
	color: #fff;
}

.modal-close:hover {
	background-color: var(--36er-whitegold) !important;
	color: #000 !important;
}

.modal h2 {
	margin: 0 auto;
	margin-top: -2px;
}

.file-download-item-container {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.file-download-item {
	padding: 0.2em;
	margin: 0.4em 0.5em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--36er-whitegold);
	color: #000;
	cursor: pointer;
	height: 100%;
}

.alternating-table tr.lesson-downloads-row:hover {
	background-color: var(--light-grey) !important;
}

.alternating-table.lesson-download-table tr:nth-child(3n) {
	background-color: rgba(85, 85, 85, 0.8) !important;
}

.alternating-table.lesson-download-table tr:nth-child(2n + 1) {
	background-color: var(--mid-grey) !important;
}

.alternating-table.lesson-download-table tr:nth-child(3n + 1) {
	background-color: rgba(85, 85, 85, 0.6) !important;
}

.alternating-table tr.lesson-downloads-row .file-download-item:hover {
	background-color: var(--36er-blue-1) !important;
}

.file-download-item p {
	font-size: 1em;
	color: #000;
	text-align: center;
	margin-bottom: 0.3em;
}

.file-download-item .file-type {
	font-size: 0.8em;
}

.file-download-item .file-icon .bi {
	font-size: 3em;
	color: #000;
}

.file-download-item:hover,
.file-download-item:hover p,
.file-download-item:hover .file-icon .bi {
	color: #fff !important;
}

.row.teacher-downloads {
	--bs-gutter-x: 0;
}

table > tbody > tr.accordion {
	height: 0;
	line-height: 0;
	visibility: collapse;
	/*noinspection CssInvalidPropertyValue*/
	transition: height 2s linear allow-discrete;
}

table > tbody > tr.accordion.expanded {
	line-height: initial;
	height: initial;
	visibility: visible;
}

/* LESSONS MODAL - Edit */

#lesson_files_container {
	background-color: var(--36er-black);
	min-height: 150px;
	/*overflow: auto;
  max-height: 30vh; */
	border: 6px solid var(--36er-black);
}

#lesson_files_container::-webkit-scrollbar {
	width: 12px;
}

.lesson-file-row {
	position: relative;
	background-color: var(--mid-grey);
	margin: 0 !important;
	padding: 2px 0;
}

.lesson-file-row.lesson-file-row-error {
	background-color: var(--36er-red-2);
}

.lesson-list-table .pointer{
	opacity: 0.9;
}

.lesson-list-table .btn.btn-primary,
#add-lesson-button.btn.btn-primary,
#log-in-button.btn.btn-primary {
  background-color: var(--36er-red);
  border-color: var(--36er-red);
  color: #fff;
}

.lesson-list-table .btn.btn-primary:hover,
#add-lesson-button.btn.btn-primary:hover,
#log-in-button.btn.btn-primary:hover {
  background-color: var(--36er-blue-1);
  border-color: var(--36er-blue-1);
}

.teacher-grid-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	color: #b8b8b8;
	border: 2px dashed #b8b8b8;
	cursor: pointer;
	font-size: 24px;
}

.lesson-file-row .btn {
	padding: 0;
	height: 100%;
	margin: 0;
}

.lesson-file-row .btn .bi {
	pointer-events: none;
}

.lesson-file-button .bi {
	font-size: 1.5em;
}

.lesson-file-button.btn.btn-primary.error {
	background-color: var(--36er-red);
	color: #fff;
}

.lesson-file-button.btn.btn-primary.error:hover {
	background-color: var(--36er-whitegold);
	color: #000 !important;
}

.lesson-file-upload-button input[type="file"] {
	display: none;
}

.lesson-file-url-input-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.4);
}

.lesson-file-url-input-container {
	position: absolute;
	top: 25%;
	left: 15%;
	width: 70%;
	z-index: 50;
	background: var(--mid-grey);
	border: 2px solid var(--36er-black);
	display: flex;
	flex-direction: column;
	padding: 2%;
}

.lesson-file-url-input-container label {
	margin-top: 2%;
	margin-bottom: 0;
}

.lesson-file-row .lesson-file-name,
.lesson-file-row .lesson-file-type {
	min-height: 38px;
}

/* END LESSONS MODAL */

/* PRESENTATION PAGE */

#presentation-container-sizer {
	width: 92%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	aspect-ratio: 16/9;
	background-color: var(--36er-black);
	transition: all 250ms ease-out;
}

#presentation-container-sizer.fullscreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	background-color: #000;
}

#presentation-container-sizer.fullscreen #presentation-container {
	max-width: calc(100vh * 1.7777);
}

#presentation-container {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16/9;
	position: relative;
	flex-grow: 1;
}

#presentation-full-toggle {
	position: fixed;
	top: 57px;
	right: 4px;
	width: 24px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	/* -webkit-text-stroke: 0.5px; */
}

#presentation-full-toggle:hover {
	background-color: var(--36er-blue-1);
	color: #fff;
}

#presentation-container iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border: none !important;
}

#presentation-full-toggle.toggled {
	position: fixed;
	top: 4px;
	right: 4px;
}

/* END PRESENTATION PAGE */

/* HELP PAGE */

.help-container {
	display: flex;
	flex-direction: column;
	width: 60%;
	min-width: 320px;
	/*margin: 0 auto;*/
}

.help-container h1 {
	margin-bottom: 0.5em;
}

.help-container p {
	font-size: 1.1rem;
	line-height: 1.6rem;
}

.help-accordion {
	width: 100%;
	opacity: 0;
	display: none;
}

.accordion-toggle span.bi {
	padding-left: 0.3em;
}

.help-accordion .accordion-content:not(.default) {
	display: none;
}

.help-accordion h2 {
	text-align: left;
	user-select: none;
	cursor: pointer;
	padding: 2%;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin: 0;
}

.help-accordion h2:hover,
.help-accordion .accordion-toggle.expanded:hover {
	background-color: var(--36er-blue);
}

.help-accordion .accordion-toggle.expanded {
	background-color: var(--light-grey);
}

.help-accordion .accordion-content {
	background-color: var(--mid-grey);
	padding: 2%;
}

.help-accordion .accordion-content h3 {
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 0.5em;
}

.help-accordion .accordion-content h3 {
	margin-top: 1em;
}

.help-accordion .accordion-content h3:first-of-type {
	margin-top: 0;
}

#help-container .help-accordion p {
	margin-left: 0;
	font-size: 1em;
	line-height: 1.4em;
}

.help-accordion li {
	margin-bottom: 0.25em;
}

/* END HELP PAGE */

/* LANDING PAGE */
.landing-container {
	width: 100%;
	z-index: 5;
}

.landing-container h1 {
    font-size: 2.2rem;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: .25em;
}

.landing-container .logo-container {
	width: 40%;
	max-width: 700px;
	min-width: 300px;
	position: relative;
	margin: 0 auto;
}

.landing-container .logo-container.shoops-logo-row {
	width: 75%;
	margin: 1.6rem auto !important;
}

.landing-container .logo-container .col-12 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.landing-container .logo-container .col-12 img {
	max-height: 100%;
}

.landing-container .text-container{
	width: 80%;
	min-width: 320px;
	max-width: 800px;
}

.landing-container p {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.landing-container .login-link {
	display: block;
}

.landing-container .login-button {
	width: 30%;
}

#bg-div {
	position: fixed;
	top: 56px;
	bottom: 0px;
	left: 0;
	right: 0;
	background: url("../img/Player11_bg.png");
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.75;
	z-index: -1;
	user-select: none;
}

@media screen and (max-width: 1000px) {
	.landing-container {
		width: 100%;
		min-width: 320px;
	}

.landing-container h1 {
    	margin-bottom: .5em;
	}

	.landing-container .text-container {
  		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#bg-div {
		opacity: 0.4;
	}

	.landing-container .shoops-logo-row {
		margin: 2em auto !important;
	}
}

@media screen and (max-height: 768px) and (min-width: 768px) {

	.landing-container p {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}

	.landing-container h1 {
    max-width: 600px;
		font-size: 2rem;
		line-height: 2rem;
	}

  .landing-container {
    width: 100%;
    max-width: 720px;
  }
}

/* END LANDING PAGE */

/* VIDEOS PAGE */
.videos-container {
	width: 60%;
	min-width: 320px;
}

.video-grid-item {
	background: transparent;
	border: 0;
	text-align: left;
}

.video-grid-thumb-wrapper {
	overflow: hidden;
	background-color: var(--mid-grey);
}

.video-grid-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-grid-title {
	margin-top: 0.75rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
}

.video-grid-empty {
	color: #aaa;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: 6px;
}
/* END VIDEOS PAGE */

/* USERS PAGE */
#users-container #data_table {
	table-layout: fixed;
	width: 100%;
}

#users-container #data_table td,
#users-container #data_table th {
	overflow-wrap: anywhere;
}

#users-container #data_table .user-email-cell {
	word-break: break-word;
}

#users-container #data_table .user-table-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	flex-wrap: wrap;
}

#users-container #data_table .user-table-actions .btn {
	min-width: 100px;
}

@media screen and (max-width: 1200px) {
	#users-container #data_table .user-table-actions {
		flex-direction: column;
		align-items: stretch;
	}

	#users-container #data_table .user-table-actions .btn {
		width: 100%;
		min-width: 0;
	}
}
/* END USERS PAGE */
textarea {
	background-color: var(--36er-black);
	color: #fff;
	border: none;
	font-size: 0.9em;
}

.checkbox {
	width: 32px;
	height: 32px;
	margin: 2px;
	outline: 5px solid #00b0b9;
}

.drag-handle {
	opacity: 0.7;
	margin-top: -2px;
}

.drag-handle:hover {
	opacity: 1;
}

.flex-left {
	justify-content: flex-start;
}

.flex-center {
	justify-content: center;
}

.flex-right {
	justify-content: flex-end;
}

.space-evenly {
	justify-content: space-evenly;
}

.space-between {
	justify-content: space-between;
}

.blank-space {
	min-height: 1.5rem !important;
	min-width: 1.5rem !important;
	display: block;
}

/* .form-wrapper {
    border-radius: 7px;
} */

.form-wrapper label {
	font-weight: bold;
}

.alert-success {
	color: black;
}

.alert-error {
	color: black;
}

.errors li {
	color: black;
	list-style: none;
	width: 100%;
	text-align: center;
}

.errors ul {
	padding-left: 0;
	margin-bottom: 0;
}

.inline-result {
	text-align: right;
	margin: auto 0;
}

.table-field {
	margin: auto 0;
}

.rounded-4 {
	border-radius: 0.5rem !important;
}

.rounded-top {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.rounded-bottom {
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}

.date-time {
	text-align: center;
	font-size: 24px;
	color: #00e1ec;
}

/* Plus/Minus Buttons */

.spn-count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 60px;
	font-weight: 700;
	line-height: 75px;
	padding: 0 2px;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
	border: 0;
	width: 5%;
	height: 5%;
	margin: 0 10px;
}

.spn-count:disabled {
	background-color: white;
}

.spn-count::-webkit-outer-spin-button,
.spn-count::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.spn-count.learner-count {
	min-width: unset;
	min-height: unset;
	width: 60px;
	height: 60px;
	/*line-height: 75px;*/
	font-size: 45px;
}

.spn-btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: white;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-width: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.spn-btn-text {
	width: 100%;
	height: 100%;
	font:
		100px Arial,
		sans-serif;
	text-align: center;
}

.spn-btn-text.plus {
	line-height: 100px;
}

.spn-btn-text.minus {
	line-height: 82px;
}

.spn-btn:hover {
	background-color: #717fe0 !important;
}

.spn-btn:disabled {
	background-color: #666666 !important;
}

.spn-btn:active,
.spn-btn:focus {
	box-shadow: none;
}

/* END Plus/Minus Buttons */

/* Search Bar */
.search-bar {
	width: 100%;
	height: 40px;
}

.search-label {
	position: absolute;
	top: 0;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: 0.75rem;
	pointer-events: none;
	transform-origin: 0 0;
	transition: all 0.2s ease-out;
	color: #ccc;
	margin: 0;
	padding: 24px 0 0 18px;
}

.search-btn {
	width: 4%;
	height: 40px;
	padding-left: 10px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* END Search Bar */

/* Fix for removing arrows in Number Fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

input {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* END Fix for removing arrows in Number Fields */

.otp-qr {
	width: 250px;
	height: 250px;
}

.dashboard-control-button {
	height: 75px;
}

.dashboard-end-button {
	height: 40px;
	line-height: 0;
}

.img-150 {
	height: 150px !important;
}

.sticky-add-button {
	position: -webkit-sticky;
	position: sticky;
	bottom: 20px;
}

/* START On Screen Keyboard */

.keyboard {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background: #004134;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	user-select: none;
	transition: bottom 0.4s;
}

.keyboard--hidden {
	bottom: -100%;
}

.keyboard__keys {
	text-align: center;
}

.keyboard__key {
	height: 45px;
	width: 6%;
	max-width: 90px;
	margin: 3px;
	border-radius: 4px;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-size: 1.05rem;
	outline: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.keyboard__key:active {
	background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
	width: 12%;
}

.keyboard__key--extra-wide {
	width: 36%;
	max-width: 500px;
}

.keyboard__key--activatable::after {
	content: "";
	top: 10px;
	right: 10px;
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
}

.keyboard__key--active::after {
	background: #08ff00;
}

.keyboard__key--dark {
	background: rgba(0, 0, 0, 0.25);
}

/* END On Screen Keyboard */

@media screen and (max-width: 1200px) {
	#users-container #data_table .btn {
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 900px) {
	.navbar .navbar-brand {
		padding: 10px 0;
	}
}
