:root{--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-danger:#dc3545;--bs-warning:#ffc107;--bs-info:#0dcaf0;--bs-light:#f8f9fa;--bs-dark:#212529}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.9375rem;line-height:1.5;color:#212529;background-color:#f4f6f8;display:flex;flex-direction:column}.navbar{z-index:1200;box-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar-brand{font-weight:700;font-size:1.3rem;letter-spacing:-.5px}.nav-link{margin-right:.5rem;transition:all .3s ease;color:rgba(255,255,255,.7)!important;font-weight:500}.nav-link:hover{color:#fff!important}.dropdown-menu{min-width:200px;border:1px solid #dee2e6;border-radius:.375rem;box-shadow:0 2px 8px rgba(0,0,0,.15);animation:slideDown .2s ease-out}.dropdown-item{padding:.5rem 1rem;transition:all .2s ease}.dropdown-item:hover,.dropdown-item.active,.dropdown-item:active{background-color:#0d6efd;color:#fff}@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@media (max-width:991px){.navbar-collapse{background-color:rgba(0,0,0,.95);border-top:1px solid rgba(255,255,255,.1);margin-top:.5rem;padding:.5rem 0;margin-left:-1rem;margin-right:-1rem;margin-bottom:-.5rem}.nav-link{padding:.75rem 1rem!important}.dropdown-menu{position:relative!important;border:none;background-color:rgba(0,0,0,.8);box-shadow:none;padding-left:1rem}}.container-fluid{flex:1}.container{max-width:100%;padding:1rem}@media (min-width:576px){.container{max-width:100%;padding:1.5rem}}.form{background-color:#fff;padding:1.5rem;border-radius:.375rem;border:1px solid #dee2e6;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mb-3{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#212529}.form-control,.form-select{display:block;width:100%;padding:.5625rem .875rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #dee2e6;border-radius:.375rem;transition:border-color .15s ease-in-out , box-shadow .15s ease-in-out}.form-control:focus,.form-select:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-text{display:block;margin-top:.25rem;font-size:.75rem;color:#6c757d}.btn{display:inline-block;font-weight:500;color:inherit;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.5625rem 1rem;font-size:.875rem;border-radius:.375rem;transition:all .15s ease-in-out;text-decoration:none}.btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.15)}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffb800;border-color:#ff9800}.btn-info{color:#fff;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#fff;background-color:#31d5ff;border-color:#25cff2}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn:disabled{opacity:.65;cursor:not-allowed}.table{width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table > :not(caption) > * > * {padding:.5rem .5rem;background-color:transparent;border-bottom-width:1px}.table>thead{border-bottom:2px solid #dee2e6}.table>thead>tr>th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.table tbody tr{border-bottom:1px solid #dee2e6}.table tbody tr:hover{background-color:#f8f9fa}.table-striped tbody tr:nth-of-type(odd) {background-color:rgba(0,0,0,.02)}.table-striped tbody tr:nth-of-type(odd):hover {background-color:rgba(0,0,0,.04)}.table-bordered{border:1px solid #dee2e6}.table-bordered > :not(caption) > * {border-width:1px 0}.table-bordered > :not(caption) > * > * {border-width:0 1px}.table-sm > :not(caption) > * > * {padding:.25rem .25rem}.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:block;box-sizing:border-box;min-width:0}.alert{position:relative;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.375rem}.alert-heading{color:inherit;margin-bottom:.5rem;font-weight:600}.alert-link{font-weight:600}.alert-success{color:#0a3622;background-color:#d1e7dd;border-color:#badbcc}.alert-success hr{border-top-color:#ae3c52}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger hr{border-top-color:#f1b0b7}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning hr{border-top-color:#ffe69c}.alert-info{color:#055160;background-color:#cfe2ff;border-color:#b6e4ff}.alert-info hr{border-top-color:#9ec5ff}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-danger{background-color:#dc3545!important}.bg-warning{background-color:#ffc107!important;color:#000}.bg-info{background-color:#0dcaf0!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2;color:#212529}h1,.h1{font-size:2rem}h2,.h2{font-size:1.75rem}h3,.h3{font-size:1.5rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}.text-primary{color:#0d6efd}.text-secondary{color:#6c757d}.text-success{color:#198754}.text-danger{color:#dc3545}.text-warning{color:#ffc107}.text-info{color:#0dcaf0}.text-muted{color:#6c757d}.text-center{text-align:center}.text-start{text-align:left}.text-end{text-align:right}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.rounded{border-radius:.375rem}.rounded-circle{border-radius:50%}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.gap-2{gap:.5rem}.gap-3{gap:1rem}.g-3>*{padding-right:.5rem;padding-left:.5rem}.row{display:flex;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:.5rem;padding-left:.5rem}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}@media (min-width:576px){.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:992px){.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media (min-width:1200px){.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}}@media (max-width:576px){body{font-size:.875rem}.container-fluid,.container{padding:.75rem}.form{padding:1rem}.btn{width:100%;margin-bottom:.5rem}.table{font-size:.8rem}.alert{padding:.5rem .75rem;margin-bottom:.75rem;font-size:.875rem}}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #dee2e6;border-radius:.375rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.card-body{flex:1 1 auto;padding:1rem}.card-header{padding:.75rem 1rem;margin-bottom:0;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.card-footer{padding:.75rem 1rem;background-color:#f8f9fa;border-top:1px solid #dee2e6}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.375rem;overflow:hidden}.list-group-item{position:relative;display:block;padding:.75rem 1rem;background-color:#fff;border:1px solid #dee2e6}.list-group-item:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.list-group-item:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.modal{display:none;position:fixed;z-index:1060;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal.show{display:block}.modal-dialog{position:relative;width:auto;margin:1.75rem auto;max-width:500px}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid #dee2e6;border-radius:.375rem;box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6}.modal-title{margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:600}.modal-body{position:relative;flex:1 1 auto;padding:1rem 1.5rem}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem 1.5rem;border-top:1px solid #dee2e6;gap:.5rem}.close{position:absolute;top:1rem;right:1rem;padding:0;background-color:transparent;border:0;font-size:1.25rem;font-weight:700;line-height:1;color:#212529;cursor:pointer;opacity:.5;transition:opacity .2s ease}.close:hover{opacity:.75}.segment{background:#fff;border:1px solid #dee2e6;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.message,.red.message,.negative.message,.tiny.message,.small.info.message{padding:.75rem 1rem;border-radius:.375rem;border:1px solid #dee2e6;background:#f8f9fa;margin-bottom:1rem}.red.message,.negative.message{background:#f8d7da;border-color:#f5c2c7;color:#842029}.tiny.message,.small.info.message{background:#cff4fc;border-color:#b6effb;color:#055160}.field,.required.field{margin-bottom:1rem}.field>label,.required.field>label{display:block;font-weight:500;margin-bottom:.4rem}.field input,.field select,.field textarea{width:100%;padding:.5625rem .875rem;border:1px solid #ced4da;border-radius:.375rem}.two.fields,.three.fields,.four.fields{display:grid;gap:1rem}.two.fields{grid-template-columns:repeat(2,minmax(0,1fr))}.three.fields{grid-template-columns:repeat(3,minmax(0,1fr))}.four.fields{grid-template-columns:repeat(4,minmax(0,1fr))}.center.aligned{text-align:center}.tab-pane{display:none}.tab-pane.active{display:block}.top.attached.tabular.menu{display:flex;gap:.25rem;border-bottom:1px solid #dee2e6;margin-bottom:1rem}.top.attached.tabular.menu .item{display:inline-block;padding:.6rem .9rem;text-decoration:none;color:#495057;border:1px solid transparent;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.top.attached.tabular.menu .item.active{color:#0d6efd;background:#fff;border-color:#dee2e6 #dee2e6 #fff}.bottom.attached.tab.segment,.bottom.attached.active.tab.segment{display:none;background:#fff;border:1px solid #dee2e6;border-radius:.5rem;padding:1rem}.bottom.attached.tab.segment.active,.bottom.attached.active.tab.segment.active{display:block}.positive.message{background:#d1e7dd;border-color:#badbcc;color:#0f5132}.blue.message{background:#cfe2ff;border-color:#b6d4fe;color:#084298}.green.message{background:#d1e7dd;border-color:#badbcc;color:#0f5132}.icon.message{display:flex;gap:.75rem;align-items:flex-start}.icon.message>i,i.icon,.btn i.bi,.btn i.fa,.btn i.fas{margin-right:.35rem}i.close.icon{cursor:pointer;float:right;opacity:.65;margin-right:0}i.close.icon:hover{opacity:1}.message .header,.icon.message .header{font-weight:700;margin-bottom:.25rem}.small.text,.tiny.text,.grey.text{color:#6c757d;font-size:.875rem}.checkbox,.toggle.checkbox,.ui.checkbox{display:inline-flex;align-items:center;gap:.5rem}.checkbox input[type="checkbox"],.toggle.checkbox input[type="checkbox"],.ui.checkbox input[type="checkbox"]{width:1rem;height:1rem;margin:0}.buttons,.icon.buttons,.basic.icon.buttons,.small.basic.icon.buttons{display:inline-flex;gap:.4rem;flex-wrap:wrap}.button,.ui.button,.basic.button,.tiny.button,.small.button,.mini.button,.red.button,.green.button,.blue.button,.teal.button,.orange.button,.black.button,.grey.button,.primary.button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:.375rem;border:1px solid transparent;font-weight:500;padding:.5rem .8rem;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out}.button:hover,.ui.button:hover,.basic.button:hover,.tiny.button:hover,.small.button:hover,.mini.button:hover{transform:translateY(-1px)}.basic.button{background:#fff;border-color:#ced4da;color:#495057}.primary.button,.blue.button,.teal.button{background:#0d6efd;border-color:#0d6efd;color:#fff}.green.button{background:#198754;border-color:#198754;color:#fff}.red.button,.black.button{background:#dc3545;border-color:#dc3545;color:#fff}.orange.button{background:#fd7e14;border-color:#fd7e14;color:#fff}.grey.button{background:#6c757d;border-color:#6c757d;color:#fff}.tiny.button{font-size:.75rem;padding:.3rem .55rem}.mini.button{font-size:.78rem;padding:.35rem .6rem}.small.button{font-size:.84rem;padding:.45rem .7rem}.left.labeled.input,.right.labeled.input,.labeled.input{display:flex;align-items:stretch;width:100%}.left.labeled.input>.label,.left.labeled.input>.badge,.right.labeled.input>.label,.labeled.input>.label{display:inline-flex;align-items:center;padding:.5rem .75rem;background:#e9ecef;border:1px solid #ced4da;color:#495057;font-weight:600}.left.labeled.input>input,.right.labeled.input>input,.labeled.input>input{border-radius:0 .375rem .375rem 0}.left.labeled.input>.label,.left.labeled.input>.badge{border-right:0;border-radius:.375rem 0 0 .375rem}.left.labeled.input>input{border-left:0}.right.aligned{text-align:right}.left.aligned{text-align:left}.mobile-only{display:none}.desktop-only{display:block}.stackable.grid{display:flex;flex-wrap:wrap;gap:1rem}.stackable.grid>.column,.stackable.grid>[class*="wide column"]{flex:1 1 calc(50% - .5rem);max-width:calc(50% - .5rem)}.sixteen.wide.column{flex:1 1 100%!important;max-width:100%!important}.four.wide.field{flex:0 0 33.333%;max-width:33.333%}.three.wide.field{flex:0 0 25%;max-width:25%}.six.wide.field{flex:0 0 50%;max-width:50%}.eight.wide.field{flex:0 0 66.666%;max-width:66.666%}.ten.wide.field{flex:0 0 75%;max-width:75%}.eleven.wide.field{flex:0 0 83.333%;max-width:83.333%}.twelve.wide.column{flex:0 0 75%;max-width:75%}.four.wide.column{flex:0 0 25%;max-width:25%}.six.wide.column{flex:0 0 50%;max-width:50%}.eight.wide.column{flex:0 0 calc(50% - .5rem);max-width:calc(50% - .5rem)}.ten.wide.column{flex:0 0 62.5%;max-width:62.5%}.dropdown-submenu{position:relative}@media (min-width:992px){.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-.25rem}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.dashboard-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.cards .card .content{padding:1rem}.cards .card .header{font-weight:600;margin-bottom:.5rem}.green.label,.red.label,.blue.label,.teal.label,.yellow.label,.small.label,.mini.label,.label{display:inline-block;padding:.35rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.green.label{background:#d1e7dd;color:#0f5132}.red.label{background:#f8d7da;color:#842029}.blue.label,.teal.label{background:#cff4fc;color:#055160}.yellow.label{background:#fff3cd;color:#664d03}.small.label,.mini.label,.label{background:#e9ecef;color:#495057}@media (max-width:768px){.two.fields,.three.fields,.four.fields{grid-template-columns:1fr}.stackable.grid>.column,.stackable.grid>[class*="wide column"],.four.wide.field,.three.wide.field,.six.wide.field,.eight.wide.field,.ten.wide.field,.eleven.wide.field,.twelve.wide.column,.four.wide.column,.six.wide.column,.eight.wide.column,.ten.wide.column{flex:0 0 100%!important;max-width:100%!important}.mobile-only{display:block}.desktop-only{display:none}.right.aligned,.left.aligned{text-align:left}.buttons,.icon.buttons,.basic.icon.buttons,.small.basic.icon.buttons{width:100%}.button,.ui.button,.basic.button,.tiny.button,.small.button,.mini.button{width:100%;justify-content:center}}.form-file{position:relative;display:inline-block;width:100%}input[type="file"]{position:relative;z-index:2}.spinner-border{display:inline-block;width:1rem;height:1rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}