:root {
	/* --select-color: #9FC5E8; */
	--select-color: #007bff;
	--select-color-hover: #0056b3;

	--modal-bg-color: rgba(0, 0, 0, 0.6);
	--modal-content-bg-color: #fefefe;
	--border-color: #888;
	--text-color: #000;
	--button-bg-color: #a5dc86;
	--button-border-color: rgba(0, 0, 0, 0.2);
	--close-color: #aaa;
	--hurricane-blue: #000066;
	--hurricane-white: white;
	--hurricane-black: black;

	--hurricane-button-bg-color: #000066;
	--hurricane-button-color: white;
	--hurricane-button-border-color: rgba(0, 0, 0, 0.2);
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	/* width: 950px; */
	font-family: arial, sans-serif;
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
	border: 1px solid #666666;
}

td {
	padding: 5px;
	border: 1px solid #666666;

}

th {
	padding: 5px;
	border: 1px solid #666666;
}

.clear {
	clear: both;
}

#content {
	padding: 0px;
	/* margin-left: 5px; */
	flex-grow: 2;
	/* display: flex; */
	justify-content: center;
	/* margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px; */
}



/* .tabdata.hidden {
    visibility: hidden;
    display: none;
} */
.tabdata {
	border-top: 1px solid #000066;
	padding: 15px;
	min-width: 742px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.tabdata pre {
	white-space: pre-wrap;
}

.tabmenu {
	margin-left: 10px;
	list-style: none;
}

.boundedcontent {
	width: max-content;
	/* max-width: 1200px; */
}

.chartcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 750px;
}

.tabmenuli {
	float: left;
	margin-bottom: -1px;
	margin-right: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #aaaaaa;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	/* font-family: sans-serif; */
	/* font-weight: bold; */
	color: #141414;
	/* border-top-left-radius: 5px; */
	/* border-top-right-radius: 5px; */

	/* font-weight: 600; */

}

.tabmenuselected {
	border-bottom: 1px solid white;
	background-color: #ffffff;

	cursor: auto;
	color: #000066;

}

/* .notice {
	width: 50%;
	padding: 3px;
	border: 1px solid #33ff33;
	background-color: #ccffcc;
	text-align: center;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
} */

/* .error {
	width: 50%;
	padding: 3px;
	border: 1px solid #ff3333;
	background-color: #ffcccc;
	text-align: center;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
} */

img {
	border: 0;
}

a:visited,
a:active,
a:link {
	color: #000000;
	/* text-decoration: none; */
}

a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

h1 a:visited,
h1 a:active,
h1 a:link {
	color: #000066;
}

h1 {
	/* text-decoration: underline; */
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/* margin-left: 110px; */
	/* margin-bottom: 10px; */
	/* margin-top: -20px; */
}

html,
body {
	height: 100%;
}

#centerbody {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}

#clipboard {
	margin: none;
	padding: none;
	border: none;
	background-color: #fff0;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

#searchform input[type=text] {
	flex-grow: 1;
	line-height: 30px;
	font-size: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fffd;
}

