:root {
    --primary-color: #07091E;
    --secondary-color: #EEBF0D;
    --table-bg: #cecfd4;
    --dim-white: #f6f0f0;
    --section-color-light: #f6f0f0;
    --section-color-dark: #F2F8FF;
    --section-blog-bg: #FFFDF2;
    --bg-button: var(--primary-color);

    /* Variables controlling market components*/
    --bg-tab-btns: var(--primary-color);
    --cards : #d8d7d7;
    --table: var(--primary-color);

    --font-main: 'Barlow';
    --font-lora: 'Lora';
    --font-secondary: 'Inter';

    --table-bg-color: var(--primary-color);
    --table-txt-color: #fff;
}

@font-face {
    font-family: 'Barlow';
    src: url(/static/vendors/fonts/barlow-400.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Barlow';
    src:  url(/static/vendors/fonts/barlow-600.woff2) format('woff2');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Barlow';
    src:  url(/static/vendors/fonts/barlow-700.woff2) format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url(/static/vendors/fonts/inter-500.woff2) format(woff2);
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(/static/vendors/fonts/inter-400.woff2) format(woff2);
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    font-weight: 400 700;
    src: url(/static/vendors/fonts/lora-normal.woff2) format(woff2);
    font-style: normal;
}

/* @font-face {
    font-family: 'Helvetica';
    font-weight: 700;
    src: url(/static/vendors/fonts/helvetica-700.woff2) format(woff2);
    font-style: normal;
} */

@font-face {
    font-family: 'Helvetica';
    font-weight: 700;
    src: url(/static/vendors/fonts/montserrat.ttf) format(ttf);
    font-style: normal;
}
html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    color: #000;
    max-width: 100%;
    font-family: var(--font-main);
}

a {
    text-decoration: none;
}

table>thead>tr>th {
    color: var(--table-txt-color) !important;
    background-color: var(--table-bg-color) !important;
}

#sp-about #about .header {
    color: var(--table-txt-color) !important;
    background-color: var(--table-bg-color) !important;
}

#navigation {
    background: var(--primary-color);
}

.section-heading {
    font-family: var(--font-secondary) !important;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-wrap: nowrap;
}

.part-heading {
    position: relative;
    margin: 0 0 0 10px;
}


.action-btn {
    background-color: var(--secondary-color) !important;
    padding: 0.62rem 1.2rem;
    text-decoration: none;
    color: black !important;
    margin: 5px 0px;
    border-radius: 1rem;
    border: none;
    transition: transform 0.1s ease-in-out;
}

.action-btn:hover {
    transform: scale(1.05);
    color: black;
}

.jumbotron {
    background: url(/media/dynamic/img/jumbotron-img.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ebe7e7;
    margin-bottom: 1rem;
    position: relative;
    padding-top: 10rem;
}

.jumbotron::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #07091ea9;
    position: absolute;
    top: 0;
    left: 0;
}

.jumbotron #pageTitle {
    z-index: 100;
    font-size: 2.7rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}

/* .table-wrapper {
    display: flex;
    background-color: var(--table-bg);
    min-height: 276px;
}

.table-wrapper ul {
    flex-direction: column;
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-link-active-color: black;
    width: 30%;
}

.table-wrapper ul li {
    width: 100%;
    margin: 0;
    position: relative;
}

.table-wrapper ul li button {
    width: 100%;
    text-align: left;
    border-radius: 0 !important;
}

.table-wrapper ul li button.active {
    background-color: white ;
}

.table-wrapper .tab-content {
    width: 70%;
}

.table-wrapper ul li.active {
    background: none !important;
}

.table-wrapper ul li button.active::after {
    content: "\F285";
    color: black;
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-100%, -50%);
}

.table-wrapper ul li button.active::before {
    content: "";
    background-color: var(--primary-color);
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
} */

.stock-illustrations {
    max-width: 100%;
}


@media (min-width: 768px) {
    .nav-item:hover .dropdown-menu {
        display: block;
        transition: .3s;
        z-index: 999;
    }
}


/* .col-table {
    background: #FFF;
    flex-grow: 1;
    border-radius: 0.625rem;
    border: 1px solid #E6E6E6;
    padding: 1.25rem;
}

.table thead th{
    background: #F2F8FF !important;
    color: #4D4D4D;
    padding: 1rem !important;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 500;
}

.table tbody td {
    padding: 1.12rem 1rem !important;
    background: white !important;
} */

table thead th {
    background-color: var(--table) !important;
    color: #fff !important;
    font-weight : 700;
}

#stat-tables {
    padding: 0.5rem !important;
}

#profile-spy {
    position: sticky;
    top: 5.3rem !important;
    left: 0;
}


.awesomplete #awesomplete_list_1 li {
    color: #000000;
}
