h1, h2 {
    color: #01015e !important;
}

.searchButton {
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 3px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.searchButton:hover {
    background-color: #f0f0f0;
}

.location .popup-form button,
.location .btn-delete,
.location .btn-edit,
.modal-body .btn-primary,
.modal-body .btn-delete,
.modal-body .btn-edit {
    background-color: #01015e;
    border: 3px solid #01015e;
    color: white;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

.location .popup-form button:hover,
.location .btn-delete:hover,
.location .btn-edit:hover,
.modal-body .btn-primary:hover,
.modal-body .btn-delete:hover,
.modal-body .btn-edit:hover {
    background-color: white;
    color: #01015e;
}

.location .popup-form input[type="text"], 
.location .popup-form select,
.modal-body input[type="text"], 
.modal-body select {
    border: 2px solid #01015e;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.location .popup-coordinates,
.modal-body .popup-coordinates {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: space-between;
}

.location .popup-coordinates div,
.modal-body .popup-coordinates div {
    flex: 1;
}

.modal-content {
    border: 2px solid #01015e;
}

.modal-header, .modal-footer {
    background-color: #01015e;
    color: white;
}

.modal-title {
    font-weight: bold;
}

.modal-body {
    color: #01015e;
}

.popup-form {
    max-width: 300px;
}

.modal-body .popup-form {
    max-width: 100%;
}

.button-group {
    display: flex;
    gap: 10px;
}