@import url('../css2');

body{
    background-color: #eee !important;
    color: #000000 !important;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: none !important;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.6);
}

.title-logo{
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.title-one{
    color: #000000 !important;
    font-weight: bold !important;
}

.btn-run-dark{
    background-color: #000000 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.btn-run-red{
    background-color: #ff0000 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.btn-run-light{
    background-color: #fff !important;
    color: #000000 !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.footerlink{
    color: #000000 !important;
    text-decoration: none !important;
}

.footerlink-2{
    color: #000000 !important;
}

#runterminal{
    font-size: 14px !important;
    color: #555 !important;
    background-color: #e7e7e7 !important;
    max-height: 1024px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.token-container {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: none !important;
    gap: 20px;
    flex-wrap: wrap;
}

.token-logo img {
    height: 96px;
    width: 96px;
    object-fit: contain;
}

.token-details {
    flex: 1;
}

@media (max-width: 768px) {
    .token-container {
        flex-direction: column;
        text-align: left;
    }

    .token-logo {
        margin-bottom: 10px;
    }

    .token-details {
        text-align: left;
    }
}

.terminal-me{
    color: #000 !important;
}

.terminal-me-2{
    color: #fff !important;
    font-weight: bold !important;
}

.analyze-card{
    background: #ddd !important;
    color: #000 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    width: 100% !important;
}

.bg-depth{
    background-color: #000 !important;
}

a{
    color: #000 !important;
    font-weight: bold !important;
}

.bg-sell{
    color: #000 !important;
}

.bg-buy{
    color: #000 !important;
}