.searchbutton {
	background-image: linear-gradient(to bottom right, #000066, #0c0c36);
	border: none;
	color: white;
	/* box-shadow: 5px 5px 5px #020296; */
}

h2 {
	font-size: 1em;
	/* text-decoration: underline; */
	font-weight: bold;
}

h3 {
	font-size: 1em;
	/* text-decoration: underline; */
	font-weight: bold;
}

.contentfiller {
	border-top: 1px solid #000066;
	border-left: 1px solid #00006666;
	margin-top: 24px;
	height: 100%;
}

.leftsidemenu a {
	text-decoration: none;
}

.leftsidemenu {
	max-width: 250px;
	font-size: 18px;
	height: 100%;
	border-right: 1px solid #00006666;
	border-top: 1px solid #000066;
}

.leftsidemenuitems {
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.leftsidemenuitems li {
	padding-bottom: 5px;
	text-decoration: none;
	font-size: .9em;
}

ul.leftsidemenuitems li a:link {
	color: #000066;
}

ul.leftsidemenuitems li a:visited {
	color: #000066;
}

ul.leftsidemenuitems li a:active {
	color: #000066;
}

.menuheader {
	padding-top: 2px;
	padding-bottom: 1px;
	color: white;
	padding-right: 10px;
	background-color: #000066;
	text-align: center;
}

a:link.underboldlink,
a:visited.underboldlink,
a:active.underboldlink {
	text-decoration: underline;
	font-weight: bold;
}

a:link.boldlink,
a:visited.boldlink,
a:active.boldlink {
	font-weight: bold;
}

.search {
	float: right;
	margin-top: -60px;
	margin-right: 350px;
	height: 25px;
	width: 180px;
	display: inline;
}

div.search input[type=text] {
	padding-top: 2px;
	border: 1px solid #000066;
	width: 115px;
	height: 18px;
	display: inline;
	float: left;
}

div.search input[type=submit] {
	border: 1px solid #000066;
	height: 22px;
	float: left;
	margin-left: 8px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	display: inline;
}

.irrbox {
	border: 1px solid #000000;
	margin-bottom: 20px;
	clear: both;
}

.irrdata {
	font-family: monospace;
	padding: 10px;
	float: left;
	clear: both;
	white-space: pre-wrap;
}

.irrsource {
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
	color: #ffffff;
	background-color: #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	float: left;
	clear: both;
	cursor: pointer;
}

.dnshead {
	padding-left: 5px;
	border-bottom: 1px solid #000066;
	font-weight: bold;
}

.dnsdata {
	padding-left: 10px;
	margin-bottom: 15px;
}

.rblok:nth-child(odd) {
	padding-left: 5px;
	background-color: #00ee55;
	width: 350px;

}

.rblok:nth-child(even) {
	padding-left: 5px;
	background-color: #00FF66;
	width: 350px;

}

.rbllisted:nth-child(odd) {
	padding-left: 5px;
	background-color: #ee0000;
	width: 350px;
}

.rbllisted:nth-child(even) {
	padding-left: 5px;
	background-color: #ff0000;
	width: 350px;
}

.rbltext {
	float: right;
}

.webthumb img {
	padding: 10px;
	border: 1px solid #000066;
}

#footer {
	/* margin-left: 100px; */
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.sortable th a {
	text-decoration: none;
}

.stale {
	padding: 20px;
	text-align: center;
	border: 1px solid #ff0000;
	background-color: #ffcccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.privateasn {
	padding: 20px;
	text-align: center;
	border: 1px solid #ff0000;
	background-color: #ffcccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bogon {
	padding: 20px;
	text-align: center;
	border: 1px solid #ff0000;
	background-color: #ffcccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.alignright {
	text-align: right;
}

.flag {
	padding: 0px;
	margin: 0px;
	width: 43px;
	height: 20px;
	max-height: 20px;
	text-align: right;
}

.valigntop {
	vertical-align: top;
}

.rpad5 {
	padding-right: 5px;
}

.rmargin8 {
	margin-right: 8px;
}

.h30 {
	height: 30px;
}

.down2 {
	position: relative;
	top: 2px;
}

.rpad10 {
	padding-right: 10px;
}

.centeralign {
	text-align: center;
}

.dnsbool {
	width: 50px;
	max-width: 50px;
}

.nstests {
	float: left;
	width: 220px;
}

.nstestsresult {
	float: left;
	width: 30px;
}

.nscounts {
	float: left;
	width: 110px;
}

.nscountsnum {
	float: right;
	text-align: right;
	width: 190px;
}

.tldleft {
	width: 50%;
}

.tldright {
	width: 50%;
}

.w100p {
	width: 100%;
}

.w30 {
	width: 30px;
}

.w50p {
	width: 50%;
}

.lpad15 {
	padding-left: 15px;
}

#showcontact {
	cursor: pointer;
	text-decoration: underline;
}

.red {
	color: red;
}

.social {
	margin-left: 10px;
	width: 150px;
}

table.tinyfont td {
	font-size: 0.7em;
	text-align: right;
}

.announcedas {
	height: 22px;
}

.nowrap {
	white-space: nowrap;
}

.roakey {
	padding: 0px;
	margin: 0px;
	height: 20px;
	top: 0px;
	right: 0px;
	max-height: 20px;
	text-align: right;
	float: right;
	width: 27px;
}

.irrimg {
	padding: 0px;
	margin: 0px;
	height: 20px;
	top: 0px;
	right: 0px;
	max-height: 20px;
	text-align: right;
	float: right;
	width: 27px;
}

.irrimg+a,
.roakey+a {
	margin-right: 10px;
}

.font-small {
	font-size: 0.75em;
}

.peerlinechart {
	width: 740px;
	height: 250px;
}

.prefixchart {
	width: 740px;
	height: 200px;
}

.graphtitle {
	text-align: center;
	font-weight: 500;
	color: #555;
	font-size: 15px;
	font-family: sans-serif;
}

.barchart {
	width: 360px;
	height: 490px;
}

.realtime-indicator {
	border: 2px solid #00888d;
	border-radius: 5px;
	color: #00888d;
	font-weight: 900;
}

.peerchart {
	width: 360px;
	height: 250px;
}

.offpage {
	position: absolute;
	left: -999px;
	top: -999px;
}

#exchangegraph {
	width: 360px;
	height: 490px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.float-right {
	float: right;
}

.red {
	color: red;
}

.hover-red:hover {
	color: red;
}

/* 

*/

/* for the login modal */

.login-modal {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
}

.login-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #555;
	border-radius: 3px;
	width: 40%;
	/* Could be more or less, depending on screen size */
}

