:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{height:100%;margin:0;padding:0;overflow:hidden}.login-wrapper{height:100vh;min-height:100vh;width:100vw;display:flex;align-items:stretch;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:0;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;margin:0}.login-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.login-container{width:100%;height:100vh;max-width:100%;display:grid;grid-template-columns:1fr 1fr;background:white;border-radius:0;box-shadow:none;overflow:hidden;animation:slideUp .6s ease-out;margin:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-branding{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;padding:60px 50px;color:#fff;position:relative;overflow:hidden;height:100%;min-height:100vh}.login-branding:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brand-content{position:relative;z-index:1;text-align:center}.brand-logo{margin-bottom:30px;animation:fadeInDown .8s ease-out}.brand-logo img{max-height:80px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.brand-title{font-size:3rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:fadeInDown .8s ease-out .2s both}.brand-subtitle{font-size:1.2rem;font-weight:300;margin-bottom:30px;opacity:.9;animation:fadeInDown .8s ease-out .4s both}.brand-description{margin-top:40px;animation:fadeInDown .8s ease-out .6s both}.brand-description p{margin:8px 0;font-size:1rem;opacity:.85}.brand-tagline{margin-top:40px;animation:fadeInDown .8s ease-out .6s both}.brand-tagline p{margin:8px 0;font-size:1rem;opacity:.85}.tagline-features{font-size:.95rem!important;opacity:.8!important;margin-top:12px!important}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-form-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 50px;background:white;height:100%;min-height:100vh;overflow-y:auto;box-sizing:border-box;position:relative}.login-form-container>.login-form-wrapper{margin-top:auto;margin-bottom:auto}.login-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.login-form-wrapper{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.login-form-wrapper{width:100%;max-width:420px;margin:0 auto}.login-header{text-align:center;margin-bottom:40px;animation:fadeIn .6s ease-out;width:100%}.login-header h2{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:8px}.login-header p{color:#6c757d;font-size:.95rem;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-form{animation:fadeIn .6s ease-out .2s both;width:100%;max-width:100%}.form-group{margin-bottom:24px;width:100%}.form-label{display:block;font-weight:600;color:#495057;margin-bottom:8px;font-size:.9rem}.form-label i{color:#667eea}.input-wrapper{position:relative;width:100%;box-sizing:border-box}.form-control{width:100%;padding:12px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;transition:all .3s ease;background:#f8f9fa;box-sizing:border-box}.password-input .form-control{padding-right:45px}.form-control:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 3px #667eea1a}.form-control.is-invalid{border-color:#dc3545}.form-control:disabled{background:#e9ecef;cursor:not-allowed}.password-input{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;padding:4px 8px;transition:color .3s ease}.password-toggle:hover{color:#667eea}.password-toggle:focus{outline:none}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.9rem}.form-check{display:flex;align-items:center}.form-check-input{margin-right:8px;cursor:pointer}.form-check-label{cursor:pointer;color:#495057;-webkit-user-select:none;user-select:none}.forgot-password-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.forgot-password-link:hover{color:#764ba2;text-decoration:underline}.btn-login{pointer-events:auto!important;z-index:9999!important;position:relative!important;cursor:pointer!important;width:100%;padding:14px;font-size:1rem;font-weight:600;border-radius:10px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.btn-login:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{opacity:.6;cursor:not-allowed}.btn-login i{font-size:1.1rem}.alert{border-radius:10px;padding:12px 16px;margin-bottom:24px;animation:shake .5s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.alert-danger{background:#fee;border:1px solid #fcc;color:#c33}.test-credentials{margin-top:30px;animation:fadeIn .6s ease-out .4s both;width:100%}.accordion-item{border:1px solid #e0e0e0;border-radius:10px;overflow:hidden}.accordion-button{background:#f8f9fa;border:none;padding:12px 16px;font-size:.9rem;color:#495057}.accordion-button:not(.collapsed){background:#e9ecef;color:#667eea}.accordion-button:focus{box-shadow:none;border-color:#667eea}.accordion-body{padding:16px;background:white}.credentials-list{display:flex;flex-direction:column;gap:16px}.credential-item{padding:12px;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea}.credential-item strong{display:block;margin-bottom:8px;color:#2c3e50}.credential-detail{display:flex;gap:8px;margin:4px 0;font-size:.85rem}.credential-detail span{color:#6c757d;min-width:70px}.credential-detail code{background:#e9ecef;padding:2px 8px;border-radius:4px;color:#495057;font-family:Courier New,monospace}.login-footer{margin-top:30px;text-align:center;animation:fadeIn .6s ease-out .5s both;width:100%;padding-top:20px;border-top:1px solid #e9ecef}.login-footer p{margin:0;color:#6c757d;font-size:.85rem}@media (max-width: 968px){html,body{overflow:auto}.login-wrapper{padding:20px;position:relative;align-items:center}.login-container{grid-template-columns:1fr;max-width:500px;height:auto;min-height:auto;border-radius:20px;box-shadow:0 20px 60px #0000004d}.login-branding{padding:40px 30px;min-height:250px;height:auto}.login-form-container{min-height:auto;height:auto}.brand-title{font-size:2rem}.brand-subtitle{font-size:1rem}.login-form-container{padding:40px 30px}}@media (max-width: 576px){.login-wrapper{padding:10px;height:100vh}.login-container{border-radius:15px;height:auto;min-height:auto}.login-branding{min-height:200px;height:auto}.login-form-container{min-height:auto;height:auto}.login-branding{padding:30px 20px}.brand-title{font-size:1.75rem}.login-form-container{padding:30px 20px}.login-header h2{font-size:1.5rem}.form-options{flex-direction:column;align-items:flex-start;gap:12px}}.spinner-border-sm{width:1rem;height:1rem;border-width:.15em}.sidebar-menu{padding-left:0!important}.sidebar-menu .nav-item{margin-left:0}.sidebar-menu .nav-link{padding-left:.75rem!important;padding-right:1rem}.sidebar-menu .nav-icon{margin-right:.5rem;width:1.2rem;text-align:center}.sidebar-menu .nav-treeview{padding-left:.5rem!important}.sidebar-menu .nav-treeview .nav-link{padding-left:2rem!important}.sidebar-brand{padding:.5rem .75rem}.brand-link{display:flex;justify-content:center;align-items:center;padding:.5rem 0}.brand-image{max-height:40px;width:auto;object-fit:contain}.login-logo img{display:block;margin:0 auto 10px}.small-box .icon{font-size:3rem;opacity:.8}.progress-group{margin-bottom:1.5rem}.progress-group .progress-description{font-weight:600;color:#6c757d}.alert-info code{background-color:#17a2b81a;color:#0c5460;padding:2px 6px;border-radius:3px;font-size:.9em}body{margin:0;padding:0;overflow-x:hidden}.app-wrapper{min-height:100vh;width:100vw!important;max-width:100vw!important;overflow-x:hidden;display:flex;flex-direction:row}.app-sidebar{position:fixed!important;left:0!important;top:0!important;height:100vh!important;width:250px!important;z-index:1000;overflow-y:auto;overflow-x:hidden}.app-header{position:fixed!important;top:0!important;left:250px!important;right:0!important;width:calc(100% - 250px)!important;z-index:1030;background-color:#fff!important;box-shadow:0 2px 4px #00000014}.app-content{margin-left:250px!important;margin-top:57px!important;width:calc(100vw - 250px)!important;max-width:calc(100vw - 250px)!important;min-height:100vh!important;height:100vh!important;padding:0!important;overflow-x:visible!important;overflow-y:scroll!important;box-sizing:border-box!important;position:relative!important}.app-content-body{padding:1.5rem!important;width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;margin:0!important}body .app-content,html body .app-content,.app-wrapper .app-content,body .app-wrapper .app-content{width:calc(100vw - 250px)!important;max-width:calc(100vw - 250px)!important;margin-right:0!important;padding-right:0!important;box-sizing:border-box!important}body .app-content-body,html body .app-content-body,.app-content .app-content-body{width:100%!important;max-width:100%!important;margin-right:0!important;padding-right:1.5rem!important;padding-left:1.5rem!important;box-sizing:border-box!important;overflow-x:visible!important}body .app-content>*,html body .app-content>*,body .app-content-body>*,html body .app-content-body>*{margin-right:0!important;padding-right:0!important;box-sizing:border-box!important;overflow-x:visible!important}body .app-content .content-header,html body .app-content .content-header,body .app-content-body .content-header,html body .app-content-body .content-header,.app-content .content-header,.app-content-body .content-header,body .app-wrapper .app-content .content-header{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;max-width:100%!important;min-width:0!important}body .app-content .content-header *,html body .app-content .content-header *,body .app-content-body .content-header *,html body .app-content-body .content-header *,.app-content .content-header *,.app-content-body .content-header *,body .app-wrapper .app-content .content-header *{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;max-width:none!important}body .app-content .row,html body .app-content .row,body .app-content-body .row,html body .app-content-body .row,body .app-wrapper .app-content .row,body .app-wrapper .app-content-body .row,.app-content .row,.app-content-body .row,* .app-content .row,* .app-content-body .row{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;padding-left:0!important;padding-right:0!important}body .app-content .row>[class*=col-],html body .app-content .row>[class*=col-],body .app-content-body .row>[class*=col-],html body .app-content-body .row>[class*=col-]{padding-left:15px;padding-right:15px;box-sizing:border-box!important}body .app-content .row>.col-12,html body .app-content .row>.col-12,body .app-content-body .row>.col-12,html body .app-content-body .row>.col-12,body .app-wrapper .app-content .row>.col-12,body .app-wrapper .app-content-body .row>.col-12,.app-content .row>.col-12,.app-content-body .row>.col-12,.app-content .row>[class*=col-12],.app-content-body .row>[class*=col-12],* .app-content .row>.col-12,* .app-content-body .row>.col-12{padding-right:0!important;padding-left:0!important;width:100%!important;max-width:100%!important;min-width:100%!important;flex:0 0 100%!important;margin-left:0!important;margin-right:0!important}body .app-content .card,html body .app-content .card,body .app-content-body .card,html body .app-content-body .card,body .app-wrapper .app-content .card,body .app-wrapper .app-content-body .card,.app-content .card,.app-content-body .card,body .app-content .col-12 .card,html body .app-content .col-12 .card,* .app-content .card,* .app-content-body .card{width:100%!important;max-width:100%!important;min-width:100%!important;margin-right:0!important;margin-left:0!important;box-sizing:border-box!important;padding-left:0!important;padding-right:0!important}body .app-content .card-body,html body .app-content .card-body,body .app-content-body .card-body,html body .app-content-body .card-body,body .app-wrapper .app-content .card-body,body .app-wrapper .app-content-body .card-body,* .app-content .card-body,* .app-content-body .card-body{width:100%!important;max-width:100%!important;min-width:100%!important;padding-right:0!important;padding-left:0!important;margin-right:0!important;margin-left:0!important;box-sizing:border-box!important}.app-content-header{padding:1rem 1.5rem;background-color:transparent;border-bottom:1px solid #dee2e6;margin-bottom:1.5rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.app-content-header .row{margin-left:0!important;margin-right:0!important;width:100%!important}.app-content-header .row>[class*=col-]{padding-left:15px;padding-right:15px}.app-content-headerTitle{margin:0;font-size:1.75rem;font-weight:300}.app-footer{margin-left:250px;width:calc(100% - 250px);padding:1rem 1.5rem;background-color:#fff;border-top:1px solid #dee2e6}.app-content .container-fluid,.app-content>.container-fluid,.app-content .row .container-fluid{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}.app-content .row,.app-content .container-fluid .row,.app-content>.row{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box}.app-content .row>[class*=col-],.app-content .container-fluid .row>[class*=col-]{padding-left:0!important;padding-right:0!important;box-sizing:border-box}.app-content .col-12,.app-content .col-sm-12,.app-content .col-md-12,.app-content .col-lg-12,.app-content .col-xl-12,.app-content .container-fluid .col-12,.app-content .container-fluid .col-sm-12,.app-content .container-fluid .col-md-12,.app-content .container-fluid .col-lg-12,.app-content .container-fluid .col-xl-12{max-width:100%!important;width:100%!important;flex:0 0 100%!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}.app-content .card,.app-content .row .card,.app-content .col-12 .card{width:100%!important;max-width:100%!important;margin-bottom:1.5rem;margin-left:0!important;margin-right:0!important;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border:1px solid #dee2e6;box-sizing:border-box}.app-content .card-header{background-color:#fff;border-bottom:1px solid #dee2e6;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.app-content .card-title{margin:0;font-size:1.25rem;font-weight:500}.app-content .card-tools{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.app-content .card-body{padding:0}.app-content .card-body.p-0{padding:0!important}.app-content .table-responsive,.app-content-body .table-responsive,body .app-content .table-responsive,html body .app-content .table-responsive{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch;box-sizing:border-box!important;margin-right:0!important;padding-right:0!important}.app-content .table-responsive .table,.app-content-body .table-responsive .table,body .app-content .table-responsive .table{width:100%!important;min-width:100%!important;margin-bottom:0!important;table-layout:auto!important}.app-content .table-responsive::-webkit-scrollbar{height:8px}.app-content .table-responsive::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.app-content .table-responsive::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.app-content .table-responsive::-webkit-scrollbar-thumb:hover{background:#555}.app-content .table,.app-content-body .table,body .app-content .table,html body .app-content .table{margin-bottom:0!important;width:100%!important;min-width:100%!important;table-layout:auto!important}.app-content .table thead th{border-bottom:2px solid #dee2e6;font-weight:600;white-space:nowrap;padding:.75rem;vertical-align:middle;background-color:#f8f9fa}.app-content .table tbody td{padding:.75rem;vertical-align:middle}.app-content .table tbody tr:hover{background-color:#f8f9fa}.input-group-sm{height:38px}.input-group-sm .form-control{height:38px;border-radius:4px 0 0 4px}.input-group-append .btn{height:38px;border-radius:0 4px 4px 0}.btn-sm{padding:.375rem .75rem;font-size:.875rem;line-height:1.5;border-radius:.25rem}.btn-app{min-width:80px;margin:0;border-radius:3px;padding:10px 15px;white-space:nowrap}.row.g-3>[class*=col-]{padding-left:.75rem;padding-right:.75rem}.small-box{margin-bottom:0;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.small-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.card.h-100{display:flex;flex-direction:column}.card.h-100 .card-body{flex:1}.content-wrapper .content .container-fluid,.wrapper .content-wrapper .content .container-fluid,.app-content .container-fluid,.app-content>.container-fluid{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow:visible!important;overflow-x:visible!important}.content-wrapper{position:relative!important;min-height:auto!important;scroll-behavior:auto!important;overflow:visible!important;display:block!important}.content-header{position:relative!important;margin-top:0!important;padding-top:1rem!important;padding-left:1.5rem!important;padding-right:1.5rem!important;scroll-margin-top:0!important;scroll-snap-align:start!important;background-color:#f4f6f9!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.content-header .container-fluid{width:100%!important;max-width:100%!important;min-width:0!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.content-header .row{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.content-header [class*=col-]{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;text-overflow:clip!important;white-space:normal!important;word-wrap:normal!important;word-break:normal!important;min-width:0!important;max-width:none!important;width:auto!important}.content-header h1,.content-header h2,.content-header h3,.content-header h1 *,.content-header h2 *,.content-header h3 *{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;text-overflow:clip!important;white-space:normal!important;word-wrap:normal!important;word-break:normal!important;max-width:none!important;width:auto!important;min-width:0!important;display:block!important}.content-wrapper .content{padding-top:0!important;padding-left:1.5rem!important;padding-right:1.5rem!important;margin-top:0!important;overflow:visible!important;overflow-x:visible!important;position:relative!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.content-wrapper .content .container-fluid:first-child,.content-wrapper .content form:first-child{margin-top:0!important;padding-top:0!important}.content-wrapper .content .card,.content-wrapper .content form{position:relative!important;overflow:visible!important}.app-content>*{width:100%!important;max-width:100%!important;box-sizing:border-box}.app-wrapper main.app-content>*,.app-wrapper main.app-content .container-fluid>*{margin-right:0!important}.app-wrapper main.app-content *{box-sizing:border-box}.app-content>.container-fluid{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}@media (max-width: 991.98px){.app-sidebar{transform:translate(-100%);transition:transform .3s ease-in-out}.app-sidebar.show{transform:translate(0)}.app-header{left:0!important;width:100%!important}.app-content{margin-left:0!important;margin-top:0!important;width:100%!important;max-width:100%!important;padding:1rem!important}.app-footer{margin-left:0;width:100%}}.centered-wrap{max-width:1100px;margin-left:auto;margin-right:auto;width:100%;padding-left:1rem;padding-right:1rem}@media (max-width: 767.98px){.btn-app{width:100%;margin:0 0 10px}.app-content{padding:.75rem!important;margin-top:57px!important}.app-content-header{padding:.75rem 0}.app-content .card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.app-content .card-tools{width:100%;flex-direction:column}.input-group-sm{width:100%!important}}@media (min-width: 992px){.app-content{padding-left:1.5rem!important;padding-right:1.5rem!important;width:calc(100% - 250px)!important;max-width:calc(100% - 250px)!important}.app-content .container-fluid,.app-content>.container-fluid{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.app-content .row,.app-content .container-fluid .row,.app-content .card,.app-content .row .card,.app-content .col-12 .card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}#page-header h2,.content-header#page-header h2,.content-header[id=page-header] h2{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;max-width:none!important;width:auto!important;min-width:0!important;word-wrap:normal!important;word-break:normal!important;text-overflow:clip!important;white-space:normal!important;display:block!important}#page-header .col-sm-12,.content-header#page-header .col-sm-12,.content-header[id=page-header] .col-sm-12{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;max-width:none!important;width:100%!important;min-width:0!important}section.content-header#page-header,section.content-header[id=page-header],.content-header#page-header{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;max-width:none!important;min-width:0!important}section.content-header#page-header .container-fluid,section.content-header[id=page-header] .container-fluid,.content-header#page-header .container-fluid{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;max-width:none!important;min-width:0!important;padding-left:0!important;padding-right:0!important}section.content-header#page-header .row,section.content-header[id=page-header] .row,.content-header#page-header .row{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important}section.content-header#page-header .col-sm-12,section.content-header[id=page-header] .col-sm-12,.content-header#page-header .col-sm-12{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;max-width:none!important;min-width:0!important;padding-left:0!important;padding-right:0!important;flex:0 0 100%!important}section.content-header#page-header h2,section.content-header[id=page-header] h2,.content-header#page-header h2{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;max-width:none!important;width:auto!important;min-width:0!important;word-wrap:normal!important;word-break:normal!important;text-overflow:clip!important;white-space:normal!important;display:block!important;position:relative!important}
