.edit-cart-modal {
    z-index: 2000 !important;
    /* margin-top: 1.7rem; */
}

.edit-cart-modal .modal-header {
    border-bottom: none !important;
}

.edit-cart-modal .modal-dialog {
    margin: 3rem auto;
    max-width: 700px;
}

.edit-cart-modal .modal-content {
    max-height: 89vh;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}

.edit-cart-modal .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
}

.btn-price-option {
    font-weight: 600;
    font-size: 20px;
    color: #ff6100;
    border: 1px solid #ff6100;
    border-radius: 20px;
    padding: 0.7rem 1rem;
}

.btn-price-option:hover {
    color: #fff;
    background-color: #ff6100;
}

.btn-date {
    border-radius: 20px;
    border: 1px solid #000;
    padding: 0.7rem 1.2rem;
}

.btn-date:hover,
.btn-date:active,
.btn-date:focus {
    color: #fff;
    background-color: #ff6100;
}

.btn-date svg {
    fill: #212121;
    transition: fill 0.2s ease;
}

.btn-date:hover svg,
.btn-date:active svg,
.btn-date:focus svg {
    fill: #ffffff;
}

.btn-add-cart {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #ff6100;
    border-radius: 10px;
    padding: 0.5rem 2.3rem;
}

.btn-add-cart:hover {
    color: #ff6100;
    background-color: #fff;
    border: 1px solid #ff6100;
}

.btn-see-detail {
    color: #f29d38;
    background-color: #fff;
}

.btn-see-detail:active {
    color: #f29d38;
}

.btn-see-detail svg {
    fill: #212121;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.btn-see-detail svg:active,
.btn-see-detail svg:focus,
.btn-see-detail svg:hover {
    fill: #ff6100;
}

.btn-see-detail[aria-expanded="true"] svg {
    fill: #ff6100;
    transform: rotate(180deg);
}

.text-from {
    font-size: 12px;
    font-weight: 400;
    align-self: center;
}

.text-range-price {
    font-size: 20px;
    font-weight: 700;
}

.text-valid {
    color: #2f9251;
}

.service-info {
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    align-items: center;
    width: fit-content;
}

.total .text-total {
    color: #757575;
    font-weight: 14px;
    font-weight: 400;
    margin: 0.3rem 0;
}

.total .text-total-price {
    color: #ff6100;
    font-weight: 16px;
    font-weight: 700;
    margin: 0.3rem 0;
}

.edit-cart-divider {
    height: 7px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 4px;
    display: block;
    margin-bottom: 1.2rem;
}
