*,
ul {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  color: #2f2f2f;
}
body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.bg-utama {
  background: url("images/full-bloom.webp") repeat !important;
}
header {
  position: relative;
}
header.page {
  height: 100vh;
}
nav {
  width: 100%;
  background: #41b3a2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
nav ul li {
  position: relative;
}
.menu-dropdown {
  position: absolute;
  flex-direction: column;
  background-color: #41b3a2;
  min-width: 300px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none;
  animation: fadeIn 0.2s ease-in-out;
}

.menu-dropdown li {
  width: 100%;
}
.menu-dropdown li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
}
nav ul > li:hover .menu-dropdown {
  display: flex;
  opacity: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.99) translateY(-0.7em);
    transform-origin: top;
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
nav ul li a {
  display: block;
  padding: 25px 15px;
  color: white;
  font-size: 16px;
}
.logo h1 {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.container-main {
  width: 85%;
  margin: auto;
  position: relative;
}
.header-body {
  background: url("images/full-bloom.webp") repeat;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pattern {
  background: url("images/full-bloom.webp") repeat;
  min-height: 100vh;
}
.header-body > div {
  width: 85%;
}
.cards {
  background: #ededed;
  padding: 100px 0;
}
.cards-pages {
  background: #ededed;
  padding: 100px 0;
  background: url("images/wickedbackground.svg") no-repeat;
  background-size: cover;
}
.card-custom {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.badge-cards {
  position: absolute;
  right: 0;
  top: 0;
  background: #41b3a2;
  color: white;
  padding: 10px 20px;
  display: block;
  border-radius: 0 20px 0 20px;
}
.badge-cards-sm {
  border-radius: 0 3px 0 5px;
  padding: 5px 20px;
  font-size: 12px;
}
.badges-cards-danger {
  background: #e81010;
}
.badges-cards-success {
  background: #10e878;
}
.btn-main {
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
}
.btn-utama {
  background: #41b3a2;
  border: 1px solid transparent;
  color: white;
}
.btn-custom {
  background: #41b3a2;
  color: white;
  padding: 10px;
}
.btn-utama:hover,
.btn-main:hover {
  background-color: #41b3a2;
  color: white;
}
.icons {
  position: absolute;
  left: 40px;
  top: -40px;
}
.icons img {
  width: 80px;
  background-color: #ddd1e6;
  border-radius: 20px;
  padding: 10px;
}
button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #2f2f2f;
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #5a5a5a;
}
.form-input {
  position: relative;
}
.form-input select,
.form-input input {
  width: 100%;
  padding: 10px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}
.form-input textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}
.form-input input:focus,
.form-input textarea:focus {
  outline: none;
  border: 1px solid #41b3a2;
}

.sidebar {
  height: 100vh;
  background-color: #0d7c66;
}
.sidebar ul li a {
  padding: 10px 30px;
  display: block;
  color: white;
}
.sidebar .logo {
  padding: 15px 30px;
  border-bottom: 1px solid #ffffff16;
  margin-bottom: 20px;
}
.sidebar ul li a i {
  width: 30px;
}
.sidebar-title {
  padding: 15px 30px;
  color: #ffffff64;
  font-weight: 700;
  font-size: 16px;
}
.sidebar ul li a.active {
  background-color: #ffffff31;
}
.dashboard {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.content {
  padding: 20px;
  overflow-y: scroll;
  height: 100vh;
  position: relative;
}
.empty-content {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-content img {
  width: 100px;
}
.text-preview {
  position: relative;
  padding-left: 10px;
}
.text-preview::after {
  content: ":";
  position: absolute;
  bottom: 0;
  left: -1px;
}
.text-preview::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #444;
}
.dashed {
  border: 1px dashed #7e7e7e !important;
}
.dashed:focus {
  border: 1px solid #41b3a2 !important;
}
.img-poto {
  width: 80%;
  height: 250px;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-poto label {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 8px 10px;
  display: block;
  background: #e81010;
  color: white;
  font-size: 12px;
  z-index: 9;
  font-weight: 600;
}
.img-poto img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  z-index: 1;
}
.img-poto input {
  display: none;
}

.img-poto::before {
  position: absolute;
  content: "Format gambar JPG, PNG, GIF";
  left: 50%;
  top: 50%;
  width: 90%;
  text-align: center;
  font-size: 12px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.step {
  display: none;
}
.card-desktop {
  background: #fff;
  border-radius: 10px;
  z-index: 9;
}
.desktop-header {
  padding: 15px 25px;
  background: #0c0c0c;
  border-radius: 5px 5px 0 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: white;
}
.card-desktop-warning {
  background: #fab727;
}
.card-desktop-warning {
  background: #ffeabc;
  border: 1px solid rgb(249, 223, 168);
}
.card-desktop-primary {
  background: #276dfa;
}
.card-desktop-primary {
  background: #bce6ff;
  border: 1px solid #b8c3ff;
}
/* .card-desktop-success {
	background: #edfffc;
	border: 1px solid #b7fef4;
} */
.card-desktop-success {
  background: #41b3a2;
}
.card-desktop-info {
  background: #163f38;
}
.desktop-body {
  padding: 30px;
}
.circle {
  border-radius: 50%;
  display: inline-block;
  margin: 0;
}
.circle.circle-xs {
  width: 12px;
  height: 12px;
}
.circle-danger {
  background: #fa2727;
}
.circle-success {
  background: #fab027;
}
.circle-warning {
  background: #27fa9b;
}
.form-detail {
  position: relative;
}
.form-detail label {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #5c5c5c;
}
.paspoto {
  width: 100%;
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #41b3a21c;
  padding: 5px;
  margin-bottom: 20px;
}
.tags {
  margin: 10px 0;
  display: flex;
  gap: 4px;
  font-size: 11px;
  list-style-type: none;
  justify-content: center;
}
.tags li {
  border: 1px dashed #41b3a2;
  border-radius: 25px;
  padding: 2px 10px;
}
.content-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}
.content-nav i.fa-bars {
  font-size: 22px;
  opacity: 0;
}
.content-nav a {
  color: #444;
}
.content-nav ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  align-items: center;
}
.content-nav ul li:last-child a {
  display: flex;
  align-items: center;
  line-height: 16px;
}
.content-nav ul li:last-child a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #41b3a2;
  margin-right: 10px;
  padding: 5px;
}
.content-nav ul li i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.btn {
  font-size: 14px !important;
}
.bg-soft {
  background: #f1f1f1;
}
.img-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.img-icon img {
  width: 80px;
  height: 80px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
}

