@charset "UTF-8";
/* line 1, app/assets/stylesheets/components/_blinker.css.erb */
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

/* line 1, app/assets/stylesheets/components/_breadcrumb.css.erb */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: none;
  background-color: #f1f6f7;
  border-radius: 4px;
}

/* line 9, app/assets/stylesheets/components/_breadcrumb.css.erb */
.breadcrumb > li {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/components/_breadcrumb.css.erb */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 12px;
  color: #3d70b2;
  font-size: 15px;
}

/* line 18, app/assets/stylesheets/components/_breadcrumb.css.erb */
.breadcrumb > .active {
  color: #777777;
}

/* line 22, app/assets/stylesheets/components/_breadcrumb.css.erb */
.breadcrumb > li > a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/_checkbox.css.erb */
#select_all_checkbox {
  margin-left: 8px;
}

/* line 1, app/assets/stylesheets/components/_clipboard.css.erb */
div#copyop {
  display: inline;
}

/* line 1, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 7, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 29, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 33, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 39, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 55, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 63, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 68, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 76, app/assets/stylesheets/components/_dropdown.css.erb */
.open > .dropdown-menu {
  display: block;
}

/* line 79, app/assets/stylesheets/components/_dropdown.css.erb */
.open > a {
  outline: 0;
}

/* line 82, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 86, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 90, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 98, app/assets/stylesheets/components/_dropdown.css.erb */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 106, app/assets/stylesheets/components/_dropdown.css.erb */
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 112, app/assets/stylesheets/components/_dropdown.css.erb */
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 118, app/assets/stylesheets/components/_dropdown.css.erb */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 122, app/assets/stylesheets/components/_dropdown.css.erb */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 1, app/assets/stylesheets/components/_filter.css.erb */
.filter {
  width: 0;
  border: 0px solid #aaa;
  position: absolute;
  top: 45px;
  left: 250px;
  background: #f9f9f9;
  z-index: 2100;
  height: 0;
  color: #4a4a4a;
}

/* line 13, app/assets/stylesheets/components/_filter.css.erb */
.filter_body {
  border-radius: 0 5px;
  padding: 16px 12px 12px;
}

/* line 17, app/assets/stylesheets/components/_filter.css.erb */
.filter_body ul {
  padding-bottom: 12px;
}

/* line 20, app/assets/stylesheets/components/_filter.css.erb */
.filter_body li {
  margin-bottom: 12px;
}

/* line 23, app/assets/stylesheets/components/_filter.css.erb */
.filter_body .filter_date input {
  margin-right: 8px;
}

/* line 26, app/assets/stylesheets/components/_filter.css.erb */
.filter_body {
  right: 4px;
}

/* line 29, app/assets/stylesheets/components/_filter.css.erb */
a.remove_filter {
  padding: 4px 16px 4px 28px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  background: #f1f6f7 url(/aspera/orchestrator/assets/remove_filter-857864e7b0cb7338991280ca55bf6eb5f5f19d484c1c07dd2ec25108ac26a89b.png) 4px 50% no-repeat;
  text-decoration: none;
  font-family: IBM Plex Sans, sans-serif;
  color: #555;
  text-shadow: #fdfdfd 0 1px;
  font-size: 12px;
}

/* line 40, app/assets/stylesheets/components/_filter.css.erb */
a.remove_filter:hover {
  color: #333;
  background-color: #d2d2d2;
}

/* line 45, app/assets/stylesheets/components/_filter.css.erb */
.filter_display {
  /* border: 1px solid #adbfc4; */
  border-radius: 10px;
  background-color: #f1f6f7;
  padding: 10px;
  white-space: normal;
  color: #605f5c;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/components/_filter.css.erb */
.filter-text {
  display: inline-block;
  /*margin-top: 6px;*/
  /*border-right: solid 2px;*/
  margin-right: 5px;
  position: relative;
  color: #a8a7a5;
}

/* line 67, app/assets/stylesheets/components/_filter.css.erb */
.filter-border {
  border-right: solid 1px #a8a7a5;
  padding: 5px 0 5px 0;
}

/* line 72, app/assets/stylesheets/components/_filter.css.erb */
.filter-content {
  margin-top: 3px;
}

/* line 76, app/assets/stylesheets/components/_filter.css.erb */
.filter-image svg {
  vertical-align: text-bottom;
}

/* line 1, app/assets/stylesheets/components/_flash.css.erb */
.flash {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  height: auto;
  z-index: 9999;
  text-align: center;
  word-break: break-word;
}

/* line 12, app/assets/stylesheets/components/_flash.css.erb */
.flash pre {
  margin-bottom: 0px;
}

/* line 17, app/assets/stylesheets/components/_flash.css.erb */
.flash_close_button {
  background: url(/aspera/orchestrator/assets/close-14d2f7c37f580eb45ec93159caed37788ed47a37787cf58c6415a12d7ae8128e.png) no-repeat scroll 50% 50%;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  display: block;
  background-color: #adbfc4;
}

/* line 26, app/assets/stylesheets/components/_flash.css.erb */
.flash.alert-error {
  white-space: pre-line;
  line-height: 1.2em;
  word-break: break-word;
}

/* line 32, app/assets/stylesheets/components/_flash.css.erb */
.alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 43, app/assets/stylesheets/components/_flash.css.erb */
.alert {
  color: #c09853;
}

/* line 47, app/assets/stylesheets/components/_flash.css.erb */
.alert-success {
  color: #007102;
  background-color: #dff0d8;
  border-color: #007102;
}

/* line 52, app/assets/stylesheets/components/_flash.css.erb */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 57, app/assets/stylesheets/components/_flash.css.erb */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 64, app/assets/stylesheets/components/_flash.css.erb */
.alert > pre {
  white-space: pre-line;
}

/* line 1, app/assets/stylesheets/components/_form.css.erb */
.form-control {
  font-size: unset;
}

/*Common Forms*/
/* line 6, app/assets/stylesheets/components/_form.css.erb */
.wrap_form {
  padding-bottom: 24px;
  margin: auto 0;
}

/* line 10, app/assets/stylesheets/components/_form.css.erb */
.wrap_form h1 {
  padding-left: 22px;
}

/*Horizontal Forms*/
/* line 15, app/assets/stylesheets/components/_form.css.erb */
.horizontal_viewer li {
  display: block;
  padding: 8px;
  min-height: 12px;
  height: auto !important;
  height: 12px;
  overflow: auto;
}

/*Horizontal Forms*/
/* line 25, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form li {
  display: block;
  padding: 8px;
  min-height: 22px;
  height: auto !important;
  height: 22px;
  overflow: auto;
}

/* line 34, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form_wide label {
  width: 200px !important;
}

/* line 38, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form label {
  float: left;
  width: 160px;
  margin-right: 8px;
  text-align: right;
  vertical-align: top;
  font-size: 13px;
  color: #393a3f;
}

/* line 47, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form textarea {
  width: 320px;
  border: 1px solid #adbfc4;
  border-radius: 2px;
  color: #605f5c;
}

/* line 53, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form input[type="text"] {
  border: 1px solid #adbfc4;
  border-radius: 2px;
  width: 320px;
  height: 20px;
  padding-left: 2px;
  color: #605f5c;
}

/* line 61, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form input[type="text"] smaller {
  width: 320px;
}

/* line 64, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form li.form-alert {
  margin-left: 175px;
  padding: 12px;
  background-color: #e7e7e7;
  border: 2px solid #ddd;
}

/* line 70, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form li.form-alert .preformatted-text {
  margin: 10px 0px;
  padding: 10px;
  font-family: monospace;
  line-break: anywhere;
  background-color: #ccc;
}

/* line 77, app/assets/stylesheets/components/_form.css.erb */
.form-button, .form-button form {
  display: inline;
}

/* line 81, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form .radio-group {
  display: inline-block;
  vertical-align: top;
}

/* line 86, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form .radio-group > div {
  margin-bottom: 5px;
}

/* line 90, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form .radio-group input[type="radio"] {
  float: none;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/components/_form.css.erb */
.horizontal_form .radio-group label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0;
  display: inline;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/components/_footer.css.erb */
#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #757575;
  border-top: 1px dotted #ddd;
  z-index: 5000;
}

