.page-bg {
  background: #f6f6f6;
}

.loginpage-logo {
  display: flex;
  width: 100%;
  margin: 25px 0 0;
  justify-content: center;
}

.loginpage-logo img {
  height: 100px;
}

.login_page .kt-card-content h3 {
  color: #000000;
  text-transform: capitalize;
}

.login_page .kt-card-content a.kt-btn {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 42px;
  color: #000;
}

.login_page .kt-card-content label.kt-form-label {
  margin: 0 0 5px;
  color: #000000;
  font-weight: 600;
}

.login_page .kt-card-content input.kt-input {
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 12px;
  box-sizing: border-box;
  height: 40px;
}

.login_page label.kt-label input.kt-checkbox {
  border-radius: 0;
  border-color: #000000;
}

.login_page label.kt-label span.kt-checkbox-label {
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  font-size: 13px;
}

.login_page button.kt-btn {
  border: 0px;
  outline: none;
  background: #C3002F;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
  box-sizing: border-box;
  height: 45px;
  text-align: center;
}

.indexpage-logo {
  margin: 10px 0;
}

.indexpage-logo img {
  height: 40px;
  margin: 0 auto;
}

.indexpage-logo p {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  color: #C3002F;
}

.kt-sidebar .kt-menu-item .kt-menu-icon {
  display: none;
}

.kt-sidebar .kt-menu-item,
.kt-menu-link {
  width: 95%;
}

.kt-card-table td select {
  border: 1px solid #e7e3e4;
  border-radius: 6px;
  padding: 5px;
}

.dealer_table button.kt-btn.download_btn {
  background: #000000;
}

a.disabled-link {
  pointer-events: none;
  background: #f6f6f6;
  opacity: 0.7;
}

.kt-table-border td:last-child,
.kt-table-border th:last-child {
  border-inline-end-width: 1px;
}

.kt-menu-title{
  line-height: 1.5;
}

.kt-table tbody td a{
  color: #C3002F;
}

.kt-header{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

footer.kt-footer{
  background: #f6f6f6;
}

.action_btn{
  display: inline-block;
}

.kt-table tbody td {
      word-wrap: break-word;
}
    
    
@media (min-width: 64rem) {
  .demo1 .kt-sidebar .kt-sidebar-header {
    height: auto;
  }

  .demo1.kt-sidebar-collapse .kt-sidebar {
    width: 145px;
  }
}