@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#f5f5f5}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{position:fixed;top:0;left:0;width:100%;background:#222;color:#fff;z-index:1000;padding:.5rem 0;box-shadow:0 2px 8px #0000001a}.navbar ul{display:flex;justify-content:center;gap:2rem;list-style:none;margin:0;padding:0}.navbar a{color:#fff;text-decoration:none;font-weight:700;transition:color .2s}.navbar a:hover{color:#4fc3f7}.homepage-container{background:#224374}.homepage-content{margin-top:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}.homepage-logo{width:120px;margin-bottom:1.5rem}.homepage-image{margin-top:2rem;width:400px;border-radius:12px;box-shadow:0 4px 16px #00000014}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5ce4f}.btn-submit{background-color:#4f720d;color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer;font-family:Source Sans Pro,sans-serif;font-size:16px;transition:background-color .3s ease}.editor-container.read-only .ck-toolbar{display:none}.mui-cell-center-middle{width:100%;display:flex;align-items:center;justify-content:center;height:100%}.MuiPaper-root .MuiPaper-elevation1 .MuiAccordion-heading{background:azure!important}.MuiGauge-valueText{font-size:35px}.swal-offset{margin-top:70px}.gauge-datatable .MuiGauge-valueText{font-size:15px;transform:translate(0)}.box-indicator{width:-webkit-fill-available;border:1px solid #c0bebeff;margin:5px;border-radius:17px;padding:10px;box-shadow:1px 1px 5px #d3d3d3}:root{--pyb-yellow: #FFD74B;--pyb-yellow-hover: #FFEB3B;--pyb-pink: #CF1578;--pyb-pink-hover: #FF3366;--pyb-blue: #039FBE;--pyb-blue-hover: #3399FF;--pyb-red: #B20238;--pyb-red-hover: #FF3366}.map-h2{text-transform:uppercase;font-size:1rem;padding:20px 20px 20px 10px;text-align:center}.google-map{width:100%;height:150px}.pin{display:flex;align-items:center;width:180px;color:var(--main-blue)}.pin:hover{cursor:pointer}.pin-icon{font-size:4rem!important}.pin-text{background:#ffffffe6;border-radius:10px;padding:10px;font-size:1.3em;color:var(--main-blue)}@media screen and (min-width: 799px){.google-map{height:80vh}.map-h2{font-size:1.3rem;font-weight:400}.pin{width:15vw}.pin-icon{font-size:10vw}}.flight-card{background:#e6f2ff;border-radius:10px;padding:10px;width:250px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;text-align:center;margin-right:15px}.flight-header{margin-bottom:15px}.recommendation{color:#6e6767;font-size:14px;font-style:italic}.destination{font-size:20px;font-weight:700;color:#333}.flight-route{display:flex;justify-content:center;align-items:center;margin:15px 0}.departure,.arrival{background:#ffd9e6;padding:5px 15px;border-radius:20px;font-weight:700;color:#d32f2f}.flight-price{font-size:24px;font-weight:700;color:#333;margin:10px 0}.price-per-person{color:#d32f2f;font-size:14px;margin-bottom:10px;border:#d32f2f 1px solid;border-radius:15px}.airline{font-weight:700;color:#333}.flight-recommendation{font-family:Arial,sans-serif;border:1px solid #ddd;border-radius:8px;padding:20px;margin:auto;font-size:.85em}.header{text-align:center;margin-bottom:15px}.price-section{margin-bottom:15px}.price-row{display:flex;justify-content:space-between;margin-bottom:10px}.flight-section{margin-bottom:15px}.route{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.departure,.arrival{background:#ffd9e6;padding:5px 15px;border-radius:20px;font-weight:700;color:var(--pyb-red)}.arrow{margin:0 10px;color:#666}.flight-detail{display:flex;justify-content:space-between;margin-bottom:5px}.confirm-button{background-color:var(--pyb-red);color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;width:100%;margin-top:20px}.pending-container{display:flex;flex-direction:column;gap:1.5rem}.pending-card{border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;box-shadow:0 2px 8px #0000000a;padding:1rem;transition:transform .15s ease,box-shadow .15s ease}.pending-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.pending-header{font-weight:600;font-size:1rem;margin-bottom:.75rem;color:#111827}.chat-history{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;max-height:260px;overflow-y:auto}.message{display:flex;flex-direction:column;margin-bottom:.75rem;padding:.5rem .75rem;border-radius:.5rem;max-width:80%;font-size:.9rem;line-height:1.4}.message-user{align-self:flex-start;background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.message-assistant{align-self:flex-end;background:#dcfce7;color:#14532d;border:1px solid #bbf7d0;text-align:right}.message-pending{border:2px dashed #f87171;background:#fee2e2;color:#7f1d1d;font-weight:600}.message-meta{font-size:.75rem;color:#6b7280;margin-top:.25rem}.reply-btn{margin-top:.75rem;background:#4f46e5;color:#fff;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s ease}.reply-btn:hover{background:#4338ca}.close-btn{margin-top:.75rem;background:#ef4444;color:#fff;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s ease}.badge-btn{position:relative;float:right;margin-left:auto;margin-top:.75rem;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s ease;background:#bbf7d0}*{box-sizing:border-box;margin:0;padding:0}.sms-dashboard{min-height:100vh;background-color:#f9fafb;padding:1.5rem}.sms-container{max-width:1280px;margin:0 auto}.sms-header{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.sms-header-content{display:flex;justify-content:space-between;align-items:flex-start}.sms-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.sms-subtitle{color:#6b7280;font-size:1rem}.balance-card{background-color:#eff6ff;border-radius:.5rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.balance-icon{width:1.5rem;height:1.5rem;color:#2563eb}.balance-label{font-size:.875rem;color:#6b7280}.balance-amount{font-size:1.25rem;font-weight:700;color:#2563eb}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.stat-card-content{display:flex;align-items:center;justify-content:space-between}.stat-info p:first-child{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#111827}.stat-value.success{color:#16a34a}.stat-value.warning{color:#ca8a04}.stat-value.error{color:#dc2626}.stat-icon{width:2rem;height:2rem}.stat-icon.blue{color:#3b82f6}.stat-icon.green{color:#16a34a}.stat-icon.yellow{color:#eab308}.stat-icon.red{color:#ef4444}.tabs-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.tabs-nav{display:flex;gap:2rem;padding:0 1.5rem;border-bottom:1px solid #e5e7eb}.tab-button{padding:1rem .25rem;border:none;background:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.tab-button:hover{color:#374151;border-bottom-color:#d1d5db}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.tab-icon{width:1rem;height:1rem}.tab-content{padding:1.5rem}.alert{margin-bottom:1rem;border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem}.alert-error{background-color:#fef2f2;border:1px solid #fecaca}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0}.alert-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.alert-error .alert-icon{color:#ef4444}.alert-success .alert-icon{color:#22c55e}.alert-content{flex:1}.alert-text{font-size:.875rem;font-weight:500}.alert-error .alert-text{color:#991b1b}.alert-success .alert-text{color:#166534}.alert-close{background:none;border:none;cursor:pointer;padding:0}.alert-error .alert-close{color:#ef4444}.alert-success .alert-close{color:#22c55e}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:none;font-family:inherit}.form-hint{margin-top:.25rem;font-size:.75rem;color:#6b7280}.char-counter{display:flex;justify-content:space-between;margin-top:.25rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-full{width:100%}.btn-icon{width:1.25rem;height:1.25rem}.btn-icon.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.history-title{font-size:1.125rem;font-weight:600;color:#111827}.history-empty{text-align:center;padding:3rem 0}.history-empty-icon{width:4rem;height:4rem;color:#d1d5db;margin:0 auto 1rem}.history-empty-text{color:#6b7280}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s}.history-item:hover{box-shadow:0 4px 6px #0000001a}.history-item-content{display:flex;align-items:flex-start;justify-content:space-between}.history-item-main{display:flex;align-items:flex-start;gap:.75rem;flex:1}.status-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.status-icon.delivered{color:#16a34a}.status-icon.failed{color:#dc2626}.status-icon.pending{color:#eab308}.history-item-details{flex:1}.history-recipient-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.history-recipient{font-weight:500;color:#111827}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge.delivered{background-color:#dcfce7;color:#166534}.status-badge.failed{background-color:#fee2e2;color:#991b1b}.status-badge.pending{background-color:#fef3c7;color:#92400e}.history-message{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.history-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#6b7280}.history-cost{font-size:.75rem;color:#6b7280;margin-top:.5rem}.bulk-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.bulk-title-section h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.bulk-title-section p{font-size:.875rem;color:#6b7280}.upload-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border-radius:.5rem;cursor:pointer;transition:all .2s;border:none}.upload-button:hover{background-color:#e5e7eb}.bulk-info{margin-bottom:1rem;padding:.75rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem}.bulk-info p{font-size:.875rem;color:#1e40af;line-height:1.5}.recipients-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.recipient-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.recipient-row{display:flex;align-items:flex-start;gap:1rem}.recipient-fields{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.recipient-remove{margin-top:1.5rem;padding:.5rem;color:#dc2626;background:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.recipient-remove:hover{background-color:#fef2f2}.bulk-actions{display:flex;gap:.75rem}.btn-add{flex:0 0 auto}.btn-send-bulk{flex:1}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.analytics-title-section h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.analytics-title-section p{color:#6b7280}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.kpi-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.kpi-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.kpi-icon-wrapper{padding:.75rem;border-radius:.5rem}.kpi-icon-wrapper.blue{background-color:#dbeafe}.kpi-icon-wrapper.green{background-color:#dcfce7}.kpi-icon-wrapper.purple{background-color:#f3e8ff}.kpi-icon-wrapper.orange{background-color:#fed7aa}.kpi-icon{width:1.5rem;height:1.5rem}.kpi-icon.blue{color:#2563eb}.kpi-icon.green{color:#16a34a}.kpi-icon.purple{color:#9333ea}.kpi-icon.orange{color:#ea580c}.kpi-label{font-size:.875rem;color:#6b7280}.kpi-value{font-size:1.5rem;font-weight:700;color:#111827}.kpi-value.green{color:#16a34a}.progress-bar{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background-color:#16a34a;border-radius:9999px;transition:width .5s ease}.kpi-footer{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280;margin-top:.5rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;margin-bottom:1.5rem}.chart-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.chart-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.status-distribution,.time-evolution{display:flex;flex-direction:column;gap:.75rem}.status-row,.time-row{display:flex;align-items:center;gap:.75rem}.status-label,.time-label{width:6rem;font-size:.875rem;font-weight:500;color:#374151;flex-shrink:0}.status-bar-wrapper,.time-bar-wrapper{flex:1}.status-bar,.time-bar{height:.75rem;border-radius:9999px;background-color:#e5e7eb;overflow:hidden}.time-bar{height:2rem;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem}.status-fill{height:100%;transition:width .5s ease;border-radius:9999px}.time-fill{height:100%;background-color:#2563eb;border-radius:9999px;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;transition:width .5s ease}.time-count{font-size:.75rem;font-weight:500;color:#fff}.status-info{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-top:.25rem}.legend-card{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem}.legend-title{font-weight:500;color:#1e3a8a;margin-bottom:.75rem}.legend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;font-size:.875rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-dot{width:.75rem;height:.75rem;border-radius:9999px;flex-shrink:0}.legend-text{color:#374151}.loading-container{display:flex;align-items:center;justify-content:center;height:16rem}.spinner{width:3rem;height:3rem;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.sms-dashboard{padding:1rem}.stats-grid{grid-template-columns:1fr}.tabs-nav{gap:1rem;overflow-x:auto}.recipient-fields,.charts-grid{grid-template-columns:1fr}.bulk-header{flex-direction:column;gap:1rem}.upload-button{width:100%;justify-content:center}}
