
:root {
    --primary-color: #299BD3;
    --bg-color: #F4F4F4;
    --bg-color1: #ebecee;
    --text-color:#8d8d8d;
    --text-color1:#000;
    --text-black-color: var(--text-color1);
    --text-green-color:#00b45b;
    --text-red-color:#E51226;
    --text-blue-color:#299BD3;
    --text-purple-color:#924dce;
    --text-yellow-color:#e5d012;
    --text-orange-color:#FF4D00;
    --icons-color:#808080;
    --primary-color1:rgb(41 155 211 / 19%);
    --drop-shadow:#dddddd66;
    --btn-color:#fff;
    --chart-bg-up:rgb(0 180 91 / 10%);
    --chart-bg-down:rgb(255 0 0 / 8%);
    --img-invert : invert(0);
    --border-color:#ccc;
    --color-515151: #515151;
    --color-1c3f50: #1C3F50;
    
    --color-f2f2f2: #F2F2F2;
    
    --color-5badda: #5BADDA;
    --color-ee2122: #EE2122;
    --color-299bd3: #299BD3;
    --color-00d171: #00d171;
    --color-9e9e9e: #9E9E9E;
    --color-e51226: #E51226;
      --white-text:#000;
     --bg-tabs:#fff;
    --color-00ee79: #00b45b;
    --color-c1c1c1: #C1C1C1;
    /* Font/text values */
    --font-family: "Barlow";
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-18: 18px;
    --line-spacing-16: 16px;
    --line-spacing-19: 19px;
    --line-spacing-20: 20px;
    --line-spacing-24: 24px;
}

[data-theme="dark"]:root {
    --white-text:#fff;
      --bg-tabs:#1D1D1D;
    --primary-color: #299BD3;
    --bg-color: #000;
    --bg-color1: #272727;
    --text-color:#a5a5a5;
    --text-color1:#fff;
    --text-black-color: #000;
    --text-green-color:#00b45b;
    --text-red-color:#E51226;
    --text-blue-color:#299BD3;
    --text-purple-color:#924dce;
    --text-yellow-color:#e5d012;
    --text-orange-color:#FF4D00;
    --icons-color:#808080;
    --primary-color1:rgb(41 155 211 / 19%);
    --drop-shadow:#313131;
    --btn-color:#303030;
    --chart-bg-up:rgb(0 180 91 / 16%);
    --chart-bg-down:rgb(255 0 0 / 16%);
    --img-invert : invert(1);
    --border-color:#303030;
    --color-515151: #9e9e9e;

    --color-1c3f50: #1C3F50;
    
    --color-f2f2f2: #F2F2F2;
    --text-color1: #fff;
    --color-5badda: #5BADDA;
    --color-ee2122: #EE2122;
    --color-299bd3: #299BD3;
    --color-00d171: #00d171;
    --color-9e9e9e: #9E9E9E;
    --color-e51226: #E51226;
    
    --color-00ee79: #00b45b;
    --color-c1c1c1: #000000;
    /* Font/text values */
    --font-family: "Barlow";
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-18: 18px;
    --line-spacing-16: 16px;
    --line-spacing-19: 19px;
    --line-spacing-20: 20px;
    --line-spacing-24: 24px;
}
/* Common styles*/
*{
    box-sizing: border-box;
    -webkit-user-select: none; user-select: none; 
}
/* .up, .green{
    color: var(--text-green-color) !important;
}
.down,.error,.red{
    color: var(--text-red-color) !important;
} */
.bg_green
{
    background-color: var(--text-green-color) !important;
}
.bg_red
{
    background-color: var(--text-red-color) !important;
}
.btn-green{
    background-color: var(--text-green-color) !important;
    color: #fff;
    display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
}
.btn-red{
    background-color: var(--text-red-color) !important;
    color: #fff;
    display: flex    ;
        align-items: center;
        gap: 8px;
        justify-content: center;
}
.btn-blue
{
    background-color: var(--text-blue-color) !important;
    color: #fff;
}
.btn-purple
{
    background-color: var(--text-purple-color) !important;
    color: #fff;
}

