/**======================================================================
=========================================================================
Template Name: Able Pro - Bootstrap Admin Template
Author: Phoenixcoded
Support: https://phoenixcoded.authordesk.app
File: style.css
=========================================================================
=================================================================================== */
body {
  font-feature-settings: "salt";
}

h1,
h2 {
  font-weight: 700;
}

/* $btn-border-radius: 12px;
$btn-border-radius-sm: 8px;
$btn-border-radius-lg: 14px; */
:root {
  --bs-body-bg: #f8f9fa;
  --bs-body-bg-rgb: 248, 249, 250;
  --pc-heading-color: #1d2630;
  --pc-active-background: #f3f5f7;
  --pc-sidebar-background: transparent;
  --pc-sidebar-color: #5b6b79;
  --pc-sidebar-color-rgb: 91, 107, 121;
  --pc-sidebar-active-color: #0d6efd;
  --pc-sidebar-shadow: none;
  --pc-sidebar-caption-color: #3e4853;
  --pc-sidebar-border: 1px dashed #bec8d0;
  --pc-sidebar-user-background: #f3f5f7;
  --pc-header-background: rgba(var(--bs-body-bg-rgb), 0.7);
  --pc-header-color: #5b6b79;
  --pc-header-shadow: none;
  --pc-card-box-shadow: none;
  --pc-header-submenu-background: #ffffff;
  --pc-header-submenu-color: #5b6b79;
}

[data-pc-theme_contrast=true] {
  --bs-body-bg: #ffffff;
  --pc-sidebar-background: transparent;
  --pc-sidebar-active-color: #0d6efd;
  --pc-sidebar-shadow: 1px 0 3px 0px #dbe0e5;
  --pc-sidebar-border: none;
  --pc-card-box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
}

:root {
  --pc-header-background: rgba(var(--bs-white-rgb), 0.7);
}

section {
  padding: 25px 0;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  font-weight: 600;
}
.title h5 {
  font-weight: 500;
}

.landing-page {
  overflow-x: hidden;
}
@media (min-width: 1600px) {
  .landing-page .container {
    max-width: 1200px;
  }
}

.navbar {
  position: fixed;
  padding: 16px 0;
  width: 100%;
  z-index: 1030;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: var(--pc-header-background);
}
.navbar.top-nav-collapse {
  box-shadow: 0px 12px 24px rgba(27, 46, 94, 0.05);
}
.navbar.default {
  top: 0;
  box-shadow: 0px 0px 24px rgba(27, 46, 94, 0.05);
}

