.alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-dismissible {
    padding-left: 1rem;
    font-size: 0.75rem;
}

.alert svg {
    margin-left: 0.313rem;
}

.toast-danger {
    background: #f77e7e;
    color: #fff;
}

.toast-success {
    background: #48c792;
    color: #fff;
}

.list-group-item-drag:hover {
    cursor: move;
}

.bold {
    font-weight: bold;
}

#map {
    width: 100%;
    height: 200px;
}

.order_status {
    font-size: 12px;
    padding: 5px;
    color: #282828;
}

.text-justify {
    text-align: justify;
}

.drag_icon {
    position: absolute;
    left: 15px;
    top: 120px;
    color: #b1b1b1;
}
