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

.checkboxItem{
	width: 300px;
	height: 44px;
	padding: 12px 16px 12px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.checkboxLabel {
	margin-left: 15px;
}

.buttonTextOnly {
	background: none;
	color: #005397;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
}

.checkboxStyle {
	width: 20px;
	height: 20px;
	background-color: red;
}

.clearAllColor {
	color: #006DEB;
}

.selectAllColor {
	color: #005397;
}

.buttonStyle{
font-weight: 600;
	border: 1px solid;
	cursor: pointer;
}

.textBold{
	font-weight: 600;
}

/* 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;
    height: 100%;
}

body {
	/* Margin bottom by footer height */
	height: 100%;
	font-family: 'Inter', sans-serif;
}

.footer {
    background-color: #f5f5f5;
}

.popover {
    max-width: 600px;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}