.coin-table-vertical {
    border-collapse: collapse;
    width: 100%;
    max-width: 450px !important; /* Pas aan afhankelijk van je layout */
    margin: 0px auto !important;
    overflow: hidden;
}

table.coin-table-vertical tbody {
    border: 1px solid #eee;
}

.coin-table-vertical .td-metric, .coin-table-vertical .td-metric-koop{
    font-weight: 800;
}

.coin-table-vertical .td-data:hover, .coin-table-vertical .td-data-koop:hover {
    font-weight: 800;
}

.coin-table-vertical tbody tr{
    border-bottom: 1px solid #eee;
}

.coin-table-vertical td {
    padding: 12px 16px; /* Ruimte binnen cellen */
    text-align: left; /* Tekst links uitlijnen */
}

.coin-table-vertical tr:hover {
    background-color: #f1f1f1; /* Hover effect voor rijen */
}

/* Voeg een moderne lettertype toe indien gewenst */
.coin-table-vertical td {
    font-family: 'Arial', sans-serif; /* Modern lettertype */
    font-size: 14px; /* Standaard lettergrootte */
    border: 1px solid #eee !important;
}
.td-data-koop a {
    padding: 10px 30px;
    background: #0f7c14;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none !important;
    display: block;
    text-align: center;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align:left !important;
}
td.top-list-ath {
    background: #e3ffdf;
}
span.top-list-details a {
    text-decoration: none;
    font-weight: 800;
    color: #3b0083 !important;
}
.dt-layout-row {
    font-size: 12px;
}
div#DataTables_Table_1_wrapper {
    display: grid;
}

/* button style datatables */
button.dt-paging-button.current {
    background: #fff !important;
    border: 1px solid #3b0383 !important;
    color: #3b0383 !important;
}
button.dt-paging-button.current:hover, button.dt-paging-button.disabled.previous:hover {
    color:#fff !important;
}
button.dt-paging-button:hover {
    background: #3b0383 !important;
    color: #fff !important;
}
html body div.dt-container .dt-paging .dt-paging-button.previous:hover,
html body div.dt-container .dt-paging .dt-paging-button.first:hover,
html body div.dt-container .dt-paging .dt-paging-button.next:hover,
html body div.dt-container .dt-paging .dt-paging-button.last:hover,
html body div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #fff !important; /* Pas de kleur naar wens aan */
}
/* Stijlen voor winst/verlies */
.winst {
    color: #4CAF50; /* Groen voor winst */
}
.verlies {
    color: #f44336; /* Rood voor verlies */
}
.btcm-shortcode {
    color: #3b0083;
    font-weight: 800;
}
.change-24-uur{font-weight: 800;}

thead.top-list {
    font-size: 12px;
}

.coin-list-top-8 {
    width: 100%;
    border-collapse: collapse;
}
.coin-list-top-8 thead.top-list {
    background-color: #f3f4f6;
}
.coin-list-top-8 th,
.coin-list-top-8 td {
    padding: 10px;
    text-align: left;
}
.coin-list-top-8 th {
    font-weight: bold;
}
.coin-list-top-8 tbody.top-list tr:hover td{
    background-color: #e9ecef !important;
}
td.top-list-item {
    display: flex;
    align-items: center;
}
.top-list-details {
    display: flex;
    flex-direction: column;
}
.top-list-img {
    width: 24px;
    margin-right: 10px;
}

.top-list-naam, .top-list-symbol {
    margin: 0;
}
span.top-list-symbol {
    font-size: 12px;
}
tbody.top-list {
    font-size: 13px;
}
tbody.top-list tr {
    border: 1px solid #eee;
}

/* Container voor de tabel */
.table-container {
    overflow-x: auto;
    width: 100%; /* Zorg dat deze container niet breder is dan het scherm */
}

/* Zorg ervoor dat de tabel een brede layout kan hebben */
.coin-list-top-8 {
    width: 100%;
    min-width: 600px; /* Pas aan op basis van de totale breedte die nodig is voor je kolommen */
    border-collapse: collapse;
}

