/*******************************************************************************
    Old breakpoints
*******************************************************************************/
/*******************************************************************************
    Material adjusted breakpoints
*******************************************************************************/
/* line 1, ../canonid-app/widget/gcid-widget-service.scss */
.gcid-main-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  left: -5000px;
  height: 100vh;
  top: 0;
}

/* line 16, ../canonid-app/widget/gcid-widget-service.scss */
#cid-iframe {
  min-width: 320px;
  max-height: 780px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 600px), screen and (min-width: 601px) and (max-width: 960px) and (orientation: landscape) {
  /* line 27, ../canonid-app/widget/gcid-widget-service.scss */
  #cid-iframe {
    min-width: 100%;
  }

  /* line 31, ../canonid-app/widget/gcid-widget-service.scss */
  .gcid-main-wrapper {
    justify-content: flex-start;
    background-color: #fff;
  }
}

/*# sourceMappingURL=widget-service.css.map */
