/** Breakpoints for responsive design
 *  Carbon Breakpoints: https://www.carbondesignsystem.com/guidelines/2x-grid/overview/#breakpoints
 *  Reference: https://davidwalsh.name/write-media-queries-sass
*/
@media only screen and (min-width: 672px) {
.cropping-canvas-toolbar.has-aspect-ratio-tools {
    flex: 0 0 8rem;
    padding-right: 1rem;
    max-width: 8rem;
}
.cropping-canvas-toolbar.has-aspect-ratio-tools .cropping-tools {
    left: 8rem;
}
.cropping-canvas-toolbar.has-aspect-ratio-tools ~ .canvas-container {
    max-width: calc(100% - 8rem);
}
}
.cropping-canvas-toolbar .aspect-ratio-tools {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 671px) {
.cropping-canvas-toolbar .aspect-ratio-tools {
    justify-content: space-between;
    margin-bottom: 1rem;
}
}
@media only screen and (min-width: 672px) {
.cropping-canvas-toolbar .aspect-ratio-tools {
    flex-flow: column;
    padding-top: 4rem;
}
.cropping-canvas-toolbar .aspect-ratio-tools button:not(:last-of-type) {
    margin-bottom: 1rem;
}
}
.cropping-canvas-toolbar .aspect-ratio-tools button {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.cropping-canvas-toolbar .aspect-ratio-tools button {
    font-size: 0.8rem;
    line-height: 1rem;
}
}
.cropping-canvas-toolbar .aspect-ratio-tools button {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #6d7b8c;
}
.cropping-canvas-toolbar .aspect-ratio-tools button.selected {
  color: #2b63d9;
}
.cropping-canvas-toolbar .aspect-ratio-tools button.selected .sls-icon [fill] {
  fill: #2b63d9;
}
.cropping-canvas-toolbar .cropping-tools button,
.cropping-canvas-toolbar .zoom-actions button {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.6688rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #2b63d9;
}
.cropping-canvas-toolbar .cropping-tools {
  display: flex;
  padding: 0.5rem;
  background-color: #e4e8ee;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (max-width: 671px) {
.cropping-canvas-toolbar .cropping-tools {
    margin-bottom: 1rem;
}
}
@media only screen and (min-width: 672px) {
.cropping-canvas-toolbar .cropping-tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}
}
.cropping-canvas-toolbar .cropping-tools button {
  display: flex;
  align-items: center;
}
.cropping-canvas-toolbar .cropping-tools button:not(:last-of-type) {
  margin-right: 1.5rem;
}
.cropping-canvas-toolbar .cropping-tools button.btn-clear {
  padding-left: 1.5rem;
  border-left: 1px solid #ced3d9;
}
.cropping-canvas-toolbar .cropping-tools button .sls-icon {
  margin-right: 0.5rem;
}
.cropping-canvas-toolbar .cropping-tools button .sls-icon [fill] {
  fill: #2b63d9;
}
.cropping-canvas-toolbar .zoom-actions {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
}
.cropping-canvas-toolbar .zoom-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.cropping-canvas-toolbar .zoom-actions button.btn-zoom-default {
  width: auto;
  margin-left: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 671px) {
.cropping-canvas-toolbar .zoom-actions {
    display: none;
}
}/** Breakpoints for responsive design
 *  Carbon Breakpoints: https://www.carbondesignsystem.com/guidelines/2x-grid/overview/#breakpoints
 *  Reference: https://davidwalsh.name/write-media-queries-sass
*/
@media only screen and (min-width: 672px) {
.cropping-canvas {
    display: flex;
    position: relative;
}
}
.cropping-canvas .canvas-container {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 672px) {
.cropping-canvas .canvas-container {
    flex: 1 1 0%;
    margin: 3.5rem 0 1rem;
}
}
@media only screen and (min-width: 672px) {
.cropping-canvas .canvas-container > .zoom-actions {
    display: none;
}
}
.cropping-canvas .canvas-container > .zoom-actions {
  top: 1rem;
  right: 1rem;
  width: 6rem;
  padding: 0.75rem 1rem;
  background-color: #f3f5f8;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.cropping-canvas .pixel-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25rem 0.5rem;
  background-color: #f3f5f8;
  border-radius: 10px;
}
.cropping-canvas {
  /* There are two zoom-actions, one in CroppingCanvas and another in CroppingCanvasToolbar
   * This is the shared styling for both of them
   */
}
.cropping-canvas .zoom-actions {
  position: absolute;
  z-index: 1;
}
.cropping-canvas .zoom-actions .sls-icon {
  margin-right: 0.5rem;
}
.cropping-canvas .zoom-actions .sls-icon [fill] {
  fill: #2b63d9;
}
.cropping-canvas .zoom-actions .btn-zoom-in {
  margin-right: 1rem;
}
.cropping-canvas .zoom-actions .btn-zoom-default {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.688rem;
  font-weight: 700;
  line-height: 0.875rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.cropping-canvas .zoom-actions .btn-zoom-default {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.cropping-canvas .zoom-actions .btn-zoom-default {
  color: #6d7b8c;
}
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  user-select: none;
  max-width: 100%;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  width: 100%;
  background-color: #ffffff;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: rgba(84, 101, 121, 0.5);
  opacity: 1;
  border-radius: 10px;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before, .cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #fff;
  height: 3px;
  width: 3px;
  opacity: 1;
}
.cropper-point.point-e {
  cursor: ew-resize;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  width: 32px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
  width: 32px;
}
.cropper-point.point-ne::before {
  content: "";
  display: block;
  height: 32px;
  width: 3px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
  height: 32px;
}
.cropper-point.point-nw::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
  height: 32px;
}
.cropper-point.point-sw::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 32px;
  right: -3px;
}
.cropper-point.point-se::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}/** Breakpoints for responsive design
 *  Carbon Breakpoints: https://www.carbondesignsystem.com/guidelines/2x-grid/overview/#breakpoints
 *  Reference: https://davidwalsh.name/write-media-queries-sass
*/
.fullscreen.bx--modal.content-modal.cropping-canvas-modal .bx--modal-container {
  height: calc(100vh - 4rem);
  max-height: calc(100vh - 4rem);
}
@media only screen and (max-width: 671px) {
.fullscreen.bx--modal.content-modal.cropping-canvas-modal .bx--modal-content {
    padding-top: 1rem;
}
}