.v-toast{
    z-index: 10520 !important;
}

.v-toast__text {
    padding: 0.8em 0.8em !important;
}

.v-toast__item {
    min-height: auto !important;
}

.v-toast__item .v-toast__icon{
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    margin-left: 0.8em !important;
}

.v-toast__item--custom-success{
    background-color: #626262;
}

.v-toast__item.v-toast__item--custom-success .v-toast__icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat !important;
}