body {

    color: rgb(255 255 255 / 70%);
	background-color: #151313;
 }

 .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255 255 255);
}

a {
	color: #fff;
	text-decoration: underline
}
a:hover {
	color: #fff
}


.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: rgb(255 255 255 / 85%);
	--bs-table-striped-bg: rgb(255 255 255 / 12%);
	--bs-table-active-color: rgb(255 255 255 / 27%);
	--bs-table-active-bg: rgb(255 255 255 / 10%);
	--bs-table-hover-color: rgb(255 255 255);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: rgb(255 255 255 / 85%);
	vertical-align: top;
	border-color: rgb(255 255 255 / 15%);
}


.table-light {
    --bs-table-bg: rgb(255 255 255 / 15%);
    color: #fff;
	border-color: rgb(255 255 255 / 15%)
}

.form-select,
.form-control  {
    color: #ffffff;
	background-color: rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-select:disabled {
    background-color: rgb(233 236 239 / 16%);
}

.form-select:focus,
.form-control:focus {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-color: 1px solid rgb(255 255 255 / 15%) !important;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25) !important
}

.form-control:disabled,
.form-control[readonly] {
	background-color: rgb(233 236 239 / 22%);
}

/* Browser autofill paints inputs with a hard-coded background that
   ignores `background-color`. Override via the inset box-shadow trick
   so Chrome / Safari / Edge keep the dashtrans dark-glass surface
   when credentials are auto-filled, instead of the default yellow-green. */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
	-webkit-text-fill-color: #ffffff;
	caret-color: #ffffff;
	-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.35) inset !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* Ground Deck topbar chip group.
   Each chip wraps an icon (and an optional small badge overlay) inside
   the navbar nav-item. Without these rules the chips render flush
   against each other with no horizontal padding, no badge positioning
   and no divider before the avatar menu. */
.gd-topbar-chip {
	display: flex;
	align-items: center;
}
.gd-topbar-chip .nav-link {
	display: flex;
	align-items: center;
	padding: 0.4rem 0.6rem;
	color: inherit;
}
.gd-topbar-chip .nav-link:hover {
	background-color: rgb(255 255 255 / 8%);
	border-radius: 8px;
}
.gd-topbar-chip__badge {
	position: absolute;
	bottom: -2px;
	right: -2px;
	min-width: 18px;
	height: 14px;
	padding: 0 4px;
	border-radius: 8px;
	background-color: rgb(255 255 255 / 90%);
	color: #0f172a;
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
}
.gd-topbar-divider {
	width: 1px;
	height: 24px;
	background-color: rgb(255 255 255 / 20%);
	margin: 0 0.5rem;
}

/* Avatar menu trigger in the topbar. Combines the user initials,
   stacked name + role, and caret icon. The dashtrans navbar has no
   default avatar pattern, so this small layer ports the GD design. */
.gd-avatar-menu {
	display: flex;
	align-items: center;
}
.gd-avatar-menu__trigger {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.5rem;
	background-color: transparent;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
}
.gd-avatar-menu__trigger:hover {
	background-color: rgb(255 255 255 / 8%);
}
.gd-avatar-menu__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(11, 166, 223, 0.85), rgba(124, 58, 237, 0.85));
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
}
.gd-avatar-menu__stack {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: left;
}
.gd-avatar-menu__name {
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff;
}
.gd-avatar-menu__role {
	font-size: 0.65rem;
	color: rgb(255 255 255 / 65%);
	text-transform: uppercase;
}
.gd-avatar-menu__caret {
	font-size: 18px;
	opacity: 0.65;
}


.form-select {
    color: #ffffff;
}

