/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./public/assets/src/apps/scss/admin.scss ***!
  \*************************************************************************************************************************************************************/
* {
  outline: none !important;
}

body,
html {
  font-size: 13px;
}

a {
  text-decoration: none !important;
}

.main {
  position: fixed;
  overflow: auto;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbf7f4;
}

.wrapper-main {
  position: relative;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 9;
  height: 50px;
  left: 245px;
  right: 0;
  top: 0;
  box-shadow: 0 2px 10px rgba(90, 97, 105, 0.12);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header.hide-menu {
  left: 0;
}
.header-right {
  position: relative;
  margin-left: auto;
}
.header-right .dropdown-toggle::after {
  display: none;
}
.header-right .dropdown-toggle .badge {
  position: absolute;
  top: 4px;
  right: 4px;
}
.header-right .dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-right .dropdown-menu .fa {
  min-width: 25px;
}
.header-right .photo {
  margin: 5px;
}
.header-right-menu {
  display: flex;
  list-style: none;
  margin: 0;
}
.header-right-menu > li {
  position: relative;
  display: inline-block;
  border-left: 1px solid #eee;
  margin-right: -3px;
}
.header-right-menu > li.open > a {
  color: #333;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-right-menu > li.open > a:hover, .header-right-menu > li.open > a:focus, .header-right-menu > li.open > a:active, .header-right-menu > li.open > a.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-right-menu > li > a {
  outline: none;
  color: #666;
  display: inline-block;
  padding: 17px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-right-menu > li > a:hover, .header-right-menu > li > a:focus, .header-right-menu > li > a:active, .header-right-menu > li > a.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-right-menu > li > a .fa,
.header-right-menu > li > a .far {
  font-size: 16px;
}
.header-right-menu > li > a .label {
  position: absolute;
  top: 8px;
  right: 5px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px;
  min-width: 15px;
}
.header-right-menu > li > a.button-user {
  background: transparent;
  border: 0 none;
  color: #666;
  font-size: 13px;
}
.header-right-menu > li > a.button-user img {
  background: #778395;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.header-right-menu > li.user-menu a {
  padding-top: 9px;
  padding-bottom: 10px;
}

.wrapper-content {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 245px;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wrapper-content.hide-menu {
  left: 0;
}

.bg-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 102px;
  background: #3d78e3;
}

.content {
  position: absolute;
  overflow-y: auto;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toggle-menu {
  color: #666;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}
.toggle-menu:hover, .toggle-menu.active, .toggle-menu:focus {
  color: #000;
}

.download {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download ul {
  list-style: none;
  padding: 0;
}
.download ul > li {
  position: relative;
  padding-left: 30px !important;
}
.download ul > li:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  border-left: 1px dotted #ccc;
}
.download ul > li:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 21px;
  top: 25px;
  border-top: 1px dotted #ccc;
}
.download li > div,
.download li > ul > li {
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px dotted #eee;
}
.download li > div .fa,
.download li > div .far,
.download li > ul > li .fa,
.download li > ul > li .far {
  position: absolute;
  top: 6px;
  left: 8px;
}
.download li > div a.download-file,
.download li > div a.download-folder,
.download li > ul > li a.download-file,
.download li > ul > li a.download-folder {
  display: block;
  padding: 5px 10px;
}
.download li > div:hover > .download-remove,
.download li > ul > li:hover > .download-remove {
  opacity: 1;
}
.download li > div img,
.download li > ul > li img {
  height: 40px;
}
.download-remove {
  opacity: 0;
  margin-left: auto;
}

.menu {
  position: fixed;
  overflow: hidden;
  background-color: #fff;
  color: #9fa8bc;
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.05);
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  width: 245px;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-header {
  position: relative;
  text-align: center;
  padding-top: 15px;
  height: 150px;
}
.menu-header img {
  margin-bottom: 10px;
}
.menu-header span {
  display: block;
  padding-bottom: 5px;
  font-size: 11px;
  text-shadow: 0 1px #eee;
  text-transform: uppercase;
}
.menu-header ul {
  position: absolute;
  list-style: none;
  background: #3d78e3;
  text-align: center;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-header ul li {
  display: inline-block;
}
.menu-header ul li a {
  display: inline-block;
  text-align: center;
  padding: 10px 8px;
  color: #fff;
  margin-top: 0;
}
.menu-header ul li a:hover, .menu-header ul li a:focus, .menu-header ul li a.active {
  opacity: 0.8;
  color: #fff;
}
.menu-header ul li a .fa,
.menu-header ul li a .fas,
.menu-header ul li a .fab {
  display: inline-block;
  font-size: 18px;
  text-shadow: none;
}
.menu li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #505b72;
  padding: 8px 12px;
  margin-top: -1px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a .fa,
.menu li a .far {
  color: #3d78e3;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a .fa.side-menu-icon {
  font-size: 18px;
  color: transparent;
  width: 35px;
  text-align: center;
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: #3d78e3;
}
.menu li a .caret {
  margin-left: auto;
  margin-top: 8px;
  border-left: 4px dashed transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
}
.menu li a:hover, .menu li a:focus {
  background-color: transparent;
  border-color: #3d78e3;
  color: #000;
  box-shadow: inset 5px 0 0 #3d78e3;
}
.menu li a:hover .fa,
.menu li a:hover .far, .menu li a:focus .fa,
.menu li a:focus .far {
  color: white;
}
.menu li a.active {
  background-color: transparent;
  border-color: #3d78e3;
  color: #000;
  box-shadow: inset 5px 0 0 #3d78e3;
}
.menu li a.active .caret {
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-top: 4px dashed transparent;
  margin-top: 2px;
}
.menu li a.active .fa,
.menu li a.active .far {
  color: white;
}
.menu .side-menu {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
}
.menu .side-menu-icon {
  width: 24px;
  text-align: center;
}
.menu .side-menu-label {
  text-transform: uppercase;
  color: #aaa;
  background-color: #eee;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3px 15px;
}
.menu .sub-menu {
  position: relative;
  box-shadow: inset 0 0 7px rgba(61, 81, 112, 0.2);
  background: rgba(0, 0, 0, 0.005);
}
.menu .sub-menu:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 20px;
  width: 8px;
  height: 8px;
  border: 8px solid #3d78e3 transparent transparent transparent;
}
.menu .sub-menu li:last-child {
  border-bottom: 1px solid #ddd;
}
.menu .sub-menu li a {
  border: none;
  outline: none;
  padding-left: 15px;
  margin-left: 27px;
  border-left: 1px solid #ccc;
}
.menu .sub-menu li a:hover, .menu .sub-menu li a:focus, .menu .sub-menu li a:active {
  color: #3d78e3;
  background: transparent;
  box-shadow: none;
}
.menu .sub-menu li a:hover:after, .menu .sub-menu li a:focus:after, .menu .sub-menu li a:active:after {
  content: " ";
  position: absolute;
  border: 1px solid #999;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  top: 50%;
  left: -6px;
  opacity: 1;
}
.menu .sub-menu li a:before {
  content: " ";
  position: absolute;
  background: #ccc;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  top: 50%;
  left: -3px;
}
.menu .sub-menu li a:after {
  content: " ";
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  left: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu.hide-menu {
  margin-left: -245px;
  box-shadow: none;
}

.peserta-wrapper {
  display: flex;
  align-items: center;
}
.peserta-photo {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
.peserta-photo img {
  width: 100%;
}
.peserta-detail-nama {
  font-weight: 700;
}

.ui-menu {
  z-index: 99999;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.blink {
  -webkit-animation: blinking 1s infinite;
  -moz-animation: blinking 1s infinite;
  -o-animation: BLINKING 1s infinite;
  animation: blinking 1s infinite;
}

@keyframes blinking {
  0%, 49% {
    background-color: #ffff66;
    border: 1px solid #ff9900;
  }
  50%, 100% {
    background-color: #ffff00;
    border: 1px solid #ff0000;
  }
}
.blink {
  animation: blinker 1s linear infinite;
  color: red;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.p404-big {
  text-align: center;
  margin-top: 20px;
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  color: #666;
}
.p404-text {
  text-align: center;
  font-size: 15px;
  color: #666;
}

.posko td {
  padding: 5px 5px 0 0;
}
.posko button {
  padding: 8px 10px !important;
  width: 100%;
  text-align: left;
}
.posko button .fa {
  margin-right: 10px;
}

.widget-top h3 {
  margin-top: 0;
  font-size: 16px;
}
.widget-top canvas {
  margin-top: 30px;
}

.contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
.contact li:last-child {
  border-bottom: none;
}
.contact li img {
  width: 40px;
  margin-right: 15px;
  border-radius: 50%;
}
.contact li img.primary {
  background-color: #c3d5f6;
}
.contact li img.success {
  background-color: #cce5d0;
}
.contact li img.warning {
  background-color: #fff7e4;
}
.contact li img.danger {
  background-color: #fffcfc;
}

.file-download {
  list-style: none;
  margin: 0;
  padding: 0;
}
.file-download li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
.file-download li:last-child {
  border-bottom: none;
}
.file-download li img {
  width: 40px;
  margin-right: 15px;
}

.user-list li {
  display: flex;
  width: 300px;
  padding: 10px;
}
.user-list div.user-list-wrap {
  display: flex;
  width: 500px;
}
.user-list-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.user-list-avatar img {
  width: 100%;
  min-height: 100%;
}
.user-list-avatar:after {
  content: " ";
  position: absolute;
  display: none;
  top: -5px;
  right: -5px;
  border-radius: 50px;
  background-color: green;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
}
.user-list-nama {
  font-weight: bold;
  font-size: 14px;
}
.user-list-jabatan {
  color: #999;
}
.user-list-more {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #eee;
  font-weight: bold;
  color: #aaa;
}

.accordion-status {
  border: 1px solid #ccc;
  margin-top: 5px;
}
.accordion-status a {
  display: block;
  padding: 8px;
  background: #eee;
  color: #666;
}
.accordion-status .fa {
  font-size: 14px;
  margin-right: 5px;
}
.accordion-status .accordion-content {
  padding: 8px;
}
.accordion-status .label {
  font-size: 100%;
}
.accordion-status .badge {
  margin-left: 5px;
}

.progress {
  border: 1px solid #ccc;
  font-weight: bold;
  height: 20px;
}

.bg-progress-25 {
  background-color: #FF4E11;
}

.bg-progress-50 {
  background-color: #FF8E15;
}

.bg-progress-75 {
  background-color: #ACB334;
}

.bg-progress-100 {
  background-color: #69B34C;
}

.statistik .nav-tabs {
  color: #005BEA;
}
.statistik .card {
  box-shadow: 0 0 3px 3px rgba(26, 26, 26, 0.05);
  border-radius: 10px;
}
.statistik .card-header {
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 50px 50px;
  color: #fff;
  box-shadow: inset 0px -2px 1px 1px rgba(255, 255, 255, 0.3);
}
.statistik .chart-pie h6 {
  position: absolute;
  left: 100px;
  width: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.statistik .chart-pie .canvas-wrapper {
  width: 300px;
}
.statistik-summary {
  margin-bottom: 10px;
  margin-top: 10px;
}
.statistik-summary h6 {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}
.statistik-summary span {
  font-size: 11px;
}
.statistik-icon {
  background: #2196f3;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.statistik-icon span {
  font-size: 18px;
}

@media (max-width: 800px) {
  .userlogin {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header,
  .wrapper-content {
    right: -245px;
  }
  .header.hide-menu,
  .wrapper-content.hide-menu {
    left: 0;
    right: 0;
  }
  .content {
    padding: 10px;
  }
}
