@media screen and (min-width: 1350px) and (max-width: 1599px)
{
  .manage-contact-bulk
  {
    max-width: 200px!important;
  }
  .dashboard-right-content-area .block-card
  {
    height: 158px!important;
  }
  .content-wrapper .dashboard-chart-content
  {
    height:330px!important;
  }
  .filter-multi-select .checkbox-list-content
  {
    min-width: 190px!important;
  }
  .dashboard-right-content-area
  {
    flex: 0 0 520px!important;
    max-width: 520px!important;
  }
  .dashboard-right-content-area .block-card
  {
    max-width: 150px!important;
    width: 150px!important;
  }
  .dashboard-right-content-area .block-card .value-total
  {
    font-size:12px!important
  }
  .delete-entry
  {
    max-width:125px
  }
  .filter-multi-select
  {
    width: 190px;
  }
  .search-form input
  {
    width: 180px !important;
  }
  .add-issuers-form   .selected-item
  {
    width: 200px;
  }
  .add-issuers-form .value-container
  {
    width: 200px;
  }
  .pivot-block-area
  {
    flex: 0 0 auto !important;
    max-width: auto !important;
  }
  .invest-checkbox-content
  {
    flex: 0 0 115px;
    max-width: 115px;
  }
  .invested-block
  {
    align-items: flex-start!important;
  }
  .invest-checkbox-content .fa-check
  {
    flex: 0 0 20px;
    max-width: 20px;
  }
  .invest-checkbox-content label
  {
    display: flex;
    flex-direction: row;
  }
  .user-role-container table
  {
    min-width: 1600px;
  }
  .table-interest-income table
  { 
    min-width: 1600px;
  }
  .total-interest-step
  {
    width: 150px;
  }
  .step-check-box
  {
    width:40px;
  }
  .tables-steps-first
  {
    min-width: 1600px;
  }
  .entity-name
  {
    width:250px;
  }
  .capital-cols-content > .row > .col-md-5
  { 
    flex: 0 0 auto;
    width: 65%;
  }
  .entity-description
  {
    width:250px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1799px)
{
  .search-form input
  {
    max-width: 130px;
  }
}