.sticky-table {
  position: sticky;
  top: 56px;
  z-index: 200;
  overflow: hidden;
}
.top_nav_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  background: #7385bf;
  padding: 10px;
  color: white;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_nav_bar .nav-left {
  color: white;
}
.top_nav_bar .nav-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
body {
  padding-top: 60px;
  padding-bottom: 200px;
}
.v_align_middle {
  vertical-align: middle !important;
}
input[type=checkbox] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.table th, .table td {
  border: 0 !important;
}
.table-sortable th {
  cursor: pointer !important;
}
.table-sortable th::after {
  content: " \25BC";
  visibility: hidden;
}
.table-sortable th:hover::after {
  visibility: visible;
}
.table-sortable th.asc::after,
.table-sortable th.dsc::after {
  visibility: visible;
}
.table-sortable th.asc::after {
  content: " \25B2";
}
.table-sortable th.dsc::after {
  content: " \25BC";
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #d0f3d0 !important;
}
.cats .cats_tip {
  display: none;
  min-width: 50%;
  z-index: 1000;
  background-color: #6e5f5c;
  color: white;
}
.cats:hover .cats_tip {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #6e5f5c;
  color: white;
  padding: 10px;
  border-radius: 4px;
}
.rfq_text_class {
  font-size: 18px;
}
#fulfill_progress_box {
  text-align: center;
  display: none;
  background-color: #444;
  position: fixed;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  color: white;
  top: 25%;
  z-index: 10001;
  box-shadow: 0 0 25px 0 rgba(1, 1, 1, 1);
}
#email_alert_box {
  text-align: center;
  display: none;
  background-color: #6b89ed;
  position: fixed;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 900;
  border-radius: 20px;
  color: white;
  top: 25%;
  z-index: 10001;
  box-shadow: 0 0 25px 0 rgba(1, 1, 1, 1);
}
.alert_button {
  font-weight: 900;
  padding: 10px 120px;
  border-radius: 20px;
}
.row-clickable {
  cursor: pointer;
}
.highlight-pink {
  background-color: pink !important;
}
.highlight-bold {
  font-weight: bold !important;
}
#overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
}
.spinner-container {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.login-card {
  width: 100%;
  max-width: 400px;
}
.admin-card .card-header {
  background: #7385bf;
  color: white;
  font-size: 16px;
}
.admin-card .table {
  font-size: 14px;
}
.admin-card .table th {
  background: #f8f9fa;
}
