app {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.appointment-private-background{
    background-color: rgba(0, 109, 199, 0.349);
}

.appointment-order-background{
    background-color: rgba(255, 0, 0, 0.295);
}

.btn-link{
    color: black;
}

.dxsc-edit-icon{
    color: black;
}

.dxsc-delete-icon{
    color: black
}

.dxsc-close-icon{
    color: black;
}

.dxsc-save-icon{
    color: black;
}

.detail-marging{
    margin-left: 35px;
}

.mud-grid-item{
    padding-top: 0;
    padding-bottom: 0;
}

.scheduler-item-disabled
{
    pointer-events: none;
    opacity: 0.4;
}

.pop-in-animation
{
    animation: pop 3s linear 1;
    animation: opacity 2s linear 1;
}

@keyframes pop{
    50%  {transform: scale(1.2);}
}

@keyframes opacity{
    from{opacity: 0;}
    to{opacity: 1;}
}

dxbl-popup-cell
{
    z-index: 1600 !important;
}