@media print {
    .container {
        width: auto;
    }
}

body {
	margin-top: 65px !important;
    font-family: 'Poppins', sans-serif !important;
    background-size: contain;
}

#wrapper {
    min-height: 100vh;
}

#content {
    min-height: 100vh;
	height: auto;
    /* padding-bottom: 65px; // for footer */
}

canvas {
        -ms-user-select: none;
	   -moz-user-select: none;
    -webkit-user-select: none;
}

*:focus {
    outline: none;
}
/*
body a {
    color: #000;
}

body a:hover {
    color: #777;
}

a:hover {
    outline: none;
    text-decoration: none;
}*/

h1, .h1 {
    letter-spacing: -1.4px;
    font-weight: bold;
}

h2, .h2, h3, .h3, h4, .h4 {
    letter-spacing: -0.5px;
    font-weight: bold;
}

.form-select:focus, .form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #bbb;
}

.card-footer {
    background-color: inherit !important;
    border-top: none !important;
}

.clickable {
    cursor: pointer;
}

.v-center {
    /* margin: 0; */
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.label {
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.small-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 2px;
}

ul[role='alert'] {
	list-style-type: none;
	padding-left: 0;
}

.feather {
  	width: 18px;
  	height: 18px;
  	vertical-align: text-top;
}

#cardElement {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

/*
 * Sidebar
 */

.sidebar {
	position: absolute;
  	top: 30px;
  	bottom: 0;
  	left: 0;
  	z-index: 100; /* Behind the navbar */
  	padding: 48px 0 0; /* Height of navbar */
  	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  	position: relative;
  	top: 0;
  	height: calc(100vh - 48px);
  	padding-top: .5rem;
  	overflow-x: hidden;
  	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
    	position: -webkit-sticky;
    	position: sticky;
  	}
}

.sidebar .nav-link {
  	font-weight: 500;
  	color: #333;
}

.sidebar .nav-link .feather {
  	margin-right: 4px;
  	color: #999;
}

.sidebar .nav-link.active {
  	color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  	color: inherit;
}

.sidebar-heading {
  	font-size: .75rem;
  	text-transform: uppercase;
}

/* primefaces */
.ui-growl {
	top: 75px !important;
}

body .ui-rating .ui-rating-star a {
	font-size: 1.2em;
}