﻿.breadcrumb-item a:not(.active):hover:before {
    background-color: transparent;
}

.breadcrumb-item a {
    color: #b90029;
}

/*Devexress tagbox START*/

.navbar-tag-box > .dxbl-tag-box {
    --dxbl-text-edit-bg: transparent;
    --dxbl-text-edit-border-color: transparent;
}
/*Devexress tagbox END*/

/* Hide week numbers in the calendar component */
.dxbl-calendar-week-number,
.dxbl-calendar-days-of-week th:first-child {
    visibility: hidden;
}


/* Devvexpress Appointment Edit Form Headers START */
.dxbl-apt-edit-compact-dialog-header, .dxbl-apt-edit-dialog-header {
    color: white;
    padding: 0 !important;
}

.dxbl-apt-edit-compact-dialog-header > div, .dxbl-apt-edit-dialog-header > div {
    padding: .6rem .75rem;
    margin: 0;
    border: none;
    width: 100%;
    display: flex;
    gap: .25rem;
}

.dxbl-apt-edit-compact-dialog-header > div {
    border-top-left-radius: var(--dxbl-scheduler-flyout-border-radius);
    border-top-right-radius: var(--dxbl-scheduler-flyout-border-radius);
}

.dxbl-apt-edit-dialog-header > div {
    border-top-left-radius: var(--dxbl-popup-border-radius);
    border-top-right-radius: var(--dxbl-popup-border-radius);
}
/* Devvexpress Appointment Edit Form Headers END */
