﻿.support-table > tbody > tr > td:nth-child(2) {
    width: 1%;
    font-weight: 500;
}

.support-table > tbody > tr > td:nth-child(3) {
    width: 100%;
}

.support-table > tbody > tr > td:first-child {
    width: 1%;
}

.support-table > tbody > tr {
    background-color: inherit !important;
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 90rem;
    }
}

.tp-dfwv {
    display: none;
}

#landing-page {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    overflow: hidden;
    background-color: rgb(6, 0, 24);
}

#landing-page .logo {
    width: 10vw;
    top: 5%;
    left: 5%;
    position: absolute;
    z-index: 2;
}

#landing-page .landing-page-container {
    left: 5vw;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}


#landing-page h1 {
    letter-spacing: -0.86px;
    line-height: 1.1;
    width: 87vw;
    font-size: 7.5vw;
    margin: 0;
}

#landing-page h2 {
    width: 87vw;
    font-size: 3.5vw;
    line-height: normal;
}

#landing-page h1,
#landing-page h2 {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 1.5vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

@media (min-width: 1024px) {
    #landing-page h1 {
        width: 35vw;
        font-size: 3.5vw;
        margin: 2.5vh 0 0 0;
    }

    #landing-page h2 {
        width: 30vw;
        font-size: 1.25vw;
    }

    #landing-page h1,
    #landing-page h2 {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
}


.scene {
    left: 10%;
    position: absolute;
}

.tree-view-title {
    margin-left: 1.5rem !important;
}