@charset "UTF-8";
a {
  text-decoration: none; }

/* Auspx Codes */
:root,
[data-bs-theme="light"] {
  --theme1: #e69706;
  --theme2: #FF6200;
  --theme3: #FAA300;
  --theme4: #FFD700;
  --theme5: #c9c9c9;
  --theme6: #FFFFFF;
  --theme7: #0a0c0e;
  --bg-deepest: #fcfcfc;
  --bg-base: #f7f7f7;
  --bg-brand: #dc9006;
  --bg-aside: #e6e6e6;
  --bg-raised: #e6e6e6;
  --bg-surface: #999999;
  --bg-overlay: #a6a6a6;
  --bg-hover: #b3b3b3;
  --bg-active: #bfbfbf;
  --color-brand-text: #b47605;
  --color-base-text: white;
  --color-plain-text: black;
  --border-color: #0a0c0e;
  --marquee-brand1: #9b6604;
  --marquee-brand2: #e69706;
  --marquee-up: #0b935e;
  --marquee-down: #ba2613; }

/* Auspx Codes */
[data-bs-theme="dark"] {
  --theme1: #e69706;
  --theme2: #FF6200;
  --theme3: #FAA300;
  --theme4: #FFD700;
  --theme5: #c9c9c9;
  --theme6: #FFFFFF;
  --theme7: #0a0c0e;
  --bg-deepest: #0e1114;
  --bg-base: #15191d;
  --bg-brand: #f09e06;
  --bg-aside: #1f262c;
  --bg-raised: #242b32;
  --bg-surface: #2a323b;
  --bg-overlay: #303a44;
  --bg-hover: #39444f;
  --bg-active: #414e5b;
  --color-brand-text: #f9a50d;
  --color-base-text: white;
  --color-plain-text: white;
  --border-color: #0a0c0e;
  --marquee-brand1: #b47605;
  --marquee-brand2: #e69706;
  --marquee-up: #0fc27d;
  --marquee-down: #e83018; }

/* Horizontal rule utilities */
hr {
  border: none;
  height: 1px;
  opacity: .6;
  background: linear-gradient(90deg, transparent, #e69706, transparent); }
  hr.start {
    background: linear-gradient(90deg, #e69706, transparent); }
  hr.end {
    background: linear-gradient(90deg, transparent, #e69706); }

/* HR Utilities */
.hr-start-top, .hr-center-top, .hr-end-top,
.hr-start-bottom, .hr-center-bottom, .hr-end-bottom {
  position: relative; }

.hr-start-top::before, .hr-center-top::before, .hr-end-top::before,
.hr-start-bottom::after, .hr-center-bottom::after, .hr-end-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: .6; }

.hr-start-top::before, .hr-center-top::before, .hr-end-top::before {
  top: -9px; }

.hr-start-bottom::after, .hr-center-bottom::after, .hr-end-bottom::after {
  bottom: -3px; }

/* Left strong → right fade */
.hr-start-top::before, .hr-start-bottom::after {
  background: linear-gradient(90deg, #e69706, transparent); }

/* Center glow */
.hr-center-top::before, .hr-center-bottom::after {
  background: linear-gradient(90deg, transparent, #e69706, transparent); }

/* Right strong → left fade */
.hr-end-top::before, .hr-end-bottom::after {
  background: linear-gradient(90deg, transparent, #e69706); }

.header.mini {
  background-color: var(--bg-aside); }
  .header.mini .nav-item a {
    color: var(--color-brand-text); }
    .header.mini .nav-item a.active {
      color: var(--color-brand-title) !important;
      font-weight: 600; }
.header.max, .header .offcanvas-start {
  background-color: var(--bg-brand); }
  .header.max .navbar-brand, .header.max .offcanvas-title, .header .offcanvas-start .navbar-brand, .header .offcanvas-start .offcanvas-title {
    color: var(--color-base-text);
    font-size: 30px;
    font-weight: 800; }
    .header.max .navbar-brand svg, .header.max .offcanvas-title svg, .header .offcanvas-start .navbar-brand svg, .header .offcanvas-start .offcanvas-title svg {
      fill: var(--color-base-text);
      transition: transform .8s ease-in-out; }
    .header.max .navbar-brand:hover svg, .header.max .offcanvas-title:hover svg, .header .offcanvas-start .navbar-brand:hover svg, .header .offcanvas-start .offcanvas-title:hover svg {
      transform: rotateY(180deg);
      transition: transform .8s ease-in-out; }
  .header.max .nav-item.dropdown .dropdown-menu .dropdown-item, .header .offcanvas-start .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: var(--bg-brand); }
    .header.max .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .header .offcanvas-start .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
      background-color: var(--bg-brand);
      color: var(--color-base-text); }
    .header.max .nav-item.dropdown .dropdown-menu .dropdown-item.active, .header .offcanvas-start .nav-item.dropdown .dropdown-menu .dropdown-item.active {
      background-color: var(--bg-brand);
      color: var(--color-base-text) !important;
      font-weight: 600; }
  .header.max .nav-item .nav-link, .header.max .nav-item a, .header .offcanvas-start .nav-item .nav-link, .header .offcanvas-start .nav-item a {
    color: var(--color-base-text); }
    .header.max .nav-item .nav-link.active, .header.max .nav-item a.active, .header .offcanvas-start .nav-item .nav-link.active, .header .offcanvas-start .nav-item a.active {
      color: var(--color-base-title) !important;
      font-weight: 600; }

.navbar-toggler {
  border: 1px solid var(--color-base-text);
  margin-left: 5px; }
  .navbar-toggler svg {
    fill: var(--color-base-text); }

.navigation .offcanvas-start .offcanvas-title {
  color: var(--color-plain-text) !important;
  font-size: 30px;
  font-weight: 800; }
  .navigation .offcanvas-start .offcanvas-title svg {
    fill: var(--color-plain-text);
    transition: transform .8s ease-in-out; }
  .navigation .offcanvas-start .offcanvas-title:hover svg {
    transform: rotateY(180deg);
    transition: transform .8s ease-in-out; }

.content-wrapper {
  background-color: var(--bg-base); }
  .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    color: var(--body-title); }
  .content-wrapper p, .content-wrapper li, .content-wrapper a {
    color: var(--body-text); }
  .content-wrapper .section {
    padding-top: 20px;
    padding-bottom: 20px; }

footer {
  position: relative;
  background-color: var(--bg-aside); }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(135deg, #e69706, #FF6200, #FFD700);
    background-size: 200% 100%;
    animation: footerShimmer 20s linear infinite;
    opacity: .5; }
  footer h4, footer a {
    color: var(--color-brand-text); }
  footer h4 {
    color: var(--color-brand-text);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px; }
  footer ul {
    list-style: none; }
    footer ul li {
      font-size: 1rem;
      line-height: 1.6;
      padding-top: 2px; }
      footer ul li a i {
        margin-right: 4px; }
      footer ul li a:hover {
        font-weight: 600; }
        footer ul li a:hover i {
          margin-left: 2px; }
      footer ul li a:hover, footer ul li a i {
        transition-duration: 250ms;
        transition-delay: 0ms; }
  footer .copyrights {
    margin-bottom: 60px; }

@media (max-width: 991.98px) {
  footer .copyrights {
    margin-bottom: 50px; } }
@keyframes footerShimmer {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 200% 0; } }
#btn-back-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  z-index: 1031;
  background: var(--color-brand-text);
  border: 2px solid var(--color-brand-text); }
  #btn-back-to-top:hover {
    background: #fff;
    border: 2px solid var(--color-brand-text);
    color: var(--color-brand-text); }

.card {
  background-color: var(--bg-raised);
  border: 1px solid var(--border-color); }

.table {
  border: 1px solid var(--theme1);
  margin-bottom: 0; }
  .table caption {
    text-align: left;
    font-style: italic; }
  .table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td, .table tfoot tr th, .table tfoot tr td {
    vertical-align: middle;
    text-align: center; }
  .table thead tr th, .table tbody tr th, .table tfoot tr th {
    font-weight: bold; }
  .table thead tr th {
    background-color: var(--tb-th-1); }
  .table thead tr:nth-child(1n+2) th {
    background-color: var(--tb-th-2); }
  .table thead tr:nth-child(1n+3) th {
    background-color: var(--tb-th-3); }
  .table tbody tr th:nth-child(1) {
    background-color: var(--tb-th-2);
    min-width: 50px; }
  .table tbody tr td img {
    width: 2em;
    height: auto;
    border-radius: 5px; }
  .table tfoot tr th {
    background-color: var(--tb-th-2); }
  .table tfoot tr td {
    background-color: var(--tb-th-3); }
  .table.academics thead tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 3; }
  .table.academics thead tr:nth-child(2) th:nth-child(even) {
    background-color: var(--tb-th-2);
    border-right: 0; }
  .table.academics thead tr:nth-child(2) th:nth-child(2n+3) {
    background-color: var(--tb-th-3);
    border-left: 0; }
  .table.academics tbody tr td:nth-child(even) {
    background-color: var(--tb-th-4);
    border-right: 0;
    min-width: 30px;
    font-weight: 700; }
  .table.academics tbody tr td:nth-child(2n+3) {
    border-left: 0;
    min-width: 170px;
    text-align: left; }
  .table.academics tbody tr td i {
    margin-right: 10px;
    opacity: .7; }
  .table.academics tbody tr td.holiday {
    background-color: rgba(209, 70, 0, 0.3);
    color: #d14600; }
  .table.academics tbody tr td.birthday {
    background-color: rgba(214, 12, 1, 0.3);
    color: #d60c01; }
  .table.academics tbody tr:nth-child(7n-1) th,
  .table.academics tbody tr:nth-child(7n-1) td {
    background-color: var(--tb-dy-2); }
  .table.academics tbody tr:nth-child(7n) th,
  .table.academics tbody tr:nth-child(7n) td {
    background-color: var(--tb-dy-1); }
  .table.academics tbody tr:nth-child(7n-6) th {
    background-color: var(--tb-dy-1); }
  .table.academics tbody tr:nth-child(7n-5) th {
    background-color: var(--tb-dy-2); }
  .table.academics tbody tr:nth-child(7n-4) th {
    background-color: var(--tb-dy-3); }
  .table.academics tbody tr:nth-child(7n-3) th {
    background-color: var(--tb-dy-4); }
  .table.academics tbody tr:nth-child(7n-2) th {
    background-color: var(--tb-dy-5); }
  .table.academics tbody tr:nth-child(7n-1) th {
    background-color: var(--tb-dy-6); }
  .table.academics tbody tr:nth-child(7n) th {
    background-color: var(--tb-dy-7); }

div.sticky-header {
  overflow: auto;
  scroll-snap-type: both mandatory;
  max-height: 60vh; }
  div.sticky-header table th,
  div.sticky-header table td {
    scroll-snap-align: center; }
  div.sticky-header table thead,
  div.sticky-header table tr:last-child th:first-child,
  div.sticky-header table tbody th,
  div.sticky-header table tfoot th {
    position: sticky; }
  div.sticky-header table thead {
    top: 0;
    z-index: 2; }
  div.sticky-header table tbody th,
  div.sticky-header table tfoot th {
    left: 0;
    z-index: 1; }
  div.sticky-header table tr:last-child th:first-child {
    left: 0;
    z-index: 3; }

.schedule-table {
  /* Responsive */ }
  .schedule-table table thead tr {
    background: #86d4f5; }
  .schedule-table table thead th {
    padding: 25px 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    border: 0; }
    .schedule-table table thead th::before {
      content: "";
      width: 3px;
      height: 35px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      right: -1px;
      top: 50%;
      transform: translateY(-50%); }
    .schedule-table table thead th.last::before {
      content: none; }
  .schedule-table table tbody td {
    vertical-align: middle;
    border: 1px solid #e2edf8;
    font-weight: 500;
    padding: 30px;
    text-align: center; }
    .schedule-table table tbody td.day {
      font-size: 22px;
      font-weight: 600;
      background: #f0f1f3;
      border: 1px solid #e4e4e4;
      position: relative;
      transition: .3s linear;
      min-width: 165px; }
      .schedule-table table tbody td.day:hover {
        background: #86d4f5;
        color: #fff;
        border: 1px solid #86d4f5; }
    .schedule-table table tbody td.active {
      position: relative;
      z-index: 10;
      transition: .3s linear;
      min-width: 165px; }
      .schedule-table table tbody td.active h4 {
        font-weight: 700;
        color: #000;
        font-size: 20px;
        margin-bottom: 5px; }
      .schedule-table table tbody td.active p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 0; }
      .schedule-table table tbody td.active::before {
        position: absolute;
        content: "";
        min-width: 100%;
        min-height: 100%;
        transform: scale(0);
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: .25rem;
        transition: .3s linear; }
      .schedule-table table tbody td.active:hover .hover {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
        opacity: 1; }
    .schedule-table table tbody td .hover {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 120%;
      height: 120%;
      transform: translate(-50%, -50%) scale(0.8);
      z-index: 99;
      background: #86d4f5;
      border-radius: .25rem;
      padding: 25px 0;
      visibility: hidden;
      opacity: 0;
      transition: .3s linear; }
      .schedule-table table tbody td .hover h4 {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px; }
      .schedule-table table tbody td .hover p {
        font-size: 16px;
        margin-bottom: 5px;
        color: #fff;
        line-height: normal; }
      .schedule-table table tbody td .hover span {
        color: #fff;
        font-weight: 600;
        font-size: 18px; }
  @media (max-width: 1199px) {
    .schedule-table {
      display: block;
      width: 100%;
      overflow-x: auto; }
      .schedule-table table thead th {
        padding: 25px 40px; }
      .schedule-table table tbody td {
        padding: 20px; }
        .schedule-table table tbody td.active h4 {
          font-size: 18px; }
        .schedule-table table tbody td.active p {
          font-size: 15px; }
        .schedule-table table tbody td.day {
          font-size: 20px; }
        .schedule-table table tbody td .hover {
          padding: 15px 0; }
          .schedule-table table tbody td .hover span {
            font-size: 17px; } }
  @media (max-width: 991px) {
    .schedule-table table thead th {
      font-size: 18px;
      padding: 20px; }
    .schedule-table table tbody td.day {
      font-size: 18px; }
    .schedule-table table tbody td.active h4 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .schedule-table table thead th {
      padding: 15px; }
    .schedule-table table tbody td {
      padding: 15px; }
      .schedule-table table tbody td.active h4 {
        font-size: 16px; }
      .schedule-table table tbody td.active p {
        font-size: 14px; }
      .schedule-table table tbody td.day {
        font-size: 18px; }
      .schedule-table table tbody td .hover {
        padding: 10px 0; }
        .schedule-table table tbody td .hover span {
          font-size: 15px; } }
  @media (max-width: 575px) {
    .schedule-table table tbody td.day {
      min-width: 135px; } }

.marquee.slide {
  display: flex;
  height: 60px;
  overflow: hidden;
  font-size: 22px;
  position: relative;
  contain: layout style;
  user-select: none; }
  .marquee.slide .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 100%;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    z-index: 1051;
    background: linear-gradient(to right, var(--marquee-brand1), var(--marquee-brand2)); }
  .marquee.slide ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    flex-shrink: 0;
    animation: scroll 30s linear infinite;
    will-change: transform; }
    .marquee.slide ul[aria-hidden="true"] {
      pointer-events: none; }
    .marquee.slide ul li {
      display: flex;
      align-items: center;
      margin-inline: 5px;
      white-space: nowrap; }
      .marquee.slide ul li a {
        color: var(--color-plain-text);
        text-decoration: none;
        pointer-events: auto; }
      .marquee.slide ul li::before {
        content: "";
        width: 10px;
        height: 10px;
        margin: 0 15px;
        border-radius: 50%;
        border: 1px solid #535353;
        background: #cf1717;
        flex-shrink: 0; }
    .marquee.slide ul .title,
    .marquee.slide ul .price {
      font-weight: 600; }
    .marquee.slide ul .price {
      margin-inline: 5px; }
    .marquee.slide ul .plus .title::before {
      content: "↑ ";
      font-weight: 800; }
    .marquee.slide ul .plus .title::before, .marquee.slide ul .plus .change {
      color: var(--marquee-up); }
    .marquee.slide ul .minus .title::before {
      content: "↓ ";
      font-weight: 800; }
    .marquee.slide ul .minus .title::before, .marquee.slide ul .minus .change {
      color: var(--marquee-down); }
  .marquee.slide:hover ul {
    animation-play-state: paused; }

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - 20px)); } }
@media (max-width: 991.98px) {
  .marquee.slide {
    height: 50px; }
    .marquee.slide .brand {
      min-width: 70px;
      font-size: 18px; }
    .marquee.slide ul li::before {
      margin: 0 10px;
      width: 8px;
      height: 8px; } }
.profile.timeline ul {
  margin: 0;
  padding: 30px 20px;
  list-style: none;
  padding-left: 1.5rem; }
  .profile.timeline ul li {
    position: relative;
    padding: 0 20px 0 50px;
    margin: 0 0 30px; }
    .profile.timeline ul li:last-child {
      margin-bottom: 0; }
    .profile.timeline ul li:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 20px;
      border-left: 1px dashed var(--tm-pr-1);
      bottom: 0; }
    .profile.timeline ul li .icon {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      right: 0;
      color: var(--tm-pr-1);
      line-height: 35px;
      background: var(--tm-body);
      text-align: center;
      z-index: 1;
      border: 1px dashed;
      border-radius: 50%; }
    .profile.timeline ul li .time {
      background: var(--tb-head);
      color: #ffffff;
      font-size: 10px;
      padding: 2px 10px;
      display: inline-block;
      margin-bottom: 12px;
      border-radius: 20px;
      font-weight: 600; }
    .profile.timeline ul li .accordion-button {
      padding: 0; }
      .profile.timeline ul li .accordion-button:focus, .profile.timeline ul li .accordion-button:not(.collapsed) {
        background-color: none !important;
        border-color: none !important;
        box-shadow: none !important; }
    .profile.timeline ul li h5 {
      font-weight: 700;
      color: var(--tm-pr-1);
      font-size: 16px;
      padding-bottom: 10px;
      margin-bottom: 0;
      border-bottom: 1px solid var(--tm-bodr); }
      .profile.timeline ul li h5 span {
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color: var(--tm-font-lte); }
    .profile.timeline ul li p {
      margin-top: 5px; }
      .profile.timeline ul li p span {
        font-weight: 600;
        color: #8a8a8a; }
      .profile.timeline ul li p.description {
        color: var(--tm-font); }

@media (max-width: 767.98px) {
  .profile.timeline ul {
    padding: 30px 10px; }
    .profile.timeline ul li {
      padding: 0 0 0 50px; } }
:root,
[data-bs-theme="light"] {
  --bd-violet: #712cf9;
  --bd-violet-bg: var(--bd-violet);
  --bd-toc-color: var(--bd-violet);
  --tm-pr-1-rgb: #512da833;
  --bd-sidebar-link-bg: var(--tm-pr-1-rgb); }

[data-bs-theme="dark"] {
  --bd-violet: #9461fb;
  --bd-violet-bg: #712cf9;
  --bd-toc-color: var(--bs-emphasis-color);
  --tm-pr-1-rgb: #7f57dd80;
  --bd-sidebar-link-bg: var(--tm-pr-1-rgb); }

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: currentcolor; }

.bd-gutter {
  --bs-gutter-x: 3rem; }

@media (min-width: 992px) {
  .bd-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 1fr 5fr;
    gap: 1.5rem; } }
.bd-sidebar {
  grid-area: sidebar; }

@media (min-width: 992px) {
  .bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    display: block !important;
    height: calc(100vh - 6rem);
    padding-left: .25rem;
    margin-left: -.25rem;
    overflow-y: auto; } }
