*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ac1a2f;
  border-radius: 10px;
}

.text-sm * {
  font-size: 0.95rem;
}

main>.container,
main>.container-fluid {
  padding: 85px 15px 20px;
}

@media (min-width : 1200px) {
  .container-fluid {
    max-width: 1400px;
  }

  .container-extra {
    max-width: 98%
  }
}

.home-container {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  font-family: 'Numans', sans-serif;
  padding: 85px 15px 20px;
  text-align: center;
  max-width: 100% !important;
}

nav {
  background-color: white !important;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
}

nav .logo {
  max-height: 40px;
}

nav a.nav-link {
  color: #ac1a2f !important;
}

nav a.nav-link.active {
  font-weight: 700;
}

h6 {
  font-weight: 700;
}

.btn {
  border-radius: 0.50rem;
}

.btn-primary,
.page-item.active .page-link,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ac1a2f;
  border-color: #ac1a2f;
}

.btn-primary:hover {
  background-color: #ac1a2f;
  border-color: white;
}

a {
  color: #ac1a2f !important;
}

a:hover {
  color: #ac1a2f;
}

.dropdown-item.active,
.dropdown-item:active,
.page-item.active .page-link {
  color: white !important
}

.custom-file-input~.custom-file-label::after {
  content: "...";
}

.pointer {
  cursor: pointer;
}

.dashboard-card {
  position: absolute;
  left: 45%;
  top: -20px;
  border-radius: 50%;
}

.fa-info {
  cursor: pointer;
  font-size: 12px;
  position: relative;
  top: -8px;
}

.fa-info.main {
  cursor: pointer;
  font-size: 1em !important;
  position: relative;
  top: 0px !important;
}

.invalid-feedback {
  text-align: right;
}

.popover {
  max-width: 1000px !important;
}

.deleteIcon,
.editIcon {
  cursor: pointer;
}

.dataTables_length {
  margin: 2px;
}

.dataTables_length select {
  height: 38px;
}

#messages {
  position: absolute;
  z-index: 1000;
  top: 85px;
  right: 15px;
}

#toast-container {
  position: sticky;
  z-index: 1055;
  top: 0
}

#toast-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 5px
}

#toast-container>#toast-wrapper>.toast {
  min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
  padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
  top: 15px !important;
}