:root{--green:#0d6b55;--dark:#12372e;--ink:#14251f;--muted:#6c7b76;--line:#dfe8e4;--bg:#f4f8f6;--red:#bf4037}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.brand{display:flex;align-items:center;gap:11px}.brand>span,.logo-alone{width:44px;height:44px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:23px;font-weight:900;box-shadow:0 8px 22px #0d6b5530}.brand>div{display:flex;flex-direction:column}.brand small{font-size:10px;color:var(--muted);margin-top:3px}.brand.compact>span{width:36px;height:36px;border-radius:11px;font-size:19px}.auth-page{min-height:100vh;display:flex;align-items:center;flex-direction:column;padding:30px 18px;background:radial-gradient(circle at 50% 20%,#fff,#f0f7f3)}.auth-page>.brand{margin-bottom:25px}.auth-card{width:min(100%,430px);margin:auto;background:#fff;border:1px solid var(--line);border-radius:25px;padding:34px;text-align:center;box-shadow:0 20px 60px #163a2c14}.auth-card h1{font-size:24px;margin:15px 0 8px}.auth-card>p{color:var(--muted);font-size:12px;line-height:1.8;margin:0 0 24px}.hero-icon,.logo-alone{margin:auto;width:76px;height:76px;font-size:38px;border-radius:23px;background:#e5f3ed;color:var(--green);box-shadow:none}.logo-alone{font-size:25px}.auth-card form{text-align:right}.auth-card label{display:block;font-size:12px;font-weight:bold;margin:0 2px 7px}.auth-card input,.dashboard main>header input{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:13px;background:#fbfdfc;outline:none;margin-bottom:15px}.auth-card input:focus{border-color:var(--green);box-shadow:0 0 0 4px #0d6b5510}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--green);color:#fff;padding:13px 18px;font-weight:bold;text-decoration:none}.auth-card .btn{width:100%;margin-top:3px}.link,.ghost{border:0;background:transparent;color:var(--green);font-size:11px;margin-top:15px}.success,.alert{border-radius:12px;padding:13px;text-align:right;font-size:11px;line-height:1.8;margin:15px 0}.success,.alert.success{background:#e3f4ed;color:#17604b}.alert.danger{background:#fde9e7;color:var(--red)}#toast{position:fixed;z-index:200;top:-80px;left:50%;transform:translateX(-50%);background:var(--dark);color:#fff;padding:12px 18px;border-radius:11px;box-shadow:0 9px 30px #0004;transition:.25s;font-size:11px}#toast.show{top:18px}#toast.bad{background:var(--red)}.customer{max-width:780px;margin:auto;min-height:100vh;background:#fff}.customer>header{height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffd;backdrop-filter:blur(9px);z-index:10}.customer-head{display:flex;justify-content:space-between;align-items:center;padding:26px 18px 16px;gap:12px}.customer-head em{font-size:10px;color:var(--green);font-style:normal;font-weight:bold}.customer-head h1{font-size:22px;margin:6px 0}.customer-head p{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.progress{width:70px;height:70px;border:7px solid #cfe6dc;border-top-color:var(--green);border-radius:50%;display:grid;place-items:center;flex:none}.progress b{font-size:20px}.progress small{position:absolute;margin-top:36px;font-size:8px;color:var(--muted)}#caseNotice{padding:0 18px}#caseNotice .alert{display:flex;flex-direction:column}.alert.warn{background:#fff4da;color:#7c611f}.shots{padding:0 18px 110px;display:grid;grid-template-columns:1fr 1fr;gap:13px}.shot{border:1px solid var(--line);border-radius:16px;padding:11px;box-shadow:0 5px 16px #163a2c08}.shot.rejected{border-color:#e7aaa5;background:#fffafa}.shot>header{display:flex;align-items:center;gap:8px;margin-bottom:9px}.shot>header>span,.shot>header>i{width:23px;height:23px;border-radius:7px;background:#edf4f1;color:var(--green);display:grid;place-items:center;font-size:10px;font-style:normal}.shot>header>i{background:var(--green);color:#fff;border-radius:50%}.shot>header>div{display:flex;flex-direction:column;flex:1}.shot>header b{font-size:11px}.shot>header small{font-size:8px;color:var(--muted);margin-top:3px}.photo-box{height:155px;border-radius:12px;background:#eef4f1;position:relative;display:grid;place-items:center;overflow:hidden}.photo-box>img,.modal-image>img{width:100%;height:100%;object-fit:cover}.camera{position:absolute;bottom:7px;left:7px;right:7px;background:#fffffff0;border:1px solid var(--line);border-radius:9px;padding:10px;text-align:center;color:var(--green);font-size:10px;font-weight:bold}.camera input,.retry input{display:none}.delete-photo{width:100%;border:0;background:transparent;color:var(--red);font-size:9px;margin-top:7px}.reject-note{font-size:9px;color:var(--red);line-height:1.6}.retry{display:block;background:var(--red);color:#fff;text-align:center;padding:9px;border-radius:8px}.submit-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(780px,100%);padding:12px 18px;background:#fffd;backdrop-filter:blur(8px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;z-index:9}.submit-bar>div{display:flex;flex-direction:column}.submit-bar b{font-size:11px}.submit-bar small{font-size:8px;color:var(--muted);margin-top:4px}.submit-bar .btn{font-size:10px}.submit-bar .btn:disabled{background:#c7d2ce;color:#86938e;cursor:not-allowed}.car-sketch{width:126px;height:75px;position:relative;color:#94a59f}.car-sketch i{position:absolute;display:block}.car-sketch .body{width:108px;height:39px;border:2px solid currentColor;border-radius:34px 28px 14px 13px;top:24px;left:9px}.car-sketch .glass{width:52px;height:24px;border:2px solid currentColor;border-bottom:0;border-radius:23px 23px 0 0;top:3px;left:42px}.car-sketch .wheel{width:19px;height:19px;border:5px solid currentColor;border-radius:50%;background:#eef4f1;top:53px}.car-sketch .w1{left:25px}.car-sketch .w2{right:22px}.car-sketch b{position:absolute;top:36px;left:47px;font-size:9px}.car-sketch.a2,.car-sketch.a4,.car-sketch.a6{transform:scaleX(-1)}.car-sketch.a2 b,.car-sketch.a4 b,.car-sketch.a6 b{transform:scaleX(-1)}.dashboard{min-height:100vh;padding-right:245px}.dashboard aside{position:fixed;right:0;top:0;width:245px;height:100vh;background:var(--dark);color:#fff;padding:24px 19px;display:flex;flex-direction:column;justify-content:space-between}.brand.invert>span{background:#fff;color:var(--green)}.profile{display:grid;grid-template-columns:42px 1fr;margin:33px 0 26px;padding:14px 0;border-block:1px solid #ffffff18}.profile i{grid-row:1/3;width:34px;height:34px;border-radius:10px;background:#ffffff18;display:grid;place-items:center;font-style:normal}.profile b{font-size:12px}.profile small{font-size:9px;color:#b7cac3}.dashboard aside nav button,.dashboard aside>button{width:100%;border:0;background:#ffffff14;color:#fff;text-align:right;padding:12px;border-radius:9px}.dashboard aside>button{background:transparent;border-top:1px solid #ffffff18;border-radius:0;color:#b7cac3}.dashboard>main{padding:33px;max-width:1400px;margin:auto}.dashboard main>header{display:flex;justify-content:space-between;align-items:center}.dashboard h1{margin:0 0 6px;font-size:23px}.dashboard main>header p{margin:0;color:var(--muted);font-size:10px}.dashboard main>header input{width:245px;margin:0;background:#fff}.filters{display:flex;gap:5px;margin:25px 0 18px;border-bottom:1px solid var(--line)}.filters button{border:0;background:transparent;padding:11px;color:var(--muted);font-size:10px}.filters button.active{color:var(--green);font-weight:bold;border-bottom:2px solid var(--green)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.case-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0;overflow:hidden;text-align:right;box-shadow:0 6px 20px #163a2c08;transition:.2s}.case-card:hover{transform:translateY(-3px)}.thumb{height:145px;background:#edf3f0;display:grid;place-items:center;position:relative}.pill{background:#fff0cc;color:#8b681d;border-radius:99px;padding:6px 9px;font-size:8px}.thumb .pill{position:absolute;top:10px;right:10px}.pill.revision{background:#fde5e2;color:var(--red)}.pill.approved{background:#dcf1e8;color:#17604b}.case-info{padding:14px}.case-info>small{font-size:8px;color:var(--muted)}.case-info>b{display:block;font-size:16px;margin:4px 0 12px}.case-info footer{border-top:1px solid var(--line);padding-top:10px;display:flex;justify-content:space-between;font-size:8px;color:var(--muted)}.case-info strong{color:var(--green)}.empty{grid-column:1/-1;text-align:center;padding:50px;color:var(--muted)}.modal{position:fixed;z-index:50;inset:0;background:#09221aa8;display:grid;place-items:center;padding:18px;backdrop-filter:blur(3px)}.modal-card{background:#fff;border-radius:20px;width:min(100%,900px);max-height:92vh;overflow:auto}.modal-card>header{padding:18px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.modal-card header h2{direction:ltr;text-align:right;margin:7px 0 3px}.modal-card header small{color:var(--muted);font-size:9px}.modal-close{border:0;width:35px;height:35px;background:#edf3f0;border-radius:10px;font-size:23px}.modal-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;padding:18px}.modal-photos article{border:1px solid var(--line);padding:8px;border-radius:12px}.modal-image{height:125px;background:#edf3f0;border-radius:8px;position:relative;display:grid;place-items:center;overflow:hidden}.modal-image>span{position:absolute;top:6px;right:6px;background:#fff;border-radius:6px;padding:5px 8px;font-size:8px}.modal-photos article>b{display:block;font-size:10px;margin:8px 2px}.reject-photo{width:100%;border:0;background:#fff0ef;color:var(--red);padding:8px;border-radius:7px;font-size:8px}.red{color:var(--red);font-size:8px}.modal-card>footer{padding:14px 20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-card>footer small{color:var(--muted);font-size:9px}.modal-card.small{width:min(100%,420px);padding:23px}.modal-card.small h2{margin:0}.modal-card.small p{font-size:10px;color:var(--muted)}.modal-card textarea{width:100%;height:110px;border:1px solid var(--line);border-radius:10px;padding:11px;resize:none}.actions{display:flex;justify-content:flex-end;gap:7px}.danger-btn{border:0;background:var(--red);color:#fff;padding:11px;border-radius:9px}
@media(min-width:900px){#customerPanel:not(.hidden){display:none!important}#mobileOnly:not(.hidden){display:flex!important}}@media(max-width:1000px){.case-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.dashboard{padding:0 0 60px}.dashboard aside{top:auto;bottom:0;width:100%;height:58px;padding:8px;z-index:20}.dashboard aside .brand,.profile,.dashboard aside>button{display:none}.dashboard>main{padding:20px 13px}.dashboard main>header input{display:none}.case-grid{grid-template-columns:1fr}.modal-photos{grid-template-columns:1fr 1fr}.modal-card>footer{flex-direction:column;align-items:stretch;gap:10px}.modal-card>footer .btn{width:100%}}@media(max-width:480px){.auth-card{padding:27px 21px}.shots{padding-inline:11px;gap:9px}.shot{padding:8px}.photo-box{height:140px}.shot>header small{display:none}.customer-head{padding-inline:13px}.modal-photos{grid-template-columns:1fr}}

.sample-preview{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#eef4f1;overflow:hidden}.sample-preview img{width:100%;height:100%;object-fit:contain;display:block}.sample-preview span{position:absolute;top:8px;left:8px;background:#102f27d9;color:#fff;border-radius:8px;padding:6px 8px;font-size:8px}.view-sample{position:absolute;top:7px;left:7px;border:0;border-radius:8px;background:#102f27dc;color:#fff;padding:7px 9px;font-size:8px;z-index:2}.inline-sample{width:100%;margin-bottom:7px;border:1px solid #e5aaa5;background:#fff;color:var(--red);border-radius:8px;padding:8px;font-size:9px}.sample-modal-card{position:relative;width:min(96vw,980px);height:min(90vh,760px);background:#0c211b;border-radius:20px;padding:44px 14px 14px;display:flex;flex-direction:column;align-items:center}.sample-modal-card img{width:100%;height:calc(100% - 35px);object-fit:contain;border-radius:11px}.sample-modal-card p{margin:10px 0 0;color:#fff;font-size:12px}.sample-close{position:absolute;top:9px;left:10px;width:34px;height:34px;border:0;border-radius:10px;background:#ffffff20;color:#fff;font-size:24px}.missing-sample{width:100%;height:100%;object-fit:contain;opacity:.55}.submit-confirm{width:min(94vw,560px)}.submit-confirm>header{align-items:center}.submit-confirm>header>div{display:flex;align-items:center;gap:11px}.submit-confirm h2{margin:0!important;direction:rtl!important}.submit-confirm-close{border:0;width:34px;height:34px;border-radius:9px;background:#eef3f1;font-size:23px}.confirm-icon{width:35px;height:35px;border-radius:11px;background:#e2f3eb;color:var(--green);display:grid;place-items:center;font-weight:bold}.confirm-body{padding:20px 24px}.confirm-body>p{font-size:11px;color:var(--muted);line-height:1.8}.confirm-body ul{margin:12px 0 20px;padding-right:20px;color:#495a54;font-size:10px;line-height:2}.postal-confirm{display:flex;align-items:flex-start;gap:9px;background:#edf7f2;border:1px solid #cbe5da;padding:14px;border-radius:11px;font-size:11px;font-weight:bold;cursor:pointer}.postal-confirm input{width:18px;height:18px;accent-color:var(--green);flex:none;margin:0}.amlak-link{color:var(--ink)!important;margin:12px 3px!important}.amlak-link a{color:var(--green);font-weight:bold}.submit-confirm>footer{justify-content:flex-end;gap:8px}.submit-confirm>footer .ghost{margin:0;padding:11px 14px}.submit-confirm>footer .btn:disabled{background:#c7d2ce;color:#85938e;cursor:not-allowed}
.shots{grid-template-columns:minmax(0,1fr);max-width:560px;margin:0 auto}.shot{min-width:0;width:100%;max-width:100%;overflow:hidden}.photo-box,.sample-photo-box{width:min(100%,340px);height:170px;min-width:0;max-width:100%;margin:0 auto;contain:layout paint}.sample-preview{position:absolute;inset:0;width:100%;max-width:100%;min-width:0;height:100%;max-height:100%;padding:0;border:0;background:#eef4f1;overflow:hidden}.sample-preview img{display:block;width:100%;max-width:100%;min-width:0;height:100%;max-height:100%;object-fit:contain}.sample-preview span{position:absolute;top:8px;left:8px;background:#102f27d9;color:#fff;border-radius:8px;padding:6px 8px;font-size:8px}.view-sample{position:absolute;top:7px;left:7px;border:0;border-radius:8px;background:#102f27dc;color:#fff;padding:7px 9px;font-size:8px;z-index:2}.inline-sample{width:100%;margin-bottom:7px;border:1px solid #e5aaa5;background:#fff;color:var(--red);border-radius:8px;padding:8px;font-size:9px}.sample-modal-card{position:relative;width:min(94vw,860px);height:min(88vh,680px);background:#0c211b;border-radius:20px;padding:44px 14px 14px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.sample-modal-card img{display:block;width:100%;max-width:100%;min-width:0;height:calc(100% - 35px);object-fit:contain;border-radius:11px}.sample-modal-card p{margin:10px 0 0;color:#fff;font-size:12px}.sample-close{position:absolute;top:9px;left:10px;width:34px;height:34px;border:0;border-radius:10px;background:#ffffff20;color:#fff;font-size:24px}.missing-sample{display:block;width:100%;max-width:100%;min-width:0;height:100%;object-fit:contain;opacity:.55}.submit-confirm{width:min(96vw,700px);max-height:94vh}.submit-confirm>header{align-items:center;position:sticky;top:0;background:#fff;z-index:2}.submit-confirm>header>div{display:flex;align-items:center;gap:11px}.submit-confirm h2{margin:0!important;direction:rtl!important;font-size:15px;line-height:1.7}.submit-confirm-close{border:0;width:34px;height:34px;border-radius:9px;background:#eef3f1;font-size:23px;flex:none}.confirm-icon{width:35px;height:35px;border-radius:11px;background:#e2f3eb;color:var(--green);display:grid;place-items:center;font-weight:bold;flex:none}.confirm-body{padding:20px 24px}.confirm-body section{padding-bottom:14px;margin-bottom:15px;border-bottom:1px solid var(--line)}.confirm-body h3{font-size:14px;font-weight:900;color:var(--dark);margin:0 0 10px}.confirm-body h4{font-size:11px;font-weight:900;margin:15px 0 6px}.confirm-body section p{font-size:10px;color:#495a54;line-height:2;margin:0}.confirm-body ul{list-style:none;margin:7px 0 0;padding:0;color:#495a54;font-size:10px;line-height:2}.confirm-body li{position:relative;padding-right:15px;margin-bottom:3px}.confirm-body li:before{content:"●";position:absolute;right:0;color:var(--green);font-size:7px}.support-phone{color:var(--green);font-weight:bold;text-decoration:none}.postal-confirm{display:flex;align-items:flex-start;gap:9px;background:#edf7f2;border:1px solid #cbe5da;padding:14px;border-radius:11px;font-size:11px;font-weight:bold;cursor:pointer}.postal-confirm input{width:18px;height:18px;accent-color:var(--green);flex:none;margin:0}.amlak-link{color:var(--ink)!important;margin:12px 3px!important;font-size:10px;line-height:1.8}.amlak-link a{color:var(--green);font-weight:bold}.submit-confirm>footer{justify-content:flex-end;gap:8px;position:sticky;bottom:0;background:#fff;z-index:2}.submit-confirm>footer .ghost{margin:0;padding:11px 14px}.submit-confirm>footer .btn:disabled{background:#c7d2ce;color:#85938e;cursor:not-allowed}
@media(max-width:480px){.shots{grid-template-columns:minmax(0,1fr);padding-inline:12px}.photo-box,.sample-photo-box{width:min(100%,300px);height:150px}.sample-preview span{font-size:8px}.shot>header small{display:block}}
.document-shot{border-color:#cbded6;background:#fbfdfc}.document-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--green);padding-bottom:34px;text-align:center}.document-placeholder>span{font-size:35px;line-height:1}.document-placeholder>b{font-size:11px}.document-placeholder>small{font-size:8px;color:var(--muted)}.title-second-line{display:inline-block;margin-top:4px;color:var(--green)}
.customer-brand>div{display:flex;flex-direction:column}.customer-brand>div>b{font-size:11px;line-height:1.4}.customer-brand>div>small{font-size:8px;color:var(--muted);margin-top:2px}.customer-header-actions{display:flex;align-items:center;gap:5px}.info-button{width:34px;height:34px;border:2px solid var(--green);border-radius:50%;background:#e6f3ed;color:var(--green);display:grid;place-items:center;font-size:18px;font-weight:900;line-height:1}.info-guide>footer{justify-content:flex-end}.info-guide>footer .btn{min-width:120px}.postal-only .confirm-body{padding-top:24px;padding-bottom:14px}
.insurance-stats{margin:16px 18px 0;padding:12px 14px;border:1px solid #cce2d9;border-radius:13px;background:linear-gradient(135deg,#edf8f3,#f9fcfb);display:flex;align-items:center;gap:11px}.stats-icon{width:38px;height:38px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:18px}.insurance-stats>div{display:flex;flex-direction:column;gap:3px}.insurance-stats small{font-size:8px;color:var(--muted)}.insurance-stats b{font-size:11px}.insurance-stats strong{font-size:17px;color:var(--green);margin-left:3px}
.document-upload-actions{position:absolute;right:7px;left:7px;bottom:7px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;z-index:3}.document-upload-actions>span{font-size:8px;color:var(--muted)}.document-camera,.document-gallery{height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:8px;font-weight:bold;cursor:pointer}.document-camera{background:var(--green);color:#fff}.document-gallery{background:#fff;color:var(--green);border:1px solid #bad8cc}.document-camera input,.document-gallery input{display:none}.retry-actions{position:static;margin-top:8px}.retry-actions .document-camera,.retry-actions .document-gallery{height:34px}
.expert-full-image{cursor:zoom-in;transition:opacity .2s}.expert-full-image:hover{opacity:.84}.approved-file-actions{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.policy-upload{display:inline-flex;align-items:center;justify-content:center;background:#e7f3ee;color:var(--green);border:1px solid #bad8cc;border-radius:10px;padding:12px 16px;font-size:10px;font-weight:bold;cursor:pointer;margin:0}.policy-upload input{display:none}.policy-current{color:var(--green);font-size:9px;font-weight:bold}.policy-downloads{margin:10px 18px 0}.policy-list-title{display:flex;flex-direction:column;margin:15px 2px 8px}.policy-list-title b{font-size:11px}.policy-list-title small{font-size:8px;color:var(--muted);margin-top:3px}.policy-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:11px 12px;margin-bottom:7px}.policy-row>div{display:flex;flex-direction:column}.policy-row b{font-size:10px}.policy-row small{font-size:8px;color:var(--muted);margin-top:4px}.policy-row a{background:var(--green);color:#fff;border-radius:8px;padding:8px 10px;text-decoration:none;font-size:8px;font-weight:bold}.policy-row>span{color:#a17a22;background:#fff4db;border-radius:8px;padding:7px 9px;font-size:8px}
@media(max-width:520px){.approved-file-actions{align-items:stretch;flex-direction:column}.approved-file-actions .btn,.approved-file-actions .policy-upload{width:100%}.policy-row{align-items:flex-start;flex-direction:column}.policy-row a,.policy-row>span{width:100%;text-align:center}}
.save-zip-card{width:min(92vw,410px);padding:28px;text-align:center}.save-zip-icon{width:62px;height:62px;margin:0 auto 15px;border-radius:20px;background:#e3f4ec;color:var(--green);display:grid;place-items:center;font-size:31px;font-weight:bold}.save-zip-card h2{font-size:19px;margin:0 0 9px}.save-zip-card p{font-size:10px;color:var(--muted);line-height:1.9;margin:0 0 19px}.save-zip-card .btn{width:100%}.save-zip-card .ghost{width:100%;margin-top:9px;padding:10px}
.delete-case-button{border:1px solid #e7b4af;background:#fff0ef;color:var(--red);border-radius:10px;padding:11px 14px;font-size:9px;font-weight:bold}.delete-case-button:disabled{opacity:.55;cursor:wait}.review-footer-actions{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.review-footer-actions>span{font-size:9px;color:var(--muted)}.review-footer-actions>div{display:flex;align-items:center;gap:8px}@media(max-width:600px){.review-footer-actions{align-items:stretch;flex-direction:column}.review-footer-actions>div{align-items:stretch;flex-direction:column}.review-footer-actions button{width:100%}.approved-file-actions .delete-case-button{width:100%}}
.approved-customer-card{margin:5px 0 18px;padding:17px;border:1px solid #b9dfd0;border-radius:16px;background:linear-gradient(135deg,#e5f6ef,#f8fcfa);display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px}.approved-check{width:44px;height:44px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:22px}.approved-customer-card h2{font-size:14px;margin:0 0 5px}.approved-customer-card p{font-size:9px;color:var(--muted);margin:0 0 9px}.approved-customer-card a{display:inline-block;background:var(--green);color:#fff;text-decoration:none;border-radius:8px;padding:8px 11px;font-size:9px;font-weight:bold}.approved-customer-card small{font-size:8px;color:#9a7422}.new-case-button{border:1px solid #afd5c6;background:#fff;color:var(--green);border-radius:10px;padding:11px 13px;font-size:9px;font-weight:bold}.optional-shot{border-style:dashed;background:#fafcfb}.uploaded-pdf>span{font-size:18px;background:var(--red);color:#fff;border-radius:7px;padding:5px 8px}.pdf-file-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--green);text-decoration:none}.pdf-file-preview>span{position:static!important;background:var(--red)!important;color:#fff!important;border-radius:7px!important;padding:6px 9px!important;font-size:12px!important}.pdf-file-preview>b{font-size:9px}@media(max-width:560px){.approved-customer-card{grid-template-columns:40px 1fr}.approved-check{width:40px;height:40px}.new-case-button{grid-column:1/-1;width:100%}}
