h2 {
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding-left: 0;
    display: none;
}

li {
    padding-top: 0px !important;
    border-bottom: none !important;
    padding-left: 10px;
}

.industry-list.show {
    display: block !important;
}

.container {
    min-width: unset !important;
    max-width: 100dvw !important;
    margin: 0 auto;
}

.main-container {
    width: 96vw;
    max-width: 100dvw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: rgb(34, 38, 47);
    padding: 0 0 160px 0 !important;
    margin: 160px auto 80px auto !important;
    max-height: 650px;
}

.sector-index-wrapper {
    overflow-y: hidden;
    border-radius: 10px;
}

.sector-content-wrapper {
    padding-right: 25px !important;
}

.info-container {
    padding: 30px 10px;
}

.toggle {
    display: none;
}

/**
* Sectors
**/
#sectors-container ul {
    list-style-type: none;
    padding-left: 0;
    display: none;
}

#sectors-container .show {
    display: block !important;
}

#sectors-container {
    font-weight: 100;
    cursor: pointer;
}

#sectors-container h2 {
    margin: 0px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

#sectors-container h2 li {
    font-size: 15px;
}

.content-container {
    color: white;
    background-color: rgb(41, 47, 56);
    display: flex;
    overflow: auto;
    flex-direction: column;
    border-radius: 10px;
}

.sector-industry {
    padding: 10px;
}

.sector-industry h2 {
    margin-bottom: 10px;
}

.sector-industry p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}

.radarChart {
    width: 100%;
    height: auto;
    max-width: 350px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    margin: 0 auto;
    overflow: hidden;
}


.radar-description {
    color: white;
    font-size: 14px;
    line-height: 8px;
    text-align: center;
    margin-bottom: 40px;
}

.descriptions {
    padding: 30px;
    font-size: 18px;
    color: white;
}

.stars-container img {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 7px;
}

.ticker-stars .star-explanation {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: 20px;
}

.ticker-stars:hover .star-explanation {
    visibility: visible;
}

#read-more {
    color: #5dade2;
}

.crown {
    height: 30px;
}

.filter-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2vh;
    border-bottom: 2px solid white;
}

.footer-container {
    color: #fff;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 20px 0 10px;
    background-color: #191e24;
}

.nav-selected {
    border-left: 5px solid green;
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

#ticker-placeholder a {
    color: white;
}

.sector-index {
    width: auto;
    position: relative;
    margin: 0;
    background-color: #292f38;
    color: #fff;
    padding: 20px;
    height: 100%;
    max-height: calc(100% - 40px);
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .main-container {
        max-height: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .main-container {
        width: 100dvw !important;
        max-width: 100dvw !important;
        margin: 120px auto 30px auto !important;
        padding: 0 0 0 0 !important;
        overflow-x: hidden;
        position: relative;
    }

    .sector-index-wrapper,
    .sector-content-wrapper {
        max-width: 100dvw;
        overflow-x: hidden;
    }

    .sector-index-wrapper {
        height: 0;
    }

    .sector-content-wrapper {
        width: 95dvw !important;
        max-width: 95dvw !important;
        margin: 30px auto;
        max-height: calc(100vh - 100px);
        padding-right: 10px !important;
    }

    .content-container {
        background-color: rgba(22, 27, 34, 0.8);
    }

    .descriptions {
        font-size: 12px;
        padding: 10px !important;
    }

    .toggle {
        font-size: 30px;
        display: block;
        position: absolute;
        left: calc(100% + 10px);
        top: 30dvh;
        z-index: 10;
    }

    .sector-index {
        display: flex;
        margin: 0;
        padding: 0;
        left: calc(-100vw + 60px);
        z-index: 100;
        width: calc(100% - 65px);
        transition: left 0.5s ease;
        height: 70dvh;
        position: fixed;
        padding-top: 10px;
        top: 15%;
    }

    .sector-index .content {
        width: 100%;
        height: 100%;
        overflow: auto;
        /* border: 1px solid #fff; */
        padding-left: 10px;
    }

    .sector-index.show {
        left: 0;
    }

    .sector-index.show .toggle i {
        transform: scale(-1, -1);
    }

    .radar-description {
        margin-bottom: 0;
        margin-top: -40px;
    }

    .radar-description h3 {
        font-size: 14px;
    }

    .radar-description p {
        font-size: 12px;
    }

    #name-placeholder {
        font-size: 16px;
    }

    .sector-industry {
        margin-bottom: -40px;
    }

    .sector-industry p {
        font-size: 14px;
    }

    svg[class="radar.radarChart"] {
        scale: 1.8;
    }

    .info-container {
        padding: 10px !important;
    }
    .footer-container {
        margin-top: 0;
    }
    .filter-title {
        margin-right: 10px;
    }
}
