body {
    background-color: #e7e7e7;
    margin: 0;
    padding: 0;
}

.main-content-shell,
.center-bg-color {
    background-color: #f6f7f8!important;
    padding-top: 1.5rem;
}

.breadcrumb {
    border: 0;
    --bs-breadcrumb-padding-x: 0;
}

.menu-dropdown-bg .dropdown-menu {
    background-color: #ffffff;
    color: #3e3e3e;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-dropdown-bg .dropdown-menu .dropdown-item {
    color: #3e3e3e;
    padding: 0.5em;
}

.menu-dropdown-bg .dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000;
}

.menu-dropdown-bg .dropdown-menu #header-search-input {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.password-like {
    -webkit-text-security: disc;
    text-security: disc;
}

.navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.header-project-dropdown {
    min-width: 320px;
}

.navbar-nav .header-icon-group {
    gap: 0.1rem;
}

.navbar-nav .header-top-link {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

.navbar-nav .header-icon-link {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.navbar-nav .header-icon-dropdown .nav-link,
.navbar-nav .header-icon-dropdown .dropdown-toggle {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

@media (max-width: 1200px) {
    .header-project-dropdown {
        min-width: 260px;
    }
}

.dropdown-toggle::after {
    display: none !important;
}

.offcanvas-title {
    font-size: 18px;
}

.hover-icon {
    transition: all 0.2s ease;
    opacity: 0.6;
    cursor: pointer;
}

.hover-icon:hover {
    opacity: 1;
    transform: scale(1.15);
}

.rct-item {
    overflow: hidden;
}

.rct-item > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* TEMP CALENDAR TIMELINE TESTING START */
.timeline-project-1 {
    background: #1f78b4 !important;
    border-color: #1f78b4 !important;
}

.timeline-project-2 {
    background: #ff7f11 !important;
    border-color: #ff7f11 !important;
}

.timeline-project-3 {
    background: #7b2cbf !important;
    border-color: #7b2cbf !important;
}

.timeline-project-4 {
    background: #2e8b57 !important;
    border-color: #2e8b57 !important;
}

.timeline-project-5 {
    background: #c44536 !important;
    border-color: #c44536 !important;
}

.rct-item.timeline-item-blocked {
    box-shadow: inset 0 -3px 0 #f0a202;
}

.rct-item.timeline-item-overdue {
    border-color: #f08c00 !important;
}
/* TEMP CALENDAR TIMELINE TESTING END */

:root {
    --Dash-Fill-Interactive-Strong: #007094;
}

.badge {
    font-weight: 400;
    font-variant: small-caps;
    font-size: 0.9em;
    padding: 0.1em 0.5em 0.3em;
}

.card {
    --bs-card-border-radius: 0.3rem;
    overflow: hidden;
}

/* If experiencing clipping issues on cards, consider .card-header w/ same border radius in lieu of overflow hidden */

.list-group {
    border-radius: 0.4em;
}

.border-2 {
    border-width: 1.5px !important;
}

.btn {
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.2rem;
}

/*.milestone-card-selected {
    background-color: #f8f9fb;
}*/

.form-control::placeholder,
.dash-textarea::placeholder,
.dash-input-element::placeholder,
.dash-datepicker-input::placeholder,
.dash-dropdown-placeholder {
    font-weight: 300;
    color: rgba(0, 21, 89, 0.7);
}

.test-css {
    background-color: #000000;
}

.release-notes-markdown {
    color: var(--bs-secondary-color);
}

.release-notes-markdown p,
.release-notes-markdown li {
    font-size: 0.90rem;
    margin-bottom: 0.4rem;
}

.release-notes-markdown h1,
.release-notes-markdown h2{
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
    color: var(--bs-body-color);
    font-weight: 600;
}

.release-notes-markdown h3 {
    font-size: .8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--bs-gray-700);
    font-weight: 400;
}

.release-notes-markdown ul {
    margin-bottom: 1.8rem;
}

/* VIS TIMELINE CALENDAR START */
.calendar-vis-shell .dash-vis-timeline-root {
    min-height: 0 !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-timeline {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.3rem;
    background: #ffffff;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-left,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-center,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-top,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-bottom {
    border-color: rgba(0, 0, 0, 0.08);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-left .vis-content,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-center .vis-content,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-left .vis-foreground,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-center .vis-foreground,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-center .vis-itemset {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-left .vis-foreground .vis-group,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-left .vis-labelset .vis-label {
    border-color: rgba(148, 163, 184, 0.22);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-labelset .vis-label {
    background: #ffffff;
    color: #334155;
    font-size: 0.92rem;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.group-project,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group {
    position: relative;
    background: #e8f0fa;
    background-image: none !important;
    box-shadow: none !important;
    font-weight: 600;
    color: #334155;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-group-level-0 {
    background: rgba(232, 240, 250, 0.62);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.group-project .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.group-phase .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-label:not(.vis-nesting-group):not(.group-project) .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-range,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point .vis-item-content,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-range .vis-item-content {
    display: flex;
    align-items: center;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.group-project .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group .vis-inner {
    padding-left: 30px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #495057;
    background: none !important;
    box-shadow: none !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group.expanded::before {
    border-top: 9px solid #495057;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group.collapsed::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #495057;
    border-right: none;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-label.group-phase .vis-inner,
.calendar-vis-shell .dash-vis-timeline-root .vis-label:not(.vis-nesting-group):not(.group-project) .vis-inner {
    padding-left: 28px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-text {
    color: #5f6b76;
    font-size: 0.9rem;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-text.vis-saturday,
.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-text.vis-sunday {
    color: #94a3b8;
    font-weight: 400;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-grid.vis-major {
    border-color: rgba(0, 0, 0, 0.08);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-grid.vis-minor,
.calendar-vis-shell .dash-vis-timeline-root .vis-grid.vis-vertical {
    border-color: rgba(0, 0, 0, 0.06);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-background .vis-grid.vis-saturday,
.calendar-vis-shell .dash-vis-timeline-root .vis-panel.vis-background .vis-grid.vis-sunday,
.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-grid.vis-minor.vis-saturday,
.calendar-vis-shell .dash-vis-timeline-root .vis-time-axis .vis-grid.vis-minor.vis-sunday {
    background: rgba(148, 163, 184, 0.06);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item {
    font-size: 0.88rem;
    font-family: inherit;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.15s ease, transform 0.15s ease, filter 0.15s ease;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item .vis-item-content {
    padding-left: 0 !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-range {
    border-radius: 0.45rem;
    padding-inline: 0.6rem;
    overflow: visible !important;
    min-width: 2.75rem;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 16px !important;
    padding-right: 0.45rem !important;
    overflow: visible !important;
    width: max-content !important;
    max-width: 24rem !important;
    min-width: 0;
    cursor: pointer;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point .vis-item-content {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #334155;
    font-weight: 600;
    padding-right: 0.2rem !important;
    line-height: 1.1;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-range .vis-item-content {
    overflow: visible !important;
    height: 100%;
    white-space: nowrap;
    text-overflow: clip;
    min-width: max-content;
    line-height: 1.1;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point .vis-dot {
    display: none !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--milestone-point-color, #eef2f6);
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-selected {
    box-shadow: 0 0 0 3px rgba(0, 112, 148, 0.20) !important;
    transform: translateY(-1px);
    filter: saturate(1.08);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-in_progress.vis-selected,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-completed.vis-selected,
.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-canceled.vis-selected {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 0 0 6px rgba(0, 112, 148, 0.18) !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-blocked {
    box-shadow: inset 0 -3px 0 #f0a202, 0 1px 2px rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(180deg, rgba(240, 162, 2, 0.06), rgba(240, 162, 2, 0.02));
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-overdue {
    border-color: #ea580c !important;
    border-width: 2px !important;
    background-image: linear-gradient(180deg, rgba(234, 88, 12, 0.08), rgba(234, 88, 12, 0.02));
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-slipped:not(.milestone-overdue) {
    border-color: #f0a202 !important;
    background-image: linear-gradient(180deg, rgba(240, 162, 2, 0.08), rgba(240, 162, 2, 0.02));
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point.vis-selected {
    box-shadow: none !important;
    filter: none;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point.vis-selected::before {
    box-shadow: 0 0 0 3px rgba(0, 112, 148, 0.18);
}

.calendar-vis-shell .dash-vis-timeline-root .vis-current-time {
    background: rgba(0, 112, 148, 0.52);
    width: 2px;
    box-shadow: 0 0 0 1px rgba(0, 112, 148, 0.05), 0 0 8px rgba(0, 112, 148, 0.18);
}
/* VIS TIMELINE CALENDAR END */

.admin-top-accordion > .accordion-item > .accordion-collapse > .accordion-body {
    padding: 0;
}

.admin-sub-accordion .accordion-button {
    background: #f8fafc;
    color: #334155;
    padding: 0.7rem 0.9rem 0.7rem 0.9rem;
    border-left: 0;
    box-shadow: inset 2px 0 0 #d7e7f5;
}

.admin-sub-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: #334155;
    box-shadow: inset 2px 0 0 #d7e7f5;
}

.admin-sub-accordion .accordion-button:focus {
    box-shadow: none;
}

.admin-sub-accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}


