﻿/*
   custom.sweetalert.css?date=20181225-1500
   
     Custom SweetAlert2-relative style.
*/

.swal2-container
{
  z-index: 50100; /* SweetAlert2 brint to front for Block UI custom z-index - notifyMessage > SweetAlert2 > Block UI */
}

  /* SweetAlert2 default font size of confirm button too small */
  /*.swal2-container *
  {
    font-size: medium;  20220110 會顯影響 title 字體大小
  }*/

  .swal2-container .swal2-icon-text
  {
    font-size: 3.75em; /* restore icon text font size */
  }

  /* sweetalert2 v8.0.7 */
  .swal2-container > .swal2-modal > .swal2-content > #swal2-content
  {
    font-weight: 400; /* 原始 font-weight: 300 導致文字色彩過淡 */
  }

/* end */