.btn6{
    width: 100%;
    color: var(--primary-color) !important;
}
.btn7{
    color: #fff !important;
    background-color: var(--primary-color1) !important;
}
.primary
{
    color: var(--primary-color) !important;
}
a{
    text-decoration: none;
    color: var(--text-color);
}
p{
    color: var(--text-color);
    font-size: 14px;
}
.text_black{
    color: var(--text-black-color);
    font-weight: 500;
}
button.btn3 {
    color: var(--primary-color) !important;
    background-color: var(--primary-color1) !important;
    width: unset;
    font-weight: 600;
}
body {
   
    margin: 0 auto;
    background-color: var(--bg-color);
    color: var(--text-color);
    /* max-width: 1024px; */
    font-weight: 400;
    font-style: normal;
}
button,p,a,div,li,span,input{
   
}
body.dashboard_sec {
    padding: 10px;
}
.sec h2
{
    margin: 0px 0px 15px;
    color: var(--text-color1);
    font-size: 16px;
    font-weight: 500;
}
.sec_head h2 {
    margin: 0px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}
span#avail_invt {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-text);
}
.expandb img{
   background: none;
    border-radius: 50%;
    padding: 3px;
}
[data-theme="dark"] .expandb img{
   background: #000;
}
.sec h3
{
    margin: 0px 0px 15px;
    color: var(--text-color1);
    font-size: 14px;
    font-weight: 500;
}
.sec_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    font-size: 14px;
    border-radius: 6px;
}
.sec ul li {
    list-style: none;
    padding: 12px 8px;
    margin: 0px;
    background-color: var(--bg-color1);
    border-radius: 8px;
    font-size: 12px;
    width: 25%;
}
.sec ul li.avail_mrg{
    width: 50%;
}
.sec ul li span {
    display: block;
    font-size: 14px;
    color: var(--text-color1);
    font-weight: 700;
    margin-top: 5px;
    line-height: 1;
}
.sec ul {
    margin: 0px 0px 20px !important;
    padding: 0px !important;
    display: flex;
    gap: 5px;
}
.mrg_toggle_sec {
    display: flex;
    justify-content: flex-end;
    color: var(--text-blue-color);
}
.sec_head a {
    color: #fff;
    background: var(--text-blue-color);
    padding: 8px 15px 10px;
    border-radius: 6px;
}
.sec_head a img {
    height: 17px;
    margin-bottom: -4px;
}

.dashboard_inner
{
    padding-top: 5px;
}

span.mrg_toggle {
    font-size: 14px;
    position: relative;
    padding-right: 20px;
}
span.mrg_toggle:after {
    content: url(../images/d_up.svg);
    position: absolute;
    right: 0;
}
span.mrg_toggle.open:after {
    content: url(../images/d_down.svg);
    position: absolute;
    right: 0;
}
.sec-more h2 {
    margin: 0px 0px 15px;
    color: var(--text-color1);
    font-size: 16px;
}
.sec-more{
    margin-bottom: 16px;
}
.sec-more ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    font-size: 12px;
    flex-wrap:wrap;
    gap:15px;
}
.sec-more ul li {
    width: calc(33% - 12px);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color1);
}

.sec-more ul span {
    display: flex;
    background: var(--bg-color1);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: 0px auto 10px;
}
[data-theme="light"] .sec-more ul span
{
    background: rgb(255 255 255);
}
span.ds_icon img {
    object-fit: none;
}
.tab_box {
    background: var(--bg-color1);
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.tab_box_head {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--boredr-color);
}
.tab_box_head h2 {
        margin-bottom: 10px;
        font-size: 14px;
            display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: var(--text-color1);
    margin: 0px 0px 5px;
}
.tab_box_subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab_box_subhead h4 {
        font-size: 12px;
        color: var(--color-gry);
    width: 100%;
    margin: 0px;
    font-weight: 500;
}
.table-container h4 {
    color: var(--color-black);
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}
.tab_box_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 100%;
}
.tab_box_btn a {
    font-size: 13px;
    background: rgb(205, 205, 205);
    text-decoration: unset;
    padding: 5px 10px;
    border-radius: 25px;
}
a.eq_gr {
    color: var(--text-green-color) !important;
    background-color: rgba(0, 239, 129, 0.15);
    font-size: 13px;
}
.tab_box a {
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}
a.sme_red {
    color: rgb(248, 49, 49);
    background: rgba(248, 49, 49, 0.37);
}
.tab_box_body, .tab_box_foot {
    display: flex;
    justify-content: space-between;
}
    .tab_box_body {
        padding: 10px 0px 15px;
    }
    .tab_box h3 {
    font-size: 14px;
    color: var(--text-color1);
    font-weight: 500;
    margin: 0px;
}
.tab_box h3 span {
    display: block;
    color: var(--text-color);
    font-size: 12px;
}
    a.pre-btn {
        padding: 5px 20px;
        border-radius: 5px;
        color: #fff !important;
        background-color: var(--primary-color) !important;
    }
    .tm-20
    {
        margin-top: 20px;
    }

