
html, body {
  height: 100%;
  font-family: "Space Mono","Courier New",monaco,monospace;
}

.nav-link.active {
  border-bottom: 3px solid #0dcaf0;
  color: #0dcaf0;
}

.nav-link {
  border-bottom: 3px solid white;
}

.nav-link:hover {
  border-bottom: 3px solid #0dcaf0;
  color: #0dcaf0;
}

a {
  text-decoration: none;
}

h2 {
  line-height: 1.4;
}

h5 {
  line-height: 1.6;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(10, 88, 202, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-outline-warning:hover, .btn-outline-info:hover {
  color: white;
}

#c-bns #c-p-bn, #s-bns #s-all-bn {
  background-color: #0d6efd;
}

.spinner-div {
  display: inline-block;
  padding: 20px;
}

.spinner-circle {
  width: 56px;
  height: 56px;
  position: relative;
  margin: 20px;
}

.spinner {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.3);
  border-right: 5px solid #0d6efd;
  animation: rotate--spinner 1.6s linear infinite;
  box-sizing: border-box;
}

.spinner-circle-lg {
  width: 256px;
  height: 256px;
  position: relative;
  margin: 20px;
}

.spinner-lg {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 12px solid rgba(0, 0, 0, 0.3);
  border-right: 12px solid #0d6efd;
  animation: rotate--spinner 1.6s linear infinite;
  box-sizing: border-box;
}

.spinner-img {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
}

@keyframes rotate--spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

#plan-type-select {
  margin: auto;
  text-align: center;
  max-width: 200px;
  color: #0dcaf0;
}

.border-primary {
  border-color: transparent !important;
}

.card {
  border-width: 0px;
  background-color: transparent !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#compose-yaml {
  color: white;
  background-color: black;
  font-family: "Courier New";
  font-size: 14px;
}

#compose-json {
  color: black;
  background-color: white;
  font-family: "Courier New";
  font-size: 14px;
}

body {
  background-color: white;
  color: black;
}

.nbar {
  background-color:white;
}

.nav-link {
  border-bottom: 3px solid transparent;
}

.nav-link.active {
border-bottom: 3px solid #0dcaf0;
color: #0dcaf0;
}

.nav-link:hover {
    border-bottom: 3px solid #0dcaf0;
    color: #0dcaf0;
}


[data-theme="dark"]
body {
  background-color: #0d1117;
}

[data-theme="dark"]
.card-body {
  background-color: #0d1117;
  color: white;
}

[data-theme="dark"]
.text-muted {
  color: white !important;
}

[data-theme="dark"]
.nbar {
  background-color: #0d1117;
  color: #0d1117;
}

[data-theme="dark"]
.small.text-muted {
  color: white;
}

[data-theme="dark"]
.text-primary {
  color: #22a7ff !important;
}

[data-theme="dark"]
a {
  color: #459cff !important;
}

[data-theme="dark"]
.card-header.pt-3.text-primary.nbar.border-white {
  background-color: #0d1117 !important;
}

[data-theme="dark"]
.modal-body {
  background-color: #0d1117;
  border-color: #0d1117;
  color: white;
}

[data-theme="dark"]
.modal-footer {
  background-color: #0d1117;
}

[data-theme="dark"]
.footer {
  color: white;
}

[data-theme="dark"]
.form-control-plaintext {
  color: white;
}

[data-theme="dark"]
.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #d1d1d1;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	color: white;
}

.logo {
	width: 70px;
}

[data-theme="dark"]
#newName {
    background-color: transparent;
}

[data-theme="dark"]
#search-input-text {
    background-color: #191b1d;
}

[data-theme="dark"]
#search-input-select {
    background-color: #191b1d;
}

[data-theme="dark"]
#cm {
    background-color: #191b1d;
    color: white; 
}

[data-theme="dark"]
.cc-link {
    color: white;
    border-color: white;
}

[data-theme="dark"]
.form-control {
    background-color: transparent;
    color: white;
}

[data-theme="dark"]
.dropdown-menu.show {
    background-color: #191b1d;
    color: white;
}
