/* Resetting default margin and padding for elements */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styling the table */
.elementor-table table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.elementor-table,
.elementor-table table {
    width: 100%;
}

.elementor-table {
    padding: 10px;
    margin-top: 20px;
    overflow: auto;
}

.elementor-table th {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.elementor-table th:hover {
    color: rgba(0, 0, 0, 1);
}

.elementor-table th,
.elementor-table td {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.elementor-table input,
.advance-filters-container input {
    width: unset;
}

#vehicles-table_processing > div > div {
    background: rgb(205, 32, 44);
}

div.dt-container .dt-paging .dt-paging-button {
    background-color: #fff;
    transition: none;
    border-radius: 4px;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: rgb(205, 32, 44);
    border: 1px solid #fff;
    color: #fff !important;
    outline: none;
}

div.dt-container .dt-paging .dt-paging-button {
    outline: none;
}

#vehicles-list-top button {
    color: rgb(205, 32, 44);
    border: 1px solid rgb(205, 32, 44);
    outline: none;
}

#vehicles-list-top button:hover,
#vehicles-list-top button:focus {
    background-color: rgb(205, 32, 44);
    color: #fff;
}

/* Filters container */
#vehicles-list-top .filters-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#vehicles-list-top .select-filters-container {
    display: flex;
}

#vehicles-list-top .select-filter {
    background-color: #fff;
    outline: none;
}

#vehicles-list-top .filters-container div {
    margin-right: 10px;
}

#vehicles-list-top .advance-filters-container {
    display: none;
}

#vehicles-list-top .advance-filters-container input {
    width: 32.2%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#reset-button,
#modal-container {
    display: none;
}

#filter-button {
    margin-bottom: 10px;
    margin-right: 10px;
}

#vehicles-table svg {
    cursor: pointer;
}

/* Modal container */
#modal-container {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}

/* Close button */
.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#magic-lock,
#protocol-statistics {
    text-align: center;
}

#magic-lock {
    margin-top: 40px;
}

#protocol-statistics {
    margin-top: 10px;
}

#export-csv {
    margin-right: 10px;
}

/* Data Table Length */
.dt-length {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.dt-length select {
    width: unset;
}

.dt-length label::after {
    content: ":";
    margin-right: 5px;
}
