    @charset "UTF-8";
    body {
        font-family:  Google Sans, Arial, sans-serif!important;
        font-size: 12px;
        overflow: hidden;
    }


    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
        font-size: 1em;
    }
    .dt-nowrap {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 0px 8px!important;
    }
    .left {
        text-align: left;
    }
    .capitalize-first{
        text-transform: capitalize;
    }
    .plate-container {
        display: flex;
        align-items: center;
        background: #ffcc00;
        border: 2px solid #000;
        border-radius: 4px;
        width: 100%;
        padding: 0;
        overflow: hidden;
        font-weight: bold;
        font-size: 0.7rem;
        letter-spacing: 0.2rem;
    }

    .eu-strip {
        background: #003399;
        color: white;
        width: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
    }

    .eu-strip .stars-circle {
        position: relative;
        width: 15px;
        height: 10px;
        margin-top: 0px;
    }

    .eu-strip .star {
        position: absolute;
        font-size: 6px;
        color: white;
        transform-origin: 50% 50%;
    }

    .plate-text {
        padding: 0.01rem 1.1rem;
        color: black;
    }

    #userDropdown, #sidebar-toggle {
        z-index: 1000;
    }

    .modal-dialog .col-lg-3:has(label) {
        width: 33.333% !important;
    }
    .modal-dialog {
        text-align: left; /* you'll likely want this */
        max-width: 100%;
        width: auto !important;
        display: inline-block;
    }

    .altEditor-modal .form-control.form-check-input {
        height: 25px;
    }

    .bold {
        font-weight: bold;
    }

    .select2-container--bootstrap-5 .select2-selection--single:has(.select2-selection__clear) {
        background-image: none !important;
    }

    input[required] {
        background: yellow;
    }

    .select2-selection.required {
        background-color: yellow !important;
    }

    input:required {
        background-color: yellow !important;
    }
    .was-validated .form-control:not([required]):valid {
            background-image:unset;
    }
    select[required="required"] + .select2-container .select2-selection {
        background: yellow;
    }
    select[readonly="readonly"] + .select2-container .select2-selection .select2-selection__clear {
        display: none;
    }
    select[readonly="readonly"] + .select2-container .select2-selection {
        background: #f3eadf !important;
    }
    select[disabled] + .select2-container .select2-selection {
        background: #f3eadf !important;
    }

    select[withborder="true"] + .select2-container .select2-selection {
        background: gray;
        height: 35px;
    }

    .input-field-template {
        padding-left: 24px;
        height: 35px
    }

    .stroom-type.isextern, .stroom-type.isuitgaand, .stroom-type.isingaand,.stroom-type.isintern {
        padding: 6px;

        border-radius: 9px!important;
    }

    .stroom-type.isextern {
        border: #2196F3 solid 1px!important;
    }
   .stroom-type.isintern  {
        border: #f3d721 solid 1px!important;
    }

    .stroom-type.isingaand {
        border: #4CAF50 solid 1px!important;
    }

    .stroom-type.isuitgaand {
        border: #F44336 solid 1px!important;
    }

    .select2 {
        width: 100% !important;
    }

    .select2-container:not(.select2-container--open) {
        z-index: 1;
    }


    footer {
        margin-top: auto;
        width: 100%;
        background: #fff;
    }

    .main {
        height: 100vh;
    }

    main {
        height: calc(100% - 116px);
    }

    .hidden {
        display: none !important;
    }


    .spinner {
        position: absolute;
        left: 46%;
        top: 40%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 8px solid lightgray;
        border-top: 8px solid tomato;
        border-bottom: 8px solid tomato;
        animation: anime 1.4s ease infinite;
    }

    @keyframes anime {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .spinner {
        position: absolute;
        left: 46%;
        top: 400px;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 8px solid lightgray;
        border-top: 8px solid #203a45;
        border-bottom: 8px solid #203a45;
        animation: anime 1.4s cubic-bezier(1, 0.74, 1, 1) infinite;
    }


    .spinner::before {
        position: absolute;
        content: "";
        width: 160%;
        height: 160%;
        left: 50%;
        top: 50%;
        border-radius: inherit;
        opacity: 0.6;
        transform: translate(-50%, -50%);
        border: 10px solid #171616;
        border-left: 10px solid #9f9494;
        border-right: 10px solid #696161;
    }

    .spinner::after {
        position: absolute;
        content: "";
        width: 200%;
        height: 200%;
        left: 50%;
        top: 50%;
        border-radius: inherit;
        opacity: 0.6;
        transform: translate(-50%, -50%);
        border: 12px solid #203a45ad;
        border-top: 12px solid #203a4566;
        border-bottom: 12px solid #203a45c4;
    }


    .dropdown-toggle:after {
        display: none;
    }

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
        right: 9px;
    }


    .altEditor-modal span {
        font-size: 12px;
        padding: 0px;

    }

    .altEditor-modal input {
        font-size: 12px;
        padding: 0px;
    }

    #content {
        /*overflow: scroll;*/
    }

    #content .dataTables_wrapper {
        max-height: 78vh;
    }

    .accordion-flush {
        background: white;
    }

    .sidebar-item-title {
        text-transform: capitalize;
    }

    .swal2-container input {
      width: auto!important;
     }

    input[type=text], input[type=number], input[type=password] {
        width: 100%;

        box-sizing: border-box;

        -webkit-transition: 0.1s;
        transition: 0.1s;
        outline: none;
    }

    input[type=text]:focus, input[type=number]:focus {
        border-bottom: 2px solid blue;
    }

  .swal2-container input {
      width: auto!important;
     }

    button:where(.swal2-styled) {
        margin: 0.3125em;
        padding: 0.625em 1.1em;
        transition: box-shadow .1s;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
        font-weight: 500;
    }

    .capitalize {
        text-transform: capitalize;
    }

    td > strong.w3-panel {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0em 0px
    }


    #email-attachements {
        display: flex;
        gap: 1rem;
    }

    .email-attachments-container {
        display: flex;
        justify-content: center;
    }

    .email-btns-container {
        display: flex;
        gap: 2rem;
    }

    .preview-container {
        min-height: 45rem;
        background: rgb(242, 242, 242);
    }

    .pdf-frame {
        height: 45rem;
    }

    .file-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 4rem;
        width: 90%;
        border-radius: 5px;
        background-color: rgb(13, 110, 253);
        color: white;
        display: inline-flex;

        & > span.name {
            padding-right: 10px;
            width: 100%;
        }
    }

    .file-delete,.file-delete-param {
        font-weight: bold;
        display: flex;
        width: 24px;
        color: white;

        background-color: #6eb4ff00;
        font-size: large;
        justify-content: center;
        margin-left: auto;
        margin-right: 5px;
        cursor: pointer;

        &:hover {
            background-color: rgba(144, 163, 203, 0.2);
            border-radius: 10px;
        }

        & > span {
            transform: rotate(45deg);
            font-size: 1.5rem;
        }
    }
    .file-delete-param.deleted {
        & > span {
            transform: rotate(0deg)!important;
            font-size: 1.5rem;
        }
    }

    .file-block:has(.deleted[value="true"]) {
        opacity: 0.5;
        /* or */
        background-color: #d3cece;
        /* plus the strike-through if applicable to text */
        text-decoration: line-through;
    }

    .note-btn-group.open .note-dropdown-menu, .note-dropdown-item {
        display: flex !important;
    }


    .note-btn-group.open .note-btn-group {
        display: inline-flex !important;
    }

    .note-btn-group.open .dropdown-style, .note-btn-group.open .dropdown-fontname {
        display: block !important;
    }

    .tooltip-container {
        position: relative;
        display: inline-block;
    }

    .tooltip-text {
        visibility: visible;
        background-color: #3498db;
        color: #fff;
        text-align: center;
        border-radius: 5px;


        z-index: 1;
        /* Position above the element */

        /* Adjust according to tooltip width */
        opacity: 0.5;
        transition: opacity 0.3s;
    }

    /* Show the tooltip on hover
    .tooltip-container:hover .tooltip-text {
      visibility: visible;
      opacity: 1;
    }
    */

    .select2-container--open {
        z-index: 9999999
    }

    div.dt-button-collection.two-column {
        width: 438px;
    }

    .dt-button-collection {
        display: table;
    }

    .dt-button-background {
        background: transparent !important;
    }


    .modal-dialog a.isingaand {
        border-left: 20px solid #4CAF50!important;
    }

    .modal-dialog a.isuitgaand {
        border-left: 20px solid #F44336!important;
    }
    .modal-dialog a.isintern {
        border-left: 20px solid #f4ce36 !important;
    }

    .modal-dialog a.isextern {
        border-left: 20px solid #2196F3!important;
    }


    tr.isingaand > td.dtr-control, tr.isingaand > td:first-child {
        border-left: 20px solid #4CAF50 !important;
    }
    tr.isintern > td.dtr-control, tr.isintern > td:first-child {
        border-left: 20px solid #af9f4c !important;
    }

    tr.isuitgaand > td.dtr-control, tr.isuitgaand > td:first-child {
        border-left: 20px solid #F44336 !important;
    }

    tr.isextern > td.dtr-control, tr.isextern > td:first-child {
        border-left: 20px solid #2196F3 !important;
    }


    select.isuitgaand, li.isuitgaand, option.isuitgaand, span.isuitgaand,a.isuitgaand {
        border-left: 20px solid #F44336 !important;
    }
    select.isintern, li.isintern, option.isintern, span.isintern,a.isintern {
        border-left: 20px solid #f4ce36 !important;
    }

    select.isingaand, li.isingaand, option.isingaand, span.isingaand ,a.isingaand{
        border-left: 20px solid #4CAF50 !important;
    }

    select.isextern, li.isextern, option.isextern, span.isextern,a.isextern {
        border-left: 20px solid #2196F3 !important;
    }



    div.isintern,button.isintern {
        background: #f3d721 !important;
    }

    div.isuitgaand,button.isuitgaand {
        background: #F44336 !important;
    }

    div.isingaand,button.isingaand {
        background: #4CAF50 !important;
    }

    div.isextern,button.isextern {
        background: #2196F3 !important;
    }


    .form-clear {
        align-items: center;
        background: #cecece;
        border-radius: 50%;
        bottom: 3px;
        color: rgba(0, 0, 0, .54);
        cursor: pointer;
        display: flex;
        height: 24px;
        justify-content: center;
        position: absolute;
        right: 0;
        width: 24px;
        z-index: 10;
    }

    .form-text + .form-clear {
        bottom: calc(1rem + 18px);
    }

    .form-clear .material-icon {
        font-size: 16px;
        font-weight: 500;
    }

