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

/* TEMP 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-labelset .vis-label {
    background: #ffffff;
    color: #3e3e3e;
    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,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group.expanded,
.calendar-vis-shell .dash-vis-timeline-root .vis-label.vis-nesting-group.collapsed {
    position: relative;
    background: #f6f7f8;
    background-image: none !important;
    box-shadow: none !important;
    font-weight: 600;
    color: #495057;
}

.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: 8px;
    padding-bottom: 8px;
}

.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: 6px;
    padding-bottom: 6px;
}

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

.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;
    overflow: visible !important;
    width: auto !important;
    min-width: 180px;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point .vis-item-content {
    overflow: visible !important;
    display: inline-block;
    white-space: nowrap;
    color: #334155;
    font-weight: 600;
}

.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: #adb5bd;
    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-point.milestone-planned::before {
    background: #adb5bd;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point.milestone-in_progress::before {
    background: #0d6efd;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point.milestone-completed::before {
    background: #198754;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.vis-point.milestone-canceled::before {
    background: #dc3545;
}

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

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-overdue {
    border-color: #ea580c !important;
}

.calendar-vis-shell .dash-vis-timeline-root .vis-item.milestone-slipped:not(.milestone-overdue) {
    border-color: #f0a202 !important;
}

.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.65);
    width: 2px;
}
/* TEMP VIS TIMELINE CALENDAR END */


