.custcd-wrap {
  max-height: unset;
}

.custcd-wrap .c-filter {
  padding-bottom: 10px;
  padding-top: 10px;
}

.custcd-wrap.c-modal__wrap {
  max-height: 900px;
}

.custcd-wrap .c-result-table__wrap {
  max-height: 320px;
}

@media (max-width: 1600px) {
    .custcd-wrap.c-modal__wrap {
      max-height: 800px;
    }

    .custcd-wrap .c-result-table__wrap {
      max-height: 200px;
    }
}


@media (max-width: 1280px) {
    .custcd-wrap.c-modal__wrap {
      max-height: 580px;
      row-gap: 5px!important;
      padding-bottom: 20px;
      padding-top: 20px;
    }

    .custcd-wrap .c-result-table__wrap {
      max-height: 130px;
    }

    .custcd-wrap .p-page-sec__header {
        margin-bottom: 10px;
    }

    .custcd-wrap .c-modal__close {
      z-index: 10;
    }
}

.custcd-list table.c-result-table > colgroup > col:nth-child(1) {
  width: 5%;
}

.custcd-list table.c-result-table > colgroup > col:nth-child(2) {
  width: 15%;
}

.custcd-list table.c-result-table > colgroup > col:nth-child(3) {
  width: auto;
}

.custcd-list table.c-result-table > colgroup > col:nth-child(4) {
  width: auto;
}

.custcd-list  {
  max-height: 150px;
}

.custcd-filter {
  margin: 0 30px;
}
