.changes-no-marker-list li::marker {
    content: none; /* Remove the marker content */
    display: none; /* Hide the marker */
  }
.changes-data-table .dropdown-set p{
    color: #296d98;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.changes-data-table tbody .dropdown-set ul{
    display: none;
    margin-left: 6px;
    padding-bottom: 6px;
}
.changes-data-table tbody .dropdown-set ul li {
    font-size: 12px;
    list-style-type: disc;
    padding: 3px 0px 3px 0px;
    margin-left: 20px;
}
.changes-data-table tbody .dropdown-set p.open ~ ul {
    display: block !important;
}
.changes-data-table tbody .dropdown-set ul{
    margin-top: 8px;
    max-width: 200px;
}
.changes-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    align-items: center;
}
.changes-header div{
    display: flex;
    align-items: center;
}
.changes-data-table table th:nth-child(1){
    padding-left: 29px !important;
    padding-right: 20px !important;
}
.changes-data-table table tbody td:nth-child(1){
    padding-left: 29px !important;
}
body .changes-data-table td {
    opacity: 1;
    vertical-align: sub;
    padding: 2px 0 12px 0;
}
.changes-data-table tbody .dropdown-set ul li .orange {
    color: orange;
    background: none;
}
.changes-data-table tbody .dropdown-set ul li .green {
    color: green;
    background: none;
}
.changes-data-table tbody .dropdown-set ul li .red {
    color: red;
    background: none;
}
.changes-data-table tbody .deployment-steps li {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}
.changes-data-table tbody .deployment-steps span.tag {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    margin-right: 5px;
}
.changes-data-table .dropdown-set p {
    padding-top: 0;
}
body .changes-data-table td .dropdown-set {
    position: relative;
    bottom: -6px;
    left: -7px;
}
body .changes-data-table th.deployment-steps {
    width: 16%;
}
body .changes-data-table table tbody tr:first-child{
    border-bottom: 1px solid #e2e8f0;
}
.changes-data-table table {
    width: 100%; /* Set table width */
    table-layout: fixed; /* Use fixed table layout */
}
.changes-data-table td#changes-change td#changes-submitted-at{
    padding: 0; /* Reset padding for these cells */
    white-space: normal; /* Allow text to wrap */
    overflow: visible; /* Display overflowing content */
    text-overflow: initial; /* Reset text-overflow property */
}

.changes-data-table th,
.changes-data-table td:not(#changes-change, #changes-submitted-at){
    padding: 8px; /* Adjust padding for cells */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Show ellipsis for cut-off content */
}

/* .changes-data-table th, .changes-data-table td {
    padding: 8px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
} */

.changes-data-table th:nth-child(1),
.changes-data-table td:nth-child(1) {
    flex-basis: 20%; /* Set fixed width for the first column */
}
.changes-data-table table th:nth-child(2),
.changes-data-table table td:nth-child(2){
    padding-left: 29px !important;
    width: 12%
}
.changes-data-table table th:nth-child(5),
.changes-data-table table td:nth-child(5){
    padding-left: 29px !important;
    width: 10%
}
.changes-data-table table th:nth-child(1),
.changes-data-table table td:nth-child(1){
    width: 15%
}
.changes-data-table table th:nth-child(3),
.changes-data-table table td:nth-child(3){
    width: 7%
}
.changes-data-table table th:nth-child(4),
.changes-data-table table td:nth-child(4){
    padding-left: 29px !important;
    width: 17%
}
.changes-data-table table th:nth-child(6),
.changes-data-table table td:nth-child(6){
    padding-left: 29px !important;
    width: 15%
}
