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


 */
/* line 1, app/assets/stylesheets/common.scss */
hr.full-width {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 1, app/assets/stylesheets/operations.scss */
.operations-refresh-settings {
  top: 19px;
  left: 20%;
  right: 20%;
  position: absolute;
  z-index: 100000;
}

/* line 9, app/assets/stylesheets/operations.scss */
.aws-metrics-sidekiq-summary-graph {
  width: 20%;
  position: relative;
  margin-top: -8px;
  margin-bottom: -8px;
}

/* line 15, app/assets/stylesheets/operations.scss */
.aws-metrics-sidekiq-summary-graph h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  font-weight: 100;
}

/* line 24, app/assets/stylesheets/operations.scss */
.aws-metrics-sidekiq-summary-graph h3 strong {
  margin-left: 5px;
}

/* line 30, app/assets/stylesheets/operations.scss */
.aws-code-pipeline-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

/* line 39, app/assets/stylesheets/operations.scss */
.aws-code-pipeline-stage svg {
  font-size: 10px;
  position: relative;
  z-index: 2;
}

/* line 45, app/assets/stylesheets/operations.scss */
.aws-code-pipeline-stage .fa-spin {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  z-index: 1;
}
.avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -o-object-fit: cover;
       object-fit: cover
}

.avatar.avatar-sm {
    width: 20px;
    height: 20px
}

.avatar.avatar-md {
    width: 40px;
    height: 40px
}

.avatar.avatar-lg {
    width: 50px;
    height: 50px
}
.avatar.avatar-xl {
    width: 75px;
    height: 75px
}
.avatar.avatar-xxl {
    width: 100px;
    height: 100px
}
.avatar.avatar-xxxl {
  width: 300px;
  height: 300px
}

.avatar.avatar-round {
    border-radius: 50%
}

span.avatar, a.avatar {
  background-color: grey;
  text-align:center;
  color:white;
  font-size:16px;
  line-height: 30px;
  vertical-align: middle;
}
span.avatar-sm, a.avatar-sm {
  font-size: 10px;
  line-height: 20px;
  margin-top: -2px;
}
span.avatar-lg {
  font-size: 40px;
  line-height: 47px;
}
span.avatar-xl {
  font-size: 70px;
  line-height: 70px;
}
span.avatar-xxl {
  font-size: 90px;
  line-height: 94px;
}

.form-check.readonly {
  color: grey;
}


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



 */
/* line 20, app/assets/stylesheets/application.css.scss */
.accordion-item-wrapper:not(:last-child) {
  border-bottom: 1px solid var(--bs-accordion-border-color);
}

/* line 24, app/assets/stylesheets/application.css.scss */
.accordion-button, .accordion-body {
  background-color: var(--bs-card-bg);
}

/* line 28, app/assets/stylesheets/application.css.scss */
.accordion-button, .accordion-button:hover {
  z-index: 0;
}

/* line 32, app/assets/stylesheets/application.css.scss */
.accordion-button:focus, button.accordion-button:focus:not(:focus-visible) {
  outline: 0 !important;
  outline-offset: 0 !important;
}