@media (max-width: 991.98px) {
  .bd-sidebar .offcanvas-lg {
    border-right-color: var(--bs-border-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); } }
.bd-main {
  grid-area: main; }

@media (max-width: 991.98px) {
  .bd-main {
    max-width: 760px;
    margin-inline: auto; } }
@media (min-width: 768px) {
  .bd-main {
    display: grid;
    grid-template-areas: "intro" "toc" "content";
    grid-template-rows: auto auto 1fr;
    gap: inherit; } }
@media (min-width: 992px) {
  .bd-main {
    grid-template-areas: "intro   toc" "content toc";
    grid-template-rows: auto 1fr;
    grid-template-columns: 4fr 1fr; } }
.bd-links-heading {
  color: var(--bs-emphasis-color); }

@media (max-width: 991.98px) {
  .bd-links-nav {
    font-size: .875rem;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; }

  .bd-links-nav .bd-links-group {
    -moz-column-break-inside: avoid;
    break-inside: avoid; }

  .bd-links-nav .bd-links-span-all {
    -moz-column-span: all;
    column-span: all; } }
.bd-links-link {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.125rem;
  color: var(--bs-body-color);
  text-decoration: none; }

.bd-links-link:hover,
.bd-links-link:focus,
.bd-links-link.active {
  color: var(--bs-emphasis-color);
  background-color: var(--bd-sidebar-link-bg); }

