:root {
    --nav-background: #fff;
    --first-color: #333;
    --second-color: #777;
    --third-color: #000;
    --text-color: #fff;

    --box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
    --text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);

    --vd-first-color: #381c00;
    --vd-second-color: #ed8b00;
    --vd-third-color: #fbb040;
    --vd-fourth-color: #f5c11a;
    --vd-fifth-color: #e7e6dd;
}

*{
	font-family: 'Asap', sans-serif;
}

html,
body {
    height: 100%;
}

.navbar {
	font-family: 'Asap', sans-serif;
    font-weight: 700;
	font-size: 1.3rem;
    color: #3E4C1B;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:link, a:active, a:visited {
    color: inherit;
}

.underline {
    text-decoration-line: underline;
}

.block {
    max-width: 800px;
}

.logo {
	width: 250px;
}

.avatar {
	width: 2.5rem;
	height: 2.5rem;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
	background-color: #e3f2fd;;
}

#loading_container {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.78);
    z-index: 2147483647;
}

#loading {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}

.clickable {
    cursor: pointer;
}

/* 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;
}
*/

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.blocked {
    pointer-events: none;
    touch-action: none;
}

.qr_code {
    width: 300px;
    height: 300px;
}
