body {
    font-family: Rubik, sans-serif;
    background: #0f172a;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}

.styled-table {
    table-layout: auto;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: Rubik, sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.styled-table thead tr {
    background-color: #3dcd71;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: center;
    white-space: nowrap;
}

.styled-table th {
    background: #161f32;
    color: #8a8f99;
    font-weight: 400 !important;
}

.styled-table tr {
    background: #0f172a
}

table.dataTable tbody tr {
    background: #0f172a;
}

.dataTables_wrapper .dataTables_length select {
    background: #161f32;
    color: #fff;
    border: 1px solid #334155;
    border-radius: 10px;
    margin-bottom: 10px;
    outline: none;
}

.dataTables_wrapper .dataTables_length {
    color: #fff;
    margin-left: 4px;
}

.dataTables_wrapper .dataTables_info {
    color: #fff;
    margin-left: 4px;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate {
    color: #fff;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #8a8f99 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #8a8f99 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
}

usersTx_previous:hover {
    background: transparent;
}

#usersTx_next:hover {
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #3dcd71;
    color: #fff !important;
    border: none;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #3dcd71;
    color: #fff !important;
    border: none;
    border-radius: 10px;
}

.styled-table tr:hover {
    background: #151e31;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #3dcd71;
}

td > a {
    color: #3dcd71;
    text-decoration: none;
}

td > a:hover {
    color: #6fffa4;
    text-decoration: none;
}

#navbar ul {
    margin: 0;
    margin-bottom: 20px;
    padding: 6px;
    list-style-type: none;
    text-align: center;
}

#navbar ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#navbar ul li a {
    text-decoration: none;
    padding: .3em 1em;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #3dcd71;
    background: transparent;
    transition: all 0.1s ease-in-out;
}

#navbar ul li a:hover {
    color: #fff;
    background-color: #3dcd71;
}

#navbar ul li a:active {
    color: #fff;
    background-color: #3dcd71;
}

input {
    font-size: 16px;
    color: #000;
    padding: 6px 10px;
    width: 350px;
}

button {
    cursor: pointer;
    width: 65px;
    height: 31px;
}

.tableWrapper {
    overflow-x: scroll;
}

#uniqueCount, #mintAmount, #totalSacrifice {
    color: #3dcd71;
}

::placeholder {
    color: #64758b;
}

#searchAddr {
    background: #3dcd71;
    color: #fff;
    outline: none;
    border: 0;
    border-radius: 10px;
    padding: .3em;
    font-size: 16px;
}

#queryAddr {
    padding: .7rem;
    background: #161f32;
    color: #fff;
    border: 1px solid #324155;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
}

#queryAddr::-webkit-search-cancel-button{
    position:relative;
    right: -3px;
}

#queryAddr:hover, #queryAddr:focus {
    border: 1px solid #3dcd71;
    outline: none;
}

.queryAddrWrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.extraInfo {
    color: #fff;
    text-align: left;
    width:300%;
    padding-top: 10px
}

.extraInfo:first-child {
    color: #fff;
    text-align: left;
    width:300%;
    padding-top: 30px
}

@media (max-width: 640px) {
    body {
        padding: 8px 4px;
    }

    .extraInfo {
        font-size: 13px;
    }
}
