:root{--v2-navy:#032e63;--v2-navy-dark:#02254f;--v2-teal:#0098ad;--v2-teal-dark:#007f94;--v2-text:#06265f;--v2-muted:#61718e;--v2-line:#d7dee9;--v2-bg:#f5f8fc;--v2-card:#fff;--v2-shadow:0 7px 22px rgba(3,46,99,.09)}
body.customer-ui-v2{margin:0;background:var(--v2-bg);color:var(--v2-text);font-family:Arial,"Helvetica Neue",sans-serif}
body.customer-ui-v2 #app .customer-v2-section-off,body.customer-ui-v2 #app .customer-v2-page-hidden{display:none!important}
body.customer-ui-v2 .wrap{max-width:none!important;width:100%!important;margin:0!important}
body.customer-ui-v2 .btn{border-radius:7px!important}
body.customer-ui-v2 input,body.customer-ui-v2 select,body.customer-ui-v2 textarea{max-width:none!important;border:1px solid #cdd6e3!important;border-radius:7px!important;color:#09275d!important;background:#fff!important;box-shadow:none!important}
body.customer-ui-v2 input:focus,body.customer-ui-v2 select:focus,body.customer-ui-v2 textarea:focus{outline:2px solid rgba(0,152,173,.17)!important;border-color:var(--v2-teal)!important}
body.customer-ui-v2 .card{border:1px solid #dbe2eb!important;border-radius:12px!important;box-shadow:var(--v2-shadow)!important;background:#fff!important}
body.customer-ui-v2 .service-panel>h2{color:#061f53;font-size:24px;margin:0 0 10px}
body.customer-ui-v2 .customer-v2-content-tabs{display:grid;grid-template-columns:1fr 1fr;width:min(420px,100%);margin:10px 0 20px;border:1px solid #cfd7e2;border-radius:7px;overflow:hidden;background:#fff}
body.customer-ui-v2 .customer-v2-content-tabs button{min-height:44px;border:0;background:#fff;color:#071f53;font-weight:700;font-size:15px;cursor:pointer}
body.customer-ui-v2 .customer-v2-content-tabs button.active{background:linear-gradient(135deg,var(--v2-teal),var(--v2-teal-dark));color:#fff}
body.customer-ui-v2 .customer-v2-pager{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:14px 0 0;color:var(--v2-muted);font-size:13px}
body.customer-ui-v2 .customer-v2-pager button{border:1px solid var(--v2-teal);border-radius:7px;background:#fff;color:var(--v2-teal-dark);font-weight:700;padding:8px 12px;cursor:pointer}
body.customer-ui-v2 .customer-v2-pager button:disabled{opacity:.4;cursor:not-allowed}

/* Đăng nhập mới */
body.customer-ui-v2:not(.customer-app-logged-in){background:linear-gradient(140deg,#edf5fc 0%,#f9fbfe 55%,#e9f5f7 100%)}
body.customer-ui-v2 .customer-hero-banner{height:205px!important;border-radius:0!important;margin:0!important;position:relative}
body.customer-ui-v2 .customer-hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,46,99,.38),rgba(0,152,173,.05))}
/* Sau khi đăng nhập, giao diện V2 không dùng ảnh bãi container. */
body.customer-ui-v2.customer-app-logged-in .customer-hero-banner{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}
@media(max-width:900px){body.customer-ui-v2 .customer-hero-banner{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}}
body.customer-ui-v2 #loginBox,body.customer-ui-v2 #versionBox{border-top:5px solid var(--v2-teal)!important;padding:24px!important}
body.customer-ui-v2 .login-polish-logo{width:84px!important;height:84px!important}
body.customer-ui-v2 .login-polish-title{color:var(--v2-navy)!important}
body.customer-ui-v2 #loginBtn{background:linear-gradient(135deg,var(--v2-navy),var(--v2-teal))!important}

/* Máy tính: thanh danh mục bên trái, nội dung độc lập bên phải */
body[data-customer-view="desktop"].customer-ui-v2{min-width:1024px}
body[data-customer-view="desktop"].customer-ui-v2 .wrap{padding:0!important}
body[data-customer-view="desktop"].customer-ui-v2 #app:not(.hidden){display:grid!important;grid-template-columns:minmax(0,1fr);align-items:start;gap:0;min-height:100vh;padding:27px 28px 28px 349px;position:relative}
body[data-customer-view="desktop"].customer-ui-v2 #app>.customer-v2-sidebar{position:fixed;left:0;top:0;bottom:0;width:325px;z-index:20}
body[data-customer-view="desktop"].customer-ui-v2 #app>*:not(.customer-v2-sidebar){grid-column:1;width:100%}
body[data-customer-view="desktop"].customer-ui-v2 .customer-v2-sidebar{background:linear-gradient(180deg,var(--v2-navy-dark),#053d77);color:#fff;padding:25px 17px 22px;display:flex;flex-direction:column;box-shadow:8px 0 28px rgba(3,46,99,.12)}
.customer-v2-side-brand{display:flex;align-items:center;gap:12px;padding:0 5px 31px}
.customer-v2-side-brand img{width:57px;height:67px;object-fit:contain;background:transparent;border-radius:0}
.customer-v2-side-brand div{display:flex;flex-direction:column;min-width:0}
.customer-v2-side-brand b{font-size:19px;line-height:1.25;white-space:nowrap}
.customer-v2-side-brand span{font-size:12px;margin-top:7px;white-space:nowrap}
.customer-v2-sidebar nav{display:flex;flex-direction:column;gap:8px}
.customer-v2-sidebar button{display:flex;align-items:center;gap:16px;width:100%;min-height:60px;border:1px solid transparent;border-radius:7px;background:transparent;color:#fff;padding:11px 15px;font-size:17px;font-weight:700;text-align:left;cursor:pointer}
.customer-v2-sidebar button svg{width:30px;height:30px;flex:0 0 30px}
.customer-v2-sidebar [data-v2-route="dong_hang"] svg,.customer-v2-sidebar [data-v2-route="rut_hang"] svg{width:38px;height:32px;flex:0 0 38px}
.customer-v2-sidebar nav button.active{background:linear-gradient(135deg,#08a8b9,#0289a1);box-shadow:0 7px 20px rgba(0,152,173,.25)}
.customer-v2-sidebar nav button:hover{border-color:rgba(255,255,255,.35)}
.customer-v2-side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.27);padding-top:14px;display:grid;gap:10px}
.customer-v2-side-bottom button{border-color:rgba(255,255,255,.38);min-height:56px}
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-card{min-height:126px;display:flex!important;align-items:center!important;padding:27px!important;margin-bottom:20px!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-icon{border:2px solid var(--v2-teal);width:58px;height:58px;border-radius:50%;font-size:0;position:relative}
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-icon:before{content:"";position:absolute;left:19px;top:12px;width:15px;height:15px;border:2px solid var(--v2-teal);border-radius:50%}
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-icon:after{content:"";position:absolute;left:12px;top:32px;width:29px;height:14px;border:2px solid var(--v2-teal);border-radius:18px 18px 0 0;border-bottom:0}
body[data-customer-view="desktop"].customer-ui-v2 #customerWelcomeTitle{font-size:26px!important;text-align:left!important;margin:0 0 0 18px!important;color:#061f53!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-card{display:grid!important;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;padding:27px 35px!important;min-height:112px;margin-bottom:20px!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-item{display:grid!important;grid-template-columns:58px 50px 1fr;align-items:center;gap:12px!important;text-align:left!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-item .customer-status-icon{grid-row:1;grid-column:1;width:54px;height:54px;display:grid;place-items:center;border-radius:9px;font-size:27px}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-item b{grid-row:1;grid-column:2;font-size:34px!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-item span:last-child{grid-row:1;grid-column:3;font-size:16px!important;color:#1b2944!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-status-sep{height:62px!important;width:1px!important;background:#d4dce7!important}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel,body[data-customer-view="desktop"].customer-ui-v2 #customerServiceDetailCard{padding:22px!important;margin-bottom:0!important;min-height:420px}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel>.formgrid{grid-template-columns:repeat(3,minmax(220px,1fr))!important;gap:20px 34px!important}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel label{color:#0a1e4d;font-size:14px}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel .input,body[data-customer-view="desktop"].customer-ui-v2 .service-panel select{min-height:52px!important}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel textarea{min-height:90px!important}
body[data-customer-view="desktop"].customer-ui-v2 .service-panel>.btn{float:right;margin:12px 0 0 10px;min-width:150px;background:var(--v2-teal)!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-v2-history-card{padding:0!important;margin:14px 0 0!important;box-shadow:none!important;border:0!important}
body[data-customer-view="desktop"].customer-ui-v2 .customer-v2-history-card>h2{font-size:20px}
body[data-customer-view="desktop"].customer-ui-v2 .tablebox{max-height:none!important;border:1px solid #e0e6ee;border-radius:8px}
body[data-customer-view="desktop"].customer-ui-v2 .table{min-width:1100px!important}
body[data-customer-view="desktop"].customer-ui-v2 .table th{background:#edf4ff!important;color:#09275d!important;padding:11px 10px!important;white-space:nowrap!important}
body[data-customer-view="desktop"].customer-ui-v2 .table td{padding:11px 10px!important}
body[data-customer-view="desktop"].customer-ui-v2 #customerServiceDetailCard .service-detail-tabs{max-width:460px!important;display:flex!important}

/* Điện thoại: tài liệu riêng, không co/biến đổi trang desktop đang chạy */
body[data-customer-view="mobile"].customer-ui-v2{background:linear-gradient(145deg,#f7fbff,#eef5fb);min-height:100vh}
body[data-customer-view="mobile"].customer-ui-v2 .customer-hero-banner{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 .wrap{padding:0!important;max-width:520px!important;margin:0 auto!important}
body[data-customer-view="mobile"].customer-ui-v2 #app:not(.hidden){display:block!important;min-height:100vh;padding:0 16px 82px}
body[data-customer-view="mobile"].customer-ui-v2 #loginBox,body[data-customer-view="mobile"].customer-ui-v2 #versionBox{margin:18px auto!important;width:calc(100% - 28px)!important}
.customer-v2-mobile-home{margin:0 -16px;min-height:100vh}
.customer-v2-mobile-brand{background:linear-gradient(130deg,#063b78,#022c5e);color:#fff;padding:18px 18px 15px;box-shadow:0 4px 18px rgba(3,46,99,.18)}
.customer-v2-mobile-brand>div:first-child{display:flex;align-items:center;gap:9px}
.customer-v2-mobile-brand img{width:48px;height:58px;object-fit:contain}
.customer-v2-mobile-brand span{display:flex;flex-direction:column;min-width:0}
.customer-v2-mobile-brand b{font-size:17px;white-space:nowrap}
.customer-v2-mobile-brand small{font-size:10px;margin-top:5px}
.customer-v2-mobile-account{justify-content:flex-end!important;margin-top:-52px;margin-left:200px;min-height:24px;font-size:12px;white-space:nowrap;overflow:hidden}
.customer-v2-mobile-account .customer-company-title{color:#fff!important;font-size:12px!important;text-align:right!important;margin:0!important;padding:0!important;text-overflow:ellipsis;overflow:hidden}
.customer-v2-mobile-controls{display:flex!important;justify-content:flex-end;gap:7px;margin-top:8px}
.customer-v2-mobile-controls .btn{font-size:11px!important;padding:7px 9px!important;border:1px solid rgba(255,255,255,.75)!important;background:transparent!important;color:#fff!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-card{margin:14px 15px 18px!important;padding:9px 6px!important;min-height:72px!important;display:grid!important;grid-template-columns:1fr 1px 1fr 1px 1fr!important;gap:0!important;align-items:stretch!important;box-shadow:var(--v2-shadow)!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:0 3px!important;text-align:center!important;min-width:0!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-icon{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-item b{font-size:23px!important;line-height:1!important;margin:0!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-item span:last-child{font-size:11px!important;line-height:1.2!important;color:#0b2456!important;white-space:nowrap!important}
body[data-customer-view="mobile"].customer-ui-v2 #app .customer-v2-mobile-home .customer-status-sep{display:block!important;background:#d6dde7!important;width:1px!important;height:45px!important;align-self:center!important}
.customer-v2-mobile-menu{display:grid;gap:12px;padding:0 15px 30px}
.customer-v2-mobile-menu button{min-height:103px;width:100%;display:grid;grid-template-columns:70px 1fr 24px;align-items:center;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#082763;box-shadow:var(--v2-shadow);padding:12px 18px;text-align:left;cursor:pointer}
.customer-v2-mobile-menu button svg{width:60px;height:54px}
.customer-v2-mobile-menu button span{font-size:23px;font-weight:700}
.customer-v2-mobile-menu button>b{font-size:42px;font-weight:300}
.customer-v2-mobile-menu [data-v2-mobile-route="dong_hang"]{color:var(--v2-teal);border-left:7px solid #06a9ba;background:linear-gradient(100deg,#f9ffff,#fff)}
.customer-v2-mobile-view-head{height:78px;background:linear-gradient(130deg,#063b78,#022c5e);color:#fff;margin:0 -16px 18px;padding:13px 13px;display:flex;align-items:center;justify-content:space-between}
.customer-v2-mobile-view-head>div{display:flex;align-items:center;gap:8px}
.customer-v2-mobile-view-head img{width:42px;height:52px;object-fit:contain}
.customer-v2-mobile-view-head b{font-size:15px;white-space:nowrap}
.customer-v2-mobile-view-head button{border:1px solid #fff;border-radius:7px;background:transparent;color:#fff;padding:10px 12px;font-size:12px;cursor:pointer}
body[data-customer-view="mobile"].customer-ui-v2 .service-panel,body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard,body[data-customer-view="mobile"].customer-ui-v2 #customerNotificationsCard{border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important}
body[data-customer-view="mobile"].customer-ui-v2 .service-panel>h2,body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard h2{font-size:29px!important;margin:0 0 17px!important;color:#082763!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-content-tabs{width:100%;margin:0 0 24px;border-radius:7px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-content-tabs button{min-height:46px;font-size:14px}

/* Các bước nhập liệu mobile */
.customer-v2-wizard{width:100%}
.customer-v2-stepper{display:grid;grid-template-columns:repeat(3,1fr);margin:4px 0 25px;position:relative}
.customer-v2-stepper:before{content:"";position:absolute;left:16.7%;right:16.7%;top:18px;border-top:2px solid #c9d0da;z-index:0}
.customer-v2-stepper button{position:relative;z-index:1;border:0;background:transparent;color:#5b6475;padding:0 3px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;cursor:pointer}
.customer-v2-stepper button b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #bfc8d5;font-size:14px;font-weight:500}
.customer-v2-stepper button.active,.customer-v2-stepper button.done{color:var(--v2-teal-dark);font-weight:700}
.customer-v2-stepper button.active b,.customer-v2-stepper button.done b{background:var(--v2-teal);border-color:var(--v2-teal);color:#fff}
.customer-v2-stepper button.done b{font-size:0}
.customer-v2-stepper button.done b:after{content:"✓";font-size:18px}
.customer-v2-step-pane{background:#fff;border:1px solid #d8dfe8;border-radius:9px;padding:19px 17px 20px;box-shadow:var(--v2-shadow);min-height:390px}
.customer-v2-step-pane h3{margin:0 0 21px;color:#09275d;font-size:18px}
.customer-v2-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}
.customer-v2-step-grid>div{min-width:0}
.customer-v2-step-grid label{font-size:13px!important;color:#17294d!important;margin-bottom:7px!important}
.customer-v2-step-grid input,.customer-v2-step-grid select{min-height:43px!important;font-size:14px!important}
.customer-v2-step-grid textarea{min-height:130px!important;font-size:14px!important}
.customer-v2-step-grid .size-block,.customer-v2-step-grid>div:has(textarea),.customer-v2-step-grid>div:has(input[type="file"]),.customer-v2-step-grid>.tablebox,.customer-v2-step-grid>.msg,.customer-v2-eport{grid-column:1/-1!important}
.customer-v2-step-grid .size-row{grid-template-columns:1fr 1fr auto!important}
.customer-v2-step-grid input[type="file"]{min-height:115px!important;border:1px dashed #8ea9cf!important;padding:56px 10px 10px!important;text-align:center;background:linear-gradient(#fff,#fbfdff)!important}
.customer-v2-step-grid input:disabled,.customer-v2-step-grid input[readonly]{background:#f3f6fb!important;color:#65718a!important}
.customer-v2-step-grid>.tablebox{max-height:190px!important;border:1px solid #dce3eb;border-radius:7px;overflow:auto}
.customer-v2-step-grid>.tablebox .table{min-width:760px!important}
.customer-v2-eport{border:1px solid #80d4df;border-radius:8px;padding:14px;background:linear-gradient(135deg,#f7ffff,#f2fbfc)}
.customer-v2-eport>b{display:block;color:#087d94;margin-bottom:9px;font-size:14px}
.customer-v2-eport a{display:block;text-align:center;border:1px solid #078aa2;border-radius:5px;padding:9px;color:#087d94;text-decoration:none;font-weight:700;background:#fff;font-size:14px}
.customer-v2-eport p{margin:10px 0 0;color:#243656;font-size:13px;line-height:1.55}
.customer-v2-eport p strong{color:#f05a14}
.customer-v2-action-parking{display:none!important}
.customer-v2-wizard-messages{margin:9px 0 0}
.customer-v2-wizard-messages .msg{margin:0;padding:8px 10px;border-radius:6px;background:#fff}
.customer-v2-wizard-messages .msg:empty{display:none!important}
.customer-v2-wizard-footer{position:sticky;bottom:0;z-index:8;margin:12px -16px -82px;padding:13px 16px 17px;background:rgba(255,255,255,.97);border-top:1px solid #dbe3ec;display:flex;gap:10px}
.customer-v2-wizard-footer>button{flex:1;min-height:52px!important;border-radius:6px!important;font-size:15px!important}
.customer-v2-wizard-footer .customer-v2-back,.customer-v2-wizard-footer #skipBtn{background:#fff!important;color:var(--v2-teal-dark)!important;border:1px solid var(--v2-teal)!important}
.customer-v2-wizard-footer .customer-v2-next,.customer-v2-wizard-footer #submitBtn,.customer-v2-wizard-footer #submitRutBtn,.customer-v2-wizard-footer #submitKhBtn{background:linear-gradient(135deg,var(--v2-teal),var(--v2-teal-dark))!important;color:#fff!important;border:0!important}
body[data-customer-view="mobile"].customer-ui-v2 .service-panel>.formgrid:empty,body[data-customer-view="mobile"].customer-ui-v2 .service-panel>.tablebox:empty{display:none!important}

/* Lịch sử mobile: card ngắn, 3 hồ sơ mỗi trang */
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card{padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card>h2{font-size:23px!important;color:#082763;margin:0 0 16px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card .tablebox{max-height:none!important;overflow:visible!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card table,body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody{display:block!important;width:100%!important;min-width:0!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card thead{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody tr{display:grid!important;grid-template-columns:1fr 1fr;width:100%;margin:0 0 12px;padding:16px 15px 13px;border:1px solid #d9e0e9!important;border-radius:9px;background:#fff!important;box-shadow:var(--v2-shadow);opacity:1!important;gap:0 16px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody td{display:none!important;border-bottom:1px solid #e0e5ec!important;padding:9px 0!important;font-size:14px!important;white-space:normal!important;min-width:0!important;color:#09275d}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody td:before{content:attr(data-v2-label);display:block;color:#667591;font-size:11px;font-weight:400;margin-bottom:4px}
body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td:first-child,body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="Booking"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="Tàu/chuyến"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="Thời gian đăng ký làm hàng"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="KT"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="SL"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="Loại hàng"],body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td:last-child{display:block!important}
body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td:first-child,body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Loại"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Container"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Hãng tàu"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Kích thước"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="D/O"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Thời gian"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td:last-child{display:block!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody td:first-child{grid-column:2;grid-row:1;border-bottom:0!important;text-align:right}
body[data-customer-view="mobile"].customer-ui-v2 #myRequestBody td[data-v2-label="Booking"],body[data-customer-view="mobile"].customer-ui-v2 #rutRequestBody td[data-v2-label="Container"]{grid-column:1;grid-row:1;font-size:25px!important;font-weight:800;border-bottom:1px solid #dce3eb!important;text-align:left}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody td:last-child{grid-column:1/-1;border:0!important;padding:10px 0 0!important;text-align:right}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-history-card tbody td:last-child:before{display:none}
.customer-v2-history-actions-source{display:none}
.customer-v2-detail-btn{border:1px solid #087f99;background:#fff;color:#087f99;font-weight:700;border-radius:5px;min-width:112px;padding:8px 16px;cursor:pointer}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-pager{justify-content:center;margin:13px 0 22px}

/* Lịch sử đăng ký là một danh mục độc lập, dùng chung cho desktop và mobile. */
.customer-v2-history-route-group{width:100%;min-width:0}
.customer-v2-history-route-arrow{margin-left:auto!important;line-height:1!important;transition:transform .18s ease;transform-origin:center}
.customer-v2-history-route-group.open>[data-v2-history-toggle] .customer-v2-history-route-arrow,
.customer-v2-history-route-group.open>[data-v2-mobile-history-toggle] .customer-v2-history-route-arrow{transform:rotate(180deg)}
.customer-v2-history-route-menu.hidden{display:none!important}
.customer-v2-history-route-menu button.active{background:#e7fbfd!important;color:#007f94!important}
.customer-v2-sidebar nav{flex:1;min-height:0;overflow-y:auto;padding-right:3px}
.customer-v2-sidebar .customer-v2-history-route-menu{display:grid;gap:4px;margin:2px 0 7px 53px;padding:5px;border-left:2px solid rgba(70,224,235,.48)}
.customer-v2-sidebar .customer-v2-history-route-menu button{min-height:44px!important;padding:7px 9px!important;gap:8px!important;border-radius:7px!important;background:rgba(255,255,255,.06);font-size:14px!important;font-weight:700!important;color:#fff}
.customer-v2-sidebar .customer-v2-history-route-menu button:hover{background:rgba(255,255,255,.13)!important}
.customer-v2-sidebar .customer-v2-history-route-menu button.active{background:#e7fbfd!important;color:#007f94!important}
.customer-v2-sidebar .customer-v2-history-route-menu strong{margin-left:auto;font-size:22px;line-height:1}
.customer-v2-history-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(460px,100%);margin:12px 0 20px;border:1px solid #cfd7e2;border-radius:7px;overflow:hidden;background:#fff}
.customer-v2-history-tabs button{min-height:46px;border:0;border-right:1px solid #d7dee8;background:#fff;color:#071f53;font-size:15px;font-weight:800;cursor:pointer}
.customer-v2-history-tabs button:last-child{border-right:0}
.customer-v2-history-tabs button.active{background:linear-gradient(135deg,var(--v2-teal),var(--v2-teal-dark));color:#fff}
body[data-customer-view="desktop"].customer-ui-v2 #customerHistoryCard .customer-v2-history-card{margin:0!important}
body[data-customer-view="desktop"].customer-ui-v2 #customerHistoryCard .customer-v2-history-card>h2{margin:0 0 14px}
.customer-v2-mobile-menu .customer-v2-history-route-menu{display:grid;gap:7px;margin:7px 0 0 31px;padding:8px;border:1px solid #cfe1ea;border-radius:9px;background:#f6fbfd;box-shadow:0 5px 16px rgba(3,46,99,.07)}
.customer-v2-mobile-menu .customer-v2-history-route-menu button{min-height:62px!important;display:grid!important;grid-template-columns:1fr 24px!important;padding:9px 13px!important;border:1px solid #d6e4ea!important;border-left:5px solid #0aa4b5!important;border-radius:8px!important;background:#fff!important;color:#082763!important;box-shadow:none!important}
.customer-v2-mobile-menu .customer-v2-history-route-menu button span{font-size:16px!important;font-weight:800!important}
.customer-v2-mobile-menu .customer-v2-history-route-menu button strong{justify-self:end;color:#0098ad;font-size:22px}
.customer-v2-mobile-menu [data-v2-mobile-history-toggle]{color:#075e8b;border-left:7px solid #188ec2;background:linear-gradient(100deg,#f5fbff,#fff)}
.customer-v2-mobile-menu [data-v2-mobile-history-toggle]>.customer-v2-history-route-arrow{font-size:30px!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerHistoryCard>.customer-v2-history-tabs{width:100%;margin:0 0 20px}
body[data-customer-view="mobile"].customer-ui-v2 #customerHistoryCard>.customer-v2-history-content{width:100%}
body[data-customer-view="mobile"].customer-ui-v2 #customerHistoryCard .customer-v2-history-card>h2{font-size:20px!important;margin:0 0 14px!important}

/* Chi tiết dịch vụ mobile: số cont, hãng tàu, kích thước và vị trí; vẫn giữ nguyên Excel/phân trang */
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-admin-note{color:#6a7892;margin:-10px 0 20px;font-size:13px}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard>.row{align-items:flex-start!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard>.row>.row{margin-left:auto}
body[data-customer-view="mobile"].customer-ui-v2 #exportServiceDetailBtn{background:var(--v2-teal)!important;padding:9px 12px!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard .stat{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard .service-detail-tabs{display:grid!important;grid-template-columns:repeat(3,1fr);max-width:none!important;width:100%!important;gap:0!important;border:1px solid #ccd5e0;border-radius:7px;overflow:hidden;margin:0 0 22px!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard .service-detail-tabs button{display:block!important;min-width:0!important;border-radius:0!important;background:#fff!important;color:#082763!important;height:45px;border-right:1px solid #d7dee8!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard .service-detail-tabs button.active{background:var(--v2-teal)!important;color:#fff!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerServiceDetailCard [data-detail-service="kiem_hoa"][style*="display:none"]{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 .customer-mobile-detail-title{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 .service-detail-tablebox{overflow:visible!important;max-height:none!important}
body[data-customer-view="mobile"].customer-ui-v2 .service-detail-table,body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody{display:block!important;width:100%!important;min-width:0!important}
body[data-customer-view="mobile"].customer-ui-v2 .service-detail-table thead{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody tr{display:block!important;margin:0 0 13px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody td{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody td:first-child{display:block!important;padding:0!important;border:0!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody .customer-desktop-cont{display:none!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailBody .customer-mobile-detail-2line{display:grid!important;grid-template-columns:minmax(0,1.8fr) minmax(88px,.8fr);background:#fff;border:1px solid #dce3eb;border-radius:9px;box-shadow:var(--v2-shadow);padding:14px;width:100%!important;min-height:124px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-block,
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-position-block{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:7px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-position-block{border-left:1px solid #d9e0e8;padding-left:12px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-block>span,
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-position-block>span{font-size:12px;color:#697894}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-number{font-size:20px;color:#082763;line-height:1.2;overflow-wrap:anywhere}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-meta{display:grid;gap:4px;margin-top:2px}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-meta>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:6px;align-items:baseline;min-width:0}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-meta span{font-size:11px;color:#697894}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-cont-meta strong{min-width:0;font-size:13px;line-height:1.25;color:#082763;overflow-wrap:anywhere}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-position-block b{font-size:13px;line-height:1.25;color:#078ca3;background:#e9f8fa;border-radius:6px;padding:7px 4px;text-align:center;overflow-wrap:anywhere;word-break:break-word}
body[data-customer-view="mobile"].customer-ui-v2 .customer-v2-plan-date{grid-column:1/-1;margin-top:10px;padding:8px 10px;border-radius:7px;background:#eef6ff;color:#0b4a7f;font-size:13px;font-weight:800;line-height:1.3;text-align:left}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailFilterBar{display:block!important;margin:0 0 12px!important}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailFilterBar select{min-height:42px}
body[data-customer-view="mobile"].customer-ui-v2 #serviceDetailPager{justify-content:center!important;margin:15px 0 0!important}

/* Modal chi tiết lịch sử */
.customer-v2-modal{position:fixed;inset:0;z-index:99999;background:rgba(2,25,57,.62);display:flex;align-items:flex-end;justify-content:center;padding:12px}
.customer-v2-modal>section{width:min(720px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:14px 14px 8px 8px;padding:18px;box-shadow:0 25px 65px rgba(0,0,0,.28)}
.customer-v2-modal header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-18px;background:#fff;padding:4px 0 12px;z-index:2;border-bottom:1px solid #e0e6ee}
.customer-v2-modal h3{margin:0;color:#082763}
.customer-v2-modal [data-v2-close]{border:0;background:#edf2f8;color:#082763;width:34px;height:34px;border-radius:50%;font-size:25px;cursor:pointer}
.customer-v2-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.customer-v2-modal-field{padding:12px 0;border-bottom:1px solid #e6ebf1;min-width:0}
.customer-v2-modal-field>span{display:block;color:#6c7890;font-size:11px;margin-bottom:5px}
.customer-v2-modal-field>div{color:#082763;font-size:14px;word-break:break-word}
.customer-v2-modal .customer-v2-history-actions-source{display:block!important}
.customer-v2-modal .customer-v2-detail-btn{display:none!important}

@media(max-width:390px){
  .customer-v2-mobile-menu button{min-height:91px;grid-template-columns:60px 1fr 20px;padding:10px 14px}.customer-v2-mobile-menu button svg{width:47px;height:47px}.customer-v2-mobile-menu button span{font-size:20px}
  .customer-v2-step-grid{grid-template-columns:1fr}.customer-v2-step-grid>*{grid-column:1!important}.customer-v2-step-grid .size-row{grid-template-columns:1fr!important}
  .customer-v2-mobile-view-head b{font-size:13px}.customer-v2-mobile-view-head button{font-size:11px;padding:9px 8px}
  .customer-v2-modal-grid{grid-template-columns:1fr}
}

/* CUSTOMER_V2_ACCOUNT_CLOVER_DEFAULTS_20260721 */
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-icon:before,
body[data-customer-view="desktop"].customer-ui-v2 .customer-welcome-icon:after{display:none!important;content:none!important}
body.customer-ui-v2 .customer-welcome-icon .customer-clover-icon{
  width:100%!important;height:100%!important;border-radius:50%!important;
  object-fit:cover!important;object-position:center 82%!important;display:block!important;
}
.customer-v2-route-clover{
  width:30px;height:30px;flex:0 0 30px;border:2px solid #7fe49a;border-radius:50%;
  object-fit:cover;object-position:center 82%;background:#eef3ff;
}
.customer-v2-mobile-account{display:flex!important;align-items:center!important;gap:7px!important}
.customer-v2-mobile-account .customer-company-title{flex:1 1 auto;min-width:0}
.customer-v2-side-bottom{gap:7px;padding-top:10px}
.customer-v2-side-bottom button{
  min-height:42px!important;padding:7px 12px!important;font-size:14px!important;gap:11px!important;
}
.customer-v2-side-bottom button svg{width:23px!important;height:23px!important;flex-basis:23px!important}
.customer-v2-mobile-controls{gap:5px!important;margin-top:6px!important}
.customer-v2-mobile-controls .btn{
  min-width:0!important;min-height:28px!important;height:28px!important;
  padding:4px 7px!important;font-size:10px!important;border-radius:6px!important;line-height:1!important;
}
body[data-customer-view="desktop"].customer-ui-v2 #customerAccountCard .customer-account-profile{grid-template-columns:repeat(2,minmax(220px,1fr))!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerAccountCard .formgrid{display:grid!important;grid-template-columns:1fr!important;gap:13px!important}
body[data-customer-view="mobile"].customer-ui-v2 #customerAccountCard #changeCustomerPasswordBtn{width:100%!important;min-height:48px!important;margin-top:4px!important}
@media(max-width:390px){
  .customer-v2-mobile-account{margin-left:174px!important}
}

/* BOOKING_AUTO_READER_V2: lựa chọn đăng ký nằm ngay dưới danh mục lớn Đóng hàng. */
.customer-booking-route-group{width:100%;min-width:0}
.customer-booking-route-arrow{margin-left:auto!important;line-height:1!important;transition:transform .18s ease;transform-origin:center}
.customer-booking-route-group.open>.customer-booking-route-toggle .customer-booking-route-arrow{transform:rotate(180deg)}
.customer-booking-route-menu.hidden{display:none!important}
.customer-booking-route-menu button.active{background:#e7fbfd!important;color:#007f94!important}
.customer-booking-route-menu span{display:flex;min-width:0;flex-direction:column;gap:3px}
.customer-booking-route-menu small{font-size:11px;font-weight:500;opacity:.78}
.customer-booking-route-menu strong{font-size:22px;line-height:1}
.customer-v2-sidebar .customer-booking-route-menu{display:grid;gap:4px;margin:2px 0 7px 53px;padding:5px;border-left:2px solid rgba(70,224,235,.48)}
.customer-v2-sidebar .customer-booking-route-menu button{min-height:44px!important;padding:7px 9px!important;gap:8px!important;border-radius:7px!important;background:rgba(255,255,255,.06);font-size:14px!important;font-weight:700!important;color:#fff}
.customer-v2-sidebar .customer-booking-route-menu button:hover{background:rgba(255,255,255,.13)!important}
.customer-v2-sidebar .customer-booking-route-menu button.active{background:#e7fbfd!important;color:#007f94!important}
.customer-v2-sidebar .customer-booking-route-menu small{color:inherit}
.customer-v2-sidebar .customer-booking-route-menu strong{margin-left:auto}
.customer-v2-mobile-menu .customer-booking-route-menu{display:grid;gap:7px;margin:7px 0 0 31px;padding:8px;border:1px solid #cfe1ea;border-radius:9px;background:#f6fbfd;box-shadow:0 5px 16px rgba(3,46,99,.07)}
.customer-v2-mobile-menu .customer-booking-route-menu button{min-height:62px!important;display:grid!important;grid-template-columns:1fr 24px!important;padding:9px 13px!important;border:1px solid #d6e4ea!important;border-left:5px solid #0aa4b5!important;border-radius:8px!important;background:#fff!important;color:#082763!important;box-shadow:none!important}
.customer-v2-mobile-menu .customer-booking-route-menu button span{font-size:16px!important}
.customer-v2-mobile-menu .customer-booking-route-menu button small{font-size:11px!important;color:#64748b}
.customer-v2-mobile-menu .customer-booking-route-menu button strong{justify-self:end;color:#0098ad}
body.customer-booking-auto-open{overflow:hidden!important}
body.customer-booking-auto-open #guideDownloadModule{display:none!important}
.customer-booking-auto-view{position:fixed;inset:0;z-index:9996;background:#eef5fa;color:#0b2f58;display:flex;flex-direction:column}
.customer-booking-auto-view.hidden{display:none!important}
.customer-booking-auto-head{flex:0 0 auto;display:flex;align-items:center;gap:18px;padding:14px max(18px,calc((100vw - 1320px)/2));background:linear-gradient(115deg,#073766,#005a85);color:#fff;box-shadow:0 4px 16px rgba(7,55,102,.22)}
.customer-booking-auto-head button{flex:0 0 auto;border:1px solid rgba(255,255,255,.55);border-radius:9px;background:rgba(255,255,255,.09);color:#fff;padding:10px 14px;font-weight:800;cursor:pointer}
.customer-booking-auto-head h2{margin:0 0 4px;color:#fff;font-size:22px}
.customer-booking-auto-head p{margin:0;color:#d8f3f7;font-size:13px}
.customer-booking-auto-scroll{flex:1;overflow:auto;padding:18px max(18px,calc((100vw - 1320px)/2)) 32px}
.customer-booking-auto-stepper{display:grid;grid-template-columns:repeat(3,1fr);position:relative;width:min(760px,100%);margin:4px auto 20px}
.customer-booking-auto-stepper:before{content:"";position:absolute;z-index:0;top:18px;left:16.7%;right:16.7%;border-top:2px solid #c9d5df}
.customer-booking-auto-stepper button{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px;padding:0 5px;border:0;background:transparent;color:#5b6475;font:inherit;font-size:12px;cursor:pointer}
.customer-booking-auto-stepper button b{display:grid;place-items:center;width:36px;height:36px;border:1px solid #bfcbd6;border-radius:50%;background:#fff;color:#5b6475;font-size:14px;font-weight:600;box-shadow:0 0 0 4px #eef5fa}
.customer-booking-auto-stepper button span{max-width:100%;line-height:1.25;text-align:center}
.customer-booking-auto-stepper button.active,.customer-booking-auto-stepper button.done{color:#008b9d;font-weight:800}
.customer-booking-auto-stepper button.active b,.customer-booking-auto-stepper button.done b{border-color:#009bad;background:#009bad;color:#fff}
.customer-booking-step-hidden{display:none!important}
.customer-booking-auto-card{margin:0 0 16px;padding:20px;border:1px solid #d6e2ed;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(20,70,105,.06)}
.customer-booking-section-title{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #e2e8f0}
.customer-booking-section-title>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#e2f8fa;color:#008e9f;font-weight:900}
.customer-booking-section-title h3{margin:1px 0 3px;font-size:18px;color:#092f5c}
.customer-booking-section-title p{margin:0;color:#64748b;font-size:13px}
.customer-booking-import-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px;padding:14px;border:1px dashed #8ccbd3;border-radius:11px;background:#f5feff}
.customer-booking-supported-carriers{margin:0 0 12px;padding:0 2px;color:#475569;font-size:12px;line-height:1.55}
.customer-booking-supported-carriers strong{color:#0b4f75}
.customer-booking-file-button{display:inline-flex;align-items:center;justify-content:center;margin:0!important;padding:10px 15px;border-radius:8px;background:#009bad;color:#fff!important;font-weight:800;cursor:pointer}
.customer-booking-file-clear{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:9px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#475569;font:inherit;font-weight:800;cursor:pointer}
.customer-booking-file-clear:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc;color:#0f172a}
.customer-booking-file-clear:disabled{opacity:.48;cursor:not-allowed}
#autoBookingPdf{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
#autoBookingPdfName{flex:1;min-width:180px;font-size:13px;color:#475569;word-break:break-word}
.customer-booking-auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px}
.customer-booking-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.customer-booking-auto-grid>div{min-width:0}
.customer-booking-auto-grid label,.customer-booking-size-box label{display:block;margin:0 0 6px;color:#123255;font-size:13px;font-weight:800}
.customer-booking-auto-grid .input{width:100%;box-sizing:border-box}
.customer-booking-vessel-pair>div{display:grid;grid-template-columns:2fr 1fr;gap:8px}
.customer-booking-auto-grid small{display:block;margin-top:5px;color:#0f766e;font-size:12px;min-height:15px}
.customer-booking-auto-grid small.invalid{color:#dc2626}
.customer-booking-match-box{display:grid;grid-template-columns:minmax(250px,.9fr) minmax(360px,1.4fr);align-items:center;gap:12px;margin-top:15px;padding:13px;border:1px solid #d8e3ee;border-radius:11px;background:#f8fafc}
.customer-booking-match-box>div{display:flex;flex-direction:column;gap:3px}
.customer-booking-vessel-search .input{width:100%;box-sizing:border-box}
.customer-booking-match-box span{font-size:12px;color:#64748b}
.customer-booking-match-box span.matched{color:#15803d;font-weight:700}
.customer-booking-match-box span.warning{color:#b45309;font-weight:700}
.customer-booking-match-box span.waiting{color:#0369a1;font-weight:700}
.customer-booking-match-box button,.customer-booking-size-head button{border:1px solid #009bad;border-radius:8px;background:#fff;color:#00899a;padding:9px 11px;font-weight:800;cursor:pointer}
.customer-booking-size-box{margin-top:15px;padding:13px;border:1px solid #d8e3ee;border-radius:11px}
.customer-booking-size-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
.customer-booking-size-head label{margin:0}
.customer-booking-size-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(140px,1fr) 62px;gap:9px;margin-top:8px}
.customer-booking-size-row button{border:1px solid #fecaca;border-radius:8px;background:#fff;color:#dc2626;font-weight:700;cursor:pointer}
.customer-booking-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.customer-booking-label-row>label:last-child{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#475569;white-space:nowrap}
.customer-booking-label-row input{width:14px;height:14px;margin:0;accent-color:#009bad}
.customer-booking-extra-files{grid-column:span 2}
.customer-booking-note{grid-column:1/-1}
.customer-booking-note textarea{min-height:78px;resize:vertical}
.customer-booking-note #autoNoteCount{text-align:right;color:#64748b}
#autoAttachmentList{margin-top:6px;color:#475569;font-size:12px;line-height:1.55;word-break:break-word}
.customer-booking-auto-message{margin:0 0 10px}
.customer-booking-auto-message:empty{display:none!important}
.customer-booking-auto-actions{display:flex;justify-content:flex-end;gap:10px;padding:2px 0 6px}
.customer-booking-auto-actions .btn{min-width:145px}
@media(max-width:900px){
  .customer-booking-auto-head{padding:10px 12px;align-items:flex-start}.customer-booking-auto-head button{padding:8px 10px;font-size:12px;white-space:nowrap}.customer-booking-auto-head h2{font-size:17px;line-height:1.25}.customer-booking-auto-head p{font-size:11px;line-height:1.35}
  .customer-booking-auto-scroll{padding:12px 10px 24px}.customer-booking-auto-stepper{margin:3px auto 17px}.customer-booking-auto-stepper button{gap:7px;padding:0 2px;font-size:11px}.customer-booking-auto-stepper button b{width:34px;height:34px;box-shadow:0 0 0 3px #eef5fa}.customer-booking-auto-stepper:before{top:17px}.customer-booking-auto-card{padding:13px;border-radius:11px}.customer-booking-section-title{margin-bottom:14px;padding-bottom:12px}.customer-booking-section-title h3{font-size:16px}.customer-booking-auto-grid,.customer-booking-contact-grid{grid-template-columns:1fr;gap:11px}.customer-booking-vessel-pair>div{grid-template-columns:1fr}.customer-booking-match-box{grid-template-columns:1fr}
  .customer-booking-size-head{align-items:flex-start;flex-direction:column}.customer-booking-size-row{grid-template-columns:1fr 1fr 54px}.customer-booking-extra-files{grid-column:auto}
  .customer-booking-auto-actions{position:sticky;bottom:-1px;z-index:3;gap:7px;margin:0 -10px;padding:10px;background:rgba(238,245,250,.96);backdrop-filter:blur(8px)}.customer-booking-auto-actions .btn{flex:1;min-width:0;padding-left:7px!important;padding-right:7px!important;font-size:13px!important}
}
