﻿body {
}

/* Loader Styling */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 1050; /* Higher than modals */
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-width-50 {
    --bs-modal-width: 50%;
}

.modal-header-custom {
    background-color:black;
    color:white;
}

.form-holder-100{
    width:100% !important;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

th.col-image,
td.col-image {
    width: 160px !important;
    max-width: 160px;
    min-width: 160px;
    overflow: hidden;
}

/*cookie consent*/
.cookie-consent {
    z-index: 9999;
}