/* line 12, app/assets/stylesheets/components/_footer.css.erb */
#footer a {
  color: #757575;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/components/_footer.css.erb */
#footer a:hover {
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/components/_footer.css.erb */
#footer a:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/components/_footer.css.erb */
#footer p {
  text-align: center;
  font-size: 85%;
  line-height: 14px;
}

/* line 1, app/assets/stylesheets/components/_header.css.erb */
.header {
  background-color: #231f20;
  background-size: auto 45px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  height: 45px;
  width: 20%;
  float: left;
  position: relative;
  z-index: 2;
  padding-left: 16px;
  /* per Carbon standard */
}

/* removes underlining of link when hovering */
/* line 16, app/assets/stylesheets/components/_header.css.erb */
.header > a {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/components/_header.css.erb */
.header:focus-visible,
a:focus-visible .header {
  outline: 2px solid #0f62fe;
  outline-offset: 4px;
}

/* line 26, app/assets/stylesheets/components/_header.css.erb */
.header_text {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  font-size: large;
  line-height: 45px;
}

/* line 34, app/assets/stylesheets/components/_header.css.erb */
.header_text_aspera {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: large;
  line-height: 45px;
  font-weight: 600;
}

/* Hide contents of header if window is too narrow */
@media all and (max-width: 1435px) {
  /* line 44, app/assets/stylesheets/components/_header.css.erb */
  .header_text {
    display: none;
  }
  /* line 48, app/assets/stylesheets/components/_header.css.erb */
  .header_text_aspera {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/_modal.css.erb */
.title_bar {
  cursor: move;
}

/* line 5, app/assets/stylesheets/components/_modal.css.erb */
.modal-title {
  color: #3d70b2;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dce1e7;
  margin-bottom: 20px;
  line-height: 36px;
}

/* line 17, app/assets/stylesheets/components/_modal.css.erb */
.modal-body {
  padding: 0 10px;
  clear: both;
}

/* line 23, app/assets/stylesheets/components/_modal.css.erb */
.modal-buttonpanel {
  float: right;
  padding-top: 20px;
}

/* line 28, app/assets/stylesheets/components/_modal.css.erb */
.modal_container {
  animation: 0.5s ease 0s normal none 1 running fadein;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

/* line 38, app/assets/stylesheets/components/_modal.css.erb */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #000;
  opacity: 0.7;
  /* Firefox, Safari(WebKit), Opera */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 4-7 */
  zoom: 1;
}

/* line 52, app/assets/stylesheets/components/_modal.css.erb */
.wrap_modal_dialog {
  animation: 0.5s ease 0s normal none 1 running fadein;
  position: fixed !important;
  width: 625px;
  min-height: 360px;
  height: auto !important;
  z-index: 20000;
  border-color-top: #aaa;
  border-radius: 5px;
  top: 60px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  overflow: visible;
}

/* While a codebox is fullscreen: clear the modal transform so position:fixed
   anchors to the viewport, and raise .modal_container above .modal_overlay. */
/* line 69, app/assets/stylesheets/components/_modal.css.erb */
html.editarea-fullscreen .wrap_modal_dialog {
  transform: none !important;
}

/* line 73, app/assets/stylesheets/components/_modal.css.erb */
html.editarea-fullscreen .modal_container {
  z-index: 9999 !important;
}

/* line 78, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

/* line 83, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog {
  background: #fff;
  width: 625px;
  min-height: 160px;
  height: auto !important;
  border: 1px solid #bbb;
  border-radius: 5px;
  top: 75px;
  padding: 30px;
}

/* line 94, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog h1 {
  color: #3d70b2;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dce1e7;
  margin-bottom: 20px;
  line-height: 36px;
}

/* line 107, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog .button {
  background-color: #ffffff;
}

/* line 111, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog .modal_link {
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog p {
  margin: 0px;
}

/* line 119, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog .paragraph {
  background: #eeeeee none repeat scroll 0 0;
  font-family: IBM Plex Mono;
  font-size: 12px;
  margin: 10px;
  padding: 16px;
}

/* line 127, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog .input_help {
  background: #eeeeee none repeat scroll 0 0;
  font-family: IBM Plex Mono;
  font-size: 11px;
  margin: 10px 10px 10px 172px;
  padding: 1px 0 0 5px;
  width: 320px;
  word-wrap: break-word;
}

/* line 137, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog .horizontal_form {
  background: #fff;
  border-radius: 5px;
  max-height: none;
  overflow: visible;
  clear: both;
}

/* line 145, app/assets/stylesheets/components/_modal.css.erb */
.modal_dialog form {
  overflow: visible;
}

/* line 149, app/assets/stylesheets/components/_modal.css.erb */
.modal_div_overflow {
  max-height: 650px;
  overflow: auto;
}

/* line 154, app/assets/stylesheets/components/_modal.css.erb */
.modal_button {
  background-color: #fff;
  margin: 0 12px 0 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #c3c3c3;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px;
  text-decoration: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 120px;
}

/* line 173, app/assets/stylesheets/components/_modal.css.erb */
.modal_button_success {
  background-color: #3d70b2;
  color: #fff;
  border: 1px solid #3d70b2;
}

/* line 179, app/assets/stylesheets/components/_modal.css.erb */
.close_button {
  background: url(/aspera/orchestrator/assets/close-14d2f7c37f580eb45ec93159caed37788ed47a37787cf58c6415a12d7ae8128e.png) no-repeat scroll 50% 50%;
  border-radius: 50%;
  border-width: 0;
  color: #fff;
  height: 26px;
  position: absolute;
  right: -8px;
  top: -9px;
  width: 26px;
  display: block;
  background-color: #adbfc4;
}

/* Main Tabs
---------------------------------------*/
/* line 3, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs {
  margin: auto;
  float: right;
  width: 80%;
  border: none;
  height: 45px;
  border-left: none;
  border-right: none;
  background: #231f20;
}

/* line 13, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul {
  list-style: none;
}

/* line 16, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul li {
  display: inline;
  list-style: none;
}

/* line 20, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul li a {
  float: left;
  text-decoration: none;
  padding: 5px 14px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font: normal 14px/40px IBM Plex Sans, sans-serif;
  letter-spacing: 2px;
}

/* line 31, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul li a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

/* line 37, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul li a.task_list {
  line-height: 1 !important;
}

/* line 41, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs .selected a,
.main_tabs .selected a:hover {
  color: #fff;
  background: #3d70b2;
  padding: 5px 14px 0px 14px;
}

/* Secondary Navigation
---------------------------------------*/
/* line 50, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav {
  position: absolute;
  height: inherit;
  background: #f5f7fa;
  border-color: #f5f7fa;
  border-style: solid;
  border-width: 1px;
  color: #152935;
  overflow: hidden;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), min-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  z-index: 2;
}

/* line 70, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle {
  position: absolute;
  height: inherit;
  background: #f5f7fa;
  border-color: #f5f7fa;
  border-style: solid;
  border-width: 1px;
  color: #152935;
  overflow: hidden;
  width: 0%;
  min-width: 0;
  max-width: 0;
  z-index: 1;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), min-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

/* line 90, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements {
  max-height: calc(100% - 31px - 31px);
  overflow-x: hidden;
  overflow-y: auto;
  width: inherit;
  padding: 8px 4px 8px 0;
}

/* Custom scrollbar for secondary nav */
/* line 99, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements::-webkit-scrollbar {
  width: 6px;
}

/* line 103, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

/* line 108, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* line 113, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 117, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a,
.secondary_nav_elements a:visited {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #605f5c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px 12px 12px;
  border-radius: 6px;
  margin: 4px 6px 4px 4px;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
  min-height: 44px;
}

/* Collapsed state adjustments */
/* line 136, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle .secondary_nav_elements a {
  justify-content: center;
  padding: 12px 8px;
  margin: 4px 4px;
}

/* line 142, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
  transform: translateX(2px);
}

/* line 148, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a.selected {
  background-color: rgba(61, 112, 178, 0.15);
  color: #3d70b2;
  font-weight: 600;
  border-left: 3px solid #3d70b2;
  padding-left: 9px;
  padding-right: 20px;
  margin-right: 4px;
}

/* line 158, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a.selected:hover {
  background-color: rgba(61, 112, 178, 0.2);
}

/* line 162, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a:focus-visible {
  outline: 2px solid #3d70b2;
  outline-offset: 2px;
  background-color: rgba(61, 112, 178, 0.1);
}

/* line 168, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 174, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements ul li {
  padding: 0;
  margin: 0;
}

/* line 179, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements ul li hr {
  margin: 12px 16px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 185, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements .sec_nav {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* line 192, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements .sec_nav svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

/* line 199, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a:hover .sec_nav svg {
  transform: scale(1.1);
}

/* line 203, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements .nav-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 214, app/assets/stylesheets/components/_nav.css.erb */
.secondary_nav_elements a.selected .nav-label {
  font-weight: 600;
}

/* Collapsed state - center icons and hide labels smoothly */
/* line 219, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle .secondary_nav_elements .sec_nav {
  justify-content: center;
  gap: 0;
}

/* line 224, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle .secondary_nav_elements .nav-label {
  display: none;
}

/* line 228, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle .secondary_nav_elements a.selected {
  border-left: none;
  padding-left: 8px;
}

/* line 233, app/assets/stylesheets/components/_nav.css.erb */
.left_secondary_nav_toggle .secondary_nav_elements a:hover {
  transform: none;
}

/* line 237, app/assets/stylesheets/components/_nav.css.erb */
.sec_nav_toggle_btn {
  margin-top: 9px;
  float: right;
  margin-right: -2px;
  min-width: 28px;
  min-height: 28px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #3d70b2;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 255, app/assets/stylesheets/components/_nav.css.erb */
.sec_nav_toggle_btn:hover {
  background-color: #3d70b2;
  filter: brightness(1.1);
  transform: scale(1.05);
}

/* line 261, app/assets/stylesheets/components/_nav.css.erb */
.sec_nav_toggle_btn:active {
  transform: scale(0.95);
}

/* line 265, app/assets/stylesheets/components/_nav.css.erb */
.sec_nav_toggle_btn:focus-visible {
  outline: 2px solid #3d70b2;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(61, 112, 178, 0.3);
}

/* Icons on the right
---------------------------------------*/
/* line 273, app/assets/stylesheets/components/_nav.css.erb */
.right_icons {
  float: right !important;
  padding-right: 75px;
  margin-top: 0px;
}

/* line 279, app/assets/stylesheets/components/_nav.css.erb */
.main_tabs ul li .right_icons a {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 284, app/assets/stylesheets/components/_nav.css.erb */
.right_icons a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* Users dropdown tab
---------------------------------------*/
/* line 293, app/assets/stylesheets/components/_nav.css.erb */
div.user_dropdown a {
  position: absolute;
  top: -8px;
  right: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 18px 6px;
  float: right;
  margin-right: 45px;
  font-size: 14px;
  margin-top: 10px;
}

/* line 307, app/assets/stylesheets/components/_nav.css.erb */
.user_dropdown_menu {
  font-size: 10px;
  position: absolute;
  height: auto !important;
  width: 150px;
  background: rgba(35, 31, 32, 0.8) none repeat scroll 0 0;
  color: #ffffff;
  z-index: 2000;
  border-radius: 0 0 6px 6px;
}

/* line 318, app/assets/stylesheets/components/_nav.css.erb */
.user_dropdown_menu a {
  margin: 5px 0 0 0;
  display: block;
  text-align: left !important;
  text-decoration: none;
  color: #fff;
  width: inherit;
}

/* line 327, app/assets/stylesheets/components/_nav.css.erb */
.user_dropdown_menu a:hover {
  color: #a9a9a9;
}

/* line 331, app/assets/stylesheets/components/_nav.css.erb */
.user_dropdown_menu a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Notifications Tab
---------------------------------------*/
/* line 339, app/assets/stylesheets/components/_nav.css.erb */
.action_required_tab {
  float: right;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font: normal 108% IBM Plex Sans, sans-serif;
  letter-spacing: 2px;
  margin-right: 150px;
  margin-top: 0px;
  width: 48px;
  position: absolute;
  right: -120px;
}

/* line 352, app/assets/stylesheets/components/_nav.css.erb */
.action_required_tab_selected {
  float: right;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font: normal 108% IBM Plex Sans, sans-serif;
  letter-spacing: 2px;
  background: #3d70b2;
  margin-right: -100px;
  margin-top: 10px;
}

/* line 364, app/assets/stylesheets/components/_nav.css.erb */
div#notification_menu .nav-tabs > li.active > a,
div#notification_menu .nav-tabs > li.active > a:hover,
div#notification_menu .nav-tabs > li.active > a:focus {
  background-color: #605f5c !important;
  color: #ffffff;
}

/* line 371, app/assets/stylesheets/components/_nav.css.erb */
div#notification_menu {
  font-size: 13px;
  position: fixed;
  height: auto !important;
  width: 600px;
  background: #605f5c none repeat scroll 0 0;
  color: #ffffff;
  z-index: 20000;
  text-align: left;
  border-radius: 0 0 6px 6px;
  right: 20px;
  top: 45px;
}

/* line 385, app/assets/stylesheets/components/_nav.css.erb */
#notification_menu ul {
  margin: 0px;
  padding-top: 40px;
}

/* line 391, app/assets/stylesheets/components/_nav.css.erb */
#notification_menu ul li a {
  padding-right: 20px !important;
}

/* line 395, app/assets/stylesheets/components/_nav.css.erb */
div#notification_menu ul li a:hover {
  color: #a9a9a9;
  background-color: #605f5c;
}