.login-modal input {
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	height: 2.25rem;
	font-size: 20px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fffd;
	padding: 5px;
}

.login-modal .field {
	margin-top: 5px;
	color: #555;
}

.login-modal h1 {
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	margin: -20px -20px -5px -20px;
	padding: 10px;
	background-color: var(--hurricane-blue);
	color: var(--hurricane-white);
	border-bottom: 1px solid #555;
}

.login-modal-text {
	text-align: center;
	font-weight: bold;
	color: #555;
}

.login-modal-text a {
	text-decoration: none;
}

.login-modal button,
#login_button {
	background-color: var(--hurricane-button-bg-color);
	color: var(--hurricane-button-color);
	border: 2px solid var(--hurricane-button-border-color);
	border-radius: 3px;
}

.login-modal button:hover,
#login_button:hover {
	filter: brightness(250%);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5)
}

.login-modal-error {
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: rgb(220, 53, 69);
	color: #fff;
	padding: 10px;
	margin: 0px 2px 0 2px;
}

.login-button {
	padding: 5px;
}


/* logo containers */

.logo-container {
	display: flex;
	/* Enables flexbox */
	align-items: center;
	/* Vertically center aligns the flex items */
	justify-content: center;
	/* Horizontally center aligns the flex items */
	text-align: center;
	/* Centers the text for cases where it breaks into multiple lines */
	border-radius: 4px;
	border: 1px solid transparent;
	margin: 3px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;

}

.disabled {
	pointer-events: none !important;
	background-color: #999 !important;
	cursor: not-allowed !important;
}

.external {
	width: 13px;
	padding-left: 2px;
}

.logo-container img {
	height: 20px;
	margin: 10px;
	margin-right: 10px;
	/* Optional: adds some space between the logo and the text */
}

.logo-container:hover {
	filter: brightness(150%);
	border: 1px solid #000;
	border-radius: 4px;
}

.peeringdb {
	background-color: #4b6063;
}

.peeringdb img {
	height: 26px;
}

.henet-tunnelbroker {
	background-color: #2E5A88;
}

.henet-tunnelbroker img {
	height: 26px;
}

.henet-bgptoolkit {
	background-color: #06c
}

.henet-bgptoolkit img {
	height: 26px;
}

/* end login */

/* Blur effect for the background when modal is open */
.blur,
.blur-background {
	filter: blur(5px);
}

/* view hide password field */
.control {
	position: relative;
}

.control .input {
	width: 100%;
	padding-right: 40px;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.seperator-85-center {
	margin: auto;
	width: 85%;
}

/* user profile information */
.dashboard-container {
	/* Use a percentage-based width to allow expansion */
	width: 80%;
	margin: 0 auto;
	/* Center the container on the page */
	padding: 20px;
}

.section-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}

.data-table {
	/* Let the table stretch to full container width */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	/* Fixed layout ensures columns remain uniform */
	table-layout: fixed;
}

.data-table th,
.data-table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.data-table th {
	background-color: #f5f5f5;
	width: 30%;
}

/* The second column is the remainder of the table width (70%). */
.data-table td {
	width: 70%;
	word-wrap: break-word;
	/* Prevents text from overflowing in fixed layout */
}

.data-table tr:hover {
	background-color: lightgray;
}

.empty-message, .error-description {
	color: #888;
	font-style: italic;
	margin-top: 10px;
}

/* peers table */

.peering-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-family: Arial, sans-serif;
}

.peering-table th,
.peering-table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.peering-table th {
	background-color: #f5f5f5;
}

/* Hover effect for rows */
.peering-table tbody tr:hover {
	background-color: #fafafa;
}

/* Make the table responsive on small screens */
@media (max-width: 600px) {
	.peering-table {
		font-size: 0.9rem;
	}

	.peering-table th,
	.peering-table td {
		padding: 8px;
	}
}

/* modal styles */

