/* CSS Document */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf');
}
@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/Helvetica-Bold.ttf');
}

h1, h2, h3, h4, h5, h6 {
	all: unset;
	font-weight: bold;
}

* {
	font-family: 'Helvetica';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 150ms;
}

body {
	border-right: 1px solid black;
	border-left: 1px solid black;
	overflow-x: hidden;
}

/* ############################## */
/* Scrollbar */
/* ############################## */

/* Scrollbar-Track (Hintergrund) */
::-webkit-scrollbar {
    width: 6px !important;
    background: rgba(0, 0, 0, 0.9);
}

/* Scrollbar-Handle */
::-webkit-scrollbar-thumb {
    background: rgba(214, 175, 10, 1);
    border-radius: 10px !important;
}

/* Scrollbar-Track (Hintergrund) */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px; 
}

/* ############################## */
/* Typography */
/* ############################## */

.tc {
	text-align: center;
}

p {
	margin: 15px 0px 5px;
	font-size: 14px
}

h1 {
	font-size: 26px;
	margin: 6px 0px 8px 0px;
}

h2 {
	font-size: 22px;
	margin: 6px 0px 8px 0px;
}

h3 {
	font-size: 18px;
	margin: 6px 0px 8px 0px;
}

h4 {
	font-size: 16px;
	margin: 4px 0px 6px 0px;
}

h5 {
	font-size: 15px;
	margin: 6px 0px 6px 0px;
}
/* ############################## */
/* Not Sorted */
/* ############################## */

a {
	all: unset;
	box-sizing: border-box;
	color: rgba(200,200,200,1.00)
}

a:hover {
	cursor: pointer;
	color: #F5F5F5;
}

.fullWidth {
	display: block;
	width: 100%;
}

body {
	background-image: url("../img/login-register-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	padding: 20px;
	margin: 0;
	position: relative;
}

.login-register-main {
	width: 100%;
	min-height: calc(100vh - 105px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.login-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-color: rgba(0,0,0,0.60);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.8);
	max-width: 320px;
	width: 100%;
	height: fit-content;
	border: solid 5px rgba(0,0,0,0.40);
	border-radius: 10px;
	padding: 15px;
	flex-shrink: 0;
}

.mrtaxi-logo-login-register {
	width: 80px;
	margin-top: -10px;
	user-select: none;
}

.login-register-logo-text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding-bottom: 5px;
}

.login-register-fields {
	display: flex;
	flex-flow: column;
	width: 100%;
	color: #F5F5F5;
	letter-spacing: 0.6px;
}

.login-register-field {
	display: flex;
	flex-flow: column;
	margin-top: 10px;
	align-items: center;
}

input {
	background-color: transparent;
	color: #F5F5F5;
	border: solid 3px rgba(255,255,255,0.2);
	border-radius: 50px;
	height: 40px;
	font-size: 16px;
	padding: 5px 10px;
}

select {
	background-color: rgba(0,0,0,0.9);
	color: #F5F5F5;
	border: solid 3px rgba(255,255,255,0.2);
	border-radius: 50px;
	height: 40px;
	font-size: 15px;
	padding: 5px 10px;
}

input:invalid:active, input:invalid:hover {
	box-shadow: 0px 0px 30px 0px rgba(255,0,0,0.6);
	border: solid 3px rgba(255,0,0,0.6);
	background-color: rgba(255,0,0,0.2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}

input:hover {
	box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.2);
}

input:focus-visible {
	box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.5);
	border: solid 3px rgba(255,255,255,0.5);
	outline: none;
}
input:focus-visible:invalid {
	box-shadow: 0px 0px 30px 0px rgba(255,0,0,0.6);
	border: solid 3px rgba(255,0,0,0.6);
}

input[type=button], input[type=submit] {
	font-weight: bold;
	min-width: 150px;
	font-size: 15px;
	line-height: 15px;
	padding: 0 10px;
	border: solid 3px rgba(0,200,0,1.00);
}
input[type=button]:hover, input[type=submit]:hover {
	box-shadow: 0px 0px 10px 1px rgba(0,200,0,1);
	cursor: pointer;
}

/* ############################## */
/* TaxiNet Panel */
/* ############################## */
.panelNav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
}
.panelWrapper {
	background-color: rgba(0,0,0,0.80);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.8);
	width: 100%;
	display: flex;
	border: solid 5px rgba(0,0,0,0.40);
	border-radius: 10px;
	padding: 15px;
}

.panelWrapper a {
	color: unset;
	line-height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;;
	column-gap: 3px;
}

.panelWrapper p {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}

div.panelWrapper {
	height: 60px;
	width: calc(100% - 77px);
	flex-wrap: nowrap;
	margin-bottom: 10px;
	column-gap: 10px;
	flex-direction: row;
	color: #F5F5F5;
	padding: 10px;
	margin-left: auto;
	justify-content: center;
    align-items: center;

}

#nav_logo {
	height: 60px;
	width: 64px;
	margin-left: 4px;
	margin-bottom: 10px;
	background-image: url("../../static/img/mrtaxiNet.png");
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.80);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);
}

.menuItem {
	padding-right: 10px;
	border-right: solid 1px #F5F5F5;
	height: 24px;
}
.menuItem span:last-child {margin-top: 2px;}

.panelMain {
	height: fit-content;
	min-height: calc(100vh - 175px);
	flex-flow: column;
}

.black_box {
	padding: 10px 15px;
	height: fit-content;
	max-width: 450px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	border: solid 3px rgba(0,0,0,0.65);
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.flash_success p {
	color: rgba(0,200,0,1.00);
}
.flash_error p {
	color: rgba(200,0,0,1.00);
}

.token_table {
	overflow-x: auto;
}

.token_table table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

.token_table thead > tr > th {
	border-top: 1px solid rgba(200,200,200,1.00);
	border-left: 1px solid rgba(200,200,200,1.00);
	border-right: 1px solid rgba(200,200,200,1.00);
}

.token_table tbody > tr > td {
	border-top: 1px solid rgba(200,200,200,1.00);
	border-bottom: 1px solid rgba(200,200,200,1.00);
	border-left: 1px solid rgba(200,200,200,1.00);
	border-right: 1px solid rgba(200,200,200,1.00);
}

.token_table th, .token_table td{
	text-align: center;
	padding: 4px 8px;
}

.token_button_delete {
	color: rgba(200,0,0,1.00);
	height: 30px;
	width: 30px;
}

.token_button_delete span {
	line-height: 30px;
}

.token_button_delete span:hover {
	text-shadow: 0px 0px 5px rgba(200,200,200,1.00);
	cursor: pointer;
}

footer {
	padding: 8px 15px !important;
	color: #f5f5f5;
	margin-top: 15px;
	min-height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 982px) {
	footer {
		flex-direction: column;
		row-gap: 10px;
	}
	
	footer > div {
		justify-content: center !important;
	}
}

@media (max-width: 363px) {
	#remove_border_363 {
		border-right: unset !important;
	}
}

footer p {
	font-size: 12px !important;
}

footer .footer_element {
	display: flex;
	column-gap: 5px;
	row-gap: 10px;
	flex-wrap: wrap;
	border-left: 1px white solid;
	border-right: 1px white solid;
	padding: 0px 5px;
	justify-content: center;
	width: max-content;
}