#kkr-customer-type-box {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}
.kkr-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Transport cost redak */
.kkr-transport-cost {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee;
}

.kkr-transport-cost span:first-child {
    font-weight: 500;
}

.kkr-transport-cost .price-figure {
    font-weight: 600;
    color: #2c7dfa;
}

/* zabranjeni datumi da izgledaju kao vikend */
.kkr-blocked a.ui-state-default {
    background: #eee !important;
    color: #999 !important;
    pointer-events: none !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-bottom: 80px;
}