.list_item {
    background: var(--bg-color1);
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    margin: 5px 0px 5px;
}
.d1,.d2,.d3 {
    display: flex;
    flex-direction: column;
}

.d1 {
    width: 40%;
}

.d2 {
    width: 25%;
}

.d3 {
    width: 35%;
    align-items: flex-end;
    justify-content: start;
}
.d1_1 {
    width: 35%;
    display: flex;
    flex-direction: column;
}
.d1_1 p
{
    padding-left: 5px;
}
.d2_1 {
    width: 19%;
    display: flex;
    flex-direction: column;
}

.d3_1 {
    width: 24%;
    display: flex;
    flex-direction: column;
}
.d4 {
    width: 22%;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.d3_2 {
    width: 40%;
}
.option_list {
    margin: 5px 0px;
    min-height: 150px;
}
.list_item p {
    margin: 0px 0px 10px;
        color: var(--text-color1);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.list_item span {
    font-size: 12px;
    color: #00000073;
    margin-bottom: 9px;
    display: block;
}
[data-theme="dark"] .list_item span 
{
    color: #ffffff78;
}
.dashboard_tabs .btns
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
.header_search input[type="search"] {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    background: var(--bg-color1) url(../images/d_search.svg) left 14px center no-repeat;
    border: none;
    border-radius: 6px;
    outline: none;
    color: var(--color-1e1e1e);
}
.header_search .search{
    width: calc(100%);
}
.header_search.equities .search
{
    width: calc(100% - 120px);
}
.header_search .filter
{
    display: none;
}
.header_search.equities .filter
{
    display: block;
}
.header_search {
    display: flex;
    align-items: center;
    gap: 10px;
}
.back_dashboard {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px;
    color: var(--color-ffffff);
    font-weight: 500;
    margin-bottom: 15px;
}
body.dashboard_sec:before {
    content: '';
    height: 15px;
    background: #F4F4F4;
    background: linear-gradient(180deg, rgb(244 244 244) 0%, rgba(244, 244, 244, 0) 100%);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
}
[data-theme="dark"] body.dashboard_sec:before {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.filter select{
    background: #1F1F1F;
    color: #fff;
    border: none;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

button.d_chart {
    background: #FFAB0B;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    padding: 0px;
}
button.d_chart img
{
    width: 100%;
    height: 100%;
}
button.d_sell {
    background: #EE2122;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0px !important;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
}
button.d_buy {
    background: #00D171;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0px !important;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
}
 .accordion {
      background: #333333;
      padding: 12px;
      cursor: pointer;
      border: none;
      outline: none;
      width: 100%;
      text-align: left;
      font-size: 16px;
      margin-top: 5px;
      border-radius: 6px;
      color: #ADADAD;
      position: relative;
    }
    .accordion:hover,.accordion.active {
      background: #2C2C2C;
    }
    .panel {
      display: none;
      padding-left: 20px;
      margin-top: 5px;
    }
    .panel a, .panel label {
      display: block;
      padding: 6px 0;
      color: #bbb;
      text-decoration: none;
    }
    .panel a:hover,.panel label:hover,.panel label.active {
      color: #fff;
    }
    .panel label input
    {
        position: absolute;
        opacity: 0;
    }
    .dashboard_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    padding: 30px 15px;
    height: 100vh;
    width: 100%;
}

.dashboard_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard_menu_header h3 {
    font-size: 16px;
    color: #fff;
}

.dashboard_menu {
    background: #3B3B3B;
    padding: 20px 20px;
    border-radius: 22px;
}
.current_tabs
{
    background: var(--bg-color1);
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 8px;
    height: 40px;
    position: relative;
    font-size: 14px;
}
.current_tabs:after {
    content: url(../images/right-d.svg);
    position: absolute;
    right: 10px;
}

.accordion:after {
    content: url(../images/right-d.svg);
    position: absolute;
    right: 10px;
}
.accordion.active:after {
    content: url(../images/right.svg);
    position: absolute;
    right: 10px;
}
.panel form {
    display: flex;
    flex-direction: column;
}
.innner_header {
    position: sticky;
    top: 0px;
   background: none ;
   background-color: var(--bg-color);
}
[data-theme="dark"] .innner_header{
    
     background: #000 !important;
}
[data-theme="light"] .back_dashboard img {
    filter: invert(1);
}
.panel label input:checked {
    color: #fff;
}
.iframe_outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.iframe_outer iframe {
    height: 100%;
    width: 100%;
    border: none;
}
.sec_head_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.av_icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272727c9;
    border-radius: 50%;
}
[data-theme="light"] span.av_icon
{
    background: rgb(255 255 255);
}

    .d_card,.tab-containerb:not(.tab-containerb.full) {
      padding: 10px;
      border-radius: 12px;
      margin-bottom: 12px;
    }

    /* Tabs */
    .d_tabs {
        display: flex;
        margin-bottom: 15px;
        background:var(--color-303030) !important;
        border-radius: 8px;
        overflow: hidden;
        padding: 5px;
        
    }

    .tab {
        padding: 2px 30px;
        text-align: center;
        cursor: pointer;
        color: var(--white-text);
        border-radius: 6px;
        font-size: 14px;
        height: 35px;
        line-height: 30px;
        width: max-content;
    }

    .tab.active {
      background:var(--primary-color);
      color: #fff;
    }
    div#all {
        flex-wrap: wrap;
    }

    div#all .row {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    /* Content */
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: flex;
    }

    /* .row {
      display: flex;
      justify-content: space-between;
      margin: 8px 0;
      display: flex;
        flex-wrap: wrap;
    } */

    .value {
      font-weight: bold;
      font-size: 1.2em;
    }
    span#dh_head {
        color: var(--text-color1);
        margin-bottom: 5px;
    }
    .d_card .d_button {
        display: inline-block;
        padding: 0px;
        color: var(--primary-color);
        text-decoration: none;
        border-radius: 6px;
        font-size: 12px;
    }
    .d_card .d_button:hover{
        text-decoration: underline;
    }
    .d_card ul {
        margin: 0px 15px 10px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 0px;
    }
    .d_card ul li {
        display: flex;
        flex-direction: column;
        width: calc(25% - 8px);
        font-size: 12px;
        gap:3px;
        line-height: 1.4;
        color: var(--color-a8a8a8) !important;
    }
    .dashboard_inner .tab-content ul{
      justify-content: space-between;
    }
    
    /* #stocks ul li:last-child,#mf ul li:last-child, div#all ul li:last-child{
      text-align: right;
    } */

    /* div#all ul li {
        width: calc(32% - 8px);
        font-size: 12px;
        gap:3px;
    } */
    /* div#all ul li:nth-child(even)
    {
        text-align: right;
    } */
    .space-bet{
  justify-content: space-between;  
}
    div#all ul li span,#stocks ul li span,#mf ul li span{
        font-size: 18px;
        font-weight: 600;
        color: var(--white-text);
    }
    .d_card ul li small {
        margin-left: 3px;
        font-size: 14px;
        font-weight: 500;
    }
    .tab.stc {
        margin-left: 10px;
    }
    .d_card {
        margin-top: 0px;
    }
    .dhx_layout-cell.ds_hd3 {
        margin-top: 10px;
    }

    /* bj tabs css */
    .tab-containerb {
      padding: 10px;
    }

    .tab-buttonsb {
      display: flex;
      overflow-x: auto;
      margin: 0;
      gap: 15px;
      padding-right: 25px;
    }
  .tab-buttonb-cont{
    background: var(--bg-tabs);
    border-radius: 8px;
    padding: 4px 15px;
    margin-bottom: 15px;
    position: relative;
    
    
  }
