:root{--space:20px;--chat-bot-bg:#004e8e;--chat-font-color:#fff}.d-none{display:none!important}.p-1{padding:5px!important}.m-1{margin:5px!important}.m-2{margin:10px!important}.mt-1{margin-top:5px!important}.mb-1{margin-bottom:5px!important}.mr-1{margin-right:5px!important}.ml-1{margin-left:5px!important}.mt-2{margin-top:10px!important}.mt-3{margin-top:15px!important}.mb-2{margin-bottom:10px!important}.mr-2{margin-right:10px!important}.ml-2{margin-left:10px!important}.w-100{width:100%!important}.w-75{width:75%!important}.w-50{width:50%!important}.w-49{width:49%!important}.w-25{width:25%!important}button{text-transform:capitalize!important}input{outline:none}.chat-popup a,.chat-popup a:hover{color:inherit;text-decoration:none}.chat-popup h1,.chat-popup h2,.chat-popup h3,.chat-popup h4,.chat-popup h5,.chat-popup h6{margin:0}.chat-popup button{color:#fff}.chat-popup button,.chat-popup button:hover{background:var(--chat-bot-bg)}.chat-popup-btn-wrap{font-size:.8125rem;font-weight:500;line-height:1.5385;text-align:left;color:var(--chat-font-color);height:60px;width:60px;position:fixed;bottom:20px;z-index:998;animation:slideUp .5s ease!important}.chat-popup-btn-wrap.align-right{right:var(--space)}.chat-popup-btn-wrap.align-left{left:var(--space)}.chat-popup-btn{background:linear-gradient(135deg,#2a27da,#0cf);height:70px;width:70px;display:flex;align-items:flex-start;justify-content:flex-end;overflow:hidden;cursor:pointer;border-radius:50%;padding:10px;box-shadow:0 4px 24px rgba(0,77,255,.5)}.chat-popup-btn-wrap:before{position:absolute;content:"";top:50%;left:50%;transform:translateX(-50%);transform:translateY(-50%);height:0;width:0;border-radius:50%;z-index:-1}.wel-mes{background:#fff;color:#000;width:220px;padding:10px;font-size:16px;font-weight:600;position:absolute;top:-80px;right:0;box-shadow:2px 2px 10px rgba(0,78,142,.3);border-radius:5px;animation:ani 2s ease-in-out infinite}@keyframes ani{0%{right:0}50%{right:20px}to{right:0}}.wel-mes span{height:60px;position:absolute;width:10px;color:#000;transform-origin:bottom center;z-index:-1}.wel-mes span:first-child{transform:rotate(-120deg)}.wel-mes span:nth-child(2){transform:rotate(-110deg)}.wel-mes span:nth-child(3){transform:rotate(-100deg)}.wel-mes span:nth-child(4){transform:rotate(-90deg)}.wel-mes span:nth-child(5){transform:rotate(-80deg)}.wel-mes span:nth-child(6){transform:rotate(-70deg)}.wel-mes span:nth-child(7){transform:rotate(-60deg)}.wel-mes span:nth-child(8){transform:rotate(-50deg)}.wel-mes span:nth-child(9){transform:rotate(-40deg)}.wel-mes span:nth-child(10){transform:rotate(-30deg)}.wel-mes span:nth-child(11){transform:rotate(-20deg)}.wel-mes span:nth-child(12){transform:rotate(-10deg)}.wel-mes span:nth-child(13){transform:rotate(0deg)}.wel-mes span:nth-child(14){transform:rotate(10deg)}.wel-mes span:nth-child(15){transform:rotate(20deg)}.wel-mes span:nth-child(16){transform:rotate(30deg)}.wel-mes span:nth-child(17){transform:rotate(40deg)}.wel-mes span:nth-child(18){transform:rotate(50deg)}.bot-mes-close-btn{position:absolute;top:-5px;right:-5px;background:#00a2e8;color:#fff;font-size:14px;display:grid;place-items:center;padding:4px;border-radius:5px 0;cursor:pointer}.close-popup-icon{height:100%}.open-popup-icon{background:var(--chat-bot-bg);height:100%;width:100%;display:flex;align-items:center;justify-content:center}.open-popup-icon svg{position:relative!important}.chat-popup{font-size:14px;font-weight:500;line-height:1.5385;color:#333;text-align:left;width:400px;height:70%;max-width:calc(100% - 40px);max-height:calc(100dvh - 100px);display:flex;flex-direction:column;box-shadow:0 10px 15px -3px rgba(0,0,0,.2);border-radius:15px;overflow:hidden;position:fixed;bottom:20px;z-index:999;animation:slideUp .5s ease!important}.chat-popup.full-screen{width:100%;height:100%;right:0!important;bottom:0;max-width:unset;max-height:unset;border-radius:unset}.chat-popup::-webkit-scrollbar{width:10px;height:10px}.chat-popup::-webkit-scrollbar-track{border-radius:10px}.chat-popup::-webkit-scrollbar-thumb{background:#89929a;border-radius:10px}.chat-popup::-webkit-scrollbar-thumb:hover{background:#093351}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0)}}.chat-popup.align-right{right:var(--space)}.chat-popup.align-left{left:calc(var(--space) - 70px)}.chat-header{background:var(--chat-bot-bg);color:var(--chat-font-color);padding:12px 10px;display:flex;gap:5px;align-items:center;box-shadow:0 7px 8px -5px rgba(0,0,0,.3);z-index:999;position:relative}.chat-header .img-wrap{min-width:55px;max-width:55px;padding:5px;height:55px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.chat-header img{height:100%}.chat-header h2{word-break:break-all;font-size:20px;font-weight:600;letter-spacing:.5px;line-height:25px}.chat-header .agent-name{margin-top:5px;font-size:13px;font-weight:600;display:flex;gap:5px;letter-spacing:.5px}.chat-header .agent-name svg{color:#adff2f}.chat-header .bot-sound-btn{margin-left:auto;display:flex;cursor:pointer;font-size:20px;padding:10px}.chat-header .bot-close-btn{margin-right:5px;display:flex;cursor:pointer;font-size:20px;padding:10px}.chat-header .bot-close-btn svg{stroke:var(--chat-font-color)}.chat-body{position:relative;display:flex;flex-direction:column;flex-grow:1;overflow:auto}.chat-intro-sec{flex-grow:1;background:#e8ecf1;overflow:auto}.intro-header{background:var(--chat-bot-bg);padding:40px 10px 60px}.itr-hdr-logo{margin:auto;display:flex;align-items:center;justify-content:center;width:100px;height:100px;overflow:hidden;border-radius:50%}.itr-hdr-logo img{height:100%}.itr-txt{text-align:center;color:#fff;margin-top:20px!important}.intro-form{background:#fff;border-left:3px solid var(--chat-bot-bg);padding:20px;border-radius:5px;display:flex;flex-direction:column;width:90%;margin:-40px auto 20px}.intro-input{margin-top:15px!important}.intro-form button{margin-top:10px;display:flex;gap:7px}.intro-form button svg{height:20px;width:20px}.chat-container{background:#eaeef3;overflow-y:auto;padding:15px;flex-grow:1}.chat-container::-webkit-scrollbar{width:8px}.chat-container::-webkit-scrollbar-thumb{background-color:#8f8f8f73;border-radius:5px}.chat-left,.chat-right{width:-moz-fit-content;width:fit-content;max-width:85%;margin:5px 0;position:relative}.chat-left+.chat-right,.chat-right+.chat-left{margin:15px 0 0}.chat-left{padding-left:15px}.chat-right{padding-right:15px;margin-left:auto!important;flex-direction:row-reverse}.chat-icon{min-width:30px;max-width:30px;height:30px;display:none;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff;border:4px solid #e8ecf1;position:absolute;z-index:1}.chat-left .chat-icon{top:-12px;left:0}.chat-right .chat-icon{top:-12px;right:0}.chat-container>.chat-left:nth-child(2)>.chat-icon,.chat-container>.chat-right:nth-child(2)>.chat-icon,.chat-left+.chat-right>.chat-icon,.chat-right+.chat-left>.chat-icon{display:flex}.chat-icon img{height:100%;-webkit-user-drag:none}.chat-date{position:relative}.chat-date-title{margin:10px auto;background:#fff;font-weight:600;padding:6px 20px;border-radius:10px;box-shadow:0 7px 8px -5px rgba(0,0,0,.1)}.chat-date-title,.chat-mes{width:-moz-fit-content;width:fit-content;font-size:14px}.chat-mes{padding:12px 17px 20px;padding-bottom:20px!important;line-height:20px;word-break:break-word;white-space:pre-wrap;border-radius:15px;min-width:100px;position:relative}.chat-time{position:absolute;font-size:12px;right:10px;bottom:-2px;font-weight:600}.chat-left .chat-mes.bg{background:#fff;color:#000;box-shadow:0 7px 8px -5px rgba(0,0,0,.1)}.chat-right .chat-mes.bg{background:var(--chat-bot-bg);color:#fff;box-shadow:0 7px 8px -5px rgba(9,51,81,.5)}.chat-mes a,.chat-mes a:hover{text-decoration:underline}.chat-left>.chat-mes a,.chat-left>.chat-mes a:hover{color:#0563c1}.chat-right>.chat-mes a,.chat-right>.chat-mes a:hover{color:#fff}.option-wrap{display:flex;flex-wrap:wrap;column-gap:10px}.option-wrap .option-btn{margin-top:10px;min-width:80px;border-radius:20px}.image-wrapper{width:100%;display:flex;flex-direction:column;gap:8px}.image-wrapper .img-wrap{width:100%;background:#fff;display:flex;border-radius:5px;padding:3px;box-shadow:0 10px 10px -3px rgba(0,0,0,.1)}.image-wrapper .img-wrap img{width:100%;border-radius:3px}.gallery-wrapper{width:100%;display:flex;flex-wrap:wrap;gap:5px}.gallery-wrapper .img-wrap{width:100%;background:#fff;border-radius:5px;display:flex;overflow:hidden;padding:3px;box-shadow:0 10px 10px -3px rgba(0,0,0,.1);cursor:pointer}.gallery-wrapper .img-wrap img{width:100%;border-radius:3px}.video-wrapper{background:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;padding:3px;box-shadow:0 10px 10px -3px rgba(0,0,0,.1)}.video-wrapper video{width:100%;border-radius:5px}.file-wrapper{width:100%;display:flex;flex-wrap:wrap;gap:8px}.file-wrapper .img-wrap{height:100px;background:#fff;border-radius:5px;overflow:hidden;padding:3px;box-shadow:0 5px 9px -3px rgba(0,0,0,.25)}.file-wrapper .img-wrap img{height:100%;border-radius:3px}.form-title{display:inline-block;margin-bottom:10px!important;padding-bottom:10px;position:relative}.form-title:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:50%;background:#ff4500}.form-input{width:100%;margin-top:15px!important}.form-wrapper button{display:block;margin:15px auto auto}.property-wrapper{max-width:320px}.property-data-loader{height:100px;width:100%}.property-item{box-shadow:0 0 15px 0 rgba(0,0,0,.1);overflow:hidden;border-radius:10px;width:100%}.property-img{background:#c9d3df;height:200px;overflow:hidden}.property-img img,.property-img span{height:100%;width:100%}.property-img img{object-fit:cover}.property-price{padding:5px;font-size:20px;color:var(--color-2);text-align:center}.property-title{font-weight:600;padding:5px}.property-sub-title{padding:0 5px;font-size:14px;font-weight:500}.property-post-by{color:#333;font-size:13px;padding:5px;display:flex;justify-content:space-between}.property-post-by span{color:var(--color-3)}.property-wrapper .swiper-slide{padding:10px}.property-wrapper .swiper-pagination-fraction{text-align:left;font-size:14px;bottom:0}.property-wrapper .swiper-button-next,.property-wrapper .swiper-button-prev{background:#fff;color:var(--chat-bot-bg);box-shadow:0 0 25px 0 rgba(0,0,0,.1)}.property-wrapper .swiper-button-prev{border-radius:0 10px 10px 0;left:0}.property-wrapper .swiper-button-next{border-radius:10px 0 0 10px;right:0}.property-wrapper .swiper-button-next:after,.property-wrapper .swiper-button-prev:after{font-size:14px;font-weight:600}.chat-mes-box{background:#fff;display:flex;padding:10px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);position:relative}.chat-text-box{flex:1 1;padding:12px 15px!important;border:none;background:none!important;border-radius:5px!important;margin:0!important;letter-spacing:.4px}.chat-text-box:disabled,.chat-text-box:disabled+.send-btn{cursor:not-allowed}.send-btn{min-width:40px!important;padding:6px!important;background:none!important;color:var(--chat-bot-bg)!important;box-shadow:none!important;font-size:20px!important}.pow-wrap{padding:8px;font-size:12px;background:#f3f3f3;color:gray;letter-spacing:.4px;display:flex;align-items:center;justify-content:center;gap:3px}.pow-wrap a,.pow-wrap a:hover{color:#06f}.pow-wrap img{height:20px;margin-left:5px;width:unset}@media screen and (max-width:500px){.chat-popup.align-right{right:20px}.chat-popup.align-left{left:20px}.wel-mes{display:none}}.swiper{width:100%;max-height:100%}.swiper-slide,.swiper-wrapper{align-items:center}.swiper-slide{display:flex!important}.swiper-slide img{width:100%}.chat-bot-loading-text{position:relative;left:-9999px;margin:10px 20px 0;box-shadow:9999px 0 0 -5px var(--chat-bot-bg);animation:dotPulse 1.5s linear infinite;animation-delay:.25s}.chat-bot-loading-text,.chat-bot-loading-text:after,.chat-bot-loading-text:before{width:10px;height:10px;border-radius:5px;background-color:var(--chat-bot-bg);color:var(--chat-bot-bg)}.chat-bot-loading-text:after,.chat-bot-loading-text:before{content:"";display:inline-block;position:absolute;top:0}.chat-bot-loading-text:before{box-shadow:9984px 0 0 -5px var(--chat-bot-bg);animation:dotPulseBefore 1.5s linear infinite;animation-delay:0s}.chat-bot-loading-text:after{box-shadow:10014px 0 0 -5px var(--chat-bot-bg);animation:dotPulseAfter 1.5s linear infinite;animation-delay:.5s}@keyframes dotPulseBefore{0%{box-shadow:9984px 0 0 -5px var(--chat-bot-bg)}30%{box-shadow:9984px 0 0 2px var(--chat-bot-bg)}60%,to{box-shadow:9984px 0 0 -5px var(--chat-bot-bg)}}@keyframes dotPulse{0%{box-shadow:9999px 0 0 -5px var(--chat-bot-bg)}30%{box-shadow:9999px 0 0 2px var(--chat-bot-bg)}60%,to{box-shadow:9999px 0 0 -5px var(--chat-bot-bg)}}@keyframes dotPulseAfter{0%{box-shadow:10014px 0 0 -5px var(--chat-bot-bg)}30%{box-shadow:10014px 0 0 2px var(--chat-bot-bg)}60%,to{box-shadow:10014px 0 0 -5px var(--chat-bot-bg)}}.MuiDialog-root,.MuiPopper-root{z-index:9999!important;margin-bottom:10px!important}.MuiPaper-root{box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgb(0 0 0/9%),0 3px 15px 2px transparent!important}.date-picker,.time-picker{position:absolute!important;height:0;width:0;overflow:hidden;left:50%}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(var(--toastify-z-index));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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;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:focus,.Toastify__close-button:hover{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:auto;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}