.login-card input:focus{
    outline:none;
    background:rgba(20,39,35,.92)!important;
    border-color:rgba(239,210,138,.52)!important;
    box-shadow:0 0 0 3px rgba(239,210,138,.12)!important;
    color:#fff!important;
  }
  .login-card input:-webkit-autofill,
  .login-card input:-webkit-autofill:hover,
  .login-card input:-webkit-autofill:focus{
    -webkit-text-fill-color:#fff!important;
    caret-color:#fff!important;
    box-shadow:0 0 0 1000px #263a36 inset!important;
    border-color:rgba(239,210,138,.38)!important;
    transition:background-color 9999s ease-in-out 0s;
  }
/* SAFE RESPONSIVE + PRINT COMPATIBILITY PATCH - DO NOT REMOVE */

html,body{
  max-width:100%;
  overflow-x:hidden;
}

img,svg,canvas,iframe{
  max-width:100%;
}

.app,
.content,
.panel,
.modal-card{
  min-width:0;
}

.table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.actions,
.row-actions,
.form-actions,
.top,
.top-tools{
  min-width:0;
}

@media(max-width:1050px){
  .app{
    grid-template-columns:1fr!important;
  }

  .sidebar{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  .content{
    width:100%!important;
    max-width:100%!important;
  }

  .nav{
    grid-template-columns:repeat(3,1fr)!important;
  }

  .dashboard-grid,
  .grid2,
  .report-cards,
  .owner-detail-grid,
  .owner-detail-info,
  .account-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:900px){
  .top{
    flex-wrap:wrap!important;
    align-items:flex-start!important;
  }

  .top-tools{
    width:100%!important;
    justify-content:flex-start!important;
  }

  .actions,
  .row-actions,
  .form-actions{
    flex-wrap:wrap!important;
  }

  .stats,
  .home-stats{
    grid-template-columns:repeat(2,1fr)!important;
  }

}

@media(max-width:700px){
  .content{
    padding:14px 10px!important;
  }

  .nav{
    grid-template-columns:1fr 1fr!important;
  }

  .stats,
  .home-stats{
    grid-template-columns:1fr!important;
  }

  .panel-head{
    flex-direction:column!important;
    align-items:stretch!important;
  }

  .table-wrap{
    max-height:none!important;
    overflow-x:auto!important;
  }

  table{
    min-width:900px;
  }

  .row-actions .btn,
  .form-actions .btn,
  .actions .btn{
    flex:1 1 100%!important;
    width:100%!important;
  }

  .row-actions input,
  .row-actions select,
  .toolbar input,
  .toolbar select{
    width:100%!important;
    max-width:100%!important;
  }

  .modal{
    padding:8px!important;
    align-items:start!important;
    overflow:auto!important;
  }

  .modal-card{
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    margin:8px 0!important;
    border-radius:18px!important;
  }

  .modal-body{
    padding:14px!important;
  }
}

@media print{
  html,body{
    overflow:visible!important;
    max-width:none!important;
    background:#fff!important;
  }

  .sidebar,
  .top,
  .toast,
  .save-state,
  .actions,
  .row-actions,
  .form-actions{
    box-shadow:none!important;
  }

  body.association-report-print table,
  body.association-report-print .report-print-table{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed!important;
  }

  body.association-report-print .table-wrap{
    overflow:visible!important;
    max-height:none!important;
  }

  body.association-report-print #associationReportContent{
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
  }

  body.association-report-print .report-print-table th,
  body.association-report-print .report-print-table td{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }
}

@media screen{
  #ownersView .panel-head,
  #ownersView .panel-head .row-actions{
    overflow:visible!important;
  }

  #ownersView .panel-head .row-actions{
    max-width:100%!important;
    flex-wrap:wrap!important;
  }

  #ownersView .panel-head .row-actions > *{
    min-width:0!important;
    max-width:100%!important;
  }

  #ownersView .native-hidden{
    width:1px!important;
    min-width:0!important;
    max-width:1px!important;
    overflow:hidden!important;
  }

  #ownersView .panel-head .lux-select.name-select{
    min-width:0!important;
    flex:1 1 240px!important;
  }
}

@media screen and (max-width:700px){
  #ownersView .panel-head .lux-select.name-select{
    width:100%!important;
    max-width:100%!important;
    flex:1 1 100%!important;
  }

  #ownersView .panel-head .lux-select.name-select .lux-select-menu{
    right:0!important;
    left:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    transform:none!important;
  }
}

