.dashboard-layout{flex-direction:column;min-height:100vh;display:flex}.dashboard-layout .dashboard-container{flex:1;display:flex;overflow:hidden}.dashboard-layout .dashboard-container.dashboard-container-no-nav{display:block}.dashboard-layout .dashboard-container .dashboard-main{background:var(--color-background);flex:1;padding:64px 30px;overflow-y:auto}.dashboard-layout .dashboard-container .dashboard-main.dashboard-main-no-nav{width:100%}.dashboard-layout .dashboard-container .dashboard-main .app-container{flex-wrap:wrap;width:100%;max-width:1290px;margin:0 auto;display:flex}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-body{width:calc(100% - 410px);padding-right:30px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar{width:410px}.dashboard-layout .dashboard-container .dashboard-main .app-container .page-header{justify-content:space-between;align-items:center;width:100%;min-height:40px;margin-bottom:30px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .app-container .page-header .page-header-title{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .topbar{background:var(--color-primary);color:#fff;align-items:center;height:42px;padding:0 24px;display:flex}.dashboard-layout .topbar .topbar-content{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-layout .topbar .topbar-content-mobile{display:none}.dashboard-layout .topbar .topbar-left{align-items:center;gap:48px;display:flex}.dashboard-layout .topbar .topbar-left img{position:relative;top:-1px}.dashboard-layout .topbar .topbar-logo-link{color:inherit;align-items:center;text-decoration:none;display:flex}.dashboard-layout .topbar .topbar-logo{color:#fff;margin:0;padding:0;font-size:18px;font-weight:400;line-height:1}.dashboard-layout .topbar .topbar-right{align-items:center;display:flex}.dashboard-layout .topbar .topbar-user{align-items:center;gap:7px;display:flex}.dashboard-layout .topbar .topbar-greeting{font-style:italic}.dashboard-layout .topbar .profile-picture{border-radius:50%;width:20px;height:20px;position:relative;overflow:hidden}.dashboard-layout .topbar .profile-picture .profile-image{object-fit:cover;width:100%;height:100%}.dashboard-layout .topbar .profile-picture .driver-indicator{border:1px solid #fff;border-radius:50%;width:6.19px;height:6.19px;position:absolute;top:0;right:0}.dashboard-layout .topbar .profile-picture .driver-indicator.indicator-online{background:#00b67a}.dashboard-layout .topbar .profile-picture .driver-indicator.indicator-pending{background:#ffb930}.dashboard-layout .topbar .profile-picture .driver-indicator.indicator-offline{background:silver}.dashboard-layout .topbar .topbar-user-wrapper{position:relative}.dashboard-layout .topbar .topbar-user-wrapper:after{content:"";background:0 0;height:10px;position:absolute;top:100%;left:0;right:0}.dashboard-layout .topbar .topbar-user{cursor:pointer}.dashboard-layout .topbar .topbar-dropdown{z-index:1000;min-width:180px;padding-top:10px;display:none;position:absolute;top:100%;right:0}.dashboard-layout .topbar .topbar-dropdown-inner{background-color:#fff;border-radius:8px;padding:12px 10px;position:relative;box-shadow:0 4px 12px #00000026}.dashboard-layout .topbar .topbar-dropdown-inner:before{content:"";z-index:99;background-image:url(/icons/top-arrow.svg);background-position-x:80%;background-repeat:no-repeat;width:100%;height:11px;position:absolute;top:-10px;right:0}.dashboard-layout .topbar .topbar-user-wrapper:hover .topbar-dropdown,.dashboard-layout .topbar .topbar-dropdown:hover,.dashboard-layout .topbar .topbar-user-wrapper.is-open .topbar-dropdown{display:block}.dashboard-layout .topbar .topbar-dropdown-link{color:#333;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;width:100%;margin:0;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.dashboard-layout .topbar .topbar-dropdown-link:hover{background-color:#f5f5f5}.dashboard-layout .sidebar{background:var(--color-sidebar);flex-shrink:0;width:165px;padding:17px 6px;transition:width .3s;overflow:hidden auto}.dashboard-layout .sidebar.sidebar-collapsed,html.sidebar-is-collapsed .dashboard-layout .sidebar{width:50px;padding:17px 5px;overflow:visible}.dashboard-layout .sidebar .collapse-sidebar-button{justify-content:flex-end;margin-bottom:30px;display:flex}.dashboard-layout .sidebar .collapse-sidebar-button .collapse-sidebar-button-icon{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:transform .3s;display:flex}.dashboard-layout .sidebar .collapse-sidebar-button .collapse-sidebar-button-icon.collapsed,html.sidebar-is-collapsed .dashboard-layout .sidebar .collapse-sidebar-button .collapse-sidebar-button-icon{transform:rotate(180deg)}.dashboard-layout .sidebar .rfw-toggle-container{align-items:center;gap:10px;margin-bottom:8px;padding:12px 13px;transition:padding .3s;display:flex}.dashboard-layout .sidebar.sidebar-collapsed .rfw-toggle-container,html.sidebar-is-collapsed .dashboard-layout .sidebar .rfw-toggle-container{padding:12px 5px}.dashboard-layout .sidebar .rfw-toggle{cursor:pointer;background:silver;border:none;border-radius:22px;outline:none;width:30px;min-width:30px;height:16px;padding:0;transition:background-color .3s;position:relative}.dashboard-layout .sidebar .rfw-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.dashboard-layout .sidebar .rfw-toggle.rfw-toggle-on{background:#00b67a}.dashboard-layout .sidebar .rfw-toggle-slider{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .3s;position:absolute;top:2px;left:3px}.dashboard-layout .sidebar .rfw-toggle.rfw-toggle-on .rfw-toggle-slider{transform:translate(12px)}.dashboard-layout .sidebar .rfw-label{color:var(--color-text);-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:14px;font-weight:400;line-height:1;transition:max-width .3s,opacity .3s}.dashboard-layout .sidebar.sidebar-collapsed .rfw-label,html.sidebar-is-collapsed .dashboard-layout .sidebar .rfw-label{opacity:0!important;max-width:0!important;overflow:hidden!important}.dashboard-layout .sidebar .rfw-tooltip{background:var(--color-text);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;border-radius:4px;margin-top:1px;margin-left:10px;padding:7px 12px;font-size:13px;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.dashboard-layout .sidebar .rfw-tooltip:before{content:"";border:6px solid #0000;border-right-color:var(--color-text);position:absolute;top:50%;right:100%;transform:translateY(-50%)}.dashboard-layout .sidebar .rfw-toggle-container{position:relative}.dashboard-layout .sidebar.sidebar-collapsed .rfw-toggle-container:hover .rfw-tooltip,html.sidebar-is-collapsed .dashboard-layout .sidebar .rfw-toggle-container:hover .rfw-tooltip{opacity:1;visibility:visible}.dashboard-layout .sidebar .sidebar-nav{width:100%}.dashboard-layout .sidebar .sidebar-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dashboard-layout .sidebar .sidebar-item{margin:0}.dashboard-layout .sidebar .sidebar-link{color:var(--color-text);border-radius:6px;align-items:center;gap:8px;padding:13px;text-decoration:none;transition:background-color .2s,padding .3s;display:flex;position:relative}.dashboard-layout .sidebar .sidebar-link:hover,.dashboard-layout .sidebar .sidebar-link-active{background:#fff}.dashboard-layout .sidebar .sidebar-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-layout .sidebar .sidebar-label{font-size:14px;font-weight:400;line-height:1;transition:max-width .3s,opacity .3s;white-space:nowrap!important}.dashboard-layout .sidebar.sidebar-collapsed .sidebar-label,html.sidebar-is-collapsed .dashboard-layout .sidebar .sidebar-label{opacity:0!important;max-width:0!important;overflow:hidden!important}.dashboard-layout .sidebar .sidebar-tooltip{background:var(--color-text);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;border-radius:4px;margin-top:1px;margin-left:10px;padding:7px 12px;font-size:13px;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.dashboard-layout .sidebar .sidebar-tooltip:before{content:"";border:6px solid #0000;border-right-color:var(--color-primary);position:absolute;top:50%;right:100%;transform:translateY(-50%)}.dashboard-layout .sidebar.sidebar-collapsed .sidebar-link:hover .sidebar-tooltip,html.sidebar-is-collapsed .dashboard-layout .sidebar .sidebar-link:hover .sidebar-tooltip{opacity:1;visibility:visible}.dashboard-loading{background:var(--color-background);justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-loading-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar{background:#fff;border-radius:10px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-header{border-bottom:1px solid #eaeaea;padding:20px 48px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-header h2{color:var(--color-text);font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content{flex-direction:column;gap:23px;padding:23px 48px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item{flex-direction:column;gap:6px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-title{color:var(--color-text);font-size:14px;font-weight:700;line-height:100%}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-content{color:var(--color-text);font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-date{color:var(--color-text-light);font-size:12px;font-weight:400;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-footer{padding:2px 48px 23px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-footer .announcement-sidebar-footer-link{color:#225cec;font-size:14px;font-weight:400;line-height:18px;text-decoration:none}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-footer .announcement-sidebar-footer-link:hover{text-decoration:underline}.dashboard-layout .dashboard-container .overview-card{background:#fff;border-radius:10px;margin-bottom:30px}.dashboard-layout .dashboard-container .overview-card .overview-card-header{border-bottom:1px solid #eaeaea;padding:18px 35px}.dashboard-layout .dashboard-container .overview-card .overview-card-header h3{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .overview-card .overview-card-header p{color:#6c6c6c;margin:0;padding-top:5px;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .overview-card .overview-card-content{flex-wrap:wrap;display:flex}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item{flex-direction:column;gap:6px;width:50%;padding:24px 50px;display:flex}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item.border-right{border-right:1px solid #eaeaea}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item.border-bottom{border-bottom:1px solid #eaeaea}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-title{color:#6c6c6c;margin:0;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value{color:var(--color-text);flex-wrap:wrap;gap:18px;font-size:22px;font-weight:700;line-height:100%;display:flex}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value{border-radius:4px;padding:1px 2px;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value.green{color:#00b67a;background-color:#00b67a1a;background-image:url(/icons/up-green-arrow.svg);background-position:2px 50%;background-repeat:no-repeat;background-size:10px;padding-left:15px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value.red{color:#ff4d35;background-color:#ff4d351a;background-image:url(/icons/down-red-arrow.svg);background-position:2px 50%;background-repeat:no-repeat;background-size:10px;padding-left:15px}.dashboard-layout .dashboard-container .section-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.dashboard-layout .dashboard-container .section-header h3{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .section-header .view-more-button{color:var(--color-text);border:1px solid silver;border-radius:6px;padding:12px 15px;font-size:14px;font-weight:400;line-height:1;text-decoration:none}.dashboard-layout .dashboard-container .incentive-card-section{margin-bottom:30px}.dashboard-layout .dashboard-container .incentive-cards-list .incentive-card-section{margin-bottom:0}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card{background:#fff;border-radius:10px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header{justify-content:space-between;align-items:center;padding:18px 35px;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content{flex-direction:column;gap:6px;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content h3{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content p{color:#6c6c6c;margin:0;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status{color:#ffb930;background:#ffb9301a;border-radius:4px;padding:5px 10px;font-size:14px;font-weight:700;line-height:18px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content{flex-direction:column;justify-content:center;align-items:center;gap:0;padding:0 35px;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar{background:#eaeaea;border-radius:4px;width:100%;max-width:750px;height:5px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar-fill{background:#00b67a;border-radius:4px;height:100%}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items{padding:24px 0;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item{text-align:center;flex-direction:column;gap:6px;padding:0 30px;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item:first-child{border-right:1px solid #eaeaea}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-title{color:#6c6c6c;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item.green .incentive-card-content-item-title{color:#00b67a}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-value{color:var(--color-text);font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item.green .incentive-card-content-item-value{color:#00b67a}.mobile-emoji,.incentive-card-view-more{display:none}.delivery-card{background:#fff;border-radius:10px;margin-bottom:15px}.delivery-card--clickable{cursor:pointer;transition:box-shadow .15s}.delivery-card--clickable:hover{box-shadow:0 2px 8px #00000014}.delivery-card .delivery-card-header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:18px 35px;display:flex}.delivery-card .delivery-card-header .delivery-card-date{flex-direction:column;gap:6px;display:flex}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-label{color:#6c6c6c;font-size:14px;font-weight:400;line-height:18px}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-value{color:var(--color-text);font-size:18px;font-weight:700;line-height:25px}.delivery-card .delivery-card-header .delivery-card-status-badge{color:var(--color-text);text-transform:capitalize;background:#eaeaea;border-radius:4px;align-items:center;gap:6px;margin-top:6px;padding:5px 6px;font-size:14px;font-weight:700;line-height:18px;display:inline-flex}.delivery-card .delivery-card-header .delivery-card-status-badge .status-dot{background:var(--color-text);border-radius:50%;width:6px;height:6px}.delivery-card .delivery-card-header .delivery-card-status-badge.pending{color:#ffb930;background:#ffb9301a}.delivery-card .delivery-card-header .delivery-card-status-badge.pending .status-dot{background:#ffb930}.delivery-card .delivery-card-header .delivery-card-status-badge.ready{color:#00b67a;background:#00b67a1a}.delivery-card .delivery-card-header .delivery-card-status-badge.ready .status-dot{background:#00b67a}.delivery-card .delivery-card-header .delivery-card-status-badge.collected{color:#123282;background:#1232821a}.delivery-card .delivery-card-header .delivery-card-status-badge.collected .status-dot{background:#123282}.delivery-card .delivery-card-header .delivery-card-status-badgee.delivered{color:var(--color-text);background:#eaeaea}.delivery-card .delivery-card-header .delivery-card-status-badge.delivered .status-dot{background:var(--color-text)}.delivery-card .delivery-card-header .delivery-card-status-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.delivery-card .delivery-card-header .delivery-card-status-actions .delivery-card-status-actions-label{color:var(--color-text);opacity:.4;font-size:14px;font-weight:400;line-height:18px}.delivery-card .delivery-card-content{border-bottom:1px solid #eaeaea;padding:18px 35px 0}.delivery-card--completed .delivery-card-content{border-bottom:none}.delivery-card .delivery-card-content .delivery-card-info-row{border-bottom:1px solid #eaeaea;justify-content:space-between;gap:23px;padding-bottom:18px;display:flex}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item{align-items:center;gap:12px;display:flex}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-label{color:#6c6c6c;font-size:14px;font-weight:400;line-height:18px}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-value{color:var(--color-text);font-size:18px;font-weight:700;line-height:25px}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-label.green,.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-value.green{color:#00b67a}.delivery-card .delivery-card-content .delivery-card-details{display:flex}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section{flex-direction:column;gap:12px;width:50%;padding:18px 30px;display:flex}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section:first-child{border-right:1px solid #eaeaea;padding-left:0}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section--customer{padding-right:0}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item{align-items:flex-start;display:flex}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-label{color:#6c6c6c;width:116px;padding-right:12px;font-size:14px;font-weight:400;line-height:18px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value{color:var(--color-text);flex:1;gap:12px;font-size:14px;font-weight:400;line-height:18px;display:flex}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value--address{white-space:pre-line;word-break:break-word}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value .delivery-card-phone-button{justify-content:center;align-items:center;margin:0;padding:0;display:flex}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-phone-actions{align-items:center;gap:8px;display:flex}.delivery-card .delivery-card-actions{justify-content:space-between;align-items:center;padding:18px 35px;display:flex}.delivery-card .delivery-card-actions .btn-view-receipt{color:#6c6c6c;cursor:pointer;background:#f6f6f6;border:0;border-radius:16px;align-items:center;gap:8px;margin-top:auto;padding:4.5px 6px 4.5px 12px;font-size:14px;font-weight:400;line-height:18px;transition:all .2s;display:flex;box-shadow:0 1px 5px #00000026}.delivery-card .delivery-card-actions .btn-view-receipt:hover{background:#fff}.delivery-card .delivery-card-actions .btn-share{color:#6c6c6c;cursor:pointer;background:#f6f6f6;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:4.5px 6px 4.5px 12px;font-size:14px;font-weight:400;line-height:18px;transition:all .2s;display:inline-flex;box-shadow:0 1px 5px #00000026}.delivery-card .delivery-card-actions .btn-share:hover{background:#fff}.delivery-card .delivery-card-actions .delivery-card-note span{color:#6c6c6c;text-align:center;font-size:12px;font-style:italic;font-weight:400;line-height:16px;display:block}.delivery-card .delivery-card-actions .delivery-card-note--pool{text-align:center;width:100%}.delivery-card .delivery-card-actions .delivery-card-note--pool span{text-align:center}.delivery-card .delivery-card-btn-status-update{color:#fff;cursor:pointer;background:#123282;border:none;border-radius:6px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:11px 15px;font-size:14px;font-weight:700;line-height:1;transition:opacity .2s;display:inline-flex}.delivery-card .delivery-card-btn-status-update[disabled],.delivery-card .delivery-card-btn-status-update:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.delivery-card .delivery-card-btn-status-update .delivery-card-status-spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-right:8px;animation:.8s linear infinite delivery-card-spin;display:inline-block}@keyframes delivery-card-spin{to{transform:rotate(360deg)}}.delivery-card .delivery-card-btn-status-update--grey{color:#6c6c6c;cursor:not-allowed;pointer-events:none;background:#eaeaea;border:1px solid silver}.delivery-card .delivery-card-btn-status-update--grey[disabled]{opacity:1}.delivery-card .delivery-card-btn-status-update--unavailable[disabled]{color:#2d2d2d;cursor:not-allowed;opacity:1;background:#eaeaea;border:1px solid silver}.delivery-card .delivery-card-label-mobile-emoji,.delivery-card .delivery-card-mobile-contact-actions,.delivery-card .delivery-card-mobile-view-more,.delivery-card .delivery-card-mobile-detail-note,.delivery-card .delivery-card-mobile-view-receipt{display:none}.dashboard-section--recently-assigned,.dashboard-section--pending,.dashboard-section--completed{margin-bottom:30px}.delivery-tabs-mobile-title{display:none}.delivery-tabs{margin-bottom:30px}.delivery-tabs .delivery-tabs-bar{border-bottom:1px solid #eaeaea;display:flex}.delivery-tabs .delivery-tab{min-width:205px;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;margin-bottom:-1px;padding:8px;font-size:14px;font-weight:400;line-height:18px;transition:color .2s,border-color .2s}.delivery-tabs .delivery-tab:hover,.delivery-tabs .delivery-tab.delivery-tab-active{border-bottom-color:#ffb930}.delivery-realtime-toast-stack{flex-direction:column;gap:10px;margin-bottom:30px;display:flex}.delivery-realtime-toast{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:0;padding:12px 35px;font-size:14px;font-weight:700;line-height:18px;display:flex}.delivery-realtime-toast-message{color:#225cec}.delivery-realtime-refresh-btn{color:#225cec;cursor:pointer;background:#225cec1a;border:1px solid #225cec;border-radius:36px;padding:7px 16px;font-size:14px;font-weight:700;line-height:1}.delivery-realtime-toast--no-jobs{justify-content:center;min-height:54px}.delivery-realtime-toast-message--no-jobs{color:#6c6c6c}.delivery-load-more-container{justify-content:center;width:100%;padding:30px 0;display:flex}.delivery-load-more-btn{color:#225cec;cursor:pointer;background:#225cec1a;border:1px solid #225cec;border-radius:36px;padding:7px 16px;font-size:14px;font-weight:700;line-height:1.1;transition:opacity .15s}.delivery-load-more-btn:disabled{opacity:.55;cursor:not-allowed}.delivery-load-more-spinner{vertical-align:middle;border:2px solid #225cec4d;border-top-color:#225cec;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.8s linear infinite delivery-card-spin;display:inline-block}.delivery-page-loading-spinner{border:3px solid var(--color-border,#e5e7eb);border-top-color:var(--color-primary,#225cec);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite delivery-card-spin;display:block}.delivery-load-more-btn-text{vertical-align:middle}.dashboard-layout .dashboard-container .dashboard-main .delivery-cards-container{flex-direction:column;display:flex}.dashboard-layout .dashboard-container .dashboard-main .delivery-empty-state{text-align:center;background:#fff;border-radius:10px;padding:60px 20px}.dashboard-layout .dashboard-container .dashboard-main .delivery-empty-state p{color:#6c6c6c;margin:0;font-size:16px}.dashboard-layout .dashboard-container .dashboard-main .delivery-loading-state,.dashboard-layout .dashboard-container .dashboard-main .delivery-error-state{text-align:center;border-radius:10px;padding:40px 20px}.dashboard-layout .dashboard-container .dashboard-main .delivery-loading-state{flex-direction:column;align-items:center;gap:16px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .delivery-loading-state .delivery-page-loading-spinner{flex-shrink:0}.dashboard-layout .dashboard-container .dashboard-main .delivery-loading-state p{color:#6c6c6c;margin:0;font-size:16px}.dashboard-layout .dashboard-container .dashboard-main .delivery-error-state{background:#fef2f2}.dashboard-layout .dashboard-container .dashboard-main .delivery-error-state p{color:#b91c1c;margin:0;font-size:16px}.driver-job-detail-page .delivery-detail-header{align-items:center;gap:49px;margin-bottom:30px;display:flex}.driver-job-detail-page .delivery-detail-back-btn{color:#2d2d2d;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid silver;border-radius:6px;padding:13px 15px;font-size:14px;font-weight:400;line-height:1}.driver-job-detail-page .delivery-detail-breadcrumb{flex-wrap:wrap;align-items:center;gap:30px;display:flex}.driver-job-detail-page .delivery-detail-breadcrumb-left{align-items:center;gap:10px;display:flex}.driver-job-detail-page .delivery-detail-breadcrumb-text{color:#2d2d2d;white-space:nowrap;font-size:18px;font-weight:700;line-height:25px}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge{border-radius:4px;align-items:center;gap:5px;padding:5px 6px;font-size:14px;font-weight:700;line-height:18px;display:inline-flex}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.pending{color:#ffb930;background:#ffb9301a}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.pending .status-dot{background:#ffb930;border-radius:50%;width:6px;height:6px}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.ready{color:#00b67a;background:#00b67a1a}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.ready .status-dot{background:#00b67a;border-radius:50%;width:6px;height:6px}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.collected{color:#123282;background:#1232821a}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.collected .status-dot{background:#123282;border-radius:50%;width:6px;height:6px}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.delivered{color:#2d2d2d;background:#eaeaea}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge.delivered .status-dot{background:#2d2d2d;border-radius:50%;width:6px;height:6px}.driver-job-detail-page .delivery-detail-ordered-date{color:#2d2d2d;white-space:nowrap;font-size:14px;font-weight:400;line-height:18px}.driver-job-detail-page .delivery-detail-loading,.driver-job-detail-page .delivery-detail-error{text-align:center;background:#fff;border-radius:10px;padding:60px 20px}.driver-job-detail-page .delivery-detail-loading{flex-direction:column;align-items:center;gap:16px;display:flex}.driver-job-detail-page .delivery-detail-loading .delivery-page-loading-spinner{flex-shrink:0}.driver-job-detail-page .delivery-detail-loading p{color:#6c6c6c;margin:0;font-size:16px}.driver-job-detail-page .delivery-detail-error p{color:#b91c1c;margin:0 0 20px;font-size:16px}.driver-job-detail-page .delivery-timeline{background:#fff;border-radius:10px;margin-top:30px}.driver-job-detail-page .delivery-timeline-header{flex-direction:column;gap:5px;padding:18px 35px;display:flex}.driver-job-detail-page .delivery-timeline-title{color:#2d2d2d;margin:0;font-size:18px;font-weight:700;line-height:25px}.driver-job-detail-page .delivery-timeline-subtitle{color:#6c6c6c;margin:0;font-size:14px;font-weight:400;line-height:18px}.driver-job-detail-page .delivery-timeline-divider{border-top:1px solid #eaeaea;height:0}.driver-job-detail-page .delivery-timeline-entries{padding-top:30px;padding-bottom:30px}.driver-job-detail-page .delivery-timeline-entry{gap:30px;padding:0 32px;display:flex}.driver-job-detail-page .delivery-timeline-indicator{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex;position:relative}.driver-job-detail-page .delivery-timeline-dot{background:silver;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:absolute;top:30px}.driver-job-detail-page .delivery-timeline-dot--active{background:#00b67a;box-shadow:0 0 0 3px #00b67a33}.driver-job-detail-page .delivery-timeline-line{background:silver;flex:1;width:1px;min-height:100%}.driver-job-detail-page .delivery-timeline-content{flex:1;min-width:0;padding-bottom:30px}.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content{padding-bottom:30px}.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content:last-child{padding-bottom:0}.driver-job-detail-page .delivery-timeline-date{color:silver;font-size:14px;font-weight:400;line-height:18px;display:block}.driver-job-detail-page .delivery-timeline-entry-title{color:#2d2d2d;margin:6px 0;font-size:18px;font-weight:700;line-height:25px}.driver-job-detail-page .delivery-timeline-entry-desc{color:#2d2d2d;margin:0;font-size:14px;font-weight:400;line-height:18px}.driver-job-detail-page .delivery-timeline-entry-desc strong{font-weight:700}.share-job-modal-overlay{z-index:2200;background:#24292e85;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.share-job-modal{background:#fff;border-radius:10px;width:476px;max-width:calc(100vw - 32px)}.share-job-modal .share-job-modal-header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:30px;display:flex}.share-job-modal .share-job-modal-title{color:#2d2d2d;margin:0;font-size:22px;font-weight:700;line-height:1}.share-job-modal .share-job-modal-close{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:25px;height:25px;padding:0;line-height:1;display:inline-flex}.share-job-modal .share-job-modal-body{flex-direction:column;gap:30px;padding:30px;display:flex}.share-job-modal .share-job-modal-body .share-job-pin>span{display:block}.share-job-modal .share-job-modal-text{color:#2d2d2d;margin:0;font-size:14px;font-weight:400;line-height:18px}.share-job-modal .share-job-link-row{background:#fff;border:1px solid #eaeaea;border-radius:62px;align-items:center;gap:4px;width:100%;padding:5px 5px 5px 12px;display:flex}.share-job-modal .share-job-link-url-placeholder,.share-job-modal .share-job-link-url{color:#6c6c6c;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}.share-job-modal .share-job-link-action{color:#6c6c6c;cursor:pointer;background:#f6f6f6;border:0;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:700;line-height:16px;display:inline-flex}.share-job-modal .share-job-link-action:hover{background:#e1e1e1}.share-job-modal .share-job-link-action:disabled{cursor:not-allowed;opacity:.9}.share-job-modal .share-job-copy-icon--spin{animation:.9s linear infinite share-job-copy-spin}.share-job-modal .share-job-whatsapp-btn{color:#fff;cursor:pointer;background:#00b67a;border:1px solid #00b67a;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.share-job-modal .share-job-whatsapp-btn:hover{background:#0ca96f}@keyframes share-job-copy-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.share-job-modal .share-job-modal-error{color:#ff4d35;background:#fff3f3;border:1px solid #ffd4d4;border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.5}.dashboard-layout .dashboard-container .dashboard-main .app-title{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .btn-cta{background:var(--color-secondary);border:1px solid var(--color-secondary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;height:40px;padding:13px 16px;font-size:14px;font-weight:700;line-height:1;transition:opacity .15s;display:inline-flex}.dashboard-layout .btn-ghost{height:40px;color:var(--color-text);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid silver;border-radius:6px;justify-content:center;align-items:center;padding:13px 15px;font-size:14px;font-weight:400;line-height:1;transition:background-color .15s;display:inline-flex}.dashboard-layout .btn-text{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;align-items:center;gap:0;padding:0;font-size:14px;line-height:18px;transition:opacity .15s;display:inline-flex}.dashboard-layout .btn-text:hover{opacity:.9}.dashboard-layout .form-input{border:1px solid var(--color-border);height:40px;color:var(--color-text);background:#fff;border-radius:4px;padding:11px 12px;font-size:14px;line-height:1;transition:border-color .15s}.dashboard-layout .form-input::placeholder{color:silver}.dashboard-layout .form-input:focus{border-color:#2d2d2d}.dashboard-layout .form-input.has-error{border-color:#ff4d35}.dashboard-layout .form-select{border:1px solid var(--color-border);height:40px;color:var(--color-text);appearance:none;cursor:pointer;background:#fff url(/icons/dropdown-bottom.svg) right 13px center/18px no-repeat;border-radius:6px;padding:11px 36px 11px 13px;font-size:14px;line-height:1;transition:border-color .15s}.dashboard-layout .form-select:focus{border-color:#2d2d2d}.dashboard-layout .form-select.has-error{border-color:#ff4d35}.dashboard-layout .form-checkbox{cursor:pointer;appearance:none;background:#fff;border:1px solid #575757;border-radius:4px;flex-shrink:0;width:16px;min-width:16px;height:16px;transition:border-color .15s,background-color .15s;position:relative}.dashboard-layout .form-checkbox:checked{background:var(--color-secondary);border-color:var(--color-secondary)}.dashboard-layout .form-checkbox:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)scale(0)}.dashboard-layout .form-checkbox:checked:after{transform:translate(-50%,-60%)rotate(45deg)scale(1)}.dashboard-layout .form-checkbox.has-error{border-color:#ff4d35}.dashboard-layout .form-error{color:#ff4d35;margin:4px 0 0;font-size:12px;line-height:16px}.app-table-wrapper{background:#fff;border-radius:10px;width:100%;margin-bottom:30px;overflow-x:auto}.app-table{border-collapse:collapse;width:100%;color:var(--color-text);min-width:640px;font-size:14px;line-height:18px}.app-table th,.app-table td{text-align:left;vertical-align:top;padding-right:30px}.app-table th:first-child,.app-table td:first-child{padding-left:30px}.app-table-th{color:var(--color-text);white-space:nowrap;padding-top:14px;padding-bottom:14px;font-size:14px;font-weight:400;line-height:18px}.app-table-row{border-top:1px solid var(--color-border)}.app-table-td{color:var(--color-text);vertical-align:top;padding-top:30px;padding-bottom:30px;font-size:14px;line-height:18px}.app-table-th--date,.app-table-td--date{width:140px;min-width:140px;text-align:center!important}.app-table-th--wide,.app-table-td--wide{min-width:180px}.app-table-th--num,.app-table-td--num{text-align:right;white-space:nowrap;min-width:80px}.app-table-th--last,.app-table-td--last{padding-right:30px}.app-table-td--debit{color:#ff4d35}.app-table-td--credit{color:#00b67a}.bank-account-page .bank-account-card{background:#fff;border-radius:10px;width:100%;margin-bottom:30px;overflow:hidden}.bank-account-page .bank-account-card-header{border-bottom:1px solid var(--color-border);padding:19.5px 35px}.bank-account-page .bank-account-card-header h2{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.bank-account-page .bank-account-card-body{flex-direction:column;gap:23px;padding:28px 0;display:flex}.bank-account-page .bank-account-existing{padding:24px 32px}.bank-account-page .bank-account-existing-header{align-items:center;gap:20px;margin-bottom:20px;display:flex}.bank-account-page .bank-account-existing-title{color:var(--color-text);font-size:16px;font-weight:700;line-height:24px}.bank-account-page .bank-account-edit-link{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;align-items:center;gap:15px;padding:0;font-size:14px;line-height:18px;transition:opacity .15s;display:inline-flex}.bank-account-page .bank-account-edit-link:hover{opacity:.7}.bank-account-page .bank-account-edit-link img{flex-shrink:0}.bank-account-page .bank-account-existing-info{align-items:center;gap:20px;display:flex}.bank-account-page .bank-account-logo{background:#fff;border:1px solid silver;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;display:flex;overflow:hidden;box-shadow:0 0 20px #00000012}.bank-account-page .bank-account-logo img{object-fit:contain}.bank-account-page .bank-account-existing-details{align-items:center;gap:20px;display:flex}.bank-account-page .bank-account-bank-name{color:var(--color-text);font-size:16px;font-weight:700;line-height:24px}.bank-account-page .bank-account-masked-number{color:var(--color-text);font-size:16px;font-weight:400;line-height:24px}.bank-account-page .remove-bank-btn{gap:10px}.bank-account-page .bank-account-form{flex-direction:column;gap:23px;display:flex}.bank-account-page .bank-account-form-row{align-items:flex-start;display:flex}.bank-account-page .bank-account-form-label{width:233px;min-width:233px;color:var(--color-text);text-align:right;padding-top:11px;padding-left:20px;padding-right:23px;font-size:14px;font-weight:400;line-height:18px}.bank-account-page .bank-account-form-row-checkbox .bank-account-form-label{padding-top:0}.bank-account-page .bank-account-required{color:var(--color-secondary)}.bank-account-page .bank-account-form-field{flex:1;max-width:614px}.bank-account-page .bank-account-form-field .form-input,.bank-account-page .bank-account-form-field .form-select.bank-account-select-full{width:300px}.bank-account-page .bank-account-bank-select-row{align-items:center;gap:12px;display:flex}.bank-account-page .bank-account-logo-preview{width:36px;height:36px}.bank-account-page .bank-account-logo-preview img{width:20px;height:20px}.bank-account-page .bank-account-form-row-checkbox{align-items:center}.bank-account-page .bank-account-checkbox-row{cursor:pointer;align-items:center;gap:10px;padding-right:20px;display:flex}.bank-account-page .bank-account-checkbox-label{color:var(--color-text);font-size:14px;line-height:18px}.bank-account-page .bank-account-warning{background:#ffb9301a;border-radius:6px;margin:0 35px;padding:10px 17px}.bank-account-page .bank-account-warning-title{color:var(--color-text);margin:0 0 5px;font-size:14px;line-height:18px}.bank-account-page .bank-account-warning-text{color:var(--color-text-light);margin:0;font-size:12px;font-style:italic;line-height:16px}.bank-account-page .bank-account-actions{justify-content:flex-end;align-items:center;width:100%;display:flex}.bank-account-page .bank-account-actions-spread{justify-content:space-between}.bank-account-page .bank-account-actions-right{align-items:center;gap:30px;display:flex}.bank-account-page .bank-account-btn-remove-icon{flex-shrink:0;width:16px;height:17px}.bank-account-page .bank-account-mobile-header,.bank-account-page .bank-account-mobile-divider,.bank-account-page .bank-account-mobile-actions{display:none}.withdraw-page .withdraw-top-row{align-items:stretch;gap:30px;width:100%;margin-bottom:30px;display:flex}.withdraw-page .withdraw-last-card{background:#fff;border-radius:10px;flex-direction:column;justify-content:center;gap:6px;width:370px;min-width:370px;padding:24px 32px 24px 50px;display:flex}.withdraw-page .withdraw-last-card .withdraw-last-card-body{flex-direction:column;gap:6px;display:flex}.withdraw-page .withdraw-balance-card{background:#fff;border-radius:10px;flex:1;justify-content:space-between;align-items:center;gap:30px;min-width:0;padding:24px 32px;display:flex}.withdraw-page .withdraw-card-label{color:var(--color-text-light);margin:0;font-size:14px;line-height:18px}.withdraw-page .withdraw-last-amount-row{flex-wrap:wrap;align-items:flex-end;gap:18px;display:flex}.withdraw-page .withdraw-amount-large{color:var(--color-text);font-size:22px;font-weight:700;line-height:normal}.withdraw-page .withdraw-card-date{color:var(--color-text-light);margin-bottom:2px;font-size:14px;line-height:18px}.withdraw-page .withdraw-balance-section{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.withdraw-page .withdraw-balance-row{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.withdraw-page .withdraw-balance-amount{color:var(--color-secondary);font-size:22px;font-weight:700;line-height:normal}.withdraw-page .withdraw-bank-right{flex-shrink:0;align-items:center;gap:30px;display:flex}.withdraw-page .withdraw-card-divider{background:var(--color-border);flex-shrink:0;width:1px;height:80px}.withdraw-page .withdraw-bank-section{flex-direction:column;gap:20px;display:flex}.withdraw-page .withdraw-bank-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.withdraw-page .withdraw-bank-title{color:var(--color-text);white-space:nowrap;font-size:16px;font-weight:700;line-height:24px}.withdraw-page .withdraw-bank-info{align-items:center;gap:20px;display:flex}.withdraw-page .withdraw-bank-name{color:var(--color-text);white-space:nowrap;font-size:16px;font-weight:700;line-height:24px}.withdraw-page .withdraw-bank-number{color:var(--color-text);white-space:nowrap;font-size:16px;font-weight:400;line-height:24px}.withdraw-page .withdraw-add-bank-btn{text-decoration:none}.withdraw-page .withdraw-mobile-card-title,.withdraw-page .withdraw-card-title-row,.withdraw-page .withdraw-mobile-bank-card{display:none}.app-table-col--mobile-hide{display:table-cell}.withdraw-page .bank-account-edit-link{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;align-items:center;gap:15px;padding:0;font-size:14px;line-height:18px;text-decoration:none;transition:opacity .15s;display:inline-flex}.withdraw-page .bank-account-edit-link:hover{opacity:.7}.withdraw-page .bank-account-edit-link img{flex-shrink:0}.withdraw-page .bank-account-logo{background:#fff;border:1px solid silver;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;display:flex;overflow:hidden;box-shadow:0 0 20px #00000012}.withdraw-page .bank-account-logo img{object-fit:contain}.withdraw-page .withdraw-overview-card{background:#fff;border-radius:10px;width:100%;max-width:850px;margin-bottom:30px;overflow:hidden}.withdraw-page .withdraw-overview-header{justify-content:space-between;align-items:center;padding:18px 35px 23px;display:flex}.withdraw-page .withdraw-overview-title-group{flex-direction:column;gap:5px;display:flex}.withdraw-page .withdraw-overview-title{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.withdraw-page .withdraw-overview-subtitle{color:var(--color-text-light);margin:0;font-size:14px;font-weight:400;line-height:18px}.withdraw-page .withdraw-overview-divider{background:var(--color-border);height:1px}.withdraw-page .withdraw-stats{align-items:stretch;display:flex}.withdraw-page .withdraw-stat-panel{flex-direction:column;gap:6px;padding:24px 50px;display:flex}.withdraw-page .withdraw-stat-pending,.withdraw-page .withdraw-stat-released{flex:0 0 50%;width:50%}.withdraw-page .withdraw-stats-divider{background:var(--color-border);flex-shrink:0;width:1px;margin:0}.withdraw-page .withdraw-stat-title{color:var(--color-text);font-size:16px;font-weight:700;line-height:24px}.withdraw-page .withdraw-stat-label{color:var(--color-text-light);font-size:14px;font-weight:400;line-height:18px}.withdraw-page .withdraw-stat-amount-lg{color:var(--color-text);font-size:22px;font-weight:700;line-height:normal}.withdraw-page .withdraw-released-grid{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.withdraw-page .withdraw-released-col{flex-direction:column;gap:6px;display:flex}.withdraw-page .withdraw-released-label-sm{color:var(--color-text-light);font-size:12px;font-weight:400;line-height:16px}.withdraw-page .withdraw-released-amount-sm{color:var(--color-text);font-size:14px;font-weight:700;line-height:normal}.withdraw-modal-overlay{z-index:2200;background:#24292e85;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.withdraw-modal{background:#fff;border:1px solid silver;border-radius:10px;flex-direction:column;gap:30px;width:476px;max-width:calc(100vw - 32px);padding:30px;display:flex}.withdraw-modal-title{color:var(--color-text);margin:0;font-size:22px;font-weight:700;line-height:normal}.withdraw-modal-body{flex-direction:column;gap:23px;width:100%;display:flex}.withdraw-modal-body .form-error{text-align:center}.withdraw-error-modal{background:linear-gradient(#ff4d351a,#ff4d351a),#fff;border:1px solid #ff4d35;border-radius:10px;flex-direction:column;gap:30px;width:476px;max-width:calc(100vw - 32px);padding:30px;display:flex}.withdraw-error-modal-title{color:#ff4d35;margin:0;font-size:22px;font-weight:700;line-height:1}.withdraw-error-modal-body{width:100%}.withdraw-error-modal-message{color:#2d2d2d;text-align:left;margin:0;font-size:14px;font-weight:400;line-height:18px}.withdraw-error-modal-actions{width:100%}.withdraw-error-modal-ok-btn{color:#fff;cursor:pointer;background:#ff4d35;border:1px solid #ff4d35;border-radius:6px;width:100%;height:40px;font-size:14px;font-weight:700;line-height:1}.withdraw-error-modal-ok-btn:focus-visible{outline-offset:2px;outline:2px solid #ff4d35}.withdraw-modal-notice{color:var(--color-text);background:#ffb9301a;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px 17px;font-size:14px;line-height:18px;display:flex}.withdraw-modal-info-wrapper{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.withdraw-modal-info-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;padding:0;line-height:1;display:inline-flex}.withdraw-modal-tooltip{width:190px;color:var(--color-text-light);white-space:normal;opacity:0;pointer-events:none;z-index:10;background:#fff;border:1px solid silver;border-radius:6px;padding:10px 12px;font-size:14px;line-height:18px;transition:opacity .15s;position:absolute;top:calc(100% + 8px);right:-8px;box-shadow:0 4px 12px #0000001a}.withdraw-modal-tooltip:before{content:"";border:6px solid #0000;border-bottom-color:silver;position:absolute;bottom:100%;right:8px}.withdraw-modal-tooltip:after{content:"";border:5px solid #0000;border-bottom-color:#fff;position:absolute;bottom:100%;right:9px}.withdraw-modal-info-wrapper:hover .withdraw-modal-tooltip{opacity:1;pointer-events:auto}.withdraw-modal-form{flex-direction:column;gap:23px;display:flex}.withdraw-modal-row{align-items:center;gap:23px;display:flex}.withdraw-modal-row--fee{align-items:flex-start}.withdraw-modal-label{width:170px;min-width:170px;color:var(--color-text);text-align:right;flex-shrink:0;font-size:14px;line-height:18px}.withdraw-modal-label-group{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;width:170px;min-width:170px;display:flex}.withdraw-modal-sublabel{color:var(--color-text-light);text-align:right;font-size:12px;font-style:italic;line-height:16px}.withdraw-modal-method{border:1px solid var(--color-border);height:40px;color:var(--color-text);cursor:default;-webkit-user-select:none;user-select:none;background:#fff;border-radius:6px;align-items:center;gap:12px;padding:11px 13px;font-size:14px;line-height:18px;display:inline-flex}.withdraw-modal-amount-input{border:1px solid var(--color-border);background:#fff;border-radius:4px;align-items:center;width:143px;height:40px;display:flex;overflow:hidden}.withdraw-modal-currency{color:silver;flex-shrink:0;padding:0 10px 0 12px;font-size:14px;line-height:18px}.withdraw-modal-input-divider{background:var(--color-border);flex-shrink:0;width:1px;height:40px}.withdraw-modal-amount-field{height:100%;color:var(--color-text);-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 10px;font-size:14px;line-height:18px}.withdraw-modal-amount-field::-webkit-outer-spin-button{-webkit-appearance:none}.withdraw-modal-amount-field::-webkit-inner-spin-button{-webkit-appearance:none}.withdraw-modal-value{color:var(--color-text);white-space:nowrap;font-size:14px;line-height:18px}.withdraw-modal-footer-notice{flex-direction:column;gap:5px;display:flex}.withdraw-modal-hr{border:none;border-top:1px solid var(--color-border);margin:0}.withdraw-modal-warning{color:var(--color-text-light);text-align:center;margin:0;font-size:12px;font-style:italic;line-height:16px}.withdraw-modal-actions{justify-content:flex-end;align-items:center;gap:30px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card{background:#fff;border-radius:10px;width:100%}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-header-mobile,.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-divider-mobile{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body{flex-direction:column;gap:30px;padding:21px 48px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item{cursor:pointer;flex-direction:column;gap:6px;text-decoration:none;transition:opacity .15s;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item:hover{opacity:.75}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item .announcement-list-item-title{color:var(--color-text);margin:0;font-size:14px;font-weight:700;line-height:normal}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item .announcement-list-item-excerpt{color:var(--color-text);margin:0;font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item .announcement-list-item-date{color:silver;font-size:12px;font-weight:400;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-actions{width:100%;margin-bottom:30px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card{background:#fff;border-radius:10px;width:100%}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-header-mobile,.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-divider-mobile{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body{flex-direction:column;gap:30px;padding:21px 48px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-summary{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-title{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:25px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-body{color:var(--color-text);font-size:14px;font-weight:400;line-height:18px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-body p{margin:0}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-body .announcement-detail-bullet{margin-left:21px;list-style-type:disc}.profile-page .profile-mobile-greeting,.profile-page .profile-click-to-edit,.profile-page .profile-label-mobile,.profile-page .profile-announcement-section,.profile-page .profile-support-section,.profile-page .profile-mobile-edit-actions{display:none}.profile-page .profile-account-status-banner{text-align:center;border:1px solid;border-radius:10px;width:100%;margin-bottom:22px;padding:12px 35px;font-size:14px;font-weight:700;line-height:18px}.profile-page .profile-account-status-banner--pending{color:#ffb930;background:linear-gradient(90deg,#ffb9301a 0% 100%),#fff;border-color:#ffb930}.profile-page .profile-account-status-banner--error{color:#ff4d35;background:linear-gradient(90deg,#ff4d351a 0% 100%),#fff;border-color:#ff4d35}.profile-page.profile-page-status-only{width:100%;display:block}.profile-page.profile-page-status-only .profile-account-status-banner{margin-top:42px;font-size:34px;line-height:48px}.profile-page .profile-edit-link{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;align-items:center;gap:15px;padding:0;font-size:14px;line-height:18px;transition:opacity .15s;display:inline-flex}.profile-page .profile-edit-link:hover{opacity:.7}.profile-page .profile-edit-link img{flex-shrink:0}.profile-page .profile-card{background:#fff;border-radius:10px;width:100%;overflow:hidden}.profile-page .profile-card-header{align-items:center;gap:8px;padding:19.5px 35px;display:flex}.profile-page .profile-card-header-icon-wrapper{display:none}.profile-page .profile-card-header-title{color:var(--color-text);font-size:18px;font-weight:700;line-height:25px}.profile-page .profile-card-divider{background:var(--color-border);height:1px}.profile-page .profile-card-body{padding:28px 0}.profile-page .profile-form{flex-direction:column;gap:23px;display:flex}.profile-page .profile-form-row{align-items:flex-start;display:flex}.profile-page .profile-form-label{width:233px;min-width:233px;color:var(--color-text);text-align:right;padding-top:0;padding-left:20px;padding-right:23px;font-size:14px;font-weight:400;line-height:18px}.profile-page .profile-required{color:var(--color-secondary)}.profile-page .profile-form-field{flex:1;max-width:614px;padding-right:20px}.profile-page .profile-form-value{color:var(--color-text);font-size:14px;font-weight:400;line-height:18px}.profile-page .profile-form-value-address{line-height:18px}.profile-page .profile-photo-group{gap:45px;display:flex}.profile-page .profile-rejected-upload-field{flex-direction:column;align-items:center;display:flex}.profile-page .profile-rejected-upload-box{cursor:pointer;color:#6c6c6c;border:1px dashed silver;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:120px;height:120px;transition:all .3s;display:flex;overflow:hidden}.profile-page .profile-rejected-upload-box:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.profile-page .profile-rejected-upload-box.upload-error{color:#ff4d35;border-color:#ff4d35}.profile-page .profile-rejected-upload-box.is-disabled{pointer-events:none;opacity:.6}.profile-page .profile-rejected-upload-plus{font-size:28px;line-height:1}.profile-page .profile-rejected-upload-label{font-size:12px;line-height:16px}.profile-page .profile-photo-box{border:1px dashed silver;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.profile-page .profile-photo-box-img{object-fit:cover;border-radius:10px;width:100%;height:100%}.profile-page .profile-photo-box-upload{cursor:pointer;flex-direction:column;gap:4px}.profile-page .profile-photo-box-plus{color:#6c6c6c;font-size:20px;line-height:1}.profile-page .profile-photo-box-label{color:#6c6c6c;font-size:12px;line-height:16px}.profile-page .profile-photo-box-empty{background:#f6f6f6;width:100%;height:100%}.profile-page .profile-photo-box-wrapper{flex-direction:column;align-items:center;display:flex}.profile-page .profile-photo-box-pdf-label{text-align:center;color:#6c6c6c;margin-top:2px;font-size:11px;line-height:16px;display:block}.profile-page .profile-form-row .profile-form-label{padding-top:0}.profile-page .profile-address-fields{flex-direction:column;gap:12px;display:flex}.profile-page .profile-address-fields .form-input,.profile-page .profile-address-fields select{width:300px}.profile-page .profile-address-fields .form-input.input-error,.profile-page .profile-address-fields select.input-error,.profile-page .profile-password-field .form-input.input-error,.profile-page .profile-address-fields .form-input.input-error:focus,.profile-page .profile-address-fields select.input-error:focus,.profile-page .profile-password-field .form-input.input-error:focus{border-color:#ff4d35}.profile-page .field-error{color:#ff4d35;margin-top:-4px;font-size:12px;font-weight:400;line-height:16px;display:block}.profile-page .profile-address-fields .field-error{margin-top:-6px}.profile-page .profile-password-field+.field-error{margin-top:4px}.profile-page .profile-rejected-upload-field .field-error{text-align:center;max-width:120px;margin-top:5px}.profile-page .profile-rejected-document-note{color:#6c6c6c;margin:10px 0 0;font-size:12px;line-height:16px}.profile-page .manual-entry-toggle{margin-top:4px}.profile-page .manual-entry-toggle p{color:#6c6c6c;margin:0 0 2px;font-size:12px;font-weight:400}.profile-page .manual-entry-toggle .link-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500;text-decoration:underline}.profile-page .manual-entry-toggle .link-btn:hover{color:var(--color-text)}.profile-page .profile-password-field{width:300px;position:relative}.profile-page .profile-password-field .profile-password-input{width:100%;padding-right:40px}.profile-page .profile-password-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.profile-page .profile-password-hint{color:var(--color-text-light);margin:4px 0 0;font-size:12px;font-style:italic;line-height:16px}.profile-page .profile-declaration-list{flex-direction:column;gap:23px;display:flex}.profile-page .profile-declaration-item{align-items:center;gap:10px;display:flex}.profile-page .profile-declaration-checkbox{pointer-events:none;background:#969696!important;border-color:#969696!important}.profile-page .profile-declaration-text{color:var(--color-text);font-size:14px;line-height:18px}.profile-page .profile-actions{justify-content:flex-end;align-items:center;gap:30px;width:100%;margin-top:30px;display:flex}.profile-page .profile-rejected-upload-progress-bar{box-sizing:border-box;text-align:left;background:#fff;border:1px solid #e0e0e0;border-radius:6px;flex:0 0 100%;width:100%;margin-top:20px;margin-bottom:12px;padding:12px 16px}.profile-page .profile-rejected-upload-progress-bar .progress-text{color:#6c6c6c;font-size:13px;line-height:1.4}.profile-page .profile-rejected-upload-error-bar{box-sizing:border-box;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;flex:0 0 100%;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:20px;margin-bottom:12px;padding:12px 16px;display:flex}.profile-page .profile-rejected-upload-error-bar .error-text{color:#ff4d35;flex:1;font-size:13px;font-weight:400}.profile-page .profile-rejected-upload-error-bar .error-dismiss{color:#ff4d35;cursor:pointer;background:0 0;border:none;padding:0 5px;font-size:16px;line-height:1}.profile-page .profile-rejected-upload-error-bar .error-dismiss:hover{color:#cf1322}.dashboard-layout .bottom-nav{display:none}@media (max-width:1499px){.dashboard-layout .dashboard-container .dashboard-main .app-container .content-body{width:calc(100% - 350px)}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar{width:350px}}@media (max-width:1199px){.dashboard-layout .dashboard-container .dashboard-main{padding:30px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-body{width:100%;padding-right:0}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar{width:100%}.dashboard-layout .dashboard-container .dashboard-main .app-container .page-header{min-height:40px;margin-bottom:20px}.dashboard-layout .dashboard-container .dashboard-main .app-container .page-header .page-header-title{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body{gap:24px;padding:18px 30px}.profile-page .profile-card-header{padding:15px 30px}.profile-page .profile-card-header-title{font-size:16px;line-height:22px}.profile-page .profile-card-body{padding:20px 0}.profile-page .profile-form-label{width:180px;min-width:180px;padding-left:10px}.bank-account-page .bank-account-card{margin-bottom:20px}.bank-account-page .bank-account-card-header{padding:15px 30px}.bank-account-page .bank-account-card-header h2{font-size:16px;line-height:22px}.bank-account-page .bank-account-card-body{padding:20px 0}.bank-account-page .bank-account-existing{padding:20px 30px}.bank-account-page .bank-account-existing-header{margin-bottom:16px}.bank-account-page .bank-account-existing-title{font-size:14px;line-height:20px}.bank-account-page .bank-account-edit-link{gap:10px;font-size:13px}.bank-account-page .bank-account-bank-name,.bank-account-page .bank-account-masked-number{font-size:14px;line-height:20px}.bank-account-page .bank-account-existing-info,.bank-account-page .bank-account-existing-details{gap:16px}.bank-account-page .bank-account-logo{width:38px;height:38px}.bank-account-page .bank-account-form-label{width:180px;min-width:180px;padding-left:10px}.bank-account-page .bank-account-form-field .form-input,.bank-account-page .bank-account-form-field .form-select.bank-account-select-full{width:260px}.bank-account-page .bank-account-checkbox-label{font-size:13px}.bank-account-page .bank-account-warning{margin:0 30px;padding:10px 15px}.bank-account-page .bank-account-warning-title{font-size:13px}.bank-account-page .bank-account-warning-text{font-size:11px}.bank-account-page .bank-account-actions-right{gap:20px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-actions{margin-bottom:20px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body{gap:24px;padding:18px 30px}.withdraw-page .withdraw-top-row{gap:20px;margin-bottom:20px}.withdraw-page .withdraw-last-card{width:280px;min-width:280px;padding:20px 24px 20px 30px}.withdraw-page .withdraw-balance-card{gap:20px;padding:20px 24px}.withdraw-page .withdraw-amount-large,.withdraw-page .withdraw-balance-amount{font-size:18px}.withdraw-page .withdraw-bank-right{gap:20px}.withdraw-page .withdraw-bank-name,.withdraw-page .withdraw-bank-number,.withdraw-page .withdraw-bank-title{font-size:14px;line-height:20px}.withdraw-page .withdraw-overview-card{margin-bottom:20px}.withdraw-page .withdraw-overview-header{padding:15px 30px 18px}.withdraw-page .withdraw-overview-title{font-size:16px;line-height:22px}.withdraw-page .withdraw-stat-panel{padding:20px 30px}.withdraw-page .withdraw-stat-amount-lg{font-size:18px}.withdraw-page .withdraw-released-grid{gap:30px}.app-table-wrapper{margin-bottom:20px}.withdraw-modal-title{font-size:18px;line-height:25px}.delivery-tabs{margin-bottom:20px}.delivery-tabs .delivery-tab{flex:1;min-width:0;padding:8px 6px;font-size:13px}.delivery-realtime-toast-stack{margin-bottom:20px}.delivery-realtime-toast{padding:10px 24px;font-size:13px}.delivery-realtime-refresh-btn{padding:6px 14px;font-size:13px}.delivery-card .delivery-card-header{padding:15px 24px}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-label{font-size:13px}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-value{font-size:16px;line-height:22px}.delivery-card .delivery-card-header .delivery-card-status-badge{padding:4px 6px;font-size:12px}.delivery-card .delivery-card-header .delivery-card-status-actions{gap:10px}.delivery-card .delivery-card-header .delivery-card-status-actions .delivery-card-status-actions-label{font-size:13px}.delivery-card .delivery-card-content{padding:15px 24px 0}.delivery-card .delivery-card-content .delivery-card-info-row{gap:16px;padding-bottom:15px}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item{gap:8px}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-label{font-size:13px}.delivery-card .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-value{font-size:16px;line-height:22px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section{gap:10px;padding:15px 20px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-label{width:100px;min-width:100px;padding-right:10px;font-size:13px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value{gap:8px;font-size:13px}.delivery-card .delivery-card-actions{padding:15px 24px}.delivery-card .delivery-card-actions .btn-view-receipt,.delivery-card .delivery-card-actions .btn-share{padding:4px 6px 4px 10px;font-size:13px}.delivery-card .delivery-card-actions .delivery-card-note span{font-size:11px}.delivery-load-more-container{padding:10px 0}.driver-job-detail-page .delivery-detail-header{gap:20px;margin-bottom:20px}.driver-job-detail-page .delivery-detail-breadcrumb{flex:1;gap:16px;min-width:0}.driver-job-detail-page .delivery-detail-breadcrumb-text{font-size:16px;line-height:22px}.driver-job-detail-page .delivery-detail-ordered-date{font-size:13px}.driver-job-detail-page .delivery-timeline{margin-top:20px}.driver-job-detail-page .delivery-timeline-header{padding:15px 24px}.driver-job-detail-page .delivery-timeline-title{font-size:16px;line-height:22px}.driver-job-detail-page .delivery-timeline-subtitle{font-size:13px}.driver-job-detail-page .delivery-timeline-entries{padding-top:24px;padding-bottom:24px}.driver-job-detail-page .delivery-timeline-entry{gap:20px;padding:0 24px}.driver-job-detail-page .delivery-timeline-content,.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content{padding-bottom:24px}.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content:last-child{padding-bottom:0}.driver-job-detail-page .delivery-timeline-date{font-size:13px}.driver-job-detail-page .delivery-timeline-entry-title{font-size:16px;line-height:22px}.driver-job-detail-page .delivery-timeline-entry-desc{font-size:13px}}@media (min-width:768px) and (max-width:1199px){.dashboard-layout .dashboard-container .dashboard-main .app-container .content-body,.dashboard-layout .dashboard-container .overview-card{margin-bottom:24px}.dashboard-layout .dashboard-container .overview-card .overview-card-header{padding:16px 24px}.dashboard-layout .dashboard-container .overview-card .overview-card-header h3{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .overview-card .overview-card-header p{font-size:13px;line-height:18px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item{padding:20px 24px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-title{font-size:13px;line-height:18px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value{font-size:18px}.dashboard-layout .dashboard-container .section-header{margin-bottom:20px}.dashboard-layout .dashboard-container .section-header h3{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .incentive-card-section{margin-bottom:24px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header{padding:16px 24px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content h3{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content p{font-size:13px;line-height:18px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status{padding:4px 8px;font-size:13px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content{padding:0 24px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar{max-width:100%}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items{padding:20px 0}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item{padding:0 20px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-title{font-size:13px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-value{font-size:18px}.recently-assigned-card-section,.pending-delivery-card-section,.completed-delivery-card-section,.dashboard-section--recently-assigned,.dashboard-section--pending,.dashboard-section--completed{margin-bottom:24px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar{max-width:100%;margin-top:0}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-header{padding:16px 24px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-header h2{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content{padding:23px 24px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-title{font-size:14px;line-height:20px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-content{font-size:13px;line-height:18px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-content .announcement-sidebar-item .announcement-sidebar-item-date{font-size:12px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-footer{padding:16px 24px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar .announcement-sidebar .announcement-sidebar-footer .announcement-sidebar-footer-link{font-size:13px}}@media (min-width:768px) and (max-width:992px){.withdraw-page .withdraw-top-row{flex-direction:column}.withdraw-page .withdraw-last-card{width:100%;min-width:0}.withdraw-page .withdraw-balance-card{width:100%}.withdraw-page .withdraw-stat-pending{flex:0 0 40%;width:40%}.withdraw-page .withdraw-stat-released{flex:0 0 60%;width:60%}.delivery-card .delivery-card-content .delivery-card-info-row{flex-wrap:wrap;gap:12px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section{padding:12px 16px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item{flex-direction:column;gap:3px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-label{width:auto;min-width:auto;padding-right:0}.delivery-card .delivery-card-actions{flex-wrap:wrap;gap:10px}}@media (min-width:768px) and (max-width:991px){.delivery-card .delivery-card-actions{gap:15px}.delivery-card .delivery-card-actions .delivery-card-note:not(.delivery-card-note--pool){text-align:center;flex:0 0 100%;order:-1}.delivery-card .delivery-card-actions .btn-view-receipt{margin-top:0}.delivery-card .delivery-card-actions .btn-share{margin-top:0;margin-left:auto}.driver-job-detail-page .delivery-detail-header{gap:16px}.driver-job-detail-page .delivery-detail-breadcrumb{gap:10px}.driver-job-detail-page .delivery-detail-breadcrumb-text{font-size:15px;line-height:20px}.driver-job-detail-page .delivery-detail-breadcrumb-left .delivery-card-status-badge{padding:4px 5px;font-size:12px}.driver-job-detail-page .delivery-timeline-header{padding:15px 20px}.driver-job-detail-page .delivery-timeline-entry{gap:16px;padding:0 20px}.driver-job-detail-page .delivery-detail-ordered-date{display:none}.driver-job-detail-page .delivery-timeline-indicator{width:28px}}@media (max-width:767px){.dashboard-layout .topbar{background:#123282 url(/images/header-mobile-pattern-white.png) right 0 center/114px 60px no-repeat;justify-content:center;align-items:center;height:60px;padding:18px 20px 19px;display:flex;position:relative;overflow:hidden}.dashboard-layout .topbar .topbar-content{display:none}.dashboard-layout .topbar .topbar-content-mobile{display:block}.dashboard-layout .sidebar{display:none}.dashboard-layout .dashboard-container .dashboard-main{padding:8px 6px 100px}.dashboard-layout .dashboard-container .dashboard-main.dashboard-main-no-nav{padding-bottom:8px}.dashboard-layout .bottom-nav{z-index:1000;height:67px;padding:12px 6px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px #eaeaea}.dashboard-layout .bottom-nav .bottom-nav-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;height:43px;text-decoration:none;display:flex}.dashboard-layout .bottom-nav .bottom-nav-item .bottom-nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dashboard-layout .bottom-nav .bottom-nav-item .bottom-nav-label{font-family:var(--font-roboto),"Roboto",sans-serif;color:#575757;text-align:center;font-size:9px;font-weight:400;line-height:normal}.dashboard-layout .bottom-nav .bottom-nav-item-active .bottom-nav-label{color:#ffb930;font-weight:700}.mobile-emoji{display:inline}.dashboard-layout .dashboard-container .dashboard-main .app-container{flex-direction:column;align-items:center;gap:8px}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-body{flex-direction:column;gap:8px;width:100%;padding-right:0;display:flex}.dashboard-layout .dashboard-container .dashboard-main .app-container .content-sidebar{display:none}.dashboard-layout .dashboard-container .overview-card{border-radius:10px;margin-bottom:0;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-layout .dashboard-container .overview-card .overview-card-header{padding:12px}.dashboard-layout .dashboard-container .overview-card .overview-card-header h3{font-size:14px;line-height:normal}.dashboard-layout .dashboard-container .overview-card .overview-card-header p{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item{padding:16px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-title{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value{flex-direction:column;gap:6px;font-size:22px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value{border-radius:8px;align-self:flex-start;padding:8px 16px;font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value.green,.dashboard-layout .dashboard-container .overview-card .overview-card-content .overview-card-content-item .overview-card-content-item-value .item-compare-value.red{background-position:16px 50%;padding-left:32px}.dashboard-layout .dashboard-container .incentive-card-section{margin-bottom:0}.dashboard-layout .dashboard-container .incentive-card-section>.section-header{display:none}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card{border-radius:10px;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:start;gap:6px 16px;padding:12px;display:grid}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content{grid-area:1/1}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content h3{font-size:14px;line-height:normal}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content p{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status{grid-area:2/1;justify-self:start;font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-view-more{color:var(--color-text);border:1px solid silver;border-radius:6px;grid-area:1/2/3;align-self:center;padding:12px 15px;font-size:14px;font-weight:400;line-height:1;text-decoration:none;display:flex}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content{padding:0 8px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar{max-width:none;margin:0 8px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items{justify-content:center;gap:0;width:100%;padding:12px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item{width:50%;padding:0}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item:first-child{padding-right:30px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item:last-child{padding-left:30px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-title{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-value{font-size:18px;line-height:25px}.dashboard-section--recently-assigned,.dashboard-section--pending,.dashboard-section--completed{background:#fff;border-radius:10px;flex-direction:column;gap:12px;margin-bottom:0;padding:12px;display:flex;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-section--recently-assigned>.section-header,.dashboard-section--pending>.section-header,.dashboard-section--completed>.section-header{margin-bottom:0!important}.dashboard-section--recently-assigned>.section-header h3,.dashboard-section--pending>.section-header h3,.dashboard-section--completed>.section-header h3{font-size:14px!important;line-height:18px!important}.dashboard-section--recently-assigned .delivery-card,.dashboard-section--pending .delivery-card,.dashboard-section--completed .delivery-card{box-shadow:none;border:1px solid #eaeaea;border-radius:8px;gap:0;margin-bottom:0;padding:0;display:block;overflow:visible}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .page-header{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card{border-radius:8px;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-header-mobile{align-items:center;padding:12px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-header-mobile .announcement-card-header-title{color:var(--color-text);font-size:12px;font-weight:700;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-divider-mobile{background:#eaeaea;height:1px;display:block}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body{gap:21px;padding:12px}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item .announcement-list-item-excerpt{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-page .announcement-card .announcement-card-body .announcement-list-item .announcement-list-item-date{font-size:9px;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-actions{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card{border-radius:8px;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-header-mobile{align-items:center;padding:12px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-header-mobile .announcement-detail-card-header-title{color:var(--color-text);font-size:12px;font-weight:700;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-divider-mobile{background:#eaeaea;height:1px;display:block}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body{gap:21px;padding:12px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-summary{flex-direction:column;gap:6px;display:flex}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-summary .announcement-list-item-title{color:var(--color-text);margin:0;font-size:14px;font-weight:700;line-height:normal}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-summary .announcement-list-item-excerpt{color:var(--color-text);margin:0;font-size:12px;font-weight:400;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-summary .announcement-list-item-date{color:silver;font-size:9px;font-weight:400;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-title{display:none}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-body{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .announcement-detail-page .announcement-detail-card .announcement-detail-card-body .announcement-detail-body .announcement-detail-bullet{margin-left:18px}.dashboard-layout .dashboard-container .dashboard-main .bank-account-page .bank-account-header,.dashboard-layout .dashboard-container .dashboard-main .bank-account-page .bank-account-actions{display:none}.bank-account-page.app-container{align-items:center;gap:8px}.bank-account-page .bank-account-mobile-header{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px 8px;display:flex;box-shadow:0 8px 15px #0000001a}.bank-account-page .bank-account-mobile-header-title{color:var(--color-text);font-size:12px;font-weight:700;line-height:16px}.bank-account-page .bank-account-mobile-header .btn-cta{border-radius:6px;padding:15px 16px;font-size:14px;font-weight:700}.bank-account-page .bank-account-mobile-header .bank-account-edit-link{gap:6px;font-size:12px}.bank-account-page .bank-account-card{border-radius:8px;width:100%;margin-bottom:0;box-shadow:0 8px 15px #0000001a}.bank-account-page .bank-account-existing{padding:0}.bank-account-page .bank-account-existing-header{justify-content:space-between;gap:6px;margin-bottom:0;padding:12px}.bank-account-page .bank-account-existing-title{font-size:12px;font-weight:700;line-height:16px}.bank-account-page .bank-account-edit-link{gap:6px;font-size:12px}.bank-account-page .bank-account-mobile-divider{background:#eaeaea;width:100%;height:1px;display:block}.bank-account-page .bank-account-existing-info{gap:12px;padding:12px}.bank-account-page .bank-account-bank-name{font-size:14px;font-weight:700;line-height:normal}.bank-account-page .bank-account-masked-number{font-size:12px;line-height:16px}.bank-account-page .bank-account-existing-details{flex-direction:column;align-items:flex-start;gap:6px}.bank-account-page .bank-account-card-header{padding:12px}.bank-account-page .bank-account-card-header h2{font-size:14px;font-weight:700;line-height:normal}.bank-account-page .bank-account-card-body{gap:23px;padding:12px 0}.bank-account-page .bank-account-form{gap:23px;padding:0 12px}.bank-account-page .bank-account-form-row{flex-direction:column;align-items:flex-start;gap:10px}.bank-account-page .bank-account-form-label{text-align:left;width:auto;min-width:auto;padding:0;font-size:14px;line-height:18px}.bank-account-page .bank-account-form-field{width:100%;max-width:none}.bank-account-page .bank-account-form-field .form-input,.bank-account-page .bank-account-form-field .form-select.bank-account-select-full{width:300px;max-width:100%}.bank-account-page .bank-account-form-row-checkbox{align-items:flex-start}.bank-account-page .bank-account-form-row-checkbox .bank-account-form-label{display:none}.bank-account-page .bank-account-checkbox-row{gap:10px;padding-right:12px}.bank-account-page .bank-account-checkbox-label{font-size:14px;line-height:18px}.bank-account-page .bank-account-warning{margin:0 12px}.bank-account-page .bank-account-mobile-actions{display:block}.bank-account-page .bank-account-mobile-actions-divider{background:var(--color-border);height:1px}.bank-account-page .bank-account-mobile-actions-row{justify-content:flex-end;align-items:center;padding:12px;display:flex}.bank-account-page .bank-account-mobile-actions-row.bank-account-mobile-actions-spread{justify-content:space-between}.bank-account-page .bank-account-mobile-actions-row .remove-bank-btn{color:var(--color-text-light);gap:4px;font-size:14px}.bank-account-page .bank-account-mobile-actions-buttons{gap:12px;width:210px;display:flex}.bank-account-page .bank-account-mobile-actions-buttons .btn-ghost{border-radius:6px;flex:1;padding:15px;font-size:14px}.bank-account-page .bank-account-mobile-actions-buttons .btn-cta{border-radius:6px;flex:1;padding:15px 16px;font-size:14px;font-weight:700}.withdraw-page .page-header{display:none!important}.withdraw-page .withdraw-top-row{flex-direction:unset;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;display:grid}.withdraw-page .withdraw-last-card{border-radius:8px;gap:0;width:auto;min-width:0;padding:0;overflow:hidden;box-shadow:0 8px 15px #0000001a}.withdraw-page .withdraw-card-title-row{border-bottom:1px solid var(--color-border);align-items:center;padding:12px;display:flex}.withdraw-page .withdraw-mobile-card-title{color:var(--color-text);margin-bottom:0;font-size:14px;font-weight:700;line-height:normal;display:block}.withdraw-page .withdraw-last-card-body{flex-direction:column;gap:6px;padding:12px;display:flex}.withdraw-page .withdraw-card-label{font-size:12px;line-height:16px}.withdraw-page .withdraw-amount-large{font-size:16px}.withdraw-page .withdraw-card-date{font-size:11px;line-height:14px}.withdraw-page .withdraw-last-amount-row{flex-direction:column;align-items:flex-start;gap:4px}.withdraw-page .withdraw-balance-card{border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:auto;padding:0;overflow:hidden;box-shadow:0 8px 15px #0000001a}.withdraw-page .withdraw-bank-right{display:none}.withdraw-page .withdraw-balance-section{gap:6px;width:100%;padding:12px}.withdraw-page .withdraw-balance-label{display:none}.withdraw-page .withdraw-balance-amount{font-size:16px}.withdraw-page .withdraw-balance-row{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.withdraw-page .withdraw-balance-row .btn-cta{justify-content:center;width:100%}.withdraw-page .withdraw-mobile-bank-card{background:#fff;border-radius:8px;width:100%;margin-bottom:8px;display:block;box-shadow:0 8px 15px #0000001a}.withdraw-page .withdraw-mobile-bank-card .withdraw-bank-header{border-bottom:1px solid var(--color-border);margin-bottom:16px;padding:16px 16px 12px}.withdraw-page .withdraw-mobile-bank-card .withdraw-bank-info{padding-bottom:16px;padding-left:16px;padding-right:16px}.withdraw-page .withdraw-overview-card{border-radius:8px;margin-bottom:8px;box-shadow:0 8px 15px #0000001a}.withdraw-page .withdraw-overview-header{padding:14px 16px 16px}.withdraw-page .withdraw-overview-title{font-size:14px;line-height:20px}.withdraw-page .withdraw-overview-subtitle{font-size:12px;line-height:16px}.withdraw-page .withdraw-stat-pending{flex:0 0 35%;width:35%}.withdraw-page .withdraw-stat-released{flex:0 0 65%;width:65%}.withdraw-page .withdraw-stat-panel{gap:4px;padding:14px 16px}.withdraw-page .withdraw-stat-title{font-size:14px}.withdraw-page .withdraw-stat-label{font-size:12px;line-height:16px}.withdraw-page .withdraw-stat-amount-lg{font-size:16px}.withdraw-page .withdraw-released-grid{flex-wrap:nowrap;gap:12px}.withdraw-page .withdraw-released-label-sm{font-size:11px}.withdraw-page .withdraw-released-amount-sm{font-size:12px}.app-table-wrapper{border-radius:8px;margin-bottom:8px;box-shadow:0 8px 15px #0000001a}.app-table-th,.app-table-td{padding-top:12px;padding-bottom:12px;font-size:12px;line-height:16px}.withdraw-modal-overlay{padding:14px}.withdraw-modal{gap:16px;max-height:90vh;padding:12px;overflow-y:auto}.withdraw-error-modal{gap:20px;padding:20px}.withdraw-error-modal-title{font-size:22px;line-height:1}.withdraw-modal-title{font-size:14px;line-height:1}.withdraw-modal-notice{padding:10px 17px;font-size:12px;line-height:16px}.withdraw-modal-label,.withdraw-modal-label-group{width:130px;min-width:130px}.withdraw-modal-label{font-size:12px;line-height:16px}.withdraw-modal-sublabel{font-size:9px;line-height:16px}.withdraw-modal-actions{gap:12px}.withdraw-modal-actions .btn-ghost,.withdraw-modal-actions .btn-cta{flex:1}.withdraw-modal-tooltip{width:165px;font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .profile-page .profile-header,.dashboard-layout .dashboard-container .dashboard-main .profile-page .profile-actions{display:none}.dashboard-layout .dashboard-container .dashboard-main .profile-page .profile-actions.profile-actions-rejected{z-index:1001;width:100%;padding:10px 0 max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eaeaea;margin-top:10px;margin-bottom:0;display:flex;position:sticky;bottom:0}.dashboard-layout .dashboard-container .dashboard-main .profile-page .profile-actions.profile-actions-rejected .btn-cta{border-radius:8px;width:100%;height:auto;padding:14px}.profile-page .profile-rejected-upload-progress-bar,.profile-page .profile-rejected-upload-error-bar{width:100%;margin-top:8px;margin-bottom:8px}.profile-page .profile-account-status-banner{margin-bottom:12px}.profile-page.profile-page-status-only .profile-account-status-banner{margin-top:20px;font-size:24px;line-height:34px}.profile-page .profile-mobile-greeting{flex-direction:column;align-items:center;gap:6px;width:100%;padding:13px 12px;display:flex}.profile-page .profile-mobile-greeting-text{color:var(--color-text);margin:0;font-size:14px;line-height:18px}.profile-page .profile-mobile-greeting-text strong{color:var(--color-secondary);font-weight:700}.profile-page .profile-mobile-rfw{color:var(--color-text);align-items:center;gap:10px;font-size:14px;line-height:18px;display:flex}.profile-page .profile-mobile-rfw-toggle{cursor:pointer;background:silver;border:none;border-radius:22px;outline:none;width:30px;min-width:30px;height:16px;padding:0;transition:background-color .3s;position:relative}.profile-page .profile-mobile-rfw-toggle.profile-mobile-rfw-toggle-on{background:#00b67a}.profile-page .profile-mobile-rfw-toggle-slider{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .3s;position:absolute;top:2px;left:3px}.profile-page .profile-mobile-rfw-toggle.profile-mobile-rfw-toggle-on .profile-mobile-rfw-toggle-slider{transform:translate(12px)}.profile-page .profile-card{border-radius:8px;width:100%;margin-bottom:8px;box-shadow:0 8px 15px #0000001a}.profile-page .profile-card-header{gap:8px;padding:12px}.profile-page .profile-card-header-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:flex}.profile-page .profile-card-header-title{font-size:12px;font-weight:700;line-height:16px}.profile-page .profile-card-divider{display:none}.profile-page .profile-click-to-edit{background:var(--color-background);cursor:pointer;color:#225cec;text-align:center;border:none;justify-content:center;align-items:center;width:100%;padding:14px 12px;font-size:12px;line-height:16px;display:flex}.profile-page .profile-card-body{padding:12px 8px}.profile-page .profile-card-body.profile-card-body-view{display:none}.dashboard-container-no-nav .profile-page .profile-card-body.profile-card-body-view,.dashboard-container-no-nav .profile-page .profile-card-divider{display:block}.profile-page .profile-form,.profile-page .profile-form-row{gap:23px}.profile-page .profile-form-label{text-align:right;width:70px;min-width:70px;padding-left:0;padding-right:0;font-size:12px;line-height:16px}.profile-page .profile-label-desktop{display:none}.profile-page .profile-label-mobile{display:inline}.profile-page .profile-form-field{max-width:none;padding-right:0}.profile-page .profile-form-value{font-size:12px;line-height:16px}.profile-page .profile-photo-group{gap:12px}.profile-page .profile-photo-box{width:120px;height:120px}.profile-page .profile-address-fields .form-input,.profile-page .profile-address-fields select{width:100%;font-size:12px}.profile-page .field-error{font-size:11px;line-height:14px}.profile-page .manual-entry-toggle p,.profile-page .manual-entry-toggle .link-btn{font-size:11px}.profile-page .profile-password-field{width:100%}.profile-page .profile-password-hint{font-size:9px}.profile-page .profile-declaration-list{gap:12px}.profile-page .profile-declaration-text{font-size:12px;line-height:16px}.profile-page .profile-mobile-edit-actions{border-top:1px solid var(--color-border);gap:12px;padding:12px;display:flex}.profile-page .profile-mobile-edit-actions .btn-ghost{border-radius:8px;flex:1;height:auto;padding:14px;font-size:14px}.profile-page .profile-mobile-edit-actions .btn-cta{border-radius:8px;flex:1;height:auto;padding:14px;font-size:14px;font-weight:600}.profile-page .profile-announcement-section{width:100%;margin-bottom:8px;display:block}.profile-page .profile-announcement-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 15px #0000001a}.profile-page .profile-announcement-card-header{padding:12px}.profile-page .profile-announcement-card-header-title{color:var(--color-text);font-size:12px;font-weight:700;line-height:16px}.profile-page .profile-announcement-card-divider{background:#eaeaea;height:1px}.profile-page .profile-announcement-card-body{flex-direction:column;gap:21px;padding:12px;display:flex}.profile-page .profile-announcement-item{cursor:pointer;flex-direction:column;gap:6px;text-decoration:none;transition:opacity .15s;display:flex}.profile-page .profile-announcement-item:hover{opacity:.75}.profile-page .profile-announcement-item-title{color:var(--color-text);margin:0;font-size:14px;font-weight:700;line-height:normal}.profile-page .profile-announcement-item-excerpt{color:var(--color-text);margin:0;font-size:12px;font-weight:400;line-height:16px}.profile-page .profile-announcement-item-date{color:silver;font-size:9px;font-weight:400;line-height:16px}.profile-page .profile-announcement-view-all{background:var(--color-background);color:#225cec;text-align:center;justify-content:center;align-items:center;padding:14px 12px;font-size:12px;line-height:16px;text-decoration:none;display:flex}.profile-page .profile-support-section{width:100%;display:block}.profile-page .profile-support-card{background:#fff;border-radius:8px;flex-direction:column;gap:16px;padding:12px;display:flex;overflow:hidden;box-shadow:0 8px 15px #0000001a}.profile-page .profile-support-card-title{color:var(--color-text);margin:0;font-size:12px;font-weight:700;line-height:16px}.profile-page .profile-contact-sanang-btn{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:12px 15px;font-size:14px;font-weight:400;line-height:1;text-decoration:none;transition:background-color .15s;display:flex}.profile-page .profile-contact-sanang-btn:hover{background:#f0f4ff}.profile-page .profile-support-links{flex-direction:column;gap:0;padding-bottom:3px;display:flex}.profile-page .profile-support-link-wrapper{flex-direction:column;gap:15px;display:flex}.profile-page .profile-support-link{color:var(--color-primary);padding:0;font-size:14px;line-height:1;text-decoration:none}.profile-page .profile-support-link:hover{text-decoration:underline}.profile-page .profile-support-link-divider{background:#eaeaea;height:1px;margin-bottom:15px}.delivery-list-page .page-header{display:none!important}.delivery-list-page .delivery-tabs{background:#fff;border-radius:8px;margin-bottom:8px;overflow:hidden}.delivery-list-page .delivery-tabs .delivery-tabs-mobile-title{color:#2d2d2d;border-bottom:1px solid #eaeaea;padding:12px;font-size:14px;font-weight:700;line-height:normal;display:block}.delivery-list-page .delivery-tabs .delivery-tabs-bar{border-bottom:none;padding:0 15px;display:flex}.delivery-list-page .delivery-tabs .delivery-tab{color:#2d2d2d;text-align:center;border-bottom:2px solid #0000;flex:1;min-width:0;margin-bottom:0;padding:15px 0;font-size:11px;font-weight:400;line-height:normal}.delivery-list-page .delivery-tabs .delivery-tab:hover,.delivery-list-page .delivery-tabs .delivery-tab.delivery-tab-active{color:#ffb930;border-bottom-color:#ffb930;font-weight:700}.delivery-realtime-toast-stack{gap:8px;margin-bottom:8px}.delivery-realtime-toast{border-radius:8px;padding:12px;font-size:12px;line-height:16px}.delivery-realtime-refresh-btn{border-radius:36px;padding:7px 15px;font-size:12px}.delivery-realtime-toast--no-jobs{min-height:52px;padding:18px 12px}.delivery-realtime-toast-message--no-jobs{font-size:12px;font-weight:700;line-height:16px}.dashboard-layout .dashboard-container .dashboard-main .delivery-cards-container{gap:8px}.dashboard-layout .dashboard-container .dashboard-main .delivery-empty-state p,.dashboard-layout .dashboard-container .dashboard-main .delivery-loading-state p{font-size:14px}.delivery-card{border-radius:8px;margin-bottom:0;overflow:hidden;box-shadow:0 8px 15px #0000001a}.delivery-card--clickable{cursor:default}.delivery-card .delivery-card-header{border-bottom:none;align-items:flex-end;padding:16px 16px 0}.delivery-card .delivery-card-header .delivery-card-date-badge{flex-direction:column;align-items:flex-start;gap:0;display:flex}.delivery-card .delivery-card-header .delivery-card-date{gap:6px}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-label{font-size:12px;line-height:16px}.delivery-card .delivery-card-header .delivery-card-date .delivery-card-date-value{font-size:18px;line-height:25px}.delivery-card .delivery-card-header .delivery-card-status-badge{margin-top:6px;padding:5px 6px;font-size:12px;line-height:16px}.delivery-card .delivery-card-header .delivery-card-status-actions{align-items:flex-end;gap:12px}.delivery-card .delivery-card-header .delivery-card-status-actions .delivery-card-status-actions-label{text-align:right;font-size:12px;line-height:16px}.delivery-card .delivery-card-btn-status-update{border-radius:6px;padding:15px 16px;font-size:14px}.delivery-card .delivery-card-content{border-bottom:none;padding:12px}.delivery-card .delivery-card-content .delivery-card-info-row{display:none}.delivery-card .delivery-card-content .delivery-card-details{background:#f6f6f6;border-radius:8px;flex-direction:column;gap:12px;padding:16px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section:first-child{border-right:none;gap:12px;width:100%;padding:0}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section--customer{display:none}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item{flex-direction:row;align-items:flex-start;gap:12px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-label{color:#6c6c6c;width:104px;min-width:104px;padding-right:0;font-size:12px;line-height:16px}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value{font-size:14px;line-height:18px}.delivery-card .delivery-card-label-mobile-emoji{vertical-align:baseline;font-size:10px;display:inline}.delivery-card .delivery-card-content .delivery-card-details .delivery-card-section .delivery-card-item .delivery-card-value .delivery-card-phone-button{display:none}.delivery-card .delivery-card-mobile-contact-actions{gap:12px;width:100%;display:flex}.delivery-card .delivery-card-mobile-action-btn{color:#575757;text-align:center;cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 0;font-size:12px;font-weight:400;line-height:16px;text-decoration:none;display:flex}.delivery-card .delivery-card-mobile-action-btn img{object-fit:contain;width:28px;height:28px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row{border-bottom:0;justify-content:space-between;align-items:flex-start;margin-bottom:0;padding:12px 16px;display:flex}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row .delivery-card-info-item{flex-direction:column;flex:1;align-items:flex-start;gap:6px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row .delivery-card-info-item:nth-child(2){text-align:center;align-items:center}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row .delivery-card-info-item:last-child{text-align:right;align-items:flex-end}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-label{font-size:12px;font-weight:400;line-height:16px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-info-row .delivery-card-info-item .delivery-card-info-value{font-size:18px;font-weight:700;line-height:25px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details{background:0 0;gap:0;padding:0}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section--customer{background:#f6f6f6;border-radius:8px;flex-direction:column;gap:12px;width:100%;padding:16px;display:flex}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section--customer .delivery-card-item{flex-direction:row;align-items:flex-start;gap:12px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section--customer .delivery-card-item .delivery-card-label{color:#6c6c6c;width:104px;min-width:104px;padding-right:0}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section--customer .delivery-card-item .delivery-card-value{color:#2d2d2d;font-size:14px;line-height:18px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-mobile-contact-actions{width:100%;margin-top:2px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section{background:#f6f6f6;border-radius:8px;padding:16px}.delivery-card.delivery-card--view-detail .delivery-card-content .delivery-card-details .delivery-card-section:first-child{margin-bottom:12px}.delivery-card .delivery-card-actions{display:none}.delivery-card .delivery-card-mobile-view-more{color:#225cec;text-align:center;cursor:pointer;justify-content:center;align-items:center;gap:6px;width:100%;padding:0 12px 12px;font-size:12px;font-weight:400;line-height:16px;text-decoration:none;display:flex}.delivery-card .delivery-card-mobile-view-more-icon{object-fit:contain;width:14px;height:14px}.delivery-card.delivery-card--view-detail .delivery-card-mobile-view-more{display:none}.delivery-card .delivery-card-mobile-detail-note{flex-direction:column;gap:2px;padding:0 12px 12px;display:flex}.delivery-card .delivery-card-mobile-detail-note span{color:#6c6c6c;text-align:center;font-size:12px;font-style:italic;line-height:16px;display:block}.delivery-card .delivery-card-mobile-view-receipt{cursor:pointer;color:#575757;text-align:left;background:#fff;border:none;border-radius:30px;justify-content:space-between;align-items:center;width:calc(100% - 24px);min-height:44px;margin:12px;padding:5px 16px;font-family:inherit;font-size:14px;font-weight:400;line-height:18px;display:flex;box-shadow:0 1px 5px #00000026}.delivery-card .delivery-card-mobile-view-receipt img{object-fit:contain;flex-shrink:0;width:24px;height:24px}.delivery-card--completed .delivery-card-content{display:none}.delivery-card.delivery-card--view-detail.delivery-card--completed .delivery-card-content{display:block}.delivery-card--completed .delivery-card-header{border-bottom:none;padding:16px}.delivery-card.delivery-card--view-detail.delivery-card--completed .delivery-card-header{padding-bottom:0}.delivery-card--completed .delivery-card-mobile-view-more{border-top:1px solid #eaeaea;padding:12px}.delivery-load-more-container{padding:16px 0}.driver-job-detail-page .delivery-detail-header{background:#fff;border-radius:8px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.driver-job-detail-page .delivery-detail-back-btn{flex-shrink:0}.driver-job-detail-page .delivery-detail-breadcrumb{flex:1;justify-content:flex-end;gap:0;min-width:0}.driver-job-detail-page .delivery-detail-breadcrumb-left{display:none}.driver-job-detail-page .delivery-detail-ordered-date{color:#2d2d2d;text-align:right;white-space:normal;word-break:break-word;font-size:14px;font-weight:400;line-height:18px;display:block}.driver-job-detail-page .delivery-timeline{border-radius:8px;margin-top:12px;padding:16px;box-shadow:0 8px 15px #0000001a}.driver-job-detail-page .delivery-timeline-header{gap:6px;padding:0 0 12px}.driver-job-detail-page .delivery-timeline-title{color:#2d2d2d;font-size:18px;font-weight:700;line-height:25px}.driver-job-detail-page .delivery-timeline-subtitle{color:#6c6c6c;font-size:12px;font-weight:400;line-height:16px}.driver-job-detail-page .delivery-timeline-divider{margin:0}.driver-job-detail-page .delivery-timeline-entries{padding-top:12px;padding-bottom:0}.driver-job-detail-page .delivery-timeline-entry{gap:24px;padding:0}.driver-job-detail-page .delivery-timeline-entry--last{padding-bottom:0}.driver-job-detail-page .delivery-timeline-indicator{width:36px}.driver-job-detail-page .delivery-timeline-dot{top:24px}.driver-job-detail-page .delivery-timeline-content{min-width:0;padding-bottom:13px}.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content,.driver-job-detail-page .delivery-timeline-entry--last .delivery-timeline-content:last-child{padding-bottom:0}.driver-job-detail-page .delivery-timeline-date{color:silver;font-size:12px;line-height:16px}.driver-job-detail-page .delivery-timeline-entry-title{margin:6px 0;font-size:14px;font-weight:700;line-height:1.2}.driver-job-detail-page .delivery-timeline-entry-desc{font-size:12px;line-height:16px}}.incentive-page .incentive-mobile-header{display:none}.incentive-page .incentive-cards-list{flex-direction:column;gap:15px;display:flex}.incentive-page .incentive-daily-section{margin-top:30px}.incentive-page .incentive-card-section{margin-bottom:0}.dashboard-layout .dashboard-container .incentive-card-progress-bar-fill.progress-grey{background:silver}.incentive-page .incentive-card-content-item-value{justify-content:center;align-items:center;gap:6px;display:flex}.incentive-page .incentive-done-icon{flex-shrink:0;width:16px;height:16px}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status.reward-sent{color:#00b67a;background:#00b67a1a}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status.almost-there{color:#ffb930;background:#ffb9301a}.dashboard-layout .dashboard-container .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status.do-not-qualify{color:#2d2d2d;background:#eaeaea}.dashboard-layout .dashboard-container .incentive-card-content-items .incentive-card-content-item.grey .incentive-card-content-item-title,.dashboard-layout .dashboard-container .incentive-card-content-items .incentive-card-content-item.grey .incentive-card-content-item-value{color:#6c6c6c}.incentive-page .content-sidebar .incentive-daily-delivery-card{background:#fff;border:1px solid silver;border-radius:10px;padding:0}.incentive-page .content-sidebar .incentive-daily-delivery-card .incentive-daily-delivery-info{padding:24px 50px}.incentive-page .incentive-sidebar-divider{background:silver;height:1px}.incentive-page .incentive-daily-delivery-value-row .item-compare-value{border-radius:4px;padding:1px 2px;font-size:14px;font-weight:400;line-height:18px}.incentive-page .incentive-daily-delivery-value-row .item-compare-value.green{color:#00b67a;background-color:#00b67a1a;background-image:url(/icons/up-green-arrow.svg);background-position:2px 50%;background-repeat:no-repeat;background-size:10px;padding-left:15px}.incentive-page .incentive-daily-delivery-value-row .item-compare-value.red{color:#ff4d35;background-color:#ff4d351a;background-image:url(/icons/down-red-arrow.svg);background-position:2px 50%;background-repeat:no-repeat;background-size:10px;padding-left:15px}.incentive-page .incentive-daily-delivery-info{flex-direction:column;gap:6px;display:flex}.incentive-page .incentive-daily-delivery-label{color:#6c6c6c;margin:0;font-size:14px;font-weight:400;line-height:18px}.incentive-page .incentive-daily-delivery-value-row{align-items:center;gap:18px;display:flex}.incentive-page .incentive-daily-delivery-count{color:var(--color-text);font-size:22px;font-weight:700;line-height:normal}.incentive-page .incentive-daily-delivery-compare{background:#00b67a1a;border-radius:4px;align-items:center;gap:8px;padding:1px 2px 1px 9px;display:flex}.incentive-page .incentive-daily-delivery-arrow{flex-shrink:0;width:11px;height:12px}.incentive-page .incentive-daily-delivery-compare span{color:#00b67a;font-size:14px;font-weight:400;line-height:18px}.incentive-page .incentive-daily-delivery-note{color:#6c6c6c;margin:0;font-size:14px;font-weight:400;line-height:18px}@media (max-width:1199px){.incentive-page .incentive-cards-list{gap:12px}.incentive-page .incentive-daily-section{margin-top:24px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header{padding:16px 24px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content h3{font-size:16px;line-height:22px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content p{font-size:13px;line-height:18px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status{padding:4px 8px;font-size:13px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content{padding:0 24px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar{max-width:100%}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items{padding:20px 0}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item{padding:0 20px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-title{font-size:13px}.incentive-page .content-sidebar .incentive-daily-delivery-card{padding:20px 30px}.incentive-page .incentive-daily-delivery-value-row .item-compare-value{font-size:13px;line-height:18px}}@media (max-width:767px){.incentive-page .page-header{display:none!important}.incentive-page .content-sidebar{display:none}.incentive-page .incentive-mobile-header{background:#fff;border-radius:8px;flex-direction:column;margin-bottom:8px;display:flex;overflow:hidden}.incentive-page .incentive-mobile-header-title{color:var(--color-text);padding:12px;font-size:14px;font-weight:700;line-height:normal}.incentive-page .incentive-mobile-header-divider,.incentive-page .incentive-mobile-header .incentive-sidebar-divider{background:#eaeaea;width:100%;height:.5px}.incentive-page .incentive-mobile-daily-delivery{flex-direction:column;gap:6px;padding:12px;display:flex}.incentive-page .incentive-mobile-daily-delivery .incentive-daily-delivery-label,.incentive-page .incentive-mobile-daily-delivery .incentive-daily-delivery-note{font-size:12px;line-height:16px}.incentive-page .incentive-mobile-daily-delivery .incentive-daily-delivery-value-row{flex-wrap:wrap;gap:8px}.incentive-page .incentive-mobile-daily-delivery .item-compare-value{border-radius:8px;align-self:flex-start;padding:8px 16px;font-size:12px;line-height:16px}.incentive-page .incentive-mobile-daily-delivery .item-compare-value.green,.incentive-page .incentive-mobile-daily-delivery .item-compare-value.red{background-position:16px 50%;padding-left:32px}.incentive-page .incentive-cards-list{gap:8px}.incentive-page .incentive-daily-section{margin-top:8px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card{border-radius:10px;overflow:hidden;box-shadow:0 8px 15px #0000001a}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header{align-items:flex-start;gap:16px;padding:12px;display:flex}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content{flex:1;min-width:0}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content h3,.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-header-content p{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-header .incentive-card-status{white-space:nowrap;flex-shrink:0;padding:5px 6px 5px 10px;font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content{padding:0 8px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content .incentive-card-progress-bar{max-width:none;margin:0 8px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items{justify-content:center;gap:30px;width:100%;padding:24px 0}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item{padding:0}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item:first-child{padding-right:30px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item:last-child{padding-left:0}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-title{font-size:12px;line-height:16px}.dashboard-layout .dashboard-container .incentive-page .incentive-card-section .incentive-card .incentive-card-content-items .incentive-card-content-item .incentive-card-content-item-value{font-size:18px;line-height:25px}}
