a {
    text-decoration: none;
}

.cp {
    cursor: pointer;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.mcc {
    margin-right: 3px;
}

.mccgreen {
    color: #00C924;
}

.mccgreenback {
    background: rgb(0 201 36 / 20%);
    color: #00C924;
    padding: 1px 2px;
    margin-right: 3px;
}

.mccred {
    color: #E7190D;
}

.mccredback {
    background: rgb(231 25 13 / 20%);
    color: #E7190D;
    padding: 1px 2px;
    margin-right: 3px;
}

.mccwhite {
    color: #ffffff;
}

.mccwhiteback {
    color: #fff;
    padding: 1px 2px;
    margin-right: 3px;
}

.mccblack {
    color: #000000;
}

.mccblackback {
    background: rgb(0 0 0 / 20%);
    color: #000000;
    padding: 1px 2px;
    margin-right: 3px;
}

.navbar {
    padding: 0px 5px !important;
    background: #FFF !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    border-top: 3px solid #FFF;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-top: 3px solid #000;
}

.nav-link {
    padding: 5px 5px;
    text-transform: capitalize !important;
    font-weight: 550;
    font-size: 14px;
    color: #000 !important;
}

.nav-item {
    padding-right: 15px;
}

.site-title {
    text-decoration: none;
    font-weight: 900;
    color: #000 !important;
    font-family: 'Teko', sans-serif;
}

.site-title:hover {
    text-decoration: none;
}

.site-content {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

.track:hover {
    animation-play-state: paused;
    /* Pause scroll on mouse hover */
}

.search_containersf {
    float: right;
    position: absolute;
    top: 5px;
    right: 15%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11), 0 3px 3px rgba(220, 220, 220, 0.31);
    width: 20%;
    background: #FFF;
}

.stoclist {
    background: #FFF;
    position: fixed;
    width: 300px;
    text-align: left;
    top: 42px;
    z-index: 100002 !important;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    border: solid 1px #d0d0d0;
    overflow-y: scroll;
    height: auto;
    max-height: 300px;
}

.sfsearchbox {
    color: #000 !important;
    background: #ffffff !important;
    border: none;
    padding: 10px;
    font-size: 13px;
}

.red_bse {
    color: #f22;
}

.gn_bse {
    color: #79ff79;
}

.wh_bse {
    color: #FFF;
}

.box_border_shadow {
    box-shadow: -1.45863px 1.45863px 5.8345px rgba(0, 0, 0, 0.1), 1.45863px -1.45863px 5.8345px rgba(0, 0, 0, 0.1);
}

.overflow_340 {
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}

.overflow_400 {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.fs-13 {
    font-size: 0.813rem;
}

.fs-15 {
    font-size: 0.938rem;
}

.fs-17 {
    font-size: 1.063rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.tooltiptitle {
    position: relative;
    display: inline-block;
}

.tooltiptitle .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    top: 100%;
    left: 0;
    /* Use half of the width (120/2 = 60), to center the tooltip */

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltiptitle:hover .tooltiptext {
    visibility: visible;
}

/* scanner filter start */
.filter_signals {
    position: relative;
}

.filter_signals .arrow {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ffffff; /*212529*/
}

.filter_signals .arrow_left {
    left: 0;
}

.filter_signals .arrow_right {
    right: 0;
}

.filter_signals .arrow i {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #2b3139;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.sector_ul {
    display: flex;
    overflow: hidden;
    /* overflow-x: scroll; */
    scroll-behavior: smooth;
}

.sector_li {
    font-weight: 400;
    text-transform: none;
    background: transparent;
    font-size: var(--font-16);
    line-height: 1.5;
    color: var(--color18);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin: 0;
    white-space: pre;
    cursor: pointer;
}

.sector_li:first-child {
    margin-left: 0;
}

.sector_li:last-child {
    margin-right: 0;
}

.sector_li.active,
.sector_li.active:hover {
    background-color: #2b3139;
    color: #ffffff;
}

.sector_li:hover:not(.active) {
    background-color: #2b3139;
    color: #ffffff;
}

/* .sector_ul::-webkit-scrollbar-thumb {
    background-color: var(--color6);
    border: 2px solid var(--color6);
} */
/* scanner filter end */

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    /*.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }*/
}

@media only screen and (min-width: 980px) {
    .site-branding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .search_containersf {
        right: 10%;
        width: 35%;
    }
}

@media only screen and (max-width: 600px) {
    .search_containersf {
        width: 100%;
        position: unset;
        top: unset;
        right: unset;
        border-top: 1px solid #ccc;
    }

    .sfsearchbox {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        color: #000 !important;
        padding: 10px;
    }

    .stoclist {
        background: #FFF;
        position: fixed;
        width: 98%;
        text-align: left;
        top: 64px;
        z-index: 100002 !important;
        padding: 10px;
        margin: 2px;
        border-radius: 4px;
        border: solid 1px #d0d0d0;
    }

    .mobile_overflow_335 {
        height: 335px;
        overflow-x: hidden;
        overflow-y: scroll;
        box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
    }
}