/* Sticky kolommen styling */
.coin-list-top-8 th:nth-child(-n+2),
.coin-list-top-8 td:nth-child(-n+2) {
    position: sticky;
    left: 0;
    z-index: 2; /* Hoger dan andere cellen om overlap te voorkomen */
}
.coin-list-top-8 td:nth-child(-n+2) {
    background-color: #f9f9f9; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-list-top-8 th:nth-child(-n+2) {
    background-color: #f3f4f6; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-list-top-8 th:nth-child(2),
.coin-list-top-8 td:nth-child(2) {
    position: sticky !important;
    z-index: 2;
}
a.top-list-kopen {
    border: 1px solid #60ba6c;
    padding: 3px 0px;
    border-radius: 5px;
    font-size: 10px;
    color: #60ba6c;
    text-decoration: none;
    width: 120px !important;
    display: inline-block;
}
td.top-list-koop {
    text-align: center !important;
}
th.top-list-prijs, th.top-list-change-1, th.top-list-change-24  {
    white-space: nowrap !important;
}
.coin-list-top {
    width: 100%;
    border-collapse: collapse;
}
.coin-list-top thead.top-list {
    background-color: #f3f4f6;
}
.coin-list-top th,
.coin-list-top td {
    padding: 10px;
    text-align: left;
}
.coin-list-top th {
    font-weight: bold;
}
.coin-list-top tbody.top-list tr:hover td{
    background-color: #e9ecef !important;
}
/* Zorg ervoor dat de tabel een brede layout kan hebben */
.coin-list-top {
    width: 100%;
    min-width: 600px; /* Pas aan op basis van de totale breedte die nodig is voor je kolommen */
    border-collapse: collapse;
}

/* Sticky kolommen styling */
.coin-list-top th:nth-child(-n+2),
.coin-list-top td:nth-child(-n+2) {
    position: sticky;
    left: 0;
    z-index: 2; /* Hoger dan andere cellen om overlap te voorkomen */
}
.coin-list-top td:nth-child(-n+2) {
    background-color: #f9f9f9; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-list-top th:nth-child(-n+2) {
    background-color: #f3f4f6; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-list-top th:nth-child(2),
.coin-list-top td:nth-child(2) {
    position: sticky !important;
    z-index: 2;
}

.coin-list-top-5 {
    width: auto !important;
    border-collapse: collapse;
}

.coin-list-top-5 th, .coin-list-top-5 td {
    padding: 8px;
}

.coin-list-top-5 th {
    background-color: #f2f2f2;
    text-align: left;
}

.coin-list-top-5 .top-list-item {
    display: flex;
    align-items: center;
}

.coin-list-top-5 .top-list-img {
    margin-right: 8px;
}

.coin-list-top-5 .top-list-change-24.winst {
    color: green;
}

.coin-list-top-5 .top-list-change-24.verlies {
    color: red;
}

input#coin-amount {
    width: 50px;
    border: 1px solid #eee !important;
}

ul.highcharts-stocktools-toolbar.stocktools-toolbar li button {
    background-color: #f7f7f7 !important;
}
ul.highcharts-stocktools-toolbar.stocktools-toolbar li button {
    background-color: #f7f7f7 !important;
}

/* Container voor de tabel */
.table-estimate-container {
    overflow-x: auto;
    width: 100%; /* Zorg dat deze container niet breder is dan het scherm */
    margin-bottom: 20px; /* Ruimte onder de beschrijving */
    position: relative;
}

/* Zorg ervoor dat de tabel een brede layout kan hebben */
.coin-estimate-table-vertical {
    width: 100%;
    border-collapse: collapse;
}

/* Sticky kolommen styling */
.coin-estimate-table-vertical th:first-child, .coin-estimate-table-vertical td:first-child, .coin-estimate-table-vertical th:nth-child(-n +2) {
    position: sticky;
    left: 0;
    z-index: 2; /* Hoger dan andere cellen om overlap te voorkomen */
    background-color: #f9f9f9; /* Zorgt dat achtergrond niet doorschijnt */
}
.coin-estimate-table-vertical th:nth-child(2) {
    position: sticky;
    top: 0;
    left: 240px !important;
    z-index: 1;
    background-color: #f3f4f6;
}

.coin-estimate-table-vertical th:first-child {
    background-color: #f3f4f6; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-estimate-table-vertical td:first-child {
    background-color: #f9f9f9; /* Zorgt dat achtergrond niet doorschijnt */
}

.coin-estimate-table-vertical th:nth-child(2) {
    position: sticky;
    top: 0;
    z-index: 1; /* Zorg dat deze boven de andere kolommen komt */
    background-color: #f3f4f6; /* Zorgt dat achtergrond niet doorschijnt */
}

/* Rest van de tabel */
.coin-estimate-table-vertical th,
.coin-estimate-table-vertical td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #eee !important;
    white-space: nowrap;
}

.coin-estimate-table-vertical th[colspan] {
    text-align: center;
}

.coin-estimate-table-vertical tr:hover {
    background-color: #f1f1f1;
}

.coin-estimate-table-vertical td {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

#coin-amount {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}

.coin-estimate-table-vertical h2 {
    margin: 0;
    padding: 10px;
}

.positive {
    color: green;
}

.negative {
    color: red;
}

#coin-price-converter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#coin-price-converter select,
#coin-price-converter input[type="text"],
#coin-price-converter input[readonly] {
    padding: 10px;
    font-size: 1rem;
}

/* Verwijder de pijltjes van het numerieke invoerveld */
#coin-amount::-webkit-outer-spin-button,
#coin-amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#coin-amount {
    -moz-appearance: textfield;
}
#coin-symbol-dropdown option {
    padding-left: 30px; /* Zorg ervoor dat er ruimte is voor de afbeelding */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px; /* Pas de grootte van de afbeelding aan */
}
.crypto-cta-icon {
    margin-right: 5px;
    width: 25px !important;
    height: 25px !important;
}
@media (max-width: 701px) {
.crypto-cta-button {
    padding: 0px 10px !important;
}
.crypto-cta-banner {
    padding: 0 0 0 25px !important;
}
}
th.table-title {
    background: #f9f9f9;
    border: 1px solid #eee;
    font-size: 20px;
    font-weight: 400;
}
.combined-stats {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
}

.combined-stats td {
    padding: 10px;
    border: 1px solid #ddd;
}

.combined-stats h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.combined-stats p {
    font-size: 1.2em;
    color: #333;
}
