@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.client-page{align-items:center;display:flex;height:100vh;margin:0 auto;max-width:1000px;width:100%}.client-page>.sub{display:block;text-align:center;width:inherit}.client-page>.sub .back-con{margin-bottom:3em;position:relative;width:100%}.client-page>.sub .back-con .back{align-items:center;background-color:#eee;border-radius:5px;color:var(--text);cursor:pointer;display:flex;gap:.5em;padding:.5em 1em;width:fit-content}.client-page>.sub .back-con .back:hover{background-color:#ddd}.client-page>.sub .logo{margin-bottom:1rem;width:200px}.client-page>.sub h1{font-size:4rem}.client-page>.sub h3{font-size:2rem}.client-page>.sub p{font-size:1.5rem!important}.client-page>.sub p .service{color:#2d9cdb;font-weight:600}.client-page>.sub .service-options-grid{display:grid;gap:1rem;margin-top:3rem}.client-page>.sub .service-options-grid .service-btn{align-items:center;background-color:#2d9cdb;border-radius:5px;color:#fff;display:flex;font-size:1.5rem;height:130px;justify-content:center;padding:1rem}.client-page>.sub .service-options-grid .service-btn:first-letter{text-transform:capitalize}.loading-screen{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.loading-screen #loader{border:6px solid #e6f7fd;border-top-color:#2d9cdb;height:83px;width:83px}#loader{animation:rotate-center 1s linear infinite both;border:4px solid hsla(0,0%,100%,.467);border-radius:50%;border-top-color:#fff;height:23px;width:23px}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.serving-child{font-family:PT Sans,sans-serif}.serving-child .single-child-serving{align-items:center;background-color:#f2f2f2;display:flex;justify-content:space-evenly;padding:1.3rem 0}.serving-child .single-child-serving p,.serving-child .single-child-serving span{font-weight:700;line-height:normal}.serving-child .single-child-serving p{font-size:1.6rem!important}.serving-child .single-child-serving p:last-of-type{font-weight:400!important}.serving-child .single-child-serving span{color:#2d9cdb;color:#000;font-size:4em!important}.serving-child .single-child-serving span:last-child strong{color:#2d9cdb}.current-ticket-con{background-color:#2d9cdb;border-radius:5px;box-shadow:0 4px 16px rgba(0,0,0,.05);height:100%;padding:2rem;position:relative;text-align:center;width:100%;z-index:0}.current-ticket-con .sub h1{color:#fff;font-size:4rem}.current-ticket-con .sub h2{color:#fff;font-size:2rem;opacity:1}.current-ticket-con h3.current-guichet{color:#fff;font-size:6em}.current-ticket-con h4.code-guichet{color:#fff!important;font-size:2em;text-transform:capitalize}.current-ticket-con div.serving-wrapper{bottom:20px;display:flex;flex-direction:column;gap:.3em;left:0;margin:0 10%;padding:0 10px;position:absolute;width:80%}.current-ticket-con .btn{align-items:center;background-color:hsla(0,0%,100%,.384);border:none;color:#fff;display:flex;font-weight:700;gap:.5em;height:50px;width:100%}.current-ticket-con .btn span{text-transform:lowercase}.current-ticket-con .btn span:first-letter{text-transform:uppercase}.current-ticket-con .btn:hover{background-color:#fff;color:#2d9cdb}.current-ticket-con .btn:hover #loader{border:4px solid #e6f7fd;border-top-color:#2d9cdb}.current-ticket-con .btn #loader{margin-left:.5em}.modal.language-modal{min-width:500px}.modal.language-modal .language-options{align-items:center;display:flex;gap:2rem;justify-content:center;margin-top:2rem;width:100%}.modal.language-modal .language-options .option{border:2px solid #f2f2f2;border-radius:5px;cursor:pointer;padding:1rem}.modal.language-modal .language-options .option img{border-radius:5px;height:70%;margin-bottom:.3rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100px}.modal.language-modal .language-options .option h5{font-size:1.1rem;text-align:center}.modal.language-modal .language-options .option:hover{background-color:#f2f2f2}.modal.language-modal .language-options .option.selected{background-color:#e6f7fd;border-color:#2d9cdb}form.get-number-form{margin:3rem auto 0;width:700px}form.get-number-form .field{height:auto;text-align:left;width:100%}form.get-number-form .field input{background-color:#fff;border:2px solid #2d9cdb;border-radius:5px;color:#000;font-size:2rem;height:90px;padding:0 .7rem;text-align:center;width:100%}form.get-number-form .field input:disabled{border-color:#9499aa;color:#9499aa;opacity:.5}form.get-number-form .field .error{color:#eb5757;font-size:1.3rem;text-align:center}form.get-number-form .field.error input{border-color:#eb5757!important}form.get-number-form .field.error input::-moz-placeholder{color:#eb5757!important}form.get-number-form .field.error input::placeholder{color:#eb5757!important}form.get-number-form button[type=submit]{align-items:center;background-color:#2d9cdb;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:90px;justify-content:center;margin-top:1rem;text-transform:lowercase;width:100%}form.get-number-form button[type=submit] span{margin-right:1rem}form.get-number-form button[type=submit] span:first-letter{text-transform:uppercase}form.get-number-form button[type=submit]:hover{background-color:#1f7fb6}form.get-number-form #loader{height:40px;width:40px}.error-modal{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.error-modal .sub{margin:0 auto;width:80%}.error-modal .sub p{color:#eb5757;font-size:2rem!important;font-weight:600;line-height:1.1;margin-bottom:1rem}.error-modal .sub button{background-color:#eb5757;border-radius:5px;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:500;margin-top:1em;padding:.3em 1em}.create-tickets-form{width:400px}.agent-info-modal,.update-agent-form{width:500px}.add-agent-form form,.add-service-form{width:600px}.stat-card-loader{animation:shine 2s infinite both;background:linear-gradient(57deg,rgba(216,224,224,.639),#fcfcfc,rgba(216,224,224,.639));background-size:300%;border:1px solid #f2f2f2;border-radius:5px;height:auto;padding:1rem;width:100%}.stat-card-loader>.icon{height:38px;width:38px}.stat-card-loader .h5,.stat-card-loader>.icon{background-color:#fff;border-radius:5px;margin-bottom:1rem}.stat-card-loader .h5{height:20px;width:150px}.stat-card-loader .count{background-color:#fff;border-radius:5px;height:40px;margin-bottom:1rem;width:100px}.stat-card-loader .flex{display:flex}.stat-card-loader .flex .btn{background-color:#fff;font-size:.9rem;height:40px;margin-right:.5rem;width:130px}.stat-card{background-color:#fff;border:2px solid #e6e6e6;border-radius:5px;box-shadow:0 4px 16px rgba(0,0,0,.05);height:auto;padding:1rem;width:100%}.stat-card:hover{border:2px solid rgba(73,172,238,.63)}.stat-card>div{align-items:center;display:flex;gap:.5em}.stat-card .icon-wrapper{align-items:center;border-radius:5px;display:flex;height:40px;width:auto}.stat-card h5{color:rgba(0,0,0,.719);font-size:1.4rem;font-weight:bolder}.stat-card h5:first-letter{text-transform:capitalize}.stat-card .divider{background-color:rgba(0,0,0,.1);height:1px;margin-bottom:.4em;margin-top:.4em;width:100%}.stat-card .count{color:#2d9cdb;font-family:Inter,sans-serif;font-size:2.3rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.stat-card .btn-flex{display:flex}.stat-card .btn-flex .btn{border:2px solid rgba(59,164,235,.651);font-size:.9rem;margin-right:.5rem}.stat-card .btn-flex .btn span{text-transform:lowercase}.stat-card .btn-flex .btn span:first-letter{text-transform:uppercase}footer.footer{background-color:#fff;bottom:0;box-shadow:0 -4px 4px rgba(0,0,0,.1);font-size:1rem;height:auto;left:300px;padding:.5rem;position:fixed;text-align:center;width:calc(100vw - 300px)}footer.footer p{opacity:1;text-transform:capitalize}.dashboard-header{background-color:#fff;box-shadow:4px 1px 5px 1px rgba(0,0,0,.1);height:70px;justify-content:flex-end;padding:0 2rem;width:100%}.dashboard-header,.dashboard-header .right{align-items:center;display:flex}.dashboard-header .right .btn{margin-right:2em}.dashboard-header .right .btn span{font-size:.8rem}.dashboard-header .right .btn #loader{height:15px;width:15px}.dashboard-header .right .user-info{align-items:center;border-right:2px solid #eff4f6;display:flex;margin:0 1rem;padding-right:1rem}.dashboard-header .right .user-info .info{padding-right:1rem;text-align:right}.dashboard-header .right .user-info .info .name{color:#000;font-size:1rem;font-weight:600;text-transform:capitalize}.dashboard-header .right .user-info .info .role{color:#9499aa;font-size:.8rem;font-weight:700;text-transform:capitalize}.dashboard-header .right .user-info .img{align-items:center;background-color:#2d9cdb;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.dashboard-header .right .user-info-loader{align-items:center;border-right:2px solid #eff4f6;display:flex;margin-right:1rem;padding-right:1rem}.dashboard-header .right .user-info-loader .info{display:grid;justify-items:flex-end;padding-right:1rem}.dashboard-header .right .user-info-loader .info .name{width:100px}.dashboard-header .right .user-info-loader .info .name,.dashboard-header .right .user-info-loader .info .role{animation:shine 2s infinite both;background:linear-gradient(57deg,rgba(216,224,224,.639),#fcfcfc,rgba(216,224,224,.639));background-size:300%;border-radius:3px;height:15px}.dashboard-header .right .user-info-loader .info .role{margin-top:5px;width:50px}.dashboard-header .right .user-info-loader .img{align-items:center;animation:shine 2s infinite both;background:linear-gradient(57deg,rgba(216,224,224,.639),#fcfcfc,rgba(216,224,224,.639));background-size:300%;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.dashboard-header .right .logout{align-items:center;color:#9499aa;cursor:pointer;display:flex;font-size:1rem;text-transform:capitalize}.dashboard-header .right .logout svg{margin-left:.5rem}.dashboard-header .right .logout:hover{color:#000}.sidebar-component{background-color:#fff;border-right:2px solid #2d9cdb;box-shadow:1px 1px 4px 1px rgba(0,0,0,.1);height:auto;min-height:100vh;width:100%}.sidebar-component .logo{align-items:center;display:flex;height:70px;padding:0 2rem}.sidebar-component .logo img{height:60%}.sidebar-component .content{display:flex;flex-direction:column;height:calc(100vh - 70px);justify-content:space-between}.sidebar-component .content nav{height:auto;padding:1rem 0;width:100%}.sidebar-component .content nav ul,.sidebar-component .content nav ul li{height:auto;width:100%}.sidebar-component .content nav ul li:hover{background-color:hsla(0,0%,80%,.349)}.sidebar-component .content nav ul li .link{align-items:center;color:#000;display:flex;height:60px;padding:0 2rem;text-decoration:none;width:100%}.sidebar-component .content nav ul li .link svg{margin-right:.5rem}.sidebar-component .content nav ul li .link span{font-size:1rem}.sidebar-component .content nav ul li .link span:first-letter{text-transform:uppercase}.sidebar-component .content nav ul li.active{background-color:#2d9cdb}.sidebar-component .content nav ul li.active .link{color:#fff}.sidebar-component .content .language{align-items:center;cursor:pointer;display:flex;padding:1rem 2rem}.sidebar-component .content .language img{border-radius:5px;margin-right:.3rem;opacity:.5;width:30px}.sidebar-component .content .language span{color:#9499aa;font-size:1rem}.sidebar-component .content .language:hover img{opacity:1}.sidebar-component .content .language:hover span{color:#000}.login-form{background-color:#fff;border:1px solid #fff;border-radius:10px;box-shadow:0 2px 5px rgba(77,75,75,.5);height:auto;padding:3rem;width:100%}@media only screen and (max-width:767px){.login-form{padding:3rem 1rem}}.login-form>h3{font-size:2rem;margin-bottom:2rem}.login-form .form-error{background-color:rgba(255,227,229,.431);border:1px solid rgba(255,227,229,.431);border-radius:5px;margin-bottom:1rem!important;margin:0 auto;padding:.5rem;width:400px}.login-form .form-error p{color:#eb5757;font-size:14px;line-height:1.1}.login-form form{margin:0 auto;width:400px}@media only screen and (max-width:767px){.login-form form{width:100%}}.login-form form .field{height:auto;margin-bottom:1rem;text-align:left;width:100%}.login-form form .field label{color:#000;display:block;font-size:1.1rem;margin-bottom:.1rem}.login-form form .field input{border:1px solid #2d9cdb;border-radius:5px;font-size:1rem;height:45px;padding:0 .7rem;width:100%}.login-form form .field .error{color:#eb5757}.login-form form .field.error input{border-color:#eb5757}.login-form form .field.error input::-moz-placeholder{color:#eb5757}.login-form form .field.error input::placeholder{color:#eb5757}.login-form form .field.error .password-sub{border-color:#eb5757!important}.login-form form .field.password .password-sub{align-items:center;border:1px solid #2d9cdb;border-radius:5px;display:flex}.login-form form .field.password .password-sub input{border:none}.login-form form .field.password .password-sub .toggle{align-items:center;background-color:#e6f7fd;border-radius:5px;color:#2d9cdb;cursor:pointer;display:flex;font-size:1.1rem;height:45px;justify-content:center;transform:scale(.8);width:45px}.login-form form .field.password .password-sub .toggle:hover{background-color:#2d9cdb;color:#fff}.login-form form button[type=submit]{align-items:center;background-color:#2d9cdb;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;margin-top:1rem;width:100%}.login-form form button[type=submit] span{margin-right:1rem}.login-form form button[type=submit]:hover{background-color:#1f7fb6}.client-success h1{color:#29a423;font-size:2em!important}.client-success h4{font-size:1.2rem;font-weight:400}.client-success h4 span{color:#2d9cdb;font-weight:700}.client-success p.text{font-size:1rem!important;font-weight:700;line-height:1rem!important;margin-bottom:.5em}.client-success p.normal{text-transform:capitalize}.client-success p.warning{color:#f95252!important}.client-success p.warning:first-letter{text-transform:uppercase}.client-success .content{border:2px dashed #ccc;border-radius:5px;margin-bottom:1em;padding:1em}.client-success .content .divider{border-bottom:2px dashed #ccc}.client-success .content .number-wrapper{border-radius:4px}.client-success .content .number-wrapper .number{background:#e9e9e9;border-radius:5px;color:#2d9cdb;font-size:1.7rem!important;font-weight:600;margin-bottom:.5em;margin-top:.2em;padding:.2em 3em}.client-success .btn.btn-blue{background-color:#2d9cdb;border-radius:5px;color:#fff;cursor:pointer;font-size:1.5rem;margin:2rem auto 0;padding:.5rem 3rem;width:200px}.client-success .btn.btn-blue:hover{background-color:#1f7fb6}.client-success .btn.btn-blue:first-letter{text-transform:uppercase}.client-success .btn.btn-border{background-color:#eee;border-radius:5px;color:#2d9cdb;cursor:pointer;display:block;font-size:1.5rem;margin:.5em auto 0;padding:1rem 3rem;width:400px}.client-success .btn.btn-border:hover{background-color:#eee}.client-success .btn.btn-border:first-letter{text-transform:uppercase}.client-success .sub{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 10px 10px rgba(0,0,0,.082);display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;padding:3em 5em;position:relative;text-align:center;width:500px}.client-success .sub .close{cursor:pointer;font-size:1.5rem;opacity:.7;position:absolute;right:1em;top:1em}.client-success .sub img{max-width:150px}.client-success .sub h2{font-size:1rem;margin-top:1em}.client-success .sub .btn,.client-success .sub button{align-items:center;display:flex;font-size:1.2rem!important;gap:.5em;margin:0 auto!important;width:fit-content}.client-success .sub .btn:disabled,.client-success .sub button:disabled{background-color:#ccc}.client-success .sub .options{align-items:center;display:flex;flex-direction:row;gap:1em;justify-content:center;margin-top:2em}.client-success .sub .options .option{font-size:2.3rem}.client-success .sub .options .option input{display:none}.red-text{color:#eb5757}.display-page .logo-con{align-items:center;display:flex;height:70px;justify-content:center;width:100%}.display-page .logo-con img{height:70%}.display-page .serving-container{display:flex;flex-direction:column;gap:1em;height:calc(100vh - 120px);padding:2em 0}.display-page>.bottom{align-items:center;display:flex;font-size:1rem;height:50px;justify-content:center;width:100%}.display-page>.bottom img{height:50%;margin-left:.5em}h1{text-align:center}.language-options{display:flex;gap:1em;justify-content:center;margin:2em auto 0;width:fit-content}.language-options .language-option{background-color:#e6f7fd;border:2px solid #2d9cdb;border-radius:5px;color:#2d9cdb;cursor:pointer;font-size:1.3rem;font-weight:600;padding:1rem 0;width:300px}.language-options .language-option:hover{background-color:#2d9cdb;color:#fff}.language-options .language-option:first-letter{text-transform:uppercase}.rate-personel-page{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;min-height:100vh;text-align:center}.rate-personel-page .logo{margin-bottom:1rem;width:200px}.rate-personel-page h1{color:#2d9cdb;font-size:5rem}.rate-personel-page p{font-size:1.5rem!important;font-weight:400;width:700px}.rate-personel-page .options{align-items:center;display:flex;gap:1em;justify-content:center;margin-top:2em}.rate-personel-page .options .option{cursor:pointer;font-size:2.3rem}.rate-personel-page .options .option input{display:none}.rate-personel-page>.bottom{align-items:center;bottom:1em;display:flex;font-size:1rem;height:50px;justify-content:center;position:absolute;width:100%}.rate-personel-page>.bottom p{width:fit-content}.rate-personel-page>.bottom img{height:50%;margin-left:.5em}.rate-sub{align-items:center;display:flex;flex-direction:column}.rate-sub .btn{margin-top:2em}: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{background:linear-gradient(180deg,#fff 40%,#2d9cdb 0);height:100vh;width:100%}.login-container .login-sub{height:100vh;left:50%;position:absolute;text-align:center;top:0;transform:translateX(-50%);width:700px}@media screen and (max-width:1024px){.login-container .login-sub{width:600px}}@media only screen and (max-width:767px){.login-container .login-sub{width:90vw}}.login-container .login-sub .logo{margin:10vh 0;width:200px}@media screen and (max-width:1024px){.login-container .login-sub .logo{margin-bottom:5vh;margin-top:10vh;width:200px}}@media only screen and (max-width:767px){.login-container .login-sub .logo{margin-bottom:5vh;margin-top:10vh;width:170px}}