.card-shadow {
    min-height: 180px;
    border: 0;
    border-radius: .5rem;
    box-shadow: 0px 4px 12px 0px #0d234308;
}

.card-shadow .text-muted {
    line-height: 1.3;
}

.segment-body .segment-description{
    display: none;
}

.segment-body.show .segment-title{
    display: none;
}
.segment-body.show .segment-description{
    display: block;
}

.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    box-sizing: content-box;
    touch-action: manipulation;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    word-wrap: break-word;
    overscroll-behavior-y: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

.loading-light {
    background-color:rgba(0,0,0,0.2);
    /*transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);*/
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
    /*backdrop-filter: saturate(180%) blur(20px);*/
}

.loading-light .spinner-bg {
    background-color: #fff;
    /*box-shadow: rgb(2 8 20 / 6%) 0px 1px 3px, rgb(2 8 20 / 4%) 0px 1px 2px;*/
    box-shadow: rgb(0 0 0 / 8%) 0px 8px 16px;
}

.loading-light svg {
    fill: #dc3545;
}

.loading-dark .spinner-bg {
    background-color:rgba(0,0,0,0.7);
    box-shadow: rgb(0 0 0 / 8%) 0px 8px 16px;
}

.loading-dark svg {
    fill: #fff;
}

.spinner-bg {
    box-sizing: content-box;
    border-radius: .6rem;
    width: 65px;
    height: 65px;
    align-items: center;
    color: #fff;
}

.cars .car.active .info {
    background: #FFECEC;
    border-color: #de3545;
    border-radius:  0 0 .5rem .5rem;
}