.add-gems {
    background: #556ee6;
    color: white;
    font-weight: bold;
    float: left;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
  }
  .make-action{
	    cursor: pointer;
  }
  .add-gems input {
    width: 50px;
    border: none;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    padding-left: 10px;
    font-weight: bold;
  }
  .add-gems span {
    background-color: #2a3042;
    color: White;
    padding: 3px 5px;
    border-radius: 4px;
  }
  .user-gems-label {
      margin-bottom: 3px;
      margin-top: 3px;
      max-width: 150px !important;
      
  }
  .user-current-gems {
    font-weight: bold;
  }
  .add-gem {
      cursor: pointer;
  }
  .add-country-translate {
      cursor: pointer;
  }
  .send-notification {
    padding: 7px 10px;
    background: cornflowerblue;
    color: white;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
  }
  .notification-status {
    display:none;margin-top:25px;color:green;font-weight: bold;
  }
  .send-notification-panel {
    display:none;
  }
  #datatable-users, #datatable-messages, #datatable-reports, #datatable-chats {
    display: none;
  }
  .loading-data {
    display: block;
    margin: 150px auto !important;
  }
  #datatable-chats tbody tr {
    cursor: pointer;
  }
  @media screen and (max-width:991px) {
    .navbar-brand-box {
      display:none !important
    }
  }