.white-space-nowrap {
    white-space: nowrap;
}

.card.drag,
.card .drag {
    cursor: move;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.border-radius-0 {
    border-radius: 0;
}

.va-unset {
    vertical-align: unset !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 1055 !important;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1045;
}

.no-margin-3 div div div.mb-3 {
    margin-bottom: 0 !important;
}

.form-check {
    margin-bottom: 0.5rem;
}

.border-radius-10 {
    border-radius: 10px;
}