/*
 * @author Disrex V.O.F.
 * @copyright Copyright (c) Disrex V.O.F. (https://www.disrex.nl, support@disrex.nl)
 * @year 2024
 * @addedby Rick Bouma
 * @lastmodified 07-10-2024 10:26:11
 */

.tt-dataset-naamzoeker {
    display: flex;
    flex-direction: column;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    border-bottom: 1px solid #000000;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-dataset-naamzoeker .tt-suggestion:last-child {
    border-bottom: none;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.productenContainer {
    background-color: #e8ecee;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 4px;
}

.productenContainer .productenOverzicht {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.productenContainer .totaal .totaalregel {
    background-color: #d90d18;
    color: white;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 4px;
}

.totalRow {
    background-color: #808080;
    color: white;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 4px;
}

#totaalFinal {
    border-top: 1px white solid;
}

button.groen {
    background-color: #88b125;
}

.header-container .header .nav-toggle {
    font-size: 14px;
    top: 10px;
}

.error {
    margin-top: 5px;
    border: 1px solid red;
}

#inkoop-text {
    padding-right: 30px;
}

#inkoop-text h3 {
    margin: 0;
}

/*  css tbv display toegevoegd product */
.add-text {
    background: #1979c3;
    border: #1979c3;
    padding: 5px 10px;
    border-radius: 4px;
}

.view-add-product, .view-option-alert {
    display: none;
    margin-top: 20px;
}

/*
.alertBorder  {
	border-color: red !important;
}
*/
.alertBox {
    padding: 5px;
    margin-left: -5px;
    border: 1px dotted transparent;
}


.attention-line {
    font-size: 1.8rem;
    line-height: normal;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
}

.alert-text {
    background: red;
    border: red;
    padding: 5px 10px;
    border-radius: 4px;
}


.product-not-found {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    flex-grow: 1;
    position: relative;
    gap: 20px;
}

.product-title {
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #000;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    flex-grow: 1;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.product-description {
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    text-align: left;
    color: #000;
}

.product-description a {
    font-weight: 600;
}

.product-step {
    display: flex;
    justify-content: flex-start;
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 10px;
    margin-bottom: 20px;
}

.product-step-icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60px;
    position: relative;
    gap: 10px;
}

.product-step-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    position: relative;
}

.step-title {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.step-description {
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    text-align: left;
    color: #000;
}

.step-description a {
    font-weight: 600;
}

.step-address {
    margin: 10px 0;
}

.address-line {
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 1.5;
}

#inkoop .content p.address-line {
    margin-bottom: 0;
}

#inkoop .content p.step-description {
    margin-bottom: 0;
}


.customer-message {
    margin-bottom: 20px;
}

/* Hidden by default */
.hidden {
    display: none;
}

/* Warning message */
.warning-message {
    background-color: #ffc107; /* yellow background */
    border: 1px solid #e0a800; /* darker yellow border */
    padding: 15px;
    color: #000; /* black text */
    border-radius: 5px;
}

.warning-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.warning-message a {
    font-weight: 700;
    text-decoration: underline;
}

/* Success message */
.success-message {
    background-color: #28a745; /* green background */
    border: 1px solid #218838; /* lighter green border */
    padding: 15px;
    color: #fff; /* white text */
    border-radius: 5px;
}

.success-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}


/* Tooltip container */
.option {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip text */
.option:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%; /* Position the tooltip above the text */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

/* Show the tooltip text when hovering */
.option:hover::after {
    opacity: 1;
    visibility: visible;
}
