/**
 * Copyright 2021-2024 InPost S.A.
 *
 * NOTICE OF LICENSE
 *
 * Licensed under the EUPL-1.2 or later.
 * You may not use this work except in compliance with the Licence.
 *
 * You may obtain a copy of the Licence at:
 * https://joinup.ec.europa.eu/software/page/eupl
 * It is also bundled with this package in the file LICENSE.txt
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the Licence is distributed on an AS IS basis,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the Licence for the specific language governing permissions
 * and limitations under the Licence.
 *
 * @author    InPost S.A.
 * @copyright 2021-2024 InPost S.A.
 * @license   https://joinup.ec.europa.eu/software/page/eupl
 */


.inpost-shipping-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.not-select-shipping-machine-info {
    margin-right: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #ff6159;
    font-weight: 400;
}

.parcel-locker-button {

}

.inpost-shipping-button {
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    margin-top: 0;
}

.inpost-shipping-button:hover,
.inpost-shipping-button:focus,
.inpost-shipping-button.focus {
    text-decoration: underline;
    cursor: pointer;
}

.not-select-shipping-machine-info.hidden {
    display: none;
}

.inpost-shipping-machine-info.hidden {
    display: none;
}

.inpost-shipping-machine-info {
    display: flex;
    align-items: center;
    align-content: center;
}

.inpost-shipping-machine-name {
    margin-bottom: 0;
    color: #3c3c3c;
    font-size: 14px;
}

.inpost-shipping-machine-address {
    color: #3c3c3c;
    font-size: 15px;
    margin: 0 !important;
}

.selected-parcel-locker{
    font-weight: 700;
}

.box .inpost-shipping-machine-address {
    margin-bottom: 1rem;
}

.inpost-shipping-subheader {
    margin-bottom: 0;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 20px;
}

.inpost-shipping-label {
    font-size: 14px;
    font-weight: 400;
}

.easypack-widget .map-list-row {
    background-color: white;
}

.inpost-shipping-customer {
    margin-bottom: 0;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.inpost-shipping-machine-customer-info {
    margin-top: 1rem;
}

@media (min-width: 576px) {
    .inpost-shipping-machine-customer-info {
        margin-top: 0;
    }
}

.inpost-shipping-machine-customer-info.hidden {
    display: none;
}

.inpost-shipping-customer-change-wrapper {
    margin-bottom: 0;
    text-align: right;
    line-height: 1;
}

.inpost-shipping-customer-change {
    font-size: 12px;
    cursor: pointer;
}

.inpost-shipping-customer-change-form {
    padding-top: 20px;
    display: none;
}

html .modal .inpost-shipping-map-modal { /* NESTING TO MAKE SURE THAT WE OVERRIDE THEME STYLES */
    width: 90%;
    height: 90%;
    max-width: 90%;
    margin: 5vh auto;
}

html .modal .inpost-shipping-map-modal-content { /* NESTING TO MAKE SURE THAT WE OVERRIDE THEME STYLES */
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .inpost-shipping-machine-info {
        align-items: flex-start;
        align-content: center;
        flex-direction: column;
    }
}
