.modal-header-shared{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background-color:#fff}.modal-title-shared{font-size:1.5rem;font-weight:600;color:#515192;margin:0}.modal-close-button-shared{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s;text-decoration:none;display:flex;align-items:center;justify-content:center}.modal-close-button-shared:hover{background-color:#f3f4f6}.modal-close-button-shared img{display:block}.modal-customer-info-shared{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background-color:#fafafa}@media (max-width: 768px){.modal-customer-info-shared{grid-template-columns:1fr;gap:16px}}.customer-info-item{display:flex;flex-direction:column;gap:4px}.info-label{color:#515192;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#3c3c43;font-size:16px;font-weight:600}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.error-msg{color:var(--error-color, #dc3545);font-size:.75rem;margin-top:.25rem}*{font-family:Inter,serif}body{background-color:#f5f6fa}.pointer{cursor:pointer}html{font-family:Inter,sans-serif}body{background-color:#f5f6fa;margin:0}.app-body{font-family:serif;font-style:normal;font-weight:700;font-size:30px;color:#515192;width:97%}.bold{font-weight:700}.title{color:#515192;font-size:32px}.subtitle{color:#515192;font-size:20px;margin-top:5%}.small-text{color:#646470;font-weight:400}.label{font-weight:500;font-size:14px;line-height:20px;color:#3c3c43}.form-component{margin-top:20px;margin-right:2rem}.input{height:40px;width:95%;border:1.5px solid #d7d7d7;border-radius:4px;font-size:17px;transition:.5s;outline:none;margin-top:5px;padding-left:.5rem}.input:focus{border:1.5px solid rgb(170,170,170)}.legend{font-weight:400;font-size:12px;line-height:18px;color:#92929b}.logo{width:135px;height:37px}.container-2{display:flex;justify-content:flex-end;width:90%}.next-prev-btn{background:#515192;border:1px solid #515192;width:200px;height:40px;color:#fff;font-size:16px;border-radius:4px;display:flex;text-align:center;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.prev-btn{border:1px solid #515192;width:200px;height:40px;color:#515192;font-size:16px;border-radius:4px;display:flex;text-align:center;justify-content:center;align-items:center;text-decoration:none;margin-right:1.5rem}.next-prev-btn:hover{transition:.5s;background:none;border:1px solid;color:#515192}.prev-btn:hover{transition:.5s;background:#8e8ecf1a;border:1px solid #8e8ecf;color:#8e8ecf}.select{height:40px;width:97%;color:#797979}html body{height:100%}.p-5{padding-top:1rem}::-webkit-scrollbar{width:5px;margin-right:10px;height:10px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:#e8e8e8;border-radius:10px}.layout_cards{display:grid;width:100%;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,140px);gap:20px}.modal-header{display:flex;align-items:center}.modal-header__history-img{padding-right:8px}.modal-content{min-width:500px;max-width:1320px;max-height:705px;background:#fff;box-shadow:0 24px 40px -4px #00000014,0 6px 16px -2px #0000000a;border-radius:4px;display:flex;justify-content:center;flex-direction:column;align-items:center}.modal-content__table{width:calc(100% - 32px);overflow:scroll}
