@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
   font-family: "Poppins", sans-serif;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.collissionn{
  width: 100% !important;
    padding-right: var(--bs-gutter-x,2.75rem) !important;
    padding-left: var(--bs-gutter-x,5.75rem) !important;
    margin-right: auto;
    margin-left: auto;
}

.navbar .nav-item:hover .dropdown-menu{
    transition: 0.5s ease-in-out !important;
}
.dropdown {
    transition: 0.5s ease-in-out !important;
}
}	
/* ============ desktop view .end// ============ */
@media screen and (min-width:992px) {
  .navbar-expand-lg{
    padding: 0px !important;
	/* margin-left: 96px; */
  }

  ::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
 
}
.navbar-nav>li>a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
}
.navbar-default .navbar-nav>.active>.nav-link, .navbar-default .navbar-nav>.active>a:focus,
.dropdown>.active {

  color: #003323 !important;
  background-color:#64c084 !important;
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
}
.navbar-nav>.active>.nav-link {
	color: #003323 !important;
  /* background-color:#64c084 !important; */
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
} 

.navbar-nav>li>a:hover {
    color: #003323 !important;
    /* background-color: #64c084 !important; */
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
  }
.last-dropdwon {
	left: -71%;
	background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /* z-index: 1; */
    border: none;
}

.dropdown-item {
	color: #64c084;
    /* padding: 12px 16px; */
    /* text-decoration: none; */
    /* display: block; */
    /* text-align: left; */
    font-weight: 600;
	padding: 12px 16px;
	font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #5AE2E2;
    background-color: #003323;
    text-decoration: underline;
    text-underline-offset: 6px;
    /* border-radius: 3px; */
}
.dropdown-menu {
    border-radius: 0.25rem;
}

.navbar .nav-item .dropdown-menu  {
	padding: 0px;
}

.nav {
	flex-direction: column;
}
.well {
	background-color: #fcfdff;
	border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.bs-sidebar .nav > li > a {
    display: block;
    padding: 3px 20px;
    z-index: 1;
}
.nav > li > a {
    position: relative;
    display: block;
    color: #64c084;
}
a {
    text-decoration: none;
}
ul.nav li.first-level {
    font-weight: 500;
}
ul>li {
    list-style-type: none;
    
}
.serchh {
    display: flex;
    align-items: center;
}
.bs-sidenav {
    background-image: url(./img/grid11.png);
    background-repeat: repeat;
    font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
	line-height: 1.7;
	padding: 10px 0px;
}
@media screen and (min-width: 1200px){
.bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
}
}

.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
    text-decoration: none;
    border-right: 1px solid;
}
	.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.sec-drop>li, .sec-drop>li:hover {
    padding-left: 10px;
    
}
.bs-sidenav {
    background-image: url(./img/grid11.png);
    background-repeat: repeat;
    font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
  
}
.sec-drop>li, .sec-drop>li:hover {
    padding-left: 10px;
    
}
.sec-drop>li:hover {
padding-left: 10px;
text-decoration: none;
border-right: 1px solid;
color: #003323 !important;
background-color: #eee;
}

a {
 color: #008d63;
}
a:hover{font-weight: 500; text-decoration: underline; color: #00522c;}

.col-3 {
	/* left: 46px;
    top: -50px; */
}
pre {
    margin-top: 25px;
    margin-bottom: 25px;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-top: 0;
}
code, kbd, pre, samp {
    font-family: Hack, Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    white-space: pre-wrap;
    overflow: auto;
    border-radius: 10px;
    background:#022e32;
    color: #fff;
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #64c084;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

table,tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border: 1px solid;
	padding:0px 10px !important;
	
}
table {
	width: 100%;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.7;
    background-color: #FFF;
    color: #343838;
}
td>b {
	width: 20%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
}
.navbar-nav>li>a {
      color: #fff !important;
      font-size: 15px;
      font-weight: 600;
  }
.activelyy {
  display: block !important;
}
input{
  outline: none;
}
.navbar-nav {
    color: white;
}
pre[class*="language-"] {
    position: relative;
    overflow: auto;
    margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
  }
  pre[class*="language-"] button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0.9rem;
    padding: 0.15rem;
    background-color: #828282;
    border: ridge 1px #7b7b7c;
    border-radius: 5px;
    text-shadow: #c4c4c4 0 0 2px;
  }

  pre[class*="language-"] button:hover {
    cursor: pointer;
    background-color: #bcbabb;
  }
  .cbtn>i {
    margin-right: 5px;
  }
  .cbtn {
    color: #fff;
    background-color:#0d4a4f;
    letter-spacing: 0.5px;
    cursor: pointer;
	height: 22px;
    width: fit-content;
    display: flex;
    outline: 0;
    border: none;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-right: 3px;
  }
.cbtn>i {
    margin-right: 7px;
}
div hr {
    margin-top: -52px;
    display: none;
}
.hljs {
background: #012E32;
  color: rgb(209, 179, 236);
  }

.hljs-punctuation, .hljs-tag {
    color: #fff;
}
  .hljs-section, .hljs-title {
    /* color: #800; */
    font-weight: 700;
    color: #2e95d3 !important;
}
.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
    color: #d0f255 !important
}
.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
    /* color: #397300; */

    color: #A7A74E !important
    ;
}
.hljs-meta {
    color: red !important;
}
.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {
    font-weight: 700;
color: aquamarine;
} 
.java_bullets>li:hover {
    background-color: white !important;
}
input{
    outline: none;
    position: relative;
  }
.col-md-9 ul>li:hover {
    background-color: white !important;
}
.first_ul>li{
    list-style-type:none !important;
}
.col-md-9 ul>li {
  
list-style-type: circle ;

}

@media screen and (min-width: 992px){
    .bs-sidebar.affix {
        /* position: fixed; */
        /* top: 80px; */
        max-height: calc(100% - 151px) !important;
        overflow-y: scroll;
        /* height: 491px; */
        height: 35vw;
        /* height: auto; */
    }
}


.mobile_img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.heree {
    color: blue;
}

.heree:hover {
    color: rgb(5, 233, 17);
}

::selection {
    /* color: black; */
    background: grey;
  }

  .progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
  }
  
  .progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
  }

  [id] {
    scroll-margin-top: 120px;
  }

.textt {
    text-align: center;
    padding: 0 !important;
}

.textt>tbody,.textt td,.textt tfoot,.textt th,.textt thead,.textt tr {
    /* border-style: solid;
    border: 1px solid; */
	padding:0px 1px !important;
	
}


.dropdown-item.active, .dropdown-item:active {
    color: #5AE2E2 !important;
    background-color: #003323 !important;
    text-decoration: underline;
    text-underline-offset: 6px;
}


@media screen and (min-width:990px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      margin-left: -5.3em;
    }
  }

  @media screen and (max-width:990px) {
    .navbar-expand-lg .navbar-collapse {
      flex-basis: auto;
    margin-left: 6.7em;
      }
  }


  .dropdown-item {
    /* color: #64c084; */
    color: #008d63;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
  }