/* Vchat 0.36.69 — complete team management */
.vchat-frontend-app .vchat-team-table .vchat-row-actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:5px!important;min-width:190px!important}
.vchat-frontend-app .vchat-team-table .vchat-row-actions button{min-height:32px!important;padding:0 9px!important}
.vchat-frontend-app .vchat-team-table .vchat-row-actions button.pause{border-color:#ead9a6!important;background:#fffaf0!important;color:#84651a!important}
.vchat-frontend-app .vchat-team-table .vchat-row-actions button.danger{border-color:#efcbd2!important;background:#fff!important;color:#a54255!important}
.vchat-frontend-app .vchat-team-table .vchat-row-actions button.danger:hover{background:#fff3f5!important}
.vchat-frontend-app .vchat-team-avatar{overflow:hidden!important}
.vchat-frontend-app .vchat-team-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit!important}

.vchat-modal .vchat-team-profile-editor{display:grid!important;gap:18px!important}
.vchat-modal .vchat-profile-photo-editor{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;padding:16px!important;border:1px solid #e0dbea!important;border-radius:16px!important;background:#faf9fd!important}
.vchat-modal .vchat-profile-photo-preview{display:grid!important;place-items:center!important;width:88px!important;height:88px!important;border-radius:22px!important;overflow:hidden!important;background:#ece8fa!important;color:#5d4ca8!important;font-size:23px!important;font-weight:900!important}
.vchat-modal .vchat-profile-photo-preview img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.vchat-modal .vchat-profile-photo-editor strong{display:block!important;margin:0 0 4px!important;color:#29243e!important;font-size:13px!important}
.vchat-modal .vchat-profile-photo-editor p{margin:0 0 10px!important;color:#888191!important;font-size:9.5px!important;line-height:1.4!important}
.vchat-modal .vchat-profile-photo-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.vchat-modal .vchat-file-button,.vchat-modal .vchat-profile-photo-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 11px!important;border:1px solid #d9d3e6!important;border-radius:9px!important;background:#fff!important;color:#58499d!important;font-size:9px!important;font-weight:850!important;cursor:pointer!important}
.vchat-modal .vchat-file-button{position:relative!important}
.vchat-modal .vchat-file-button input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.vchat-modal .vchat-profile-photo-actions button{color:#9e4355!important}
.vchat-modal .vchat-team-profile-editor .vchat-settings-grid{gap:14px!important}
.vchat-modal .vchat-team-profile-editor input,.vchat-modal .vchat-team-profile-editor select,.vchat-modal .vchat-team-profile-editor textarea{min-height:42px!important;font-size:11px!important}
.vchat-modal .vchat-team-profile-editor select:disabled{opacity:.65!important;cursor:not-allowed!important}

.vchat-frontend-app .vchat-team-table .vchat-team-status.is-inactive{background:#f1eff3!important;color:#756e7b!important}
.vchat-frontend-app .vchat-team-table .vchat-team-status.is-inactive i{background:#a69fac!important}

@media(max-width:760px){
  .vchat-modal .vchat-profile-photo-editor{grid-template-columns:70px minmax(0,1fr)!important;gap:12px!important;padding:13px!important}
  .vchat-modal .vchat-profile-photo-preview{width:70px!important;height:70px!important;border-radius:18px!important}
}