.bd-links-link.active {
  font-weight: 600; }

.bd-intro {
  grid-area: intro; }

.bd-title {
  --bs-heading-color: var(--bs-emphasis-color);
  font-size: calc(1.425rem + 2.1vw); }

@media (min-width: 1200px) {
  .bd-title {
    font-size: 3rem; } }
.bd-lead {
  font-size: calc(1.275rem + .3vw);
  font-weight: 300; }

@media (min-width: 1200px) {
  .bd-lead {
    font-size: 1.5rem; } }
.bd-content {
  grid-area: content;
  min-width: 1px; }

.bd-content > h2,
.bd-content > h3,
.bd-content > h4 {
  --bs-heading-color: var(--bs-emphasis-color); }

.bd-content > h2:not(:first-child) {
  margin-top: 3rem; }

.bd-content > h3 {
  margin-top: 2rem; }

.bd-content > ul li,
.bd-content > ol li {
  margin-bottom: .25rem; }

.bd-content > ul li > p ~ ul,
.bd-content > ol li > p ~ ul {
  margin-top: -.5rem;
  margin-bottom: 1rem; }

.bd-content > .table,
.bd-content > .table-responsive .table {
  --bs-table-border-color: var(--bs-border-color);
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem; }

@media (max-width: 991.98px) {
  .bd-content > .table.table-bordered,
  .bd-content > .table-responsive .table.table-bordered {
    border: 0; } }