.component-page .navbar {
  z-index: 1025;
}
.component-page .list-group {
  list-style-type: none;
}
.component-page .component-block {
  padding: 100px 0 40px;
}
.component-page .component-live-link a {
  color: #0d6efd;
}
.component-page .component-live-link a:hover {
  text-decoration: underline;
}
.component-page .component-list-card {
  box-shadow: var(--pc-sidebar-shadow);
  width: 100%;
}
.component-page .component-list-card .card-body {
  overflow-y: auto;
  height: calc(100vh - 235px);
}
.component-page .component-list-card .list-group-item {
  position: relative;
  border: none;
  font-weight: 500;
  padding: 12px var(--bs-list-group-item-padding-x);
}
.component-page .component-list-card .list-group-item.list-group-item-action {
  color: var(--pc-sidebar-color);
  border-radius: var(--bs-border-radius);
  width: calc(100% - 20px);
  margin: 2px 10px;
}
.component-page .component-list-card .list-group-item.list-group-item-action:hover {
  color: var(--pc-heading-color);
  background-color: rgba(var(--pc-sidebar-color-rgb), 0.1);
}
.component-page .component-list-card .list-group-item.list-group-item-action.active {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
@media (min-width: 1200px) {
  .component-page .component-offcanvas {
    position: sticky;
    top: 100px;
    z-index: 1020;
  }
}
@media (max-width: 1199.98px) {
  .component-page .component-offcanvas {
    width: 300px;
  }
}
.component-page .component-offcanvas.show .card {
  border: none;
}
.component-page .component-offcanvas.show .component-list-card {
  margin-bottom: 0;
}
.component-page .component-offcanvas.show .component-list-card .card-body {
  height: calc(100vh - 150px);
}
.component-page .footer {
  padding-top: 60px;
}
.component-page .footer .footer-top {
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
@media (max-width: 991.98px) {
  .component-page .footer {
    padding-top: 40px;
  }
  .component-page .footer .footer-top {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.component-page .footer .footer-bottom {
  padding: 22px 0;
}
.component-page .footer .footer-link a {
  margin: 14px 0;
  display: block;
  transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .component-page .footer .footer-link a {
    margin: 4px 0;
  }
}
.component-page .footer .footer-link a:not(:hover) {
  color: var(--bs-gray-700);
  opacity: 0.9;
}
.component-page .footer .footer-link li:last-child a {
  margin-bottom: 0;
}
.component-page .footer .footer-sos-link a {
  transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  color: var(--bs-primary);
}
.component-page .footer .footer-sos-link a:not(:hover) {
  color: var(--bs-body-color);
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }
}
/* =======================================================================
 ===============     Ui kit copy model style      ====================== */
/* Code examples */
.pc-component {
  position: relative;
}
.pc-component.card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

/* Modal */
.pc-modal {
  position: fixed;
  z-index: 1099;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #282c34;
  transform-origin: 50% 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.pc-modal-opened {
  overflow: hidden !important;
}
.pc-modal-opened .pc-modal {
  transform: scale(1);
}

.pc-component .pc-modal-content {
  margin: 25px -25px -25px;
  padding: 45px 25px 25px;
}
.pc-component.card-body .pc-modal-content {
  margin: 25px -25px -25px;
  padding: 45px 25px 25px;
}

.card-border-outside .pc-modal-content {
  margin-inline: 0;
  margin-bottom: 0;
}

.pc-modal-content {
  max-width: 100vw;
  overflow: auto;
  position: relative;
  border-top: 1px solid var(--bs-border-color);
}
.pc-modal-content > pre {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.pc-modal-content > pre .hljs::-webkit-scrollbar {
  height: 4px;
  opacity: 0;
}
.pc-modal-content > pre .hljs::-webkit-scrollbar:hover {
  opacity: 1;
}
.pc-modal-content > pre .hljs::-webkit-scrollbar-track {
  background: transparent;
}
.pc-modal-content > pre .hljs::-webkit-scrollbar-thumb {
  background: #e9ecef;
}
.pc-modal-content > pre .hljs::-webkit-scrollbar-thumb:hover {
  background: #aeb9c5;
}
.pc-modal-content > pre > code {
  padding: 0;
  background: none;
  font-size: 16px;
}

.md-pc-modal-copy,
.pc-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 15px;
  border-radius: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: var(--bs-body-color);
  z-index: 1;
  white-space: nowrap;
}
.md-pc-modal-copy:hover,
.pc-collapse:hover {
  color: var(--bs-primary);
  background: var(--bs-primary-light);
}

.pc-collapse {
  right: 25px;
}

.md-pc-modal-copy {
  right: 75px;
}
.md-pc-modal-copy.copied::before {
  content: "Copied!.";
  position: absolute;
  display: block;
  right: 100%;
  margin-right: 10px;
  font-size: 14px;
  color: var(--bs-success);
  background: rgba(var(--bs-success-rgb), 0.1);
  line-height: 24px;
  height: 24px;
  border-radius: var(--bs-border-radius);
  padding: 0 6px;
  top: 50%;
  margin-top: -12px;
}

.pc-modal-close {
  display: block;
  position: fixed;
  top: 10px;
  right: 52px;
  color: #fff;
  opacity: 0.2;
  font-size: 3rem;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.pc-modal-close:hover {
  color: #fff;
  opacity: 0.9;
}

/* Code */
.cui-bottom-spacer {
  height: 12rem;
}

/* editor style for model */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #6e7073;
  background: #fafafa;
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #a626a4;
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
  color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #986801;
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
