.user1 {
  display: none;
}
@media (max-width: 767px) {
  .side-menu.left {
    display: block;
  }

  .dataTables_length {
    float: none;
  }

  body {
    overflow-x: hidden;
  }

  .enlarged .left.side-menu {
    margin-left: -75px;
  }

  .content-page {
    margin-left: 0 !important;
    padding: 0px 10px !important;
  }

  .whatshapp_iconss {
    display: block;
  }
  .telegram_iconss {
    display: block;
  }

  .footer {
    left: 0 !important;
  }

  .mobile-sidebar {
    left: 0;
  }

  .mobile-content {
    left: 250px;
    right: -250px;
  }

  .wrapper-page {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 20px !important;
    padding: 0 !important;
  }

  .wizard > .steps > ul > li {
    width: 100%;
  }

  .wizard > .content {
    padding: 0 !important;
  }

  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .wizard.vertical > .content,
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }

  .wizard.vertical > .content {
    margin: 0;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }

  .todo-send {
    margin-top: 10px;
  }

  .chat-inputbar,
  .chat-send,
  .todo-send {
    padding-left: 15px;
  }

  .chat-send {
    margin-top: 10px;
    padding-right: 15px;
  }

  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }

  .product-search {
    margin-bottom: 30px;
  }

  .top-menu-item-xs {
    display: inline-flex !important;
  }

  .dropdown-menu-lg {
    width: 240px !important;
  }

  .welcome {
    width: 90%;
    margin: auto;
  }

  .progress-cont .progress-track {
    width: 176%;
  }

  .main_card_user_box .btn {
    margin: 5px 3px;
  }

  .main_card_user_box .border-start {
    border: 0 !important;
  }

  .main_card_user_box:before {
    right: -100px;
    width: 200px;
    height: 200px;
  }

  .main_card_user_box:after {
    right: 69px;
    top: auto;
    width: 150px;
    height: 150px;
    bottom: -80px;
  }

  #signupForm .control-label {
    margin-top: 0px;
  }
  .dataTables_filter label {
    display: flex;
    align-items: center;
  }

  .dataTables_wrapper .dataTables_length select,
  .dataTables_wrapper .dataTables_filter input {
    margin: 0px 0px 0px 10px;
  }

  .dataTables_filter {
    float: none;
  }

  .table > thead > tr > th {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .button-menu-mobile {
    display: block !important;
  }

  .user1 {
    display: block;
    position: absolute;
    right: 10px;
  }

  .user1 .btn {
    color: #fff;
  }
}

@media (max-width: 1041px) and (min-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0px 12px;
  }
}
