.custom-toast{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:calc(var(--radius) * .25);border-width:2px;padding:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0px 4px 6px -2px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.2);--tw-shadow-colored:0px 4px 6px -2px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-name:enter;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;--tw-enter-translate-y:-100%;animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.custom-toast__content{display:flex;flex:1 1 0%;align-items:center;gap:.75rem}.custom-toast__description{white-space:pre-wrap;font-size:.875rem;letter-spacing:-.01em;line-height:1.625}.custom-toast__icon-container{display:flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px}.custom-toast__icon-container--success{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.custom-toast__icon-container--error{--tw-bg-opacity:1;background-color:rgb(238 132 82/var(--tw-bg-opacity,1))}.custom-toast__icon-container--info{--tw-bg-opacity:1;background-color:rgb(156 156 167/var(--tw-bg-opacity,1))}.custom-toast__icon-container--warning{--tw-bg-opacity:1;background-color:rgb(238 132 82/var(--tw-bg-opacity,1))}.custom-toast__icon{height:1rem;width:1rem;flex-shrink:0;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.custom-toast__close-btn{border-radius:calc(var(--radius) * .5);padding:.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.custom-toast__close-btn:hover{background-color:rgb(255 255 255/.1)}.custom-toast__close-btn:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(255 255 255/0.2);--tw-ring-offset-width:2px;--tw-ring-offset-color:transparent}.custom-toast__close-icon{height:1rem;width:1rem;color:rgb(255 255 255/.7)}.custom-toast__close-icon:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.custom-toast--success{--tw-border-opacity:1;border-color:rgb(28 180 81/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(28 180 81/var(--tw-bg-opacity,1))}.custom-toast--error{--tw-border-opacity:1;border-color:rgb(231 71 39/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(231 71 39/var(--tw-bg-opacity,1))}.custom-toast--info{--tw-border-opacity:1;border-color:rgb(98 98 113/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(98 98 113/var(--tw-bg-opacity,1))}.custom-toast--warning{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.custom-toast--exiting{transition-duration:.3s;animation-name:exit;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;--tw-exit-translate-x:100%;animation-duration:.3s}