.swal2-container{
  #swal2-title{
    font-size: 20px !important;
  }
}


.swal2-container{
  .swal2-modal{
    background: var(--background-S360) !important;

    .swal2-success{
      .swal2-success-circular-line-left{
        background: var(--background-S360) !important;
      }
      .swal2-success-fix{
        background: var(--background-S360) !important;
      }
      .swal2-success-circular-line-right{
        background: var(--background-S360) !important;
      }
    }

    .swal2-contentwrapper{
      .swal2-title{
        color: var(--color-text-S360) !important;
      }

      .swal2-content{
        color: var(--color-text-S360) !important;
      }
    }
  }
}
