.homeimg img {
  width: 100%;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading {
  padding: 3px 3px 3px 10px;
}

.panel-heading {
  font-size: 13px;
  padding: 2px 7px;
  /* border-bottom: 1px solid transparent; */
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tab-pane {
  border-radius: 0px 5px 5px 5px;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 8px;
}

body,
html {
  height: 100%;
  overflow-y: hidden;
}

main {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 50px;
}

label {
  font-size: 14px;
}

#addEdit-tab {
  font-size: 14px !important;
  padding: 7px 18px !important;
  /* color:#faa21e !important */
}

#list-tab {
  font-size: 14px !important;
  padding: 7px 18px !important;
  /* color:#faa21e !important */
}

#import-tab {
  font-size: 14px !important;
  padding: 7px 18px !important;
  /* color:#faa21e !important */
}

.btn-sm {
  font-size: 11px;
}

.nav-link {
  color: var(--bs-gray) !important;
}

.tab-content {
  /* height: 70vh; */
  background-color: #FFF;
  padding: 15px;
  border: 1px solid #ddd;
}

.breadcrumb {
  justify-content: space-between !important;
  margin-bottom: 0px !important;
}

.btn {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .8rem;
}

.form-control-sm {
  font-size: 0.8rem !important;
}

sup {
  top: -0.35em !important;
  left: 0.1em !important;
}

.invalid-feedback {
  font-size: 0.75em !important;
}

.notifyjs-bootstrap-base {
  padding: 7px 10px 5px 26px !important;
  font-size: small !important;
}

.table-panel {
  max-height: 370px;
  overflow: auto;
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 14px !important;
}

.table>thead {
  font-size: 13px !important;
}

.table>tbody {
  font-size: 13px !important;
}

.open-edit {
  cursor: pointer;
  color: blue;
}

.phone_no_align {
  text-align: right;
}