/* 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;
}

:root {
    --sidebar-width: 240px;
    --topbar-height: 52px;
}

body,
html {
    height: 100%;
}

body {
    margin: auto;
    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; */
}

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

button:disabled {
    cursor: default;
}

#appContent {
    height: 100%;
}

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

textarea {
    outline: none;
}

a {
    text-decoration: none !important;
}

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: 998;
}

/* 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;
}

.baseNavMain {
    width: 240px;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}

.mainContent {
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-height: 100%;
    overflow: scroll;
}

.leftSideBarContent {
    display: flex;
    flex-direction: row;
    background-color: #f7f5f2;
    height: calc(100vh - 56px);
}

.leftSideBarFooter {
    margin-top: auto;
    margin-bottom: 24px;
    padding-left: 40px;
}

.page-wrapper {
    min-height: 100%;
}

.page-layout {
    display: flex;
    flex-direction: row;
    background-color: #f7f5f2;
}

ul {
    list-style: none;
}

/* Start Body Content */
.main-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-height: 100%;
    width: calc(100% - var(--sidebar-width));
    margin-left: var(--sidebar-width);
}

.h-full {
    height: 100% !important;
}

.grow {
    flex-grow: 1 !important;
}


.content-col {
    display: flex;
    flex-direction: column;
}

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

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

.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-1e6pzoo>button,
.css-1e6pzoo>a {
    margin-left: 5px;
}

.mr-1 {
    margin-right: .25rem !important;
}

.css-mh5y6x {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 3px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 35px;
    color: white;
    background-color: #0065bd;
    border: 1px solid #0065bd;
}

.css-mh5y6x i {
    margin-right: 7px;
}

.css-9ww4nf {
    display: flex;
    flex-direction: column;
    padding: 24px 20px 100px 20px;
}

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

.css-xw0iqe {
    width: 100%;
    position: relative;
}

.css-ov1ktg {
    display: flex;
}

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

.css-fn4sq5 {
    background-color: rgb(255, 255, 255);
    color: rgb(188, 194, 200);
    border: none;
    position: absolute;
    height: 41px;
    right: 1px;
    top: 1px;
    padding-top: 2px;
    font-weight: 400;
    width: 41px;
    border-radius: 0px 3px 3px 0px;
}

.css-b5r3c0 {
    width: 275px;
}

.css-q1uxap {
    position: relative;
    line-height: 1;
    width: inherit;
}

.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-g2z2eb {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
}


