.color-accent {
    color: #f24f1f;
}

.bg-color-accent {
    background-color: #f24f1f !important;
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity))
}

.badge-light {
    display: flex;
    align-items: center;
    background-color:var(--vz-input-bg-custom);
    border-radius: 25px;
    padding: 16px;
    gap: 8px;
    color: #2e3960;
    margin: .5rem .5rem .5rem 0 !important;
}

.badge-lighter {
    background-color: var(--vz-input-bg-custom-lighter) !important;
}

.text-color-blue {
    color: #2e3960 !important;
}

.product-item-separator {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    border-right: #2e3960 2px solid;
}

.price-border {
    border: 1px solid black;
    border-radius: 25px;
    padding: 8px;
}

/*[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active::before {
    background: url("../images/design/button_left.svg") no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active::after {
    background: url("../images/design/button_right.svg") no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 24px;
    left: 100%;
}*/

[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active {
    background-color: #f24f1f;
    border-radius: 25px;
}

.flex-1 {
    flex: 1 !important;
}

.cart-background {
    background-color: #FFFFFF;
}

.dashboard-badge {
    border-radius: 25px;
    margin: 8px;
    width: 100%;
    height: 138px;
}

.dashboard-badge img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.dashboard-1 {
    background-color: #9CD5F6;
}

.dashboard-2 {
    background-color: #FF6844;
}

.dashboard-3 {
    background-color: #2D3960;
}

.dashboard-profile {
    height: 75px;
    width: 75px;
    align-self: center;
}

.dashboard-banner-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.donut-kcal {
    position: relative;
    top: 200px;
    left: 85px;
    text-align: center;
    width: 148px;
    font-size: 12px;
}

.btn-go {
    position: fixed;
    right: 16px;
    bottom: 45%;
    z-index: 1000;
}

.product-price {
    color: #f24f1f;
    font-weight: 600;
    font-size: 20px;
}

.highlight-row {
    background-color: #f7b84b;
}

.checkout-discount {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #f24f1f;
}

.product-details-table-head th {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.product-details-table {
    border-bottom: solid #2E3860 1px;
    text-align: center;
}

.product-details-table td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.text-price {
    font-weight: bold;
    font-size: 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.brands-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.brands-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    max-height: 220px;
    overflow-y: scroll;
}

.btn-success {
    background-color: #00bf63;
}

.client_price {
    background-color: rgba(255, 104, 68, 0.7);
    color: white;
}
