/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 * require vendors/icofont








 * require vendors/rating

 * require vendors/js-datatables/style




 * require color-1







 * require jquery.orgchart
 * require select2/css/select2

*/


.js-redirect{
    cursor: pointer;
}

body.wannabe-load:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.5);
}

.feather-icon-sm {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

@media (max-width: 575px) {
  .page-header {
    padding: 0px !important
  }
}
