img {
  object-fit: cover;
  max-width: 100%;
}

.site-logo .navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
.site-logo .navbar-brand .logo {
  max-width: 190px;
}
.site-logo .logo-text .alt {
  color: #ff681c;
  background-color: #F2ece7;
  font-size: 12px;
}

a {
  color: #ff681c;
}
a:hover {
  color: #948685;
}

.auth-col-main .btn.btn-primary {
  background-color: #ff681c;
  border: none;
  border-radius: 0;
  color: #ffffff;
}
.auth-col-main .btn.btn-primary:hover {
  background-color: #948685;
}

input, input.form-control, textarea, textarea.form-control, .auth-col-main input, .auth-col-main input.form-control {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #b2b2b2;
}
input, input::placeholder, input.form-control, input.form-control::placeholder, textarea, textarea::placeholder, textarea.form-control, textarea.form-control::placeholder, .auth-col-main input, .auth-col-main input::placeholder, .auth-col-main input.form-control, .auth-col-main input.form-control::placeholder {
  color: #2a2e33 !important;
}
input:focus, input.form-control:focus, textarea:focus, textarea.form-control:focus, .auth-col-main input:focus, .auth-col-main input.form-control:focus {
  border-color: #ff681c;
}

.auth-col-main {
  border-radius: 0 !important;
  position: relative;
  overflow: visible;
}
.auth-col-main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../assets/images/decor-4.png");
  transform: translate(15px, 15px);
  z-index: -1;
  opacity: 0.4;
}

#wrapper #logoTop .logo-text .alt {
  color: #ff681c;
  background-color: #F2ece7;
  font-size: 12px;
}
#wrapper #logoTop .logo {
  max-width: 32px;
  transform: translateY(-4px);
}
#wrapper.toggled #sidebar-wrapper .navbar .nav-pills .nav-link .mdi {
  color: #ffffff !important;
}

.alert.alert-info {
  background-color: #F2ece7;
  border-color: rgba(255, 104, 28, 0.2);
}

#sidebar-wrapper .navbar .nav-pills .nav-link.active .mdi {
  color: #ffffff !important;
  background: #ff681c !important;
  border-color: #ff681c !important;
}
#sidebar-wrapper .navbar .nav-pills .nav-link .mdi {
  background: none;
  color: #2a2e33;
  border: 1px solid #2a2e33;
  max-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sidebar-wrapper #logo, #sidebar-wrapper .text, #sidebar-wrapper .text-light {
  color: #ff681c !important;
}
#sidebar-wrapper #logo .logo-img {
  max-width: 120px;
  margin: 0 auto;
  display: block;
}

.bg-primary {
  background-color: #2a2e33 !important;
}
/*
table.sticky thead {
  position: sticky;
  top: 51px;
  z-index: 10000;
}

body {
  overflow-x: hidden;
}

#wrapper {
  overflow: initial !important;
}*/

.fixed-table-header {
  position: sticky;
  top: 51px;
  z-index: 10000;
  overflow: hidden;
  visibility: hidden;
}

.table-body {
  overflow-x: auto;
  visibility: hidden;
}

.table-body::-webkit-scrollbar {
  height: 0;
}

body {
  overflow-x: hidden;
}

#wrapper, .card-body:not(.skip) {
  overflow: initial !important;
}

.table-scroll {
  position: sticky;
  bottom: 0;
  z-index: 10000;
  overflow-x: scroll;
}

.table-scroll-width { 
  height: 1px;
}

.table-scroll::-webkit-scrollbar {
  height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #ff681c;
}

.table-scroll::-webkit-scrollbar-thumb:hover {
  background: #e5540c;
}
