body {
  height: 100%;
  position: relative;
}

#left-panel {
  -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transform: translate(0px, 0) translateZ(0px);
  position: absolute;
  left: 0;
  z-index: 904;
  background: #f5f7f9;
  border: 0;
  width: 220px;
  min-height: 400px;
  height: 100%;
  display: block;
  overflow: hidden;
  bottom: 0;
}
#left-panel nav {
  padding-top: 83px;
}

#left-panel nav > ul > li > a > i.dropdown-icon {
  font-size: 0px;
  position: absolute;
  right: 8px;
  top: 15px;
  opacity: 0.3;
}

#left-panel nav > ul > li.open > a > i.dropdown-icon {
  -webkit-transform: rotate(45deg);
}

.navbar-wrapper {
  z-index: 999;
  padding: 0;
}

.footer {
  z-index: 999;
  position: relative;
}

.content {
  min-height: 600px;
  background-color: #fff;
}

#left-panel nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  position: relative;
}

#left-panel nav ul li a {
  color: #000;
  padding: 12px 17px 12px 16px;
  line-height: normal;
  font-size: 14px;
  padding: 10px 10px 10px 11px;
  display: block;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
}

#left-panel nav ul ul {
  background: #e6e6e6;
  display: none;
}

#left-panel nav ul li.open > ul {
  display: block;
}

#left-panel nav ul li a:hover {
  color: #000;
  background: #fb90252e;
}

#left-panel nav > ul > li > a > i {
  font-size: 17px;
  vertical-align: 0;
  width: 1.28571429em;
  text-align: center;
  margin-right: 5px;
}

#left-panel nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#left-panel nav ul ul li > a {
  font-size: 13px;
  display: block;
  font-weight: 600;
  padding-left: 12px;
  padding-left: 17px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
#left-panel nav ul li.active > a {
  background-color: #fb9025;
  color: #fff !important;
}
#left-panel nav ul ul li > a:hover {
  background: #d6d6d6 !important;
}

.minifyme {
  background: #fb9025;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 29px;
  height: 28px;
  position: absolute;
  right: -3px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  margin-top: 50px;
  font-size: 19px;
  transition: all 0.1s linear 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.minifyme:hover {
  background: #5c6c86;
  color: #e1e8f3;
  border: 0;
  right: 0;
}

.minified #left-panel {
  width: 45px;
}

.minified #left-panel .dropdown-icon {
  display: none;
}

.minified .minifyme {
  right: 0;
  background: #5c6c86;
  color: #e1e8f3;
  position: relative;
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 34px;
  font-size: 23px;
}

.minified .minifyme .left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.minified #left-panel nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 40px;
  width: 200px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #3a3633;
  margin-top: -3px;
}

.minified #left-panel nav > ul > li > a > .menu-item-parent {
  display: none;
  position: absolute;
  left: 40px;
  top: 0;
  width: 186px;
  height: 38px;
  line-height: 38px;
  background-color: #f5f5f5;
  color: #333;
  z-index: 3;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #d8d4d4;
  border-bottom: 1px solid #fff;
  padding-left: 12px;
}

.content {
  margin-left: 220px;
  padding: 0;
  padding-bottom: 52px;
}

.minified .content {
  margin-left: 45px;
}

.minified #left-panel nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 40px;
  width: 200px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #3a3633;
  margin-top: -3px;
}

.minified #left-panel nav > ul > li:hover > a > .menu-item-parent,
.minified #left-panel nav > ul > li:hover > ul {
  display: block !important;
}

.minified #left-panel,
.minified #left-panel nav > ul > li {
  overflow: visible;
}

.minified #left-panel nav > ul > li > ul {
  background: #ffffff;
  color: #222;
}

.demo-container {
  padding: 40px;
}

.open .parent-item {
  background: #fb90252e;
}

.iframe-example iframe {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 1px 1px 10px -3px #222;
  border: 1px solid #99999991;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a {
  color: #26d7d0;
}

.frames-collection {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #222;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.frames-mini-collection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1318px) {
  .frames-collection {
    zoom: 74%;
  }
}
@media screen and (max-width: 1060px) {
  .frames-collection {
    zoom: 60%;
  }
}
@media screen and (max-width: 900px) {
  .frames-collection {
    zoom: 50%;
  }
}
/* Responsive */
@media screen and (max-width: 768px) {
  .content {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .frames-collection {
    zoom: 100%;
  }
}

ol.features li{
  margin-left:15px;
  list-style-type: decimal;
}
ul.features li{
  margin-left:40px;
  list-style-type: disc;
}
ul.sub-features li{
  margin-left:15px;
  list-style-type: circle;
}