/* .purple { --rgb: 155, 43, 243; }
.green { --rgb: 100, 194, 85; }
.blue { --rgb: 23, 157, 227; }
.pink { --rgb: 255, 121, 111; } */

:root {
  --purple: 155, 43, 243;
  --green: 100, 194, 85;
  --blue: 23, 157, 227;
  --pink: 255, 121, 111;
  --pink-table: 252, 222, 244;
  --orange-table: 255, 228, 172;
  --green-table: 202, 255, 193;
  --blue-table: 206, 238, 255;
}

body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

.bg-steel {
  background-color: #5f788a;
}

.bg-green {
  background-color: darkgreen;
}

.site-header .navbar-nav{
  color: #ffffff;
}

.site-header .navbar-nav {
  color: grey;
}

.site-header .navbar-nav {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.navbar-img {
  height: 40px;
  width: 40px;
  border-style: solid;
  border-color: white;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-img-2 {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}

.account-heading {
  font-size: 2.5rem;
}

.table {
  width: 40%;
  border: #000;
}

/* tr:nth-child(odd) {
  background-color: #dddddd;
}

tr:nth-child(even) {
  background-color: #fff;
} */

.step-title {
  width: 100%;
  display: block;
  clear: both;
  float: left;
}

.step-desc {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}

.btn-nav {
  margin: 1%;
  /* background-color: rgb(var(--purple), 0.5); */
  opacity: 1;
  color: #000;
}

.btn-nav.selected {
  opacity: 1;
  color: #fff;
  box-shadow: none;
}

.new-element-box {
  /* background-color: rgb(var(--purple));  */
  color: black !important;
  border-style: solid;
  border-color: black;
  margin: 1%;
  display: block;
}

.element-box {
  /* background-color: rgb(var(--purple));  */
  color: black !important;
  border-style: solid;
  border-color: black;
  margin: 1%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* .click-icon {
  width: 3%;
  float: right;
  display: inline;
  margin-left: 2%;
  border-style: solid;
} */

.element-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  /* gap: 5px; */
  float: right;
  width: 15%;
}

.icon :hover {
  border-style: solid;
  border-color: white;
  border-radius: 10px;
}

.icon-up {
  grid-row-start: 1;
  grid-row-end: 1;
}

.icon-down {
  grid-row-start: 2;
  grid-row-end: 2;
}

.icon-edit {
  grid-row-start: 1;
  grid-row-end: 3;
}

.icon-delete {
  grid-row-start: 1;
  grid-row-end: 3;
}

.table-icon {
  width: 100%;
  float: none;
}

.nav-button {
  width: 40%;
  margin: 0;
  padding: 0;
}


nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 10px 0 0;
}

nav ul li {
  display: block;
}

nav ul li img {
  width: 40px;
  height: 40px;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 30px; */
  margin-top: 1%;
  /* background-color: #f0f0f0; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

footer {
  margin-bottom: 1%;
  padding-bottom: 100px;
}

.search-container {
  border-style: solid;
  border-color: black;
  align-items: center;
  height: 100vh;
  overflow-y: auto;
}

.search-result {
  display: grid;
  gap: 10px;
  /* grid-template-columns: 82% 15%; */
}

.btn-search {
  margin: 1%;
}

.btn-search.btn-delete {
  background-color: red;
  color: #fff;
  border-style: solid;
  border-color: #000;
  border-radius: 50%;
}

.user-box {
  border-style: solid;
  border-color: black;
  margin: 1%;
  padding: 1%;
}

.accesses-box {
  /* border-style: solid;
  border-color: black; */
  margin: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-node {
  padding: 8px 8px;
  border-style: solid;
  /* border-color: #000; */
  border-width: 3px !important;
  border-radius: 50%;
}

.red-border {
  border-color: red;
}

.black-border {
  border-color: black;
}

.selected {
  background-color: #000;
}

.invisibox {
  background-color: white !important;
  border: none !important;
  width: 5%;
}

.modal-header {
  display: inline;
  margin: 10%;
}

.form-div {
  background-color: white;
  padding: 1%;
}

.table-pink {
  background-color: rgb(var(--pink-table), 0.5);
}

.table-orange {
  background-color: rgb(var(--orange-table), 0.5);
}

.table-green {
  background-color: rgb(var(--green-table), 0.5);
}

.table-blue {
  background-color: rgb(var(--blue-table), 0.5);
}

.navbar, .container-fluid, .navbar-expand-md, .navbar-collapse, .navbar-nav {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.navbar {
  width: 25vw;
  height: 100vh;
  /* align-items: flex-start; */
  background-color: #4B4D52;
  padding-top: 0;
}
.navbar.collapsed {
  width: 5vw;
}

.nav-toggle {
  margin-top: 5vh;
  border-radius: 50%;
  transform: translateX(2vw);
  background-color: #979AA0;
  width: 4vw;
  height: 4vw;
  justify-content: center;
  align-items: center;
  display: flex;
}
.nav-toggle:active {
  box-shadow: none;
}

.nav-logo {
  font-weight: bold;
  color: white;
  font-size: 300%;
}

.nav-links {
  margin-left: 3%;
}

.nav-toggle-img {
  max-width: 80%;
  max-height: 80%;
}

.nav-vertical {
  display: flex;
  flex-direction: column;
}

.nav-link {
  color: white;
  font-size: 150%;
}
.nav-link:hover {
  color: grey;
}

.nav-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #303030;
  padding-left: 8%;
  padding-top: 3%;
}

.legend-table {
  margin: 0;
  padding: 0;
}

.legend-text {
  font-size: 0.7rem;
  justify-self: right;
}

.tabs {
  display: flex;
  /* background-color: #ddd; */
}

 /* account tabs */
.tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
}

.tab:hover {
  background-color: #ccc;
}

.tab.active {
  background-color: #5c5c5c;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
}

.wizard-navbar {
  display: flex;
  /* background-color: #dddddd; */
  width: 100%;
}

.wizard-navtab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  margin: 10px;
  text-align: center;
}

.wizard-navtab li {
  text-align: center;
}

.wizard-navtab a {
  display: block;
  padding: 14px 20px;
  color: black;
  text-decoration: none;
  text-align: center;
}

.wizard-navtab a:hover {
  background-color: #575757;
  color: white;
}


.wiz-navbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  padding: 0;
  /* background-color: #333; */
}

.wiz-navtab {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  list-style: none;
  margin: 0;
  padding: 10 0 10 0;
  width: 100%;
  border-radius: 25px 25px 0px 0px;
  text-align: center;
  font-size: x-large;
}

.wiz-navtab li {
  text-align: center;
  width: 100%;
}

.wiz-navtab a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
}

/* .wiz-navtab a:hover {
  background-color: #757575;
  text-align: center;
} */

.active-tab {
  background-color: #757575;
  /* background-color: #0084ac; */
  color: #fff;
}

.new-element {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-title {
  background-color: #000;
  width: 100%;
  height: 6%;
  padding: 10%;
}

.menu-title-text {
  color: white;
  font-size: 125%;
}