.tab-containerb .list_item p{
  font-weight: 500;
}
/* .tab-buttonsb button:nth-child(3),.tab-buttonsb button:nth-child(4){
 display: none;
} */
.ham-menu{
     position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg-tabs);
    padding: 10px;
    cursor: pointer;   
}
.expandb{
    margin-bottom: -32px;
}
.menu-listup .tab-buttonsb{
    flex-direction: column;
    /* background: #272727; */
    background: var(--bg-color1);
    border-radius: 30px 30px 0px 0px;
    padding: 30px;
    gap: 10px !important;
}
.menu-listup .tab-buttonb, .menu-listup .tab-buttonb1{
  background: none;
}
.menu-listup{
     position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
min-height: 100vh;
    background: hwb(0deg 0% 100% / 77%);
    display: none;
    
}
.menu-listup.active
{
    display: block;
}

    
.menu-listup .tab-buttonsb{
position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.5s ease;
}
.menu-listup.active .tab-buttonsb.active{
 transform: translateY(0%);
}
.menu-listup .close{
    position: absolute;
    right: 30px;
    top: 25px;
}
.tab-buttonb, .tab-buttonb1 {
   display: flex;
    align-items: center;
    gap: 5px;
   background:var(--bg-tabs);
   color: var(--white-text);
      padding: 10px 0px;
      cursor: pointer;
      border: none;
      transition: background-color 0.3s ease;
      white-space: nowrap;
      font-size: 14px;
    }
