/* Small extension layer; the original Mikhmon theme remains the base UI. */
.bm-inline{display:inline-block;margin:0 2px;vertical-align:middle}
.bm-header-action{float:right;font-size:13px;font-weight:400}
.bm-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}
.bm-link-button{border:0;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer}
.bm-empty{text-align:center;padding:38px 15px;border:1px dashed rgba(127,127,127,.35);border-radius:4px}
.bm-empty>.fa{font-size:36px;opacity:.55}.bm-empty h3{margin:12px 0 5px}.bm-empty p{margin:0;opacity:.75}
.bm-summary .box{min-height:82px}.bm-summary h2{margin:0 0 5px}
.bm-chat-box{height:360px;overflow:auto;padding:10px;border:1px solid rgba(127,127,127,.25)}
.bm-chat-row{max-width:78%;margin:0 0 9px;padding:8px 10px;border-radius:4px;background:rgba(127,127,127,.15)}
.bm-chat-row.mine{margin-left:auto;background:rgba(32,168,216,.22)}
.bm-chat-row small{display:block;margin-top:4px;opacity:.7}
.bm-map-canvas{min-height:360px;padding:12px;border:1px dashed rgba(127,127,127,.35);border-radius:4px}
.bm-map-node{display:inline-flex;min-width:175px;margin:7px;padding:10px;border:1px solid rgba(127,127,127,.3);border-radius:4px;flex-direction:column;gap:3px}
.bm-map-node>.fa{color:#20a8d8;font-size:20px}.bm-map-node span,.bm-map-node small{opacity:.78}
.bm-role-note{border-left:3px solid #20a8d8;padding:7px 10px;margin:6px 0;background:rgba(127,127,127,.1)}
.hr-page{color:#263238}.hr-page>.card,.hr-reseller-card,.hr-create,.hr-report .card{border:1px solid #d5dde2;background:#fff;color:#263238;box-shadow:none}.hr-public{display:flex;margin-bottom:12px;padding:14px;align-items:center;gap:18px}.hr-public-copy{min-width:260px}.hr-public-copy b,.hr-public-copy small{display:block}.hr-public-copy small{margin-top:3px;color:#77838b}.hr-public-actions{display:flex;min-width:0;flex:1;gap:7px}.hr-public-actions input{min-width:0;flex:1}.hr-public-actions .btn{white-space:nowrap}.hr-stats{margin-bottom:14px;padding:15px}.hr-section-head{display:flex;margin-bottom:13px;align-items:center;justify-content:space-between}.hr-section-head h3{margin:0}.hr-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hr-stat{padding:12px 15px;border-left:3px solid #20a8d8}.hr-stat strong,.hr-stat span{display:block}.hr-stat strong{font-size:23px;line-height:1.25}.hr-stat span{margin-top:3px;color:#69757d}.hr-manage-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:14px}.hr-create{padding:18px}.hr-create h3{margin:0 0 14px}.hr-create label{display:block;margin:0 0 11px;font-weight:600}.hr-create label input{margin-top:5px}.hr-create .btn{width:100%;margin-top:3px}.hr-reseller-list{display:grid;align-content:start;gap:12px}.hr-reseller-card{padding:17px}.hr-reseller-main{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.hr-reseller-main h3{margin:0 0 4px}.hr-reseller-main p{margin:0;color:#6e7a82}.hr-reseller-main .label{flex:none}.hr-reseller-actions{display:flex;margin-top:14px;padding-top:12px;border-top:1px solid #e0e5e8;align-items:center;justify-content:space-between}.hr-reseller-actions form{margin:0}.hr-warning{margin-top:12px;padding:8px;border-left:3px solid #e6ad23;color:#75520a;background:#fff6da}.hr-password{margin-top:12px;border-top:1px solid #e0e5e8;padding-top:10px}.hr-password summary{cursor:pointer;font-weight:600}.hr-password form{display:grid;margin-top:10px;grid-template-columns:1fr 1fr auto;gap:8px}.hr-password .btn{white-space:nowrap}.hr-report-title{display:flex;margin-bottom:15px;align-items:center;justify-content:space-between}.hr-report-title h2{margin:0 0 3px}.hr-report-title p{margin:0;color:#758089}.hr-report-title p span{margin-left:7px;padding-left:8px;border-left:1px solid #b6c0c6}.hr-stat-grid-report{margin-bottom:14px}.hr-stat-grid-report .hr-stat{margin:0}.hr-filter{display:grid;margin-bottom:14px;padding:14px;grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) auto minmax(280px,1.4fr);align-items:end;gap:10px}.hr-filter label{font-weight:600}.hr-filter label input{margin-top:4px}.hr-quick{display:flex;gap:6px}.hr-quick button{padding:7px 10px;border:1px solid #b7c3ca;background:#f4f7f8;color:#334047;cursor:pointer}.hr-sales-grid{display:grid;margin-bottom:14px;grid-template-columns:1fr 1fr;gap:12px}.hr-sales-grid .card{margin:0;padding:22px;border-left:4px solid #20a8d8}.hr-sales-grid strong,.hr-sales-grid span{display:block}.hr-sales-grid strong{font-size:27px}.hr-sales-grid span{color:#758089}.hr-sync-note{padding:10px 12px;border:1px solid #cfe7ed;color:#41666e;background:#edf9fb}.hr-table-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hr-table-grid>.card{margin:0;padding:14px}.hr-table-grid h3{margin:0 0 12px}
@media(max-width:1000px){.hr-stat-grid{grid-template-columns:repeat(2,1fr)}.hr-manage-grid,.hr-table-grid{grid-template-columns:1fr}.hr-filter{grid-template-columns:1fr 1fr}.hr-quick{grid-column:1/-1}.hr-password form{grid-template-columns:1fr 1fr}.hr-password .btn{grid-column:1/-1}}
@media(max-width:800px){.bm-check-grid{grid-template-columns:1fr}.bm-header-action{float:none;display:block;margin-top:8px}.bm-map-node{width:calc(100% - 14px)}.hr-public,.hr-reseller-actions,.hr-report-title{align-items:stretch;flex-direction:column}.hr-public-actions{flex-wrap:wrap}.hr-public-actions input{flex-basis:100%}.hr-stat-grid,.hr-filter,.hr-sales-grid{grid-template-columns:1fr}.hr-quick{grid-column:auto;flex-wrap:wrap}.hr-report-title .btn{align-self:flex-start}.hr-password form{grid-template-columns:1fr}}

/* Browser Cloud PPPoE pages. */
.bc-ppp-head{display:flex;min-height:37px;margin:-10px -10px 14px;padding:8px 12px;border-bottom:1px solid rgba(127,127,127,.28);align-items:center;justify-content:space-between}.bc-ppp-head h3{margin:0}.bc-ppp-head a{font-weight:600}.bc-alert{margin:0 0 12px;padding:10px 12px;border-left:4px solid #ffbd2e;background:rgba(255,189,46,.15)}.bc-tabs{display:flex;gap:5px;margin-bottom:12px;flex-wrap:wrap}.bc-tabs button{padding:7px 12px;border:1px solid rgba(127,127,127,.35);border-radius:3px;background:rgba(127,127,127,.12);color:inherit;cursor:pointer}.bc-tabs button.active{border-color:#20a8d8;background:#20a8d8;color:#fff}.bc-tab-panel{display:none;margin-bottom:14px;padding:13px;border:1px solid rgba(127,127,127,.28);border-radius:3px}.bc-tab-panel.active{display:block}.bc-form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;align-items:end}.bc-form-grid label{display:block;font-weight:600}.bc-form-grid label>.form-control,.bc-form-grid label>textarea,.bc-form-grid label>select{margin-top:5px}.bc-form-grid small{display:block;margin-top:4px;font-weight:400;opacity:.72}.bc-span-3{grid-column:span 3}.bc-span-4{grid-column:span 4}.bc-span-6{grid-column:span 6}.bc-span-12{grid-column:span 12}.bc-check{display:flex;min-height:32px;margin-top:5px;padding:8px 10px;border:1px solid rgba(127,127,127,.3);align-items:center;gap:8px;font-weight:400}.bc-table-tools{display:flex;margin:5px 0 10px;align-items:center;gap:10px}.bc-table-tools input{max-width:360px}.bc-table-tools span{opacity:.75}.bc-table-wrap{max-height:72vh}.bc-detail-box{padding:12px;border-left:3px solid #20a8d8;background:rgba(127,127,127,.08)}.bc-detail-box>div{margin-bottom:5px}.bc-action-stack{display:flex;margin-top:10px;align-items:center;gap:5px}.bc-action-stack form{margin:0}.bc-inline-payment{display:grid;margin-top:11px;padding-top:11px;border-top:1px solid rgba(127,127,127,.25);grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px;align-items:end}.bc-inline-payment label{font-weight:600}.bc-inline-payment label small{display:block;opacity:.7;font-weight:400}.bc-inline-payment .btn{min-height:32px}.bc-report-stats{display:grid;margin-bottom:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.bc-report-stats>div{padding:14px;border:1px solid rgba(127,127,127,.28);border-left:4px solid #20a8d8}.bc-report-stats span,.bc-report-stats strong{display:block}.bc-report-stats strong{margin-top:5px;font-size:22px}.bc-report-tools{display:grid;margin-bottom:10px;grid-template-columns:minmax(190px,1fr) 155px auto 190px auto;gap:7px}.bc-resolved,.bc-template-pick{display:flex;margin-top:5px;gap:7px}.bc-resolved input,.bc-template-pick select{flex:1}.bc-code{font-family:Consolas,Monaco,monospace;font-size:12px;line-height:1.45}.bc-landing-actions{display:flex;margin-top:12px;gap:7px;flex-wrap:wrap}.bc-note{margin-top:14px;padding:13px;border:1px solid rgba(127,127,127,.28)}.bc-note h4{margin:0 0 8px}.bc-note ol{margin:0;padding-left:20px}.bc-note li{margin:5px 0}.text-success{color:#2eb85c}
@media(max-width:1100px){.bc-inline-payment{grid-template-columns:repeat(3,minmax(160px,1fr))}.bc-report-stats{grid-template-columns:repeat(2,1fr)}.bc-report-tools{grid-template-columns:1fr 160px auto}.bc-report-tools select,.bc-report-tools .bg-primary{grid-column:auto}}
@media(max-width:800px){.bc-form-grid{display:block}.bc-form-grid>*{display:block;margin-bottom:10px}.bc-reminder-grid .btn{width:100%}.bc-inline-payment{grid-template-columns:1fr}.bc-report-stats{grid-template-columns:1fr}.bc-report-tools{grid-template-columns:1fr}.bc-ppp-head,.bc-resolved,.bc-template-pick{align-items:stretch;flex-direction:column}.bc-table-wrap{max-height:none}.bc-landing-actions .btn{width:100%}}

/* Browser Cloud Hotspot pages: keep the native Mikhmon workflow, tidy its layout. */
.bm-hotspot-page .card{border:1px solid rgba(127,127,127,.35);box-shadow:none}
.bm-hotspot-page .card-header{min-height:42px;padding:10px 12px;border-bottom:1px solid rgba(127,127,127,.32)}
.bm-hotspot-page .card-header h3{margin:0;line-height:22px}
.bm-hotspot-page .card-header h3 span{display:inline-flex;gap:3px;align-items:center;flex-wrap:wrap}
.bm-hotspot-page .card-body{padding:12px}
.bm-hotspot-page .card-body>form>div:first-child,.bm-hotspot-page .card-body form>div:first-child{display:flex;margin-bottom:10px;gap:5px;align-items:center;flex-wrap:wrap}
.bm-hotspot-page .card-body form>.table{margin-top:4px}
.bm-hotspot-page .card-body form>.table>tbody>tr>td:first-child{width:32%;font-weight:600}
.bm-hotspot-page .form-control,.bm-hotspot-page .group-item{min-height:32px}
.bm-hotspot-page .overflow{border-color:rgba(127,127,127,.34)}
.bm-hotspot-page .overflow table{margin:0}
.bm-hotspot-page .overflow table thead th{position:sticky;z-index:2;top:0;white-space:nowrap}
.bm-hotspot-page .table td,.bm-hotspot-page .table th{vertical-align:middle}
.bm-hotspot-page .table tbody tr:hover{background:rgba(32,168,216,.08)}
.bm-hotspot-page .btn{min-height:31px}
.bm-hotspot-page .bc-hotspot-empty{padding:28px;text-align:center;opacity:.72}
.bm-hotspot-page .bc-hotspot-empty i{display:block;margin-bottom:8px;font-size:28px}
.bm-hotspot-page .bc-hotspot-count{display:inline-block;margin-left:5px;padding:2px 8px;border-radius:12px;background:rgba(32,168,216,.18);font-size:12px}
.bm-hotspot-page .bc-hotspot-toolbar{display:flex;margin-bottom:10px;gap:6px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.bm-hotspot-page .bc-hotspot-toolbar-group{display:flex;gap:5px;align-items:center;flex-wrap:wrap}
.bc-voucher-check{max-width:920px;margin:0 auto;padding:6px 0}
.bc-voucher-lead{margin:0 0 14px;line-height:1.55;opacity:.82}
.bc-voucher-search{display:flex;max-width:650px;margin-bottom:14px}
.bc-voucher-search input{min-width:0;flex:1}
.bc-voucher-search button{white-space:nowrap;cursor:pointer}
.bc-voucher-result{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:start}
.bc-voucher-result table{margin:0}
.bc-voucher-result th{width:165px;text-align:left}
.bc-voucher-status{display:flex;min-height:118px;padding:18px;border-radius:4px;color:#fff;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.bc-voucher-status small,.bc-voucher-status strong{display:block}.bc-voucher-status small{margin-bottom:7px;opacity:.9}.bc-voucher-status strong{font-size:19px}
.bc-voucher-not-found{display:flex;padding:22px;border:1px dashed rgba(127,127,127,.42);border-radius:4px;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;text-align:center}
.bc-voucher-not-found i{font-size:20px;color:#ffbd2e}.bc-voucher-not-found span{width:100%;opacity:.72}
.sidenav>.dropdown-container>.dropdown-container{margin-left:0}
.sidenav>.dropdown-container>.dropdown-container a{padding-left:38px}
@media(max-width:900px){.bm-hotspot-page .col-8,.bm-hotspot-page .col-4{width:100%}.bm-hotspot-page .card-body form>.table>tbody>tr>td:first-child{width:38%}}
@media(max-width:600px){.bm-hotspot-page .card-body{padding:9px}.bm-hotspot-page .card-body form>.table>tbody>tr>td{display:block;width:100%!important;border:0}.bm-hotspot-page .card-body form>.table>tbody>tr{display:block;margin-bottom:9px;border-bottom:1px solid rgba(127,127,127,.25)}.bm-hotspot-page .bc-hotspot-toolbar{align-items:stretch;flex-direction:column}.bm-hotspot-page .bc-hotspot-toolbar-group{width:100%}.bm-hotspot-page .bc-hotspot-toolbar-group>*{max-width:none;flex:1}.bc-voucher-search,.bc-voucher-result{display:block}.bc-voucher-search input,.bc-voucher-search button{width:100%;border-radius:3px;margin-bottom:6px}.bc-voucher-status{min-height:82px;margin-bottom:9px}}