/* line 400, app/assets/stylesheets/components/_nav.css.erb */
div#notification_menu ul li a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 406, app/assets/stylesheets/components/_nav.css.erb */
#notification_task_link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* line 413, app/assets/stylesheets/components/_nav.css.erb */
.notification_count {
  background-color: #da1e28 !important;
  color: #ffffff !important;
  position: absolute;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 3px 5px !important;
  letter-spacing: normal;
  left: 24px;
  top: 7px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

/* line 429, app/assets/stylesheets/components/_nav.css.erb */
.notification_count:empty {
  display: none;
}

/* line 3, app/assets/stylesheets/components/_permissions.scss */
.permissions-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-header {
  margin-bottom: 1rem;
  padding: 0 4px;
}

/* line 13, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 4px;
  flex-wrap: wrap;
}

/* line 21, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .button-primary {
  background-color: #4178be;
  border: 1px solid #4178be;
  color: #ffffff;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 33, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .button-primary:hover {
  background-color: #2d5a8f;
  border-color: #2d5a8f;
  color: #ffffff;
}

/* line 39, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .button-primary:active {
  background-color: #1f4470;
}

/* line 43, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .button-primary svg, .permissions-container .permissions-toolbar .button-primary img {
  filter: brightness(0) invert(1);
}

/* line 48, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .toolbar-label {
  font-weight: 500;
  color: #393a3f;
  margin-right: 0.25rem;
}

/* line 54, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .toolbar-separator {
  width: 1px;
  height: 24px;
  background-color: #ccc;
  margin: 0 0.5rem;
}

/* line 61, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .filter-button {
  background-color: #fff;
  border: 1px solid #adbfc4;
  color: #393a3f;
  padding: 6px 14px;
  font-size: 13px;
  transition: all 0.15s ease;
}

/* line 69, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .filter-button:hover {
  background-color: #f4f4f4;
  border-color: #4178be;
  color: #4178be;
}

/* line 75, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .filter-button.active {
  background-color: #4178be;
  border-color: #4178be;
  color: #ffffff;
  font-weight: 500;
}

/* line 81, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-toolbar .filter-button.active:hover {
  background-color: #2d5a8f;
  border-color: #2d5a8f;
  color: #ffffff;
}

/* line 90, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content {
  flex: 1;
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  min-height: 500px;
}

/* line 98, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar {
  width: 300px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

/* line 106, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-header {
  padding: 12px 16px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
}

/* line 111, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-header h2 {
  font-size: 14px;
  font-weight: 600;
  color: #393a3f;
  margin: 0;
  padding: 0;
}

/* line 120, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list {
  flex: 1;
  overflow-y: auto;
}

/* line 124, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 129, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li {
  border-bottom: 1px solid #e0e0e0;
}

/* line 132, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li:last-child {
  border-bottom: none;
}

/* line 136, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li div {
  padding: 12px 16px;
  cursor: pointer;
  color: #393a3f;
  font-size: 13px;
  transition: all 0.15s ease;
  position: relative;
}

/* line 144, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li div:hover {
  background-color: #e8f4ff;
  color: #4178be;
}

/* line 149, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li div:focus {
  outline: 2px solid #4178be;
  outline-offset: -2px;
  background-color: #e8f4ff;
}

/* line 155, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-sidebar .sidebar-list ul li div.selected {
  background-color: #4178be;
  color: #ffffff;
  font-weight: 500;
  border-left: 3px solid #2d5a8f;
  padding-left: 13px;
}

/* line 168, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-main {
  flex: 1;
  background-color: #ffffff;
  overflow-y: auto;
  padding: 16px 20px;
}

/* line 174, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-main h2 {
  font-size: 16px;
  font-weight: 600;
  color: #393a3f;
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 183, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-main .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
}

/* line 191, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-main .empty-state svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.3;
}

/* line 198, app/assets/stylesheets/components/_permissions.scss */
.permissions-container .permissions-content .permissions-main .empty-state p {
  font-size: 14px;
  margin: 0;
  color: #999;
}

/* line 209, app/assets/stylesheets/components/_permissions.scss */
.permissions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 214, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li {
  margin-bottom: 6px;
}

/* line 217, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li:last-child {
  margin-bottom: 0;
}

/* line 221, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li div {
  padding: 12px 16px;
  background-color: #f9f9f9;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 13px;
  color: #393a3f;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}

/* line 232, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li div::before {
  content: '›';
  position: absolute;
  right: 16px;
  font-size: 18px;
  color: #999;
  transition: all 0.15s ease;
}

/* line 241, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li div:hover {
  background-color: #e8f4ff;
  border-color: #4178be;
  color: #4178be;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 247, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li div:hover::before {
  color: #4178be;
  right: 12px;
}

/* line 253, app/assets/stylesheets/components/_permissions.scss */
.permissions-list li div:active {
  background-color: #d0e7ff;
  transform: translateY(1px);
}

/* line 262, app/assets/stylesheets/components/_permissions.scss */
.permissions-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

/* line 268, app/assets/stylesheets/components/_permissions.scss */
.permissions-table thead th {
  color: #393a3f;
  line-height: 2;
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f4f4f4;
}

/* line 282, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: background-color 0.15s ease;
}

/* line 286, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr:hover {
  background-color: rgba(0, 102, 204, 0.08);
}

/* line 290, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr:last-child {
  border-bottom: none;
}

/* line 294, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td {
  line-height: 2;
  padding: 8px;
  font-size: 13px;
  color: #605f5c;
}

/* line 300, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td.permission-type {
  color: #777;
  font-style: italic;
}

/* line 305, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td.actions {
  text-align: right;
  white-space: nowrap;
}

/* line 309, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td.actions a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  color: #dc3545;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #dc3545;
  border-radius: 3px;
  transition: all 0.15s ease;
}

/* line 321, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td.actions a:hover {
  background-color: #dc3545;
  color: #fff;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

/* line 327, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr td.actions a:active {
  transform: translateY(1px);
}

/* line 336, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr.section-divider td {
  padding: 16px 0 8px 0;
  border-bottom: none;
}

/* line 340, app/assets/stylesheets/components/_permissions.scss */
.permissions-table tbody tr.section-divider td hr {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 0;
}

/* line 351, app/assets/stylesheets/components/_permissions.scss */
.permission-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 360, app/assets/stylesheets/components/_permissions.scss */
.permission-badge.explicit {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 366, app/assets/stylesheets/components/_permissions.scss */
.permission-badge.inherited {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}

/* line 375, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-group {
  margin-bottom: 16px;
}

/* line 378, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #393a3f;
  margin-bottom: 6px;
}

/* line 386, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-group select,
.permissions-form .form-group input[type="text"] {
  width: 100%;
  max-width: 400px;
  padding: 6px 8px;
  font-size: 13px;
  color: #605f5c;
  background-color: #fff;
  border: 1px solid #adbfc4;
  border-radius: 2px;
  transition: border-color 0.15s ease;
}

/* line 398, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-group select:focus,
.permissions-form .form-group input[type="text"]:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

/* line 404, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-group select:disabled,
.permissions-form .form-group input[type="text"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f4f4f4;
}

/* line 412, app/assets/stylesheets/components/_permissions.scss */
.permissions-form .form-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

/* line 420, app/assets/stylesheets/components/_permissions.scss */
.permissions-message {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 3px;
  font-size: 13px;
  border-left: 4px solid;
}

/* line 427, app/assets/stylesheets/components/_permissions.scss */
.permissions-message.error {
  background-color: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}

/* line 433, app/assets/stylesheets/components/_permissions.scss */
.permissions-message.success {
  background-color: #d4edda;
  border-color: #28a745;
  color: #155724;
}

/* line 439, app/assets/stylesheets/components/_permissions.scss */
.permissions-message.warning {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

@media (max-width: 768px) {
  /* line 449, app/assets/stylesheets/components/_permissions.scss */
  .permissions-container .permissions-content {
    flex-direction: column;
  }
  /* line 452, app/assets/stylesheets/components/_permissions.scss */
  .permissions-container .permissions-content .permissions-sidebar {
    width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  /* line 460, app/assets/stylesheets/components/_permissions.scss */
  .permissions-container .permissions-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 1, app/assets/stylesheets/components/_popover.css.erb */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  padding: 1px;
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/components/_popover.css.erb */
.popover.top {
  margin-top: -10px;
}

/* line 36, app/assets/stylesheets/components/_popover.css.erb */
.popover.right {
  margin-left: 10px;
}

/* line 39, app/assets/stylesheets/components/_popover.css.erb */
.popover.bottom {
  margin-top: 10px;
}

/* line 42, app/assets/stylesheets/components/_popover.css.erb */
.popover.left {
  margin-left: -10px;
}

/* line 45, app/assets/stylesheets/components/_popover.css.erb */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 53, app/assets/stylesheets/components/_popover.css.erb */
.popover-content {
  padding: 9px 14px;
}

/* line 56, app/assets/stylesheets/components/_popover.css.erb */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, app/assets/stylesheets/components/_popover.css.erb */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, app/assets/stylesheets/components/_popover.css.erb */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 72, app/assets/stylesheets/components/_popover.css.erb */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 80, app/assets/stylesheets/components/_popover.css.erb */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 87, app/assets/stylesheets/components/_popover.css.erb */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 95, app/assets/stylesheets/components/_popover.css.erb */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 102, app/assets/stylesheets/components/_popover.css.erb */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 110, app/assets/stylesheets/components/_popover.css.erb */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 117, app/assets/stylesheets/components/_popover.css.erb */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 125, app/assets/stylesheets/components/_popover.css.erb */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 20, app/assets/stylesheets/components/_progress_bar.css.erb */
  from {
    background-position: 40px 0;
  }
  /* line 23, app/assets/stylesheets/components/_progress_bar.css.erb */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 47, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress {
  height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 67, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #027bbf;
  background-image: -moz-linear-gradient(top, rgba(20, 155, 223, 0.5), rgba(4, 128, 190, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(20, 155, 223, 0.5)), to(rgba(4, 128, 190, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(20, 155, 223, 0.5), rgba(4, 128, 190, 0.5));
  background-image: -o-linear-gradient(top, rgba(20, 155, 223, 0.5), rgba(4, 128, 190, 0.5));
  background-image: linear-gradient(to bottom, rgba(20, 155, 223, 0.5), rgba(4, 128, 190, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 95, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 101, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-striped .bar {
  background-color: #3d70b2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 114, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 122, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #f04c3f;
  background-image: -moz-linear-gradient(top, rgba(238, 95, 91, 0.5), rgba(196, 60, 53, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(238, 95, 91, 0.5)), to(rgba(196, 60, 53, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(238, 95, 91, 0.5), rgba(196, 60, 53, 0.5));
  background-image: -o-linear-gradient(top, rgba(238, 95, 91, 0.5), rgba(196, 60, 53, 0.5));
  background-image: linear-gradient(to bottom, rgba(238, 95, 91, 0.5), rgba(196, 60, 53, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffc43c35", GradientType=0);
}

/* line 134, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 144, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-success .bar,
.progress .bar-success {
  background-color: #17ab4b;
  background-image: -moz-linear-gradient(top, rgba(98, 196, 98, 0.5), rgba(87, 169, 87, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(98, 196, 98, 0.5)), to(rgba(87, 169, 87, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(98, 196, 98, 0.5), rgba(87, 169, 87, 0.5));
  background-image: -o-linear-gradient(top, rgba(98, 196, 98, 0.5), rgba(87, 169, 87, 0.5));
  background-image: linear-gradient(to bottom, rgba(98, 196, 98, 0.5), a(87, 169, 87, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff57a957", GradientType=0);
}

/* line 156, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: rgba(98, 196, 98, 0.5);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 166, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-info .bar,
.progress .bar-info {
  background-color: #027bbf;
  background-image: -moz-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d70b2), to(#3d70b2));
  background-image: -webkit-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: -o-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: linear-gradient(to bottom, #3d70b2, #3d70b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00b2ef", endColorstr="#ff00b2ef", GradientType=0);
}

/* line 178, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #3d70b2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 188, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #ffcf01;
  background-image: -moz-linear-gradient(top, rgba(251, 180, 80, 0.5), rgba(248, 148, 6, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(251, 180, 80, 0.5)), to(rgba(248, 148, 6, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(251, 180, 80, 0.5), rgba(248, 148, 6, 0.5));
  background-image: -o-linear-gradient(top, rgba(251, 180, 80, 0.5), rgba(248, 148, 6, 0.5));
  background-image: linear-gradient(to bottom, rgba(251, 180, 80, 0.5), rgba(248, 148, 6, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
}

/* line 200, app/assets/stylesheets/components/_progress_bar.css.erb */
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/components/_slider.css.erb */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* line 8, app/assets/stylesheets/components/_slider.css.erb */
.switch input {
  display: none;
}

/* line 10, app/assets/stylesheets/components/_slider.css.erb */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #757575;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 23, app/assets/stylesheets/components/_slider.css.erb */
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 35, app/assets/stylesheets/components/_slider.css.erb */
input:checked + .slider {
  background-color: #3d70b2;
  left: 2px;
}

/* line 40, app/assets/stylesheets/components/_slider.css.erb */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 46, app/assets/stylesheets/components/_slider.css.erb */
input:disabled + .slider {
  background-color: #d0d0d0 !important;
}

/* Rounded sliders */
/* line 51, app/assets/stylesheets/components/_slider.css.erb */
.slider.round {
  border-radius: 34px;
}

/* line 55, app/assets/stylesheets/components/_slider.css.erb */
.slider.round:before {
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/components/_split_screen.css.erb */
.split_div_left {
  float: left;
  width: 50%;
}

/* line 6, app/assets/stylesheets/components/_split_screen.css.erb */
.split_div_right {
  float: left;
  width: 50%;
}

/* line 11, app/assets/stylesheets/components/_split_screen.css.erb */
.wrap_both_panes {
  width: 100%;
  height: 600px;
}

/* line 16, app/assets/stylesheets/components/_split_screen.css.erb */
.list_pane {
  width: 300px;
  height: 100%;
  float: left;
}

/* line 22, app/assets/stylesheets/components/_split_screen.css.erb */
.list_pane *:focus {
  outline: none;
  outline-offset: -1px;
}

/* line 26, app/assets/stylesheets/components/_split_screen.css.erb */
.items_list {
  height: 100%;
  overflow: auto;
  background: #fff;
  text-align: left;
}

/* line 33, app/assets/stylesheets/components/_split_screen.css.erb */
.items_list:focus,
.preview_pane:focus {
  outline: 1px dotted gray;
}

/* line 37, app/assets/stylesheets/components/_split_screen.css.erb */
.items_list_padding {
  padding: 0;
}

/* line 40, app/assets/stylesheets/components/_split_screen.css.erb */
.preview_pane {
  height: 100%;
  overflow: auto;
  padding: 0;
  background: #fff;
  border-left: 1px solid #ccc;
}

/* line 47, app/assets/stylesheets/components/_split_screen.css.erb */
.preview_pane_padding {
  padding: 12px 16px;
}

/* line 51, app/assets/stylesheets/components/_split_screen.css.erb */
.items_list img {
  width: 32px;
  height: 32px;
}

/* line 56, app/assets/stylesheets/components/_split_screen.css.erb */
.wrap_preview {
  padding: 0 0 12px 0;
}

/* line 59, app/assets/stylesheets/components/_split_screen.css.erb */
.wrap_preview .widget,
.wrap_preview .widget ul {
  background-image: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/components/_sweet_alert.css.erb */
div:where(.swal2-container) h2:where(.swal2-title) {
  line-height: 1.1;
}

/* line 5, app/assets/stylesheets/components/_sweet_alert.css.erb */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #3d70b2 !important;
}

/* line 9, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-container {
  z-index: 99999 !important;
}

/* Push top-end toasts below the fixed nav bar */
/* line 14, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  top: 45px !important;
}

/* line 19, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-html-container--content {
  margin-bottom: 10px;
}

/* Compact, elevated toast — publish workflow notification only.
   Scale font-size down so all em-based icon/ring dimensions shrink
   proportionally without clipping the success tick. */
/* line 26, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact {
  font-size: 13px !important;
  padding: 10px 10px 10px 10px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  align-items: center !important;
}

/* line 34, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact .swal2-icon {
  margin: 0 0.6em 0 0 !important;
  flex-shrink: 0 !important;
}

/* line 39, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact .swal2-title {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 !important;
}

/* line 45, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact .swal2-html-container {
  margin: 0.2em 0 0 !important;
  padding: 0 !important;
  flex: 1 !important;
}

/* line 51, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact .swal2-close {
  order: 99 !important;
  margin-left: auto !important;
  align-self: flex-start !important;
  flex-shrink: 0 !important;
}

/* line 58, app/assets/stylesheets/components/_sweet_alert.css.erb */
.swal2-popup.swal2-toast.swal2-toast-compact .swal2-timer-progress-bar-container {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/components/_tab_view.css.erb */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li {
  position: relative;
  display: block;
}

/* line 10, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #000;
}

/* line 16, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li > a:hover,
.nav > li > a:focus {
  color: #002455;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li.disabled > a {
  color: #777777;
}

/* line 24, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 31, app/assets/stylesheets/components/_tab_view.css.erb */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 37, app/assets/stylesheets/components/_tab_view.css.erb */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 43, app/assets/stylesheets/components/_tab_view.css.erb */
.nav > li > a > img {
  max-width: none;
}

/* line 46, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs {
  border-bottom: 1px solid #3d70b2;
}

/* line 49, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 53, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs > li > a:hover {
  border-color: #3d70b2 #3d70b2 #3d70b2 !important;
  background-color: #3d70b2 #3d70b2 #3d70b2;
}

/* line 64, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs > li > a:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

/* line 68, app/assets/stylesheets/components/_tab_view.css.erb */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.nav-item > a.active {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #3d70b2;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 78, app/assets/stylesheets/components/_tab_view.css.erb */
.tab-content > .tab-pane {
  display: none;
}

/* line 81, app/assets/stylesheets/components/_tab_view.css.erb */
.tab-content > .active {
  display: block;
}

/* line 85, app/assets/stylesheets/components/_tab_view.css.erb */
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}

/* line 88, app/assets/stylesheets/components/_tab_view.css.erb */
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/components/_table.css.erb */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 17, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 21, app/assets/stylesheets/components/_table.css.erb */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 29, app/assets/stylesheets/components/_table.css.erb */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 32, app/assets/stylesheets/components/_table.css.erb */
.table .table {
  background-color: #ffffff;
}

/* line 35, app/assets/stylesheets/components/_table.css.erb */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 43, app/assets/stylesheets/components/_table.css.erb */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 46, app/assets/stylesheets/components/_table.css.erb */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 54, app/assets/stylesheets/components/_table.css.erb */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 58, app/assets/stylesheets/components/_table.css.erb */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 61, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 64, app/assets/stylesheets/components/_table.css.erb */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 69, app/assets/stylesheets/components/_table.css.erb */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 75, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 89, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 96, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 110, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 117, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 131, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 138, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 152, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 159, app/assets/stylesheets/components/_table.css.erb */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 173, app/assets/stylesheets/components/_table.css.erb */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 181, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic {
  width: 100%;
}

/* line 185, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic > thead#plugins_list_header {
  position: sticky;
  top: -14px;
  z-index: 999;
}

/* line 191, app/assets/stylesheets/components/_table.css.erb */
#selected_plugins_action_btns {
  background: white;
  position: sticky;
  z-index: 99999;
  top: -14px;
  padding: 5px;
}

/* Custom Orchestrator table */
/* line 200, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic th {
  color: #152935;
  line-height: 2;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  font-family: IBM Plex Sans;
  padding: 8px 8px 0px 8px;
  border-bottom: 1px solid rgba(61, 112, 178, 0.15);
  margin-bottom: 20px;
  background-color: #f5f7fa;
  font-weight: 700;
}

/* line 214, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic.compressed-rows td {
  line-height: 1;
}

/* line 218, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic tr {
  border-bottom: 1px solid rgba(61, 112, 178, 0.15);
}

/* line 222, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic tbody tr:hover {
  background-color: rgba(61, 112, 178, 0.15);
}

/* line 226, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic td {
  line-height: 2;
  padding: 8px;
  font-size: 14px;
  color: #605f5c;
  position: relative;
  background-color: unset;
}

/* line 234, app/assets/stylesheets/components/_table.css.erb */
.orch_table_basic td a, .orch_table_basic td button {
  text-decoration: none;
  font-size: 14px;
  /* color:#605f5c; /*Font grey */
}

/* line 1, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip {
  display: block;
  filter: alpha(opacity=0);
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: start;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: break-word;
  z-index: 99998;
}

/* line 25, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #3d70b2;
  border-radius: 4px;
}

/* line 34, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.top {
  margin-top: -15px;
  margin-left: -2px;
  padding: 5px 0;
}

/* line 39, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 43, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 47, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 51, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 58, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d70b2;
}

/* line 65, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3d70b2;
}

/* line 72, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3d70b2;
}

/* line 79, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d70b2;
}

/* line 86, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip.show {
  opacity: 0.9;
}

/* line 90, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 97, app/assets/stylesheets/components/_tooltip.css.erb */
.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url(/aspera/orchestrator/assets/fonts/IBMPlexSans-Regular-89995da1fd64592c2aa46925f238babeff584f379cdabce4ca7eff82cce2ffa5.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url(/aspera/orchestrator/assets/fonts/IBMPlexSans-Medium-785c2548abca33f1fcd189cee45eed85ab5a1d3ef973d9d8fd6fd2cac67a37b4.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url(/aspera/orchestrator/assets/fonts/IBMPlexSans-SemiBold-12e61bdcc06b19cbc57287312af0280e69ed9fe6ab2b7470f1bf4b2cdba6a013.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url(/aspera/orchestrator/assets/fonts/IBMPlexSans-Bold-0faab60abe29757e7aa689892f0dcdffe8ff68c5e2aeba1af83562a74e7dd85b.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url(/aspera/orchestrator/assets/fonts/IBMPlexMono-Regular-fe068226e163685a9f34b046dea8d049fc9802fdf54d3bdf9b1d3247860c7175.ttf) format("truetype");
}

@font-face {
  font-family: "Open-Sans-Regular";
  src: url(/aspera/orchestrator/assets/fonts/OpenSans-Regular-4c512dae24e9b64cabaeb3c5f48472cec9641bbfc9fee9b5806a7d301569acd2.woff2) format("woff2"), url(/aspera/orchestrator/assets/fonts/OpenSans-Regular-588aab7c53632903a08ddc580087c1c24993a60d03314e0f841c56250974f8be.woff) format("woff");
}

@font-face {
  font-family: "Open-Sans-Light";
  src: url(/aspera/orchestrator/assets/fonts/OpenSans-Light-26a27d56601dbc8bb09323963289c3bc63e3069a85db0ba0c2e246456c09afe5.woff2) format("woff2"), url(/aspera/orchestrator/assets/fonts/OpenSans-Light-d4adac8049a3d5b0825e8277d70969f61be456790b986fc8632b155eb99a3e95.woff) format("woff");
}

@font-face {
  font-family: "Open-Sans-Bold";
  src: url(/aspera/orchestrator/assets/fonts/OpenSans-Bold-231c7801ee7281e7fa909f58185ca077cf3a2adbec0c7e08415851e3be783916.woff2) format("woff2"), url(/aspera/orchestrator/assets/fonts/OpenSans-Bold-52329b8aa6ce71e824ad1bd73b4774729be76b88b8dc88f2c9d60581954487a6.woff) format("woff");
}

/* line 1, app/assets/stylesheets/_svg.css.erb */
.small svg {
  height: 10px;
  width: 10px;
}

/* line 6, app/assets/stylesheets/_svg.css.erb */
.tall svg {
  height: 15px;
  width: 15px;
}

/* line 10, app/assets/stylesheets/_svg.css.erb */
.medium svg {
  height: 20px;
  width: 20px;
}

/* line 15, app/assets/stylesheets/_svg.css.erb */
.large svg {
  height: 25px;
  width: 25px;
}

/* line 20, app/assets/stylesheets/_svg.css.erb */
.img-white svg path {
  fill: #fff !important;
}

/* line 24, app/assets/stylesheets/_svg.css.erb */
.img-grey svg path {
  fill: #757575 !important;
}

/* line 29, app/assets/stylesheets/_svg.css.erb */
.img-light-grey svg path {
  fill: #a8a7a5 !important;
}

/* line 33, app/assets/stylesheets/_svg.css.erb */
.img-blue svg path {
  fill: #3d70b2 !important;
}

/* line 37, app/assets/stylesheets/_svg.css.erb */
.img-black svg path {
  fill: black !important;
}

/* line 42, app/assets/stylesheets/_svg.css.erb */
.active .img-blue svg path {
  fill: white !important;
}

/* line 46, app/assets/stylesheets/_svg.css.erb */
.img-blue svg path:focus {
  fill: white !important;
}

/* line 50, app/assets/stylesheets/_svg.css.erb */
.img-blue svg path:hover {
  fill: white !important;
}

/* line 54, app/assets/stylesheets/_svg.css.erb */
.btn-primary:focus .img-blue svg path {
  fill: white !important;
}

/* line 58, app/assets/stylesheets/_svg.css.erb */
.btn-primary:hover .img-blue svg path {
  fill: white !important;
}

/* line 63, app/assets/stylesheets/_svg.css.erb */
.img-yellow svg path {
  fill: #ffcf01 !important;
}

/* line 68, app/assets/stylesheets/_svg.css.erb */
.img-dark-blue svg path {
  fill: #004056 !important;
}

/* line 72, app/assets/stylesheets/_svg.css.erb */
.img-red svg path {
  fill: #f04c3f !important;
}

/* line 76, app/assets/stylesheets/_svg.css.erb */
.img-green svg path {
  fill: #17ab4b !important;
}

/* line 80, app/assets/stylesheets/_svg.css.erb */
.svg_anchor {
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/_svg.css.erb */
.svg_anchor svg {
  margin-right: 7px;
}

/* line 95, app/assets/stylesheets/_svg.css.erb */
.svg_button {
  border: unset;
  background-color: unset;
}

/* line 100, app/assets/stylesheets/_svg.css.erb */
.sec_nav svg {
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/_accessibility.css.erb */
.sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 7, app/assets/stylesheets/_accessibility.css.erb */
a.button:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.4);
}

/* line 29, app/assets/stylesheets/application.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  outline: none;
}

/* line 35, app/assets/stylesheets/application.scss */
*:before,
*after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
}

/* line 42, app/assets/stylesheets/application.scss */
html, body {
  height: 100%;
}

/* line 45, app/assets/stylesheets/application.scss */
.required {
  color: red;
}

/* line 49, app/assets/stylesheets/application.scss */
body {
  background-color: "<%= Branding.body_background_color %>";
  color: #333;
  text-align: left;
  min-width: 665px;
}

/* line 56, app/assets/stylesheets/application.scss */
body, p, ol, ul, td {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 61, app/assets/stylesheets/application.scss */
body, ul, li {
  margin: 0;
  padding: 0;
}

/* line 66, app/assets/stylesheets/application.scss */
.header, #main_body {
  text-align: left;
  clear: both;
}

/* line 71, app/assets/stylesheets/application.scss */
#main_body {
  background: transparent url(/aspera/orchestrator/assets/nav_drop_shadow_3px-47e03a46d6851ba02d250cc0d176f20155ed4a135ac438b1346047586fbea2e1.gif) repeat-x top left;
  height: calc(100% - 45px);
  padding-top: 3px;
}

/* line 77, app/assets/stylesheets/application.scss */
#wrap-content {
  height: calc(100% - 30px);
}

/* line 81, app/assets/stylesheets/application.scss */
#left_secondary_nav_toggle, #left_secondary_nav {
  height: calc(100% - 45px - 3px);
}

/* line 85, app/assets/stylesheets/application.scss */
#main-content {
  padding: 14px 10px 4px 0px;
  height: 100%;
  margin-left: 200px;
  overflow: auto;
  max-height: 93vh;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 94, app/assets/stylesheets/application.scss */
ul, li {
  list-style: none;
  list-style-type: none;
}

/* line 99, app/assets/stylesheets/application.scss */
pre {
  background-color: #f1f6f7;
  padding: 10px;
  font-size: 11px;
  word-break: break-word;
}

/* line 105, app/assets/stylesheets/application.scss */
strong {
  font-weight: bold;
  font-family: IBM Plex Sans, sans-serif;
}

/* line 109, app/assets/stylesheets/application.scss */
h1 {
  font-weight: 500;
  font-size: 1.38rem;
  line-height: 1.4;
  padding: 2px;
  color: #605f5c;
  border-bottom: solid 1px;
}

/* line 117, app/assets/stylesheets/application.scss */
h2 {
  font-weight: bold;
  font-size: 1.06rem;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.4;
  padding: 2px;
  color: #171e2b;
}

/* line 125, app/assets/stylesheets/application.scss */
h3 {
  font-size: 1.06rem;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  color: #000;
}

/* line 132, app/assets/stylesheets/application.scss */
h4 {
  font-size: 1rem;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  color: #616161;
}

/* line 140, app/assets/stylesheets/application.scss */
a {
  color: #000;
}

/* line 141, app/assets/stylesheets/application.scss */
a:visited {
  color: #000;
}

/* line 142, app/assets/stylesheets/application.scss */
a:hover {
  color: #002455;
}

/* line 143, app/assets/stylesheets/application.scss */
a:focus, a:active {
  -moz-outline-style: none;
  outline: none;
}

/* line 147, app/assets/stylesheets/application.scss */
a.button.disabled {
  pointer-events: none !important;
  border: 1px solid #adbfc4 !important;
  border-bottom-color: #d8d8d8 !important;
  cursor: default !important;
  color: #9e9e9e !important;
  background: #e0e0e0 !important;
}

/* line 155, app/assets/stylesheets/application.scss */
a.button.disabled:hover {
  background: #e0e0e0 !important;
  color: #605f5c !important;
}

/* line 160, app/assets/stylesheets/application.scss */
button {
  border-radius: revert;
  line-height: normal;
}

/* line 165, app/assets/stylesheets/application.scss */
.clickable {
  cursor: pointer;
}

/* line 169, app/assets/stylesheets/application.scss */
.required-field label::before {
  content: "*";
  color: red;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: -0.3em;
}

/* line 178, app/assets/stylesheets/application.scss */
.validation-message {
  margin-top: 5px;
  font-size: 12px;
}

/* line 183, app/assets/stylesheets/application.scss */
.password-match {
  border-color: #28a745 !important;
}

/* line 187, app/assets/stylesheets/application.scss */
.password-mismatch {
  border-color: #dc3545 !important;
}

/* line 191, app/assets/stylesheets/application.scss */
#password-match-message {
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 168px;
}

/* line 196, app/assets/stylesheets/application.scss */
#password-match-message.password-match {
  color: #28a745;
}

/* line 200, app/assets/stylesheets/application.scss */
#password-match-message.password-mismatch {
  color: #dc3545;
}

/* line 205, app/assets/stylesheets/application.scss */
.login-valid {
  border-color: #28a745 !important;
}

/* line 209, app/assets/stylesheets/application.scss */
.login-invalid {
  border-color: #dc3545 !important;
}

/* line 213, app/assets/stylesheets/application.scss */
#login-validation-message {
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 168px;
}

/* line 218, app/assets/stylesheets/application.scss */
#login-validation-message.login-valid {
  color: #28a745;
}

/* line 222, app/assets/stylesheets/application.scss */
#login-validation-message.login-invalid {
  color: #dc3545;
}

/* line 227, app/assets/stylesheets/application.scss */
.error-field {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
