﻿.toast-message {
    font-family: 'Futura Md BT', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.toast-title {
    display: none;
}

#toast-container > .toast {
    background-image: none !important;
    background-color: white !important;
    color: black !important;
    display: flex;
    border-radius: 4px;
    padding: unset;
    height: 52px;
    align-items: center;
}

#toast-container > .toast:before {
    font-family: 'Font Awesome 5 Free';
    line-height: 18px;
    float: left;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 24px;
}

#toast-container > div, #toast-container > div:hover {
    box-shadow: 0px 4px 20px 0px #26263114 !important;
}

#toast-container > .toast-success:before {
    color: #5CB59F;
    content: "\f058";
}

#toast-container > .toast-warning:before {
    color: #f1ab43;
    content: "\f071";
    font-weight: 900;
}

#toast-container > .toast-error:before {
    color: #c2625b;
    content: "\f06a";
    font-weight: 900;
}

#toast-container > .toast-info:before {
    color: #65a8c2;
    content: "\f05a";
    font-weight: 900;
}

.toast-progress {
    opacity: 100% !important;
    height: 2px !important;
}

#toast-container > .toast-success > .toast-progress {
    background-color: #5CB59F !important;
}

#toast-container > .toast-warning > .toast-progress {
    background-color: #f1ab43 !important;
}

#toast-container > .toast-error > .toast-progress {
    background-color: #c2625b !important;
}

#toast-container > .toast-info > .toast-progress {
    background-color: #65a8c2 !important;
}


div.report {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: none;
    overflow: hidden;
    color: #212121;
    font-family: 'Segoe UI',wf_segoe-ui_normal,helvetica,arial,sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#maincontent:has(div.report) {
    display: contents;
}

div.modal-header {
    border-bottom: none;
}

.modal-title {
    display: table;
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 23.08px;
    transform: translateX(20px) translateY(40px);
}

.modal-header {
    padding: 0 !important;
}

.modal-content {
    border-radius: 8px !important;
}

.modal-body {
    margin-top: 40px;
    padding: 32px !important;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

html, body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: "Futura PT Book", Arial, Helvetica, sans-serif;
    font-feature-settings: normal
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('/fonts/FuturaPT-Book.woff2') format('woff2'), url('/fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('/fonts/FuturaBT-Medium.woff2') format('woff2'), url('/fonts/FuturaBT-Medium.woff') format('woff'), url('/fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    line-height: inherit;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: inherit
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button, [role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img, svg, canvas, iframe, embed, object {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.h-screen {
    height: 100vh
}

.h-4 {
    height: 1rem
}

.h-full {
    height: 100%
}

.w-64 {
    width: 16rem
}

.w-full {
    width: 100%
}

.max-w-sm {
    max-width: 24rem
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-hidden {
    overflow-y: hidden
}

.rounded-lg {
    border-radius: .5rem
}

.border {
    border-width: 1px
}

.p-6 {
    padding: 1.5rem
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

#sidebar {
    background-color: #252250;
    color: #9f9dbc
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    gap: 8px;
    line-height: 20px;
    font-size: 14px;
    transition: all .1s ease-in
}

.menu-item {
    color: #9f9dbc;
    font-size: 14px;
    line-height: 20px;
    transition: all .8s cubic-bezier(.165,.84,.44,1);
    padding: 14px 12px;
    border-radius: 8px;
    cursor: pointer
}

    .menu-item:hover {
        color: #fff;
        background: #373368
    }

.item-selected {
    color: #fff;
    background: #373368;
    border-radius: 8px
}

.role-label {
    background-color: #1e1b48;
    color: #c4c1e2;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
    user-select: none;
}

.stroke-current {
    stroke: currentColor;
}

.desc {
    margin-top: 10px;
    color: #9CA0A9;
    font-size: 12px;
}

.dataTables_filter {
    display: none;
}

.dataTables_info {
    display: none;
}

.dataTables_empty {
    display: none;
}

div#backdrop {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF7F;
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}

    div#backdrop img#loading {
        width: 100px;
        position: absolute;
        left: 35%;
    }
