@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Poppins,sans-serif,Segoe UI,Tahoma,Geneva,Verdana;font-weight:500;outline:none}h1,h2,h3,h4{color:#35323e;font-weight:700}p{color:#9e9aa7;font-weight:500;line-height:1.7}a{text-decoration:none}img{max-width:100%}.btn{display:inline-block;color:#fff;background-color:#0d6efd;text-transform:capitalize;font-weight:700;border:none;outline:none;cursor:pointer;border-radius:100px;transition:.3s}.inputs{display:flex;gap:4px}.qrcode{position:relative;bottom:3rem}.btn-custom{padding:1rem;background-color:#f24a4a;color:#fff;border:none;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.btn.btn-sm{padding:7px 21px}.btn.btn-lg{padding:12px 36px}.btn.btn-plus-icon{display:flex;align-items:center;justify-content:center;column-gap:10px}.btn.btn-plus-icon .icon{font-size:22px}.btn:hover{background-color:#6be1e1}.flex-between{display:flex;justify-content:space-between;align-items:center;gap:40px}.flex-ver-top{align-items:flex-start}.scale-effect:active{transform:scale(.88);transition:.2s}.section-header{text-align:center}.section-header h2{font-size:35px}@media (max-width: 500px){.section-header h2{font-size:26px}}@media (max-width: 280px){.section-header h2{font-size:22px}}.section-header p{width:50%;margin:7px auto 0}@media (max-width: 992px){.section-header p{width:70%}.authDiv{display:none}}.fa-trash{color:#f24a4a}.fa-copy{color:#000}@media (max-width: 500px){.section-header p{width:100%}}.container{position:relative;width:78%;margin:0 auto}@media (max-width: 992px){.container{width:90%}}.header{padding:45px 0}.header .logo img{height:30px}.header .main-navgation{flex:1;gap:0}@media (max-width: 992px){.header .main-navgation{position:absolute;top:150%;left:50%;transform:translate(-50%);width:70%;height:0;z-index:999;overflow:hidden;flex-direction:column;align-items:center;padding:0 33.33333px;border-radius:10px;background-color:#3b3054;transition:height .3s}}@media (max-width: 767px){.header .main-navgation{width:90%}}@media (max-width: 375px){.header .main-navgation{width:100%}}@media (max-width: 280px){.header .main-navgation{padding:0 25px}}.header .main-navgation>div{display:flex;align-items:center;gap:30px}@media (max-width: 992px){.header .main-navgation>div{flex-direction:column;width:100%;padding:33.33333px 0}}@media (max-width: 280px){.header .main-navgation>div{padding:25px 0}}.header .nav-buttons .btn{color:#fff;width:80%}@media (max-width: 375px){.header .nav-buttons .btn{width:100%}}.header .burger-menu{font-size:22px;color:#9e9aa7;cursor:pointer;display:none}@media (max-width: 992px){.header .burger-menu{display:block}}.main-navgation a{font-weight:700;font-size:14px;color:#9e9aa7;transition:.3s}.main-navgation a:hover{color:#232127}@media (max-width: 992px){.main-navgation a{width:100%;color:#fff;text-align:center;font-size:16px}.main-navgation a:hover{color:#0d6efd}}.landing{display:flex;align-items:center;padding:40px 0;margin-left:11%;overflow-x:hidden}@media (max-width: 992px){.landing{flex-direction:column-reverse;margin-left:0;padding-bottom:80px;row-gap:60px}}@media (max-width: 280px){.landing{padding-bottom:40px}}.landing .landing-text{flex:1;min-width:465px}@media (max-width: 992px){.landing .landing-text{max-width:95%;min-width:0;text-align:center}}.bt-ct{position:relative}.landing .landing-text h1{width:100%;font-size:3.9em;line-height:1.15}@media (max-width: 992px){.landing .landing-text h1{font-size:3em}}@media (max-width: 500px){.landing .landing-text h1{font-size:2em}}.landing .landing-text p{font-size:18px;max-width:500px;margin:0 0 29.41176px;margin-bottom:5rem}@media (max-width: 992px){.landing .landing-text p{font-size:16px;margin:10px auto 29.41176px}}@media (max-width: 500px){.landing .landing-text p{font-size:15px}}.landing .landing-image{position:relative;right:-70px;z-index:-1}@media (max-width: 992px){.landing .landing-image{flex-basis:initial;right:-40px;max-width:80%}}@media (max-width: 767px){.landing .landing-image{right:-10px}}@media (max-width: 500px){.landing .landing-image{right:-10px}}@media (max-width: 375px){.landing .landing-image{right:-20px}}@media (max-width: 280px){.landing .landing-image{right:-10px}}@media (min-width: 1100px){.landing .landing-image{left:-50px}}.landing .landing-image img{width:150%;position:relative;bottom:1rem}.features{margin-top:100px;background-color:#eff0f5}.url-shorten-form{width:100%;display:flex;gap:20px;flex-wrap:wrap;background:#3b3054 url(../images/bg-shorten-desktop.svg) no-repeat right top;background-size:cover;padding:45px;border-radius:6px;margin-bottom:20px;transform:translateY(-50%);transition:gap .3s}@media (max-width: 850px){.url-shorten-form{flex-direction:column;background:#3b3054 url(../images/bg-shorten-mobile.svg) no-repeat right top;padding:25px;margin-bottom:0}}@media (max-width: 280px){.url-shorten-form{padding:20px}}.url-shorten-form>div{position:relative;flex:1}.url-shorten-form .url-input{width:100%;font-family:Poppins,sans-serif,Segoe UI,Tahoma,Geneva,Verdana;font-size:18px;padding:8px 20px;background:white;border:2px solid transparent;border-radius:6px;outline:none;transition:.2s}.url-shorten-form .url-input::placeholder{font-family:Poppins,sans-serif,Segoe UI,Tahoma,Geneva,Verdana;font-size:16px;font-weight:500;color:#9e9aa7}.url-shorten-form .alert{position:absolute;left:0;top:calc(100% + 4px);font-style:italic;font-size:16px;color:#f46262;opacity:0;transition:.2s opacity}@media (max-width: 500px){.url-shorten-form .alert{font-size:14px}}.url-shorten-form .btn{text-align:center;border-radius:inherit;white-space:nowrap;font-size:16px;cursor:pointer}@media (max-width: 850px){.url-shorten-form .btn{font-size:19px;padding:10px 30px}}.url-shorten-form.empty{gap:37px}.url-shorten-form.empty .url-input{border-color:#f46262}.url-shorten-form.empty .url-input::placeholder{color:#f46262;opacity:.5}.url-shorten-form.empty .alert{opacity:1}.url-shorten-form.success button{background:#0d6efd}.url-shorten-results{position:relative;display:flex;flex-direction:row;justify-content:space-between;border:2px solid #0d6efd;padding:1rem;top:-60px}.actionbuttons{color:#0041a3;display:flex;cursor:pointer;gap:5px}.rsults{display:flex;flex-direction:column;padding:.5rem}.url-shorten-results .url-shorten-result{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;padding:15px 25px;background:white;border-radius:6px;margin-bottom:15.15152px}.url-shorten-results .url-shorten-result>div p{font-size:17px;word-break:break-word}.url-shorten-results .url-shorten-result>div a:hover{text-decoration:underline wavy #0d6efd 2px}@media (max-width: 850px){.url-shorten-results .url-shorten-result{flex-direction:column;align-items:flex-start;padding:0;gap:0}.url-shorten-results .url-shorten-result>div{width:100%;align-items:flex-start;padding:12px 18px}}.url-shorten-results .delete-all-urls{display:block;margin:auto;font-size:15px;background-color:#f24a4a}.url-shorten-results .delete-all-urls:hover{background-color:#f46262}.url-shorten-result .old-url p{color:#35323e;font-weight:500}.url-shorten-result .old-url a{color:inherit}@media (max-width: 850px){.url-shorten-result .old-url{border-bottom:1px solid #bfbfbf}}.url-shorten-result .new-url{display:flex;align-items:center;gap:20px}.url-shorten-result .new-url a{color:#0d6efd}@media (max-width: 850px){.url-shorten-result .new-url{flex-direction:column;gap:12px}}.url-shorten-result .options{display:flex;gap:10px}@media (max-width: 850px){.url-shorten-result .options{width:100%}}.url-shorten-result .options button{width:95px;font-size:15px;border-radius:6px;cursor:pointer}.url-shorten-result .options button.copied{background:#3b3054}.url-shorten-result .options button.delete-url{display:flex;justify-content:center;align-items:center;width:35px;background:#f46262;border:none;color:#fff;font-size:18px;transition:.2s}.url-shorten-result .options button.delete-url:hover{color:#f46262;background-color:#eff0f5;font-size:20px}@media (max-width: 850px){.url-shorten-result .options button{width:100%;font-size:18px;padding:10px 30px}}.more-features-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;padding:80px 0 90px}@media (max-width: 666px){.more-features-content{gap:80px}}@media (max-width: 280px){.more-features-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.more-features-content .feature{position:relative;background:white;border-radius:6px}.more-features-content .feature:before,.more-features-content .feature:after{position:absolute;content:"";background:#2acfcf}@media (max-width: 666px){.more-features-content>div:nth-child(2):before,.more-features-content>div:nth-child(2):after{width:6px;height:80px;left:50%;transform:translate(-50%)}.more-features-content>div:nth-child(2):before{top:-80px}.more-features-content>div:nth-child(2):after{bottom:-80px}}@media (min-width: 1130px){.more-features-content{align-items:flex-start}.more-features-content>div:nth-child(2){margin-top:30px}.more-features-content>div:nth-child(2):before,.more-features-content>div:nth-child(2):after{height:6px;width:25px;top:40%}.more-features-content>div:nth-child(2):before{left:-25px}.more-features-content>div:nth-child(2):after{right:-25px}.more-features-content>div:nth-child(3){margin-top:60px}}.feature .feature-illustration{position:absolute;top:-32.5px;left:25px;display:grid;place-items:center;width:65px;height:65px;background:#3b3054;border-radius:50%}@media (max-width: 666px){.feature .feature-illustration{left:50%;transform:translate(-50%);width:80px;height:80px}}.feature .feature-illustration img{max-width:50%}.feature .feature-details{padding:0 25px 30px;margin-top:60px}@media (max-width: 666px){.feature .feature-details{text-align:center;margin-top:80px}}@media (max-width: 280px){.feature .feature-details{padding:0 20px 25px}}@media (max-width: 500px){.feature .feature-details h3{font-size:20px}}@media (max-width: 280px){.feature .feature-details h3{font-size:18px}}.feature .feature-details p{margin-top:10px;font-size:14px}.pricing{padding:50px 0;background:#3b3054 url(../images/bg-boost-desktop.svg) no-repeat right;background-size:cover}@media (max-width: 500px){.pricing{padding:90px 0;background-image:url(../images/bg-boost-mobile.svg)}}.pricing .container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.pricing h2{color:#fff;margin-bottom:20px}.footer{padding-top:50px;background:#232127}.footer .container{display:flex;justify-content:center;align-items:flex-start;gap:70px;flex-wrap:wrap}@media (max-width: 705px){.footer .container{flex-wrap:nowrap;flex-direction:column;align-items:center;gap:30px}}.footer .logo{flex:1 0 auto}.footer .logo img{filter:brightness(10)}.footer .quick-links{display:flex;gap:60px}@media (max-width: 705px){.footer .quick-links{flex-direction:column;align-items:center;text-align:center;gap:30px}}.footer .quick-links .links-group{display:flex;flex-direction:column;gap:20px}.footer .links-group span{color:#fff;font-weight:700}.footer .links-group>div{display:flex;flex-direction:column;gap:6.66667px}.footer .links-group a{color:#bfbfbf;font-size:13px;transition:.2s color}.footer .links-group a:hover{color:#0ff}.footer .social-media{display:flex;flex-shrink:0;align-items:center;gap:20px}.footer .social-media img{max-width:85%;transition:.2s transform}.footer .social-media img:hover{transform:scale(1.1);filter:invert(0%) sepia(59%) saturate(6585%) hue-rotate(125deg) brightness(86%) contrast(85%)}.attribution{padding:30px 0 25px;text-align:center;font-size:13px;color:#fff}.attribution .outer-link{font-size:15px;color:#2acfcf;margin-left:2px;cursor:pointer}.attribution .outer-link:hover{text-decoration:underline wavy #2acfcf 2px}.attribution .social-media{display:inline-flex;align-items:center;gap:12px;list-style:none;margin-left:5px}.attribution .social-media .icon{font-size:20px;color:#fff}.attribution .social-media .image{width:23px}.attribution .social-media .image:hover{filter:none;background-color:none}.logoHead{margin-bottom:1rem}.gp{display:flex;flex-direction:row;gap:1rem;position:relative;bottom:2rem}.whit{background-color:#fff!important;color:#000;border:1px dotted rgb(255,162,0)}.whit img{height:1.2rem}.logout-l{background-color:#fff;border:1px solid #f2f2f2;padding:.4rem;position:absolute}.logout-l2{background-color:#fff;border:1px solid #f2f2f2;padding:.4rem;color:#282626!important;position:relative;top:.5rem!important;right:6px}@media (max-width: 480px){.gp{display:flex;flex-direction:column;gap:1rem;position:relative;top:.3rem}.mtr{position:relative;bottom:4rem}}@media (max-width: 992px) and (min-width: 400px){.gp{display:flex;flex-direction:row;gap:1rem;position:relative;justify-content:center;align-items:center;top:.3rem}.mtr{position:relative;bottom:4rem}}.bars{margin-bottom:15px}: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));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)}}.bts{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:1rem;height:100vh}.fblogin{display:flex;flex-direction:row;justify-content:center;align-items:center;width:22rem;padding:2rem;height:3rem;background-color:#043bb0;gap:3px;color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.twlogin{display:flex;flex-direction:row;justify-content:center;align-items:center;width:22rem;padding:2rem;background-color:#00abee;gap:3px;color:#fff;padding:1rem;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.gplogin{display:flex;flex-direction:row;justify-content:center;align-items:center;width:22rem;padding:2rem;background-color:#dd4c39;gap:3px;color:#fff;padding:1rem;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.img-div{display:flex;flex-direction:column;height:1rem;position:relative;bottom:2rem}.imgStyle{cursor:pointer;height:2.7rem;border-radius:50%}.logoutLink{position:relative;bottom:1.3rem}.img{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.img img{height:4.2rem;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}@media (max-width: 768px){.fblogin,.twlogin,.gplogin{width:50%;padding:1.5rem;font-size:small}}@media (max-width: 576px){.fblogin,.twlogin,.gplogin{width:80%}}.authDiv{margin-top:1.4rem}.authDiv a{position:relative;top:.1rem;font-size:small}.authDiv img{height:2.7rem;width:2.7rem}@media (min-width: 992px){.authDiv{display:none}}
