#react-utility-root {
  font-family: 'DM Sans', sans-serif; }
  #react-utility-root .utility-wrapper {
    padding: 40px;
    font-family: 'DM Sans', sans-serif;
    background: #fafafa; }
  #react-utility-root .utility-container {
    display: flex;
    max-width: 1200px;
    margin: auto; }
  #react-utility-root .utility-sidebar {
    width: 300px;
    margin-right: 40px; }
  #react-utility-root .utility-img {
    width: 160px;
    height: 160px; }
  #react-utility-root .back-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block; }
  #react-utility-root .utility-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 20px;
    text-align: center; }
    #react-utility-root .utility-card img {
      width: 100%;
      height: auto;
      border-radius: 8px; }
    #react-utility-root .utility-card h1 {
      font-size: 20px;
      margin-top: 15px; }
    #react-utility-root .utility-card p {
      font-size: 14px;
      color: #666; }
  #react-utility-root .stepper {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    #react-utility-root .stepper .step {
      padding-left: 10px;
      border-left: 3px solid #ddd;
      font-size: 14px;
      color: #666; }
    #react-utility-root .stepper .step.active {
      border-color: #4f46e5;
      color: #111;
      font-weight: bold; }
  #react-utility-root .utility-main {
    flex: 1; }
  #react-utility-root .card {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #ddd; }
  #react-utility-root .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #react-utility-root .card-header h3 {
      margin: 0; }
  #react-utility-root .card.disabled {
    opacity: 0.4;
    pointer-events: none; }
  #react-utility-root .stepper .step.active {
    font-weight: bold; }
  #react-utility-root .popup {
    position: fixed;
    top: 20%;
    left: 30%;
    background: white;
    border: 1px solid #ddd;
    padding: 20px;
    z-index: 1000; }
  #react-utility-root .utility-actions {
    display: flex;
    gap: 10px; }
    #react-utility-root .utility-actions .icon-button {
      background: #f3f3f3;
      border: none;
      padding: 6px 12px;
      border-radius: 8px;
      font-size: 13px;
      cursor: pointer; }
  #react-utility-root .next-btn {
    margin-top: 15px;
    width: 100%;
    background: #4f46e5;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer; }
    #react-utility-root .next-btn:disabled {
      background: #ccc;
      cursor: not-allowed; }
  #react-utility-root .remove-btn {
    margin-top: 15px;
    background: #ed3c3c;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer; }
    #react-utility-root .remove-btn:disabled {
      background: #ccc;
      cursor: not-allowed; }
  #react-utility-root .done-btn {
    margin-top: 15px;
    background: #0fa50f;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px; }
    #react-utility-root .done-btn:disabled {
      background: #ccc;
      cursor: not-allowed; }
  #react-utility-root .faq-section {
    display: flex;
    gap: 40px; }
    #react-utility-root .faq-section .faq-column {
      flex: 1; }
      #react-utility-root .faq-section .faq-column h4 {
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: bold; }
      #react-utility-root .faq-section .faq-column p {
        font-size: 14px;
        color: #555;
        margin-bottom: 16px; }
  #react-utility-root .table-wrapper {
    max-height: 600px;
    max-width: 815px;
    overflow: auto;
    border: 1px solid #ddd;
    margin-top: 10px; }
  #react-utility-root .table-wrapper::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  #react-utility-root .table-wrapper::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px; }
  #react-utility-root .csv-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 14px; }
    #react-utility-root .csv-table th, #react-utility-root .csv-table td {
      max-width: 200px;
      min-width: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: 1px solid #ccc;
      padding: 8px;
      box-sizing: border-box; }
    #react-utility-root .csv-table td input {
      width: 100%;
      border: 1px solid #ccc;
      padding: 4px;
      box-sizing: border-box; }
    #react-utility-root .csv-table th {
      background-color: #f9f9f9; }
  #react-utility-root .csv-table tbody tr:hover td {
    background-color: #f2f2f2; }
  #react-utility-root .col-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #react-utility-root .tip {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px; }
  #react-utility-root .dataCountText {
    font-size: 13px;
    color: #1f1d1d;
    margin-bottom: 8px; }
  #react-utility-root .dataCounts {
    font-size: 13px;
    color: #1f1d1d;
    margin-bottom: 8px;
    font-weight: 600;
    margin-right: 10px; }
  #react-utility-root .popup-inner input,
  #react-utility-root .popup-inner select {
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 6px;
    border-radius: 5px; }
  #react-utility-root .disabled-section {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(80%); }
  #react-utility-root .active-section {
    opacity: 1;
    pointer-events: auto; }
  #react-utility-root .search-input {
    margin-bottom: 10px;
    padding: 8px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px; }
  #react-utility-root .view-options {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem; }
    #react-utility-root .view-options button {
      padding: 6px 12px;
      border-radius: 4px;
      cursor: pointer;
      background: #f2f2f2;
      border: 1px solid #ccc; }
      #react-utility-root .view-options button:hover {
        background: #e6e6e6; }

