﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	position: relative;
	height: 100vh;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.main-container {
	width: 100%;
	height: 100%;
	background: linear-gradient(179.49deg, #4D301B 0.4%, #865B33 99.53%);
}

.login-container {
	position: absolute;
	width: 35%;
	height: 70vh;
	top: 15%;
	left: 32.5%;
}

.login-rectangle {
	padding-top: 20%;
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFDF5;
	box-shadow: -15px 10px 13px 10px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}

.auth-button {
	position: relative;
	width: 40%;
	height: 40px;
	top: 5em;
	background: linear-gradient(180deg, #4D301B 0%, #865B33 100%);
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #FFFDF5;
}

.button-new {
	position: relative;
	background: linear-gradient(180deg, #4D301B 0%, #865B33 100%);
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #FFFDF5;
}


.auth-input {
	margin-bottom: 20px;
	position: relative;
	width: 70%;
	height: 40px;
	left: 15%;
	padding-top: 1%;
	padding-left: 2%;
	background: #FFFDF5;
	border: 1px solid #4D301B;
	box-sizing: border-box;
	border-radius: 5px;
}


h1 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	background: linear-gradient(180deg, #4D301B 29.1%, #865B33 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #949494;
}

.input-login {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #949494;
	font-size: 14px;
}

::-webkit-input-placeholder {
	font-family: Open Sans;
	color: #949494;
}

h4 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #949494;
}

.my-custom-scrollbar {
	position: relative;
	height: 200px;
	overflow: auto;
}

.table-wrapper-scroll-y {
	display: block;
}

a {
	text-decoration: none;
	color: #000;
}

	a:hover {
		text-decoration: none;
		color: #000;
	}

label {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

.btn-custom-primary {
	background-color: #ece3dc !important;
}

.btn-custom-secondary {
	background-color: #b2c49c !important;
	color: white;
}

.q-loading-bar {
	background-color: #c3e6cb
}

.q-field__label {
	font-size: 20px;
}

.q-field__native {
	font-size: 17px
}

.q-chip__content {
	font-size: 17px
}

.q-checkbox__label {
	font-size: 17px
}

.scroll-up-button {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed position */
	bottom: 80px; /* Place the button 20px from the bottom */
	right: 20px; /* Place the button 20px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #555; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 10px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}

	.scroll-up-button:hover {
		background-color: #333; /* Add a dark-grey background on hover */
	}
