
.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: 9999;
    display: flex;
    align-items: center;
}

.report-loader.bg-transparent {
    background-color: transparent;
}

.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;
    height: 20px !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: 1000;
}

.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: 1001;
    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 {
    /* Selection bar - Self */
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-style: solid;
    border-width: 1px;
    min-height: 2.5rem;
    padding: 0.5rem;
}

.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;
    min-height: 2.5rem;
    padding: calc(0.5rem - 5px) 0.5rem 0.5rem;
}

.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 {
    --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;
}

.mce-branding-powered-by {
    display: none !important;
}

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

.view-area {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.view-area ul {
    list-style:disc;
    padding-left: 2.5em;
    margin-bottom: 1em;
}
.view-area ol {
    list-style: decimal;
    padding-left: 2.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}


/* DiffChecker */
.diff-wrapper.diff {
    border-radius: 8px;
    border-color: rgba(156, 163, 175, 1) !important;
    font-family: 'Fira Code', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
}

@supports (font-variation-settings: normal) {
    .diff-wrapper.diff { font-family: 'Fira Code VF', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important; }
}

.diff-wrapper.diff tbody:first-of-type tr:first-child th,
.diff-wrapper.diff tbody:first-of-type tr:first-child td {
    padding-top: 4px !important;
}

.diff-wrapper.diff thead th {
    background-color: rgba(229, 231, 235, 1) !important;
    color: rgba(55, 65, 81, 1) !important;
    border-bottom: 1px solid rgba(156, 163, 175, 1) !important;
}

.diff-wrapper.diff tbody th {
    background-color: rgba(243, 244, 246, 1) !important;
    color: rgba(55, 65, 81, 1) !important;
}

.diff-wrapper.diff thead th,
.diff-wrapper.diff tbody th,
.diff-wrapper.diff.diff-html .change .old {
    border-right: 1px solid rgba(156, 163, 175, 1) !important;
}

.diff-wrapper.diff.diff-html .change del {
    color: #ff1a1a !important;
}

.diff-wrapper.diff.diff-html .change ins {
    color: darkgreen !important;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.min-h-full {
    min-height: 100%;
}

.resize-none{resize:none}
.resize{resize:both}

.scrollbox {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

    background:
        /* Shadow Cover TOP */
        linear-gradient(
            white 30%,
            rgba(255, 255, 255, 0)
        ) center top,

            /* Shadow Cover BOTTOM */
        linear-gradient(
            rgba(255, 255, 255, 0),
            white 70%
        ) center bottom,

            /* Shadow TOP */
        radial-gradient(
            farthest-side at 50% 0,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0)
        ) center top,

            /* Shadow BOTTOM */
        radial-gradient(
            farthest-side at 50% 100%,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0)
        ) center bottom;

    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.scrollbox-js {
    position: relative;
}

.shadow-top {
    height: 20px;
    position: absolute;
    background-image: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
    z-index: 5;
}

.shadow-bottom {
    height: 20px;
    position: absolute;
    background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
    z-index: 5;
}

a > img {
    display: inline-block;
}

.lists-enabled ul, .lists-enabled ol {
    padding-left: 1.5rem;
}

.lists-enabled ul {
    list-style-type: disc;
}

.lists-enabled ol {
    list-style-type: decimal;
}

.links-enabled a {
    color: rgb(37, 99, 235);
    text-decoration: underline;
}

div[data-ajax-modals] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.max-h-\[33vh\]{
    max-height:33vh;
}

.min-h-\[200px\] {
    min-height:200px
}

.custom-tox .tox-tinymce {
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-tox-border .tox-tinymce,
.custom-tox-padded .tox-tinymce {
    border: 1px solid rgb(229, 231, 235) !important;
}

.custom-tox-border .tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none !important;
}

.custom-tox-border .tox:not(.tox-tinymce-inline) .tox-editor-header,
.custom-tox-padded .tox:not(.tox-tinymce-inline) .tox-editor-header,
.custom-tox .tox:not(.tox-tinymce-inline) .tox-editor-header {
    border-bottom: 1px solid rgb(229, 231, 235) !important;
    padding: 4px !important;
}

.custom-tox [id$="-error"] {
    display: block;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
