html {
	height: 100%
}

p {
	margin-bottom: 2.2rem;
}

th {
	background-color: #f9f9f9;
	 !important;
}

.btn-group-md.special .btn.active {
    background-color: #f9f9f9; /* Brighter active state */
}

.btn-group-md.special .btn:hover {
    background-color: #fcfcfc; /* Match active background */
}

.ServiceNoteAttrVal,.DataPointServiceNoteAttrVal {
    font-size: 1.75em;
    font-weight: bold;
	text-transform: capitalize;
}
.Service\.noteLabel,.DataPoint\.service\.noteLabel {
    display: none;
}

.D2WEditAttachment input[type="file"] {
    display: block;
    width: 100%;
	border: none;
	padding: 0;
}

.D2WEditAttachment label {
    font-size: 1.8rem;
    font-weight: 500;
}

.D2WEditAttachment {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between elements */
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.D2WEditAttachment a {
    text-decoration: none;
    color: #007bff;
    margin-right: 8px;
}

.D2WEditAttachment img {
    width: 21px;
    height: 21px;
    margin-left: 0.45rem;
}

.D2WEditAttachment .download {
    flex-grow: 1; /* Allow the file name link to stretch */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.D2WEditAttachment .delete {
    padding: 4px 8px;
    background-color: #c4183c;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
}

.D2WEditAttachment .delete:hover {
    background-color: #bb1336;
}



.home tr td:first-child {
	color: #666 !important;
	font-weight: bold;
	background-color: #f9f9f9;
}

.dashboard .card-footer {
	background-color: #FAFAFC;
}

.faq-accordian .card .card-header h6 {
	cursor: pointer;
}

.D2WPropertyDebugInfo {
	position: relative;
	z-index: 1000;
}

.btn {
	font-weight: bolder;
}

.NewAccountPrivacyAttrVal {
	font-weight: bolder;
	color: rgba(0, 0, 0, 1);
}

.navbar .btn-outline-primary {
	color: rgba(255, 255, 255, .7);
}

.nav-tabs-bton-group .btn-primary,
.navbar .btn-outline-primary {
	border-color: #2D7DCC !important;
	background-color: #2D7DCC !important;
}

.nav-tabs-bton-group .btn-primary:hover {
	border-color: #3B88D5 !important;
	background-color: #3B88D5 !important;
}

.nav-tabs-bton-group .btn-primary:not(:disabled):not(.disabled).active,
.nav-tabs-bton-group .show>.btn-primary.dropdown-toggle,
.nav-tabs-bton-group .btn-primary:active,
.navbar .btn-outline-primary:hover {
	border-color: #2065BA !important;
	background-color: #2065BA !important;
}

.card-link  {
	margin:0.25rem;
}

.card,
.nav-tabs .nav-link.active {
	background-color: #fdfdfe;
}


.Container {
	display: flex;
}

.Container strong {
	font-weight: 600;
	color: #007bff;
	font-size: 2.5rem;
	line-height: 2.2rem;
	margin-left: 5px;
	margin-right: 6px;
}

.FirstBox,
.SecondBox {
	padding-left: 2rem;
	padding-right: 2rem;

}

.Container ul {
	display: block;
	text-transform: lowercase;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.Container li {
	list-style: square;
	list-style-type: square;
	display: flex;
	margin-bottom: 1.25rem;
	line-height: 1.25rem;
}

.Notice {
	border-radius: .625rem !important;
	margin-top: 4rem;
	background-color: #fdfdfe;
}

body {
	height: 100%;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.68;
}

.list-inline-item h2 {
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid rgba(0, 0, 0, .125);
}

.input-group-prepend .input-group-text {
	text-overflow: fade;
	whitespace: nowrap;
	overflow: hidden;
	max-width: 18rem;
}

.lead {
	text-transform: capitalize;
	font-weight: 400;
}

.alert {
	font-size: larger;
	border-radius: 0.1875rem;
}

.alert-bounce {
	animation-duration: 0.88s;
	animation-name: bounce;
	animation-iteration-count: 1;
}

.header .badge {
	white-space: normal !important;
}

.badge {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.active .text-secondary,
.btn-light:not(:disabled):not(.disabled).active {
	color: #007bff !important;
}

.ErrorLine .AttrVal .input-group-prepend {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
	background-color: #f9fafb;
	border: 1px solid #becad6;
}

.modal-full {
	min-width: 90%;
}

.modal-full .modal-body {
	padding: 1rem;
}

.modal-full .modal-content,
.modal-full textarea {
	min-height: 60vh;
}

.modal-header,
.modal-footer {
	border-bottom: none;
	border-top: none;
}

.modal-header .close {
	margin-bottom: auto;
	margin-top: auto;
}

.nav-tabs .nav-item {
	margin-bottom: -2px;
	margin-l: 2px;
	margin-right: 2px;
}

.large {
	font-size: 100%;
}

.custom-control {
	margin-top: 0;
	padding-bottom: 0;
}

.button-hover:hover {
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	opacity: 0.38;
}

h1 {
	//margin-left: 1rem;
	color: #545454;
	text-shadow: none;
	line-height: 150%;
}

h5 {
	padding-top: 1rem;
	line-height: 150%;
}

.navbar {
	background-color: #0076BA;
	min-height: 4.1rem;
}

.navbar a,
.navbar a:hover {
	color: #fff;
}

.marketing h5 {
	font-weight: 100;
	line-height: 175%;
}

.EmbeddedListWrapper .card-body,
.EmbeddedListWrapper form {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

footer {
	font-size: 80%;
}

#page-content {
	flex: 1 0 auto;
}

#sticky-footer {
	flex-shrink: 0;
}

.dropdown .nav-link {
	padding: 0.38rem;
}

.btn-circle.btn-xsm {
	padding: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 0.875rem;
}

.btn-circle.btn-sm {
	padding: 0;
	width: 2rem;
	height: 2rem;
	padding-top: 3px;
	padding-right: 3px;
	border-radius: 1rem;
}

.btn-circle.btn-md {
	width: 50px;
	height: 50px;
	padding: 0;
	padding-right: 2px;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 0;
	padding-right: 2px;
	border-radius: 35px;
}

.pre {
	white-space: pre-line;
	/* css-3 */
	white-space: -moz-pre-line;
	/* Mozilla, since 1999 */
	white-space: -pre-line;
	/* Opera 4-6 */
	white-space: -o-pre-line;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.ERXNavigationMenu .Level2Items {
	background-image: none;
	background-color: transparent;
}

.ERXNavigationMenu .Level1Items {
	background-image: none;
	background-color: transparent;
}

.Nav1Selected a {
	background-color: #fff;
}

.Wrapper textarea.form-control {
	font-size: 1.25rem;
	line-height: 1.5;
	min-height: 14em;
}

.profile {
	margin: 0 auto 0;
}

.profile img {
	min-width: 100%;
	height: auto;
	max-width: 15rem;
}

.navbar-brand {
	margin-right: 0;
}

.navbar li {
	margin-left: .33rem;
}

.img-thumbnail {
	background-color: transparent;
}

.btn-group {
	flex-wrap: wrap;
}

.card-body .EditAttrVal .btn-group .btn,
.card-body .CreateAttrVal .btn-group .btn {
	border: 0;
	border-bottom: 0.5px solid #becad6;
	margin-bottom: 0.25rem;
	box-shadow: -1px 0px 1px -1px #616161;
}

.margin-four {
	margin: 3rem;
}

.margin-two {
	margin: 2rem;
}

.attribute-title {
	text-align: right;
	white-space: nowrap;
}

.card-deck .card {
	max-width: 19rem;
	min-width: 14rem;
	margin-right: -1px;
}

.dropdown-menu {
	left: -2.8rem;
}

.dropdown-menu.show {
	padding: .75rem 0;
}

.dropdown-item {
	text-transform: capitalize;
}

.input-group>.input-group-prepend>.input-group-text {
	text-overflow: ellipsis;
	whitespace: nowrap;
	overflow: hidden;
	max-width: 15rem;
}

.image-fav {
	display: block;
	height: 400px;
	width: 100%;
	position: relative;
	z-index: 1000;
	background-color: #333;
}

#id1:hover .image-fav {
	display: block;
}


@media (max-width: 376px) {
	.input-group>.input-group-prepend {
		text-overflow: ellipsis;
		max-width: 1rem;
	}

	h1 {
		font-size: 3.5rem !important;
	}

	/*1rem = 16px*/
}

@media (max-width: 576px) {
	.media-body {
		text-align: center;
	}
}

@media screen and (max-width: 992px) {
	.dropdown-menu {
		left: -5.0rem;
	}

	.profile img {
		max-width: 14rem;
	}

	.margin-two {
		margin: 1rem;
	}

	.margin-four {
		margin: 2rem;
	}

	h1 {
		font-size: 3.5rem !important;
		margin: 1rem;
	}
}

@media (max-width: 1200px) {}

@media (max-width: 244px) {
	.badge-container {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.Container {
		display: block;
	}
	.dashboard .row {
		margin-right: -7px !important;
		margin-left: -25px !important;
	}
	h5,
	pre {
		padding: 0;
		padding-top: 1rem;
	}

	.dropdown-menu {
		left: -5.0rem;
	}

	.card-deck {
		margin: 0 auto 0;
		width: 100%;
		max-width: 100%;
		box-shadow: none;
		border: none;
		border-radius: 0;
	}

	.card-deck .card,
	.card {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}

	.attribute-title {
		text-align: left;
		padding-top: 1rem;
	}

	.profile img {
		max-width: 26rem;
	}

	.margin-two {
		margin: 0 !important;
	}

	.nopad-sm {
		padding: 0.2rem !important
	}

	.margin-four {
		margin: 1rem !important;
	}

	.card,
	.card-footer:last-child,
	.card-header:first-child {
		border-radius: 0;
	}

	.page-contents .card-body {
		padding: 1rem;
	}

	.navbar li {
		display: block; //
		font-size: 145%;
		margin: .33rem;
	}

	.dropdown-item {
		font-size: 120%;
	}

	.fulljumbo,
	.container {
		padding: 0;
		margin: 0 auto 0;
	}
}

@media (prefers-color-scheme: dark) {

	th {
		font-weight: bold;
		background-color: #333 !important;
		color: #ccc !important;
	}

	.home tr td:first-child {
		color: #bbb !important;
		background-color: #222 !important;
	}

	td {
		color: #999 !important;
	}
	
	.page-item.disabled .page-link,
	.page-link {
		background-color: #222;
	}

	.nav-tabs-bton-group a,
	.nav-tabs-bton-group .btn {
		color: #000 !important;
	}

	.input-group-text,
	.ErrorLine .AttrVal .input-group-prepend {
		background-color: #222;
	}

	.dashboard .card-footer {
		background-color: rgba(90, 97, 105, .06);
	}

	.card-group .card-body,
	.card-group .card-footer {
		border-right: 1px solid #555;
	}

	.nav-tabs .nav-item .active {
		background-color: #212626;
		border-color: #444;
		color: #eee !important;
	}

	.dropdown-divider,
	.border-top {
		border-top: 1px solid #424242 !important;
	}

	.border-bottom {
		border-bottom: 1px solid #424242 !important;
	}

	.dropdown-menu,
	.card-header {
		background-color: #333;
		border-color: #424242;
		color: #666 !important;
	}

	.navbar-dark .dropdown-menu a:hover,
	.dropdown-item:hover,
	.navbar .btn-outline-primary,
	.NewAccountPrivacyAttrVal {
		color: black !important;
	}

	.img-thumbnail,
	.list-group-item {
		background-color: transparent;
	}

	html,
	body {
		background-color: black;
	}

	.bg-white,
	.card,
	.card-group,
	.jumbotron {
		background-color: #212626 !important;
	}

	.btn-dark {
		background-color: #fff !important;
		color: black;
	}

	body,
	p,
	.AttrVal,
	.navbar-dark .dropdown-menu a,
	h5,
	.dropdown-item {
		color: #aaa !important;
	}

	.pre,
	h6,
	h1,
	h2,
	h3 {
		color: #e4e4e4 !important;
	}

	.lead {
		color: #ccc !important;
	}

	.bg-white,
	h4,
	.h5,
	.text-black,
	.Label,
	.text-dark,
	.ObjRow {
		color: white !important;
	}

	.btn-outline-secondary {
		border-color: #e4e4e4 !important;
		color: #e4e4e4 !important;
	}

	.btn-outline-light {
		border-color: #aaa;
		color: #aaa !important;
	}

	.bg-muted {
		background-color: #292929 !important;
	}

	.badge-dark {
		background-color: #333 !important;
		border-color: #393939 !important;
	}

	.btn-light.active {
		background-color: #BFC4C8 !important;
		border-color: #393939 !important;
	}

	.bg-light,
	.navbar li a,
	.navbar-brand {
		color: black !important;
	}

	input,
	.bg-light,
	textarea,
	.modal-content {
		color: white !important;
		background-color: #333 !important;
	}
	
	.D2WEditAttachment a {
		color: white !important;
	}
	
	.D2WEditAttachment {
	   border: 1px solid #393939;
 	   background-color: #444;
	}

	.card {
		box-shadow: 0 .46875rem 2.1875rem rgba(6, 6, 6, .6), 0 .9375rem 1.40625rem rgba(6, 6, 6, .6), 0 .25rem .53125rem rgba(6, 6, 6, .12), 0 .125rem .1875rem rgba(6, 6, 6, .6);
	}

	.modal-content {
		box-shadow: 0 .46875rem 2.1875rem rgba(0, 0, 0, .7), 0 .9375rem 1.40625rem rgba(0, 0, 0, .7), 0 .25rem .53125rem rgba(0, 0, 0, .52), 0 .125rem .1875rem rgba(0, 0, 0, .7);
	}
}
