.solid-button-container {
  cursor: pointer;
  display: flex;
  position: relative;
}
.solid-button-button {
  color: var(--dl-color-gray-white);
  border: none;
  cursor: pointer;
  transition: 0.3s;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-doubleunit);
  border-radius: 50px;
  padding-right: var(--dl-space-space-doubleunit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: #040404;
}
.solid-button-button:hover {
  background-color: #ab7f28;
}
.solid-button-root-class-name {
  align-self: center;
  margin-top: var(--dl-space-space-quadruple);
}

.main-tree-container {
  width: 100%;
  height: auto;
  #display: flex;
  #min-height: 100vh;
  align-items: center;
  flex-direction: column;
  padding-left: unset;
  transition: padding-left 0.35s ease;
}
.main-tree-top-container {
  width: 100%;
  height: 1200px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  #background-image: url("public/playground_assets/image%20%5B2%5D-1500w.jpg");
  background-position: left;
}
.main-tree-navbar {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  max-width: 90%;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-logo {
  color: #fffefe;
  font-style: normal;
  font-weight: 600;
}
.main-tree-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-links-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-text {
  color: #f5f0f0;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.main-tree-text1 {
  color: #ffffff;
  margin-right: var(--dl-space-space-doubleunit);
}
.main-tree-navlink {
  color: #ffffff;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.main-tree-link {
  display: contents;
}
.main-tree-icon {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.main-tree-burger-menu {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-burger-menu {
  width: 24px;
  height: 24px;
}
.main-tree-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.main-tree-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main-tree-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main-tree-icon05 {
  width: 24px;
  height: 24px;
}
.main-tree-right-side1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.main-tree-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  flex-direction: column;
  justify-content: space-between;
}
.main-tree-text2 {
  margin-bottom: 8px;
}
.main-tree-text3 {
  margin-bottom: 8px;
}
.main-tree-text4 {
  margin-bottom: 8px;
}
.main-tree-link1 {
  display: contents;
}
.main-tree-follow-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.main-tree-text6 {
  padding-bottom: var(--dl-space-space-halfunit);
}
.main-tree-icons-container {
  width: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-link2 {
  display: contents;
}
.main-tree-icon07 {
  width: 24px;
  height: 24px;
}
.main-tree-link3 {
  display: contents;
}
.main-tree-icon09 {
  width: 24px;
  height: 24px;
}
.main-tree-link4 {
  display: contents;
}
.main-tree-icon11 {
  width: 24px;
  height: 24px;
}
.main-tree-main {
  width: 100%;
  #border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  #padding-top: var(--dl-space-space-quadruple);
  #padding-left: var(--dl-space-space-doubleunit);
  #padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  #padding-bottom: var(--dl-space-space-quadruple);
  justify-content: flex-start;
}
.main-tree-footer {
  color: var(--dl-color-gray-white);
  width: 100%;
  display: flex;
  #padding: var(--dl-space-space-tripleunit);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.main-tree-menu {
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-logo2 {
  font-size: 1.6rem;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.main-tree-follow-container1 {
  display: flex;
  align-items: center;
  margin-left: 50px;
  flex-direction: column;
  justify-content: space-between;
}
.main-tree-icons-container1 {
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.main-tree-link5 {
  display: contents;
}
.main-tree-icon13 {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
@media(max-width: 767px) {
  .main-tree-right-side {
    display: none;
  }
  .main-tree-burger-menu {
    display: flex;
  }
  .main-tree-main {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .main-tree-menu {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .main-tree-icon {
    margin-top: var(--dl-space-space-halfunit);
  }
  .main-tree-logo2 {
    font-size: 1.3rem;
  }
  .main-tree-follow-container1 {
    margin-left: 0px;
  }
  .main-tree-icon13 {
    margin-top: var(--dl-space-space-halfunit);
  }
}


.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.dropdown .dropdown-menu {
  display: none;
}
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* CSS for Tree */
rect {
  fill: none;
  pointer-events: all;
}

pre {
  font-size: 18px;
}

line {
  stroke: #0E0;
  stroke-width: 1.5px;
}

.string, .regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

.number {
  color: #369;
}

.class, .special {
  color: #1181B8;
}

a:hover {
  color: white;
}

.fa {
	position: absolute;
	display: inline;
	vertical-align: top;
	padding-left: 10px;
}

.fa:hover {
    opacity: 0.8;
}

.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font-size: 12px;
}

path.link {
  fill: none;
  #stroke: #ccc;
  stroke-width: 1.0px;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body2, button{
  font-family: 'Helvetica Neue', arial, sans-serif;
}

.filters{
  padding: 1%;
  background: #333;
  color: #eee;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}
.btn.btn-primary{
	width: 130px;
	font-size: 10px;
	margin-bottom: 4px;
}

.btn.btn-primary.menu{
	 position: absolute;
	 display: unset;
	 z-index: 1;
	 width: 150px;
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
	 margin-top: 56.5px;
	 margin-left: -50px;
	 font-size: 18px;
	 margin-bottom: 0px;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.controlAll{
  padding: 02px;
  background: black;
  width: 100%;
  #min-width: 1200px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mydiv {
  position: fixed;
  right: 0px;
  top: 57px;
  z-index: 10;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 10px;

}

#mydivheader {
  padding: 2px;
  z-index: 10;
  background: black;
  color: #eee;
  font-size: 16px;
  font-weight: 300;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  #border-radius: 15px;
  font-family: sans-serif;

}

.svg-container {
    display: inline-block;
    #position: relative;
    width: 100%;
    #padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
	float: right;
}

.svg-content {
    display: inline-block;
    #position: relative;
    top: 0;
    left: 0;
	float: right;
}

.offcanvas.offcanvas-start{
	width: 15%;
	#margin-top: 86px;
	#bottom: 150;
	#position: fixed !important;
}


.form-check-input.tt:checked{
	background-color: #0000FF !important;
	border-color: black !important;
}
.form-check-input.fw:checked{
	background-color: #008000 !important;
	border-color: black !important;
}
.form-check-input.ca:checked{
	background-color: #800080 !important;
	border-color: black !important;
}
.form-check-input.cb:checked{
	background-color: #FFA500 !important;
	border-color: black !important;
}
.form-check-input.cc:checked{
	background-color: #FF00FF !important;
	border-color: black !important;
}
.form-check-input.th:checked{
	background-color: #FFFF00 !important;
	border-color: black !important;
}
.form-check-input.pu:checked{
	background-color: #FF0000 !important;
	border-color: black !important;
}
.form-check-input.tc:checked{
	background-color: #D47B22 !important;
	border-color: black !important;
}
.form-check-input.dt:checked{
	background-color: #00FFFF !important;
	border-color: black !important;
}
.form-check-input.ind:checked{
	background-color: #09e318 !important;
	border-color: black !important;
}
.form-check-input.mu:checked{
	background-color: black !important;
	border-color: black !important;
}

.separator{
  display:flex;
  align-items: center;
  margin-bottom: 1px;
}

.separator .line{
  height: 3px;
  flex: 1;
  background-color: #0275d8
}

.myMenuClass{
  width: 100%;
  text-align: left;
}

.menuButtons{
	display:flex;
	flex-direction: column;
	margin-bottom: 5px;
	margin-top: 5px;	
}
	
.verticalLine1 {
  border-left: 10px solid #FF0000;
}
.verticalLine2 {
  border-left: 10px solid #0000FF;
}
.verticalLine3 {
  border-left: 10px solid #008000;
}
.verticalLine4 {
  border-left: 10px solid #FFFF00;
}
.verticalLine5 {
  border-left: 10px solid #800080;
}
.verticalLine6 {
  border-left: 10px solid #FFA500;
}
.verticalLine7 {
  border-left: 10px solid #FF00FF;
}
.verticalLine8 {
  border-left: 10px solid #00FFFF;
}
.verticalLine9 {
  border-left: 10px solid #000000;
}
.verticalLine10 {
  border-left: 10px solid #D47B22;
}