
.strength-meter {
    display: flex;
    height: 5px;
    margin-top: 5px;
}
.strength-meter div {
    flex: 1;
    height: 100%;
    background: gray;
    margin: 0 1px;
}
.strength-meter div.weak {
    background: red;
}
.strength-meter div.fair {
    background: orange;
}
.strength-meter div.good {
    background: yellow;
}
.strength-meter div.strong {
    background: green;
}




.btn-copy{
    position: absolute;
    top: 35px;
    right: 55px;
    height: 38px;
    width: 40px;
    border: none;
    background: transparent;
    color: gray;
}


.btn-suggest{
    position: absolute;
    top: 35px;
    right: -35px;
    height: 38px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;

}

.btn-show{
    position: absolute;
    top: 35px;
    right: 15px;
    height: 38px;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
}


.table-responsive, .dataTable-wrapper .dataTable-container {
    overflow-x: auto;
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
  }

  @media only screen and (min-width: 1200px) {
    .table-responsive, .dataTable-wrapper .dataTable-container {
        overflow-x: hidden;
    }
}


  @media only screen and (max-width: 768px) {
      .table-responsive, .dataTable-wrapper .dataTable-container {
          overflow-x: auto;
      }
  }

  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
