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;
}

/* BEGIN BACKOFFICE CARD HEADER THEME - remove this block to undo */
.card > .card-header {
  background: linear-gradient(135deg, #2f3744 0%, #4a5565 42%, #4f766f 74%, #2f9f7a 100%) !important;
  border-bottom: 1px solid #2f8066 !important;
  color: #f8fafc !important;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(17, 24, 39, 0.16);
}

.card > .card-header h1,
.card > .card-header h2,
.card > .card-header h3,
.card > .card-header h4,
.card > .card-header h5,
.card > .card-header h6,
.card > .card-header .card-title {
  color: #f8fafc !important;
  font-weight: 700;
  letter-spacing: 0;
}

.card > .card-header a,
.card > .card-header .btn-link {
  color: #e5e7eb !important;
}

.card > .card-header a:hover,
.card > .card-header .btn-link:hover {
  color: #ffffff !important;
}

.card > .card-header .btn,
.card > .card-header .badge {
  box-shadow: none;
}

.card > .card-header .card-header-title {
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 700;
}

.card > .card-header.bg-primary,
.card > .card-header.bg-info,
.card > .card-header.bg-success,
.card > .card-header.bg-secondary,
.card > .card-header.bg-dark {
  background: linear-gradient(135deg, #2f3744 0%, #4a5565 42%, #4f766f 74%, #2f9f7a 100%) !important;
}
/* END BACKOFFICE CARD HEADER THEME */

/* BEGIN AUTH PAGE THEME - remove this block and auth-* classes to undo */
.auth-page .auth-card-header {
    background: linear-gradient(135deg, #2f3744 0%, #4a5565 42%, #4f766f 74%, #2f9f7a 100%) !important;
    color: #fff !important;
    border-bottom: 1px solid #2f8066;
}

.auth-page .auth-card-header h4 {
    margin-bottom: 0;
    font-weight: 700;
}

.auth-page .auth-action-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border: 1px solid #15803d;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(21, 128, 61, 0.18);
}

.auth-page .auth-action-btn:hover,
.auth-page .auth-action-btn:focus {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%);
    border-color: #166534;
    color: #fff;
    box-shadow: 0 12px 22px rgba(21, 128, 61, 0.24);
}

.auth-page .auth-otp-notice,
.auth-page .auth-otp-success {
    background: linear-gradient(135deg, #ecfdf5 0%, #f8fafc 100%);
    border: 1px solid #bbf7d0;
    color: #166534;
    font-weight: 600;
}
/* END AUTH PAGE THEME */

/* BEGIN BACKOFFICE ACTION/NOTICE THEME - remove this block and theme-* classes to undo */
.theme-action-btn {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border: 1px solid #15803d;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 8px 14px rgba(21, 128, 61, 0.16);
}

.theme-action-btn:hover,
.theme-action-btn:focus {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%);
    border-color: #166534;
    color: #fff !important;
    box-shadow: 0 10px 18px rgba(21, 128, 61, 0.22);
}

.theme-secondary-btn {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
    border: 1px solid #374151;
    color: #fff !important;
    font-weight: 700;
}

.theme-secondary-btn:hover,
.theme-secondary-btn:focus {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    border-color: #1f2937;
    color: #fff !important;
}

.theme-notice {
    background: linear-gradient(135deg, #ecfdf5 0%, #f8fafc 100%);
    border: 1px solid #bbf7d0;
    color: #166534;
    font-weight: 600;
}

.pagination .page-link {
    color: #166534;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #0f5132;
    background-color: #ecfdf5;
    border-color: #bbf7d0;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border-color: #15803d;
    color: #fff;
}
/* END BACKOFFICE ACTION/NOTICE THEME */
