/* body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
} */

.text-green {
    color: #00c500;
}

.text-red {
    color: #c90000;
}

.header {
    padding-left: 25%;
}

.tab_btn {
    text-align: center;
    text-decoration: none;
    color: #797979;
    border-radius: 8px 8px 0px 0px;
}

.nav-mobile-link {
    display: block;
    /* padding: 0.5rem; */
    /* color: #4AC4F3; */
    /* transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out; */
}

.nav_link {
    background: white;
}

.nav-tabs .nav-link {
    border: 1px solid #BCBCBC;
}

.nav_link.active {
    color: #000;
    background: #FF8400 !important;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #FF8400;
}

.text-blue {
    color: #006CEC;
}

.bg-off-white {
    background: #EEEDED !important;
}

.bg-blue {
    background: #DDEDFF !important;
}

.bg-light-orange {
    background: #FFF5EA !important;
}

.bg-green {
    background: #22C03C !important;
}

.bg-red {
    color: #c90000 !important;
}

.bg-blue-orange {
    background-image: linear-gradient(to right, #DDEDFF, #FFF5EA);
}

.table_border-bottom {
    border-bottom: 1px solid #D9D9D9;
}

.sticky {
    position: fixed;
    top: 0;
    /* width: 100%; */
    z-index: 1;
}

#banner_primary_color {
    background: #006CEC;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #000 !important;
}

.nav-pills .nav-link {
    background: none;
    border: 0 !important;
    border-radius: 0px !important;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #000 !important;
}

.bg-gray-800 {
    background-color: #3b4863 !important;
}

.box_shadow {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}

.plan-title {
    color: #ff8400;
    letter-spacing: 2px;
    font-weight: 900;
}

.sticky-col {
    position: sticky;
    position: -webkit-sticky;
}

.active_con.active::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 46%;
    border-width: 35px 15px 0;
    border-style: solid;
    border-color: #000 transparent;
    display: block;
    width: 0;
}

.seller_tag {
    box-shadow: 0px -2px 5px 0 rgb(0 0 0 / 20%);
    display: block;
    width: 120px;
    height: 24px;
    background-color: #090;
    color: #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    text-align: center;
    line-height: 24px;
    right: -26px;
    top: 22px;
    font-family: arial;
    font-size: 15px;
}

.best_sellers_div {
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .active_con.active::after {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .seller_tag_responsive {
        box-shadow: 0px -2px 5px 0 rgb(0 0 0 / 20%);
        display: block;
        width: 120px;
        height: 24px;
        background-color: #090;
        color: #FFF;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: -22px;
        top: 17px;
        font-family: arial;
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px) {
    .first-col {
        width: 15% !important;
        min-width: 15% !important;
        max-width: 15% !important;
        left: 0px;
        background-color: white;
        color: #000;
    }
}