 body {
 	position: relative;
 }
 .black {
 	color: #000;
 }
 .navbar {
 	margin-bottom: 0px;
 }
 .top-navbar {
 	background-color: #003975 !important;
 	border-color: #1978dd !important;
 }
 .my-navbar-brand {
 	color: #fff !important;
 }
 .mynav>li>a {
 	color: #fff !important;
	font-size: 17px;
 }
 .mynav> .active >a {
 	background: #FAA61A !important;
 	color: #fff !important;
 }
 .border-green {
 	border-color: #4CAF50;
 }
 .footer {
 	background-color: #333333;
 	padding: 20px 0;
 	color: #fff;
 }
 .footer ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }
 .footer ul li a {
 	color: #fff;
 	font-size: 15px;
 }
 .mtop-full-form {
 	margin-top: 85px;
 }
 .fs-twenty {
 	font-size: 20px;
 }
 .about-me {
 	background: #fff !important;
 }
 .sidebar-nav>.nav>li>a {
 	color: #000;
 }
 .sidebar-nav>.nav>.active {
 	background: #003975;
 }
 .sidebar-nav>.nav>.active>a {
 	color: #fff;
 }
 /* Sidebar */
 @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
 body {
 	font-family: 'Poppins', sans-serif;
 }
 a,
 a:hover,
 a:focus {
 	color: inherit;
 	text-decoration: none;
 	transition: all 0.3s;
 }
 /*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
*/
 .navbar-btn {
 	box-shadow: none;
 	outline: none !important;
 	border: none;
 }
 .line {
 	width: 100%;
 	height: 1px;
 	border-bottom: 1px dashed #ddd;
 	margin: 40px 0;
 }
 /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
 .wrapper {
 	display: flex;
 	width: 100%;
 }
 #sidebar {
 	width: 250px;
 	position: fixed;
 	top: 0;
 	left: 0;
 	height: 100vh;
 	z-index: 999;
 	background: #f1f1f1;
 	color: #fff;
 	transition: all 0.3s;
 }
 #sidebar.active {
 	margin-left: -250px;
 }
 #sidebar .sidebar-header {
 	background: #f1f1f1;
 	padding-left: 11px;
 }
 #sidebar ul.components {
 	border-bottom: 1px solid #47748b;
 }
 #sidebar ul p {
 	color: #000;
 	padding: 10px;
 }
 #sidebar ul li a {
 	padding: 6px;
 	font-size: 1.1em;
 	display: block;
 }
 #sidebar ul li a:hover {
 	color: #000000;
 	background: #cccccc;
 	text-decoration: none;
 }
 #sidebar ul li.active>a,
 a[aria-expanded="true"] {
 	color: #fff;
 	background: #FAA61A;
 }
 a[data-toggle="collapse"] {
 	position: relative;
 }
 .dropdown-toggle::after {
 	display: block;
 	position: absolute;
 	top: 50%;
 	right: 20px;
 	transform: translateY(-50%);
 }
 ul ul a {
 	font-size: 0.9em !important;
 	padding-left: 30px !important;
 	background: #6d7fcc;
 }
 ul.CTAs {
 	padding: 20px;
 }
 ul.CTAs a {
 	text-align: center;
 	font-size: 0.9em !important;
 	display: block;
 	border-radius: 5px;
 	margin-bottom: 5px;
 }
 a.download {
 	background: #fff;
 	color: #7386D5;
 }
 a.article,
 a.article:hover {
 	background: #6d7fcc !important;
 	color: #fff !important;
 }
 .list-unstyled >li >a {
 	color: #000000;
 }
 /* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
 #content {
 	width: calc(100% - 250px);
 	/*padding: 40px; */
 	min-height: 100vh;
 	transition: all 0.3s;
 	position: absolute;
 	top: 0;
 	right: 0;
 }
 #content.active {
 	width: 100%;
 }
 .info-panel {
 	background-color: #f0c9e3;
 	border-left: none;
 	padding: 25px;
 	margin-top: 20px;
	border-radius:10px;
 }
 .info-panel >p {
 	font-size: 17px;
    color: black;
}
 
 .btn-pre-next {
 	color: #fff;
    background-color: #FAA61A;
    border-color: #f8a213;
 }
 .btn-pre-next:hover {
 	color: #fff !important;
 	background: #e59919 !important;
 }
 .code-bre {
 	word-break: normal;
 	white-space: pre;
 }
 .lang-code {
 	background-color: #d9e0ea;
 	border-left: none;
 	padding: 15px 20px 10px 20px;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	border: 1px solid #d9e0ea;
 	border-radius: 5px;
 }
 .points {
 	margin-bottom: 20px;
 }
 .points >ul >li {
 	font-size: 16px;
 	padding: 3px;
 }
 .lang-code >pre {
 	background: #fff !important;
 	border-left: 4px solid #FAA61A;
 }
 .lang-code >pre >code> span {
 	font-size: 15px;
 }
 .hundred {
 	width: 100%;
 	margin-bottom: 15px;
 }
 .steps {
 	margin-bottom: 30px;
 }
 .sidebar-button {
 	margin-top: 50px;
 	margin-left: -16px;
 }
 .text-content {
 	margin-top: 20px;
 	margin-bottom: 20px;
 }
 .text-content p {
 	font-size: 16px;
 }
 .notes {
 	font-size: 16px;
 	background: #FAEBD7;
 	padding: 20px;
 	border-left: 3px solid #FFA500;
 	margin-bottom: 10px;
 }
 .ul-li-css {
 	font-size: 16px;
 }
 .ul-li-css > li {
 	margin: 3px;
 }
 .mt-15 {
 	margin-top: 15px;
 }
 .border {
 	border: 1px solid black;
 	margin-top: 15px;
 }
 .home-container {
 	border-right: 1px solid #F1F1F1;
 	border-left: 1px solid #F1F1F1;
 }
 .mt-50 {
 	margin-top: 50px;
 }
 .home-html {
 	margin-top: 60px;
 }
 .home-css {
 	margin-top: 50px;
 }
 .js-row {
 	padding-bottom: 50px;
 }
 .python-row {
 	padding-bottom: 50px;
 }
 .home-program {
 	margin-top: 30px;
 }
 .home-program > h1 {
 	margin-top: 10px;
 }
 .home-row-bg {
 	background: #F1F1F1;
 }
 /** Lang Code CSS */
 .nt {
 	color: #2f6f9f;
 }
 .na {
 	color: #4f9fcf;
 }
 .s {
 	color: #d44950;
 }
 .cw {
 	color: brown;
 }
 .cb {
 	color: black;
 }
 .ck {
 	color: red;
 }
 .cv {
 	color: mediumblue;
 }
 .php-tag {
 	color: red;
 }
 .php-string {
 	color: brown;
 }
 .php-word {
 	color: mediumblue;
 }
 .java-keyword {
 	color: #07a;
 }
 .java-class-function {
 	color: #dd4a68;
 }
 .java-bracket {
 	color: #060606;
 }
 .java-dot {
 	color: #060606;
 }
 .java-string {
 	color: #690;
 }
 .java-var {
 	color: #2a94e0;
 }
 /**End Lang Code CSS **/
 /* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
 @media (max-width: 768px) {
 	#sidebar {
 		margin-left: -250px;
 	}
 	#sidebar.active {
 		margin-left: 0;
 	}
 	#content {
 		width: 100%;
 	}
 	#content.active {
 		width: calc(100% - 250px);
 	}
 	#sidebarCollapse span {
 		display: none;
 	}
 	.home-css {
 		margin-top: 0px;
 		padding-bottom: 50px;
 	}
 	.hide-code {
 		display: none;
 	}
 	.home-html {
 		padding-bottom: 35px;
 	}
 	.home-java {
 		padding-bottom: 35px;
 	}
 	.php-home {
 		padding-bottom: 35px;
 	}
 }
 /**** End Sidebar */
 .video-example {
 	border: 1px solid black;
 	margin-bottom: 7px;
 }

 .correct{
 	color: green;
 	font-size: 25px !important;
 }

  .wrong{
 	color: red;
 	font-size: 25px !important;
 }

