*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Poppins';
    padding: 2rem;
}

header{
  display: flex;
  justify-content: center;
  margin-bottom: .3rem;
}

header input{
    font: inherit;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: .1rem 1rem;
    border: 1px solid black;
}

header input:focus{
    outline: none;  
    border: 1px solid #09f;
}

main{
    display: flex;
    flex-direction: column;
    width: 100%;
}













[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid black;
  border-radius: 4px;
  padding: .2rem;
}

.wrap-table100 {
  width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}

.column100 {
  width: 130px;
  padding-left: 25px;
}

.column100.column1 {
  width: 265px;
  padding-left: 42px;
}

.row100.head th {
  padding-top: 24px;
  padding-bottom: 20px;
}

.row100 td {
  padding: 1.5rem 1rem;
}


/*==================================================================
[ Ver1 ]*/
.table100.ver1 td {
  font-size: 14px;
  color: black;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
}

.table100.ver1 th {
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: #36304a;
}

.table100.ver1 .row100:hover {
  background-color: #f2f2f2;
}

.table100.ver1 .hov-column-ver1 {
  background-color: #f2f2f2;
}

.table100.ver1 .hov-column-head-ver1 {
  background-color: #484848 !important;
}

.table100.ver1 .row100 td:hover {
  background-color: #6c7ae0;
  color: #fff;
}

.column2{
    font-size: 24px;
}

.hidden{
    display: none;
}

.columnButton{
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

i.btnCopy{
  height: 40px;
  width: 40px;
  background-image: url('https://www.lastpass.com/assets/images/cdn/img-icon-copy-@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
}