html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

congress-header {
    background-color: #293744;
}

.high-zindex {
    z-index: 99999 !important;
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    margin-left: unset !important;
    width: 440px !important;
    position: relative;
    vertical-align: middle,
}

.form-label {
    display: block;
    margin-bottom: 5px;
}

.flatpickr-calendar {
    z-index: 999999 !important; /* Must be higher than Bootstrap modal (1050) */
}

.large-checkbox {
    transform: scale(3); /* Makes the checkbox 3x larger */
    transform-origin: center; /* Ensures it scales properly */
    margin: 5px; /* Optional: Adjust spacing */
    margin-top : 12px;
}

.coralBackground {
    background-color: coral!important;
}

.container {
    max-width:unset;
}

.leftMargin {
    margin-left: 8px;
}




#pageGridControllerSecondRow div span {
    margin-right: 20px; /* Space between each color square + label set */
    display: flex;
    align-items: center; /* Vertically center align the text with the squares */
}

.search-panel {
    width: 600px;
    position: absolute;
    right: 23px;
    top: 0; /* Initially assume the grid starts at the top */
    display: none; /* Hidden by default */
    background-color: #f4f4f4;
    box-shadow: -1px 0 1px rgba(0,0,0,0.5);
    z-index: 13001; /* Ensure it's above other content */
}

    /* Adjust the top property based on your grid's actual position */
    .search-panel.active {
        display: block; /* Show panel */
    }

.panel-buttons {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

#searchPanelFilters .filter-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#searchPanelFilters {
    max-height: calc( 100% - 110px); /* Ensures it doesn't grow beyond the parent container */
    overflow-y: scroll; /* Adds a vertical scrollbar when content exceeds max-height */
    position: absolute; /* Optional, depending on your layout needs */
    width: calc( 100% - 15px); /* Adjust as needed */
}

    #searchPanelFilters input[type="text"] {
        flex-grow: 1;
        margin-left: 10px;
    }

.fixed-width-label {
    display: inline-block;
    width: 100px; /* Adjust based on your longest label */
    margin-left: 5px;
}


#searchPanel {
    padding: 10px;
}

.filter-div select {
    margin-left: 10px;
}




#searchPanelGeneralFilters .filter-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#searchPanelGeneralFilters {
    max-height: calc( 100% - 110px); /* Ensures it doesn't grow beyond the parent container */
    overflow-y: scroll; /* Adds a vertical scrollbar when content exceeds max-height */
    position: absolute; /* Optional, depending on your layout needs */
    width: calc( 100% - 15px); /* Adjust as needed */
}

    #searchPanelGeneralFilters input[type="text"] {
        flex-grow: 1;
        margin-left: 10px;
    }


#searchPanelCustomers {
    padding: 10px;
}


.halfSizeInputFilter {
    width: 100px;
    display: flex;
}

.halfSizeInputFilterInv {
    display: none;
}

.high-zindex {
    z-index: 99999 !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    margin-left: 10px !important;
    width: 440px !important;
    position: relative;
    vertical-align: middle
}

.select2-dropdown {
    z-index:9999!important;
}
.select2-dropdown {
    z-index: 9999 !important;
}

.select2-search__field {
    z-index: 10000 !important;
}

.large-checkbox {
    width: 1.4em;
    height: 1.4em
}


.scroll-container {
    overflow-x: auto; /* Allows horizontal scrolling */
    max-height: calc(30vh - 10px);
}