

@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 */

/* PORTAL DARK MODE NORMALIZER */
body.dark-mode .content-wrapper,
body.dark-mode .main-footer,
body.dark-mode .wrapper {
    background-color: #081421 !important;
    color: #d7e8ff !important;
}

body.dark-mode .content-header h1,
body.dark-mode .content-header .breadcrumb,
body.dark-mode .content-header .breadcrumb a {
    color: #d7e8ff !important;
}

body.dark-mode .card,
body.dark-mode .card-body,
body.dark-mode .card-footer,
body.dark-mode .box,
body.dark-mode .box-body,
body.dark-mode .info-box,
body.dark-mode .callout,
body.dark-mode .modal-content {
    background-color: #0f1f34 !important;
    border-color: rgba(168, 199, 236, .22) !important;
    color: #d7e8ff !important;
}

body.dark-mode .card-header,
body.dark-mode .box-header,
body.dark-mode .modal-header,
body.dark-mode .modal-footer {
    background-color: #10243b !important;
    border-color: rgba(168, 199, 236, .22) !important;
    color: #eaf2ff !important;
}

body.dark-mode .card-title,
body.dark-mode .box-title,
body.dark-mode label,
body.dark-mode legend,
body.dark-mode .control-label,
body.dark-mode .help-block,
body.dark-mode .form-text,
body.dark-mode p,
body.dark-mode li,
body.dark-mode td,
body.dark-mode th {
    color: #d7e8ff !important;
}

body.dark-mode .text-muted,
body.dark-mode .summary,
body.dark-mode .hint-block,
body.dark-mode small {
    color: #aebed2 !important;
}

body.dark-mode .table,
body.dark-mode table {
    color: #d7e8ff !important;
    background-color: #0f1f34 !important;
}

body.dark-mode .table thead th,
body.dark-mode table thead th {
    background-color: #132a45 !important;
    border-color: rgba(168, 199, 236, .24) !important;
    color: #eaf2ff !important;
}

body.dark-mode .table td,
body.dark-mode .table th,
body.dark-mode table td,
body.dark-mode table th {
    border-color: rgba(168, 199, 236, .18) !important;
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd),
body.dark-mode .table-hover tbody tr:hover {
    background-color: #13243a !important;
}

body.dark-mode .form-control,
body.dark-mode .custom-select,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode input[type="text"],
body.dark-mode input[type="email"],
body.dark-mode input[type="number"],
body.dark-mode input[type="password"],
body.dark-mode input[type="search"],
body.dark-mode input[type="date"],
body.dark-mode input[type="datetime-local"],
body.dark-mode input[type="time"] {
    background-color: #13243a !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #eaf2ff !important;
}

body.dark-mode .form-control:focus,
body.dark-mode .custom-select:focus,
body.dark-mode select:focus,
body.dark-mode textarea:focus,
body.dark-mode input:focus {
    background-color: #162b45 !important;
    border-color: #2e6ff2 !important;
    color: #fff !important;
    box-shadow: 0 0 0 .2rem rgba(46, 111, 242, .20) !important;
}

body.dark-mode .input-group-text {
    background-color: #10243b !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #d7e8ff !important;
}

body.dark-mode .select2-container--default .select2-selection--single,
body.dark-mode .select2-container--default .select2-selection--multiple {
    background-color: #13243a !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #eaf2ff !important;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #eaf2ff !important;
}

body.dark-mode .select2-dropdown,
body.dark-mode .dropdown-menu {
    background-color: #10243b !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #eaf2ff !important;
}

body.dark-mode .select2-results__option,
body.dark-mode .dropdown-item {
    color: #eaf2ff !important;
}

body.dark-mode .select2-results__option--highlighted,
body.dark-mode .dropdown-item:hover,
body.dark-mode .dropdown-item:focus {
    background-color: #17395f !important;
    color: #fff !important;
}

body.dark-mode .pagination .page-link {
    background-color: #10243b !important;
    border-color: rgba(168, 199, 236, .24) !important;
    color: #9bc5ff !important;
}

body.dark-mode .pagination .active .page-link {
    background-color: #2e6ff2 !important;
    border-color: #2e6ff2 !important;
    color: #fff !important;
}

body.dark-mode .alert-info {
    background-color: #102a46 !important;
    border-color: rgba(116, 169, 255, .35) !important;
    color: #d8eaff !important;
}

body.dark-mode .alert-warning {
    background-color: #34280f !important;
    border-color: rgba(255, 176, 32, .42) !important;
    color: #ffe0a3 !important;
}

body.dark-mode .alert-success {
    background-color: #0f3326 !important;
    border-color: rgba(39, 179, 126, .42) !important;
    color: #bff3dc !important;
}

body.dark-mode .alert-danger {
    background-color: #3a1519 !important;
    border-color: rgba(220, 53, 69, .42) !important;
    color: #ffd1d6 !important;
}

/* Keep intentionally light generated diagrams/images readable in dark mode. */
body.dark-mode .portal-guide .pg-figure,
body.dark-mode .portal-guide .pg-hero-media,
body.dark-mode .ll-light-canvas,
body.dark-mode .image-light-canvas {
    background: #f8fbff !important;
    border-color: #dce8f5 !important;
    color: #53657d !important;
}

