*,
ul {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
body {
  font-size: 14px;
}
.bg-gelap {
  background: #f5f5f7;
}
header {
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: 260px 1fr;
}
.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.content-header ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
}
.content-header ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #d5d5d521;
  color: #3d3bf3;
  transition: 0.5s;
}
.content-header ul li a:hover {
  background: #3d3bf3;
  color: white;
}
.content-header .search {
  position: relative;
  width: 500px;
}
.content-header .search input:focus {
  border: 1px solid #444;
  outline: none;
}
.content-header .search input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 8px 20px;
  transition: 0.5s;
}
.content-header .search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.logo {
  background: #3d3bf3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: white;
  gap: 10px;
}
.logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body {
  font-family: "Fira Sans", serif;
}
main {
  display: grid;
  grid-template-columns: 260px 1fr;
  transition: 0.5s;
}
main.show {
  grid-template-columns: 0 1fr;
}

aside {
  height: 91.4vh;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
aside::-webkit-scrollbar {
  display: none;
}
nav {
  margin: 20px;
  width: 220px;
}
nav ul {
  list-style-type: none;
}
nav ul li a.active {
  color: #3e3bf3;
  background: #3e3bf33b;
  border: 1px solid #3e3bf356;
  border-radius: 5px;
}
nav ul li {
  border-bottom: 1px dashed #ddd;
}
nav ul li a .fa-chevron-right {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
nav ul li a {
  display: block;
  padding: 10px;
  color: #444;
  font-weight: 500;
  position: relative;
}
.titlebar {
  padding: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #787878;
  font-size: 14px;
}
nav ul li i {
  width: 30px;
}
.menu-dropdown {
  margin-left: 50px;
  position: relative;
  display: none;
  transition: 0.5s;
}
.item-dropdown:hover .menu-dropdown {
  display: block;
}
.menu-dropdown::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  height: 100%;
  border-left: 1px dashed #3e3bf3;
}
.menu-dropdown li {
  border-bottom: none;
  position: relative;
  margin-bottom: 10px;
}
.menu-dropdown li::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(9, 75, 199);
}
.menu-dropdown li a {
  padding: 3px 0;
}
.menu-dropdown li a.subactive {
  color: #3d3bf3;
}
section {
  padding: 20px;
  height: 90vh;
  overflow-y: scroll;
  background: #f5f5f7;
}
.card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.047);
}
table.default {
  width: 100%;
  border: 1px solid #ededed;
}
table.default thead tr th {
  padding: 10px;
  border: 1px solid #ededed;
}
table.default tbody tr td {
  padding: 10px;
  border: 1px solid #ededed;
}
table.default tr:nth-child(even) {
  background-color: #f2f2f2;
}
.link-breadcrumbs ul li:last-child:before {
  display: none;
}
.link-breadcrumbs ul li::before {
  content: "/";
  position: absolute;
  right: -15px;
  top: 2px;
  font-weight: bold;
  font-size: 11px;
  color: #3d3bf3;
}
.link-breadcrumbs ul li {
  position: relative;
}
.link-breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-breadcrumbs ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
}
.form-input {
  position: relative;
}
.form-input i {
  position: absolute;
  top: 38px;
  right: 10px;
  color: #575757;
}
.form-input label {
  font-weight: 600;
  margin-bottom: 2px;
}
.form-input textarea,
.form-input select,
.form-input input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  transition: 0.5s;
}
.form-input :focus,
.form-input :focus,
.form-input :focus {
  border: 1px solid #ddd;
  box-shadow: 0 0 0 4px #00000014;
  outline: none;
}
.form-input select {
  height: 42px;
}
.button-9 {
  appearance: button;
  backface-visibility: hidden;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Ubuntu, sans-serif;
  font-size: 100%;
  font-weight: 600;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-9:disabled {
  cursor: default;
}

.button-blue:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.button-blue {
  background-color: #405cf5;
  color: white;
}
.button-dark {
  background-color: #121212;
}
.button-dark:focus {
  box-shadow: rgba(6, 6, 10, 0.1) 0 0 0 1px inset,
    rgba(7, 7, 13, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(8, 36, 53, 0.3) 0 0 0 4px;
}
.xbtn{
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .content-header ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .logo span {
    display: none;
  }
  .logo img {
    width: 35px;
    height: 35px;
  }
  header {
    width: 100%;
    grid-template-columns: 60px 1fr;
  }
  main {
    grid-template-columns: 1fr;
  }
  aside {
    position: fixed;
    left: -100%;
    top: 55px;
    z-index: 9999;
    transition: 0.5s;
  }
  aside.show{
    left: 0;
  }
  .search {
    width: 70% !important;
    margin-right: 10px;
  }
  .content-header .search input {
    padding: 5px 20px;
  }
}
.output-img {
  display: none;
  width: 200px;
}
.output {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  display: none;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
canvas {
  display: none;
  width: 100% !important;
  border-radius: 5px;
}
.fr-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, black 6px, transparent 6px) 0 0,
    linear-gradient(to right, black 6px, transparent 6px) 0 100%,
    linear-gradient(to left, black 6px, transparent 6px) 100% 0,
    linear-gradient(to left, black 6px, transparent 6px) 100% 100%,
    linear-gradient(to bottom, black 6px, transparent 6px) 0 0,
    linear-gradient(to bottom, black 6px, transparent 6px) 100% 0,
    linear-gradient(to top, black 6px, transparent 6px) 0 100%,
    linear-gradient(to top, black 6px, transparent 6px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 5px;
}
.fr-card video {
  border-radius: 3px;
}
.fr-card {
  position: relative;
  display: inline-block;
  padding: 20px;
}
.bg-dark header,
.bg-dark aside{
  background: #000;
}
.bg-dark section{
  background: #111111;
  color: #fff;
}
.bg-dark .card{
  background: #262626;
  color: #fff;
}
.bg-dark table.default tr:nth-child(even) {
  background-color: #222222;
}
.bg-dark table.default thead tr th {
  border: 1px solid #444444;
}
.bg-dark table.default tbody tr td {
  border: 1px solid #444444;
}
.bg-dark aside a{
  color: #fff;
}
.bg-dark nav ul li {
  border-bottom: 1px dashed #2b2b2b;
}
.bg-dark .form-input textarea,
.bg-dark .form-input select,
.bg-dark .form-input input {
  background: #414141;
  border: 1px solid #9b9b9b;
  color: #fff;
}
.bg-dark .form-input :focus,
.bg-dark .form-input :focus,
.bg-dark .form-input :focus {
  border: 1px solid #ddd;
  box-shadow: 0 0 0 5px #ffffff3c;
  outline: none;
}
.bg-dark .content-header ul li a {
  background: #ffffff88;
  color: #000;
}
.bg-dark .content-header .search input {
 background: #2d2d2d;
 color: white;
 border: 1px solid #494949;
}
.bg-dark .content-header .search i{
  color: #fff;
}
.bg-dark .content-header .search input:focus {
  border: 1px solid #939393;
}