.sticky-top-nav{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  z-index:1;

}

.compnay-logo{
	width: 45%;
	margin-left: 3%;
	float: left;
	min-height: 12vh;
}



.tech-logo{
	height:15vh;
	width: 100%;
}



.footer{
	position: fixed;
    height: 65px;
    background-color: #dee2e6;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
min-height: 70vh;
overflow: hidden;
}
@media (max-width: 450px) {
.h-custom {
min-height: 70%;
overflow: hidden;
}
}


.qrCodeShow{
	display: none;
}

.qrCode{
	height:400px;
	height: 400px;
}

.main-section{
	width: 100%;
	margin-top: 22vh;
}

.mt-my-1{
	margin-top: 9em;
}
.mt-my-2{
	width: 98%;
	margin-left: 1%;
	min-height: 80vh;
	margin-top: 9em;
	overflow: hidden;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 1000;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}


.navbar {
  display: flex;
  align-items: center;
}

.navbar > .nav-item {
  position: relative;
}

.navbar a {
  color: #333;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
  white-space: nowrap;
}

.navbar a:hover {
  background-color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 70px; /* below navbar */
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.dropdown-content a {
  padding: 12px 16px;
}

.nav-item:hover .dropdown-content {
  display: block;
}

/* Responsive fallback (optional) */
@media (max-width: 768px) {
.nav {
    height: auto;
  }

.tech-logo{
	width: 100%;
	height: 100px;
}

.nav{height:90px;}
.tech-logo{
	width: 100%;
	height: 60px;
}

.bg-success-nav{
background:green;
}
.nav-link{color:#fff !important;}
}

.editable_query{
	font-family: monospace;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 10px;
	min-height: 200px;
	white-space: pre-wrap;;
	overflow: auto;
	border-radius: 5px;
}

.editable_query_code{
	font-family: monospace;
	background-color: #1e1e1e;
	color: #dcdcdc;
	border: 1px solid #444;
	padding: 10px;
	min-height: 200px;
	white-space: pre;
	overflow: auto;
	border-radius: 5px;
}

.editable_query_code:focus{
	outline: none;
	border-color: #5a5a5a;
}

.qry-title{
	font-weight: bold;
	text-transform: capitalize;
}

.span-btn{
	cursor: pointer;
}

.qry-links{
  text-decoration: none!important;
}

.qry-texts{
  font-weight: bold;
  color: lightgreen;
}

#queryAns{
  display: none;
}

.qry-post-solution{
  color: green;
  font-weight: bold;
  cursor: pointer;
}