body.dark-mode .portal-guide .pg-figure img,
body.dark-mode .portal-guide .pg-hero-media img,
body.dark-mode .ll-light-canvas img,
body.dark-mode .image-light-canvas img {
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}
/* END PORTAL DARK MODE NORMALIZER */

/* PEBBLE INSTALL GUIDE DARK MODE */
body.dark-mode .pebble-install-guide {
    --deep: #eaf2ff;
    --ink: #d7e8ff;
    --muted: #b8c7dc;
    --line: rgba(168, 199, 236, .22);
    color: #d7e8ff !important;
}

body.dark-mode .pebble-install-guide .pig-card,
body.dark-mode .pebble-install-guide .pig-card-body,
body.dark-mode .pebble-install-guide .pig-step,
body.dark-mode .pebble-install-guide .pig-accordion-item,
body.dark-mode .pebble-install-guide .pig-accordion-btn,
body.dark-mode .pebble-install-guide .pig-accordion-panel,
body.dark-mode .pebble-install-guide .pig-screen-card,
body.dark-mode .pebble-install-guide .pig-status-table,
body.dark-mode .pebble-install-guide .pig-modal-panel {
    background: #0f1f34 !important;
    border-color: rgba(168, 199, 236, .22) !important;
    color: #d7e8ff !important;
}

body.dark-mode .pebble-install-guide h1,
body.dark-mode .pebble-install-guide h2,
body.dark-mode .pebble-install-guide h3,
body.dark-mode .pebble-install-guide h4,
body.dark-mode .pebble-install-guide .pig-title,
body.dark-mode .pebble-install-guide .pig-section-title,
body.dark-mode .pebble-install-guide .pig-accordion-title,
body.dark-mode .pebble-install-guide .pig-mini-card h4,
body.dark-mode .pebble-install-guide strong {
    color: #eaf2ff !important;
}

body.dark-mode .pebble-install-guide p,
body.dark-mode .pebble-install-guide li,
body.dark-mode .pebble-install-guide td,
body.dark-mode .pebble-install-guide th,
body.dark-mode .pebble-install-guide .pig-section-subtitle,
body.dark-mode .pebble-install-guide .pig-muted,
body.dark-mode .pebble-install-guide .pig-mini-card p {
    color: #b8c7dc !important;
}

body.dark-mode .pebble-install-guide .pig-btn-outline,
body.dark-mode .pebble-install-guide .pig-model-btn {
    background: #142a45 !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #9bc5ff !important;
}

body.dark-mode .pebble-install-guide .pig-accordion-btn:hover,
body.dark-mode .pebble-install-guide .pig-model-btn:hover {
    background: #17395f !important;
    color: #fff !important;
}

body.dark-mode .pebble-install-guide .pig-screen-button span {
    background: #10243b !important;
    border-color: rgba(168, 199, 236, .30) !important;
    color: #d7e8ff !important;
}

body.dark-mode .pebble-install-guide .pig-status-table th {
    background: #132a45 !important;
    color: #eaf2ff !important;
}

body.dark-mode .pebble-install-guide .pig-status-table td,
body.dark-mode .pebble-install-guide .pig-status-table th {
    border-color: rgba(168, 199, 236, .18) !important;
}

body.dark-mode .pebble-install-guide .pig-note {
    background: #34280f !important;
    border-color: rgba(255, 176, 32, .42) !important;
    color: #ffe0a3 !important;
}

body.dark-mode .pebble-install-guide .pig-note p,
body.dark-mode .pebble-install-guide .pig-note li,
body.dark-mode .pebble-install-guide .pig-note strong {
    color: #ffe0a3 !important;
}

/* Keep screenshots/diagrams readable if a guide image was produced for a white canvas. */
body.dark-mode .pebble-install-guide .pig-screen-card img,
body.dark-mode .pebble-install-guide .pig-modal-panel img {
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}
/* END PEBBLE INSTALL GUIDE DARK MODE */

/* CONTROL SIDEBAR COMPACT SETTINGS PANEL */
/*
   Compact AdminLTE control sidebar for the settings cog.
   Runtime JS also applies inline geometry because AdminLTE may rewrite drawer positioning.
*/
body .control-sidebar,
body .control-sidebar.control-sidebar-dark,
body .control-sidebar.control-sidebar-light {
    position: fixed !important;
    top: var(--etank-control-sidebar-top, 41px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - var(--etank-control-sidebar-top, 41px) - 10px) !important;
    width: max-content !important;
    min-width: 240px !important;
    max-width: min(320px, calc(100vw - 24px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 0 0 0 14px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28) !important;
    z-index: 1040 !important;
    margin-top: 0 !important;
}

body .control-sidebar::before {
    top: var(--etank-control-sidebar-top, 41px) !important;
    bottom: auto !important;
    height: auto !important;
    min-height: 0 !important;
}

body.control-sidebar-slide-open .control-sidebar,
body.control-sidebar-open .control-sidebar,
body.control-sidebar-slide-open .control-sidebar::before,
body.control-sidebar-open .control-sidebar::before {
    right: 0 !important;
}

.control-sidebar .control-sidebar-content,
.control-sidebar .p-3 {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
}

.control-sidebar h5,
.control-sidebar h6 {
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    body .control-sidebar,
    body .control-sidebar.control-sidebar-dark,
    body .control-sidebar.control-sidebar-light {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        border-radius: 0 0 14px 14px !important;
    }
}
/* END CONTROL SIDEBAR COMPACT SETTINGS PANEL */
