body {
    margin: 0;
    padding: 0;
    font-family: 'verdana', sans-serif;
    background-color: #121421;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 105vh;
}

.container {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 900px;
    background-color: #1c1e2b;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'verdana', sans-serif;
}

.sidebar {
    background-color: #202234;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
}

.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    
}

.logo {
    width: 200px;
    height: 55px;
}

.profile-section h2 {
    color: #f48120;
    text-shadow: 0 0 3px rgba(244, 129, 32, 1.0);
    margin-top: 10px;
    font-size: 24px;
}

.hello {
    font-size: 17px;
}

.status-button {
    font-size: 14px;
    background-color: #f48120;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.lother{
    width: 100%;
    margin-top: 15px;
    border-top: 2px solid #2a2d3e;
}

.other {
    font-size: 11px;
}

.main-content {
    flex-grow: 1;
    padding: 10px;
    
}

.hinfo{
    font-size: 21px;
    font-family: 'verdana', sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #007bff
    
}

.pinfo {
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    text-align: left;
}

.stats-section {
    background-color: #2a2d3e;
    padding: 5px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.idbutton {
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    background-color: #f48120;
        color: #fff;
        border: none;
        padding-top: 2px;
        padding-right: 6px;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        height: 35px;
        font-weight: bolder;
}

.vbutton {
    justify-content: space-between;
    font-family: Arial, sans-serif;
    background-color: #f48120;
        color: #fff;
        border: none;
        padding-top: 2px;
        padding-right: 6px;
        cursor: pointer;
        border-radius: 5px;
        width: 95px;
        height: 30px;
        font-weight: bold;
}

.links-section, .trojan-section {
    text-align: center;
    background-color: #2a2d3e;
    padding: 5px 20px 20px 20px;
    border-radius: 10px;
}

.trojan-section{
    margin-top: 10px;
}

.vinfo {
    font-size: 21px;
    font-family: 'verdana', sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #007bff;
}

.tinfo {
    font-size: 21px;
    font-family: 'verdana', sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #007bff;
}

.ptinfo {
    color: #f48120;
    font-size: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 8px;
}

.tabs, .tabbs {
    
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.tab, .tabb {
    background-color: #2a2d3e;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #f47f2021;
}

.tab.active {
    border-bottom: 2px solid #f48120;
}

.tabb.active {
    border-bottom: 2px solid #f48120;
}

.content, .content2 {
    display: none;
}

.content.active {
    display: block;
}

.content2.active {
    display: block;
}

.link-item {
    font-family: 'verdana', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #4a4d5e;
}

.app-item, .wc-item {
    font-family: 'verdana', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #4a4d5e;
}

.tid-item, .tsg-item, .tjp-item{
    font-family: 'verdana', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4a4d5e;
}

.link-item p, .app-item p, .wc-item p {
    font-family: 'verdana', sans-serif;
    margin: 0;
    
}

.tid-item p, .tsg-item p, .tjp-item p {
    font-family: 'verdana', sans-serif;
    margin-right: 0px;
    
}

.app-item {
    font-family: 'verdana', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #4a4d5e;
}

.copy-button, .qr-button {
    font-family: Arial, sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: 10px;
}

.copy-button {
    font-family: Arial, sans-serif;
    background-color: #f48120;
        color: #fff;
        border: none;
        padding-top: 1px;
        
        cursor: pointer;
        border-radius: 5px;
        width: 15%;
        font-weight: bold;
}

.copy {
    display: inline-table;
    font-family: Arial, sans-serif;
    background-color: transparent;
    border: 5px;
    cursor: pointer;
    margin-left: 0px;
}

.button-copy, .button-copy2 {
    justify-content: space-between;
    font-family: Arial, sans-serif;
    background-color: #f48120;
        color: #fff;
        border: none;
        padding-top: px;
        cursor: pointer;
        border-radius: 5px;
        width: 70px;
        height: 30px;
        font-weight: bold;
}

.button-copy2 {
    margin-left: 5px;
}

.dl-button {
    font-family: Arial, sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 15px;
    background-size: cover;
    
}

.dl-button {
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    background-color: #f48120;
    color: #fff;
    border: none;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 15%;
    font-weight: bold;

}

.tls-check {
    color: #00ff00;
    font-weight: bold;
    margin-left: 5px;
}

.hwc {
    font-size: 15px;
    color: #f48120;
    font-weight: bold;
}

.jnote {
    text-align: left;
    color: #f48120;
    padding-top: 7px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .container {
        flex-direction: row;
    }

    .sidebar {
        padding: 8px 20px 0px 20px;
        width: 240px;
        height: 100vh;
    }

    .main-content {
        flex-grow: 1;
        padding: 20px;
        overflow: auto;
    }

    .dl-button {
        font-size: 13px;
        padding-right: 8px;
        padding-left: 8px;
        
    }
}

@media (max-width: 600px) {
    body {
        min-height: 120vh;
    }

    .sidebar {
        height: 100%;
        width: 100%;
        padding: 8px 20px 0px 20px;
    }

    .profile-section {
        padding: 5px 32px 0px 5px;
    }

    .profile-section h2 {
        font-size: 18px;
    }

    .status-button, .settings-button {
        padding: 5px 10px;
        margin-top: 5px;
        margin-right: 10px;
    }

    .logo {
        width: 150px;
        height: 37px;
    }

    .hello {
        font-size: 15px;
        padding-right: 15px;
    }

    .lother {
        margin-right: 15px;
    }

    .pinfo {
        font-size: 13px;
    }

    .dl-button {
        width: 70px;
        font-size: 12px;
        padding-right: 9px;
        padding-left: 8px;
    }

    .vbutton {
        font-size: 12px;
        width: 90px;
    }

    .link-item p, .app-item p, .wc-item p {
        font-size: 14px;
    }

    .tid-item p, .tsg-item p, .tjp-item p {
        font-size: 14px;
    }
}