/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap'); */

@import './transitions.css';
@import './charts.css';

body {
    /*height: 100dvh;
    width: 100dvw;*/
    background-color: #f6f6f8 !important;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

* {
    font-family: 'proxima-nova' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto Condensed' !important;*/
    font-weight: 500 !important;
    margin: 0;
}

h2 {
    font-size: 32px !important;
}

p {
    /*font-family: 'proxima-nova' !important;*/
    font-weight: 300 !important;
    margin: 0;
}

.subheading {
    font-family: 'Montserrat' !important;
    font-weight: 200 !important;
    font-size: 1.25rem !important;
}

.subheading-small {
    font-family: 'Montserrat' !important;
    font-weight: 200 !important;
    font-size: 0.8rem !important;
}

.spacer {
    height: 12rem;
}

.no-resize {
    resize: none;
}

.open-upwards-panel {
    top: auto !important;
    bottom: 100% !important;
    z-index: 9999 !important;
    position: absolute !important;
    transform: none !important;
    margin-bottom: -100px !important;
}

.p-inputgroup-addon {
    background-color: #242424 !important;
}

body.light-mode .p-inputgroup-addon {
    background-color: #fafafa !important;
}

.p-inputtext .p-filled {
    background-color: #242424 !important;
}

/* ::v-deep .p-tag {
    width: 100px !important;
} */

body .p-button:not(.p-button-success):not(.p-button-info):not(.p-button-warning):not(.p-button-help):not(.p-button-danger):not(.context-button):not(.p-inputnumber-button) {
    background-color: #262626;
    border-color: #262626;
}

.p-tag-secondary {
    background-color: #262626;
    color: #f4f4f4;
    width: 100px !important;
    height: 1.75rem !important;
}

.p-tag-secondary.tag-long {
    width: 130px !important;
    height: 1.75rem !important;
}

.p-tag-success {
    background-color: #008148; /* Green */
    color: #e5fff4;
    width: 100px !important;
    height: 1.75rem !important;
}

.p-tag-info {
    background-color: #00427f;
    color: #cce7ff;
    width: 100px !important;
    height: 1.75rem !important;
}

.p-tag-warning {
    background-color: #f3c969;
    color: #553d07;
    width: 100px !important;
    height: 1.75rem !important;
}

.p-tag-danger {
    background-color: #c1292e;
    color: #f6d5d6;
    width: 100px !important;
    height: 1.75rem !important;
}

/* ::v-deep .p-scrollpanel-bar {
    display: none !important;
} */

.p-button.primary-button, .p-button.secondary-button {
    background-color: #262626;
    border-color: #262626;
    color: #f4f4f4;
    padding: 0.5rem 4rem;
    min-width: 230px;
    height: 2.5rem;
    border-radius: 10px;
    transition: all 0.3s;
    text-align: center;
}

.p-button.secondary-button {
    min-width: auto;
    padding: 0.5rem 2rem;
}

.p-button.secondary-button:hover {
    background-color: #262626;
    border-color: #262626;
    color: #f4f4f4;
}

.primary-button:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    transform: translateY(-3px);
}

.p-button-success {
    background-color: #008148 !important;
    border-color: #008148 !important;
    color: #e5fff4 !important;
}

.p-button-success:hover {
    background-color: #005f38 !important;
    border-color: #005f38 !important;
    color: #e5fff4 !important;
}

.p-inputtext:hover {
    border-color: #262626 !important;
}

.p-dropdown:hover {
    border-color: #262626 !important;
}

.p-inputnumber-input:hover {
    border-color: #262626 !important;
}

.p-badge {
    z-index: 999;
}

.p-overlay-badge {
    z-index: 999;
}

.button-wrapper {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.action-button {
    padding: 0.5rem 2rem;
    height: 2.5rem;
    border-radius: 8px;
}

.action-button#cancel {
    background-color: #c1292e;
    border-color: #c1292e;
}

.action-button#save {
    background-color: #262626;
    border-color: #262626;
}

::v-deep .p-dropdown .p-dropdown-trigger {
    border-radius: 8px !important;
}

::v-deep .p-dropdown {
    background-color: #f6f6f8 !important;
}

.filter-dropdown::placeholder {
    /*color: #b4b4b4;*/
    background-color: #f6f6f8;
}

.p-inputtext {
    width: 100% !important;
    color: #262626;
    background-color: #f6f6f8;
    border-radius: 0 8px 8px 0;
}

.p-inputtext:hover {
    border-color: #262626;
}

.filter-dropdown {
    background-color: #f6f6f8;
    border-radius: 0 8px 8px 0;
    width: 100%;
}

::v-deep .p-dropdown-trigger {
    background-color: #f6f6f8 !important;
    color: #b4b4b4;
}

::v-deep .p-inputtext {
    background-color: #f6f6f8 !important;
    border-radius: 8px;
}

.filter-dropdown:hover {
    border-color: #262626;
}

.p-dropdown-trigger {
    background-color: #f6f6f8 !important;
    border-radius: 20px;
}

.p-inputgroup {
    border-color: #d1d5db;
}

.p-inputgroup-addon {
    background-color: transparent !important;
    color: #b4b4b4;
    border-color: #d1d5db;
    border-radius: 10px 0 0 10px;
}

label {
    color: #b4b4b4;
}

.p-calendar .p-inputtext {
    border-color: #d1d5db;
    background-color: #f6f6f8 !important;
}
