/* Size for brand */
nav .navbar-brand
{
    font-size: xx-large;
}

/* Colors for brand */
nav .navbar-brand .blue
{
    color: #537fbe;
}
nav .navbar-brand .red
{
    color: #ea433b;
}
nav .navbar-brand .yellow
{
    color: #f5b82e;
}
nav .navbar-brand .green
{
    color: #2e944b;
}

.main-table
{
    width: 90%;
    float: center;
}

.container-fluid
{
    object-fit: cover;
}

.delete-button
{
	height: 2rem;
	width: 2rem;
	margin: 10px;
	position: absolute;
	line-height: 0;
	right: 0%;
	border: 0;
}

.db-img
{
	background-image: url('trash-red.png');
	border: 0;
	position: absolute;
	top: 0%;
    left: 0%;
	width: 2rem;
	height: 2rem;
	background-size: 100%;
	transition: background-image 0.25s ease;
}

.db-img:hover
{
	background-image: url('trash-white.png')
}

body {
	background-color: #f0f0f0;
}

.scrollable-content::-webkit-scrollbar {
	display: none;
}

.centered {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.centered-text {
	margin: auto;
	text-align: center;
}

.same-line {
	display: inline;
	padding: 0px 0px 0px 0px;
}

input[type="checkbox"] {
	appearance: auto; /* Ensure default appearance */
}

.multiple-choice-option {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}