#liveToast{
    border-radius: 0.625rem;
    border: 1px solid var(--background-grey, #F0F2FC);
    background: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(34, 55, 112, 0.10);
    padding: 1.25rem;
}
#liveToast .toast-header{
    border: none;
    padding: 0;
}
#liveToast .toast-body{
    display: flex;
    justify-content: space-between;
    gap:1rem;
    padding: 0;
}
#liveToast .toast-body .toast-body-left{
    display: flex;
    gap:1rem;

}
#liveToast .toast-body .toast-tick{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #249789;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.87rem;
    background-color: #249789;
}
#liveToast .toast-body .toast-texts h5{
    color: var(--Black, #223770);
    font-family: Helvetica;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.00625rem;

}
#liveToast .toast-body .toast-texts p{
    color: var(--grey, #5F6F98);
    font-family: Helvetica;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.00625rem;
}
#liveToast .toast-body .toast-logo{
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}