/* 
            .swal-button--cancel{
                background-color:#d33 !important;
                color: white;
            }
            .swal-button--confirm{
                background-color:rgb(19, 133, 63) !important;
            } */

            .btn{
                margin-right: 5px!important;
            }
            .colored-toast.swal2-icon-success {
                background-color: #a5dc86 !important;
              }

              .colored-toast.swal2-icon-success {
                background-color: #a5dc86 !important;
              }
              
              .colored-toast.swal2-icon-error {
                background-color: #f27474 !important;
              }
              
              .colored-toast.swal2-icon-warning {
                background-color: #f8bb86 !important;
              }
              
              .colored-toast.swal2-icon-info {
                background-color: #3fc3ee !important;
              }
              
              .colored-toast.swal2-icon-question {
                background-color: #87adbd !important;
              }
              
              .colored-toast .swal2-title {
                color: white;
              }
              
              .colored-toast .swal2-close {
                color: white;
              }
              
              .colored-toast .swal2-html-container {
                color: white;
              }

              .swal2-cancel{
                background-color: #f27474 !important;
                border-color:#f27474 !important;
              }
              .swal2-confirm{
                background-color: #a5dc86 !important;
                border-color:#a5dc86 !important;
              }