/* Thin */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    font-size: 14px;
    max-width: none;
    color: #2d2d2d;
    font-weight: 400;
    line-height: 1.8;
    font-family: Roboto, sans-serif;
    /* font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
}

/* body {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.loaded {
  opacity: 1;
} */

button {
    border: 0;
    background-color: initial;
    cursor: pointer;
}

#appContent {
    height: 100%;
}

input {
    font-family: inherit;
    outline: none;
}

textarea {
    outline: none;
}

p {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

select {
    background: white;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input,
textarea {
    autocomplete: off;
}

/* Start Body Content */
.h-full {
    height: 100% !important;
}

.css-3feivy {
    font-size: 20px;
    padding: 24px 0;
    box-sizing: border-box;
}

.css-i9gxep {
    font-size: 24px;
    line-height: 1em;
    color: rgb(27, 29, 29);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.css-1lqgplr {
    text-align: right;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}



.css-9ww4nf {
    display: flex;
    flex-direction: column;
    padding: 24px 32px 100px 32px;
    box-sizing: border-box;
}

.css-9s9ecg {
    margin-bottom: 15px;
}

.css-1mmu128 {
    display: flex;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid rgb(233, 238, 242);
}

.css-rahyx8 {
    min-width: 36px;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 16px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: border 0.2s ease 0s;
    font-weight: 400;
    margin-right: 28px;
    color: rgb(51, 51, 51);
}

.selectedAccountTab {
    border-top: 2px solid rgb(51, 51, 51);
}

.css-ujda04 {
    min-width: 36px;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 16px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: border 0.2s ease 0s;
    font-weight: 400;
    margin-right: 28px;
    border-top: 2px solid transparent;
    color: rgb(104, 117, 135);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}



.w-full {
    width: 100% !important;
}


.css-9s9ecg {
    margin-bottom: 15px;
}

.css-hn7awi {
    border-collapse: collapse;
    table-layout: fixed;
}

.css-167f5cr {
    border-bottom: 1px solid rgb(233, 238, 242);
}


.cursor-pointer {
    cursor: pointer !important;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.css-hohthm {
    display: table-cell;
    height: inherit;
    padding: 8px 15px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    width: 160px;
    text-align: left;
    color: black;
    font-weight: 500;
}

.css-1ohl1mp {
    cursor: pointer;
    height: 100%;
    min-height: 4.5rem;
    max-height: 5.5rem;
    border-bottom: 1px solid rgb(233, 238, 242);
}

.css-1eup18k {
    display: table-cell;
    height: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(61, 85, 96);
    vertical-align: middle;
    padding: 0 15px;
}

.css-u80zdp {
    display: table-cell;
    height: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(61, 85, 96);
    padding: 4px 0;
    vertical-align: middle;
}

.css-85ekup {
    font-weight: 400;
    line-height: 18px;
    word-break: break-word;
    padding: 8px 12px;
    box-sizing: border-box;
}

.bg-transparent {
    background-color: transparent !important;
}

.rounded-none {
    border-radius: 0 !important;
}

.border-none {
    border-style: none !important;
}


.text-left {
    text-align: left !important;
}


.-ml-2 {
    margin-left: -.5rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.font-medium {
    font-weight: 500 !important;
}

.text-sm {
    font-size: .875rem !important;
}

.leading-4 {
    line-height: 1rem !important;
}

.text-left {
    text-align: left !important;
}


.justify-start {
    justify-content: flex-start !important;
}


.grid {
    display: grid !important;
}

.css-1sg2lsz {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.justify-between {
    justify-content: space-between !important;
}

.text-right {
    text-align: right !important;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    z-index: 2;
    width: 300px;
    /* Increased width */
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Background shadow */
}


progress {
    width: 100%;
    margin: 10px 0;
}

.logoutButton {
    width: fit-content;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid dimgray;
}

.logoutButton:hover {
    background: #ddd;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: .35;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: .25;
    }
}

@media screen and (min-width: 768px) {
    .baseNavMain {
        width: 240px;
        min-width: 240px;
        background: #ececec;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: scroll;
        position: relative;
    }
}

.mobileNav {
    display: none;
    justify-content: space-between;
    padding: 20px 20px 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.showMobileNav {
    left: auto;
    right: auto;
    bottom: 0px;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);

}

.mobileNavBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.25s ease;
    z-index: 1;
}

/* less than 768px */
@media screen and (max-width: 767px) {
    .mobileNav {
        display: flex;
    }

    .baseNavMain {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.filters {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.ifLdJT {
    width: fit-content;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    line-height: 20px;
    font-weight: 600;
    transition: background-color 250ms ease 0s;
    text-align: center;
    color: rgb(50, 50, 51);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(184, 184, 184);
    cursor: pointer;
    height: 32px;
    padding: 8px 10px !important;
}

.vertDivider {
    width: 1px;
    background-color: gray;
    margin: 0 20px;
}

.highlight {
    background-color: lightgoldenrodyellow;
    border-color: black;
}

.clickable {
    cursor: pointer;
}

tr.clickable:hover {
    background-color: #f2f2f2;
    /* Very light gray */
}

.sidebar-actions {
    position: static;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-left: 1px solid #ddd;
    width: 300px;
    overflow-y: auto;
    box-sizing: border-box;
}

.sidebar-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    border: none;
    transition: background-color 0.2s ease;
}

.sidebar-btn .icon {
    font-size: 18px;
    margin-right: 10px;
}

.sidebar-btn.light {
    background-color: #e5e5e5;
    color: #333;
}

.sidebar-btn.light:hover {
    background-color: #d5d5d5;
}

.sidebar-btn.dark {
    background-color: #111;
    color: #fff;
}

.sidebar-btn.dark:hover {
    background-color: #333;
}

.sidebar-actions a {
    text-decoration: none;
}

/* Progress Bar Styles */
.progress-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

.progress-bar {
    height: 6px;
    background-color: #4caf50;
    width: 0%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #555;
    text-align: center;
    font-weight: 500;
}