.about-window
{
    /*height: 100%;*/

    display: flex;

    flex-direction: column;

    align-items: center;

    /*justify-content: center;*/
    justify-content: flex-start;

    text-align: center;

    color: white;

    padding: 20px;
}

.about-logo
{
    font-size: 48px;

    margin-bottom: 12px;
}

.about-title
{
    font-size: 22px;

    font-weight: 600;

    color: #5eead4;

    margin-bottom: 8px;
}

.about-version
{
    font-size: 14px;

    color: #94a3b8;

    margin-bottom: 20px;
}

.about-description
{
    font-size: 14px;

    color: #cbd5e1;

    line-height: 1.5;

    margin-bottom: 24px;
}

.about-footer
{
    font-size: 12px;

    color: #64748b;
}




/*scrollbar dark mode*/

.child-window-body::-webkit-scrollbar-track
{
    background: #111827;
}

.child-window-body::-webkit-scrollbar-thumb
{
    background: #5eead4;
    border-radius: 999px;
}

.child-window-body::-webkit-scrollbar-thumb:hover
{
    background: #2dd4bf;
}
.child-window-body::-webkit-scrollbar
{
    width: 10px;
}

.child-window-body::-webkit-scrollbar-track
{
    background: #111827;
}

.child-window-body::-webkit-scrollbar-thumb
{
    background: #5eead4;
    border-radius: 999px;
}

.child-window-body::-webkit-scrollbar-thumb:hover
{
    background: #2dd4bf;
}