  .cp-crm-widget-bar.active {
    height: 310px;
  }
  .toggle-line {
    text-align: center;
    cursor: pointer;
    display: none;
    height: 30px;
  }
  .dash {
    height: 3px;
    width: 50px;
    border-radius: 2px;
    display: inline-block;
  }
  .cp-crm-nav-item a img {
    margin-right: 6px;
    width: 18px;
  }
  .cp-crm-nav-item li {
    background: rgb(248 248 248 / 0%);
  }
  .trade-icon-mobile {
    display: none;
  }
  .webtrader-icon {
    margin-right: 10px;
  }
  .dashboard-icon {
    margin-right: 10px;
  }
  .mt4-icon {
    margin-right: 10px;
  }
  .finance-icon {
    margin-right: 10px;
  }
  .trade-icon {
    margin-right: 10px;
  }
  .profile-icon {
    margin-right: 10px;
  }
  .cp-crm-mobile-widget-navbar {
    display: none;
  }
  @media (max-width: 639.98px) {
    #support-btn {
        right: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 9999;
      }
      .cp-crm-widget-bar {
        bottom: 0px;
        left: 10px;
        position: fixed;
        z-index: 9999;
        display: flex;
        justify-content: center;
        width: 75%;
        height: 72px;
        box-sizing: border-box;
        border-radius: 10px 10px 0px 0px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
      }
      .cp-crm-widget-bar.active {
        height: 310px;
      }
      .toggle-line {
        text-align: center;
        cursor: pointer;
        display: block;
      }
      .dash {
        height: 3px;
        width: 50px;
        border-radius: 2px;
        display: inline-block;
      }
      .dash.active {
        background: #b7b7b7;
      }
      .cp-crm-nav-item li {
        border-radius: 4px;
        margin: 0px 0px 10px 0px;
      }
      ul.cp-crm-nav-item {
        display: flex;
        flex-direction: column;
      }
      .cp-crm-navigation-bar {
        width: 100%;
        display: block;
        padding: 0px;
        border-top: 1px solid #ffffff00!important;
      } 
      .btn-nav {
        display: flex;
        width: 135px;
        margin: auto;
        border-radius: 4px;
        text-transform: capitalize;
        font-family: Exo;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 28px;
        padding: 4px 11px;
        align-items: center;
        cursor: pointer;
        font-family: sans-serif;
        border-color: none;
        white-space: nowrap;
      }
      .cp-crm-nav-item a img {
        margin-right: 15px;
        width: 18px;
      }
      .cp-crm-nav-item li:nth-child(1) {
        order: 1;
      }
      .cp-crm-nav-item li:nth-child(2) {
        order: 2;
      }
      .cp-crm-nav-item li:nth-child(3) {
        order: 3;
      }
      .cp-crm-nav-item li:nth-child(4) {
        order: 4;
      }
      .cp-crm-nav-item li:nth-child(5) {
        order: 3;
      }
      .cp-crm-nav-item li:nth-child(6) {
        order: 6;
      }

      .trade-icon {
        visibility: visible;
    }

  }