.modal-content {
    border-radius: 5px !important;
}

.dropdown-toggle::after {
    margin-left: auto;
}

input[readonly],
textarea[readonly],
select[readonly] {
    background-color: #e9f4ff;
    color: #6c757d;
    border-color: #cae4ff;
    cursor: not-allowed;
    pointer-events: none;
    outline: none;
}

#map {
    height: 300px;
    border-radius: 10px;
    z-index: 0;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
}

.badge-success {
    background-color: #28a745;
    /* Green */
}

.badge-warning {
    background-color: #ffc107;
    /* Yellow */
    color: #212529;
    /* Black text */
}

.badge-danger {
    background-color: #dc3545;
    /* Red */
}

.badge-primary {
    background-color: #007bff;
    /* Blue */
}

.badge-pill {
    border-radius: 10rem;
}

.sidebar-link.active {
    background-color: #eef3ff;
}

#dataTable_wrapper {
    position: relative !important;
    overflow: hidden;
}

#dataTable_wrapper table {
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
}

#dataTable_length {
    float: left;
    margin-bottom: 20px;
}

#dataTable_filter {
    float: left;
}

#dataTable_filter input[type="search"] {
    width: auto !important;
}

@media (max-width: 767px) {
    #dataTable_wrapper table {
        display: block;
        overflow-x: auto;
    }

    #dataTable_filter input[type="search"] {
        width: 15rem !important;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

    #dataTable_filter label{
        margin-left: 0 !important;
    }
}

@media (min-width: 767px) {
    #dataTable_length {
        float: none;
        margin-bottom: 0px;
    }

    #dataTable_filter {
        float: right;
    }
}
