@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

img {
	width: 100%;
	height: auto;
}

ul:not(.list) {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 1rem !important;
}

label {
	font-weight: 700;
}

.header {
	position: fixed;
	top: 0;
	right: 0;
    left: 0;
	background-color: #213C74;
	z-index: 1000;
}

.header .brand-name a {
	height: 50px;
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
}

.header .menu a {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}

.header .menu a.active {
	background-color: #080808;
}

.app {
	margin-top: 65px;
	padding-bottom: 60px;
}

.app .side-nav {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.app .side-nav ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.875rem;
	text-decoration: none;
	padding: 15px;
}
.app .side-nav ul li a:not(.sub-menu) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.app .side-nav ul li a:hover {
	background-color: #eee;
}

.app .side-nav ul li a span {
	display: flex;
	align-items: center;
}

.app .side-nav ul li a span i {
	width: 15px;
	margin-right: 5px;
}

.app .side-nav ul li .expandable .fa-chevron-right {
	font-size: 0.8rem;
	transition: all 0.2s ease;
}

.app .side-nav ul li .expandable.active .fa-chevron-right {
	transform: rotate(90deg);
}

.app .side-nav ul li .expandable ~ ul {
	height: 0;
	overflow: hidden;
}

.app .side-nav ul li .expandable.active, .app .side-nav ul li .expandable.active ~ ul li a.active {
	background-color: #337ab7;
	color: #fff;
}

.app .side-nav ul li .expandable.active ~ ul {
	height: auto;
	background-color: #f3f8fc;
}

.app .content {
	margin-top: 30px;
}

.app .login-panel h1 {
	margin-bottom: 15px;
	font-size: 2.25rem;
	font-weight: 500;
}

.app .login-panel p {
	margin-bottom: 15px;
	font-size: 0.875rem;
}

.app .content .exhibitor-note {
	margin: 0;
	color: #ff0000;
	font-size: 0.875rem;
}

.app .content .form-wrapper {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 15px;
}

.app .content .button-wrapper {
	margin-bottom: 15px;
}

.app .content .card:not(:last-child) {
	margin-bottom: 15px;
}

.app .content .card .card-header .icons button {
	font-size: 0.75rem;
	padding: 0 5px;
}

.app .content .admin .report {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.app .content .admin .report:last-child {
	margin: 0;
}

.app .content .admin .report .strike-through {
	text-decoration: line-through;
}

.app .content .admin .title {
	margin-bottom: 15px;
	background-color: #808080;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.app .content .admin .inline-label {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
}

.footer {
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footer a {
	color: #a9a9aa;
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
}

.footer .developed-by a {
	font-size: 0.7rem;
}

.file-name {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: .25rem !important;
	border-bottom-right-radius: 0 !important;
}

.browse-btn {
	border-top-left-radius: 0 !important;
	border-top-right-radius: .25rem !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: .25rem !important;
}

.browse-btn i {
	margin-right: 5px;
}

input[type=file] {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
}

.invalid-feedback {
	width: auto;
	margin: 0;
}

.orange {
	color: #f05d35;
}

.border-bottom {
	border-bottom-width: 2px !important;
	border-bottom-color: #f05d35 !important;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.info-table th,
.info-table td {
	border: 1px solid #f05d35;
	padding: 8px 12px;
	vertical-align: top;
}

.info-table th {
	background-color: #f05d35;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}

.bg-blue {
	background-color: #0b1c47 !important;
}

.form-group {
	margin-bottom: 1rem;
}

.mark {
	width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
	left: 0;
    background-color: #fff;
    border: 1px solid #f05d35 !important;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.2s all ease;
}

.form-check input[type="radio"]:checked ~ .form-check-label .mark {
	background-color: #f05d35;
}

.question {
	font-weight: 500;
}