.cnt-imp-filter-main-cont {
    /* width: 70%; */
    width: 640px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cnt-both-table-main-cont {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cnt-table-compare-full-main-cont {
  width: 48%;
  height: 57vh;
  /* height: calc(100% - 70px); */
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  border: 1px solid #E5EFFF;
  border-radius: 6px;
  position: relative;
}
.cnt-table-compare-full-main-cont-2 {
    width: 40%;
    height: calc(100% - 70px);
    margin-top: 16px;
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    border: 1px solid #E5EFFF;
    border-radius: 6px;
    position: relative;
}
.cnt-table-compare-full-main-cont::-webkit-scrollbar {
    width: 5px;
    position: fixed;
    border-radius: 10px;
    height: 5px;
  }
  .cnt-table-compare-full-main-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .cnt-table-compare-full-main-cont::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 10px;
  }
  .cnt-table-compare-full-main-cont-2::-webkit-scrollbar {
    width: 5px;
    position: fixed;
    border-radius: 10px;
    height: 5px;
  }
  .cnt-table-compare-full-main-cont-2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .cnt-table-compare-full-main-cont-2::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 10px;
  }
.cnt-table-compare-main-cont {
    width: 100%;
    max-height: 118%;
}
.cnt-checkbox-th {
    border-width: 0px;
    width: 24px;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.cnt-input-select-checkbox {
    display: block !important;
    opacity: 1 !important;
    cursor: pointer;
    margin: 0;
    position: relative !important;
  }
  .cnt-input-select-checkbox-th {
    display: block !important;
    opacity: 1 !important;
    cursor: pointer;
    margin: 0;
    position: relative !important;
    margin-left: 12px !important;
  }
  .cnt-table-heading {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    /* text-decoration: underline; */
  }
  .cnt-table-contacts-count {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 12px;
    text-align: center;
    /* text-decoration: underline; */
    color: #465def;
  }
  .cnt-no-all-contacts-data-img {
    width: 34%;
    position: absolute;
    top: 25%;
    left:7%;
  }
  .cnt-no-selected-data-img {
    width: 34%;
    position: absolute;
    top: 25%;
    right: 7%;
  }
  .cnt-name-th {
    width: 150px;
    height: 20px;
    border-width: 0;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    border-bottom: 1px solid rgb(224, 224, 224);
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 0px;
    padding-left: 15px;
    color: black;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.cnt-delete-column-logo {
  width: 14px;
  margin-right: 5px;
}
.cnt-wa-th {
  width: 150px;
  height: 20px;
  border-width: 0;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 0px;
  padding-left: 15px;
  color: black;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.cnt-no-all-contacts-data-img {
  width: 34%;
  position: absolute;
  top: 25%;
  left: 10%;
}
.cnt-wa-send-temp-btn {
  width: 150px;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: #465def;
  border-width: 0;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 14px;
}