a:visited {
    /*text-decoration: none;*/
    /*color: unset;*/
}

.instruments-table {
    width: 90vw;
    padding-left: 16px;
    padding-right: 8px;
    /*min-height: 900px;*/
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}

.chart-flip {
    transform-origin: 50% 50%;
    transform: scaleY(-1);
}

.tab-instrument {
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: transparent;
    color: white;
    /*    width:1150px*/
}

    .tab-instrument button {
        justify-content: space-around;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 8px 36px;
        transition: 0s;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 18px;
    }

        .tab-instrument button.active {
            color: black;
            /*            border-bottom: 3px solid #1DDE8D;*/
            background-color: transparent;
            font-weight: 500;
            font-size: 18px;
            pointer-events: none;
            padding: 8px 36px;
        }

.catagories-row {
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    height: 75px;
    /*    align-items: center;*/
}

.catagory-button-container {
    height: 32px;
    align-items: center;
}

.catagory-name-icon {
    margin: 16px;
    display: inline-flex;
    align-items: center;
}

.catagory-icon {
    width: 32px;
    align-items: center;
    margin-right: 5px;
    display: block;
    height: 32px;
}

.catagory-name {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

    .catagory-name.active {
        font-weight: 500;
        font-size: 18px;
        background-color: transparent;
        color: #1DDE8D;
    }

.main-table {
    width: 1100px;
    /*    height: 720px;*/
    margin: 15px auto;
    border-Radius: 15px;
    background-color: #171717;
    border: solid 0.5px #171717;
    justify-content: center;
    align-items: center;
    /*    height: 725px;*/
    padding: 8px;
    /*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
}

.table-disclaimer {
    padding-top: 50px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

.table-headlines-description {
    padding-left: 50px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    justify-content: center;
}

.headline-text-catagory-none {
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
}

.center {
    text-align: center;
}

.start {
    text-align: start;
}

.instrument-arrow {
    padding-right: 10px;
}

.headline-text-catagory {
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}

.table-headlines {
    padding: 16px;
}

.instrument-row {
    padding-left: 16px;
    padding-right: 16px;
    width: 1070px;
    height: 65px;
    text-align: center;
    justify-content: center;
    align-self: center;
    display: flex;
    align-items: center;
}

.instrument-row-bg {
    background-color: #1D1D21;
}

.instrument-row-light-bg {
    background-color: transparent;
}

.instrument-icon {
    align-self: center;
    display: flex;
    align-items: center;
    width: 10%;
    text-align: center;
}

.instrument-img {
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    width: 50%;
}

.instrument-name {
    font-family: "outfit", sans-serif;
    max-width: 35%;
    min-width: 30%;
    padding-left: 8px;
    padding-right: 8px;
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    color: white;
    flex-wrap: wrap;
    text-overflow: ellipsis;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.instrument-link {
    max-width: 100%;
    min-width: 80%;
    align-items: center;
    align-self: center;
    text-align: start;
    color: white;
    font-size: 18px;
    flex-wrap: wrap;
    font-weight: 400;
    text-overflow: ellipsis;
}

.instrument-graph {
    width: 25%;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
    align-items: center;
    align-self: center;
}

.graph-img {
    width: 30%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.instrument-change {
    flex-direction: row;
    width: 35%;
    font-family: "outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    align-self: center;
    justify-content: center;
    align-content: center;
    display: flex;
}

.instrument-price {
    max-width: 30%;
    min-width: 20%;
    padding: 8px;
    font-family: "outfit", sans-serif;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background-color: #28282E;
    flex-direction: column;
    /*    color:white*/
}


    .instrument-price:hover {
        background-color: #33333B;
    }

.invest-top {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.invest-number {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.instrument-trade {
    width: 30%;
}

.trade-button {
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
    padding: 12px 40px;
    background-color: #28282E;
    font-family: "outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    /*  border: 1px solid #232629;*/
    border-radius: 15px;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #1DDE8D;
}

    .trade-button:hover {
        text-decoration: none;
        background-color: #434749;
        color: #1DDE8D;
        /*        border: 2px solid #397fb3;*/
        transition: 0.3s;
        text-decoration: none;
        /*        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    }

    .trade-button .tooltiptext {
        visibility: hidden;
        width: unset;
        background-color: #3b4044;
        color: white;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        border-radius: 15px;
        padding: 12px 24px;
        /* Position the tooltip */
        position: absolute;
        /*        right:10px;*/
        top: 50px;
        left: 0px;
        right: 0px;
        z-index: 1;
        /*        border: 1px solid lightgray;*/
    }

    .trade-button:hover .tooltiptext {
        visibility: visible;
        transition: 0.3s;
    }

.table-button {
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
}

    .table-button:hover {
        text-decoration: none;
        /*        background-color: #1DDE8D;*/
        color: #1DDE8D !important;
        /*        border: 2px solid #397fb3;*/
        transition: 0.3s;
        /*        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    }

.green {
    color: #1DDE8D;
}

.red {
    color: #ED4757;
}

.catagory-sized-box {
    height: 100px;
}

.join-button {
    margin-top: 45px;
    margin-bottom: 100px;
    background-color: #FCD63E;
    width: 300px;
    height: 50px;
    border: none;
    border-radius: 40px;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
    font-family: "outfit", sans-serif;
    font-size: 1.15em;
    color: black;
    font-weight: 600;
}

    .join-button:hover {
        background-color: #FCD63E;
        color: black;
        font-family: "outfit", sans-serif;
        font-size: 1.15em;
        color: black;
        font-weight: 600;
    }

.lineUp {
    margin: 0 auto;
    animation-iteration-count: 4;
    animation: 2.5s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: translateY(0%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.table-disclaimer {
    padding: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #B1BAB9;
}

@media (max-width: 1080px) {
    .table-disclaimer {
        width: 700px;
        margin: 0 auto;
        padding-bottom: 50px;
        text-align: center;
        font-size: 16px;
    }

    .catagory-name {
        display: block;
        font-size: 18px;
    }

    .catagory-name-icon {
        margin: 16px;
        display: inline-flex;
        align-items: center;
    }

    .tab-instrument button {
        justify-content: space-around;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 10px;
        transition: 0s;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 20px;
        margin-bottom: 30px;
    }

        .tab-instrument button.active {
            padding: 6px 10px;
            font-weight: 500;
            font-size: 24px;
            pointer-events: none;
            margin-bottom: 30px;
        }

    .headline-text-catagory-none {
        font-size: 1em;
        font-weight: 400;
        padding: 16px;
    }

    .tab-instrument {
        padding-left: 8px;
        padding-right: 8px;
    }

    .catagory-icon {
        display: none;
        width: 0px;
    }

    .main-table {
        padding-left: 5px;
        padding-right: 5px;
        width: 95vw;
        margin-bottom: 24px;
        background-color: #171717;
    }

    .instrument-row {
        width: 95vw;
        margin: 0 auto;
        padding-left: 8px;
        padding-right: 16px;
        align-content: center;
        align-items: center;
        align-self: center;
        justify-content: space-between;
    }

    .instrument-icon {
        /*    display: block;*/
        width: 6%;
        align-items: center;
        align-self: center;
        align-content: center;
        padding-right: 8px;
    }


    .instrument-img {
        /*    display: block;*/
        width: 90%;
        align-items: center;
        align-self: center;
        align-content: center;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .instrument-name {
        width: 25%;
        /*        max-width: 400px !important;
    min-width: 250px !important;*/
    }

    .instrument-link {
        width: 100% !important;
    }

    .instrument-graph {
        width: 15%;
        /*        min-width: 100px;
    max-width: 200px;*/
    }

    .graph-img {
        width: 15%;
        /*        min-width: 100px;
    max-width: 200px;*/
    }

    .instrument-change {
        width: 20%;
        /*        min-width: 150px;
    max-width: 250px;*/
    }

    .instrument-price {
        width: 25%;
        /*        min-width: 200px;
    max-width: 400px;*/
    }

    .trading-view-img {
        width: 400px;
    }
}

@media (max-width: 728px) {
    .catagories-row {
        height: 100px;
        display: inline-flex;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        position: relative;
        align-items: flex-start;
        justify-content: space-around;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .catagory-name-icon {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
    }

    .catagory-button-container {
        height: 36px;
    }

    .catagory-icon {
        height: 36px;
        width: 36px;
        margin-right: 0px;
        margin-left: 0px;
        display: block !important;
    }

    .catagory-name {
        display: none;
    }

        .catagory-name.active {
            left: 15px;
            bottom: 0px;
            position: absolute;
            font-weight: 500;
            font-size: 24px;
            display: block;
        }

    .center {
        text-align: center;
    }

    .start {
        text-align: start;
    }

    .catagory-tab-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        flex-wrap: nowrap;
        flex-direction: row;
        display: -webkit-box;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    ::-webkit-scrollbar {
        display: none;
        width: 95vw;
    }

    .gradient-container-table {
        width: 100vw;
    }

    .catagory-tab {
        justify-content: space-around;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 0px;
        margin-left: 0px;
        margin-right: 0px;
        transition: 0s;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

        .catagory-tab button.active {
            font-weight: 500;
            font-size: 28px;
            pointer-events: none;
        }

    .instrument-row {
        height: 56px;
        padding-left: 8px;
        width: 100vw;
        padding-top: 2px;
        padding-bottom: 2px;
        /* margin: 2px auto; */
        display: flex;
        justify-content: space-between;
        text-align: center;
        padding-right: 16px;
    }

    .table-headlines-description tr {
        padding: 0px;
        font-size: 1em;
        margin: 0 auto;
        font-weight: 400;
        justify-content: space-around;
    }

    .headline-text-catagory-none {
        display: none;
        width: 0px;
    }

    .headline-text-catagory {
        font-size: 1em;
        font-weight: 400;
        padding-left: 8px;
        text-align: start;
    }

    .tab-instrument {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .instrument-graph {
        display: none;
    }

    .main-table {
        padding-top: 10px;
        background-color: #171717;
        padding-left: 2px !important;
        padding-right: 2px !important;
        margin: 0 auto;
        width: 100% !important;
        border-Radius: 0px;
        border: 0px solid;
        border-color: transparent;
    }

    .table-headlines {
        height: 45px;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }

    .headliiconne-object {
        width: 100px;
        text-align: center;
        font-family: "outfit", sans-serif;
        font-size: 1em;
        font-weight: 400;
    }

    .instrument-arrow {
        display: none;
    }

    .instrument-icon {
        width: 36px;
        margin: 0px;
        align-items: center;
        padding: 0px;
    }

    .instrument-name {
        font-family: "outfit", sans-serif;
        width: 100%;
        text-align: start;
        font-size: 16px;
        font-weight: 500;
        /*        padding-left: 8px;*/
        padding-right: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        text-align-last: start;
        -webkit-box-orient: vertical;
    }

    .instrument-link {
        font-family: "outfit", sans-serif;
        width: 100%;
        text-align: start;
        font-size: 16px;
        font-weight: 500;
        padding:0px;
        margin:0px;
        /*        padding-left: 8px;*/
/*        padding-right: 8px;*/
        text-overflow: ellipsis;
    }

    .instrument-graph {
        width: 50px;
        text-align: center;
        margin: 0 auto;
        padding-top: 14px;
    }

    .graph-img {
        width: 50px;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .instrument-change {
        width: 15%;
        font-family: "outfit", sans-serif;
        font-size: 16px;
        font-weight: 500;
        padding-left: 8px;
        padding-right: 8px;
    }

    .table-headlines-description {
        padding-left: 0px;
        font-size: 0.85em;
        font-weight: 400;
    }

    .instrument-price {
        padding: 4px;
        width: 28vw;
        font-family: "outfit", sans-serif;
        text-align: center;
        align-items: center;
        border-radius: 10px;
        font-weight: 400;
        font-size: 16px;
        display: block;
    }

    .invest-top {
        color: white;
        font-size: 12px;
    }

    .invest-number {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .tab-instrument button {
        justify-content: space-around;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 12px;
        transition: 0s;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 14px;
        margin-bottom: 30px;
    }

        .tab-instrument button.active {
            padding: 6px 12px;
            font-weight: 500;
            font-size: 14px;
            pointer-events: none;
            margin-bottom: 0px;
        }

    .table-disclaimer {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
        text-align: center;
        padding: 8px;
        font-size: 12px;
        font-weight: 400;
    }

    .trading-view-img {
        width: 80%;
    }

    .trading-view-text {
        padding: 0px;
        font-weight: 300;
        margin: 0 auto;
        color: #fafafa;
    }
}
