/* Production */
/*box - flex-initial w-full md:w-1/3 text-grey-darkest px-2 mb-2
label - font-semibold  mb-1
content - border border-grey-dark rounded p-3*/
html {
	height: 100%;
}
body {
	min-height:100%;
	position:relative; 
    padding-bottom:30px; /* foot height*/ 
}
sup {
  top: -56px;
  font-size: 16px;
  left: 3px;
}
/* mobi nav */
.navburg {
  position: absolute;
  font-size:26px;
  cursor:pointer; 
  left: 8px; 
  top: 8px;
  color:#818181;
}
.sa-desknav {
    display: none;
}
@media screen and (min-width: 1120px) {
  .sa-desknav {
      display: block;
  }
}
.sa-mobinav {
    display: block;
}
@media screen and (min-width: 1120px) {
  .sa-mobinav {
      display: none;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1d2326;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  /*font-size: 25px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  left: 8px;
  font-size: 32px;
  /*margin-left: 50px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* end mobi nav */
.leading-normal	{
	line-height: 1.4;
}
.foot {
	position:absolute;
	left: 0 ; right: 0; bottom: 0;
	/*text-align: center;*/
	height: 30px;
	background-color: #fcfbeb;
}
.border-neo-green {
  border-color: #00c93b;
}
.border-grey-light-sa {
    border-color: #5d5b5b;
}
proot {
	color: red;
	font-weight: 700;
	font-size: 1.5rem;
}
.blow {
    transition:transform 1s ease;
    cursor: zoom-out;
}

.blow:hover {
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    cursor: zoom-in;
}
.bg-burg {
	background-color: #542220;
}
.text-red-dark {
    color: #f08984;
}
.text-green-jason {
	color: #62eba1;
}
.box {
    width: 100%;
    color: #3d4852;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: .5rem;
    flex: 0 1 auto;
}
@media (min-width: 768px){
	.box {
	    width: 33.33333%;
	}
}
.label {
	margin-bottom: .25rem;
	font-weight: 600;
}
.content {
	padding: .75rem;
	border-width: 1px;
	border-radius: .25rem;
	border-color: #8795a1;
}
/* box label content end*/
.text-6xl {
	font-size: 3.75rem;
}
.text-7xl {
	font-size: 4.5rem;
}
.text-8xl {
	font-size: 5.25rem;
}
.bg-grey-darksnac {
	background-color: #333a40;
}
.grey-darksnac {
	color: #333a40;
}

.bordred {
	border: 1px solid #EF5753;8
}
.bordblue {
	border: 1px solid #3490DC;
}
.py-1-65rem {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
}
.py-2-65rem {
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}
.bg-grey-darkest {
	background-color: #333;
}
.bg-black {
	background-color: #000;
}
.li-style-lbar li a {
	color: #000;
	text-decoration: none;
	line-height: 1.4;
}
.li-style-lbar li a:hover,
.li-style-lbar li a:focus,
.li-style-lbar li a:active {
	color: #4b4b4b;
	text-decoration: none;
}
.icobase {
	min-width: 24px; 
	min-height: 24px;
}
.h-help {
	min-height: 460px;
}
.shadow-outline2 {
	box-shadow: 0 0 0 3px rgba(242, 208, 36, 0.5);
}

@-webkit-keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadein {
	/*-webkit-animation-name: fadein;
	animation-name: fadein;*/
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.container > div .group2 {
	display: block;
	height: 40px;
	text-align: left;
	padding-left: 70px;
	padding-top: 10px;
	font: 22px sans-serif;
	position: relative;
	top: 0;
	left: 0;
}
.container > div .group2 > i {
	position: absolute;
	right: 80px;
	bottom: 51px;
	cursor: pointer
}
/* docs  */
:root {
  --accent-color: #000;
  /* #fe6a6ba3 */
}

nav {
  display: grid;
  grid-template-columns: 70px auto;
}

/* layout */
.wrapper {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 694px){
  .wrapper {
      width: 70%;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}

.wrapper {
  display: flex;
  flex-grow: 1;
}

/* doc */
.doc__bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  z-index: -1;
}

.doc__nav {
  flex-basis: 20%;
  font-weight: 500;
}

.doc__nav ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.doc__nav ul.fixed {
  position: sticky;
  top: 2rem;
}

.doc__nav li:hover {
  cursor: pointer;
  transition: color .3s ease-in-out;
}

.doc__nav .selected {
  /*color: var(--accent-color);*/
  color: #000;
  position: relative;
}

.doc__nav .selected:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--accent-color);
  left: -1.5rem;
  top: 0.3rem;
}

.doc__content {
  flex-basis: 80%;
  padding: 0 0 5rem 1rem;
}

@media (max-width: 1129px) {
  .wrapper {
    flex-direction: column;
  }
  .doc__content {
    padding-left: 0;
  }
  .doc__nav ul {
    padding-bottom: 0.5rem;
  }
  .doc__nav ul.fixed {
    position: relative;
    top: 0;
  }
  .doc__nav li {
    display: inline-block;
    padding-right: 1rem;
  }
  .doc__nav .selected:after {
    display: none;
  }
}