.form-select:focus {
    border-color: rgb(255 255 255 / 35%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-select option {
	background-color: #171717;
}

.form-check-input {
    background-color: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-check-input:focus {
    border-color: rgb(255 255 255 / 15%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-check-input:checked {
	background-color: rgb(255 255 255 / 15%);
	border-color: rgb(255 255 255 / 15%);
}

.input-group-text {
    color: #ffffff;
    background-color: rgb(0 0 0 / 20%);
	border: 1px solid rgb(255 255 255 / 20%);
}

.btn-light {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgb(255 255 255 / 15%);
	--bs-btn-border-color: rgb(255 255 255 / 35%);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(255 255 255 / 20%);
	--bs-btn-hover-border-color: rgb(255 255 255 / 40%);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(255 255 255 / 25%);
	--bs-btn-active-border-color: rgb(255 255 255 / 45%);
	--bs-btn-disabled-color: rgb(255 255 255 / 50%);
	--bs-btn-disabled-bg: rgb(255 255 255 / 8%);
	--bs-btn-disabled-border-color: rgb(255 255 255 / 20%);
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	border-color: rgb(255 255 255 / 35%);
}
.btn-light:hover {
	color: #fff;
	background-color: rgb(255 255 255 / 20%);
	border-color: rgb(255 255 255 / 40%);
}

.card {
    background-color: rgb(0 0 0 / 20%);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
    margin-bottom: 1.5rem;
    border: 0 solid transparent;
}

.card-footer {
    border-top: 1px solid rgba(255, 255, 255, .125)
}


.accordion-item {
	color: rgb(255 255 255 / 85%);
    background-color: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 12%);
}

.accordion-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .125);
    background-color: rgb(255 255 255 / 12%);
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: rgb(255 255 255 / 15%);
}

.accordion-button:focus {
    border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(225, 225, 225, .25)
}

.breadcrumb-item.active {
	color: #ffffff
}

.page-link {
    color: #ffffff;
    background-color: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}

.page-link:hover {
    color: #fff;
	background-color: rgb(0 0 0 / 25%);
	border-color: rgb(255 255 255 / 15%);
}

.page-link:focus {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.page-item.active .page-link {
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-color: rgb(255 255 255 / 15%);
}

.page-item.disabled .page-link {
    color: #ffffff;
	background-color: rgb(255 255 255 / 42%);
	border-color: rgb(255 255 255 / 15%);
}

.alert {
    background-color: rgb(0 0 0 / 15%);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.progress {
    background-color: rgb(255 255 255 / 15%);
}

.progress-bar {
    color: #fff;
    background-color: #ffffff;
}

.list-group-item {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 12%);
}

.modal-content {
    background-color: #171717;
    border: 1px solid rgba(255, 255, 255, .2);
}

.modal-header {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.modal-footer {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.border {
	border: 1px solid rgb(255 255 255 / 15%)!important
}

.border-top {
	border-top: 1px solid rgb(255 255 255 / 15%)!important;
}

.border-end {
	border-right: 1px solid rgb(255 255 255 / 15%)!important;
}
.border-bottom {
	border-bottom: 1px solid rgb(255 255 255 / 15%)!important;
}
.border-start {
	border-left: 1px solid rgb(255 255 255 / 15%)!important;
}

.text-light {
	color: #f8f9fa!important
}
.text-light-1 {
	color: rgba(255,255,255,.125)!important
}
.text-light-2 {
    color: rgba(255, 255, 255, 0.70)!important;
}
.text-light-3 {
    color: rgba(255, 255, 255, 0.50)!important;
}
.text-light-4 {
    color: rgba(255, 255, 255, 0.20)!important;
}

.bg-light {
	background-color: rgb(255 255 255 / 15%)!important;
}

.bg-body {
	background-color: rgb(255 255 255 / 15%)!important;
}


.dropdown-menu {
    color: #ffffff;
    background-color: #1e1e1e;
    border: 1px solid rgba(0, 0, 0, .15);
    top: 100%;
	right: 0;
}


.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, .15)
}


.dropdown-item {
    color: rgb(255 255 255 / 85%);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}




.nav-tabs {
	--bs-nav-tabs-link-active-color: #ffffff;
	--bs-nav-tabs-link-hover-border-color: rgb(255 255 255 / 15%) rgb(255 255 255 / 15%) rgb(255 255 255 / 15%);
	--bs-nav-tabs-link-active-border-color: rgb(255 255 255 / 15%) rgb(255 255 255 / 15%) rgb(255 255 255 / 15%);
	--bs-nav-tabs-link-active-bg: rgb(255 255 255 / 12%);
	--bs-nav-tabs-border-color: rgb(255 255 255 / 30%);
}

.nav-link,
.nav-link:hover  {
	color: #ffffff;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	 background-color: rgb(255 255 255 / 12%);
}


