/* code  */
.dark .code-wrapper {
  background-color: #334155;
}

.code-wrapper {
  margin: 10px 0;
  background-color: oklch(92.8% 0.006 264.531deg);
  border: 1px solid none;
  border-radius: 5px;
}

.dark .code-header {
  color: white;
}

.code-header {
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.code-header a {
  text-decoration: none;
}

.code-heading {
  font-size: 18px;
  padding: 15px;
}

.code-link {
  color: white;
  background-color: oklch(59.6% 0.145 163.225deg);
  padding: 5px 10px 5px 10px;
  margin: 10px;
  border: 1px solid none !important;
  border-radius: 5px !important;
  font-size: 15px !important;
}
.code-link:hover {
  background: #166534;
  color: white;
}

/* .code-link
border-left: 1px solid oklch(.554 .046 257.417);
padding: 10px;
display: block !important;
*/
.dark .html-wrapper {
  background-color: #334155;
}

.html-wrapper {
  width: 100%;
  font-size: 14px;
  background-color: oklch(92.8% 0.006 264.531deg);
  border: 1px solid none !important;
  border-radius: 5px !important;
}
.html-wrapper,
.html-wrapper .html-output {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
}

.dark .html-output {
  background-color: #18262f;
}

.html-output {
  background-color: #fff;
  font-size: 20px;
  padding: 10px;
}

.dark pre {
  background-color: #334155;
}

pre {
  width: 100%;
  white-space: pre-wrap;
  font-size: 14px;
  background-color: oklch(92.8% 0.006 264.531deg);
  border: 1px solid none !important;
  border-radius: 5px !important;
}

code {
  font-size: 15px !important;
}

pre,
code {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
}

pre code.hljs {
  padding: 10px !important;
}

footer a {
  font-size: 13px;
  color: #d1d5db !important;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline !important;
}

.copy__right {
  font-size: 13px;
}

/* header */
.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 3px 4px 0 rgba(173, 173, 173, 0.2);
}
.navbar-light .navbar-brand {
  color: #2196f3;
}
.navbar-light .navbar-nav .nav-link {
  color: #1ebdc2;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.3s;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  background: #1ebdc2;
  transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1ebdc2 !important;
}

.sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
}

.navbar-toggler {
  outline: none !important;
}

.navbar-tog {
  color: #1ebdc2;
}

.megamenu-li {
  position: static !important;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 97% !important;
  transform: none;
  z-index: 1050;
}
.megamenu h6 {
  margin-left: 10px;
}
.megamenu svg {
  width: 20px;
}

.row-megamenu {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
} /* header */
.header__navbar {
  font-family: "Oswald";
}
.header__navbar ul li a {
  font-size: 17px !important;
}

.header-mobile-menu {
  width: 100%;
}

.homepage__card {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-right: 100px;
}
.homepage__card .card {
  text-decoration: none;
  text-align: center;
}
.homepage__card .card h5 {
  padding: 20px;
  font-size: 25px;
  font-weight: 600;
}
.homepage__card .card-intro {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .homepage__card {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .homepage__card .card {
    text-decoration: none;
    text-align: center;
  }
  .homepage__card .card h5 {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
  }
}
#search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: black;
  /* border: 1px solid black; */
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin-top: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#search-results li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#search-results li:hover {
  background-color: black;
}

.sidebar__desktop {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.sidebar__block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.sidebar__block h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.sidebar__block ul {
  margin: 0;
  padding: 0;
}
.sidebar__block ul li {
  padding-left: 10px;
  list-style: none;
}
.sidebar__block ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  display: block;
  font-size: 14px;
}
.sidebar__block ul li:hover {
  background-color: #d1d5dc;
  /* border-radius: 5px; */
}
.sidebar__block ul li.active {
  background-color: aquamarine;
  /* border-radius: 5px; */
}

/* Scroll */
.scroll-page-dragcotech .sidebar-dragcotech {
  min-width: calc(20% - 2px);
  /* z-index: 999 !important; */
  overflow-y: auto;
  height: calc(100vh - 50px);
}

/* Scroll Styles */
.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ced4da;
}

.scrollbar-default {
  scrollbar-color: #9ca3af #f5f5f5;
}

.subnav {
  background-color: black;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  scrollbar-width: none;
  font-family: "Oswald";
  font-size: 14px;
  letter-spacing: 0.8px;
}
.subnav::-webkit-scrollbar {
  display: none;
}
.subnav__block {
  display: flex;
}
.subnav__block a {
  min-width: 6rem;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  display: block;
  color: white;
  text-decoration: none;
}
.subnav__block a:hover {
  background-color: #115e59;
}

table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
table tr th {
  text-align: left;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  background-color: #f9fafb;
  font-size: 14px;
  border: 1px solid #e5e7eb;
}
table tr td {
  padding: 0.75rem 1.5rem;
  border: 1px solid #e5e7eb;
}

table tr:hover {
  background-color: #f9fafb;
}

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 18% !important;
  }
  .col-xl-8 {
    width: 64% !important;
  }
}
.post__breadcrumb {
  font-size: 14px;
}
.post__breadcrumb .home_icon {
  width: 12px;
  height: 12px;
}

body {
  font-family: Poppins, sans-serif !important;
  font-size: 17px;
  line-height: 1.42857143;
  font-weight: 400;
}

main {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.65;
  font-weight: 400;
  font-size: 17px;
}

/*# sourceMappingURL=main.css.map */