.icon-giz {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.icon-giz-afvalstroom {
    background-image: url("/icons/Afvalstroom.svg");
}
    .icon-giz-offerte{
        background-image: url("/icons/Offerte.svg");
    }
    .icon-giz-project {
        background-image: url("/icons/Project.svg");
    }

a {
    cursor: pointer;
}

.generate-btn {
    margin: 0 2rem;
}

.main {
    height: 100vh;
}

.swal2-container{
    width: auto!important;
}


.legend-items > button {
    display: block;
}

.legend-items > ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style: none;
        gap: .5rem;
        input[type=text] {
            width: auto;
        }
    }
}

.checkbox-container {
    display: flex;
    justify-content: center;
}

.add-certificate {
    display: flex;
    flex-direction: column;
}

.cell-validation-fail{
    background: red!important;
    color: white!important;
}
.tr-validation-fail td{
    border-bottom: solid 1px red !important;
    border-style: dashed !important;
}

table.giz-table th .select2.select2-container {
    background: red;
    width: 150px !important;
}

/*.form-group.position-relative input {*/
/*    padding-right: 32px;*/
/*}*/
    input.input-field-template{
        padding-left: 11px;
    }
    input.input-field-template.straat {
        padding-right: 1px!important;
    }
    input.input-field-template.nummer {
        padding-left: 5px!important;
        padding-right: 1px!important;
    }
    input.input-field-template.toevoeging {
        padding-left: 5px!important;
        padding-right: 1px!important;
    }
    input.input-field-template.postcode {
        padding-right: 1px!important;
    }
    input.input-field-template.land {

    }

    .select-field-template {
        padding-left: 11px;

    }
   .weging-edit-kenteken{
       padding-left: 22px!important;
       height: 30px;
       border-radius: 2px;
       border: 1px solid lightgray;
   }
    .w3-col:has(.weging-edit-kenteken) {
       width:  68.5%!important;
        margin-top: 1px  !important;
        margin-bottom: 2px  !important;
   }
    select:not([required]):not([multiple]) + .select2-container .select2-selection__rendered {
        background: white;
        height: 26px;
        padding-top: 2px;
        padding-left: 1px;
    }

    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        padding-top: 2px;
        padding-left: 1px;
    }

    .accepted-in-partij .w3-col.s6 {
        text-align:left
    }
    .accepted-in-partij .capaciteit-feedback {
        margin-top: 20px;
    }

    .thumbnail-gallery img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border 0.2s;
    }

    .thumbnail-gallery img:hover {
        border: 2px solid #007bff; /* Bootstrap Primary Color */
    }

    #largeImage {
        max-height: 600px; /* Pas de maximale grootte aan voor de grote afbeelding */
    }

    .dt-badge {
        background: red;
        color: white;
        border-radius: 10px;
        padding: 2px 6px;
        font-size: 11px;
        margin-left: -17px;
        position: relative;
        top: -17px;
    }
    .tabs-sticky{
        position: sticky;
        top: -15px;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    /* make form scrollable */
    .form-body-scroll{
        max-height: 70vh; /* adjust */
        overflow-y: auto;
    }

    .partij-flex-container {
        padding: 0;
        margin: 0;
        list-style: none;
        border: 1px solid silver;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        max-height: 400px;
        overflow: auto;
    }

    .partij-wrap    {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partij-flex-item {
        background: transparent;
        /*padding: 5px;*/
        width: 235px;
        height: 20px;
        margin: 2px;
        line-height: 20px;
        color: white;
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        display: flex;
        justify-content: space-around;
        border: 1px solid black;
    }

    .custom-swal-title {
        height: 50px; /* Zorg dat de hoogte exact 50px is */
        line-height: 50px; /* Zorg dat tekst verticaal gecentreerd is */
        font-size: 1.5rem; /* Pas eventueel de lettergrootte aan */
        margin: 0; /* Verwijder standaard marges */
        padding: 0; /* Verwijder standaard padding */
        color: white; /* Kleur van de tekst */
        background-color: blue; /* Blauwe achtergrond */
        text-align: right; /* Tekst helemaal rechts uitgelijnd */
        display: flex; /* Gebruik flexbox voor betere uitlijning */
        justify-content: space-between; /* Laat ruimte tussen tekst en sluitknop */
        align-items: center; /* Zorg dat tekst en knop verticaal gecentreerd zijn */
        padding: 0 10px; /* Een beetje padding links en rechts */
    }

    .capitalize{
        text-transform: capitalize;
    }

    .disabled,.disabled.ui-button:hover, .disabled.ui-button:focus{
        background-color: #ddd!important;
        color: #6c7a80 !important;
        cursor: not-allowed!important;
    }

    /* Full screen overlay with blur */
    .ui-blocker {
        position: fixed;
        inset: 0;
        backdrop-filter: blur(6px); /* fancy blur effect */
        background: rgba(0,0,0,0.4); /* semi-transparent dark */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        transition: opacity 0.3s ease;
    }

    /* Hide overlay */
    .ui-blocker.hidden {
        opacity: 0;
        pointer-events: none;
    }

    /* Centered content box */
    .ui-blocker-content {
        background: rgba(255,255,255,0.95);
        padding: 25px 50px;
        border-radius: 0.3125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.35);
        font-family: 'Segoe UI', sans-serif;
        color: #333;
    }

    /* Bouncing dots container */
    .bouncing-dots {
        display: flex;
        gap: 8px;
        height: 20px;
    }

    /* Each dot */
    .bouncing-dots span {
        display: block;
        width: 12px;
        height: 12px;
        background: #007bff; /* accent color */
        border-radius: 50%;
        animation: bounce 0.6s infinite ease-in-out;
    }

    /* stagger animation delays for bouncing effect */
    .bouncing-dots span:nth-child(1) { animation-delay: 0s; }
    .bouncing-dots span:nth-child(2) { animation-delay: 0.15s; }
    .bouncing-dots span:nth-child(3) { animation-delay: 0.3s; }

    /* Bounce animation */
    @keyframes bounce {
        0%, 80%, 100% { transform: scale(0); }
        40% { transform: scale(1); }
    }

    /* Loading text */
    .loading-text {
        font-size: 16px;
        font-weight: 500;
        color: #555;
        opacity: 50%;
    }
    /* ============= end Full screen overlay with blur =========== */