html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.custom-card-header {
    background-color: #429BCC ;
    color: white;
}

tr, td {
    border-left: 1pt solid blue !important;
}

table {
    border: 1pt solid blue !important;
}
.tabledown {
    border-bottom: 1pt solid blue !important;
}


#loadingSpinner img {
    opacity: .8;
    height: 100px;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000; /* Ensure the overlay is on top of other content */
}

#loadingSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select-size {
    width: 375px !important;
    height: 30px !important;
}

.custom-select:focus {
    border-color: rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}