
html {
     scroll-behavior: smooth;
     display: block;

}

:host, html {
     line-height: 1.5;
     -webkit-text-size-adjust: 100%;
     font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
     font-feature-settings: normal;
     font-variation-settings: normal;
     -moz-tab-size: 4;
     -o-tab-size: 4;
     tab-size: 4;
     -webkit-tap-highlight-color: transparent;
 }
 
body{
     width:100%;
     height: 100%;
}

a{
     color:inherit;
     text-decoration: none;
}

*,*::after,*::before{
     list-style: none;
     color:inherit;
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}

#sidebar .sidebar-content a.active{
     background: #1b1b1b !important;
     color:white
}

#sidebar .sidebar-content a{
     padding-top:10.5px !important;
     padding-bottom:10.5px !important
}

#sidebar,#topbar{
     background:#192333;
     color:white;
}

#addNew .row{
    margin-bottom: 20px;
}


#addNew .row input,#addNew .row select,#addNew .row textarea,.select2-selection.select2-selection--multiple{
     box-shadow: 0 0 10px rgba(22, 0, 43, 0.39);
}

.select2-selection.select2-selection--multiple {
     display: block;
     width: 100%;
     padding: .375rem 2.25rem .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--bs-body-color) !important;
     background-color: var(--bs-body-bg) !important;
     background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
     background-repeat: no-repeat;
     background-position: right .75rem center;
     background-size: 16px 12px;
     border: var(--bs-border-width) solid var(--bs-border-color);
     border-radius: var(--bs-border-radius);
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }


 select[name="example_length"]{
     width:100px
 }
 .dataTables_length > label, #example_filter > label{
     display: flex;
    align-items: center;
    gap: 5px;
}

#example td {
     vertical-align: middle;
}