.bd-content > .table thead,
.bd-content > .table-responsive .table thead {
  border-bottom: 2px solid currentcolor; }

.bd-content > .table tbody:not(:first-child),
.bd-content > .table-responsive .table tbody:not(:first-child) {
  border-top: 2px solid currentcolor; }

.bd-content > .table th:first-child,
.bd-content > .table td:first-child,
.bd-content > .table-responsive .table th:first-child,
.bd-content > .table-responsive .table td:first-child {
  padding-left: 0; }

.bd-content > .table th:not(:last-child),
.bd-content > .table td:not(:last-child),
.bd-content > .table-responsive .table th:not(:last-child),
.bd-content > .table-responsive .table td:not(:last-child) {
  padding-right: 1.5rem; }

.bd-content > .table th,
.bd-content > .table-responsive .table th {
  color: var(--bs-emphasis-color); }

.bd-content > .table strong,
.bd-content > .table-responsive .table strong {
  color: var(--bs-emphasis-color); }

.bd-content > .table th,
.bd-content > .table td:first-child > code,
.bd-content > .table-responsive .table th,
.bd-content > .table-responsive .table td:first-child > code {
  white-space: nowrap; }

.bd-toc {
  grid-area: toc; }

@media (min-width: 992px) {
  .bd-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    right: 0;
    z-index: 2;
    height: calc(100vh - 7rem);
    overflow-y: auto; } }
