.elementor-696 .elementor-element.elementor-element-bf74996{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-696 .elementor-element.elementor-element-8fe132b{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-0926f2e *//* Simple PDF Viewer CSS - Fixed White Background */

.laporan-viewer-container {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.laporan-header {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  padding: 20px 25px;
  border-bottom: 3px solid #1d4ed8;
}

.laporan-header h3 {
  color: white;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.laporan-header h3::before {
  font-size: 20px;
}

/* Enhanced dropdown styling - FORCED WHITE BACKGROUND */
#laporan-.elementor-696 .elementor-element.elementor-element-0926f2e {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 2px solid #d1d5db !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  padding-right: 45px !important;
}

/* Alternative approach - target by attribute */
select[id="laporan-.elementor-696 .elementor-element.elementor-element-0926f2e"] {
  background: white !important;
  background-color: white !important;
}

/* Even more specific - target within the container */
.laporan-viewer-container select,
.laporan-viewer-container #laporan-.elementor-696 .elementor-element.elementor-element-0926f2e {
  background: white !important;
  background-color: white !important;
}

#laporan-.elementor-696 .elementor-element.elementor-element-0926f2e:focus {
  outline: none !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
  transform: translateY(-1px) !important;
  background: white !important;
  background-color: white !important;
}

#laporan-.elementor-696 .elementor-element.elementor-element-0926f2e:hover {
  border-color: #6b7280 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  background: white !important;
  background-color: white !important;
}

/* PDF iframe container */
.laporan-pdf-container {
  position: relative;
  background: #f8fafc;
  padding: 20px;
}

/* Enhanced iframe styling */
#laporan-pdf {
  width: 100%;
  height: 1200px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background: white;
  transition: all 0.3s ease;
}

#laporan-pdf:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Loading overlay */
.laporan-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
}

.laporan-loading.active {
  display: block;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* No reports message styling */
.no-reports-message {
  text-align: center;
  padding: 60px 20px;
  color: #6b7280;
  background: #f9fafb;
  border-radius: 8px;
  border: 2px dashed #d1d5db;
  margin: 20px;
}

.no-reports-message::before {
  content: "📄";
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.5;
}

.no-reports-message p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .laporan-header {
    padding: 15px 20px;
  }
  
  .laporan-header h3 {
    font-size: 16px;
  }
  
  .laporan-pdf-container {
    padding: 15px;
  }
  
  #laporan-pdf {
    height: 1000px;
  }
  
  #laporan-.elementor-696 .elementor-element.elementor-element-0926f2e {
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
}

@media (max-width: 480px) {
  .laporan-viewer-container {
    border-radius: 8px;
    margin: 10px;
  }
  
  .laporan-header {
    padding: 12px 15px;
  }
  
  .laporan-pdf-container {
    padding: 10px;
  }
  
  #laporan-pdf {
    height: 800px;
  }
}

/* Print styles */
@media print {
  .laporan-header {
    background: none !important;
    color: black !important;
  }
  
  #laporan-.elementor-696 .elementor-element.elementor-element-0926f2e {
    display: none;
  }
  
  .laporan-viewer-container {
    box-shadow: none;
    border: 1px solid #ccc;
  }
}/* End custom CSS */