{
  ExitConfirmDialog =
  {
    Platform = "default"
    TransitionOnTime = 0.1
    TransitionOffTime = 0.2
    OpenSound = "/SFX/Menu Sounds/IrisMenuOpen"
    CloseSound = "null"
    SelectionSound = "/SFX/Menu Sounds/IrisMenuToggle2"
    ForceShowCursor = true
    GamepadCursorControl = true

    Back =
    {
      Justification = "Left"
      VerticalJustification = "Top"
      Red = 0
      Green = 0
      Blue = 0
      Width = 5120
      Height = 1920
      Alpha = 0.8
    }

    AnimatedBackground =
    {
      X = 960
      Y = 440
      Graphic = "ShellConfirmIn"
      Justification = "Center"
      VerticalJustification = "Center"
    }

    TitleText =
    {
      X = 960
      Y = 300
      Width = 930
      Justification = "Center"
      VerticalJustification = "Center"
      Font = "P22UndergroundSCMedium"
      FontSize = 37
      LineSpacingBottom = -25
      TextRed = 0.87
      TextGreen = 0.87
      TextBlue = 0.87
      TextOutlineRed = 0.104
      TextOutlineGreen = 0.1
      TextOutlineBlue = 0.092
      ShadowRed = 0.054
      ShadowGreen = 0.05
      ShadowBlue = 0.042
      ShadowAlpha = 1
      ShadowBlur = 0
      ShadowOffsetY = 4
      OutlineThickness = 3
      
    }

    NameFormat =
    {
      TextRed = 0.58
      TextGreen = 0.14
      TextBlue = 0.05
      Font = "LatoBold"
      FontSize = 26
      TextSymbolScale = 0.8
      
    }

    NameHighlightFormat =
    {
      TextRed = 0.15
      TextGreen = 0.13
      TextBlue = 0.09
      Font = "LatoBold"
      FontSize = 26
      TextSymbolScale = 0.8
      TextOutlineRed = 0.8
      TextOutlineGreen = 0.1
      TextOutlineBlue = 0.05
      OutlineThickness = 1
      ShadowRed = 0
      ShadowBlue = 0
      ShadowGreen = 0
      ShadowAlpha = 1
      ShadowBlur = 1
      ShadowOffsetY = 2
      ShadowOffsetX = 0
      
    }

    PromptText =
    {
      X = 960
      Y = 400
      Justification = "Center"
      VerticalJustification = "Top"
      Font = "LatoMedium"
      FontSize = 26
      TextSymbolScale = 0.8
      Height = 400
      Width = 800
      LineSpacingBottom = 3
      VariableAutoFormat = "NameFormat"
      TextRed = 0.812
      TextGreen = 0.884
      TextBlue = 0.849
      FlashMin = 0.0
      FlashMax = 0.8
      FlashSpeed = 3.0
      FlashRed = 1.0
      FlashGreen = 0.4
      FlashBlue = 0.1
      TextOutlineRed = 0.204
      TextOutlineGreen = 0.2
      TextOutlineBlue = 0.192
      ShadowRed = 0.204
      ShadowGreen = 0.2
      ShadowBlue = 0.192
      ShadowAlpha = 1
      ShadowBlur = 0
      ShadowOffsetY = 4
      OutlineThickness = 3
      
    }

    ConfirmButton =
    {
      Graphic = "Button_Default"
      UnderCursorOnAnimation = "Button_HighlightOn"
      UnderCursorOffAnimation = "Button_HighlightOff"
      PressAnimation = "Button_Press"
      HelpTextId = "ExitConfirm_Confirm"
      X = 730
      Y = 650
      TextOffsetY = -3
      Justification = "Center"
      VerticalJustification = "Center"
      TextScale = 0.7
      TextJustification = "Center"
      Font = "P22UndergroundSCMedium"
      TextRed = 0.8
      TextGreen = 0.8
      TextBlue = 0.8
      TextOutlineRed = 0.0
      TextOutlineGreen = 0.0
      TextOutlineBlue = 0.0
      FontSize = 36
      PressSound = "/SFX/Menu Sounds/GodBoonInteract"
    }

    CancelButton =
    {
      InheritFrom = "ConfirmButton"
      HelpTextId = "ExitConfirm_Cancel"
      X = 1200
      Y = 650
      PressSound = "/SFX/Menu Sounds/IrisMenuBack"
    }

    CancelCountdownText =
    {
      InheritFrom = "PromptText"
      OffsetY = 60
    }

  }
}