

@media (prefers-color-scheme: dark) {
	section#hero,
	section#hero .container,
	section#hero .container h1.display-4.fw-bold,
	section#hero .container p.lead,
	section#hero .container a.btn.btn-primary.btn-lg.mt-3 {
		color: black !important;
	}
}

.main-footer{
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 10px 0 !important;
	background:none !important;
	border-top: groove !important;
	color:Black !important;
}

.pricing-column {
	position: relative;
	margin: 10px 10px 40px;
	padding:60px;
	/*border-width: thick;*/
	/*border-color:black;*/
	border: 1px solid black;
}
.pricing-column .inner-box {
	position: relative;
	padding: 0 0 40px;
}
.pricing-column .plan-title {
	font-size: 20px;
	color: #71b6f9;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.pricing-column .plan-price {
	font-size: 30px;
	margin-bottom: 10px;
	color: #323a46;
}
.pricing-column .plan-duration {
	font-size: 13px;
	color: #98a6ad;
}
.pricing-column .plan-stats li {
	margin-bottom: 15px;
	line-height: 24px;
}


body[data-layout-color=dark] .pricing-column .plan-price {
	color: #f7f7f7;
}
body[data-layout-color=dark] .pricing-column .plan-duration {
	color: #adb5bd;
}

main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.brandText2 {
	display:flex;
	flex-wrap:nowrap;
	flex-shrink:1;
	font-family: Roboto Medium, serif;
	/*font-size: 25px;*/
	color: #2990ff;
	font-size:2rem;
	vertical-align: middle; /*Align text vertically middle*/
	/*padding-left:10px;*/

}

.brand-image2 {
	width: auto;   /*Auto width*/
	max-height: 60px;  /* Or whatever size you want.*/
	vertical-align: middle; /*Align image vertically middle*/
}

.brand-link2{
	display: flex; /*Use flex layout*/
	align-items: center; /*Vertical alignment*/
	/*justify-content: flex-start; !*Horizontal alignment*!*/
	min-height: 100px;
	border-bottom: .1em solid whitesmoke;
	/*margin-left:10px;*/
	/*margin-right:10px;*/
	justify-content: center; /* This will put maximum space between the items */
}

.image-pebbleLogo{
	float: left;
	object-fit: cover;
	width: 100%;
	height: auto;

}

.user-panel2 {

		width: 100%;
		justify-content: stretch;
		min-height: 100px; /* Add minimum height here */
		border-bottom: .1em solid whitesmoke;

}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.my-gridview {
	width: 100%;
	table-layout: fixed;
}

.my-gridview td {
	white-space: normal;
	overflow-wrap: break-word;
}

.my-gridview .col-id {
	width: 10%;    /* Adjust width as appropriate */
}

.my-gridview .col-html {
	width: 45%;    /* Adjust width as appropriate */
}

/*===============================================================*/

/* Fix distorted buttons in Profile View block */
.tbl-user-data-view p > .btn {
	border-radius: .25rem;      /* restore standard BS4 corners */
	display: inline-flex;       /* center the label horizontally/vertically */
	align-items: center;
	justify-content: center;
	line-height: 1.5;           /* fix off-center text caused by odd line-height */
	padding: .375rem .75rem;    /* BS4 default padding */
}

/* spacing + restore left corners on the second button when adjacent */
.tbl-user-data-view p > .btn + .btn {
	margin-left: .5rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}


/* Remove sidebar offset on mobile so content centers */
@media (max-width: 991.98px) {
	.content-wrapper,
	.main-header,
	.main-footer {
		margin-left: 0;
	}

	/* If your body uses these AdminLTE variants, neutralize them too */
	body.sidebar-mini .content-wrapper,
	body.sidebar-mini-md .content-wrapper,
	body.layout-fixed .content-wrapper,
	body.sidebar-collapse .content-wrapper { /* keep zero even if toggled */
		margin-left: 0 ;
	}
}

/* Optional: ensure your main inner page block is centered */
.vw-customer-status-res2-index,
.container,
.container-fluid {
	margin-left: auto;
	margin-right: auto;
}

/* allow children to shrink within the grid cell */
/*.two_tanks{ min-width: 0; }*/

/* never let interior blocks overflow horizontally */
.two_tanks,
.two_tanks * {
	max-width: 100%;
	box-sizing: border-box;
}


/* if you also show the “tank view” with .tk/.tk1 liquid divs, keep them fluid */
/*.tank-values2 .tk,*/
/*.tank-values2 .tk1{ width:100%; }*/

/*.two_tanks{ min-width: 0; }*/


/* 2) Avoid the fixed footer overlapping the content on short screens */
body.layout-fixed .content-wrapper{ padding-bottom: 84px; }  /* ~footer height + a bit */



