@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#025;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;overflow-x:hidden;background-color:transparent;color:inherit}h1{font-size:3.2em;line-height:1.1}p{color:#000}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.global-loader{position:fixed;inset:0;background:#fff9;display:flex;align-items:center;justify-content:center;z-index:9999}.global-loader:after{content:"";width:50px;height:50px;border:5px solid #e5e7eb;border-top-color:#025;border-radius:50%;animation:spin .8s linear infinite}#root{min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100vw;height:100%;background:#f6f7fb;font-family:Segoe UI,sans-serif;overflow-x:hidden}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100vw;position:relative}.app-main{flex:1;padding:80px 20px 120px;width:100%;background-color:#def}.service-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:15px;width:100%;display:flex;justify-content:space-between;align-items:center}.service-card img{width:100px;height:100px;object-fit:cover;border-radius:12px;flex-shrink:0}.service-card .info{flex:1;margin-right:10px;color:#1a1a1a}.service-card .start-btn{background-color:#025;color:#fff;border:none;padding:8px 14px;border-radius:20px;margin-top:10px;font-size:14px}@media (max-width: 768px){.service-card{flex-direction:column;align-items:flex-start}.service-card img{margin-top:10px}}.app-header{position:fixed;top:0;left:0;right:0;height:60px;background-color:#025;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;z-index:1000}.app-title{margin:0;text-align:center;font-size:20px;font-weight:700;flex-grow:1}.menu-icon{background:none;border:none;font-size:24px;color:#fff}.menu-placeholder{width:24px}.app-footer{position:fixed;bottom:0;left:0;width:100vw;height:70px;background:#fff;border-top:1px solid #ccc;display:flex;justify-content:space-around;align-items:center;z-index:10;padding:0 20px}.nav-icon{display:flex;align-items:center;justify-content:center;color:#025;border-radius:50%;padding:8px;transition:background .3s,color .3s;text-decoration:none}.nav-icon:hover,.nav-icon.active{background-color:#0022551a}.center-logo{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:70px;height:70px;background-color:#025;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:99;box-shadow:0 4px 14px #00000040}.center-logo img{width:40px;height:40px;background-color:#fff;border-radius:50%}.nav-icon svg{color:#025;font-size:24px;transition:transform .3s ease}.nav-icon.active svg{transform:scale(1.3)}.sidebar{position:fixed;top:0;left:-250px;width:240px;height:100vh;background:#fff;box-shadow:2px 0 10px #00000026;padding:20px;transition:left .35s cubic-bezier(.4,0,.2,1);z-index:1001;border-top-right-radius:12px;border-bottom-right-radius:12px}.sidebar.open{left:0}.sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center}.sidebar .sidebar-header h2{margin:0;font-size:20px}.sidebar .sidebar-header .close-btn{background:none;border:none;font-size:22px;cursor:pointer}.sidebar ul{list-style:none;padding:0;margin-top:20px}.sidebar ul li{display:flex;align-items:center;gap:10px;padding:12px 8px;border-radius:6px;cursor:pointer;font-weight:500;color:#025;transition:background .2s ease}.sidebar ul li:hover{background-color:#f3f3f3}.sidebar ul li svg{font-size:18px}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.overlay.show{opacity:1;pointer-events:all}.logout-btn{color:#c0392b;font-weight:600;transition:all .3s ease}.logout-btn:hover{background-color:#c0392b1a;color:#e74c3c;cursor:pointer}.logout-btn svg{vertical-align:middle}.service-details-container{padding:1.5rem;font-family:Poppins,sans-serif;background-color:#fff;border-radius:12px;margin:1rem;box-shadow:0 2px 10px #0000000d}textarea,.activity-textarea{width:100%;padding:1rem;border-radius:10px;font-size:1rem;border:1px solid #ccc;background:#f9f9f9;color:#000222;margin-top:.25rem}textarea:focus,.activity-textarea:focus{outline:none;border-color:#025;box-shadow:0 0 0 2px #025}textarea:disabled,.activity-textarea:disabled{background-color:#eee;color:#999}.back-button{display:flex;align-items:center;gap:.4rem;background-color:#025;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:background-color .2s ease-in-out}.back-button:hover{background-color:#039}.back-button:focus-visible{outline:3px solid #0eb1f4;outline-offset:2px}.back-button svg{margin-right:.3rem}.start-service-btn{background-color:#025;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:1.5rem;width:100%}.start-service-btn:hover{background-color:#001433}.section-header{display:flex;align-items:center;gap:.5rem;margin:1.25rem 0 .75rem}.section-header h2,.section-header h3{margin:0;font-weight:700;color:#111}.section-header:before{content:"";width:4px;height:22px;background:#025;border-radius:2px;display:inline-block}.service-info{display:grid;grid-template-columns:1fr;gap:.4rem .75rem;background:#f7f9ff;border:1px solid #e6e8ef;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.service-info p{margin:0;color:#111}.service-info p strong{color:#1a1f36;font-weight:700}@media (min-width: 600px){.service-info{grid-template-columns:repeat(2,minmax(0,1fr))}}.evidence-section{margin-top:1.5rem;background:#fff;border:1px solid #e6e8ef;border-radius:12px;padding:1rem}.evidence-section .evidence-header{display:flex;flex-direction:column;gap:.25rem}.evidence-section .evidence-header h3{margin:0;color:#111}.evidence-section .evidence-header .optional{font-size:.85rem;color:#666;margin-left:.25rem}.evidence-section .evidence-header .limits{font-size:.85rem;color:#555}.evidence-section .dropzone{margin-top:.75rem;border:2px dashed #9aa4c0;border-radius:12px;padding:1.25rem;text-align:center;background:#f9fbff;transition:.2s ease}.evidence-section .dropzone.active{background:#eef4ff;border-color:#3256a8}.evidence-section .dropzone.disabled{opacity:.6;pointer-events:none}.evidence-section .dropzone:hover{border-color:#025}.evidence-section .dropzone:focus-within{box-shadow:0 0 0 3px #00225526;border-color:#025}.evidence-section .dropzone p{margin:0;color:#223}.evidence-section .preview-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.evidence-section .preview-list .item{position:relative;background:#f7f8fc;border:1px solid #e5e7f1;border-radius:10px;padding:.5rem;transition:box-shadow .15s ease,transform .15s ease}.evidence-section .preview-list .item:hover{box-shadow:0 4px 18px #0000000f;transform:translateY(-1px)}.evidence-section .preview-list .item img{width:100%;height:100px;object-fit:cover;border-radius:6px;display:block}.evidence-section .preview-list .item .video-chip{height:100px;display:grid;place-items:center;background:#eef2ff;border-radius:6px;font-size:.9rem}.evidence-section .preview-list .item .meta{margin-top:.4rem}.evidence-section .preview-list .item .meta .name{font-size:.85rem;font-weight:600;color:#111}.evidence-section .preview-list .item .meta .size{font-size:.8rem;color:#666}.evidence-section .preview-list .item .meta .status{font-size:.75rem;margin-top:.15rem;color:#555}.evidence-section .preview-list .item .meta .status.uploading{color:#8a6}.evidence-section .preview-list .item .meta .status.done{color:#2a7}.evidence-section .preview-list .item .remove{position:absolute;top:.3rem;right:.3rem;border:none;background:#000;color:#fff;width:22px;height:22px;border-radius:6px;cursor:pointer}.evidence-section .preview-list .item.uploading:after{content:"";position:absolute;inset:0;background:#fff9;border-radius:10px}.evidence-section .preview-list .item.uploading:before{content:"";position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;border:3px solid #cfd6e4;border-top-color:#025;animation:spin .9s linear infinite;z-index:1}.evidence-section .evidence-errors{margin-top:.75rem;color:#a33;background:#fff2f2;border:1px solid #f0caca;padding:.6rem .8rem;border-radius:8px;font-size:.9rem}.evidence-section .start-service-btn.finish{margin-top:.5rem}.evidence-section .completed-banner{margin:.5rem 0 1rem;background:#f3f4f6;border:1px solid #e5e7eb;color:#111;border-radius:8px;padding:.6rem .8rem;font-weight:600}.evidence-section input[type=number]{appearance:none;-moz-appearance:textfield;-webkit-appearance:none;margin:0}.evidence-section input[type=number]:focus{outline:2px solid #0a3981;background-color:#f4f9ff}.evidence-section .status-header{text-align:center;color:#111;font-size:1.4rem;margin:.5rem 0 1rem;font-weight:700}.evidence-section .info-card.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem}.evidence-section .info-card.grid-2 .full-width{grid-column:span 2}.evidence-section .info-card{display:grid;grid-template-columns:1fr;gap:.4rem .75rem;background:#f7f9ff;border:1px solid #e6e8ef;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.evidence-section .info-card p{margin:0;color:#111}.evidence-section .info-card p strong{color:#1a1f36;font-weight:700}@media (min-width: 600px){.evidence-section .info-card{grid-template-columns:repeat(2,minmax(0,1fr))}}.evidence-section .evidence-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem}.evidence-section .evidence-actions .upload-btn{background:#0eb1f4;color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600;cursor:pointer}.evidence-section .evidence-actions .upload-btn:hover{background:#0c9ad1}.evidence-section .evidence-actions .upload-btn:disabled{opacity:.6;cursor:not-allowed}.evidence-section .evidence-actions .upload-btn:focus-visible{outline:3px solid rgba(14,177,244,.3);outline-offset:2px}.evidence-section .evidence-actions .clear-btn{background:#f3f4f8;color:#111;border:1px solid #e0e3eb;border-radius:8px;padding:.6rem 1rem;font-weight:600;cursor:pointer}.evidence-section .evidence-actions .clear-btn:hover{background:#e9ecf5}.evidence-section .evidence-actions .clear-btn:disabled{opacity:.6;cursor:not-allowed}.evidence-section .evidence-actions .clear-btn:focus-visible{outline:3px solid rgba(0,34,85,.25);outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 420px){.service-details-container{margin:.75rem;padding:1rem}.evidence-section{padding:.75rem}.preview-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.section-header{font-size:1.2rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;padding-left:1rem;color:#000}.budget-table{width:100%;border-collapse:collapse;margin-top:1rem}.budget-table thead{background-color:#025}.budget-table thead th{padding:10px;color:#fff;text-align:left}.budget-table tbody td{padding:10px;border-bottom:1px solid #ddd;color:#000}.budget-table tbody tr:last-child{font-weight:700}tbody td{vertical-align:middle}.money-input{width:140px;max-width:100%;padding:6px 10px;border:1px solid #d5d8e1;border-radius:6px;text-align:right;font-weight:600;background:#fff;color:#000}.money-input:disabled{background:#f3f4f6;color:#666}.total-row{font-weight:700;background-color:#f1f5f9}.signature-section{padding:1rem 0;text-align:left}.signature-section .signature-label{font-weight:700;color:#111;margin-bottom:.5rem;display:block}.signature-section .signature-wrapper{margin:0 auto;width:min(700px,95%);height:auto;background-color:#eef1f5;border:2px dashed #99a3b3;border-radius:12px;display:flex;justify-content:center;align-items:center;position:relative}.signature-section .signature-wrapper.locked:after{content:"Saved";position:absolute;inset:0;background:#00000040;color:#fff;font-weight:700;letter-spacing:.5px;display:grid;place-items:center;border-radius:12px;pointer-events:none}.signature-section .signature-wrapper .signature-canvas{width:100%;height:220px;border:none;touch-action:none;display:block;background:#fff;border-radius:8px}.signature-section .signature-buttons{display:flex;gap:.5rem;margin-top:.75rem}.signature-section .signature-buttons button{padding:.55rem 1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer}.signature-section .signature-buttons button.save{background-color:#008cba;color:#fff}.signature-section .signature-buttons button.clear{background-color:#111;color:#fff}.signature-section .signature-buttons button:disabled{opacity:.6;cursor:not-allowed}.hold-start-wrapper{margin-top:1rem;text-align:center}.hold-start-wrapper .hold-button{position:relative;background-color:#0eb1f4;color:#fff;padding:1rem 2rem;border-radius:999px;cursor:pointer;overflow:hidden;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:700;transition:background .3s ease}.hold-start-wrapper .hold-button:hover{background-color:#009dd4}.hold-start-wrapper .hold-button .progress{position:absolute;top:0;left:0;height:100%;background-color:#ffffff40;z-index:0;transition:width .1s linear}.hold-start-wrapper .hold-button span{position:relative;z-index:1}.hold-start-wrapper .started{font-weight:700;color:#28a745;font-size:1.2rem}.preview-list{list-style:none;padding:0;margin:1rem 0;display:grid;gap:1rem}.preview-list .item{display:flex;align-items:center;gap:1rem;padding:.5rem;border:1px solid #ddd;border-radius:8px;background:#fff;position:relative}.preview-list .item img{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #ccc}.preview-list .item .meta{flex:1}.preview-list .item .meta .name{font-weight:700}.preview-list .item .meta .size{font-size:.8rem;color:#666}.preview-list .item .meta .status{font-size:.9rem;font-weight:700}.preview-list .item .meta .status.uploading{color:#ff9800}.preview-list .item .meta .status.done{color:#4caf50}.preview-list .item .meta .status.ready{color:#2196f3}.preview-list .item .remove{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:#888}.preview-list .item.done:after{content:"✔";position:absolute;top:8px;right:8px;background:#4caf50;color:#fff;font-size:.8rem;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.history-container{padding:1rem}.history-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:15px;width:100%;display:flex;justify-content:space-between;align-items:center}.history-card .info{flex:1;margin-right:10px;color:#1a1a1a}.history-card .info p{margin:4px 0}.history-card .info p strong{color:#025}.history-card .info p small{display:block;margin-top:4px;color:#666}.history-card img{width:100px;height:100px;object-fit:cover;border-radius:12px;flex-shrink:0}.history-card .start-btn{background-color:#025;color:#fff;border:none;padding:8px 14px;border-radius:20px;margin-top:10px;font-size:14px;cursor:pointer;transition:background .2s}.history-card .start-btn:hover{background-color:#001433}@media (max-width: 768px){.history-card{flex-direction:column;align-items:flex-start}.history-card img{margin-top:10px}}.history-empty{text-align:center;margin-top:2rem;font-size:15px;color:#555}.requisition-container{padding-top:60px;padding-bottom:4rem;background-color:#f0f6ff;min-height:100vh}.search-container{display:flex;justify-content:center;padding:0 1rem 1rem}.search-container input{width:100%;max-width:420px;padding:10px 14px;font-size:14px;border:1px solid #ccc;border-radius:8px;outline:none;transition:.2s ease}.search-container input:focus{border-color:#025;box-shadow:0 0 0 2px #0022551a}.service-card{background:#fff;border-radius:12px;padding:16px;margin:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 6px #00000014;transition:transform .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.service-card .info{flex:1;padding-right:12px}.service-card .info p{margin:4px 0;font-size:14px;color:#333}.service-card .info strong{color:#025}.service-card img{width:64px;height:64px;border-radius:8px;object-fit:cover}.start-btn{margin-top:10px;background-color:#025;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.minor-info{color:#8f8f8f;font-size:12px;margin-bottom:6px}.start-btn:hover{background-color:#003f80}.loader{text-align:center;padding:20px;font-size:14px;color:#666}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-wrapper{display:flex;min-height:100vh;width:100%}.left-panel{flex:7;background:url(/img/index-wallpaper.webp) center center/cover no-repeat}.right-panel{flex:3;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff}.login-form{width:100%;max-width:400px;background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column}.logo{width:160px;margin:0 auto .5rem;display:block}.form-title{font-size:1.8rem;text-align:center;margin-bottom:.2rem;color:#025}.form-subtitle{font-size:.95rem;text-align:center;color:#666;margin-bottom:1.5rem}.form-footer{display:flex;justify-content:flex-end;margin-top:-.5rem;margin-bottom:1.2rem}.forgot-password{font-size:.85rem;color:#2d4d9c;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#1a2f6b;text-decoration:underline}.input-group{position:relative;display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;padding:.6rem .75rem;margin-bottom:1.2rem;background:#fff}.input-group svg{margin-right:10px;flex-shrink:0}.input-group input{flex:1;border:none;outline:none;font-size:1rem;background:transparent}.input-group .toggle-password{cursor:pointer;font-size:1.1rem;margin-left:auto;color:#666}.login-btn{background-color:#2d4d9c;color:#fff;border:none;padding:.8rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.login-btn:hover{background-color:#1c346e}.btn-outline-primary{margin-top:10px;border:2px solid #002255;color:#025;background-color:#fff;padding:10px;border-radius:8px;font-weight:600;transition:.3s ease-in-out}.btn-outline-primary:hover{background-color:#025;color:#fff}.error-message{color:red;font-size:.9rem;margin-bottom:1rem;text-align:center}@media screen and (max-width: 768px){.login-wrapper{flex-direction:column}.left-panel{display:none}.right-panel{flex:1;padding:1rem;background:url(/img/index-wallpaper.webp) center/cover no-repeat;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,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--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: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%{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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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: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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
