body {
    background: #efefef !important;
}

.navbar {
    background: #fff7f1 !important;
}
.plus-btn,
.minus-btn {
    width: 32px;
    height: 32px;
    border: none;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.plus-btn {
    border-radius: 0 7px 7px 0;
}

.minus-btn {
    border-radius: 7px 0 0 7px;
}

.quantity {
    padding: 3px 12px;
    border: 1px solid var(--theme-color);
    display: inline-block;
    height: 32px;
    vertical-align: top;
}
.booking-form .form-select, .booking-form .form-control,
label,
input::placeholder,
textarea::placeholder {
    font-size: 14px;
}
label {
    padding-left: 10px;
}
.booking-form .form-group {
    margin-top: 1.5em;
}
.booking-form .form-group label {
    position: absolute;
    top: 0;
    margin-left: 9px;
    color: #9d9d9d;
    z-index: 1;
    font-size: 13px;
}
.booking-form .form-group i {
    right: 17px;
    bottom: 17px;
}
.accordion-button {
    font-size: 16px;
}
.nice-select .list {
    max-height: 200px; /* Adjust the max-height as needed */
    overflow-y: auto;
}

.site-breadcrumb .breadcrumb-title,
.site-title {
    text-transform: none !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        text-transform: none !important;
    }
}

.file-input {
    display: none;
}
.dashboard-widget {
    padding: 15px;
}
#cityInputPickup,
#cityInputDelivery
{
    height: 55px;
}
.file-input-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#potvrda,
#pickup,
#doc_1,
#doc_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-document {
    padding: 14px 50px 14px 20px;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #ced4da;
}
.tvrtka_field,
.tvrtka_name,
.oib_field,
.pickup_kod_field {
    display: none;
}
.calc_details,
.search-area .notif_top {
    line-height: 1.3;
}
.search-area .notif_top {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    cursor: pointer;
}
.search-area .notif_date {
    font-size: .775em;
    text-align: right;
}
.search-area .notif_title {
    font-weight: 700;
}

.podaci {
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
table.table {
    font-size: 14px;
}
table.filter-table tr {
    cursor: pointer;
}
table.filter-table tr:hover td {
    background: #f5f5f5;
}
.filter-input {
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 3px 10px;
}
.search_oib_btn {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--theme-color);
    width: 52px;
    height: -webkit-fill-available;
    border-radius: 0 12px 12px 0;
    color: var(--color-dark);
    cursor: pointer;
}

.booking-form .nice-select {
    line-height: 70px;
}

span.podaci_btn {
    background: var(--theme-color);
    color: var(--bs-body-bg);
    cursor: pointer;
    padding: 4px 10px 2px;
    border-radius: 5px;
}
p.dc-details-list {
    line-height: 20px;
    margin-bottom: 1rem;
}
.dc-booking-box {
    background: #fffcfb;
    border: 1px solid #e87f36;
}
div.dc-summary table {
    width: 100%;
}
div.dc-summary {
    background: #F9F9F9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
i.payment-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: var(--body-text-color);
    text-align: center;
    color: var(--color-white);
}
div.payment-title span.icon {
    margin-right: 10px;
}
div.payment-title span.title,
div.delivery_place span.title {
    color: var(--body-text-color);
    font-weight: 700;
}
.selected span.title {
    color: var(--theme-color) !important;
}
.selected i.payment-icon {
    background: var(--theme-color);
}
div.payment-title,
div.delivery_place-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}
div.payment-type,
div.delivery_place {
    border: none;
    margin-bottom: 30px;
    background: var(--color-white);
    border-radius: 12px!important;
    box-shadow: var(--box-shadow);
}
div.delivery_place {
    height: 130px;
    cursor: pointer;
    border: 1px solid #fff;
}
div.delivery_place.selected,
div.set_bg_color {
    background: #fff5ef;
    border: 1px solid var(--theme-color);
}
div.payment-desc,
div.delivery_place-desc {
    padding: 20px;
    padding-top: 0;
    line-height: 1.5em;
}
.text-primary {
    color: var(--theme-color) !important;
}
.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
.whatsapp a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
}
.whatsapp img {
    width: 70px;
    height: 70px;
    animation: pulse 1.5s ease-in-out infinite;
}

@media (max-width: 992px) {
    .mobile_hide {
        display: none !important;
    }
    .hero-single {
        padding-top: 120px;
    }
    .hero-single .hero-content .hero-title,
    .site-title,
    .blog-details-title,
    .contact-form-header h2,
    .login-header h3 {
        font-size: 24px;
    }
    .contact-form-header h2 {
        margin-top: 30px;
    }
    .booking-title,
    .blog-title {
        font-size: 18px;
    }
    .login-form {
        margin-bottom: 30px;
    }
}