html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.pts-rtl {
  direction: rtl;
}

.pts-rtl .pts-topbar-search input {
  text-align: right;
}

.pts-rtl .pts-topbar-actions,
.pts-rtl .pts-topbar-search,
.pts-rtl .pts-user-card,
.pts-rtl .pts-topbar-user,
.pts-rtl .pts-status-chip {
  flex-direction: row-reverse;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

a {
    color: #5b5eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, box-shadow 0.2s ease;
}

a:hover {
    color: #3f41c9;
    box-shadow: inset 0 -1px 0 #3f41c9;
}

a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(91, 94, 234, 0.25);
}

a:active {
    color: #2f31a6;
}
