         /* Toast */
         .jq-toast-wrap {
            z-index: 999999 !important;
        }

        .jq-toast-wrap .jq-icon-success {
            background-color: #71c016;

        }

        .jq-toast-wrap .jq-icon-warning {
            background-color: #ffc100;

        }

        .jq-toast-wrap .jq-icon-error {
            background-color: #fc5661;

        }
