.table-container{
    width:100%;
    overflow-x:scroll;
}

table{
    width:100%;
}
table tr{
    /*white-space:nowrap;*/
}
table td,table th{
    padding:1rem;
}
.select2-selection--multiple{
    min-height: 2.5rem !important;
    border-radius: 0.375rem !important;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}
.select2-selection--multiple:focus{
    --tw-ring-opacity: 0.5;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.select2-selection__choice{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)) !important;
    padding-top: 0.33rem !important;
    padding-bottom: 0.33rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
    border-color: transparent !important;
    border-width: 1px !important;
    border-radius: 0.375rem !important;
    align-items: center !important;
}
.select2-selection__choice, .select2-selection__choice__remove span{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.select2-selection__choice__remove{
    border:none !important;
    height:1.55rem !important;
}
.select2-selection__choice__remove:hover{
    background:none !important;
}

#searchresults{
    background: #ffffff;
    position: absolute;
    z-index: 1000;
    width:100%;
}

.label{
    font-size:0.8rem;
}
