* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            color: #333;
      }

.page-content {
  padding: 18px;
}
.h1 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.h2 {
  display: inline-block;
}

a.reference {
  display: inline-block;
}

a.toggle-vis {
  background-color: #ccc;
  color: #1d1d1e;
  border-radius: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 5px 0 5px;
  cursor: pointer;
}

a.toggle-vis:hover {
 cursor:pointer;
}

.toggle-vis.clicked {
    background-color: white;
    cursor: pointer;
}

.elementToHover {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.elementToPopup {
  display: none;
  position: relative;
  background-color: #555;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  z-index: 2;
}

/* Style the button that is used to open and close the collapsible content */
.data2 {
    width: 100%;
    position: relative;
    display: flex;
    padding-bottom: 0px
}

.display{
    flex-wrap: wrap;
    width: 100%;
}

.toggle-lists {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.toggle-lists > button {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-lists .content {
  margin-bottom: 5px;
}


.collapsible {
  width: 100%;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on 
(add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible:after {
  content: '\02795';
  font-size: 12px;
  color: white;
  float: right;
  margin-left: 5px;
  margin-top: 4px;
}

.active:after {
  content: "\2796";
}

/*

*/
table {
  table-layout: fixed;
}


.search-container {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

.select-filter {
    text-align: right;
    width: 100%;
}

#loading-indicator {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

table.dataTable thead tr > .dtfc-fixed-start 
  {
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: #808080;
    border-right: 1px solid white;
  }

  table.dataTable tfoot tr > .dtfc-fixed-start
  {
    background-color: #808080 !important;
  }

  table.dataTable th {
        background-color: #808080; /* колір для заголовків */
          color: white; /* Білий колір тексту */
          border-right: 1px white;
    }
      #sms-data tr:nth-child(odd) {
          background-color: #D3D3D3; /* для непарних рядків */
          border-right: 1px white;
                  }
      #sms-data tr:nth-child(even) {
          background-color: #ffffff; /* для парних рядків */
          border-right: 1px #D3D3D3;
                  }

  .nested-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    border: 1px solid white;
}



  .nested-table thead 
  {
      background-color: ;
      border-right: 1px solid white;
      font-weight: bold;
  }

  .nested-table tr {
    background-color: transparent !important;
}

.nested-table thead .col-rq1-compliance
  {width: 250px}

.nested-table thead .col-rq1-challenges
  {width: 150px}

.nested-table thead .col-rq2-pp
  {width: 300px}

.nested-table thead .col-rq2-type
  {width: 130px}

.nested-table thead .col-rq2-automation
  {width: 200px}

.dataTable tbody tr td {
  vertical-align: top;
}

.metadata-toggles-item {

}

.metadata-toggles-item-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.metadata-toggles-item-inner__item {
    background-color: #ccc;
    color: #1d1d1e;
    border-radius: 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 5px;
    cursor: pointer;
}

.metadata-toggles-item-inner__item.activeClass {
    background-color: transparent;

}

/* CSS для прокрутки всередині ячейки */
.scrollable-cell {
    max-height: 10px; /* Висота ячейки */
    overflow-y: auto; /* Вертикальна прокрутка */
    overflow-x: hidden; /* Вимкнення горизонтальної прокрутки */
    white-space: normal; /* Текст переноситься на наступний рядок */
}
                                    