.error-message {
    color: red;
    font-size: smaller;
}

div.error>input {
    border-color: red;
}

up-modal-box {
    height: fit-content;
}

address {
    display: block;
    font-style: italic;
}

.select2 {
    width: 100% !important;
}

:required {
    border: 1px solid red;
}

.required {
    border-left: 2px solid red;
}

form.up-active {
    background-color: gray;
    opacity: 0.5;
    pointer-events: none;
}

a.up-active {
    background-color: gray;
    opacity: 0.5;
    pointer-events: none;
}

up-modal[size=grow] up-modal-box {
    min-width: 80%;
}

.card-body,
.card-footer {
    padding: .5rem;
}

.form-group {
    margin-bottom: .25rem;
}

.col-form-label {
    line-height: 1.0;
}

body {
    line-height: 1;
    font-size: 0.9rem;
}

dd {
    margin-bottom: .25rem;
}

.card-body.p-0 .table tbody>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table tfoot>tr>td:first-of-type,
.card-body.p-0 .table tfoot>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: .3rem;
}

.card-body.p-0 .table tbody>tr>td:last-of-type,
.card-body.p-0 .table tbody>tr>th:last-of-type,
.card-body.p-0 .table tfoot>tr>td:last-of-type,
.card-body.p-0 .table tfoot>tr>th:last-of-type,
.card-body.p-0 .table thead>tr>td:last-of-type,
.card-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: .3rem;
}

up-modal-box,
up-drawer-box,
up-cover-box,
up-popup {
    overflow-x: visible;
}

.pas>td {
    border-top-color: white;
}

.green {
    color: green;
}

.red {
    color: red;
}

.dropzone-subcontractor {
    border-color: #0b7c21;
    background-color: #ddffe4;
}

blockquote.editedinfo {
    border-color: #6c757d;
    margin: 0 0 1rem;
    border-left: .25rem solid #6c757d;
    ;
}

.card-header {
    padding: .5rem .5rem;
    border-radius: 0;
}

.card {
    border-radius: 0;
}

.first-page {
    height: 125px;
    min-width: 250px;
    font-size: 30px;
}

.active>.page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.driver-view>.company-name {
    font-size: 1.50rem;
    font-weight: bold;
}

address.driver-view {
    font-size: 1.15rem;
    display: block;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 1rem;
}