/* Custom styles */

.modal-row {
  display: flex !important;
  flex-wrap: wrap;
}

.modal-col-left {
  flex: 0 0 65%;
  padding-right: 15px;
}

.modal-col-right {
  flex: 0 0 35%;
  padding-left: 15px;
  background-color: #f8f9fa;
  border-left: 1px solid #dee2e6;
  padding: 20px;
}

.pdfModal-left {
  height: 100%;
  min-height: 75vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.pdfModal-left iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pdfModal-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

.pdfModal-right-table {
  width: 100%;
  margin-bottom: 20px;
}

.pdfModal-right-table td {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.pdfModal-right-table td:first-child {
  color: #666;
  width: 60%;
}

.pdfModal-right-table td:last-child {
  text-align: right;
  font-weight: bold;
  color: #333;
}

.pdfModal-right-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdfModal-right-list li {
  margin-bottom: 10px;
}

.pdfModal-right-item {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.pdfModal-right-item:hover {
  background-color: #e9ecef;
  text-decoration: none;
  color: #333;
}

.pdfModal-right-item i {
  margin-right: 10px;
  color: #007bff;
  width: 20px;
  text-align: center;
}

/* Responsive modal */
@media (max-width: 992px) {
  .modal-row {
    flex-direction: column;
  }
  
  .modal-col-left,
  .modal-col-right {
    flex: none;
    width: 100%;
    padding: 0;
  }
  
  .modal-col-left {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
  }
  
  .modal-col-right {
    padding: 15px;
    border-left: none;
  }
  
  .pdfModal-left {
    min-height: 500px;
  }
}

.hidden-seoh {
    display: none;
}
body {
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
}