:root {
    --primary: #33658A; /* Change this to your desired color */
    --primary-rgb: 51, 101, 138; /* Optional: define the RGB equivalent */
}

body {
  font-family: "-apple-system,BlinkMacSystemFont", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  background-color: #F5F5F5;
  color: #666666;
}

.btn {
  font-family: "-apple-system,BlinkMacSystemFont", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 1.2rem;
}

.card-title {
  font-weight: bold;
}

.form-control {
  font-weight: bold;
}

.font-weight-light {
  font-weight: bold !important;
}

.bg-dark {
  background-color: #999 !important;
}

.bg-light {
  background-color: #ffffcd !important;
}

.navbar-dark {
  border-color: #999;
}

.content-wrapper {
  background-color: #F5F5F5;
}

.dataTable td {
  padding: 0.4rem 0.25rem;
  vertical-align: middle;
  font-weight: normal;
}

.select2-results__option {
  word-break: break-word;
}

.table-select tbody tr {
  cursor: pointer;
}

.dataTables_filter {
  display: none;
}

.cell {
  border: 1px solid #dee2e6;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.5rem !important;
  margin: 0;
  min-height: 55px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cell:first-child {
  border-top-width: 0;
}

tr.cell-0-error .cell:nth-child(1),
tr.cell-1-error .cell:nth-child(2),
tr.cell-2-error .cell:nth-child(3) {
  min-height: 79px;
}

.main-header {
	border-bottom: none;
}

.page-title {
	margin-top: -42px !important;
	margin-left: 50px;
	font-size: 1.7rem;
	text-align: center;
}

.navbar-brand {
	font-size: 1.6rem;
	margin-left: 20px;
}
	
bg-navy {
	background-color: #2A3F54;
}

.breadcrumb {
	background-color: transparent !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #86BBD8 !important;
	color: #2F4858;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
	background-color: #33658A !important;
	color: #ffffff !important;
	padding: 20px !important;
}

[class*=sidebar-dark-] {
	background-color: #33658A !important
}

.nav-sidebar .nav-link {
	margin: 14px 0;
    padding: 16px 20px;
    border-radius: 10px; /* Optional: add rounded corners */
}

.retain-price {
  margin-left: -40px;
  margin-top: -5px;
}
@media (min-width: 992px) {
  .retain-price-container {
    margin-bottom: -50px !important;
  }
}