.card {
    border-radius: 1rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: 3px;
    border: 0.1px solid rgba(0,0,0,.125);
}

.card-header {
    font-family: Exo;
    font-weight: normal;
    padding: 0.906rem 1.75rem;
    background-color: var(--primary-card);
    font-size: 1.375rem;
    color: var(--white);
}

.child-card .card-header {
    background-color: var(--grey-alpha);
    color: var(--fifth);
}

.card-header:first-child {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 0;
}

.card-header-light{
    background-color: var(--grey-alpha);
    color: var(--fifth);
}

.card-header.card-header-trip{
    background-color: var(--inactive);
    color: var(--fifth);
    font-size: 15px;
    font-weight: var(--font-bold);
}

.header-title {
    flex: 1 1 auto !important;
    font-size: 1.375rem;
    font-family: Exo;
    color: var(--grey);
    padding: 0.693rem 1.75rem 0.693rem 1.375rem;
    background-color: var(--grey-alpha);
    border-left: 6px solid var(--grey);
}

.header-title .title-content{
    padding: 0.213rem 0;
}

.spacing-div {
    width: 26px;
    border-right: 1px solid var(--primary-alpha);
}

.card-content {
    padding: 0.906rem 1.75rem;
}

.line-header-focus {
    border-left: 6px solid var(--cargo);
    color: var(--fifth);
}

.line-header-error:not(.line-header-focus) {
    border-left: 6px solid var(--error-solid);
    color: var(--error-solid);
}

.line-header-dirty:not(.line-header-error):not(.line-header-focus) {
    border-left: 6px solid var(--third);
    color: var(--fifth);
}

.position-unset {
    position: unset;
}

.card-body textarea {
    font-weight: var(--font-bold);
}

.card-header.no-thick {
    background-color: unset !important;
    font-weight: bold;
    color: var(--primary);
}