@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{font-size:16px;font-family:system-ui,Cairo,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{margin:0;display:flex;place-items:center;min-height:100vh}:root{--header-height: 50px;--animation-duration: .2s;--animation-timing-curve: ease-in-out;--color-gray: rgb(164 164 164 / 80%);--color-lightgray: #bdbdbd;--color-white: #ebeaf0;--color-red: #d2232a;--color-alternative: #fce2e2;--color-alternative-dark: #ebcccc;--step--4: clamp(.5rem, calc(.2rem + 2vw), .95rem);--step--3: clamp(.5rem, calc(.29rem + 2vw), 1.2rem);--step--2: clamp(.91rem, calc(.89rem + .1vw), .96rem);--step--1: clamp(1.09rem, calc(1.05rem + .21vw), 1.2rem);--step-0: clamp(1.31rem, calc(1.24rem + .37vw), 1.5rem);--step-1: clamp(1.58rem, calc(1.46rem + .59vw), 1.88rem);--step-2: clamp(1.89rem, calc(1.71rem + .89vw), 2.34rem);--step-3: clamp(2.27rem, calc(2.01rem + 1.29vw), 2.93rem);--step-4: clamp(2.72rem, calc(2.36rem + 1.83vw), 3.66rem);--step-5: clamp(3.27rem, calc(2.75rem + 2.56vw), 4.58rem);--step-6: clamp(.5rem, calc(.29rem + 5vw), 5rem);--color-dark: #13111a;--color-light: #1f1f2a;--color-background: #17151f;--color-card: #333043;background:var(--color-background)!important}[data-nav-size=open]{--sidebar-width: 170px}[data-nav-size=close]{--sidebar-width: 58px}[data-mode=light] .control-page img,[data-mode=light] .main-home-container,[data-mode=light] .ticket-tag,[data-mode=light]{filter:invert(100%) hue-rotate(180deg)}[data-color=default]{--color-primary: #3194c5;--color-primary-hovered: #2c7ca4f0;--color-primary-hovered-background: rgba(49, 156, 238, .04);--color-secondary: #baefff;--color-icon: #449bc7}[data-color=rose]{--color-primary: #ee315e;--color-primary-hovered: #b62748;--color-primary-hovered-background: rgba(238, 49, 94, .04);--color-secondary: #ffbaba;--color-icon: #f0466e}[data-color=herbs]{--color-primary: #009859;--color-primary-hovered: #009833;--color-primary-hovered-background: rgba(49, 238, 68, .04);--color-secondary: #baffc4;--color-icon: #3aac62}[data-color=royal]{--color-primary: #6731c5;--color-primary: #5b29b3;--color-primary-hovered: #5a2ca4bf;--color-primary-hovered-background: rgba(125, 49, 238, .04);--color-secondary: #d4baff;--color-icon: #694cdf}[data-color=butter]{--color-primary: #c58a31;--color-primary-hovered: #8a6725;--color-primary-hovered-background: rgba(238, 225, 49, .04);--color-secondary: #ffedba;--color-icon: #b28b48}[data-color=curry]{--color-primary: #c86f5e;--color-primary-hovered: #965143;--color-primary-hovered-background: rgba(207, 158, 105, .04);--color-secondary: #dbbcaf;--color-icon: #c86f5e}[data-theme=default]{--color-light: #303743 ;--color-dark: #11131a;--color-background: #15181f;--color-card: #262641}[data-theme=clear]{--color-light: #171b21;--color-dark: #06070b;--color-background: #07080c;--color-card: #13161b}[data-theme=Rush]{--color-light: #1f1f2a;--color-dark: #13111a;--color-background: #17151f;--color-card: #333043}[data-theme=coral]{--color-light: #13252d;--color-dark: #011118;--color-background: #04141b;--color-card: #123545}[data-theme=grass]{--color-light: #0b3a23;--color-dark: #091801;--color-background: #041b08;--color-card: #103a29}[data-theme=river]{--color-light: #0081b936;--color-dark: #011318;--color-background: #04121b;--color-card: #10243a}[data-theme=red]{--color-light: #c531318f;--color-dark: #180101;--color-background: #1b0404;--color-card: #d2232abf;--color-primary: #c53131;--color-primary-hovered: #a42c2c;--color-primary-hovered-background: rgba(238, 49, 49, .04);--color-secondary: #ffbaba;--color-icon: #df4c4c}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--color-alternative);border-radius:100px}::-webkit-scrollbar-thumb:hover{background:var(--color-alternative-dark)}.App{width:100vw;height:100vh;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:color .25s ease-in,background-color .25s ease-in}.container{display:flex;width:100%;height:calc(100vh - var(--header-height));background-color:var(--color-background)}.children{width:100vw;overflow:hidden}.logo-img{margin-right:5px;margin-top:1px;height:auto;transition:all .25s ease-in}.navBar-logo:hover .logo-img{transform:rotate(-45deg);scale:.9}hr{margin:-3px 0 0;border-style:inset;border-width:.05px;border-color:var(--color-light)}.Avatar-sm{font-size:12px;width:30px;height:30px;background:var(--color-icon)!important;padding-top:.4px!important;transition:all .25s ease-in;text-transform:uppercase}.Avatar-bg{font-size:17px!important;background:var(--color-icon)!important;padding-top:2.4px!important;transition:all .25s ease-in}.admin-background{background-color:var(--color-background);position:fixed;inset:0;width:100%;height:100%;z-index:100}.control-page ::-webkit-scrollbar-thumb{background:var(--color-light)!important}.control-page ::-webkit-scrollbar-thumb:hover{background:var(--color-card)!important}.no-select{user-select:none}.primary-contained{background-color:var(--color-primary );color:"#fff";transition:all .25s ease-in}.primary-contained:disabled{background-color:#7a7c7c;color:#cecccc}.primary-contained:hover{background-color:var(--color-primary-hovered);color:"#fff"}.primary{color:var(--color-primary)!important;transition:all .25s ease-in}.primary:hover{background-color:var(--color-primary-hovered-background)}.primary-outlined{color:var(--color-primary-hovered);transition:all .25s ease-in}.primary-outlined:hover{color:var(--color-primary);background-color:var(--color-primary-hovered-background)}.header-title{font-family:Cairo,Cochin,Georgia,Times,Times New Roman,serif;color:#fff}@media (max-width: 960px){::-webkit-scrollbar{display:none}}.background-container{position:fixed;min-width:100%;min-height:100%;inset:0;z-index:-1}.error_container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow-y:hidden}.error_wrong-para{font-family:system-ui,Cairo,sans-serif;font-weight:600;color:#092532}header{display:flex;justify-content:space-between;align-items:center;background-color:var(--color-dark);width:100%;height:var(--header-height);-webkit-app-region:drag;user-select:none}.navBar-logo{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none}.navBar-logo p{color:#f5f5f5;font-size:var(--step--3);white-space:nowrap;font-family:Cairo;font-weight:bolder;margin:0 12px 0 4px}.hamburger-react{margin-right:6px;margin-left:6px;width:45px}.profile-container{display:flex;align-items:center;position:relative;cursor:pointer;margin-right:15px}.name{display:flex;font-size:13px;color:#d3d3d3;font-family:sans-serif;margin-left:5px;font-weight:700}.rotate{transition:.35s;transform:rotate(180deg)}.default-rotate{transition:.35s;transform:rotate(360deg)}.back{z-index:99;position:fixed;top:0;left:0;cursor:auto}.name-placeholder-line{height:12px;width:70px;animation:pulse 1s infinite ease-in-out}@keyframes pulse{0%{background-color:#a5a5a51a}50%{background-color:#a5a5a54d}to{background-color:#a5a5a51a}}.menu{position:absolute;top:40px;right:-5px;width:100%;min-width:130px;background-color:var(--color-dark);box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:column;z-index:12;transition:opacity .15s ease-in-out,transform .15s ease-in-out;transform:translateY(-10px);pointer-events:none;padding:.35rem;cursor:default;-webkit-box-shadow:0px 1px 3px -1px rgb(187 186 222 / 75%)}.menu-inactive{opacity:0}.menu-active{transform:translateY(0);pointer-events:auto;z-index:100}.back{z-index:99;position:fixed;top:0;left:0;width:100%;height:100%;cursor:auto}.menu-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;width:100%;height:100%;transition:all .15s ease-in-out;cursor:pointer}.menu-item:last-child{margin-bottom:4px}.menu-item:hover p{color:var(--color-icon)}.menu-icon{width:18px;margin-top:2px}.menu-item:hover .menu-icon{fill:var(--color-icon)}.menu-item p{color:#d3d3d3;font-weight:300;font-size:13.8px;margin:0 0 1px 10px}.sidebar{display:flex;flex-direction:column;flex-shrink:0;width:var(--sidebar-width);background-color:var(--color-dark);overflow:hidden;transition:width var(--animation-duration) var(--animation-timing-curve);height:calc(100vh - var(--header-height))}.sidebar-list{width:100%;padding-top:16px}.top-sidebar{flex-grow:1;overflow-y:auto;overflow-x:hidden;margin-top:10px;border-bottom:1px solid var(--color-line)}.bottom-sidebar{margin:5px 0}.item-sidebar{display:flex;align-items:center;width:100%;height:35px;padding-left:18px;cursor:pointer;margin:8px 0}.item-sidebar:hover{background-color:#0003}.item-selected{border-left:3px solid var(--color-icon);padding-left:15px;background-color:#0003;transition:all .25s ease-in}.sidebar-title{color:#ecebf1;margin-left:24px;white-space:nowrap;font-weight:500}.sidebar-img{margin-top:4px;transition:.35s}.item-sidebar:hover .sidebar-img{scale:1.25}nav a{text-decoration:none}a{text-decoration:none}.component-container{padding:30px;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;word-wrap:break-word}.component-header-title{margin-top:0}@media (max-width: 960px){.component-container{padding:10px}}.loading-background{position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);z-index:101;animation:blur .5s ease-in-out;-webkit-animation-fill-mode:forwards}.loading{stroke-dasharray:640;stroke-dashoffset:640;animation:draw 3s ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;fill:transparent}@keyframes draw{to{stroke-dasharray:60;stroke-dashoffset:60;fill:#dab3bf}}@keyframes blur{to{backdrop-filter:blur(10px)}}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--color-primary);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
