/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/modal/styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background-color: rgba(179, 195, 205, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-modal.is-active {
  display: block;
}
.c-modal.is-active.c-modal--auto-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-modal__inner {
  position: relative;
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  background-color: transparent;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-modal--auto-width .c-modal__inner {
  top: auto;
  -webkit-transform: none;
          transform: none;
}

.c-modal__actions {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 1;
}
body.gin--horizontal-toolbar .c-modal__actions {
  top: calc(32px + var(--gin-toolbar-height));
}

.c-modal__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: #2f2f2f;
  border: 0;
  border-radius: 100%;
  color: white;
  cursor: pointer;
}

.c-modal__content {
  position: relative;
  z-index: 0;
  max-height: inherit;
}

/*# sourceMappingURL=styles.css.map*/