/* _content/IP.Coster.Web/Components/DialogBox/DialogInstance.razor.rz.scp.css */
.dialog-container[b-3jrfgrob40] {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.2);
}
.dialog-container.dialog-center[b-3jrfgrob40] {
  align-items: center;
  justify-content: center;
}
.dialog-container.dialog-topcenter[b-3jrfgrob40] {
  align-items: flex-start;
  justify-content: center;
  padding-top: 32px;
}
.dialog-container.dialog-bottomcenter[b-3jrfgrob40] {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 32px;
}
.dialog-container.dialog-centerright[b-3jrfgrob40] {
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
}
.dialog-container.dialog-centerleft[b-3jrfgrob40] {
  align-items: center;
  justify-content: flex-start;
  padding-left: 32px;
}
.dialog-container.dialog-topleft .dialog[b-3jrfgrob40] {
  position: absolute;
  top: 32px;
  left: 32px;
}
.dialog-container.dialog-topright .dialog[b-3jrfgrob40] {
  position: absolute;
  top: 32px;
  right: 32px;
}
.dialog-container.dialog-bottomleft .dialog[b-3jrfgrob40] {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.dialog-container.dialog-bottomright .dialog[b-3jrfgrob40] {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.dialog-container.dialog-bottomright .dialog[b-3jrfgrob40] {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.dialog[b-3jrfgrob40] {
  display: flex;
  z-index: 1302;
  flex-direction: column;
  color: #424242;
  background-color: #fff;
  border-radius: 4px;
  -webkit-animation: open-dialog-center 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: open-dialog-center-b-3jrfgrob40 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.dialog.dialog-rtl .dialog-title .button-root[b-3jrfgrob40] {
  right: unset;
  left: 8px;
}
.dialog .dialog-title[b-3jrfgrob40] {
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dialog .dialog-title + * > .dialog-content[b-3jrfgrob40] {
  border-radius: 0;
}
.dialog .dialog-title .button-root[b-3jrfgrob40] {
  top: 8px;
  right: 8px;
  position: absolute;
}
.dialog .dialog-content[b-3jrfgrob40] {
  position: relative;
  flex: 1 1 auto;
  padding: 8px 24px;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
}
.dialog .dialog-content.dialog-no-side-padding[b-3jrfgrob40] {
  padding: 12px 0px;
}
.dialog .dialog-actions[b-3jrfgrob40] {
  flex: 0 0 auto;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: flex-end;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dialog .dialog-actions > :not(:first-child)[b-3jrfgrob40] {
  margin-left: 8px;
  margin-inline-start: 8px;
  margin-inline-end: unset;
}

.dialog-width-false[b-3jrfgrob40] {
  max-width: calc(100% - 64px);
}

.dialog-width-xxs[b-3jrfgrob40] {
  max-width: 320px;
}

.dialog-width-xs[b-3jrfgrob40] {
  max-width: 444px;
}

.dialog-width-sm[b-3jrfgrob40] {
  max-width: 600px;
}

.dialog-width-md[b-3jrfgrob40] {
  max-width: 960px;
}

.dialog-width-lg[b-3jrfgrob40] {
  max-width: 1280px;
}

.dialog-width-xl[b-3jrfgrob40] {
  max-width: 1920px;
}

.dialog-width-xxl[b-3jrfgrob40] {
  max-width: 2560px;
}

.dialog-width-full[b-3jrfgrob40] {
  width: calc(100% - 64px);
  max-height: 90%;
  overflow-y: auto;
}

.dialog-fullscreen[b-3jrfgrob40] {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}

@-webkit-keyframes open-dialog-center {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes open-dialog-center-b-3jrfgrob40 {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
