.notyf__toast, .notyf__wrapper {
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
}

.notyf__toast--dismissible .notyf__wrapper {
    position: relative;
    padding-left: 48px;
    padding-right: 0;
    box-sizing: border-box;
}

.notyf__icon--error, 
.notyf__icon--success {
    background-color: transparent;
    margin-top: calc(26px - 10px);
}

.notyf__icon--success:after, 
.notyf__icon--success:before,
.notyf__icon--error:after, 
.notyf__icon--error:before {
    border-radius: 0;
    width: 2px;
    color: #fff;
}

.notyf__icon--success:before {
    height: 16px;
    left: 13px;
    top: 1px;
}

.notyf__icon--error:after, 
.notyf__icon--error:before {
    height: 16px;
    top: 2px;
    left: 10px;
}

.notyf__message {
    background: #2C3148;
    font-family: "Open Sans", sans-serif;
    padding: 15px 24px 15px 17px;
    font-size: 14px;
    color: #eee;
}

.notyf__icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #24BE8D;
    width: 48px;
    height: 100%;
    box-sizing: border-box;
}

.notyf__toast--error .notyf__icon {
    background-color: #F27474;
}


.notyf__dismiss {
    background: #2C3148;
    margin: 0;
    width: 10px;
    height: 10px;
    top: 6px;
    right: 6px;
}

.notyf__dismiss .notyf__dismiss-btn {
    background: none;
}

.notyf {
    padding: 12px;
}