/* Modal container */
.modal {
	display: none;
	/* Hidden by default, shown via JavaScript */
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: var(--modal-bg-color, rgba(0, 0, 0, 0.5));
}

/* Modal content styling */
.modal-content {
	position: relative;
	background-color: var(--modal-content-bg-color, #fff);
	margin: 10% auto;
	padding: 20px;
	border: 1px solid var(--border-color, #ccc);
	width: 50%;
	max-width: 750px;
	border-radius: 6px;
}

/* Grid layout for the form */
.peer-form-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* Each column takes half width */
.peer-form-grid .column {
	flex: 1 1 45%;
}

/* Field spacing */
.peer-form-grid .field {
	margin-bottom: 15px;
}

/* Label and Input styling */
.peer-form-grid .label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: var(--text-color, #333);
}

.peer-form-grid .input {
	width: 100%;
	height: 2.25rem;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fffd;
	padding: 5px;
}

/* Ensure select matches input fields */
.peer-form-grid select.input {
    width: 100%;
    height: 2.25rem;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fffd;
    padding: 5px;
    padding-right: 30px; /* Space for icon */
    appearance: none; /* Remove default arrow */
}

/* Position Bootstrap icon */
.control {
    position: relative; /* Allows absolute positioning */
}

.dropdown-icon {
    position: absolute;
    right: 10px; /* Adjust to align properly */
    top: 50%;
    transform: translateY(-100%);
    pointer-events: none; /* Prevents interaction with the icon */
    color: #666; /* Match text color */
}

/* Close button styling */
.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: var(--text-color, #333);
}

/* Modal headings */
.modal h1 {
	text-align: center;
	margin: -20px -20px 10px -20px;
	padding: 10px;
	background-color: var(--select-color, #eee);
	border-bottom: 1px solid #555;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 24px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.modal-content {
		width: 80%;
		margin: 20% auto;
	}

	.peer-form-grid {
		flex-direction: column;
	}

	.info-box {
		font-size: 14px;
		padding: 15px;
	}

}

/* add peers button */
.peer-modal-button {
	width: fit-content;
	font-size: 16px;
}

.peer-table-header {
	display: flex;
	justify-content: flex-start;
	/* Aligns items to the left */
	align-items: flex-start;
	/* Aligns items to the top */
	width: 100%;
	padding-bottom: 10px;
	/* Spacing between button and table */
}

.add-peer-btn, .add-affiliation-btn {
	padding: 2px 5px;
	margin-right: 15px;
	background-color: var(--select-color, #eee);
	color: white;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.add-peer-btn:hover, .add-affiliation-btn:hover {
	background-color: var(--select-color-hover, #eee);
}

.info-box {
	background-color: #f8f9fa;
	/* Light, neutral background */
	border: 1px solid #d1d1d1;
	/* Soft gray border */
	border-radius: 2px;
	/* 2px rounded corners */
	padding: 20px;
	/* Comfortable padding for readability */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	/* Readable font size */
	line-height: 1.5;
	/* Improve line spacing for readability */
	color: #333;
	/* Dark gray text for contrast */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	/* Subtle shadow for depth */
	margin-bottom: 20px;
	/* Spacing below the box */
}

.info-box-warning {
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.subtable-head {
	width: 100%;
}

.subtable-head h3 {
	text-decoration: none;
}

.red-hover:hover {
	color: red;
}

.green-hover:hover {
	color: green;
}

.orange-hover:hover {
	color: orange;
}

.blue-hover:hover {
	color: blue;
}
.custom-tooltip {
    position: absolute;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    transition: opacity 0.2s ease;
    pointer-events: none;
    opacity: 0;
    z-index: 9999;
    white-space: pre-wrap; /* 💡 Key addition for multi-line */
    max-width: 300px;       /* Optional: wrap lines after certain width */
    word-wrap: break-word;
}

/* show a ? on info */
.info-cursor {
	cursor:help;
}

.table-row-cursor {
	cursor:default;
}


/* Generic Modal Content Styling */
.modal-content {
	width: 50%;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid var(--border-color, #888);
	border-radius: 6px;
  }
  
  /* Generic Modal Header Styling */
  .modal-header {
	text-align: center;
	margin: -20px -20px 10px -20px;
	padding: 10px;
	color: var(--hurricane-white, white);
	border-bottom: 1px solid #555;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 24px;
  }
  
  /* Generic Paragraph Styling */
  .modal-content p {
	font-size: 16px;
	margin: 10px 0;
  }
  
  /* Generic Input Styling */
  .input {
	width: 100%;
	height: 2.25rem;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fffd;
	padding: 5px;
	margin-bottom: 20px;
  }
  
  /* Modal Actions: Align Buttons Side by Side */
  .modal-actions {
	display: flex;
	justify-content: space-around;
  }
  
  /* Generic Button Styling for Modals */
  .modal-content button, .profile-form-section button {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  /* Confirm Button (Delete) */
  .modal-confirm-delete, .profile-confirm-critical {
	background-color: var(--delete-bg, #c0392b) !important;
	color: var(--hurricane-black, black);
  }
  
  /* Confirm Button (Reclaim) */
  .modal-confirm-reclaim, .profile-confirm, .modal-confirm-info {
	background-color: var(--reclaim-bg, #007bff) !important;
	color: var(--hurricane-white, white);
  }
  
  .profile-confirm-warn {
	background-color: var(--reclaim-bg, orange) !important;
	color: var(--hurricane-black, black);

	/* color: var(--hurricane-white, white); */
  }

  /* Disabled Button State */
  .modal-content button:disabled {
	background-color: #e6b3b3;
	cursor: not-allowed;
  }
  
  /* Cancel Button Styling */
  .modal-cancel, .profile-cancel {
	background-color: var(--cancel-bg, #bdc3c7);
	color: var(--hurricane-white, white);
  }
  
  /* Hover Effects for Confirm Buttons */
  .modal-confirm-delete:hover:not(:disabled), .profile-confirm-delete:hover:not(:disabled) {
	background-color: #a93226;
  }
  .modal-confirm-reclaim:hover:not(:disabled), .profile-confirm:hover:not(:disabled) {
	background-color: #0069d9;
  }
  
  /* Hover Effects for Cancel Button */
  .modal-cancel:hover {
	background-color: #95a5a6;
  }
  
  /* Table Row Status Colors */
  .tr-red {
	background-color: #f8d7da;
  }
  .tr-orange,.bg-orange {
	background-color: #fff3cd;
  }
  .tr-green {
	background-color: #d4edda;
  }
  .tr-blue {
	background-color: #d7e6fc;
  }
  

  .advanced-section {
    background-color: #f8f9fa;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 10px;
}

#toggle-advanced {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

#toggle-advanced:hover {
    background-color: #0056b3;
}

#flashNotifications {
	flex-grow: 1;     /* Take up remaining space */
	text-align: center; /* Center its text within that space */
}

/* notofcations */

/* Notification Container */
.notification-container {
    /* z-index: 9999; */
    width: 300px;
}

/* Notification Box */
/* .notification { */
    /* background-color: #f8f9fa; /* Light gray (Bootstrap-like) */
    /* border-left: 5px solid #007bff; /* Blue left border */
    /* color: #333;
	padding: 2px 5px;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
} */

.notification {
    padding: 2px 5px;
    border-radius: 4px;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); */
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    color: #fff; /* White text for contrast */
    transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
    /* margin-bottom: 5px; */
    font-weight: bold;
}

/* Success Notification */
.notification.success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
    /* background-color: #28a745;
    border-left: 5px solid #1e7e34; */
}

/* Error Notification */
.notification.error {
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    /* background-color: #dc3545;
    border-left: 5px solid #a71d2a; */
}

/* Warning Notification */
.notification.warning {

    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;

    /* background-color: #ffc107;
    border-left: 5px solid #d39e00;
    color: #333; */
}

/* Info Notification */
.notification.info {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

/* Fade out effect */
.notification.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.notice {
    background-color: #f8f9fa; /* Light gray background */
    border-left: 5px solid #007bff; /* Blue accent */
    color: #333;
    padding: 12px 16px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.table-description {
    font-size: 18px;
    font-weight: 500;
    color: #444; /* Slightly muted black for readability */
    margin-bottom: 8px;
	margin-top: 20px;
    padding-left: 5px;
    border-left: 4px solid #007bff; /* Blue accent */
}

.table-description.bar-orange {
    border-left: 4px solid orange !important; /* red accent */
}

.table-description.bar-red {
    border-left: 4px solid #c0392b !important; /* red accent */
}

/* */

.profile-form-section {
	width: 100%;
    border: black 1px solid;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
	margin: 10px 0 20px 0;
}
.profile-form-section.orange-background{
	background-color: #fff3cd;
}

.profile-form-section.red-background{
	background-color: #ffcccc;
}

.alert {
	
}

.alert-danger {
	color: red;
}

.alert-info {
	color: #007bff;
}

.spinner {
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
  }
  
  @keyframes spin {
	to { transform: rotate(360deg); }
  }
  