body {
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-user-drag: none;
}

.brand-color {
  color: #6595bf;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #6595bf;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 22px;
}

.page-title h1 {
  font-weight: 700;
  color: #6595bf;
  margin-bottom: 0;
}

.breadcrumb {
  color: #6c757d;
}

.breadcrumb a {
  color: #6c757d;
  transition: 0.3s;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item::before {
  color: #6c757d;
}

.breadcrumb .active {
  color: #6c757d;
  font-weight: 600;
}

.breadcrumb a:hover {
  color: #212529;
}

.big-container {
  border: none;
  border-radius: 10px;
  padding: 15px 32px;
  background-color: #eee;
  overflow: auto;
}

.card-title {
  font-size: 20px;
  font-weight: bold;
}

.form-label {
  font-weight: bold;
  color: var(--bs-secondary-color);
}

.page-link {
  padding: 0.375rem .8rem;
  margin: 0 2px;
  transition: all 0.2s ease-in-out;
  border-radius: 50rem !important;
  /* ensures full pill shape */
}

.page-item.active .page-link {
  background-color: #6595bf;
  border-color: #6595bf;
  color: #fff;
}

td {
  vertical-align: middle !important;
}

.search-container input {
  padding: 8px 9rem 8px 1rem;
  border-radius: 9999px;
  border: 1px solid #efefef;
  outline: 0;
  font-size: 14px;
  width: 100%;
}

.search-container i {
  color: #6595bf;
  border: 0;
  padding: 0;
  margin-left: -38px;
  background: 0 0;
}

.btn-primary {
  background-color: #6595bf;
  border-color: #6595bf;
}

.btn-primary:hover {
  background-color: #6595bf;
  border-color: #6595bf;
}

.form-check-label {
  color: var(--bs-secondary-color);
}

.input-container {
  position: relative;
}

.input-container input {
  padding-left: 34px;
}

.input-container i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6595bf;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
}

.form-check-input:checked {
  background-color: #6595bf;
  border-color: #6595bf;
}

.login {
  max-width: 550px;
  margin: 200px auto 0 auto;
  margin-top: 200px;
}

.copyright {
  font-size: 14px;
  text-align: center;
}

.footer {
  padding: 0 0 40px;
  font-size: 14px;
}

.footer .copyright {
  text-align: center;
  color: #6595bf;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #a6a6a6;
}

.active>.page-link,
.page-link.active {
  background-color: #6595bf;
  border-color: #6595bf;
  color: #fff;
}

td img {
  border-radius: 5px;
  max-width: 100px;
  max-height: 100px;
}

.page-link,
.page-link:hover {
  color: #6595bf;
}

.page-title select {
  padding: 8px 3rem 8px 1rem;
  border-radius: 9999px;
  border: 1px solid #efefef;
  outline: 0;
  font-size: 14px;
}

.error-input {
  border-color: red;
}

.mobile-nav-toggle {
  color: #6595bf;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.25s ease-in-out;
  transform: rotate(0);
}

@media only screen and (max-width: 768px) {
  main {
    padding: 40px;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .nav .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(-90deg);
    transition: 0.25s ease-in-out;
  }

  .catsea {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .search-container input {
    padding: 5px 45px 5px 10px;
  }

  .login {
    margin: 0;
  }

  .login-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 30px;
  border: 1px solid #eee;
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #6595bf;
  background: #f6fcff;
}

.sidebar-nav .nav-link:hover i {
  color: #6595bf;
}

.nav-item .active {
  color: #6595bf !important;
  background: #f6fcff !important;
  padding: .5rem 1rem;
  border-radius: 9999px;
}

.nav-item .active i {
  color: #6595bf !important;
}

.recent-sales .table thead th {
  border: 0;
}

.overview .card {
  background-color: #eee;
}

.custom-btn {
  padding: 8px 1rem;
}

.brand-bg {
  background-color: #eee;
}

.offcanvas {
  margin: 1rem;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, .2);
  border-radius: 0.75rem;
  border: 0;
  width: 500px !important;
}

.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.offcanvas-backdrop.show {
  opacity: .1;
}

.offcanvas-body {
  padding: 1.5rem;
  border: 0;
}