/* Optional: Styling for better readability */
pre {
	background-color: #f4f4f4;
	padding: 10px;
	border: 1px solid #ccc;
	white-space: pre-wrap;
}

/* Styling for HTML tags */
.html-tag {
	color: blue;
}

/* Styling for HTML attributes */
.html-attribute {
	color: green;
}

/* Styling for HTML attribute values */
.html-value {
	color: brown;
}


/* Android Submenu */

/* ===== Navbar polish (Bootstrap 3 inverse) ===== */
.top-navbar.navbar-inverse {
  background: #111;                    /* deeper than default */
  border: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.navbar-inverse .navbar-brand.my-navbar-brand {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .3px;
}
.navbar-inverse .navbar-brand.my-navbar-brand:hover {
  color: #04AA6D !important;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ddd !important;
  padding: 14px 16px;                  /* tighter height, wider tap area */
  font-weight: 500;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: transparent !important;
  color: #fff !important;
}

/* Active state */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff !important;
  background: transparent !important;
  position: relative;
}
.navbar-inverse .navbar-nav > .active > a:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: #04AA6D;                 /* brand accent underline */
  border-radius: 2px;
}

/* Dropdown caret + menu */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #bbb; border-bottom-color: #bbb;
  transition: transform .15s ease;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .dropdown:hover > a .caret {
  border-top-color: #fff; border-bottom-color: #fff;
  transform: rotate(180deg);
}

/* Dropdown menu styling */
.navbar-inverse .dropdown-menu {
  background: #121212;                 /* match the bar */
  border: 1px solid #222;
  border-radius: 8px;
  padding: 8px;
  min-width: 200px;
  box-shadow: 0 10px 18px rgba(0,0,0,.35);
}
.navbar-inverse .dropdown-menu > li > a {
  color: #ddd;
  padding: 8px 12px;
  border-radius: 6px;
}
.navbar-inverse .dropdown-menu > li > a:hover {
  background: #1b1b1b;
  color: #fff;
}

/* Optional subtle separators */
.navbar-inverse .navbar-nav > li + li > a {
  position: relative;
}
.navbar-inverse .navbar-nav > li + li > a:before {
  content: "";
  position: absolute;
  left: -1px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 16px;
  background: rgba(255,255,255,.06);
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .navbar-inverse .dropdown-menu {
    background: #0f0f0f;
    border-radius: 0;
    border-left: 0; border-right: 0; border-bottom: 0;
    box-shadow: none;
  }
}
