.bliskapaczka_courier_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.bliskapaczka_courier_item_wrapper {
    display: flex;
    border-radius: 8px;
    border: 1px solid #d6d8da;
    margin-left: 10px;
}

.bliskapaczka_courier_item_wrapper.checked{
    border: 2px solid #f68b5f;
}

.bliskapaczka_courier_item_wrapper input {
    display: none;
}

.bliskapaczka_courier_item_logo {
    width: max-content;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 12px;
}

.bliskapaczka_courier_item_price {
    font-size: 14px;
    float: right;
    font-weight: bold;
    margin-right: 8px;
    padding-top: 8px;
}
.bliskapaczka_courier_item {
    display: flex;
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 99998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: 600px;
    display: none;
    z-index: 99999;
}

/* Modal responsive breakpoints */
@media only screen (max-width:360px) {
    .modal-content {
        width: 100%;
        padding:0px
    }
}

@media only screen and (min-width: 361px) {
    .modal-content {
        width: 90%;
        padding:5px
    }
}

@media only screen and (min-width: 768px) {
    .modal-content {
        width: 70%;
        padding:20px
    }
}

@media only screen and (min-width: 992px) {
    .modal-content {
        width: 60%;
        padding:20px
    }
}

@media only screen and (min-width: 1200px) {
    .modal-content {
        width: 50%;
        padding:20px
    }
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