.bd-toc nav {
  font-size: .875rem; }

.bd-toc nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.bd-toc nav ul ul {
  padding-left: 1rem; }

.bd-toc nav a {
  display: block;
  padding: .125rem 0 .125rem .75rem;
  color: inherit;
  text-decoration: none;
  border-left: .125rem solid transparent; }

.bd-toc nav a:hover,
.bd-toc nav a.active {
  color: var(--bd-toc-color);
  border-left-color: var(--bd-toc-color); }

.bd-toc nav a.active {
  font-weight: 500; }

.bd-toc nav a code {
  font: inherit; }

.bd-toc-toggle {
  display: flex;
  align-items: center; }

@media (max-width: 575.98px) {
  .bd-toc-toggle {
    justify-content: space-between;
    width: 100%; } }
@media (max-width: 767.98px) {
  .bd-toc-toggle {
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius); }

  .bd-toc-toggle:hover,
  .bd-toc-toggle:focus,
  .bd-toc-toggle:active,
  .bd-toc-toggle[aria-expanded="true"] {
    color: var(--bd-violet);
    background-color: var(--bs-body-bg);
    border-color: var(--bd-violet); }

  .bd-toc-toggle:focus,
  .bd-toc-toggle[aria-expanded="true"] {
    box-shadow: 0 0 0 3px var(--tm-pr-1-rgb); } }
