:root {
  --bs-primary: #cf5c57;
  --bs-primary-rgb: 207, 92, 87;
  --bs-primary-active: #b84a45;
  --bs-primary-light: #f8e5e4;
  --bs-link-color: #cf5c57;
  --bs-link-hover-color: #b84a45;
}

.btn-primary,
.btn.btn-primary {
  background-color: #cf5c57 !important;
  border-color: #cf5c57 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #b84a45 !important;
  border-color: #b84a45 !important;
}

a,
.text-primary {
  color: #cf5c57;
}
a:hover {
  color: #b84a45;
}

.app-sidebar,
.aside,
.header {
  background-color: #485776 !important;
}

.menu-link.active,
.menu-item.here > .menu-link,
.menu-link:hover {
  background-color: rgba(207, 92, 87, 0.15) !important;
}

.symbol.symbol-40px > img,
.app-sidebar-logo img,
.aside-logo img {
  max-height: 40px;
}

.page-loader,
.splash-screen {
  background-color: #ffffff !important;
}

.form-check-input:checked {
  background-color: #cf5c57 !important;
  border-color: #cf5c57 !important;
}



.dt-container, .dtsp-panesContainer {
  display: none !important;
}

