:root {
    --primary-customapp: #283673;
    --secondary-customapp: #636363;
    --secondary-customapp-light: #6e6c71;
}

.btn-icon-padding {
    padding-right: 0.4rem;
}

.btn-height {
    height: 36.69px;
}

.btn-normal {
    min-width: 124px;
    min-height: 38px;
}

.btn-kinmount-primary {
    background-color: #283673 !important;
    color: white !important;
}

.btn-kinmount-primary:hover {
    background-color: var(--secondary-customapp) !important;
}

.btn-kinmount-primary:active {
    background-color: #283673 !important;
}

.btn-kinmount {
    background-color: var(--primary-customapp) !important;
    color: white !important;
}

.btn-kinmount:hover {
    background-color: var(--secondary-customapp) !important;
}

.btn-kinmount:active {
    background-color: var(--primary-customapp) !important;
}

.btn-kinmount-secondary {
    background-color: var(--secondary-customapp) !important;
    color: white !important;
}

.btn-kinmount-secondary:hover {
    background-color: var(--secondary-customapp-light) !important;
}

.btn-kinmount-secondary:active {
    background-color: var(--secondary-customapp) !important;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: var(--phoenix-flatpickr-calendar-bg) !important;
}

.flatpickr-day.inRange {
    background-color: rgba(var(--phoenix-primary-rgb), 0.15) !important;
}

.rangeMode .flatpickr-day {
    margin-top: 1px !important;
}

.flatpickr-day.inRange {
    border-radius: 0.4rem;
}

.flatpickr-day {
    line-height: 34px !important;
}

.flatpickr-day.today {
    color: var(--phoenix-flatpickr-today-color) !important;
}

.nav-item-wrapper {
    cursor: pointer;
}

.key-json {
    color: #4dc1b8;
}

.normal-case {
    text-transform: inherit !important;
}

.loading-container {
    position: absolute;
    top: 0%;
    left: var(--phoenix-navbar-vertical-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: calc(100% - var(--phoenix-navbar-vertical-width));
    background: #f5f7fa;
    z-index: 10;
}

.loading-bar {
    display: flex;
    height: 8px;
    width: 100%;
    max-width: 320px;
    background: #f5f7fa;
    border-radius: 0.2rem;
    overflow: hidden;
}

.progress-bar {
    display: flex;
    height: 100%;
    width: 100%;
    background: #4dc1b8;
    animation: progress-animation 1s ease-in-out;
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.loading-header {
    margin-bottom: 01rem;
}

.grid-placeholder {
    background: #e3e6ed !important;
}

.hidden {
    display: none;
}

.page-table {
    min-height: 375px;
    border-radius: 0.3rem;
}

.page-table-header {
    background: var(--phoenix-body-bg);
}

.default-scroll {
    overflow-y: scroll !important;
}

.modal-form-body {
    background-color: var(--phoenix-body-bg);
}

.clickable-item a:hover,
.clickable-item:hover .badge .badge-label {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold !important;
    font-size: 1.1em;
}

.clickable-item a:hover {
    color: rgb(var(--phoenix-link-color-rgb)) !important;
}

.clickable-item:hover .badge.badge-phoenix-info {
    --phoenix-badge-bg: #b6d9ec;
    --phoenix-badge-color: #000000;
    --phoenix-badge-border-color: #005583;
    padding: 4px 10px;
}

.clickable-item:hover .badge-custom .badge-label {
    text-decoration: none;
    font-weight: none !important;
    font-size: 1em;
}

.popover {
    --phoenix-popover-bg: lightgoldenrodyellow;
    --phoenix-popover-header-bg: lightgoldenrodyellow;
}

#cardViewMembers, #cardAddEvent {
    cursor: pointer;
}

.grid-row-active {
    background: #4e546d;
}

.grid-row-active td,
.grid-row-active td a {
    color: #ffffff !important;
    text-decoration-color: white !important;
}

.dashboard-metric-cards .todo-list .to-do-list-body {
    height: 370px;
}