.fcr-global-dialog .fcr-dialog-body {
  padding: 0;
}
.fcr-global-dialog-wrapper {
  width: 490px;
  height: 530px;
  display: flex;
  flex-direction: column;
}
.fcr-global-dialog-header {
  border-radius: var(--fcr_cornerradius_xl);
  background: var(--fcr_ui_scene_ramp_brand6);
  border-color: var(--fcr_ui_scene_ramp_brand6);
  font-weight: var(--fcr_font_weight_x);
  height: 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-style: solid;
  border-width: 1px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
  color: var(--fcr_ui_scene_white10);
}

.fcr-global-dialog-body {
  border-width: 1px;
  border-radius: var(--fcr_cornerradius_xl);
  background: var(--fcr_web_ui_scene_fill2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  flex: 1;
  overflow: hidden;
}

.fcr-global-dialog-header-close {
  background: var(--fcr_ui_scene_white10);
  border-radius: var(--fcr_cornerradius_round);
  border-color: transparent;
  position: absolute;
  right: -11px;
  top: -11px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  box-sizing: content-box;
  background-clip: padding-box;
  color: var(--fcr_ui_scene_black10);
  background: var(--fcr_ui_scene_white10);
}
.fcr-global-dialog-header-close:hover {
  border-color: var(--fcr_ui_scene_ramp_brand6);
}