.select2-container--default .select2-selection--single {
  padding: 6px;
  position: relative;
  border: 1px dashed #7e7e7e !important;
  height: 45px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 40px;
  color: #fff;
  font-size: 1.3em;
  height: 42px !important;
  position: absolute;
  top: 0px;
  right: 0px;
}

.modals {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  z-index: 999;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modals-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 24rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.modals-body {
  padding: 1rem 1.5rem;
}
.close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modals {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modals-header {
  text-align: center;
  padding: 20px;
}
.modals-header-warning {
  background: #fab027;
  color: white;
}
.asal-sekolah {
  display: none;
}
.output {
  display: none;
  margin: 5px 0;
  width: 150px;
}

.menu {
  display: flex;
  gap: 5px;
  list-style-type: none;
  flex-wrap: wrap;
  background: #0d7c66;
  border-radius: 4px;
  padding: 4px;
}
.menu li a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
}
.menu li a:hover {
  background: #f5f5f558;
  color: #fff;
}
/* .bg-page::before{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: #0e453a;
	position: absolute;
} */

.page-content {
  position: relative;
}
.page-content {
  background: url("images/wickedbackground.svg") no-repeat;
  background-size: cover;
  height: 350px;
}
.table-default {
  width: 100%;
  border: 1px solid #ececec;
  font-size: 16px;
}
.table-default thead tr th {
  padding: 15px;
  border-bottom: 1px solid #ececec;
}
.table-default tbody tr td {
  padding: 15px;
  color: #868686;
  border-bottom: 1px solid #ececec;
}
.table-default tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tablist ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  list-style-type: none;
}
.tablist {
  background: #fff;
  border-radius: 3px;
  padding: 5px;
}
.tablist ul li button {
  display: block;
  padding: 5px 10px;
  color: #606060;
  font-weight: 600;
  border-radius: 3px;
  border: none;
}
.tablist ul li.active button,
.tablist ul li:hover button {
  background: #0d7c663b;
  color: #0d7c66;
}
.tab-content {
  display: none;
}
.pages {
  margin-top: -300px;
}
.tab-content ul li,
.tab-content ol li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #5c5c5c;
}
.verify {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.verify input {
  width: 100%;
  padding: 30px 0;
  border: 1px dashed #929292;
  border-radius: 4px;
  height: 50px;
  font-size: 40px;
  text-align: center;
}
.verify input:focus {
  border: 1px solid #0d7c66;
  outline: none;
}

.asrama {
  display: none;
}
.newstv {
  height: 450px;
  background: #262626;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 400px;
}
.newstv ul {
  overflow-y: scroll;
  height: 450px;
}
.card-custom::-webkit-scrollbar,
.newstv ul::-webkit-scrollbar {
  display: none;
}
.newstv ul li a {
  display: flex;
  gap: 10px;
  position: relative;
}
.newstv ul li a img {
  width: 130px;
  height: 70px;
  object-fit: cover;
}
.newstv ul li a h2 {
  font-size: 13px;
  font-weight: 400;
}
.newstv ul li {
  padding: 15px;
  cursor: pointer;
}
.newstv ul li:last-child {
  margin-bottom: 0;
}
.newstv ul li a {
  color: white;
}
.newstv ul li a i {
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newstv iframe {
  width: 100%;
  height: 450px;
}
.newstv ul li.active {
  background: #000;
  transition: 0.2s;
}
.bars-menu {
  color: #fff;
  font-size: 20px;
}

.pengumuman {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  align-items: center;
}
.pengumuman input {
  width: 100%;
  padding: 10px;
  border: none;
}
.pengumuman input:focus {
  border: none;
  outline: none;
}
.pengumuman button {
  border: none;
  padding: 10px 15px;
  background: #0d7c66;
  color: white;
  width: 150px;
  border-radius: 5px;
  font-weight: 700;
}
.hasil-pengumuman {
  border-radius: 5px;
  margin-top: 10px;
  border: 1px dashed #444;
  display: none;
}
.hasil-pengumuman ul {
  list-style-type: none;
}
.text-hasil {
  padding: 20px;
}
.text-hasil h1 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pengumuman {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .pengumuman input {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.5s;
    text-align: center;
  }
  .pengumuman input:focus {
    border: 1px solid #444;
    box-shadow: 0 0 0 5px rgba(3, 104, 96, 0.168);
  }
  body {
    overflow-x: hidden;
  }
  .container-main {
    width: 95%;
  }
  .content-nav i.fa-bars {
    opacity: 1;
  }
  .modals-content {
    width: 95% !important;
  }
  .tab-content ul li,
  .tab-content ol li {
    font-size: 14px;
  }
  .menu {
    flex-direction: column;
  }
  .content-nav ul li:last-child a div {
    display: none;
  }
  .content-nav ul {
    gap: 10px;
  }
  .text-preview::after {
    display: none;
  }
  .text-preview {
    padding-left: 0;
  }
  .img-poto {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sidebar {
    height: 100vh;
    background-color: #41b3a2;
    display: block;
    width: 70%;
    left: -100%;
    position: fixed;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    z-index: 999;
  }
  .sidebar.show {
    left: 0;
  }
  .header-body .w-50 {
    width: 100% !important;
  }
  nav ul {
    position: fixed;
    left: -100%;
    z-index: 999;
    background: #41b3a2;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    transition: 0.5s;
  }
  nav ul.show {
    left: 0;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    padding: 10px 15px;
  }
  .logo {
    padding: 20px 0;
  }
  .logo h1 {
    font-size: 20px;
  }
  .header-body h1 {
    font-size: 28px;
  }
  .header-body h3 {
    font-size: 20px;
  }
  header.page {
    height: 80vh;
  }
  .badge-cards {
    font-size: 12px;
    padding: 10px;
  }
  .card-custom h4 {
    font-size: 16px;
  }
  .card-custom p {
    font-size: 12px;
  }
  .form-input label {
    font-size: 13px;
  }
  .newstv {
    grid-template-columns: 1fr;
  }
  .newstv > div:first-child,
  .newstv iframe {
    height: 250px;
  }
  .newstv {
    height: 650px;
    overflow-x: scroll;
  }
  .newstv::-webkit-scrollbar {
    display: none;
  }
  .formulir span {
    font-size: 12px;
    font-weight: 600;
  }
  h4 {
    font-size: 16px;
  }
}

.error {
  color: #e81010;
  font-style: italic;
}
.hero-section {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.hero-section i {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000048;
  width: 100%;
  height: 100%;
}
.circles {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(4, 209, 130, 0.938);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(217, 2, 2, 0);
  }
}