.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item div:nth-child(n+4) {
  display: none;
}
.tab-content-containerb .option_list{
        width: -webkit-fill-available;
}
.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item{
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item div:nth-child(1){
  width: 45%;
  padding-right: 15px;
}
.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item div:nth-child(2){
  width: 15% !important;
}
.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item div:nth-child(3){
 width: 40%;
}
.tab-content-containerb .sub-tabs{
    width: 100%;
    overflow-x: auto;
}
.tab-content-containerb .sub-tabs form{
width: 100%;
    display: flex;
    overflow: auto;
    border-bottom: 1px solid #ffe3e31a;
}
.tab-content-containerb .option_list .list_item .d3_1{
   text-align: right;
}
.tab-content-containerb .option_list .list_item .d1_1 small{
 display: none;
}
    .tab-buttonb.active, button.tab-buttonb1.btm-menu-btn.active {
      color:#299BD3;
      font-weight: 500;
    }
.tab-content-containerb:not(.tab-content-containerb.full) .option_list .list_item:not(:nth-child(1)) div span{
  display: none;
}
    .tab-content-containerb {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      touch-action: pan-y;
    }

    .tab-contentb {
      display: none;
      width: 100%;
    }

    .tab-contentb.active {
      display: block;
    }

    .sub-tab-radio {
      display: none;
    }

     .inval label {
      margin: 0 10px;
      cursor: pointer;
      font-size: 14px;
    }

    .sub-tabs input[type="radio"]:checked + label {
      color: var(--primary-color);
      border-bottom: 1.5px solid var(--primary-color);
    }
    /* [data-theme="dark"]  .sub-tabs input[type="radio"]:checked + label{
     color: #fff !important;
    } */
    .sub-tabs input[type="radio"] + label{
            padding: 0 10px 10px 10px;
            margin: 0;
            border-bottom: 1.5px solid #dfdfdf1c;
            font-weight: 500;
    }
    .btns button {
        font-weight: 600;
        font-size: 16px;
    }

    #sub-tab-content > div {
      display: none;
    }

    #equities-content {
      display: block;
    }

    input#equities:checked ~ #sub-tab-content #equities-content,
    input#options:checked ~ #sub-tab-content #options-content,
    input#futures:checked ~ #sub-tab-content #futures-content,
    input#commodity:checked ~ #sub-tab-content #commodity-content,
    input#etfs:checked ~ #sub-tab-content #etfs-content {
      display: block;
    }
    input,label,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
     /*end of bj tabs css */




     .tab-contentb {
  display: none;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.4s ease;
}

.tab-contentb.active {
  display: block;
  opacity: 1;
}

.slide-left {
  animation: slideLeft 0.4s ease forwards;
}

.slide-right {
  animation: slideRight 0.4s ease forwards;
}
.tab-containerb {
    margin-bottom: 35px !important;
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-listup.active {
    z-index: 999;
}
label.item_hide, button.tab-buttonb.item_hide
{
    display: none !important;
}
.btm-menu-btn.item_hide {
    display: none !important;
}