/* Dashboard */
/* List */
/*
 * Animation
 */
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ball-pulse-sync {
  33% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ball-pulse-sync {
  33% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes fancy {
  to {
    transform: rotate(360deg) scale(0.5);
  }
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: Arial, Sans;
  margin: 0;
}
body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

body.login {
  margin: 0;
}

html {
  overflow-x: hidden;
}

footer {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 1.5em;
  padding: 1.5em;
}
footer .copyright {
  position: relative;
  color: #a0a3bd;
  text-align: center;
  font-size: 0.8em;
  position: relative;
  color: #a0a3bd;
  text-align: center;
  font-size: 0.8em;
}

.vc6 {
  position: absolute;
  top: 0;
  width: 100%;
}

.default-transition {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.divider {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
  width: 100%;
}

.text-theme-9 {
  color: #20c11b;
}

.text-theme-6 {
  color: #c20e0e;
}

.block-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.block-image img {
  height: 230px;
  object-fit: scale-down;
  width: 310px;
}

.capt-reload {
  background: #f79125;
  border-radius: 4px;
  border: none;
  height: 100%;
  margin-left: 10px;
  color: #fff !important;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

textarea {
  width: 100%;
  resize: none !important;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0.8rem;
  margin-bottom: 1rem;
}

input.form-kominfo {
  position: relative;
  width: 100%;
  padding: 0.8rem;
  border-radius: 0.5em;
  margin: 1rem 0;
  border: 1px solid #c4c4c4;
}

button.close {
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 25px;
  color: #ca4040;
}

.search-btn {
  background: #464efb;
  border: none;
  padding: 0.5rem 1.3rem;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
}

.slick-list {
  border-radius: 20px;
  height: 470px;
  border-radius: 20px;
  width: 100%;
}

.slick-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 1;
  transform: translateY(-50%);
}

.slick-nav.next-arrow {
  right: 20px;
  right: 20px;
}

.slick-nav.prev-arrow {
  left: 20px;
  left: 20px;
}

.slick-track {
  height: 100%;
}

.login {
  position: relative;
  margin-top: 2rem;
  position: relative;
  margin-top: 2rem;
}

.sticky_badge {
  font-size: 14px;
  margin: 0 20px;
  background: rgba(255, 164, 53, 0.2117647059);
  padding: 5px 7px;
  border-radius: 10%;
  color: #fd9b24;
  font-weight: 600;
}

.caraousel-item {
  position: relative;
  position: relative;
}

.action-section {
  display: flex;
  justify-content: end;
}

.notification-button-group {
  position: relative;
}
.notification-button-group .notification-badge {
  background-color: rgb(240, 7, 7);
  color: #fff;
  font-size: 0.7rem;
  padding: 0 3.5px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  pointer-events: none;
}

.notif-mobile {
  position: relative;
  position: relative;
  display: none;
}
.notif-mobile .notification-badge {
  background-color: rgb(240, 7, 7);
  color: #fff;
  font-size: 0.7rem;
  padding: 0 3.5px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  pointer-events: none;
}

.btn-forum {
  background: #332dca;
  padding: 0.6rem 1rem;
  margin-left: 10px;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

.kategori-list {
  padding: 10px 20px;
  text-decoration: none;
  color: #2191dc;
  background: rgba(33, 145, 220, 0.1098039216);
  border-radius: 50px;
  margin: 0.3rem;
  border: 2px solid #2191dc;
  transition: all 0.2s ease;
}
.kategori-list:hover {
  background-color: #2191dc;
  color: #fff;
}

.mdi-keyboard-backspace {
  color: #000;
  font-size: 28px;
  margin-right: 1.4rem;
}

.container-carousel {
  position: relative;
}
.container-carousel .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6117647059);
  padding-left: 1em;
  padding-bottom: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6117647059);
  padding-left: 1em;
  padding-bottom: 2em;
  padding-top: 1em;
}
.container-carousel .content > .category {
  position: relative;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 1em;
  position: relative;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.container-carousel .content > .title {
  position: relative;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.container-carousel .content > .date {
  position: relative;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1px;
  margin-top: 1em;
  position: relative;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1px;
  margin-top: 1em;
}
.container-carousel img {
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
}

.container-login {
  position: relative;
  background: #ffffff;
  border: 1px solid #efefef;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5em;
  height: 100%;
  justify-content: center;
  box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1), 0 3rem 20rem -5rem rgba(0, 0, 0, 0.1);
}
.container-login .login__input-error {
  color: red;
}
.container-login form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.container-login img {
  position: relative;
  width: 130px;
  position: relative;
  width: 130px;
}
.container-login h5 {
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Poppins";
  color: #474747;
  margin: 0.3em 0.7em 1em;
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Poppins";
  color: #474747;
  margin: 0.3em 0.7em 0.6em;
  top: -10px;
}
.container-login input {
  position: relative;
  background: #eff0f7;
  border-radius: 16px;
  padding: 0.8em 1em;
  margin: 0.4em;
  border: navajowhite;
  color: #a0a3bd;
  font-size: 0.9em;
  width: 230px;
  position: relative;
  background: #eff0f7;
  border-radius: 16px;
  padding: 0.8em 1em;
  margin: 0.4em;
  border: navajowhite;
  color: #a0a3bd;
  font-size: 0.9em;
  width: 230px;
}
.container-login input::placeholder {
  color: #a0a3bd;
  opacity: 1;
  color: #a0a3bd;
  opacity: 1;
}
.container-login .login-btn {
  position: relative;
  background: #0093dd;
  border-radius: 40px;
  text-align: center;
  border: none;
  width: 130px;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  margin: 1em;
  position: relative;
  background: #0093dd;
  border-radius: 40px;
  border: none;
  width: 130px;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  margin: 1em;
}
.container-login .login-btn:hover {
  background: #0582c0;
  background: #0582c0;
}

.row.more_news {
  position: relative;
  margin-top: 1.4em;
  margin-bottom: 1.6em;
  position: relative;
  margin-top: 1.4em;
  margin-bottom: 1.6em;
}

.more_news h5 {
  position: relative;
  padding: 1em 1em 0.7em;
  position: relative;
  padding: 1em 1em 0.7em;
}

.card-news {
  position: relative;
  background: #fcfcfc;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
  border-radius: 16px;
  padding: 1.5em;
  position: relative;
  background: #fcfcfc;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
  border-radius: 16px;
  padding: 1.5em;
  display: block;
  text-decoration: none;
  color: #333;
}
.card-news .date {
  position: relative;
  font-size: 0.8em;
  color: #8b8d9a;
  margin-bottom: 0.8em;
  position: relative;
  font-size: 0.8em;
  color: #8b8d9a;
  margin-bottom: 0.8em;
}
.card-news h3 {
  font-weight: 400;
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  font-size: 0.9em;
  line-height: 1.5;
}
.card-news .posted-by {
  position: relative;
  margin-top: 1em;
  color: #00458e;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 1.2px;
  position: relative;
  margin-top: 1em;
  color: #00458e;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 1.2px;
}

.log-v4 {
  position: relative;
}
.log-v4 ul.slick-dots {
  bottom: 80px;
}
.log-v4 .carousel {
  height: 720px;
}
.log-v4 .slick-list {
  height: 100%;
  border-radius: 0;
}
.log-v4 .jumbotron {
  height: 248px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px -3px;
  max-height: 240px;
}
.log-v4 .jumbotron .logo {
  position: relative;
  display: flex;
  padding-left: 115px;
}
.log-v4 .jumbotron .logo img {
  position: relative;
  width: 250px;
}

.log-v4 .jumbotron .logo img.logo-merdeka {
  margin-top: 20px;
  margin-left: 100px; 
  width: auto; 
  max-height: 80px;
}

.log-v4 .container-fluid {
  position: absolute;
  top: 80px;
  padding: 40px 30px;
}
.log-v4 .container-xxl {
  position: relative;
  top: 0%;
  bottom: 130px;
  padding: 40px 30px 10px;
}
.log-v4 .pengumuman_wrap {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 8px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4.0599px 19.2845px -6.08985px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4.0599px 19.2845px -6.08985px rgba(0, 0, 0, 0.25);
  border-radius: 12.1797px;
  flex-direction: column;
  align-items: center;
}
.log-v4 .pengumuman_wrap .arrow-bg {
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 50px;
  height: 40px;
  object-fit: unset;
  cursor: pointer;
}
.log-v4 .pengumuman_wrap .arrow-bg.prev-arrow {
  left: 0;
}
.log-v4 .pengumuman_wrap .arrow-bg.next-arrow {
  right: 0;
}
.log-v4 .pengumuman_wrap h3 {
  position: relative;
  font-size: 18px;
  padding: 0 0 10px 0;
  color: #EB2323;
  font-weight: 600;
}
.log-v4 .pengumuman_wrap img {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: scale-down;
}
.log-v4 .pengumuman_wrap img.preview-modal {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.log-v4 .pengumuman_wrap .dat {
  font-size: 10px;
  text-align: right;
  position: relative;
  width: 100%;
  padding: 0.4rem;
  line-height: 1;
}
.log-v4 .pengumuman_wrap .title {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
.log-v4 .rss_wrap {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.07), 0px 0.60294px 24.1177px rgba(0, 0, 0, 0.0456112), 0px 0.25043px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.09058px 3.62304px rgba(0, 0, 0, 0.0243888);
  box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.07), 0px 0.60294px 24.1177px rgba(0, 0, 0, 0.0456112), 0px 0.25043px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.09058px 3.62304px rgba(0, 0, 0, 0.0243888);
  border-radius: 10px;
  height: 100%;
}
.log-v4 .rss_wrap h3 {
  position: relative;
  font-size: 14px;
  text-align: center;
  background: #c70909;
  padding: 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.log-v4 .rss_wrap .content {
  position: relative;
  padding: 0.8rem 0.5rem;
  height: 421px;
  overflow-y: auto;
}
.log-v4 .rss_wrap .content ul {
  position: relative;
  list-style: none;
  padding: 0;
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 0;
}
.log-v4 .rss_wrap .content ul li {
  position: relative;
  margin: 0.5rem 0;
  font-size: 15px;
  color: #C00D0D;
}
.log-v4 .rss_wrap .content ul li a {
  color: #C00D0D;
  text-decoration: none;
  font-size: 17.5px;
}
.log-v4 .login_wrap {
  position: relative;
  border-radius: 12px;
  background: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.07), 0px 0.60294px 24.1177px rgba(0, 0, 0, 0.0456112), 0px 0.25043px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.09058px 3.62304px rgba(0, 0, 0, 0.0243888);
  box-shadow: 0px 2px 80px rgba(0, 0, 0, 0.07), 0px 0.60294px 24.1177px rgba(0, 0, 0, 0.0456112), 0px 0.25043px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.09058px 3.62304px rgba(0, 0, 0, 0.0243888);
  background-image: url("../img/bm-1.png");
}
.log-v4 .login_wrap h3 {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-top: 43px;
}
.log-v4 .login_wrap .desc {
  position: relative;
  font-size: 13px;
  margin-top: 6px;
  color: #959595;
  margin-bottom: 10px;
}
.log-v4 .login_wrap .inp {
  position: relative;
  font-size: 13px;
  margin: 1.2rem 0;
  padding: 10px;
}
.log-v4 .login_wrap .inp.username {
  margin-top: 40px;
}
.log-v4 .login_wrap .cta {
  position: relative;
  background: #EA3535;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  margin-top: 20px;
  border: none;
  transition: all 0.8s ease;
  display: block;
  text-decoration: none;
}
.log-v4 .login_wrap .cta:hover {
  background: #d32e2e;
}
.log-v4 .berita_wrap {
  position: relative;
  padding: 1rem 0;
  height: 100%;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.log-v4 .berita_wrap h3 {
  position: relative;
  font-size: 22px;
}
.log-v4 .berita_wrap .content {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-y: auto;
}
.log-v4 .berita_wrap .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.log-v4 .berita_wrap .content::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
  height: 6px;
}
.log-v4 .berita_wrap .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dadada;
}
.log-v4 .berita_wrap .content .item {
  position: relative;
  padding: 6px;
  display: flex;
  flex-direction: column;
  max-width: 216px;
}
.log-v4 .berita_wrap .content .item img {
  position: relative;
  width: 193px;
  height: 146px;
}
.log-v4 .berita_wrap .content .item a {
  margin-top: 10px;
  position: relative;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.log-v4 footer {
  text-align: center;
  margin: -100px 30px 0;
  font-size: 13px;
  bottom: -110px;
}

navbar.home {
  box-shadow: -1px 4px 17px -9px rgba(0, 0, 0, 0.73);
  display: block;
}
navbar.home ._wrapper {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}
navbar.home ._wrapper a {
  position: relative;
  text-decoration: none;
  background-color: #0093dd;
  padding: 1rem 2rem;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

.notif-container {
  position: absolute;
  background: #ffffff;
  padding: 1em;
  margin: 0 1em;
  top: 90px;
  border-radius: 8px;
  right: 0;
  height: 440px;
  padding-right: 0;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
}
.notif-container .info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
}
.notif-container .info h5 {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0.5em;
  margin-bottom: 0;
}
.notif-container .info a {
  font-size: 14px;
  padding: 0.5em;
  text-decoration: none;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #2339bf;
}
.notif-container .notif-content {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 40px);
  scrollbar-width: auto;
  scrollbar-color: #bababa #ffffff;
  padding-right: 1em;
}
.notif-container .notif-content::-webkit-scrollbar {
  width: 10px;
}
.notif-container .notif-content::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.notif-container .notif-content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.9em 0px;
  border-top: 1px solid #eee;
  padding: 0.8em 0 0;
  cursor: pointer;
  text-decoration: none;
  justify-content: space-between;
  color: #333;
}
.notif-container .notif-content .item .left {
  position: relative;
  display: flex;
}
.notif-container .notif-content .item .left .c-left {
  position: relative;
}
.notif-container .notif-content .item .left .c-left img {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 5px;
}
.notif-container .notif-content .item .left .c-right {
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.notif-container .notif-content .item .left .c-right .title {
  font-weight: 600;
  margin-left: 0;
  border: none;
  margin: 0;
  padding: 0;
}
.notif-container .notif-content .item .left .c-right .desc {
  font-size: 14px;
  color: #525252;
}
.notif-container .notif-content .item .right {
  display: flex;
  align-items: center;
}
.notif-container .notif-content .item .right .cek {
  font-size: 30px;
  font-weight: 700;
  color: #808080;
}

.notif-container.show {
  opacity: 1;
  visibility: visible;
}

.notif-container.detail {
  position: relative;
  background: none;
  box-shadow: none;
  height: auto;
  top: 0;
}

.notif-container-detail.detail {
  position: relative;
  background: none;
  box-shadow: none;
  height: auto;
  top: 0;
}

.notif-container.active {
  display: block;
}

.notif-container-detail.active {
  display: block;
}

.notif-container-detail .info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
}
.notif-container-detail .info h5 {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0.5em;
  margin-bottom: 0;
}
.notif-container-detail .info a {
  font-size: 14px;
  padding: 0.5em;
  text-decoration: none;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #2339bf;
}
.notif-container-detail .notif-content {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 40px);
  scrollbar-width: auto;
  scrollbar-color: #bababa #ffffff;
  padding-right: 1em;
}
.notif-container-detail .notif-content::-webkit-scrollbar {
  width: 10px;
}
.notif-container-detail .notif-content::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.notif-container-detail .notif-content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.9em 0px;
  border-top: 1px solid #eee;
  padding: 0.8em 0 0;
  cursor: pointer;
  text-decoration: none;
  justify-content: space-between;
  color: #333;
}
.notif-container-detail .notif-content .item .left {
  position: relative;
  display: flex;
}
.notif-container-detail .notif-content .item .left .c-left {
  position: relative;
}
.notif-container-detail .notif-content .item .left .c-left img {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 5px;
}
.notif-container-detail .notif-content .item .left .c-right {
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.notif-container-detail .notif-content .item .left .c-right .title {
  font-weight: 600;
  margin-left: 0;
  border: none;
  margin: 0;
  padding: 0;
}
.notif-container-detail .notif-content .item .left .c-right .desc {
  font-size: 14px;
  color: #525252;
}
.notif-container-detail .notif-content .item .right {
  display: flex;
  align-items: center;
}
.notif-container-detail .notif-content .item .right .cek {
  font-size: 30px;
  font-weight: 700;
  color: #808080;
}

.notif_box {
  position: relative;
  background-color: #eff1ff;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
}
.notif_box .count {
  position: absolute;
  top: -1px;
  right: 3px;
  background: red;
  padding: 2px 7px;
  color: #fff;
  border-radius: 60%;
  font-size: 10px;
}

navbar.navbar {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
}
navbar.navbar .logo-bar {
  position: relative;
}
navbar.navbar .logo-bar > img {
  position: relative;
  margin-left: 2rem;
  width: auto;
  height: 45px;
}
navbar.navbar .nav-list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
  justify-content: flex-end;
}
navbar.navbar .nav-list li {
  position: relative;
  list-style: none;
  margin: 0 20px;
}
navbar.navbar .nav-list li > a {
  position: relative;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.5px;
}
navbar.navbar .nav-list > .nav-profile {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
navbar.navbar .nav-list > .nav-profile .name-profile {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.5px;
}
navbar.navbar .nav-list > .nav-profile img {
  width: 40px;
  position: relative;
  margin-left: 20px;
}

sidebar {
  position: fixed;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 290px;
  border-right: 1px solid #eee;
  z-index: 1;
  transition: all 1s ease;
}
sidebar .hide-btn {
  position: absolute;
  right: -7px;
  top: 144px;
  cursor: pointer;
  z-index: 3;
}
sidebar .hide-btn img {
  position: relative;
  width: 30px;
}
sidebar .navigation-profile {
  border-radius: 15px;
  position: relative;
  background-color: #f2f2f2;
  margin: 10px;
  padding: 9px 3px;
  display: flex;
  justify-content: center;
  transition: all 1s ease;
}
sidebar .navigation-profile .img-box {
  position: relative;
  padding-top: 10px;
}
sidebar .navigation-profile .img-box img {
  position: relative;
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
sidebar .navigation-profile .mobile-hidden {
  display: flex;
}
sidebar .navigation-profile .mobile-hidden.active {
  display: none;
}
sidebar .navigation-profile .content {
  position: relative;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
sidebar .navigation-profile .content .name {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding-top: 0.4rem;
}
sidebar .navigation-profile .content .title {
  position: relative;
  font-size: 10px;
}
sidebar .navigation-profile .content select {
  position: relative;
  font-size: 10px;
  border-radius: 8px;
  padding: 5px 10px;
  border: 2px solid #dedede;
  outline: none;
}
sidebar .navigation-profile .content a {
  position: relative;
  text-decoration: none;
  font-size: 10px;
  color: #5861e7;
  font-weight: 600;
}
sidebar .navigation-profile .content > * {
  margin: 2px;
}
sidebar .navigation-profile.hide {
  background: #fff;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0;
  padding: 0;
  padding: 10px 0;
}
sidebar .wrapper-input-search {
  display: flex;
  align-items: center;
  background: #eff0f6;
  float: left;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
sidebar .wrapper-input-search i {
  position: relative;
  color: #727272;
  margin: 0 5px;
}
sidebar .wrapper-input-search input {
  position: relative;
  border: none;
  background: none;
  margin-left: 10px;
  outline: none;
}
sidebar .box-wrap {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  padding: 10px 0;
}
sidebar .list-sidebar {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
sidebar ul {
  position: relative;
  padding-left: 13px;
}
sidebar ul > li {
  position: relative;
  list-style: none;
  margin: 17px 1px;
}
sidebar ul > li > a {
  position: relative;
  text-decoration: none;
  display: flex;
  color: #8b8d9a;
}
sidebar ul > li > a > img {
  position: relative;
  margin-right: 16px;
  width: 19px;
  height: 20px;
}
sidebar ul > li > a .ptext-sidebar {
  transition: all 3s ease;
  display: block;
  white-space: nowrap;
}
sidebar ul > li > a .ptext-sidebar.hide {
  display: none;
}
sidebar ul > img > a span {
  position: relative;
  font-size: 1.1rem;
}

sidebar .sidebar-merdeka-image {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid transparent;
}

@media (min-height: 768px) {
  sidebar .sidebar-merdeka-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}

sidebar .sidebar-merdeka-image img {
  max-width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.flash-alert {
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  color: #fff;
  margin: 1rem;
}
.flash-alert button {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
}

.flash-alert.info {
  background-color: #fdb249;
}

.flash-alert.success {
  background-color: #22ca53;
}

.flash-alert.warning {
  background-color: #dec843;
}

.flash-alert.error {
  background-color: #e8281e;
}

.main-content {
  position: relative;
  margin-left: 290px;
  margin-top: 92px;
  transition: all 1s ease;
}
.main-content > section {
  padding: 40px 30px 30px;
  min-height: calc(100vh - 130px);
  padding-bottom: 60px;
}

.dashboard {
  position: relative;
  background: #eff1ff;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 30px;
  min-height: calc(100vh - 93px);
}
.dashboard .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.dashboard .top .search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.dashboard .top .search-wrap .input {
  padding: 7px;
  border-radius: 7px;
  font-size: 14px;
  margin-right: 10px;
  min-width: 12rem;
}
.dashboard .top .search-wrap button {
  color: #fff;
  background: #2429c0;
  padding: 2px 1rem;
  border: none;
  border-radius: 5px;
}
.dashboard .btn {
  padding: 0.6rem 1rem;
  text-decoration: none;
  border-radius: 10px;
  margin: 0.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.dashboard .btn-edit {
  background-color: #e88b1a;
}
.dashboard .btn-view {
  color: #fff;
  background: #1c3faa;
  font-size: 14px;
}
.dashboard .btn-view svg {
  margin-right: 5px;
}
.dashboard .box-admin {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.dashboard .box-admin form label {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
}
.dashboard .box-admin form a {
  padding: 0.8rem;
  text-decoration: none;
  color: #777;
  border-radius: 10px;
  font-size: 13px;
}
.dashboard .box-admin form button {
  background: #1c3faa;
  padding: 0.6rem 1rem;
  margin-left: 10px;
  border: none;
  border-radius: 10px;
}
.dashboard .box-admin form button.send {
  border-radius: 5px;
  margin-left: 0;
  padding: 0.5rem 2rem;
  color: #fff;
}
.dashboard .box-admin form .ck-rounded-corners .ck.ck-button {
  background: none;
}
.dashboard .box-admin form .ck-rounded-corners a.ck.ck-button {
  background: none;
}
.dashboard .box-admin form .ck.ck-button.ck-rounded-corners {
  background: none;
}
.dashboard .box-admin form a.ck.ck-button.ck-rounded-corners {
  background: none;
}
.dashboard .box-admin .table-wrapper {
  padding: 1rem;
}
.dashboard .box-admin .table-wrapper table {
  vertical-align: middle;
  font-size: 14px;
}
.dashboard .box-admin .table-wrapper table .title-first {
  font-weight: 600;
  color: #545454;
}
.dashboard .box-admin .table-wrapper table .w-5 {
  width: 5%;
  color: #767676;
}
.dashboard .box-admin .table-wrapper table .w-70 {
  width: 70%;
  padding-right: 20px;
}
.dashboard .box-admin .table-wrapper table .w-20 {
  width: 20%;
  padding: 0 20px;
}
.dashboard .box-admin .table-wrapper table .w-30 {
  width: 30%;
  padding: 0 20px;
}
.dashboard .box-admin .table-wrapper table .t-title {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #393939;
}
.dashboard .box-admin .table-wrapper table .t-date {
  font-size: 12px;
  font-weight: #7d7d7d;
}
.dashboard .box-admin .table-wrapper table .t-btn {
  display: flex;
  padding: 7px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 36px;
  font-size: 12px;
  text-align: center;
  border: none;
  margin: 0.4rem 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.dashboard .box-admin .table-wrapper table .t-btn-view {
  background: #cddcff;
  color: #2a62dc;
  font-weight: 600;
}
.dashboard .box-admin .table-wrapper table .t-btn-edit {
  background: #ffecce;
  color: #f59e0b;
  font-weight: 600;
}
.dashboard .box-admin .table-wrapper table .t-btn-delete {
  background: #fbd0d0;
  font-weight: 600;
  color: #ff4141;
}
.dashboard .box-admin .table-wrapper tr.even {
  background-color: #edf2f7;
}
.dashboard .box-admin .title {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  font-size: 1.2rem;
  margin: 1rem;
  margin-bottom: 0;
}
.dashboard .box-admin .content {
  position: relative;
  padding: 1rem;
}
.dashboard .box-admin .content .list {
  position: relative;
  margin: 1rem 0;
}
.dashboard .box-admin .content .list svg {
  position: relative;
  margin-right: 10px;
}
.dashboard .box-admin .content .list a {
  position: relative;
  text-decoration: none;
  color: #1c3faa;
  font-weight: 500;
}
.dashboard .box-admin.content {
  background-color: transparent;
}
.dashboard .top-section_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.dashboard .top-section_wrap div .title {
  font-size: 18px;
}
.dashboard .top-section_wrap .tab__container {
  position: relative;
  display: flex;
  border-bottom: 1px solid #7b7b7b;
  flex-wrap: wrap;
  margin: 10px;
  margin-right: 20px;
}
.dashboard .top-section_wrap .tab__container .tab-item {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.dashboard .top-section_wrap .tab__container .tab-item:hover {
  font-weight: 500;
}
.dashboard .top-section_wrap .tab__container .tab-item.active {
  position: relative;
  border-bottom: 3px solid #2b02cd;
  font-weight: 600;
}
.dashboard .top-section_wrap .tab__container .tab-item.active:hover {
  font-weight: 600;
}
.dashboard .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #282e5c;
  display: flex;
  align-items: center;
}
.dashboard .widget-wrapper {
  position: relative;
  margin: 25px 0;
}
.dashboard .widget-wrapper > .row .widget {
  min-height: 110px;
}
.dashboard .widget-wrapper .card {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.dashboard .widget-wrapper .card .content {
  position: relative;
  border-radius: 30px;
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 10px;
}
.dashboard .widget-wrapper .card .content.stat-absen {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  justify-content: space-evenly;
}
.dashboard .widget-wrapper .card .content.stat-absen span:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1.5px;
}
.dashboard .widget-wrapper .card .content.stat-absen span:nth-child(2) {
  text-align: right;
  font-size: 1.24rem;
  font-weight: 700;
}
.dashboard .widget-wrapper .card .content.stat-absen span:nth-child(3) {
  text-align: right;
  font-size: 13px;
}
.dashboard .widget-wrapper .card .content.stat-absen.color1 {
  color: #ff8e2e;
  background-color: #ffefe1;
}
.dashboard .widget-wrapper .card .content.stat-absen.color2 {
  color: #1f68b8;
  background-color: #dedcff;
}
.dashboard .widget-wrapper .card .content.stat-absen.color3 {
  color: #11bb25;
  background-color: #f4fff5;
}
.dashboard .widget-wrapper .card__calendar {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.dashboard .widget-wrapper .card__calendar .content {
  position: relative;
  border-radius: 30px;
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 10px;
}
.dashboard .widget-wrapper .card__calendar img {
  width: 100%;
  height: 265px;
  padding: 10px;
}
.dashboard .widget-wrapper .card__welcome {
  position: relative;
  background: transparent;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.dashboard .widget-wrapper .card__welcome .content {
  position: relative;
  padding: 30px 30px 30px 30px;
  color: #fff;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard .widget-wrapper .card__welcome .content .text-wel {
  position: relative;
  margin-bottom: 30px;
}
.dashboard .widget-wrapper .card__welcome .content .text-wel span:nth-child(1) {
  position: relative;
}
.dashboard .widget-wrapper .card__welcome .content .text-wel span:nth-child(2) {
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.dashboard .widget-wrapper .card__welcome .content .text-desc {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  width: calc(100% - 100px);
  color: #fcfcfc;
  line-height: 135%;
  letter-spacing: -0.5px;
}
.dashboard .widget-wrapper .card__welcome .art-img {
  position: relative;
  padding: 0;
  width: calc(100% - 270px);
}
.dashboard .widget-wrapper .card__welcome .art-img > img {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
}
.dashboard .widget-wrapper .card__welcome.greet {
  background-size: 100% 101%;
  background-repeat: no-repeat;
}
.dashboard .widget-wrapper .card__profile {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 10px 1px;
  height: 100%;
  display: flex;
}
.dashboard .widget-wrapper .card__profile .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dashboard .widget-wrapper .card__profile .content img {
  position: relative;
  width: 70px;
  margin-bottom: 10px;
}
.dashboard .widget-wrapper .card__profile .content .big-text {
  position: relative;
  font-weight: 600;
  color: #404040;
}
.dashboard .widget-wrapper .card__profile .content .small-text {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #555;
}
.dashboard .widget-wrapper .card__profile .content .btn-profile {
  position: relative;
  margin-top: 10px;
  background: #d1d0f7;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  color: #5861e7;
  border: none;
}
.dashboard .widget-wrapper .card__profile .content .btn-profile:hover {
  background: #bcbbf5;
}
.dashboard .widget-wrapper .card__profile.absen {
  position: relative;
}
.dashboard .widget-wrapper .card__absen {
  position: relative;
  background: #1f68b8;
  border-radius: 30px;
  color: #fff;
  padding: 10px 1px;
  height: 100%;
  display: flex;
  min-height: 200px;
}
.dashboard .widget-wrapper .card__absen .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.dashboard .widget-wrapper .card__absen .content img {
  position: relative;
  width: 80px;
  margin-bottom: 10px;
}
.dashboard .widget-wrapper .card__absen .content .big-text {
  position: relative;
  font-weight: 600;
  color: inherit;
  font-size: 21px;
}
.dashboard .widget-wrapper .card__absen .content .small-text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: inherit;
}
.dashboard .widget-wrapper .card__absen.ok {
  background-color: #fff;
  color: #000;
}
.dashboard .widget-wrapper .card__absen.v2 {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.dashboard .widget-wrapper .card__absen.absen {
  position: relative;
}
.dashboard .widget-wrapper .card__grafik {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.dashboard .widget-wrapper .card__grafik .title {
  position: relative;
  font-size: 17px;
}
.dashboard .widgetbtn {
  border-radius: 50px;
  padding: 5px;
  color: #00458e;
  font-size: 14px;
  border: none;
  background: #1f68b8;
  transition: 1.5s;
}
.dashboard .widgetbtn img {
  transition: 0.8s;
  width: 20px;
  filter: brightness(0) invert(1);
}
.dashboard .widgetbtn img.active {
  transform: rotate(180deg);
}
.dashboard .app-wrapper {
  position: relative;
  background: #ffffff;
  border: 1px solid #f9f7f7;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 20px;
  overflow: hidden;
  height: 300px;
  transition: all 2s ease;
}
.dashboard .app-wrapper .more-btn {
  position: absolute;
  border-radius: 50px;
  padding: 5px;
  color: #00458e;
  font-size: 14px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: #1f68b8;
  transition: 2.5s;
}
.dashboard .app-wrapper .more-btn img {
  transition: 1s;
  width: 20px;
  filter: brightness(0) invert(1);
}
.dashboard .app-wrapper .more-btn img.active {
  transform: rotate(180deg);
}
.dashboard .app-wrapper .box-app {
  position: relative;
  max-width: 100%;
  border: 2px solid #eee;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px 10px;
  height: 90px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.dashboard .app-wrapper .box-app:hover {
  border: 3px solid #7a71f7;
  box-shadow: 1px 4px 7px -4px rgba(0, 0, 0, 0.39);
  transform: translateY(-10px);
}
.dashboard .app-wrapper .box-app .img {
  position: relative;
  border-radius: 70px;
  margin-bottom: 2px;
}
.dashboard .app-wrapper .box-app .img > img {
  position: relative;
  height: 45px;
  object-fit: scale-down;
}
.dashboard .app-wrapper .box-app .title {
  position: relative;
  font-size: .86em;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.dashboard .action-wrapper {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 50px;
}
.dashboard .action-wrapper .set-app {
  position: relative;
  right: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #eb9150;
  padding: 10px 17px;
  font-size: 13px;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
}
.dashboard .action-wrapper .set-app > img {
  position: relative;
  width: 20px;
}
.dashboard .sticky-wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}
.dashboard .sticky-wrapper .title {
  position: relative;
  font-size: 15px;
  padding: 1px 20px 0;
}
.dashboard .sticky-wrapper .box-sticky {
  padding: 20px;
  position: relative;
  background: #ffffff;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 9px;
  border-left-width: 6px;
  border-left-color: #FFBAB9 !important;
  cursor: pointer;
  padding-bottom: 11px;
}
.dashboard .sticky-wrapper .box-sticky .title-sticky {
  position: relative;
  padding: 3px 0 0;
  height: 3.5em;
  overflow: hidden;
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #555555;
  margin-bottom: 5px;
}
.dashboard .sticky-wrapper .box-sticky .top-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .sticky-wrapper .box-sticky .top-wrap .pin {
  position: relative;
  background: #eff1ff;
  padding: 4px 8px;
  border-radius: 50%;
  cursor: pointer;
}
.dashboard .sticky-wrapper .box-sticky .top-wrap .pin img {
  width: 16px;
}
.dashboard .sticky-wrapper .box-sticky .content {
  position: relative;
}
.dashboard .sticky-wrapper .box-sticky .cat {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  color: #8b8d9a;
}
.dashboard .sticky-wrapper .box-sticky .title {
  position: relative;
  padding: 10px 0;
  height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.dashboard .sticky-wrapper .box-sticky .sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  flex-direction: column;
  align-items: baseline;
}
.dashboard .sticky-wrapper .box-sticky .sub .date {
  position: relative;
  color: #8b8d9a;
  font-size: 10px;
  letter-spacing: 1px;
}
.dashboard .sticky-wrapper .box-sticky .sub .creator {
  position: relative;
  color: #13166b;
  font-size: 11.5px;
  letter-spacing: 1px;
  font-weight: 500;
}
.dashboard .pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px;
  max-width: 100% !important;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.dashboard .pagination .back {
  position: relative;
  cursor: pointer;
}
.dashboard .pagination .back > img {
  position: relative;
}
.dashboard .pagination .forward {
  position: relative;
  cursor: pointer;
}
.dashboard .pagination .forward > img {
  position: relative;
}
.dashboard .pagination ul {
  position: relative;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  margin: 0 15px;
}
.dashboard .pagination ul > li {
  position: relative;
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
}
.dashboard .pagination ul > li > a {
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.dashboard .pagination ul > li.active {
  position: relative;
  list-style: none;
  background: #0166fe;
  padding: 3px 12px;
  border-radius: 60%;
  color: #fff;
}
.dashboard .pagination ul > li.active > a {
  position: relative;
  color: #fff;
}
.dashboard .forum-wrapper {
  position: relative;
}
.dashboard .forum-wrapper .search-input-wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 5px;
}
.dashboard .forum-wrapper .search-input-wrapper .search-input {
  padding: 7.5px 17.5px !important;
  border-radius: 9px 0 0 9px !important;
  -webkit-border-radius: 9px 0 0 9px !important;
  -moz-border-radius: 9px 0 0 9px !important;
  -ms-border-radius: 9px 0 0 9px !important;
  -o-border-radius: 9px 0 0 9px !important;
  border: 1px solid #d7d6d6;
}
.dashboard .forum-wrapper .search-input-wrapper .search-input:focus {
  outline: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.dashboard .forum-wrapper .search-input-wrapper .search-input-button {
  border: 1px solid #d7d6d6;
  background-color: #464efb;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 9px 9px 0;
  -webkit-border-radius: 0 9px 9px 0;
  -moz-border-radius: 0 9px 9px 0;
  -ms-border-radius: 0 9px 9px 0;
  -o-border-radius: 0 9px 9px 0;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.dashboard .forum-wrapper .search-input-wrapper .search-input-button:hover {
  opacity: 0.75;
}
.dashboard .forum-wrapper .forum-box-wrapper {
  border-left-color: #979fd0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.dashboard .forum-wrapper .forum-box-wrapper .card {
  border-color: #e3dfdf;
  border-left-color: #babeff !important;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 1;
  background: #fcfcfc;
}
.dashboard .forum-wrapper .forum-box-wrapper .card:hover {
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.08);
  border-color: #d0d0d0;
}
.dashboard .forum-wrapper .forum-box-wrapper .box-sticky {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 1;
  background: #fcfcfc;
}
.dashboard .forum-wrapper .forum-box-wrapper .box-sticky:hover {
  box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.08);
  border-color: #d0d0d0;
}
.dashboard .forum-wrapper #sticky-box-wrapper {
  margin-bottom: 25px;
}
.dashboard .forum-wrapper #sticky-box-wrapper .forum-box-wrapper {
  padding-top: 10px;
  padding-bottom: 1px;
}
.dashboard .forum-wrapper .img-main {
  position: relative;
}
.dashboard .forum-wrapper .img-main img {
  width: 100%;
  margin-bottom: 0.8rem;
  object-fit: scale-down;
  height: 300px;
}
.dashboard .forum-wrapper .title {
  position: relative;
  font-size: 16px;
  padding: 20px 20px 10px;
  font-weight: 600;
}
.dashboard .forum-wrapper .title-h2 {
  padding: 20px 20px 10px;
}
.dashboard .forum-wrapper .card {
  position: relative;
  border-left: 7px solid #babeff;
  border-radius: 9px;
  padding: 5px 20px 6px 30px;
  margin: 30px 13px -8px 0;
}
.dashboard .forum-wrapper .card .info {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1.5px solid #e4e4e4;
  padding-bottom: 3px;
}
.dashboard .forum-wrapper .card .info .left {
  position: relative;
  display: flex;
  align-items: center;
}
.dashboard .forum-wrapper .card .info .left .img {
  position: relative;
  margin-right: 20px;
}
.dashboard .forum-wrapper .card .info .left .img > img {
  position: relative;
  width: 50px;
  border-radius: 50%;
}
.dashboard .forum-wrapper .card .info .name {
  position: relative;
  font-weight: 500;
  font-size: 13px;
}
.dashboard .forum-wrapper .card .info .right-container {
  display: flex;
}
.dashboard .forum-wrapper .card .info .right {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.dashboard .forum-wrapper .card .info .right .view {
  position: relative;
  margin-right: 20px;
}
.dashboard .forum-wrapper .card .info .right .view > img {
  position: relative;
}
.dashboard .forum-wrapper .card .info .right .view span {
  position: relative;
  margin-left: 5px;
}
.dashboard .forum-wrapper .card .info .right .posted {
  position: relative;
  display: flex;
  font-size: 13px;
}
.dashboard .forum-wrapper .card .info .right .posted .by {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  color: #13166b;
  font-weight: 600;
  font-size: 11.5px;
}
.dashboard .forum-wrapper .card .info .right .posted .date {
  position: relative;
  font-size: 11.5px;
}
.dashboard .forum-wrapper .card .title {
  position: relative;
  padding: 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
}
.dashboard .forum-wrapper .card .desc {
  position: relative;
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.dashboard .forum-wrapper .card .desc img {
  object-fit: scale-down;
  width: 100%;
  height: 330px !important;
}
.dashboard .forum-wrapper .card .homeForum.desc {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dashboard .forum-wrapper .card .homeForum.desc a {
  font-size: 13px;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info {
  position: relative;
  display: flex;
  justify-content: end;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info p {
  margin: 0;
  font-size: 13px;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info .status-item {
  position: relative;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info .status-item img {
  position: relative;
  margin-right: 10px;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info .status-love {
  position: relative;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info .status-info {
  position: relative;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info div.status-views img {
  position: relative;
  margin: -4px;
  width: 23px;
  height: 23px;
}
.dashboard .forum-wrapper .card ._wrapper-menu-info .menu-info div.status-views .other-views {
  background-color: #eff1ff;
  border-radius: 50%;
  font-size: 10px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.dashboard .forum-wrapper .card.adm {
  border-left: 13px solid #4226ea;
}
.dashboard .forum-wrapper .card.news {
  border-left: 13px solid #f62323;
}
.dashboard .title-absen {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #282e5c;
  display: flex;
  width: 100%;
  padding: 20px 20px 10px;
}
.dashboard .list-absen {
  position: relative;
  color: #525252;
  margin: 3px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1.3rem;
}
.dashboard .list-absen:first-child::after {
  background-color: #2dcc1f;
}
.dashboard .list-absen span {
  position: relative;
  width: 100%;
  display: inline-block;
  font-weight: 400;
}
.dashboard .list-absen span .tanggal {
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
.dashboard .list-absen span:nth-child(2) {
  position: relative;
  font-weight: 500;
  color: #0E3866;
  text-align: left;
  font-size: 1rem;
}
.dashboard .choose-date {
  position: relative;
  padding: 5px 20px;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  width: calc(100% - 50px);
  outline: none;
  padding-right: 0px;
}
.dashboard .top-blog-detail {
  position: relative;
  display: flex;
  flex-direction: column;
}
.dashboard .top-blog-detail .top {
  position: relative;
  display: flex;
  margin-bottom: 11px;
  justify-content: flex-start;
}
.dashboard .top-blog-detail .top > a {
  position: relative;
  margin-right: 29px;
}
.dashboard .top-blog-detail .top > a > img {
  position: relative;
  width: 24px;
}
.dashboard .top-blog-detail .top span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.dashboard .top-blog-detail .breadcumb {
  position: relative;
  padding: 0px 30px 10px;
}
.dashboard .top-blog-detail .breadcumb a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.dashboard .top-blog-detail .breadcumb a.active {
  position: relative;
  font-weight: 600;
}
.dashboard button.btn.setting-btn {
  position: relative;
  display: flex;
  cursor: pointer;
  background: #d7dafc;
  padding: 6px 1.2rem;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #272fe8;
  flex-wrap: wrap;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
}
.dashboard nav {
  margin-top: 20px;
}

.content-blog {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0;
}
.content-blog .by {
  font-size: 12px;
  font-weight: 500;
}
.content-blog .back-link {
  text-align: center;
  width: 100%;
  display: flex;
  padding: 1rem;
  color: #333;
  font-weight: 600;
  justify-content: center;
  border: 1px solid #c4c4c4;
  margin: 2rem 0;
}
.content-blog .title {
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding-bottom: 10px;
  padding: 20px;
}
.content-blog > img {
  position: relative;
  width: 100%;
  height: 480px;
  object-fit: scale-down;
}
.content-blog > .img-alt {
  position: relative;
  width: 100%;
  font-style: italic;
  margin: 10px;
  font-weight: 300;
}
.content-blog .info {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 15px;
}
.content-blog .info .author {
  position: relative;
  display: flex;
  align-items: center;
}
.content-blog .info .author > img {
  position: relative;
  width: 60px;
  margin-right: 19px;
}
.content-blog .info .author > .name {
  position: relative;
  font-weight: 600;
}
.content-blog .info .post {
  position: relative;
  display: flex;
  align-items: center;
}
.content-blog .info .post .view {
  position: relative;
  margin-right: 40px;
}
.content-blog .info .post .view > img {
  position: relative;
}
.content-blog .info .post .date {
  position: relative;
  color: #1b4de1;
}
.content-blog .info2 {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
  justify-content: space-between;
}
.content-blog .info2 > .date {
  position: relative;
  color: #0e0e0e;
  margin: 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 12px;
}
.content-blog .info2 > .cat {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 20px;
}
.content-blog .info2 > .cat span {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.content-blog .info2 > .cat span:nth-child(2) {
  position: relative;
  color: #1b4de1;
  font-weight: 600;
}
.content-blog .description {
  position: relative;
  margin: 10px 0;
}

.content-blog.detail .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.content-blog.detail .img-wrap img {
  position: relative;
  width: 570px;
  object-fit: scale-down;
}

.my-comment {
  position: relative;
  background: #fff;
  border-radius: 10px;
  display: flex;
}
.my-comment .left {
  position: relative;
  padding: 30px;
  border-right: 1px solid #eee;
}
.my-comment .left .profile {
  position: relative;
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-comment .left .profile > img {
  position: relative;
}
.my-comment .left .profile > .name {
  position: relative;
  margin-top: 16px;
}
.my-comment .right {
  padding: 30px;
}
.my-comment .right .w-full {
  margin: 0.6rem 0;
}
.my-comment .right .wrapper {
  position: relative;
  width: 100%;
}
.my-comment .right .wrapper span {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgb(105, 105, 105);
}
.my-comment .right .wrapper .hastag_area {
  position: relative;
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.my-comment .right .wrapper .hastag_area span {
  position: relative;
  margin-right: 15px;
}
.my-comment .right .wrapper h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.my-comment .right .wrapper > textarea {
  position: relative;
  width: 100%;
  padding: 22px;
  background: #f3f3f3;
  border: none;
  resize: none;
}
.my-comment .right .wrapper > .submit {
  position: relative;
  display: flex;
  justify-content: right;
  padding: 10px 30px;
  font-size: 13px;
  border: 2px solid #131cfb;
  border-radius: 170px;
  color: #131cfb;
  margin: 10px;
  background: #fff;
  float: right;
  transition: all 0.2s ease;
}
.my-comment .right .wrapper > .submit:hover {
  background-color: #131cfb;
  color: #fff;
}

.mini-left img {
  width: 60px;
  border-radius: 50%;
}

.mini-right {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  flex-direction: column;
  justify-content: center;
}
.mini-right .name {
  font-size: 14px;
  font-weight: 600;
}
.mini-right .person_title {
  font-size: 12px;
  letter-spacing: -0.5px;
  padding-right: 12px;
  max-width: 370px;
}

.post__start {
  position: relative;
  background: #fff;
  border-radius: 10px;
  display: flex;
  margin: 30px 0;
}
.post__start .info {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
.post__start .info p {
  font-size: 12px;
  position: relative;
  margin-right: 0.6rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.post__start .left {
  position: relative;
  padding: 30px;
  border-right: 1px solid #eee;
  padding-bottom: 0;
}
.post__start .left .profile {
  position: relative;
  display: flex;
}
.post__start .left .profile > img {
  position: relative;
}
.post__start .left .profile > .name {
  position: relative;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.post__start .left .profile > .person_title {
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #462ab8;
  margin-top: 18px;
  font-size: 15px;
}
.post__start .left .profile > .badge {
  position: relative;
  margin-top: 30px;
  color: #000;
  background: #ffe7c2;
  padding: 14px 30px;
  border-radius: 50px;
  border: 2px solid #ff9e0c;
  color: #ff9e0c;
  font-size: 14px;
}
.post__start .right {
  position: relative;
  padding: 30px;
  width: 100%;
  padding-top: 10px;
}
.post__start .right .wrapper {
  position: relative;
  width: 100%;
}
.post__start .right .wrapper .content {
  position: relative;
}
.post__start .right .wrapper .content > .title {
  position: relative;
  margin-left: 5px;
}
.post__start .right .wrapper .content > .desc {
  position: relative;
  margin: 20px 0;
}
.post__start .right .wrapper .content .title.mention {
  border-bottom: initial;
  background: #eff1ff;
  padding: 1.2rem;
}
.post__start .right .wrapper .reply {
  display: flex;
  position: relative;
  justify-content: right;
  cursor: pointer;
  float: right;
}
.post__start .right .wrapper .reply > img {
  position: relative;
  margin-right: 10px;
}

.post__reply {
  position: relative;
  background: #fff;
  border-radius: 10px;
  display: flex;
  margin: 30px 0;
}
.post__reply .left {
  position: relative;
  padding: 30px;
  border-right: 1px solid #eee;
}
.post__reply .left .profile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post__reply .left .profile > img {
  position: relative;
}
.post__reply .left .profile > .name {
  position: relative;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.post__reply .left .profile > .person_title {
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #462ab8;
  margin-top: 18px;
  font-size: 15px;
}
.post__reply .left .profile > .badge {
  position: relative;
  margin-top: 30px;
  color: #000;
  background: #ffe7c2;
  padding: 14px 30px;
  border-radius: 50px;
  border: 2px solid #ff9e0c;
  color: #ff9e0c;
  font-size: 14px;
}
.post__reply .right {
  position: relative;
  padding: 30px;
  width: 100%;
}
.post__reply .right .wrapper {
  position: relative;
  width: 100%;
}
.post__reply .right .wrapper .info {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.post__reply .right .wrapper .info p {
  font-size: 14px;
  position: relative;
}
.post__reply .right .wrapper .content {
  position: relative;
  padding: 20px;
  background: #eff1ff;
  margin-bottom: 10px;
}
.post__reply .right .wrapper .content > .reply-to {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  color: #0a12d0;
}
.post__reply .right .wrapper .content > .title {
  position: relative;
  font-size: 16px;
}
.post__reply .right .wrapper .content > .desc {
  position: relative;
  margin: 20px 0 0;
  font-size: 14px;
}
.post__reply .right .wrapper .reply {
  display: flex;
  position: relative;
  justify-content: right;
  cursor: pointer;
  float: right;
}
.post__reply .right .wrapper .reply > img {
  position: relative;
  margin-right: 10px;
}
.post__reply .right .wrapper .comment {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
}

.home-news {
  position: relative;
}
.home-news .side-news {
  position: relative;
  padding: 1rem;
}
.home-news .side-news .side__box {
  position: relative;
  margin: 2rem 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  display: block;
  text-decoration: none;
}
.home-news .side-news .side__box img {
  position: relative;
  width: 100%;
  height: 240px;
}
.home-news .side-news .side__box .title {
  position: relative;
  padding: 0.6em 0 0.2em;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  color: #444;
}
.home-news .side-news .side__box .info {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 0.9em;
}
.home-news .side-news .side__box .info .left {
  position: relative;
}
.home-news .side-news .side__box .info .right {
  position: relative;
}

.news-wrapper {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  padding-right: 130px;
  margin-bottom: 1rem;
}
.news-wrapper .news-card {
  position: relative;
  display: flex;
  margin-bottom: 70px;
  cursor: pointer;
}
.news-wrapper .news-card::after {
  content: url("../img/line1.svg");
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.news-wrapper .news-card .left {
  position: relative;
}
.news-wrapper .news-card .left > img {
  position: relative;
  width: 260px;
  height: 180px;
}
.news-wrapper .news-card .right {
  position: relative;
  padding-left: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: start;
  place-content: space-evenly;
}
.news-wrapper .news-card .right .title {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.news-wrapper .news-card .right .desc {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.news-wrapper .news-card .right .mini-info {
  position: relative;
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
}
.news-wrapper .news-card .right .mini-info > .date {
  position: relative;
}
.news-wrapper .news-card .right .mini-info > .cat {
  position: relative;
}
.news-wrapper .news-card .right .mini-info > .cat > span {
  position: relative;
}

.dashboard.profile {
  min-height: 100vh;
}
.dashboard.profile .title.profile {
  padding-left: 30px;
}
.dashboard.profile .title.profile::after {
  top: -6px;
  position: relative;
  right: -10px;
}
.dashboard.profile .box_employee {
  position: relative;
  background: #fff;
  margin: 20px;
  border-radius: 20px;
}
.dashboard.profile .box_employee > img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.dashboard.profile .box_employee .box-profile {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}
.dashboard.profile .box_employee .box-profile > img {
  position: relative;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 120px;
}
.dashboard.profile .box_employee .box-profile > .change-photo {
  position: relative;
  font-size: 12px;
  margin: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.dashboard.profile .box_employee .box-profile > .name {
  position: relative;
  font-weight: 800;
  font-size: 20px;
}
.dashboard.profile .box_employee .box-profile > .status-sivitas {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
}
.dashboard.profile .box-wrapper.profile {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}
.dashboard.profile .box-wrapper.profile:nth-child(2) {
  position: relative;
  padding-bottom: 20px;
}
.dashboard.profile .box-wrapper.profile .big-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.dashboard.profile .box-wrapper.profile .data {
  position: relative;
  display: flex;
  font-size: 14px;
}
.dashboard.profile .box-wrapper.profile p {
  position: relative;
  color: #111111;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.dashboard.profile .box-wrapper.profile span {
  position: relative;
}
.dashboard.profile .list-wrapper-profile {
  position: relative;
}
.dashboard.profile .list-wrapper-profile .list {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}
.dashboard.profile .list-wrapper-profile .list span:nth-child(1) {
  position: relative;
  color: #111111;
  width: 30%;
  display: inline-block;
  font-weight: 700;
}
.dashboard.profile .list-wrapper-profile .list span:nth-child(2) {
  position: relative;
  width: 70%;
}

.adm .top-section {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-direction: row;
  justify-content: space-between;
  margin: 13px;
}
.adm .top-section .title {
  position: relative;
  display: flex;
}
.adm .top-section .filter-section {
  position: relative;
  display: flex;
  align-items: center;
}
.adm .top-section .filter-section .filter {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.adm .top-section .filter-section .filter > span {
  position: relative;
  font-weight: 700;
  color: #efad2d;
  margin-right: 10px;
  display: inline-block;
  padding-right: 0px;
}

.search {
  position: relative;
  border-radius: 40px !important;
  border: 1px solid #aaaaaa;
  padding: 9px 9px 9px 24px;
}

.search-container {
  border-top: 1px solid rgba(204, 68, 204, 0.2666666667);
  padding-top: 1.3rem;
  margin-top: 1rem;
}

.menu-action {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.menu-action ._wrap-ico {
  position: relative;
  background: #eff1ff;
  border-radius: 40px;
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
}
.menu-action ._wrap-ico img {
  position: relative;
  width: 15px;
  height: 15px;
}

.sortable-wrap {
  list-style-type: none;
}

.right-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-select {
  display: flex;
  align-items: center;
  height: 100%;
}
.search-select span {
  white-space: nowrap;
  margin-right: 10px;
}

.admin-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  margin: 5px;
  padding: 0.3rem 1.6rem;
  flex-wrap: wrap;
}
.admin-action .admin-row {
  width: calc(100% - 380px);
}
.admin-action .title {
  font-weight: 600;
  font-size: 16px;
  color: #332dca;
}
.admin-action .item {
  position: relative;
  margin: 0.8em;
}
.admin-action .item span {
  position: relative;
  line-height: 1.3;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
}
.admin-action .item select {
  position: relative;
}

.cta-new-post {
  position: relative;
  display: flex;
  width: 140px;
  cursor: pointer;
  background: #d7dafc;
  padding: 6px 16px;
  text-decoration: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #272fe8;
  flex-wrap: wrap;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.cta-new-post img {
  position: relative;
  margin-right: 10px;
}

.kategori-block {
  display: flex;
  flex-wrap: wrap;
}

.tab-content > div.active {
  display: flex;
}

.drag-to-reo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  opacity: 0;
}

#setted {
  display: none;
}

.ck-editor__editable_inline {
  min-height: 170px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  border-radius: 0 0 15px 15px;
}

.rkd-button-next {
  position: relative;
  background: #2429c0;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  color: #fff;
}

.mobile-sidebar {
  display: none;
}

.mobile-toogle-btn {
  display: none;
}

.tooltip {
  position: absolute;
}

div.selectize-control.single .selectize-input {
  height: 38px;
  display: flex;
  align-items: center;
}

.back-btn {
  border: 1px solid #8f8f8f;
  padding: 10px 20px;
  border-radius: 9px;
  text-decoration: none;
  color: #656565;
  font-size: 13px;
}
.back-btn:hover {
  background: #2b3bd2;
  color: #fff;
}

.box-rss {
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  margin: 1rem 0;
}
.box-rss .title {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid #c4c4c4;
  font-size: 17px;
  font-weight: 600;
  background: #0093dd;
  border-radius: 10px 10px 0 0;
  color: #f6f6f6;
}
.box-rss .content {
  position: relative;
  padding: 1.5rem;
}
.box-rss .content a {
  position: relative;
  margin: 0.8rem 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.la-ball-pulse-sync {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
.la-ball-pulse-sync > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -moz-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -o-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s infinite ease-in-out;
}
.la-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  animation-delay: -0.14s;
}
.la-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  -moz-animation-delay: -0.07s;
  -o-animation-delay: -0.07s;
  animation-delay: -0.07s;
}
.la-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-pulse-sync.la-dark {
  color: #333;
}

.la-ball-pulse-sync.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-pulse-sync.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse-sync.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-pulse-sync.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse-sync.la-3x {
  width: 162px;
  height: 54px;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}
.la-ball-pulse-sync.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  left: 0;
  top: 160%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  left: 0;
}

.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

.show {
  visibility: visible;
}

.spanner.show {
  opacity: 1;
}

.overlay.show {
  opacity: 1;
}

.loading-post {
  display: none;
  height: 30%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.loading-post.show {
  display: block;
}

.news-card.berita figure.image {
  display: none;
}

figure.image {
  width: 100%;
  display: flex;
  justify-content: center;
}
figure.image img {
  width: 100%;
  height: 320px;
  object-fit: scale-down;
}

.product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 660px;
  float: left;
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.event-name {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.modal {
  z-index: 9999 !important;
}

.modal-home figure.image img {
  object-fit: unset;
  height: auto;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 33px;
}

.forgot-pw {
  font-size: 10px;
  text-align: right;
  width: 100%;
  color: #A31414;
  text-decoration: none;
  margin-top: 2px;
}

#chart {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-right: 20px;
  transition: all 1s ease;
}

.login-modal h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 21px;
}
.login-modal li {
  margin: 10px 0;
}
.login-modal a {
  background-color: #00458e;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}

.title-toogle_absen {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-top: 15px;
  align-items: center;
  border-radius: 10px;
  padding: 0.8rem 2rem;
}
.title-toogle_absen h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.title-toogle_absen select {
  border-radius: 60px;
  font-size: 13px;
  border: 2px solid #eee;
}
.title-toogle_absen .cta-area {
  display: flex;
  align-items: center;
}

.loading:not(.penulis-x) {
  display: flex;
  justify-content: center;
}
.loading:not(.penulis-x) div {
  width: 1rem;
  height: 1rem;
  margin: 2rem 0.3rem;
  background: #979fd0;
  border-radius: 50%;
  animation: 0.9s bounce infinite alternate;
}
.loading:not(.penulis-x) div:nth-child(2) {
  animation-delay: 0.3s;
}
.loading:not(.penulis-x) div:nth-child(3) {
  animation-delay: 0.6s;
}

.donut {
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(151, 159, 208, 0.3);
  border-top-color: #979fd0;
  animation: 1.5s spin infinite linear;
}

.donut.multi {
  border-bottom-color: #979fd0;
}

.ripple {
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  border-radius: 50%;
  border: 0.3rem solid #979fd0;
  transform: translate(50%);
  animation: 1s ripple ease-out infinite;
}

.multi-ripple {
  width: 2.6rem;
  height: 2.6rem;
  margin: 2rem;
}
.multi-ripple div {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid #979fd0;
  animation: 1.5s ripple infinite;
}
.multi-ripple div:nth-child(2) {
  animation-delay: 0.5s;
}

.fancy-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #979fd0;
  border-right-color: #979fd0;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #979fd0;
  border-bottom-color: #979fd0;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #979fd0;
}

.widget-list {
  position: relative;
}
.widget-list .widget-item {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem;
  border-radius: 10px;
  background: #eee;
  font-size: 15px;
  align-items: center;
  margin: 10px 0;
}
.widget-list button.btn-save {
  background: #1859a1;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.hub-it {
  background-color: #eee;
  margin: 1rem;
  padding: 1rem;
}
.hub-it span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.tim-profile h6 {
  font-size: 14px;
  font-weight: 600;
}
.tim-profile ul h6 {
  margin-top: 1rem;
  padding-left: 0;
}
.tim-profile li {
  padding-left: 1rem;
}

.h-38 {
  height: 38px;
  height: 38px;
}

.iframe-event {
  overflow-y: scroll;
  border: 0px #ffffff none;
  min-height: 800px;
}

.copy_area {
  margin-top: 3px;
}
.copy_area .copy-link {
  font-size: 12px;
  background: #6b91e7;
  color: #fff;
  padding: 0.3rem 0.7rem;
  text-align: center;
  margin-top: 0.2rem;
  border-radius: 60px;
  cursor: pointer;
}
.copy_area .link-copied {
  display: none;
  text-align: center;
  font-size: 11px;
  color: #f00;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-top: 2px;
}

.jumbotron-login {
  background-image: url("../img/bg-jumbo-merdeka.svg");
}

.jumbotron-login-merdeka {
  background-image: url("../img/bg-jumbo-merdeka.svg");
}

.iframe-dashboard {
  overflow-y: scroll;
  border: 0px #ffffff none;
}

.h-220 {
  height: 220px;
}

.box_part {
  display: block;
  text-decoration: none;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.overflow-wrap {
  overflow-wrap: anywhere;
}

.bg-inherit {
  background-color: inherit;
}

.h-100vh {
  min-height: 100vh;
}

.border-none {
  border: none;
}

.role-update {
  color: rgb(28, 63, 170);
}

.pt-3px {
  padding-top: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-grey-10 {
  background: #c9c9c9;
}

.pe-32px {
  padding-right: 32px;
}

.detail-block {
  display: block;
}

.detail-block.none {
  display: none;
}

.event-left label {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #6b6b6b;
  padding-top: 10px;
}

.iam {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #265cd5;
}

.modal-event-calendar .event-left {
  padding-right: 10px;
}
.modal-event-calendar .event-date {
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #101443;
}
.modal-event-calendar .event-date img {
  width: 100%;
  height: 100%;
}
.modal-event-calendar .date-section {
  background: #f1f1f1;
  padding: 0.5rem;
  border-radius: 19px;
  padding-bottom: 1rem;
}
.modal-event-calendar .event-title {
  font-size: 13px;
  font-weight: 600;
  color: #101443;
}
.modal-event-calendar .slick-dots {
  right: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}

img.home.arrow-bg.home.next-arrow {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
}

img.home.arrow-bg.home.prev-arrow {
  position: absolute;
  bottom: 19px;
  right: 90px;
  z-index: 10;
  cursor: pointer;
}

.intranel-modal {
  min-height: 300px;
}
.intranel-modal .modal-header {
  flex-direction: column;
}
.intranel-modal .modal-dialog {
  min-width: 770px;
}
.intranel-modal iframe {
  min-height: 540px;
}

button.iam {
  background: #2c34e8;
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
}

.bg-card {
  background: #ffffff;
  border-radius: 10px !important;
  margin: 10px !important;
  padding: 30px 10px !important;
}
.bg-card label {
  font-size: 12px;
  font-weight: 500;
}
.bg-card .input-group > .form-control {
  font-size: 12px;
  margin-top: 5px !important;
}
.bg-card .input-group > .form-select {
  font-size: 12px;
  margin-top: 5px !important;
}
.bg-card .search {
  font-size: 12px;
  margin-top: 5px !important;
}
.bg-card .selectize-input > input {
  font-size: 12px;
}
.bg-card div.selectize-control.penulis-x.single .selectize-input {
  padding-left: 24px;
  margin-top: 5px;
}
.bg-card button {
  padding: 7px !important;
  font-size: 14px;
}

.forum-select-title {
  padding: 9px !important;
  padding-left: 20px !important;
}

.lihat-btn-home {
  text-align: center;
  text-decoration: none;
  color: #0c21a3;
  font-weight: 700;
  margin-bottom: 30px;
}

.filter-btn {
  border-radius: 10px;
  padding: 14px !important;
  font-size: 17px;
}

div.selectize-control.penulis-x.single .selectize-input {
  border-radius: 40px !important;
}

.color-calendar.glass {
  transform: scaleY(0.78);
  top: -40px;
}
.color-calendar.glass .calendar__weekdays .calendar__weekday {
  font-size: 11px;
}
.mt-20 {
    margin-top: 20px;
}
.color-calendar.basic.color-calendar--small {
  width: 100%;
  display: flex;
  align-items: center;
}

div.color-calendar.basic.color-calendar--small {
  border-radius: 24px;
  box-shadow: none;
}
div.color-calendar.basic.color-calendar--small .calendar__body .calendar__days {
  grid-template-columns: repeat(7, minmax(13px, 41px));
  grid-template-rows: repeat(6, minmax(30px, 28px));
}
div.color-calendar.basic.color-calendar--small .calendar__header .calendar__monthyear {
  font-size: 1rem;
  color: #282e5c !important;
}

div.color-calendar.basic .calendar__days .calendar__day-selected {
  color: #2B1BE2 !important;
  text-align: center;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal;
}
div.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: rgba(43, 27, 226, 0.14);
  border-radius: 50%;
  box-shadow: none;
}
div.color-calendar.basic .calendar__days .calendar__day {
  color: #333333;
  font-weight: 500;
}

.anggaran-color {
  font-weight: 500 !important;
  color: #0E3866;
  font-size: 1rem;
}

.anggaran-value {
  text-align: right !important;
}

.tanggal-anggaran {
  font-size: 15px;
  color: #666;
  margin-top: 7px;
}

.anggaran-title {
  position: relative;
  font-size: 16px;
  font-weight: 700 !important;
  color: #282e5c;
  display: flex;
  width: 100%;
}

.nocolor {
  position: absolute !important;
  left: -1px;
  font-size: 30px;
  top: -9px;
}

.anggaran-bg {
  position: absolute !important;
  right: 0;
  bottom: -38px;
  width: 280px !important;
}

.absensi-bg {
  position: absolute !important;
  right: -90px;
  bottom: 0;
  width: 280px !important;
  top: -13px;
  transform: rotate(215deg);
}

.form-select.anggaran {
  font-size: 13px !important;
  border-radius: 7px !important;
}

.title.dshbrd {
  font-size: 23px;
}

.absen-status {
  background: #004A9B;
  padding: 6px 24px;
  border-radius: 50px;
  font-size: 11px;
  line-height: 1;
}

.absen-status.pulang {
  background-color: #dd7f2b;
}

.notfound-bg {
  background: #fff;
  padding: 20px;
}

figure img {
  max-width: 100% !important;
  object-fit: scale-down;
}

@media only screen and (min-width: 1400px) {
  .dashboard .widget-wrapper .card__welcome .content .text-desc {
    position: relative;
    font-weight: 500;
    font-size: 17px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 576px) {
  .container-carousel .content {
    padding-bottom: 13px;
  }
  .container-carousel .content > .category {
    font-size: 8px;
  }
  .container-carousel .content > .title {
    font-size: 10px;
  }
  .container-carousel .content > .date {
    font-size: 8px;
  }
  .container-login {
    margin-top: 10px;
  }
  .card-news {
    margin: 10px 0;
  }
  .slick-list {
    height: auto;
  }
  ul.slick-dots {
    bottom: 13px;
  }
  ul.slick-dots li button {
    padding: 3px;
  }
}
@media (max-width: 1200px) {
  .notif-mobile {
    display: block;
  }
  .log-v4 .login_wrap {
    margin-top: 37px;
  }
  .log-v4 .jumbotron {
    background-size: 100%;
    object-fit: cover;
    background-position: -2px -13px;
  }
  .log-v4 .jumbotron .logo {
    margin-top: 9px;
  }
  .log-v4 .jumbotron .logo img {
    width: 220px;
  }
  .log-v4 footer {
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .log-v4 .container-fluid {
    padding: 40px 10px;
  }
  .log-v4 .pengumuman_wrap {
    margin: 37px 0;
  }
  .log-v4 .pengumuman_wrap .arrow-bg.next-arrow {
    right: 60px;
    bottom: 79px;
    cursor: pointer;
  }
  .log-v4 .pengumuman_wrap .arrow-bg.prev-arrow {
    bottom: 79px;
    left: 60px;
    cursor: pointer;
  }
  .log-v4 .pengumuman_wrap .dat {
    margin-top: 60px;
  }
  .log-v4 .pengumuman_wrap .title {
    font-size: 13px;
  }
  .log-v4 .pengumuman_wrap img {
    height: 430px;
    object-fit: scale-down;
  }
  .log-v4 ul.slick-dots {
    bottom: 110px;
    left: 0px;
  }
  .cta-new-post {
    font-size: 12px;
    width: 120px;
    margin: 10px 0;
  }
  .search-select {
    font-size: 12px;
    padding: 10px 0;
  }
  .search-select select {
    font-size: 13px;
  }
  .search {
    font-size: 13px;
    width: 100%;
  }
  .mobile-toogle-btn {
    display: block;
  }
  .mobile-toogle-btn button {
    display: block;
    background: none;
    border: none;
  }
  sidebar {
    display: none;
  }
  .dashboard {
    padding: 40px 0;
  }
  .dashboard .widget-wrapper > .row .widget {
    margin: 10px 0;
  }
  .dashboard .widget-wrapper .card__welcome {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .dashboard .widget-wrapper .card__welcome .content {
    width: 100%;
    height: 100%;
  }
  .dashboard .widget-wrapper .card__welcome .content .text-wel {
    margin-bottom: 0;
  }
  .dashboard .widget-wrapper .card__welcome .content .text-wel span:nth-child(2) {
    font-size: 1.2rem;
  }
  .dashboard .widget-wrapper .card__welcome .content .text-desc {
    font-size: 14px;
    width: 100%;
  }
  .dashboard .widget-wrapper .card__welcome .art-img {
    width: 100%;
  }
  .dashboard .widget-wrapper .card__welcome .art-img > img {
    width: 120px;
  }
  .dashboard .sticky-wrapper .box-sticky .title {
    font-size: 13px;
  }
  .dashboard .sticky-wrapper .box-sticky .sub {
    flex-wrap: wrap;
  }
  .dashboard .sticky-wrapper .box-sticky .sub .date {
    width: 100%;
  }
  .dashboard .sticky-wrapper .box-sticky .sub .creator {
    width: 100%;
  }
  .dashboard .forum-wrapper .card {
    padding: 25px;
    margin: 10px 0;
  }
  .dashboard .forum-wrapper .card .info {
    flex-wrap: wrap;
  }
  .dashboard .forum-wrapper .card .info .name {
    font-size: 13px;
  }
  .dashboard .forum-wrapper .card .info .right-container {
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    display: flex;
  }
  .dashboard .forum-wrapper .card .info .right {
    flex-wrap: wrap;
  }
  .dashboard .forum-wrapper .card .info .right .posted {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .dashboard .forum-wrapper .card .info .right .posted .by {
    width: 100%;
    border: none;
    font-size: 11px;
  }
  .dashboard .forum-wrapper .card .info .right .posted .date {
    font-size: 10px;
    width: 100%;
  }
  .dashboard .forum-wrapper .card .info .left {
    display: none;
  }
  .dashboard .forum-wrapper .card .info .left.forum {
    display: flex;
  }
  .dashboard .forum-wrapper .card .title {
    font-size: 14px;
    text-align: left;
  }
  .dashboard .forum-wrapper .img-main img {
    height: 120px;
  }
  .dashboard .btn {
    font-size: 11px;
  }
  .dashboard .box-admin {
    margin: 10px 0;
    padding: 0.5rem;
  }
  .dashboard .box-admin .post-title {
    font-size: 12px;
  }
  .dashboard .box-admin form button {
    font-size: 12px;
  }
  .dashboard .box-admin form a {
    font-size: 12px;
  }
  .dashboard .box-admin form label {
    margin-top: 10px;
  }
  .dashboard .box-admin .table-wrapper table {
    font-size: 11px;
  }
  .dashboard .box-admin .table-wrapper table .w-20 {
    padding: 0 50px;
  }
  .dashboard .box-admin .table-wrapper table .t-date {
    font-size: 11px;
  }
  .dashboard .box-admin .table-wrapper table .t-btn {
    font-size: 11px;
  }
  .dashboard .box-admin .table-wrapper table .t-title {
    font-size: 11px;
  }
  .dashboard .top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .dashboard .top .search-wrap {
    width: 100%;
  }
  .dashboard .top .search-wrap input {
    width: 100%;
  }
  .dashboard .title {
    font-size: 14px;
  }
  .dashboard .btn-view {
    font-size: 12px;
    padding: 0.5rem;
    float: left;
  }
  .dashboard .app-wrapper {
    margin-right: 0;
  }
  .dashboard .title.profile {
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .main-content {
    margin-left: 0;
    margin-top: 70px;
  }
  .main-content > section {
    padding: 40px 0;
  }
  navbar.navbar {
    height: 80px;
    padding-top: 0;
  }
  navbar.navbar .logo-bar {
    padding: 10px;
  }
  navbar.navbar .logo-bar > img {
    max-width: 120px;
    height: auto;
    margin: 0;
  }
  navbar.navbar .nav-list {
    display: none;
  }
  navbar .right {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .mobile-sidebar {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 1000;
    right: -310px;
    height: 100%;
    width: 220px;
    transition: all 0.8s ease;
  }
  .mobile-sidebar .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    margin: 1rem;
  }
  .mobile-sidebar .top h5 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #241f1f;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .mobile-sidebar .top button {
    position: relative;
    border: none;
    background: none;
  }
  .mobile-sidebar .menu {
    position: relative;
  }
  .mobile-sidebar .menu .profile {
    position: relative;
    display: flex;
    margin: 0.8rem;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px 5px;
  }
  .mobile-sidebar .menu .profile .left {
    position: relative;
  }
  .mobile-sidebar .menu .profile .left img {
    position: relative;
    width: 50px;
    border-radius: 50%;
    padding: 4px;
  }
  .mobile-sidebar .menu .profile .right {
    position: relative;
  }
  .mobile-sidebar .menu .profile .right .name {
    position: relative;
    font-size: 11px;
    font-weight: 600;
  }
  .mobile-sidebar .menu .profile .right .title {
    position: relative;
    font-size: 10px;
  }
  .mobile-sidebar .menu .profile .right .cta-profile {
    position: relative;
    font-size: 10px;
  }
  .mobile-sidebar .menu ul {
    position: relative;
    padding-left: 13px;
  }
  .mobile-sidebar .menu ul > li {
    position: relative;
    list-style: none;
    margin: 17px 1px;
  }
  .mobile-sidebar .menu ul > li > a {
    position: relative;
    text-decoration: none;
    color: #8b8d9a;
    display: flex;
  }
  .mobile-sidebar .menu ul > li > a > img {
    position: relative;
    margin-right: 16px;
    width: 19px;
  }
  .mobile-sidebar .menu ul > img > a span {
    position: relative;
    font-size: 1.1rem;
  }
  .mobile-sidebar.active {
    right: 0;
  }
  .mobile-sidebar .sidebar-merdeka-image img {
    max-width: 100%;
  }
  .row-widget {
    margin: 0 !important;
    --bs-gutter-x: 0;
  }
  .menu-action {
    position: absolute;
    right: -21px;
  }
  .adm .top-section {
    flex-wrap: wrap;
  }
  .adm .top-section .filter-section {
    width: 100%;
    align-items: center;
  }
  .adm .top-section .filter-section .filter > span {
    display: flex;
  }
  .adm .top-section .search {
    width: 100%;
  }
  .news-wrapper {
    padding: 1rem;
  }
  .news-wrapper .news-card {
    flex-direction: column;
  }
  .news-wrapper .news-card .left > img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .news-wrapper .news-card .right {
    padding: 0;
    padding-left: 10px;
  }
  .news-wrapper .news-card .right .title {
    font-size: 14px;
  }
  .news-wrapper .news-card .right .mini-info {
    flex-wrap: wrap;
  }
  .news-wrapper .news-card .right .mini-info > .date {
    font-size: 10px;
  }
  .news-wrapper .news-card .right .mini-info > .cat {
    font-size: 10px;
  }
  .news-wrapper .news-card .right .desc {
    font-size: 11px;
  }
  .news-wrapper .news-card::after {
    left: -196px;
  }
  .content-blog .title {
    font-size: 14px;
  }
  .content-blog > img {
    height: 170px;
  }
  .content-blog > .img-alt {
    font-size: 11px;
  }
  .content-blog .info2 {
    flex-direction: column;
    align-items: baseline;
  }
  .content-blog .info2 > .date {
    font-size: 11px;
    margin: 10px 0;
  }
  .content-blog .info2 > .cat {
    font-size: 11px;
  }
  .content-blog .description {
    font-size: 11px;
  }
  .content-blog .more {
    font-size: 11px;
  }
  .paging {
    font-size: 11px;
  }
  .container_list {
    padding-left: 0;
    padding-right: 0;
  }
  .post__start .info {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    gap: 6px;
  }
  .sticky_badge {
    margin: 0;
  }
  .admin-action {
    padding-top: 1rem;
  }
  .admin-action .item {
    margin: 0.8em 0;
  }
  .admin-action .admin-row {
    width: 100%;
  }
  .kategori-block {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
    font-size: 11px;
    flex-wrap: nowrap;
  }
  .mini-right .person_title {
    font-size: 10px;
  }
  .notif-container-detail.detail {
    margin: 0;
  }
  .notif-container.detail {
    margin: 0;
  }
  .notif-container-detail .notif-content .item .left .c-left img {
    width: 50px;
    height: 50px;
  }
  .notif-container-detail .notif-content .item .left .c-right .title {
    font-size: 0.8em;
  }
  .notif-container-detail .notif-content .item .left .c-right .desc {
    font-size: 0.7em;
  }
  .notif-container .notif-content .item .left .c-left img {
    width: 50px;
    height: 50px;
  }
  .notif-container .notif-content .item .left .c-right .title {
    font-size: 0.8em;
  }
  .notif-container .notif-content .item .left .c-right .desc {
    font-size: 0.7em;
  }
  .my-comment .left {
    display: none;
  }
  .dashboard.profile .list-wrapper-profile .list {
    flex-wrap: wrap;
  }
  .dashboard.profile .list-wrapper-profile .list span:nth-child(1) {
    width: 100%;
  }
  .dashboard.profile .list-wrapper-profile .list span:nth-child(2) {
    width: 100%;
  }
  .dashboard.profile .title.profile::after {
    display: none;
  }
  .dashboard.profile .box-wrapper.profile .big-title {
    font-size: 14px;
  }
  footer {
    position: relative;
  }
  .table-responsive.f-tab {
    min-width: 570px;
  }
  .etc {
    position: relative;
    bottom: -120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .etc .link {
    text-decoration: none;
    font-size: 10px;
    color: #444;
    font-weight: 600;
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .log-v4 .rss_wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  div.log-v4 .jumbotron {
    background-size: 767px;
  }
}
@media (max-width: 623px) {
  .intranel-modal div.modal-dialog {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  div.color-calendar .calendar__days {
    grid-template-columns: repeat(7, minmax(20px, 65px));
  }
  div.color-calendar .calendar__header {
    grid-template-columns: repeat(7, minmax(20px, 65px));
  }
  div.color-calendar.glass .calendar__weekdays {
    grid-template-columns: repeat(7, minmax(20px, 65px));
  }
}
@media (max-width: 971px) {
  div.color-calendar.glass .calendar__monthyear {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  div.very-top {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .dashboard .widget-wrapper .card__welcome.greet {
    background-image: none !important;
  }
  .dashboard .app-wrapper .box-app .title {
    font-size: 12px;
  }
  div.mob-ver {
    display: none !important;
  }
  .mob-absensi {
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
  .font-mob {
    font-size: 12px !important;
    line-height: 2;
  }
  .forum-wrapper.mob-ver-forum {
    flex-direction: column-reverse;
  }
}
@media (min-width: 601px) {
  div.desk-ver {
    display: none !important;
  }
}
.dashboard .forum-wrapper .search-wrapper.search-input-wrapper .search-input {
  border-radius: 100px 0 0 100px !important;
}

.dashboard .forum-wrapper .search-wrapper.search-input-wrapper .search-input-button {
  border-radius: 0 100px 100px 0;
}

.dashboard .forum-wrapper .search-wrapper.search-input-wrapper {
  margin-top: 0;
  min-height: 40px;
}

div.color-calendar.basic div.calendar__day:nth-child(7n+1), div.color-calendar.basic div.calendar__day:nth-child(7n) {
  color: red;
}

@media (min-width: 1450px) {
  .log-v4 .container-xxl {
    top: 0%;
    transform: scale(1.1);
  }
}
@media (min-width: 1726px) {
  .log-v4 .container-xxl {
    top: 0;
    transform: scale(1.25);
  }
}
@media (min-width: 1900px) {
  .log-v4 .container-xxl {
    top: 0;
    transform: scale(1.35);
  }
}
@media (min-width: 2000px) {
  .log-v4 .container-xxl {
    top: 0;
    transform: scale(1.35);
  }
}
@media (min-width: 2200px) {
  .log-v4 .container-xxl {
    top: 50px;
    transform: scale(1.5);
  }
}
@media (min-width: 2400px) {
  .log-v4 .container-xxl {
    top: 140px;
    transform: scale(1.7);
  }
}
@media (max-width: 768px) {
  .peng-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 600px) {
  .log-v4 .container-xxl {
    top: 0% !important;
  }
}
@media (max-width: 1000px) {
  .log-v4 .container-xxl {
    top: 0%;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .log-v4 .container-xxl {
    top: 0%;
    transform: scale(1.1);
  }
}
.login.modal-open .modal-backdrop.fade.show {
  display: none;
}

html {
  height: 100vh;
}

.login {
  height: 100%;
}

.slick-initialized .slick-slide::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.slick-initialized .slick-slide::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slick-initialized .slick-slide::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.slick-initialized .slick-slide::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.two-factor {
    border-style: dashed !important;
    padding: 1.5rem !important;
    border-color: rgba(27, 123, 255, 1) !important;
    background-color: #E9F3FF;
}
.two-factor .form-check-input {
    width: 45px !important;
    height: 30px !important;
}

.two-factor img {
    width: 65px !important;
    height: 50px !important;
}
/*# sourceMappingURL=style.css.map */
