.alert-danger {
    background: linear-gradient(90deg, rgb(218, 27, 33) 0%, rgb(193, 31, 35) 35%, rgb(237, 12, 12) 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    margin: 10px 25px 5px 24px;
}

.alert-success {
    background: linear-gradient(270deg, #2aad7a 3.57%, #26966a 97.53%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    margin: 10px 25px 5px 24px;
}

.alert-danger-img {
    margin-right: 13px;
    height: 30px;
    width: 30px;
}

.alert-danger-img  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);transform: ;msFilter:;'%3E%3Cpath d='M9.172 16.242 12 13.414l2.828 2.828 1.414-1.414L13.414 12l2.828-2.828-1.414-1.414L12 10.586 9.172 7.758 7.758 9.172 10.586 12l-2.828 2.828z'%3E%3C/path%3E%3Cpath d='M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm0-18c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.alert-success-img {
    margin-right: 13px;
    height: 30px;
    width: 30px;
}

.alert-success-img {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1038 15.1042C28.1038 7.86694 22.2369 2 14.9997 2C7.76244 2 1.89551 7.86694 1.89551 15.1042C1.89551 22.3414 7.76244 28.2083 14.9997 28.2083C22.2369 28.2083 28.1038 22.3414 28.1038 15.1042Z' stroke='white' stroke-width='2.25'/%3E%3Cpath d='M11 15L14 18L20 12' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}