.gelproximity_display_plugin_header_info_wrapper {
    text-align: center;
    border-bottom: 2px solid #0C1D3A;
}

.gelproximity_display_plugin_header_info_description {
    margin-left: 20%;
    margin-right: 20%;
}

.gelproximity_display_plugin_header_info_wrapper img {
    margin: 15px;
}

#gelProximityTabContent table {
    width: 100%;
}

#gelProximityTabContent table th {
    text-align: left;
}
#gelProximityTabContent table td {
    padding-top: 2px;
    padding-bottom: 2px;
}

#gelProximityTabContent table.gelproximity-app__selection-pick-up-point-details-table td {
    font-size: small;
    margin: 0;
    padding: 0;
}

.gelproximity-app__hidden {
    display: none;
}

.gelproximity-app__selection-details-error {
    color: red;
    font-weight: bold;
}

.gelproximity-app-label {
    border: 1px solid black;
    padding: 3px 5px 3px 5px;
    margin: 0;
    font-weight: 600;
    border-radius: .25rem !important;
    display: inline-block;
}

.gelproximity-app-label_success {
    background-color: green;
    color: white;
}

.gelproximity-app-label_warning {
    background-color: orange;
    color: black;
}

.gelproximity-app-label_error {
    background-color: red;
    color: white;
}

#gel_proximity_order_admin_page_asking_retry {
    margin-top: 15px;
}

.gel_proximity_returns_manager_view_item_table {
    border: 1px solid black;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 15px;
}

.gel_proximity_returns_manager_view_item_table th {
    padding-left: 10px;
}

.gel_proximity_returns_manager_view_item_form {
    border: 1px solid black;
    background-color: white;
    margin-top: 15px;
    padding: 15px;
}

.gel_proximity_returns_manager_view_item_form label {
    padding-bottom: 15px;
    font-weight: bold;
}

.gel_proximity_returns_manager_view_item_form textarea {
    overflow: hidden;
    overflow-wrap: break-word;
    resize: none;
    height: 65px;
    width: 50%;
}