.intro {
    height: 100%;
}
  
table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
}

table thead th {
    font-family: 'Poppins', sans-serif;
    text-shadow: none;
}
table:not(#coinsTransactions) thead th {
    color: #fff;
}
table:not(#coinsTransactions):not(.users-info) thead th {
    color: #5C5C5C;
    font-size: 12px;
}
  
.card {
    border-radius: .5rem;
}
  
.table-scroll {
    border-radius: .5rem;
}
  
.table-scroll table thead th {
    font-size: 14px;
}

.table-scroll tbody td{
    font-size: 14px;
}

.table-scroll tbody td button{
    font-size: 14px;
}

thead {
    top: 0;
    position: sticky;
}

.lookUp .footer-inner h6{
    margin-top: 10%;
    margin-left: 0% !important;
}

.lookUpp .footer-inner h6{
    margin-top: 10%;
    margin-left: 0% !important;
}

input[type="text"]::placeholder {    
    /* Firefox, Chrome, Opera */
    color: rgb(243, 243, 245);
}

.banner input{
    background-color: transparent; 
    border: none; 
    border: 2px solid #042460;
    border-radius: 4px;
}

.number-lookup-banner h3{
    font-size: 22px;
}

.number-lookup-banner h5{
    font-size: 14px;
}

.banner h3{
    font-size: 22px;
}

.banner h5{
    font-size: 14px;
}

.table-head{
    margin-top: 5%;
}
.users-info.table thead {
    z-index: 9;
}
table.users-info thead th {

}
#Sample .table-scroll table thead th {
    white-space: nowrap;
}