.css-1qeo51h {
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.css-1hjci5q {
    opacity: 0;
    height: 0px;
    width: 0px;
    margin: 0px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.css-hohthm {
    display: table-cell;
    height: inherit;
    padding: 8px;
    vertical-align: middle;
    line-height: 18px;

    font-size: 12px;

    width: 160px;
    text-align: left;
    color: black;
    font-weight: 500;
}

.css-name-header {
    width: 50%
}

.css-19ajnap {
    font-size: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgb(151, 169, 178);
}

.css-cssveg {
    position: relative;
}

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

.css-1mhdv79 {
    display: table-cell;
    height: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    color: rgb(61, 85, 96);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    width: 1.5rem;
    padding-left: 0px !important;
}

.css-1mhdv79:first-of-type {
    padding-left: 10px;
}

.css-1p93zez {
    min-height: 4.5rem;
}

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

.mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
}

.css-ube8dh {
    min-height: 72px;
    margin: 0px 0.25rem;
}

.w-6 {
    width: 1.5rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.css-1t940od {
    height: 16px;
}

.p-2 {
    padding: .5rem !important;
}

.css-1bbowq7 {
    line-height: 1.125rem;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.css-147ryd7 {
    font-size: 0.8125rem;
}

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

.flex-col {
    flex-direction: column !important;
}

.mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.mr-3 {
    margin-right: .75rem !important;
}

.css-670tnp {
    height: fit-content;
    align-self: center;
    line-height: 0;
    min-width: 0.875rem;
}

.css-usa {
    height: 20px
}

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

.css-1d2majs {
    color: rgb(27, 29, 29);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mt-1 {
    margin-top: .25rem !important;
}

.css-feera2 {
    color: rgb(61, 85, 96);
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-weight: 400;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.css-85ekup {
    font-weight: 400;
    line-height: 18px;
    word-break: break-word;
    min-height: 3.5rem;

    align-items: center;
}

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

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

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

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

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

.css-1ri1bks {
    padding: 0.5rem;
    min-height: 4.5rem;
}

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

.css-1a0zzbd {
    font-size: inherit;
    cursor: pointer;
    color: rgb(21, 109, 211);
    text-decoration: none;
}

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

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

.css-1p93zez {
    min-height: 4.5rem;
}

.grid {
    display: grid !important;
}

.css-1hxix4 {
    grid-template-columns: 1.5rem 1fr 1.5rem;
    gap: 0.5rem;
}

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

.css-1hfkd3v {
    width: 1.5rem;
    height: 1rem;
}

.css-1qmwmz2 {
    color: rgb(27, 29, 29);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.css-qswbi3 {
    color: rgb(61, 85, 96);
    margin: 0px;
    padding: 0px 0px 5px;
    font-weight: 400;
}

.css-1bi9639 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.css-1i66ued {
    display: table-cell;
    height: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(61, 85, 96);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    padding-left: 4px !important;
}

.css-1i66ued:last-of-type {
    padding-right: 10px;
}

.css-sf8qul {
    display: flex;
    position: relative;
    min-width: 180px;
}

.css-1azhxfj {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    line-height: 20px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    text-align: center;
    width: 125px;
    color: rgb(104, 117, 135);
    background-color: transparent;
    border-top: 1px solid rgb(104, 117, 135);
    border-bottom: 1px solid rgb(104, 117, 135);
    border-left: 1px solid rgb(104, 117, 135);
    border-image: initial;
    border-right: none !important;
}

.css-tq7ag1 {
    line-height: 1;
    width: inherit;
}

.css-14ikh5k {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 0px 3px 3px 0px;
    line-height: 20px;
    padding: 0px 0.5rem;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    color: rgb(104, 117, 135);
    background-color: transparent;
    border: 1px solid rgb(104, 117, 135);
}

.css-ze99ia {
    display: flex;
    font-size: 0.625rem;
    vertical-align: middle;
    margin-bottom: 2px;
}

.css-119i8vg {
    grid-template-columns: 1fr 1.5rem;
}

.leading-5 {
    line-height: 1.25rem !important;
}

.css-17xw8gc {
    color: rgb(27, 29, 29);
    font-size: 0.875rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


.css-fbix8y {
    color: rgb(61, 85, 96);
    font-weight: 400;
    font-size: 0.8125rem;
}

.mr-2 {
    margin-right: .5rem !important;
}

.css-qcd2rn {
    opacity: 0.2;
}

.css-3fz1dp {
    height: 1.25rem;
    width: 1.25rem;
}

.css-1j1juc9 {
    color: rgb(51, 51, 51);
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-weight: 500;
    overflow: hidden;
}

.css-wb2ca3 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgb(27, 29, 29);
}

.css-13oxl6k {
    color: rgb(61, 85, 96);
    font-weight: 400;
}

.css-sqlt14 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.8125rem;
}

.css-tdmsgv {
    margin-left: 0.5rem;
    white-space: nowrap;
}

.css-12ephp8 {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    line-height: 20px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    text-align: center;
    width: 125px;
    color: white;
    background-color: rgb(159, 206, 82);
    border-top: 1px solid rgb(159, 206, 82);
    border-bottom: 1px solid rgb(159, 206, 82);
    border-left: 1px solid rgb(159, 206, 82);
    border-image: initial;
    border-right: 1px solid rgba(0, 0, 0, 0.145) !important;
}

.css-download_label {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 3px 0px 0px 3px;
    line-height: 20px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    text-align: center;
    width: 125px;
    color: white;
    background-color: rgb(86, 172, 219);
    border-top: 1px solid rgb(86, 172, 219);
    border-bottom: 1px solid rgb(86, 172, 219);
    border-left: 1px solid rgb(86, 172, 219);
    border-image: initial;
    border-right: 1px solid rgba(0, 0, 0, 0.145) !important;
}

.css-xiqlw2 {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 0px 3px 3px 0px;
    line-height: 20px;
    padding: 0px 0.5rem;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    color: white;
    background-color: rgb(159, 206, 82);
    border: 1px solid rgb(159, 206, 82);
}

.css-label-chevron {
    font-family: Roboto, pragmatica-web, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    outline: none;
    border-radius: 0px 3px 3px 0px;
    line-height: 20px;
    padding: 0px 0.5rem;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    color: white;
    background-color: rgb(86, 172, 219);
    border: 1px solid rgb(86, 172, 219);
}

.css-xdju5d {
    text-align: center;
    margin-top: 60px;
}

.css-dyip38 {
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.css-7kp13n {
    display: inline-block;
}

.css-1e1jhhi {
    cursor: not-allowed;
    text-decoration: none;
    padding: 6px 12px;
    line-height: 14px;
    border: 1px solid rgb(221, 221, 221);
    background-color: white;
    color: rgb(104, 117, 135);
}

.css-1h0reud {
    text-decoration: none;
    padding: 6px 12px;
    line-height: 14px;
    background-color: rgb(159, 206, 82);
    border: 1px solid rgb(119, 157, 52);
    color: white;
}

.css-1l7bpnt {
    font-size: 10px;
}

.fa-chevron-down:before {
    content: "\F078";
}

.css-ogpwxh {
    border: none;
    background: transparent;
    color: rgb(104, 117, 135);
    cursor: pointer;
    display: flex;
}

.css-4m9h05 {
    font-size: 10px;
    margin-left: 4px;
    vertical-align: middle;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


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

.css-buy-status {
    margin-top: 5px;
    font-size: 12px;
    color: rgb(99, 99, 99);
}



.svg-size {
    height: 18px
}


.view_color {
    background-color: rgb(62, 175, 224);
    border: 1px solid rgb(62, 175, 224);
}


.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

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

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

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

    50% {
        opacity: .5;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: .25;
    }
}

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

ul {
    list-style: none;
}

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

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

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

.css-1a0zzbd {
    font-size: inherit;
    cursor: pointer;
    color: rgb(21, 109, 211);
    text-decoration: none;
}

.css-susx73 {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.container-cell {
    display: flex;
    align-items: center;
    /* This centers the items vertically */
    justify-content: flex-start;
}

.container-cell i {
    margin-right: 10px;
}

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

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

.popup-buttons {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 8px 16px 8px 0;
}

.popupTitle {
    font: var(--dt-headline-small-font, 400 1.5rem/2rem "Google Sans"), "Google Sans", Roboto, Arial, sans-serif;
    letter-spacing: var(--dt-headline-small-spacing, 0);
    margin-bottom: 16px;
    color: black;
}

.popupContainer {
    font: var(--dt-body-medium-font, 400 .875rem/1.25rem "Roboto"), "Google Sans", Roboto, Arial, sans-serif;
    letter-spacing: var(--dt-body-medium-spacing, .0142857143em);
    box-sizing: border-box;
    color: var(--dt-on-surface, rgb(60, 64, 67));
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 12px;
    overflow: auto;
    padding: 0;
    width: 100%;


}


.newFolderInput {
    height: 32px;
    padding: 0 10px;
}

.jOirTd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.popupButton {
    min-height: 2.5rem;
    background: none;
    /* Removes the background */
    border: none;
    /* Removes the border */
    color: rgb(99, 91, 255);
    /* Changes the text color to red */
    padding: 5px;
    /* Optional, for some spacing */
    cursor: pointer;
    font-size: 15px;

}

.popleft {
    margin-right: 20px;
}

.uploadDisplay {
    display: none;
}

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

/* Mobile top bar */
.mobile-topbar {
    display: none;
}

.mobile-topbar-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #4f566b;
    display: flex;
    align-items: center;
    border-radius: 6px;
    flex-shrink: 0;
}

.mobile-topbar-btn:hover {
    background: #eef0f3;
}

/* Overlay when sidebar is open on mobile */
.mobileNavBackground::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

/* less than 1025px (matches page-level 1024px breakpoints) */
@media screen and (max-width: 1024px) {

    /* !important overrides the hardcoded margin-left: 240px in per-page inline <style> blocks */
    .main-content,
    .layout-main {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .page-layout {
        flex-direction: column;
    }

    body {
        padding-top: var(--topbar-height);
    }

    .mobile-topbar {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: var(--topbar-height);
        z-index: 101;
        background: #f7f8f9;
        border-bottom: 1px solid #e3e8ee;
        align-items: center;
        padding: 0 16px;
        gap: 12px;
        -webkit-font-smoothing: antialiased;
    }
}

.clickHeader {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

.swapLocationDiv {
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    border: 1px solid;
    border-radius: 4px;
}

.locSwapPopup {
    display: none;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 260px;
    position: absolute;
    background: white;
    top: 90px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

.locSwapRow {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
}

.locSwapRow:hover {
    background-color: #f0f0f0;
}


.locSwapPopup .locSwapRow:not(:last-child) {
    border-bottom: 1px solid #ddd;
}


.upload-container {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: system-ui, sans-serif;
    cursor: pointer;
    transition: border-color 0.3s;
}

.upload-container.dragover {
    border-color: #666;
}

.upload-button {
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.file-list {
    margin-top: 15px;
    font-size: 14px;
    font-family: system-ui, sans-serif;
}

.file-list .file-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.file-entry .file-name {
    flex: 1;
}

.file-entry .actions {
    display: flex;
    gap: 10px;
}

.actions button {
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
}

.notifNum {
    display: none;
    padding: 4px;
    background-color: orangered;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    line-height: 14px;
    margin-left: 8px;
}

.navActionWhite {
    background: white;
    padding: 0 20px;
    line-height: 35px;
    border: 1px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}


/* ===================================================
   Kinnwell Sidebar — Stripe-inspired
   =================================================== */

.kw-sidebar {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--sidebar-width);
    z-index: 2;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e3e8ee;
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Brand header */
.kw-sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 20px 14px 20px;
    flex-shrink: 0;
}

.kw-logo-mark {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.kw-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.kw-brand-name {
    font-weight: 700;
    font-size: 15px;
    color: #1a1f36;
    letter-spacing: -0.3px;
}

/* Location switcher */
.kw-location-switcher-wrap {
    padding: 0 12px 10px 12px;
    flex-shrink: 0;
}

.kw-location-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e3e8ee;
    background: #ffffff;
    position: relative;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.kw-location-btn:hover {
    border-color: #c8d0d8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.kw-loc-icon {
    font-size: 15px;
    color: #8792a2;
    flex-shrink: 0;
}

.kw-location-name {
    font-size: 12.5px;
    font-weight: 500;
    color: #1a1f36;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kw-chevron {
    font-size: 16px;
    color: #8792a2;
    flex-shrink: 0;
}

/* Override popup positioning inside the new location btn */
.kw-location-btn .locSwapPopup {
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    width: auto;
    z-index: 100;
}

/* Scrollable nav area */
.kw-nav-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 2px 0 16px 0;
}

.kw-nav-scroll::-webkit-scrollbar {
    width: 4px;
}

.kw-nav-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.kw-nav-scroll::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 2px;
}

/* Section header label */
.kw-section-header {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #8792a2;
    padding: 14px 20px 5px 28px;
    margin: 0;
    display: block;
}

/* Nav list */
.kw-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Nav item */
.kw-nav-item {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
}

/* Nav link */
.kw-nav-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 14px 7px 28px;
    margin: 1px 0;
    border-radius: 0;
    text-decoration: none;
    color: #4f566b;
    font-size: 13.5px;
    font-weight: 450;
    transition: background 0.12s, color 0.12s;
    position: relative;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}

.kw-nav-link:hover {
    background: #eef0f3;
    color: #1a1f36;
}

/* Nav icon */
.kw-nav-icon {
    font-size: 17px;
    color: #8792a2;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

/* Active state */
.kw-nav-link--active {
    color: #635bff !important;
    background: #ede9fe !important;
}

.kw-nav-link--active .kw-nav-icon {
    color: #635bff !important;
}

/* 2px indigo left-edge indicator */
.kw-nav-link--active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 2px;
    background: #635bff;
    border-radius: 0 2px 2px 0;
}

/* Footer */
.kw-sidebar-footer {
    padding: 14px 20px 18px 20px;
    border-top: 1px solid #e3e8ee;
    flex-shrink: 0;
}

.kw-user-name {
    font-size: 12.5px;
    color: #8792a2;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kw-signout-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    cursor: pointer;
    color: #4f566b;
    font-size: 13.5px;
    font-weight: 450;
    padding: 0;
    font-family: inherit;
    transition: color 0.15s;
}

.kw-signout-btn:hover {
    color: var(--color-primary);
    background: #f3f4f6;
    border-radius: 6px;
}

/* Mobile */
@media screen and (max-width: 1024px) {
    .kw-sidebar {
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 100;
    }

    .kw-sidebar.showMobileNav {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    }
}