#content.content-employers {
  margin-top: 5rem;
}
.btn.btn-link.underline-none.w-100.text-start.rounded-top {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h1.text-white.text-center {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h1.dashboard-title, h2.dashboard-title, h3.dashboard-title, h4.dashboard-title, h5.dashboard-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#hero {
  height: 70vh;
  background: url("/assets/images/builders.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.underline-none {
  text-decoration: none;
}
table.table thead .sorting::before, table.table thead .sorting::after, table.table thead .sorting_asc::before, table.table thead .sorting_asc::after, table.table thead .sorting_desc::before, table.table thead .sorting_desc::after, table.table thead .sorting_asc_disabled::before, table.table thead .sorting_asc_disabled::after, table.table thead .sorting_desc_disabled::before, table.table thead .sorting_desc_disabled::after {
    top: 0.5em;
}
#offcanvasNav ul.nav .nav-item .nav-link:hover {
 background-color: #1b285c;
 color: white;
 border-radius: 5px;
}
#offcanvasNav ul.nav .nav-item .nav-link.active {
  background-color: #1b285c;
  color: white;
  border-radius: 5px;
}
ul.nav .nav-item {
 margin-top: 0.25rem;
}
ul.nav .nav-item .nav-link.active {
 border-color: #1b285c;
}
ul.nav .nav-item .nav-link:hover {
  border-color: #1b285c;
  background-color: transparent;
}
textarea {
  height: 100% !important;
}
#content.page-content {
  padding: 5.5rem 1rem;
}
footer#fixed-footer {
-webkit-box-shadow: 
  0px 0px 21.2px rgba(0, 0, 0, 0.119),
  0px 0px 80px rgba(0, 0, 0, 0.081);
        box-shadow: 
  0px 0px 21.2px rgba(0, 0, 0, 0.119),
  0px 0px 80px rgba(0, 0, 0, 0.081);
   padding: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 500;
  height: 4rem;
  background-color: #1b285c;
}
footer#fixed-footer#fixed-footer ul {
 margin-top: 0;
 padding-top: 0;
}
footer#fixed-footer#fixed-footer ul.pagination {
 margin: 0 !important;
 padding: 0 !important;
}
.tableAmounts {
  min-width: 50px;
}

.nav-tabs {
    position: relative;
    /* border-bottom: none; */
}

.nav-tabs .nav-link {
    position: relative;
    color: #6c757d;
    border: none;
    background: none;
    border-radius: 0;
    margin-bottom: -1px;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: #1b285c;
    font-weight: bold;
}

.nav-tabs .nav-link:not(.active):hover {
    color: #1b285c;
    background-color: rgba(0, 123, 255, 0.1);
}

/* Indicator line */
.nav-tabs-indicator {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background-color: #1b285c;
    -webkit-transition: left 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: left 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #1b285c;
  color: white !important;
  padding: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tabs-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: white;
  padding: 0rem;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 
  0px 0px 21.2px rgba(0, 0, 0, 0.119),
  0px 0px 80px rgba(0, 0, 0, 0.081);
        box-shadow: 
  0px 0px 21.2px rgba(0, 0, 0, 0.119),
  0px 0px 80px rgba(0, 0, 0, 0.081);
}

#backToTop {
  -webkit-box-shadow: 0 2px 10px rgba(13, 110, 253, 0.2);
          box-shadow: 0 2px 10px rgba(13, 110, 253, 0.2);
          width: 56px; 
          height: 56px; 
          -webkit-transition: all 0.3s ease; 
          transition: all 0.3s ease; 
          z-index: 1050;
          background-color: #1b285c;
          border-radius: 50%;
          display: none;
}

#backToTop:hover {
  background-color: #0b5ed7 !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
          box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

#backToTop:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dmx-message {
  width: 400px;
}

table#captureTable.table-sm > :not(caption) > * > * {
	padding: 0.1rem;
}

table#captureTable.table-sm tr td input[type="text"] {
  border-radius: 0;
  border: none;
}

input[readonly] {
    cursor: not-allowed;      /* Not-allowed cursor */
    pointer-events: none;     /* Prevent any interaction */
}

input[readonly]:focus {
    border-color: #ccc; /* Keep border color consistent */
    outline: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

#loader .custom-spinner {
    width: 100px;       /* Increased size */
    height: 100px;      /* Increased size */
    border-width: 8px;  /* Increased thickness */
}

.flex-cell {
    padding: 0; /* Remove additional padding that may affect size calculation */
    width: 1%; /* Allow the cell to shrink to fit content */
    white-space: nowrap; /* Prevent cell content from wrapping */
}
.cursor-pointer {
  cursor: pointer;
}

.fixed-column {
  position: sticky;
  top: 0; /* Keeps the column at the top when scrolled */
  height: calc(100vh - 200px); /* Full viewport height */
  overflow-y: auto; /* Ensure overflow is managed */
}

.scrollable-column {
  height: calc(100vh - 200px); /* Full viewport height */
  overflow-y: scroll; /* Allow scrolling */
}
.card.card-employers {
  padding: 1.5rem;
  margin-bottom: 1rem;
}
