
.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.fw-semibold { font-weight: 600; }








.millumin-font {
  font-family: "Raleway";
  font-weight: bold;
}


.sticky-top {
	height: 5rem !important;
}





#pageContent {
	margin-bottom: 5rem !important;
}

#pageContent h3 {
	margin-top: 8rem !important;
}

#pageContent h4 :not(.card-title), #pageContent h5 :not(.card-title) {
	margin-top: 2rem !important;
}

#pageContent p {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

#pageContent img {
	max-width: 300px !important;
	max-height: 300px !important;
	margin-top: 8px !important;
	margin-bottom: 4px !important;
	cursor: pointer !important;
	padding: 4px;
	background-color: #F0F0F0;
	border-radius: 4px;
	transition: .2s ease;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

#pageContent video {
	max-width: 300px !important;
	max-height: 300px !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	cursor: pointer !important;
	padding: 4px;
	background-color: #F0F0F0;
	border-radius: 4px;
	transition: .2s ease;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

#pageContent img:hover, #pageContent video:hover {
	background-color: #029CFE;
}

#pageContent code {
	padding-right: 0.4rem !important;
	padding-left: 0.4rem !important;
	background-color: #FF008F14 !important;
	border-radius: 1rem !important;
}

#pageContent blockquote {
	margin: 0 !important;
	padding: 0.4rem 0 0.4rem 0.8rem !important;
	border-left: 3px solid #888888 !important;
	color: #777777;
	background-color: #F6F6F6;
}

#pageContent li {
	margin-top: 12px !important;
}

#pageContent .table-of-contents {
	list-style-type: "";
	padding: 0;
}

#pageContent .anchor {
    margin-top: -5rem;
    display: block;
    height: 5rem;
    visibility: hidden;
    position: relative;
}

#pageContent #homeHotTopics .card i {
	padding-bottom: 1rem;
	font-size: 1.8em;
}

#pageContent #homeHotTopics .card:hover {
	opacity: 0.9;
}

#pageContent pre code {
    background-color: #EEE !important;
    padding-right: 0rem !important;
    padding-left: 1rem !important;
    border-radius: 0.5rem !important;
    white-space: pre-wrap;
}







.DocSearch-Form {
	max-width: 180px;
    align-items: center;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #000;
    display: flex;
    height: 32px;
    margin: 28px 0 40px 0;
    padding: 0 12px;
    position: relative;
    width:100%;
}

.DocSearch-Input {
    appearance: none;
    background: transparent;
    border: 0;
    flex: 1;
    font: inherit;
    font-size: 0.9rem;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width:80%;
}

.DocSearch-Input::placeholder {
    color: #AAA;
    opacity:1;
}

.DocSearch-Input::-webkit-search-cancel-button, .DocSearch-Input::-webkit-search-decoration, .DocSearch-Input::-webkit-search-results-button, .DocSearch-Input::-webkit-search-results-decoration {
    display:none;
}


.DocSearch-MagnifierLabel, .DocSearch-Reset {
    margin: 0;
    padding:0;
}

.DocSearch-MagnifierLabel, .DocSearch-Reset {
    align-items: center;
    display: flex;
    justify-content:center;
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel {
    display:none;
}

.DocSearch-MagnifierLabel svg {
    height: 16px;
    width: 16px;
}

.DocSearch-Reset {
    animation: fade-in .1s ease-in forwards;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px;
    right: 0;
    stroke-width:var(--docsearch-icon-stroke-width);
}

.DocSearch-Reset[hidden] {
    display:none;
}

.DocSearch-Reset:focus {
    outline:none;
}

.DocSearch-Reset:hover {
    color: #AAA;
}








#topicsList .tutorials li {
	padding-bottom: 1rem !important;
}



#searchResults ul {
	padding-left: 0rem !important;
}

#searchResults li {
	line-height: 1.2em !important; 
	margin-top: 20px !important;
	list-style-type: none !important;
}















