*{box-sizing:border-box}body{margin:0}.dashboard-layout{display:flex;min-height:100vh;color:#333;background:#F4F6FA;font-family:Public Sans,sans-serif}.sidebar{width:254px;background-color:#fff;display:flex;flex-direction:column;border-right:1px solid #e8ecef}.logo{padding:16px 24px;align-items:center;border-bottom:1px solid #e8ecef;height:64px}.nav-menu{flex:1;padding:16px 12px;display:flex;flex-direction:column}.nav-item{padding:5px 12px;cursor:pointer;display:flex;justify-content:flex-start;gap:10px;height:46px;align-items:center;border-radius:8px;color:#0A163D;--color:#778CA2;font-size:14px;font-weight:600;line-height:20px}.nav-item:hover{background:rgba(43,65,160,.02)}.nav-item.active{background:rgba(43,65,160,.05);color:#2B41A0;--color:#2B41A0}.nav-item span{width:22px;height:22px;padding:4px;justify-content:center;align-items:center;gap:10px;border-radius:50%;background:#2B41A0;margin-left:auto;color:#FFF;font-size:11px;font-weight:600;line-height:12px}.logout-section,.nav-item span{display:flex;flex-direction:column;text-align:center}.logout-section{padding:20px 12px 16px;border-top:1px solid #e8ecef;align-items:flex-start;justify-content:flex-start;cursor:pointer}.main{flex:1;display:flex;flex-direction:column;align-items:stretch}.header{font-size:20px;width:100%;height:64px;padding:12px 24px;justify-content:space-between;border-bottom:1px solid #e8ecef}.header,.page-heading{display:flex;align-items:center}.page-heading{color:#0A163D;font-size:22px;font-weight:600;line-height:32px;gap:15px}.profile{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:gray}.nextjs-toast{display:none!important}.dashboard-vendor-balance{display:flex;padding:14px 20px;flex-direction:column;align-items:stretch;justify-content:stretch;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #e8ecef;background:#FFF;margin:20px 12px}.dashboard-vendor-balance-box p:first-child{color:#778CA2;font-size:12px;font-weight:400;line-height:18px}.dashboard-vendor-balance-box p:last-child{display:flex;align-items:center;gap:10px;color:#0A163D;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.dashboard-vendor-balance-box{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding-left:10px;border-left:2px solid #2b41a0}.close-btn{padding:4px;background:none;display:flex;place-items:center;border:none;font-size:20px;cursor:pointer}.main-table:not(:empty){overflow:auto;height:calc(100dvh - 228px)}.no-results-message{padding:24px;text-align:center;color:#000;font-size:14px;line-height:21px;background:#FFF;margin:20px 0}.no-results-message,.user-info-form{border-radius:8px;border:1px solid #e8ecef}.user-info-form{display:grid;grid-template-columns:264px 1fr;background:#fff}.user-info-form-side{padding:12px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #e8ecef}.account-details-switcher{display:flex;height:46px;padding:0 12px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;--color:#778CA2;color:#0A163D;font-size:14px;font-weight:600;line-height:20px}.account-details-switcher:not(.active){cursor:pointer}.account-details-switcher.active{--color:#2B41A0;color:#2B41A0;background:rgba(43,65,160,.05)}.user-info-form-content{padding:24px;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;max-width:944px}.user-info-form-content label{color:#0A163D;font-family:Public Sans,sans-serif;font-size:12px;line-height:18px}.user-info-form-content input,.user-info-form-content select{display:flex;height:52px;padding:14px 20px 14px 24px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;color:#0A163D;font-family:Public Sans,sans-serif;font-size:14px;line-height:21px;border-radius:6px;border:1px solid #e8ecef;background:#FFF}.btn-edit,.user-info-form-content input[disabled],.user-info-form-content label.unchecked{color:#778CA2}.btn-edit{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:10px;border-radius:122px;background:#F2F4F6;text-align:center;font-size:14px;font-weight:600;line-height:21px;cursor:pointer}.user-info-form-footer button{width:auto;flex-grow:0;white-space:nowrap}.account-form-top-bg{background-repeat:repeat-x;background-position:0 0;background-size:auto 150px}.user-info-form-content input[type=radio]{appearance:none;padding:0;cursor:pointer;width:20px;height:20px;border-radius:50%;border:1px solid #e8ecef;position:relative;overflow:hidden;background:transparent;transition:background-color .3s}.user-info-form-content input[type=radio]:checked{border:5px solid #2b41a0}