/*
 * Sneat Core for CHAT
 * Curated from the structural/component vocabulary of Sneat Free ASP.NET Core MVC Admin Template.
 * The upstream package is MIT licensed by ThemeSelection. CHAT keeps only the primitives it actually uses,
 * avoiding ~585 KB of unrelated demo/component CSS while retaining the Sneat layout language.
 */
*,*::before,*::after{box-sizing:border-box}
.container-fluid{width:100%;padding-right:calc(var(--bs-gutter-x,1.5rem)*.5);padding-left:calc(var(--bs-gutter-x,1.5rem)*.5);margin-right:auto;margin-left:auto}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}
.g-0{--bs-gutter-x:0;--bs-gutter-y:0}.g-2{--bs-gutter-x:.5rem;--bs-gutter-y:.5rem}.g-3{--bs-gutter-x:1rem;--bs-gutter-y:1rem}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}
.col{flex:1 0 0%}.col-12{flex:0 0 auto;width:100%}
@media(min-width:768px){.col-md-6{flex:0 0 auto;width:50%}}
@media(min-width:992px){.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-7{flex:0 0 auto;width:58.33333333%}}
@media(min-width:1200px){.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-7{flex:0 0 auto;width:58.33333333%}}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background:#fff;background-clip:border-box;border:0 solid #d9dee3;border-radius:.5rem;box-shadow:0 2px 6px 0 rgba(67,89,113,.12)}
.card-body{flex:1 1 auto;padding:1.5rem;color:#697a8d}.card-header{padding:1.5rem 1.5rem .75rem;background:transparent;border-bottom:0}.card-header:first-child{border-radius:.5rem .5rem 0 0}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.375rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section,".") ". ";counter-increment:section;font-weight:600;color:#696cff}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;color:#697a8d;text-decoration:none;background:#fff;border:1px solid rgba(67,89,113,.12)}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-action{width:100%;color:#697a8d;text-align:inherit}.list-group-item-action:hover{z-index:1;color:#566a7f;background:#f5f5f9}
.badge{display:inline-block;padding:.34em .6em;font-size:.75em;font-weight:600;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.rounded-pill{border-radius:50rem!important}.bg-label-primary{background:rgba(105,108,255,.16)!important;color:#696cff!important}.bg-label-secondary{background:rgba(133,146,163,.16)!important;color:#8592a3!important}.bg-label-success{background:rgba(113,221,55,.16)!important;color:#71dd37!important}.bg-label-danger{background:rgba(255,62,29,.16)!important;color:#ff3e1d!important}.bg-label-warning{background:rgba(255,171,0,.16)!important;color:#ffab00!important}.bg-label-info{background:rgba(3,195,236,.16)!important;color:#03c3ec!important}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-weight:500;line-height:1.53;color:#697a8d;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.4375rem 1.25rem;font-size:.9375rem;border-radius:.375rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-sm{padding:.25rem .6875rem;font-size:.75rem;border-radius:.25rem}.btn-outline-primary{color:#696cff;border-color:#696cff;background:transparent}.btn-outline-primary:hover{color:#fff;background:#696cff}.btn-outline-secondary{color:#8592a3;border-color:#8592a3;background:transparent}.btn-outline-secondary:hover{color:#fff;background:#8592a3}
.alert{position:relative;padding:.9375rem .9375rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.375rem}.alert:empty{display:none}.alert-danger{color:#e6381a;background:#ffe0db;border-color:#ffd2ca}
.form-label{margin-bottom:.5rem;font-size:.8125rem;color:#566a7f}.form-control{display:block;width:100%;padding:.4375rem .875rem;font-size:.9375rem;font-weight:400;line-height:1.53;color:#697a8d;background:#fff;background-clip:padding-box;border:1px solid #d9dee3;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{color:#697a8d;background:#fff;border-color:#696cff;outline:0;box-shadow:0 0 0 .2rem rgba(105,108,255,.12)}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.align-items-center{align-items:center!important}
.d-none{display:none!important}.d-flex{display:flex!important}.d-block{display:block!important}.d-grid{display:grid!important}.flex-wrap{flex-wrap:wrap!important}.flex-grow-1{flex-grow:1!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}
.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.h-100{height:100%!important}.w-100{width:100%!important}.overflow-hidden{overflow:hidden!important}.position-relative{position:relative!important}.border-0{border:0!important}.text-center{text-align:center!important}.text-reset{color:inherit!important}.text-primary{color:#696cff!important}.text-danger{color:#ff3e1d!important}.text-muted{color:#a1acb8!important}.text-uppercase{text-transform:uppercase!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.small,small{font-size:.8125em}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.ms-2{margin-left:.5rem!important}.me-auto{margin-right:auto!important}.px-0{padding-left:0!important;padding-right:0!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-0{padding:0!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}
@media(min-width:992px){.p-lg-5{padding:3rem!important}.col-lg-10{flex:0 0 auto;width:83.33333333%}}
.bg-navbar-theme{background:#fff!important}
