#toast {
    width: 3rem !important;
    min-height: 2.5rem !important;
    position: fixed !important;
    margin: -1.5rem 0 0 -1.5rem !important;
    background: #666 !important;
    top: 50% !important;
    left: 50% !important;
    opacity: 0.8 !important;
    text-align: center !important;
    border-radius: 10px !important;
    padding-top: 0.1rem !important;
}

#toast img {
    width: 60% !important;
}

#toast p {
    width: 100% !important;
    font-weight: bold !important;
    color: #fff;
    font-size: 0.4rem !important;
}

#loding{
    position: absolute !important;
    z-index: 99999 !important;
    background:#fff !important;
    opacity: 0.4 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}
#loding img{
    position: absolute !important;
    top:50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}