.table > :not(:first-child) {
    border-top: 1px solid currentColor;
}

tbody > tr:first-child {
    background-color: #c5f7c5 
}


tbody > tr:nth-child(n+2) {
    background-color: #fff5c5 !important; 
}


.versions-table.column-3 th:nth-child(1),
.versions-table.column-3 td:nth-child(1) {
    width: 70%;
}

.versions-table.column-3 th:nth-child(2),
.versions-table.column-3 td:nth-child(2) {
    width: 15%;
}

.versions-table.column-3 th:nth-child(3),
.versions-table.column-3 td:nth-child(3) {
    width: 15%;
}

.versions-table.column-2 th:nth-child(1),
.versions-table.column-2 td:nth-child(1) {
    width: 70%;
}

.versions-table.column-2 th:nth-child(2),
.versions-table.column-2 td:nth-child(2) {
    width: 15%;
}


.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  
  .pagination-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  
  .page-size-selector {
    display: flex;
    align-items: center;
  }
  
  .pagination-spacer {
    width: 205px;
  }
  
  .page-size-selector label {
    margin-right: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    width: 170px;
  }
  
  .page-size-selector select {
    width: 50px;
  }
  
  .pagination {
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  .pagination li {
    display: inline-block;
  }
  
  .pagination li.active a {
    background-color: #1a1a1a;
    color: white;
    border-color: #1a1a1a;
  }
  
  .pagination li.ellipsis a {
    cursor: pointer;
  }

  .paginator-info{
    margin-bottom: 10px;
  }

  .text-cts-info {
    color: #206b82;
  }
  p {
    margin-block-end: 0;
    margin-bottom: 0;
  }

  .input-checkbox{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    cursor: pointer;
  }

  .input-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    border: 1px solid #999;
  }
  .input-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .input-checkbox input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #2196F3;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .input-checkbox input:checked ~ .checkmark:after {
    display: block;
    content: "";
  }
  .input-checkbox .checkmark:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2196F3;
    transform: translate(-50%, -50%);
  }

  label:after{
    content: "";
  }


/* ========================== RESPONSIVE SECTION ========================== */


@media (max-width: 359.98px) {

}

@media (min-width: 282px) and (max-width: 376.98px) {
  /* .container .wrapper .module-content .page-heading {
    margin-top: 0 !important;
  } */
}

@media (min-width: 377px) and (max-width: 480.98px) {}

@media (max-width: 480.98px) {
  .container .wrapper .module-content .page-heading {
    margin-top: 10px !important;
  }
}

@media (min-width: 481px) and (max-width: 549.98px) {
  /* table.table {
    width: 100% !important;
    table-layout: inherit;
    margin-top: 50px;
  } */
}

@media (max-width: 549.98px) {
  .page-size-selector label {
    margin-right: 0px;
    width: 150px;
  }

  .page-size-selector select {
    padding: 6px 0.75rem;
    font-size: 12px;
    text-align: center;
  }

  .btn-group a.btn {
    font-size: 12px !important;
  }

  table > thead > tr > th {
    font-size: 12px !important;
  }

  table > thead > tr > th > button {
    font-size: 12px !important;
  }

  .table > :not(caption) > * > * {
    vertical-align: middle;
  }

  .container .wrapper .module-content .page-heading {
    margin-top: 20px;
  }
}

@media (max-width: 692.98px) {
  .btn-group a.btn {
    font-size: 0.7656rem;
  }

  table.table {
    width: 100% !important;
    table-layout: inherit;
    margin-top: 50px;
  }

  .container .wrapper .module-content .page-heading {
    margin-top: 20px;
  }

  .pagination-wrapper {
    padding-top: 0;
  }
}


/* ============================== END SECTION ============================== */