@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
:root {
  --ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');

  --ifm-breadcrumb-separator: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 256 256"><g><g><polygon points="79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}
html,
body {
  margin: 0;
  padding: 0;
}
.middle-wraper {
  width: 100%;
  display: flex;
  position: relative;
}
.middle-wraper .left-section {
}

.middle-wraper .left-section {
  width: 100%;
  width: 300px;
  max-height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  overflow: auto;
  background: #fafafa;
  border-right: 1px solid #dcdcdc;
  padding: 0px 0px;
}

.middle-wraper .right-section {
  width: calc(100vw - 350px);
  padding-left: 25px;
}
.heading-section {
  width: 100%;
  padding: 20px 0;
}
.heading-section h1 {
  font-size: 20px;
  color: #212121;
  line-height: 36px;
  font-weight: 600;
}
.list-section {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-section li a {
  font-size: 14px;
  line-height: 28px;
  color: #212121;
  text-decoration: none;
}
.card-right {
  width: 100%;
  border-radius: 10px;
  padding: 0px 25px 25px;
  margin-bottom: 0px;
}
.flex-row {
  display: flex;
  justify-content: space-between;
}
.bt-section {
  width: auto;
  display: flex;
}
.bt-section button {
  background: #03192f;
  border: 1px solid #021425;
  border-radius: 8px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  cursor: pointer;
}
.tabArea .code-section {
  padding: 15px;
}
.bt-section button:last-child {
  margin-right: 0px;
}
.bt-section button img {
}
.navTab_onlick ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navTab_onlick li {
  display: flex;
  list-style: none;
}
.navTab_onlick li a {
  display: block;
  padding: 15px 25px;
  background: #03192f;
  color: #fff;
}
.navTab_onlick li.tabactive a {
  background: #c4cacf;
  color: #03192f;
  font-weight: 500;
}
.navTab_onlick li:first-child a {
  border-radius: 8px 0 0 0;
}
.navTab_onlick li:last-child a {
  border-radius: 0 8px 0 0;
}
#map {
  overflow: hidden;
  border-radius: 10px;
  height: 50vh !important;
}
.tab.ab-active {
  display: block;
}
pre {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  background: #fafafa;
  margin: 0;
  overflow: auto;
  border-radius: 10px;
}
.arrow-left {
  display: none;
}
#searchArea {
  position: relative;
}
#searchArea input {
  border: #ccc 1px solid;
  background: url(../img/search_icons.svg) 10px center no-repeat;
  margin-bottom: 10px;
  padding: 6px 10px;
  padding-left: 45px;
  border-radius: 35px;
  width: 300px;
  line-height: 24px;
}
#update {
  position: absolute;
  background: #fafafa;
  box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  z-index: 99999;
  margin-top: -9px;
  max-height: 60vh;
  overflow: auto;
}
.searchresults {
  padding: 10px 0 0;
  margin: 0;
}
.searchresults li {
  margin: 0;
  padding: 0;
  display: block;
}
.searchresults li a {
  display: block;
  padding: 10px 15px;
  border-bottom: #dcdcdc 1px solid;
  font-weight: 600;
  color: #212121;
}
.searchresults h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.searchresults li:hover a,
.searchresults li:focus a {
  color: #03192f;
  transition: all 0.3s;
}
.searchresults li:hover {
  background: #f7fafd;
}
#update .searchresults li:last-child a {
  border-bottom: none;
}
.tab_Main {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.tab_Main li {
  display: block;
  list-style: none;
}
.tab_Main li > a {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background: #f4f5f8;
  color: #03192f;
  font-size: 14px;
  font-weight: 600;
  border-bottom: #e5e6eb 1px solid;
}
.tab_Main li ul {
  display: none;
}
.tab_Main li.active ul {
  display: block;
  background: #dbe1e7;
}
.tab_Main li.active a {
  background: #fff;
}
.tab_Main li.parent > a::after {
  content: "";
  min-width: 1.25rem;
  background: var(--ifm-menu-link-sublist-icon) 50% / 2rem 2rem;
  filter: var(--ifm-menu-link-sublist-icon-filter);
  height: 1.25rem;
  transform: rotate(90deg);
  width: 1.25rem;
  transition: transform var(--ifm-transition-fast) linear;
}
.tab_Main li.parent.active > a::after {
  transform: rotate(180deg);
}
.tab_Main li.parent ul li a {
  padding: 4px 35px;
  font-size: 12px;
  color: #394149;
  transition: all 0.3s;
  font-weight: 500;
}
.tab_Main li.parent ul li a #active {
  color: #f18f4a;
}
.tab_Main li ul li:hover a {
  background: #aec3d8;
  color: #000;
}
.tabArea .heading-section {
  background: #c4cacf;
  padding: 8px 15px;
  text-align: left;
  align-items: center;
}
.tabArea .code-section {
  background: #dfe5eb;
}
.bodyTaxt {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.tab_Main li.parent.active > a {
  background: #f1f1f1;
  color: #f18f4a;
}
.tab {
  display: none;
}

#nearby_search {height:300px;display:none; background-color:white;width: 300px;position: absolute; z-index: 11111;font-size: 15px; outline: none !important; border-radius: 10px;overflow-y: scroll;}
.auto {background: white; width: 100%;font-size: 15px;padding: 10px; border: 1px solid #ddd;outline: none !important;border-radius: 10px; margin-top:5px; }
#direction{width:300px; position: absolute; z-index: 99999;}
.plc{ width: 300px;position: absolute; z-index: 99999; margin: 4px;display:none; }


@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .left-section {
    position: fixed;
    transform: translateX(-280px);
    transition: 0.5s ease;
    top: 0px;
    left: 0px;
    height: 100vh;
  }
  .right-section {
    width: 100% !important;
    padding-left: 0px !important;
  }
  .arrow-left {
    display: block;
    position: absolute;
    left: -24px;
    transition: 0.5s ease;
  }
  .arrow-left button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 15%);
  }
  .middle-wraper .left-section .card-left {
    border-radius: 0px;
    border-top: 0px;
    height: 100%;
  }
  .open-sidebar {
    transform: translateX(0px);
  }
  .to-right {
    left: 225px;
  }
  .to-right button span {
    transform: rotate(180deg);
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .heading-section h1 {
    font-size: 16px;
    line-height: 18px;
  }
  .bt-section button {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
