.copy-overlay{
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    top: 0;
    background: rgba(255,255,255, 0.8);
    left: 0;
    display: none;
}

.copy-parent:hover .copy-overlay {
    display: flex;
}

.report-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(219, 39, 119, 0.6);
    z-index: 999;
    display: flex;
    align-items: center;
}

.report-loader div {
    margin: 0 auto;
}

::-webkit-scrollbar {
    background-color: #F0F0F0;
    color: #aba499;
}
::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aeaeae;
}
::-webkit-scrollbar-thumb:active {
    background-color: #aeaeae;
}
::-webkit-scrollbar-corner {
    background-color: #cbcbcb;
}

body.loading {
    overflow: hidden;
}

.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
    overflow-x: hidden !important;
}

.bitter {
    font-family: "Bitter", "PT Sans", "Inter", Arial, sans-serif;
}

.bitter-black {
    font-family: "Bitter", "PT Sans", "Inter", Arial, sans-serif;
}

.select2-container {
    /* The container where the selectbox is housing*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0.25rem 0px 0px;
    position: relative;
    width: 100% !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    /* Selection box itself */
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}



.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    border-radius: 0.375rem;
    border-width: 1px;
    display: block;
}

.select2-container .select2-selection--single:focus, .select2-container .select2-selection--multiple:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    padding: 0.5rem 0.75rem;
    /* TODO: Dark Reader Fix
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    */
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

@media (min-width: 640px) {
    .select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /* DIV inside Selection box with text, clear button and arrow down*/
    display: block;
    height: 1.5rem;
    padding-left: 0.25rem;
    padding-right: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
    /* The DIV where the X is housing to clear the chosen option */
    margin: -0.25rem;
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    /*@apply;*/
}

.select2-container .select2-search--inline {
    /* Search box*/
}

.select2-container .select2-search--inline .select2-search__field {
    border-width: 1px;
    box-sizing: border-box;
    line-height: 1.5rem;
    margin-top: -5px !important;
    vertical-align: middle;
    padding: 0px;
    font-family: inherit !important;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.select2-dropdown {
    /* Dropdown area when the arrow down is clicked */
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    float: left;
    position: absolute;
    width: auto;
    z-index: 50;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.select2-results__option {
    /* The rows with results that you see after dropdown.
      Increase p-1 to p-2 to have more space between results */
    padding: 0.25rem 0.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    font-size: 0.875rem;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    /* Dropdown container opened and results are shown*/
    left: 0px;
}

.select2-container--open .select2-dropdown--above {
    margin-top: -0.25rem;
    /* The left and right borders of the option rows */
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    border-radius:0.25rem 0.25rem 0 0;
    /* TODO: Dark Reader Fix
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    */
}

.select2-container--open .select2-dropdown--below {
    margin-top: -0.5rem;
    /* The left and right borders of the option rows */
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    border-radius: 0 0 0.25rem 0.25rem;
    /* TODO: Dark Reader Fix
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    */
}

.select2-search--dropdown {
    /* Search dropdown element*/
    display: block;
    padding: 0.5rem;
}

.select2-search--dropdown .select2-search__field {
    /* Search box itself where you can enter text*/
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    border-radius: 0.25rem;
    border-width: 2px;
    box-sizing: border-box;
    height: 2.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 0.25rem;
    width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    display: block;
    margin: 0px;
    min-width: 100%;
    padding: 0px;
    width: 3rem;
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/*

	Default template settings:

*/

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    /* Selection bar - Self */
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-style: solid;
    border-width: 1px;
    height: 2.5rem;
    padding: 0.5rem;
}

.select2-container--default .select2-selection--multiple {
    min-height: 2.5rem;
    height: auto !important;
    padding-bottom: 0.2rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* Selection bar - Text color of the item you selected from the results */
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    /* Selection bar - Clear button - If this property is enabled*/
    cursor: pointer;
    float: right;
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /* Selection bar - Color of the placeholder text before selection - If this property is enabled */
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* Selection bar - DIV where the arrow pointing down is living*/
    height: 2.5rem;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* Arrow is a CSS triangle that does not exists in Tailwind without a package */
    display: none !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    /* Selection bar - Clear button - If this property is enabled from right to left*/
    float: left;
    margin-left: 1rem;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    /* Placement of the dropdown arrow when in rtl mode */
    left: 0px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    /* Selection by property disabled*/
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single.transparent  {
    /* Selection by property disabled*/
    border: none !important;
    background-color: transparent !important;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single.transparent  .select2-selection__arrow {
    display: none !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    /* Selection bar - Hide the clear cross when selection bar is disabled*/
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    /* The border of the search textbox */
    border-style: solid;
}

.select2-container--default .select2-search--inline .select2-search__field {
    /* Search textbox */
    background-color: transparent;
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 0 #0000;
    /* box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.select2-container--default .select2-results > .select2-results__options {
    /* Hight of the dropdown zone where the options or results are visible */
    height: 16rem;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    /* No clue what this does */
    padding: 0px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.select2-container--default .select2-results__option[aria-selected=true] {
    /* The already selected option row color */
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /* Background color and text color of the options rows when select is open */
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select2-container--default .select2-results__group {
    /* Have no idea what this is for */
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.dataTables_empty {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    padding: 0.5rem 1rem;
}

.table-header-rotated {
    border-collapse: collapse;
}

.table-header-rotated td {
    width: 30px;
}

.table-header-rotated th {
    padding: 5px 10px;
}

.table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
}

.table-header-rotated th.rotate {
    height: 250px;
    white-space: nowrap;
}

.table-header-rotated th.rotate > div {
    transform: translate(12px, 110px) rotate(270deg);
    width: 30px;
}

.table-header-rotated.table-header-rotated-abs th.rotate {
    position: relative !important;
}

.table-header-rotated.table-header-rotated-abs th.rotate > div {
    transform: translate(0, 100px) rotate(270deg) !important;
    left: 25% !important;
    position: absolute !important;
}

.table-header-rotated th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.table-header-rotated th.rotate > div > span.border-transparent {
    border-bottom: none !important;
}

.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

@media print {
    .hide-print {
        display: none !important;
    }
}

.w-1\/3 {
    width: 33%;
}

.border-dotted {
    border-style: dotted;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

@media (min-width: 1024px) {
    .lg\:-top-12 {
        top: -3rem;
    }
}

#staffSummary .DTFC_LeftBodyLiner table {
    top: 2px !important;
}
