﻿
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: white; /* Adjust color as needed */
    z-index: 1030; /* Ensures header stays above content */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.body-content {
    padding-top: 10%; /* Adjust based on your header height */
}


.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.header-padding-fix {
    padding-left: 0%;
    position: static !important;
}
.toast-margin-top {
    margin-top: 70px;
}

#toastProgressBarContainer {
    height: 3px;
}

#toastProgress {
    width: 100%;
}
.card-custom {
    padding: 4px 10px 0px; 
}
.table-no-spacing {
    border-collapse: collapse;
    border-spacing: 0;
}
.filter-modal-hidden {
    visibility: hidden;
}
.image-preview {
    display: none;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
}
.image-label {
    margin-top: 16px;
}

.image-preview-hidden {
    width: 150px;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    display: block; /* default display */
}

.hidden {
    display: none;
}

.btn-remove-image {
    display: inline-block; 
}

    .btn-remove-image.hidden {
        display: none;
    }
.style1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.style2 {
    margin-top: 70px;
}
.style3 {
    height: 3px;
}
.style4 {
    width: 100%;
}
.hidden-style-tem {
    display: none
}
.filterwidth{
    width:368px;
}
