
.colored-toast.swal2-icon-default,
.colored-toast.default {
    background-color: #fff !important;
}

.colored-toast.swal2-icon-success,
.colored-toast.success {
    background-color: #fff !important;
}

.colored-toast.swal2-icon-error,
.colored-toast.error {
    background-color: #fff !important;
}

.colored-toast.swal2-icon-warning,
.colored-toast.warning {
    background-color: #fff !important;
}

.colored-toast.swal2-icon-info,
.colored-toast.info {
    background-color: #fff !important;
}

.colored-toast.swal2-icon-question,
.colored-toast.question {
    background-color: #fff !important;
}

.colored-toast.default,
.colored-toast.swal2-icon-error.default,
.colored-toast.swal2-icon-success.default,
.colored-toast.swal2-icon-warning.default,
.colored-toast.swal2-icon-info.default,
.colored-toast.swal2-icon-question.default {
    background-color: #fff !important;
}

.colored-toast .swal2-title {
    color: #000;
}

.colored-toast .swal2-close {
    color: #000;
}

.colored-toast .swal2-html-container {
    color: #000;
}

.colored-toast.default .swal2-title,
.colored-toast.default .swal2-html-container {
    color: #000;
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: center !important;
}

.swal2-input {
    background-color: #fff !important;
}

.error-input {
  border-color: red !important
}

.error-msg {
  display: block;
  text-align: left !important;
  margin-top: 5px;
  color: red;
}

.checkbox.l-check {
  text-align: left;
  margin-bottom: 15px;
  display: flex;
}

.checkbox.l-check>input[type='checkbox'] {
  margin-right: 5px;
}

.checkbox.l-check>span {
  margin-top: 3px;
}