body {
  padding: 0;
  margin: 0;
  background-image: url(Pics/vlcsnap-2020-12-10-09h30m24s581-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #222222;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 14px arial;
}

.body-form {
  background-color: #EEEEEE;
  border-radius: 10px;
}

.login {
  padding-top: 20px;
}

.navbar-brand span {
  font-family: "Poppins", sans-serif;
  color: #007BFF;
  font-weight: 700;
}

.navbar-brand a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.navbar .btn-nav {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.navbar .btn-nav a {
  color: #fff;
}

.navbar .btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.navbar .btn-nav a:hover {
  color: #fff;
}

.btn-masuk {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  border-radius: 25px;
}

.btn-nav a {
  color: #EEEEEE;
  text-decoration: none;
  font-weight: 500;
}

.btn-login a {
  color: #007BFF;
  text-decoration: none;
  font-weight: 500;
}

form .btn {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  font-weight: 700;
  width: 100%;
  border: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}

form .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  color: #fff;
}

form a {
  color: #808080;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}

.section-margin {
  margin-top: 30px;
}

.heading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}

.subheading {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.nav-link {
  text-decoration: none;
}

.card-body {
  text-decoration: none;
}

.login {
  padding-top: 30px;
}

.tabel-daftar {
  padding-top: 30px;
}

.panel-heading .heading {
  padding-top: 20px;
  padding-bottom: 10px;
}

.masuk input {
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 0 0 0 45px;
  height: 45px;
  border-bottom: 4px solid #ccc;
  border-top: 2px solid transparent;
}

.daftar input {
  border: none;
  border-radius: 30px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid transparent;
}

.masuk .input-field {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

box-icon {
  position: relative;
  bottom: -33px;
  left: 18px;
}

.masuk input:focus,
.daftar input:focus {
  border-bottom-color: #007BFF;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.nav-tabs .nav-link {
  color: #007BFF;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  border-bottom: 2px solid #007BFF;
}

/* Enhanced Styling for Better UI */
.navbar {
  background: linear-gradient(90deg, #fff 0%, #f8f9fa 100%);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
  transition: all 0.3s ease;
}

.navbar-brand {
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  color: #007BFF !important;
  transform: scale(1.02);
}

.nav-link {
  transition: all 0.3s ease;
  font-weight: 500;
  color: #333 !important;
  position: relative;
}

.nav-link:hover {
  color: #007BFF !important;
  transform: translateY(-2px);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007BFF;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.body-form {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  box-shadow: 0 8px 32px rgba(0, 123, 255, 0.15);
  border-radius: 15px;
  border: 1px solid rgba(0, 123, 255, 0.1);
  transition: all 0.3s ease;
}

.body-form:hover {
  box-shadow: 0 12px 48px rgba(0, 123, 255, 0.2);
  transform: translateY(-2px);
}

.tab {
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: none;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  transition: all 0.3s ease;
}

.tab:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.heading {
  color: #007BFF;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
}

.subheading {
  color: #666;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

.table {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.table thead {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  color: white;
  font-weight: 600;
}

.table thead th {
  padding: 15px;
  border: none;
}

.table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #e0e0e0;
}

.table tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.05);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
  transform: translateX(2px);
}

.table tbody td {
  padding: 12px 15px;
  vertical-align: middle;
}

.form-control, .form-select {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control::placeholder {
  color: #999;
}

.form-control:focus, .form-select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  background-color: #fff;
  transform: scale(1.01);
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.btn-primary, .btn-masuk {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%) !important;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  padding: 12px 30px;
  font-size: 15px;
}

.btn-primary:hover, .btn-masuk:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.btn-primary:active, .btn-masuk:active {
  transform: translateY(-1px);
}

.pagination {
  margin-top: 20px;
}

.pagination .page-link {
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  color: #007BFF;
  transition: all 0.3s ease;
  margin: 0 3px;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: #007BFF;
  color: white;
  border-color: #007BFF;
  transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
  background-color: #007BFF;
  border-color: #007BFF;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.input-group .btn {
  border-radius: 0 10px 10px 0;
  border: 2px solid #e0e0e0;
}

.input-group .form-control {
  border-radius: 10px 0 0 10px;
}

.section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.card {
  border-radius: 12px;
  border: 1px solid rgba(0, 123, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.card-body {
  padding: 25px;
}

.card-body ul li {
  margin-bottom: 12px;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

.dataTables_info {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .heading {
    font-size: 22px;
  }
  
  .navbar-brand {
    font-size: 16px;
  }
  
  .table {
    font-size: 13px;
  }
  
  .table thead th, .table tbody td {
    padding: 10px;
  }
  
  .form-control, .form-select {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */