.Toastify__toast-container {top: 48px !important;padding: 8px 10px !important;@media only screen and (min-width: 768px) {width: 375px !important;}}.Toastify__close-button {position: absolute;top: 10px !important;right: 10px !important;svg {rotate: -90deg;.circle-1 {color: rgba(255,255,255,0.5);}}}.Toastify__toast-container--top-center {left: 50%;transform: translateX(-50%);button {color: rgba(255,255,255,0.5);}button:hover {color: rgba(255,255,255,1);}}.toast-custom {display: flex;align-items:flex-start!important;items position: relative;width: 100%;padding: 10px 36px 10px 10px;backdrop-filter: blur(50px);box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.25);.toast-close {cursor: pointer;position: absolute;top: 10px;right: 10px;color: rgb(255 255 255 / 0.5);&:hover {color: rgb(255 255 255);}}}.toast-success {background-color: rgb(29 175 38 / 0.2);border-left: 2px solid rgb(29 175 38);.toast-progress-circle {color: rgb(29 175 38);}}.toast-error {background-color: rgb(223 32 32 / 0.2);border-left: 2px solid rgb(223 32 32);.toast-progress-circle {color: rgb(223 32 32);}}.toast-info {background-color: rgb(32 153 223 / 0.2);border-left: 2px solid rgb(32 153 223);.toast-progress-circle {color: rgb(32 153 223);}}.toast-warning {background-color: rgb(255 168 0 / 0.2);border-left: 2px solid rgb(255 168 0);.toast-progress-circle {color: rgb(255 168 0);}}@keyframes dash {from {stroke-dashoffset: 100;}to {stroke-dashoffset: 0;}}.toast-progress-circle {animation: dash var(--toastify-duration, 5000ms) linear forwards;animation-play-state: running;}[data-pause="true"] .toast-progress-circle {animation-play-state: paused;}