@media (max-width: 767.98px) {
  .bd-toc-collapse nav {
    padding: 1.25rem 1.25rem 1.25rem 1rem;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius); } }
@media (min-width: 768px) {
  .bd-toc-collapse {
    display: block !important; } }
.bd-summary-link {
  color: var(--bs-link-color); }

.bd-summary-link:hover,
details[open] > .bd-summary-link {
  color: var(--bs-link-hover-color); }

.anchor-link {
  padding: 0 .175rem;
  font-weight: 400;
  color: #0d6efd;
  color: rgba(13, 110, 253, 0.5);
  text-decoration: none;
  opacity: 0;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .anchor-link {
    transition: none; } }
.anchor-link::after {
  content: "#"; }

.anchor-link:focus,
.anchor-link:hover,
:hover > .anchor-link,
:target > .anchor-link {
  color: #0d6efd;
  text-decoration: none;
  opacity: 1; }

.btn-bd-light {
  --btn-custom-color: #9461fb;
  --bs-btn-color: var(--bs-gray-600);
  --bs-btn-border-color: var(--bs-border-color);
  --bs-btn-hover-color: var(--btn-custom-color);
  --bs-btn-hover-border-color: var(--btn-custom-color);
  --bs-btn-active-color: var(--btn-custom-color);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: var(--btn-custom-color);
  --bs-btn-focus-border-color: var(--btn-custom-color);
  --bs-btn-focus-shadow-rgb: var(--tm-pr-1-rgb); }

/* breadcrumb */
nav .breadcrumb {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--theme1); }
  nav .breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 600; }
    nav .breadcrumb .breadcrumb-item::before, nav .breadcrumb .breadcrumb-item a {
      color: var(--theme1); }

@media (max-width: 768px) {
  nav .breadcrumb {
    padding: 2px 10px;
    border-radius: 3px; }
    nav .breadcrumb .breadcrumb-item {
      font-size: 15px !important;
      font-weight: 700; } }
.banner .banner-lg, .banner .banner-md, .banner .banner-sm {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.16), rgba(13, 110, 253, 0.16));
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .banner .banner-lg .title, .banner .banner-md .title, .banner .banner-sm .title {
    color: var(--color-brand-text);
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700; }
.banner .banner-lg {
  height: 450px; }
.banner .banner-sm {
  height: 150px; }

/*# sourceMappingURL=theme.css.map */
