/*
 * 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;
}

.turbolinks-progress-bar {
  height: 3px;
  background: #7366ff;
  box-shadow: 0 1px 8px rgba(115, 102, 255, 0.45);
}

.page-body .content {
  animation: rsp-page-enter 140ms ease-out;
}

@keyframes rsp-page-enter {
  from {
    opacity: 0.72;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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
  }
}
