:root {
    --font-family-header: "Kalbe Helix";
    --font-family-sans-serif: "Kalbe Rounded";
    --font-family-body: var(--font-family-sans-serif);
    --font-family-monospace: "Kalbe System";
    --font-family-square-narrow: "Kalbe Square Narrow";
    --font-family-square-wide: "Kalbe Square Wide";
    --font-family-condensed: "Kalbe System Condensed";
    --bs-font-sans-serif: var(--font-family-sans-serif);
    --bs-font-monospace: var(--font-family-monospace);
    --bs-body-font-family: var(--font-family-body);
    --potion-sidebar-width-md: 225px;
    --potion-sidebar-width-lg: 225px;
    --potion-navbar-height: 60px;
    --potion-text: #212529;
    --potion-muted: #6b7280;
    --potion-border: #e9ecef;
    --potion-bg-soft: #f8f9fa;
    --potion-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

/* =========================
   GLOBAL
========================= */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-body);
    color: var(--potion-text);
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 10pt;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family-header);
}

a {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

.figure {
    margin: 0 0 1rem;
}

/* =========================
   NAVBAR
========================= */
.potion-navbar {
    min-height: var(--potion-navbar-height);
    height: var(--potion-navbar-height);
    padding: 0 1rem;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

    .potion-navbar .navbar-brand,
    .navbar-brand {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .potion-navbar .navbar-brand {
        font-weight: 700;
    }

.navbar-brand img {
    max-height: 32px;
}

/* =========================
   LAYOUT
========================= */
#wrapper {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - var(--potion-navbar-height));
    margin: 0;
    padding: 0;
}

#content-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow-x: hidden;
}

#wrapper #content-wrapper {
    /*padding-top: 1rem;*/
    padding-top: 0rem;
}

#content-wrapper .container-fluid {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-bottom: 20px;
}

.container-body,
.mainmenu-body-section {
    padding: 2rem;
}

/* =========================
   SIDEBAR
========================= */
#sidebarLayout {
    width: var(--potion-sidebar-width-md);
    min-width: var(--potion-sidebar-width-md);
    margin: 0;
    padding: 0.75rem 0 0;
    background: var(--potion-bg-soft);
    border-right: 1px solid var(--potion-border);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    list-style: none;
}

    #sidebarLayout,
    #sidebarLayout ul,
    #sidebarLayout li {
        list-style: none !important;
        margin: 0;
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

        #sidebarLayout .nav-item {
            width: 100%;
        }

        #sidebarLayout .nav-link {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            width: 100%;
            min-height: 46px;
            color: var(--potion-muted);
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.2;
            background: transparent;
            border: 0;
            border-radius: 0;
        }

            #sidebarLayout .nav-link i {
                width: 1rem;
                min-width: 1rem;
                text-align: center;
            }

            #sidebarLayout .nav-link span {
                font-weight: 400;
                font-size: 0.8rem;
            }

            #sidebarLayout .nav-link:hover,
            #sidebarLayout .nav-link:focus,
            .sidebar .nav-item .nav-link:active,
            .sidebar .nav-item .nav-link:focus,
            .sidebar .nav-item .nav-link:hover {
                color: #374151 !important;
                background-color: #eef2f6;
            }

        #sidebarLayout .nav-item.dropdown > .nav-link.dropdown-toggle::after {
            margin-left: auto;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            border: none;
            color: var(--potion-muted);
            font-size: 0.6rem;
            transition: transform 0.2s ease;
        }

        #sidebarLayout .nav-item.dropdown.show > .nav-link.dropdown-toggle::after,
        .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
            transform: rotate(90deg);
        }

.sidebar-section-title {
    padding: 1.15rem 1rem 0.5rem 3.25rem;
    margin-top: 0.25rem;
}

    .sidebar-section-title p {
        margin: 0;
        font-size: 10pt;
        font-weight: 800;
        color: #111827;
        line-height: 1.2;
        letter-spacing: 0.01em;
    }

.sidebar .nav-item .nav-link,
.dropdown-item-cust {
    color: #6c757d;
}

    .sidebar .nav-item:hover,
    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item.active .nav-link:hover,
    .sidebar .nav-item .nav-link:hover,
    .sidebar .nav-item .nav-link:hover i,
    .sidebar .nav-item .nav-link:hover span,
    .dropdown-item-cust:hover,
    .dropdown-item-cust:focus,
    .dropdown-item-cust.active,
    .dropdown-item-cust:active {
        color: #343a40 !important;
    }

/* =========================
   SIDEBAR DROPDOWN
========================= */
.dropdown-menu {
}

    .dropdown-menu[x-placement^="top"],
    .dropdown-menu[x-placement^="right"],
    .dropdown-menu[x-placement^="bottom"],
    .dropdown-menu[x-placement^="left"] {
        right: auto;
        bottom: auto;
    }

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #1278D4;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.dropdown-menu-cust {
    position: static !important;
    float: none;
    min-width: unset;
    width: 100%;
    margin: 0;
    padding: 0.15rem 0 0.35rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none !important;
    inset: auto !important;
}

    .dropdown-menu-cust:not(.show) {
        display: none;
    }

    .dropdown-menu-cust.show {
        display: block;
    }

.dropdown-item-cust {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem;
    margin: 0.75rem 0.5rem;
    font-size: 0.75rem;
    border-left: 2px solid #aeb7c2;
    background: transparent;
}

    .dropdown-item-cust i {
        width: 1rem;
        min-width: 1rem;
        text-align: center;
    }

    .dropdown-item-cust:hover,
    .dropdown-item-cust:focus,
    .dropdown-item-cust.active,
    .dropdown-item-cust:active {
        border-left-color: #343a40;
        background: transparent;
    }

    .dropdown-item-cust .badge,
    .badge {
        line-height: 1.25 !important;
    }

    .dropdown-item-cust .badge {
        font-size: 0.65rem;
    }

/* =========================
   FOOTER
========================= */
#footerLayout {
    width: 100%;
    min-height: 80px;
    margin-top: auto;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
}

    #footerLayout .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

/* =========================
   SCROLL TO TOP
========================= */
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 36px !important;
    z-index: 1000;
    animation: pulse 1.5s ease-out infinite;
}

    .scroll-to-top:hover {
        color: #fff;
        background: rgba(90, 92, 105, 0.8);
    }

/* =========================
   MAIN MENU HERO
========================= */
.mainmenu-hero-section,
.container-header {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: linear-gradient(135deg, #149647 0%, #1fb357 45%, #28c261 100%);
}

.mainmenu-hero-section {
    padding: 5rem 0 6rem;
}

.container-header {
    padding: 0;
}

.container-header-home {
    min-height: 100vh;
}

.bg-epm-green01 {
    background-color: #24B24C !important;
}

.bg-epm-green02 {
    background-color: #0B8D45 !important;
}

.bg-softprimary {
    background-color: #CCE5FF !important;
}

.bg-softsecondary {
    background-color: #E2E3E5 !important;
}

.bg-softsuccess {
    background-color: #D4EDDA !important;
}

.bg-softdanger {
    background-color: #F8D7DA !important;
}

.bg-softwarning {
    background-color: #FFF3CD !important;
}

.bg-softinfo {
    background-color: #D1ECF1 !important;
}

.bg-softlight {
    background-color: #FEFEFE !important;
}

.bg-primary {
    background-color: #1278D4 !important;
}



.bg-gradient-green {
    background: linear-gradient(135deg, #149647 0%, #1fb357 45%, #28c261 100%);
}

.bg-gradient-blue {
    background-color: #004499;
}

.bg-gradient-tosca {
    background-color: #40e0d0;
}

.bg-gradient-red {
    background-color: #ba1f33;
}

.bg-gradient-pink {
    background-color: #ff3e96;
}

.bg-gradient-orange {
    background-color: #f68013;
}

.bg-gradient-dark {
    background-color: #343a40;
}

.bg-wave-green {
    background-color: #348D5B;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%232b8e56' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23228f52' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23198f4e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23128e49' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%230B8D45' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%230f9547' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23149d48' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2319a549' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%231eac4b' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2324B24C' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-blue {
    background-color: #004499;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23015cbe' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%230376e2' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%231292fa' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2339aaf9' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%235FBFF9' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2364c7fa' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2369cefb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%236ed6fc' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2373dcfc' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2378E3FD' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-tosca {
    background-color: #40E0D0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%233cdbc6' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2338d5bc' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2335d0b3' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2334c7a7' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2336BC9B' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2331b496' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%232dac91' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2328a38c' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23249b87' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23209281' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-red {
    background-color: #6C0000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23750305' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%237d070a' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23840c11' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%238b1117' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2391171F' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23991923' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a11a26' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23aa1c2a' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23b21d2f' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23BA1F33' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-pink {
    background-color: #FF6692;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ff5e92' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ff5692' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ff4e93' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ff4694' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FF3E96' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23f33c8a' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e63c7e' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d73e74' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c7406c' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23B34766' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-orange {
    background-color: #F3A712;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f49f12' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f49712' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f59013' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23f58813' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23F68013' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23f27607' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e56d05' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d86403' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23cb5b02' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23BD5200' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.bg-wave-dark {
    background-color: #343A40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%233b4147' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2342484e' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%234a5055' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2351575c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23595E62' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%235f6569' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23656b70' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%236c7277' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2372787e' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23787F85' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}


.bg-gradient-animate {
   /* background-size: 200% 200%;*/
    animation: gradientShift 12s ease infinite, gradient 5s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-size: 400%;
        background-position: 0%;
    }

    50% {
        background-size: 400%;
        background-position: 100%;
    }

    100% {
        background-size: 400%;
        background-position: 0%;
    }
}

.mainmenu-hero-section::before,
.mainmenu-hero-section::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(6px);
}

.mainmenu-hero-section::before {
    width: 160px;
    height: 160px;
    top: 80px;
    right: 120px;
}

.mainmenu-hero-section::after {
    width: 80px;
    height: 80px;
    top: 140px;
    left: 42%;
}

.mainmenu-hero-container,
.mainmenu-hero-content {
    position: relative;
    z-index: 2;
    max-width: 980px;
    color: #ffffff;
}

.mainmenu-hero-container {
    padding: 0 3.25rem;
}

.mainmenu-hero-content {
    padding-left: 3.25rem !important;
}

.mainmenu-hero-title,
.mainmenu-title {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.08;
    color: #ffffff;
}

.mainmenu-hero-desc,
.mainmenu-desc {
    max-width: 920px;
    font-size: 10pt;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
}

.mainmenu-hero-btn,
.potion-hero-btn {
    min-width: 300px;
    border-width: 2px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: none !important;
}

    .mainmenu-hero-btn:hover,
    .potion-hero-btn:hover {
        color: #198754;
        background: #ffffff;
        border-color: #ffffff;
    }

.container-header-effect {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style: none;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        animation: floatBubble 22s linear infinite;
        bottom: -180px;
        filter: blur(2px);
    }

        .circles li:nth-child(1) {
            left: 8%;
            width: 28px;
            height: 28px;
            animation-delay: 0s;
        }

        .circles li:nth-child(2) {
            left: 18%;
            width: 95px;
            height: 95px;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .circles li:nth-child(3) {
            left: 35%;
            width: 24px;
            height: 24px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 48%;
            width: 72px;
            height: 72px;
            animation-delay: 0s;
            animation-duration: 24s;
        }

        .circles li:nth-child(5) {
            left: 58%;
            width: 36px;
            height: 36px;
            animation-delay: 1s;
        }

        .circles li:nth-child(6) {
            left: 70%;
            width: 24px;
            height: 24px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 80%;
            width: 110px;
            height: 110px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 88%;
            width: 34px;
            height: 34px;
            animation-delay: 10s;
        }

        .circles li:nth-child(9) {
            left: 62%;
            width: 70px;
            height: 70px;
            animation-delay: 12s;
        }

        .circles li:nth-child(10) {
            left: 26%;
            width: 20px;
            height: 20px;
            animation-delay: 14s;
        }

@keyframes floatBubble {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(-850px) rotate(720deg);
        opacity: 0;
    }
}

.container-header-bottom,
.container-header-bottom-wave,
.container-header-bottom-slash,
.container-header-bottom-arrow,
.container-header-bottom-curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

    .container-header-bottom-wave svg,
    .container-header-bottom-slash svg,
    .container-header-bottom-arrow svg,
    .container-header-bottom-curve svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
    }

    .container-header-bottom-wave svg {
        height: 120px;
    }

    .container-header-bottom-slash svg {
        height: 75px;
        transform: rotateY(180deg);
    }

    .container-header-bottom-arrow svg {
        height: 50px;
    }

    .container-header-bottom-curve svg {
        width: calc(110% + 1.3px);
        height: 75px;
        transform: rotateY(180deg);
    }

    .container-header-bottom-wave .shape-fill,
    .container-header-bottom-slash .shape-fill,
    .container-header-bottom-arrow .shape-fill,
    .container-header-bottom-curve .shape-fill {
        fill: #ffffff;
    }

.bg-constellation {
    background-color: #330033;
}

    .bg-constellation::before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        filter: drop-shadow(0 0 8px white);
        z-index: 0;
    }

/* =========================
   MAIN MENU BODY
========================= */
.mainmenu-content-wrap {
    padding: 0 2rem !important;
}

.potion-breadcrumb {
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border-radius: 0.4rem;
    background: #eef1f4;
}

.mainmenu-section-title {
    margin-bottom: 0.75rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
}

.mainmenu-section-desc {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 10pt;
    line-height: 1.7;
    color: #374151;
}

/* =========================
   MAIN MENU CARD
========================= */
.mainmenu-card,
.potion-menu {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .mainmenu-card:hover,
    .potion-menu:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
    }


.potion-menu-img {
    /*display: block;*/
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #149647 0%, #28c261 100%);
}

.potion-menu-txt {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    background: #ffffff;
}

/* =========================
   DOCS / HELPERS
========================= */
.highlight {
    padding: 1rem;
    margin: 1rem 0;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 576px) {
    .highlight {
        padding: 1.5rem;
    }
}

.highlight pre code,
.pre code {
    font-size: inherit;
}

.highlight pre code {
    color: #212529;
}

.pre code {
    color: inherit;
    word-break: normal;
}

.nt {
    color: #2f6f9f;
}

.na {
    color: #4f9fcf;
}

.s {
    color: #d44950;
}

.s1 {
    color: #c30;
}

.kd {
    color: #069;
}

.c1 {
    color: #999;
}

.k {
    color: #004499;
}

.m, .mi, .s2 {
    color: #bd5200;
}

.nc, .nb {
    color: #209281;
}

.nd, .nl {
    color: #5fbff9;
}

.nf {
    color: #b34766;
}

.ni, .c {
    color: #8a7090;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f8f9fa;
    border-width: 0.2rem 0 0;
}

    .bd-example::after {
        display: block;
        clear: both;
        content: "";
    }

.bd-exampleTitle {
    padding: 0 1rem;
}

.bd-exampleBody {
    position: relative;
    padding: 1rem;
    border: solid #f8f9fa;
    border-width: 0.2rem 0 0;
}

.bd-example::after {
    display: block;
    clear: both;
    content: "";
}

.bd-example-container {
    min-width: 16rem;
    max-width: 25rem;
    margin-inline: auto;
}

.bd-example-container-header {
    height: 3rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border-radius: 0.25rem;
}

.bd-example-container-sidebar {
    float: right;
    width: 4rem;
    height: 8rem;
    background-color: #80bdff;
    border-radius: 0.25rem;
}

.bd-example-container-body {
    height: 8rem;
    margin-right: 4.5rem;
    background-color: #957bbe;
    border-radius: 0.25rem;
}

.bd-example-container-fluid {
    max-width: none;
}

.bd-callout {
    padding: 1.25rem;
    margin: 1.25rem 0;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info {
    border-left-color: #5fbff9;
}

.bd-callout-warning {
    border-left-color: #ffc107;
}

.bd-callout-info h4 {
    color: #5bc0de;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.bd-example-row .row + .row {
    margin-top: 1rem;
}

.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top,
.bd-example-row-flex-cols .row {
    min-height: 6rem;
    background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
}

.example-container {
    width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
}

.example-row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
}

.example-content-main,
.example-content-secondary {
    position: relative;
    width: 100%;
    padding-inline: 15px;
}

@media (min-width: 576px) {
    .example-content-main,
    .example-content-secondary {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .example-content-main {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .example-content-secondary {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #1278D4;
    --bs-table-border-color: #7abaff;
    --bs-table-striped-bg: #9fcdff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #9fcdff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #9fcdff;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softprimary {
    --bs-table-bg: #CCE5FF;
    color: var(--bs-table-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #d6d8db;
    --bs-table-border-color: #b3b7bb;
    --bs-table-striped-bg: #c8cbcf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c8cbcf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c8cbcf;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softsecondary {
    --bs-table-bg: #E2E3E5;
    color: var(--bs-table-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #008A27;
    --bs-table-border-color: #8fd19e;
    --bs-table-striped-bg: #b1dfbb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b1dfbb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #b1dfbb;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softsuccess {
    --bs-table-bg: #D4EDDA;
    color: var(--bs-table-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #17a2b8;
    --bs-table-border-color: #86cfda;
    --bs-table-striped-bg: #abdde5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #abdde5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #abdde5;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softinfo {
    --bs-table-bg: #D1ECF1;
    color: var(--bs-table-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #ffc107;
    --bs-table-border-color: #ffdf7e;
    --bs-table-striped-bg: #ffe8a1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ffe8a1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ffe8a1;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softwarning {
    --bs-table-bg: #FFF3CD;
    color: var(--bs-table-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #dc3545;
    --bs-table-border-color: #ed969e;
    --bs-table-striped-bg: #f1b0b7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f1b0b7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f1b0b7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softdanger {
    --bs-table-bg: #F8D7DA;
    color: var(--bs-table-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #fdfdfe;
    --bs-table-border-color: #fbfcfc;
    --bs-table-striped-bg: #ececf6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ececf6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ececf6;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-softlight {
    --bs-table-bg: #FEFEFE;
    color: var(--bs-table-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #343a40;
    --bs-table-border-color: #454d55;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgba(255, 255, 255, 0.075);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

p:last-child {
    margin-bottom: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    user-select: none;
}

.bd-placeholder-img-lg {
    font-size: 3.5rem;
}

.bd-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 0.25rem;
    background-color: #f5f5f5;
}

.bd-example > svg + svg {
    margin: 0.5rem;
}

.bd-example > .close,
.bd-example > .btn-close {
    float: none;
}

.bd-highlight {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.15);
}

/* =========================
   COMPONENT PARITY
========================= */
.btn {
    font-family: var(--font-family-body);
    display: inline-block;
    font-weight: 900;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 10pt;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #1278D4;
    border-color: #1278D4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #1278D4;
        border-color: #1278D4;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #008A27;
    border-color: #008A27;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #008A27;
        border-color: #008A27;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

.btn-outline-primary {
    color: #1278D4;
    border-color: #1278D4;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #1278D4;
        border-color: #1278D4;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #1278D4;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #1278D4;
        border-color: #1278D4;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #008A27;
    border-color: #008A27;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #008A27;
        border-color: #008A27;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #008A27;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #008A27;
        border-color: #008A27;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #F7F7F7;
    border-color: #F7F7F7;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #F7F7F7;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #1278D4;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 12pt;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 8pt;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

.carousel-indicators {
    margin-bottom: -1rem;
}

toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 12pt;
}




.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
}

.card-body {
    border: none;
    padding: 1rem;
}

.card-header,
.card-footer {
    border: none;
    padding: 0.75rem 1rem;
}

.card-header {
    font-weight: 700;
}

.card-title,
h4 {
    font-family: var(--font-family-header);
    font-weight: 700;
}

.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.card .border-primary,
.card .border-secondary,
.card .border-success,
.card .border-danger,
.card .border-warning,
.card .border-info,
.card .border-light,
.card .border-dark {
    border: 1px solid;
}

    .card .border-primary div.card-header {
        color: #1278d4;
    }

    .card .border-secondary div.card-header {
        color: #6c757d;
    }

    .card .border-success div.card-header {
        color: #008a27;
    }

    .card .border-danger div.card-header {
        color: #dc3545;
    }

    .card .border-warning div.card-header {
        color: #ffc107;
    }

    .card .border-info div.card-header {
        color: #17a2b8;
    }

.custom-control-input:checked ~ .custom-control-label::before,
.form-check-input:checked {
    background-color: #0b8d45;
    border-color: #0b8d45;
}

.shadow {
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%) !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple,
.select2-selection.select2-selection--multiple {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        border-right: none !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: rgba(0, 0, 0, 0.03) !important;
        border: none !important;
    }

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.3rem !important;
}

.cell-wrap {
    width: 0.1%;
    white-space: nowrap;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    border: none;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 0.75rem;
}

.modal-header {
    background-color: rgba(0, 0, 0, 0.03);
}

.fade {
    backdrop-filter: blur(4px) !important;
    transition: all 0.1s linear;
}

.card-pagination {
    padding-inline-start: 0;
    list-style: none;
}

.rounded-sm-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.rounded-sm-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.form-login {
    width: 100%;
    padding: 3rem;
    border-radius: 1.5rem;
    background-color: rgb(255 255 255 / 75%);
    backdrop-filter: blur(10px);
}

.transition {
    transition: all 0.2s linear;
}

.login-close {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.3);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(52, 58, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0);
    }
}

/* =========================
   BOOTSTRAP 4 PARITY SHIM
   Keep Potion layouts stable while markup moves to Bootstrap 5.3.8.
========================= */
:root {
    --potion-bs4-gutter-x: 30px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.row {
    --bs-gutter-x: var(--potion-bs4-gutter-x);
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-italic {
    font-style: italic !important;
}

.text-monospace {
    font-family: var(--font-family-monospace) !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background: transparent;
    border: 0;
    padding: 0;
}

    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before,
    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
    }

    .custom-control-label::before {
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #adb5bd;
    }

    .custom-control-label::after {
        background: 50% / 50% 50% no-repeat;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0b8d45;
    background-color: #0b8d45;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75 3.59 3.724 2.05 2.184.636 3.598 3.59 6.552 7.978 2.164z'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

    .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef;
    }

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #fff;
        transform: translateX(0.75rem);
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

    .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #1278D4;
        border: 0;
        border-radius: 1rem;
        -webkit-appearance: none;
        appearance: none;
    }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem;
    }

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.card-deck .card,
.card-group .card,
.card-columns .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }

    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199.98px) {
    .mainmenu-hero-title,
    .mainmenu-title {
        font-size: 3.25rem;
    }
}

@media (max-width: 991.98px) {
    /*#wrapper {
        flex-direction: column;
    }*/

    /*    #sidebarLayout {
        width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--potion-border);
    }*/

    .bd-content > table {
        display: block;
        overflow-x: auto;
    }

    table.table-bordered {
        border: 0;
    }

    .mainmenu-hero-container {
        padding: 0 1.5rem;
    }

    .mainmenu-hero-content {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .mainmenu-hero-title,
    .mainmenu-title {
        font-size: 2.75rem;
    }

    .mainmenu-hero-btn,
    .potion-hero-btn {
        min-width: 260px;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.75rem;
        display: inline;
    }

    .dropdown-menu {
        font-size: 0.75rem;
    }

    .sidebar {
        padding-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .sidebar {
        position: fixed;
        z-index: 10;
        bottom: 0;
        width: 100% !important;
        height: auto !important;
        min-height: 76px !important;
        flex-direction: row !important;
        overflow-x: auto;
    }

        .sidebar .nav-item {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
        }

            .sidebar .nav-item .nav-link {
                width: auto !important;
            }

            .sidebar .nav-item .dropdown-menu,
            .sidebar .nav-item .dropdown-menu-cust {
                position: fixed !important;
                top: 25% !important;
                bottom: 0 !important;
                left: 0 !important;
                width: 100% !important;
                height: auto !important;
                min-height: 0 !important;
                padding-bottom: 76px !important;
                z-index: 1050 !important;
                overflow-x: auto;
                overflow-y: auto;
            }

    .navbar-nav .dropdown-menu {
        position: fixed !important;
        top: 64px !important;
        width: 100% !important;
        height: calc(100vh - 64px) !important;
        max-height: calc(100vh - 64px) !important;
    }

    #usernameLabel,
    #master-title-label {
        display: none;
    }

    .mainmenu-content-wrap {
        padding: 0 1rem !important;
    }

    .mainmenu-hero-title,
    .mainmenu-title {
        font-size: 2.2rem;
    }

    .mainmenu-card-img,
    .potion-menu-img {
        height: 190px;
    }

    .mainmenu-hero-btn,
    .potion-hero-btn {
        width: 100%;
        min-width: auto;
    }
}


/* ==========================================================================
   POTION BS5 AUTO PATCH
   Tujuan:
   - dipasang SETELAH potion-custom-bs5.css / potion-custom-bs5-clean.css
   - mengembalikan visual agar lebih dekat ke potion-custom.css (BS4)
   - tidak mengubah nama class Bootstrap 5, hanya override atribut/style
   ========================================================================== */

/* ---------- GLOBAL / UTILITIES ---------- */
.hidden {
    display: none !important;
}

.container-fluid {
    padding-bottom: 20px;
}

.figure {
    margin: 0 0 1rem;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 576px) {
    .highlight {
        padding: 1.5rem;
    }
}

.highlight pre code {
    font-size: inherit;
    color: #212529;
}

.pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.nt {
    color: #2f6f9f;
}

.na {
    color: #4f9fcf;
}

.s {
    color: #d44950;
}

.s1 {
    color: #c30;
}

.kd {
    color: #069;
}

.c1 {
    color: #999;
}

.k {
    color: #004499;
}

.m, .mi {
    color: #BD5200;
}

.nc {
    color: #209281;
}

.nd {
    color: #5FBFF9;
}

.nb {
    color: #209281;
}

.nl {
    color: #5FBFF9;
}

.nf {
    color: #B34766;
}

.ni {
    color: #8A7090;
}

.c {
    color: #8A7090;
}

.s2 {
    color: #BD5200;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info {
    border-left-color: #5FBFF9;
}

.bd-callout-warning {
    border-left-color: #FFC107;
}

.bd-highlight {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.15);
}

p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}



@media (max-width: 991.98px) {
    .bd-content > table {
        display: block;
        overflow-x: auto;
    }

    table.table-bordered {
        border: 0;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bd-placeholder-img-lg {
    font-size: 3.5rem;
}

.bd-example > svg + svg {
    margin: 0.5rem;
}

.bd-example > .close {
    float: none;
}

.bd-callout-info h4 {
    color: #5bc0de;
}

.cell-wrap {
    width: 0.1%;
    white-space: nowrap;
}

.card-pagination {
    padding-inline-start: 0;
    list-style: none;
}

.rounded-sm-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.rounded-sm-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.badge {
    line-height: 1.25 !important;
}

.badge-new {
    display: inline-block;
    padding: 0.8em 1.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill-new {
    display: inline-block;
    padding: 0.8em 1.6em;
    border-radius: 10rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}


.badge-primary-new {
    color: #1278D4;
    background-color: #D8E8F7;
}

.badge-primary {
    color: #fff;
    background-color: #1278D4;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary-new {
    color: #6c757d;
    background-color: #E6E8E9;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success-new {
    color: #008A27;
    background-color: #D6ECDC;
}

.badge-success {
    color: #fff;
    background-color: #008A27;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info-new {
    color: #17a2b8;
    background-color: #D8EFF3;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning-new {
    color: #ffc107;
    background-color: #FFF4D6;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger-new {
    color: #dc3545;
    background-color: #F9DDE0;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #F7F7F7;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.shadow {
    -webkit-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%) !important;
}

.transition {
    transition: all 0.2s linear;
}

.login-close {
    transform: scaleY(0);
    opacity: 0;
    height: 0;
}

.form-login {
    background-color: rgb(255 255 255 / 75%);
    padding: 3rem;
    border-radius: 1.5rem;
    width: 100%;
    backdrop-filter: blur(10px);
}

/* ---------- NAVBAR ---------- */
.navbar-brand {
    font-size: 1rem;
}

    .navbar-brand img,
    .potion-navbar .navbar-brand img {
        max-height: 32px;
    }

/* ---------- BUTTON / FORM / CHECK ---------- */
.btn {
    font-weight: normal;
}

.form-control,
.form-select,
.input-group-text {
    font-size: 10pt;
}

.form-control,
.form-select {
    padding: 0.375rem 0.75rem;
}

.form-check-input:checked,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0B8D45;
    border-color: #0B8D45;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 12pt;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: static;
    margin-top: 0.3rem;
    margin-left: 0;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.form-switch {
    padding-left: 2.5rem;
}


/* ---------- CARD ---------- */
.card-body {
    border: none;
    padding: 1rem;
}

.card-header {
    border: none;
    padding: 0.75rem 1rem;
    font-weight: bold;
}

.card-footer {
    border: none;
    padding: 0.75rem 1rem;
}

.card-title,
h4 {
    font-family: var(--font-family-header);
    font-weight: bold;
}

.card {
    border-radius: 0.5rem;
    border: none;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%);
}

.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.card .border-primary,
.card .border-secondary,
.card .border-success,
.card .border-danger,
.card .border-warning,
.card .border-info,
.card .border-light,
.card .border-dark {
    border: 1px solid;
}

    .card .border-primary div.card-header {
        color: #1278D4;
    }

    .card .border-secondary div.card-header {
        color: #6c757d;
    }

    .card .border-success div.card-header {
        color: #008A27;
    }

    .card .border-danger div.card-header {
        color: #dc3545;
    }

    .card .border-warning div.card-header {
        color: #ffc107;
    }

    .card .border-info div.card-header {
        color: #17a2b8;
    }

/* ---------- SIDEBAR ---------- */
/* Bridge lama (.sidebar) + baru (#sidebarLayout) */
.nav-link {
    display: block;
}

#sidebarLayout .nav-link,
.sidebar .nav-item .nav-link,
.dropdown-item-cust {
    color: #6C757D;
}

#sidebarLayout .nav-link {
    min-height: 40px;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
}

    #sidebarLayout .nav-link span,
    .sidebar .nav-item .nav-link span {
        font-size: 0.75rem;
        font-weight: 400;
    }

    #sidebarLayout .nav-link:hover,
    #sidebarLayout .nav-link:focus,
    #sidebarLayout .nav-item.active > .nav-link,
    #sidebarLayout .nav-item.show > .nav-link,
    .sidebar .nav-item .nav-link:active,
    .sidebar .nav-item .nav-link:focus,
    .sidebar .nav-item .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link {
        color: #343a40 !important;
        font-weight: bold;
        background-color: transparent;
    }

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.2s;
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after,
#sidebarLayout .nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    content: '\f105';
    transform: rotate(90deg);
}

.dropdown-item-cust {
    font-size: 0.75rem;
    color: #6C757D;
    border-left: solid 2px #6C757D;
    margin: 0.5rem 0.5rem;
}

    .dropdown-item-cust:hover,
    .dropdown-item-cust:focus,
    .dropdown-item-cust.active,
    .dropdown-item-cust:active {
        color: #343a40;
        border-left: solid 8px #343a40;
        background: transparent;
    }

/* ---------- MOBILE MASTER ---------- */
@media (max-width: 575.98px) {
    #sidebarLayout,
    .sidebar {
        position: fixed;
        z-index: 10;
        bottom: 0;
        width: 100% !important;
        height: auto !important;
        min-height: 76px !important;
        flex-direction: row !important;
        overflow-x: auto;
    }

        #sidebarLayout .nav-item,
        .sidebar .nav-item {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
        }

            #sidebarLayout .nav-item .nav-link,
            .sidebar .nav-item .nav-link {
                width: auto !important;
            }

            #sidebarLayout .nav-item .dropdown-menu,
            #sidebarLayout .nav-item .dropdown-menu-cust,
            .sidebar .nav-item .dropdown-menu {
                overflow-y: scroll;
                position: fixed !important;
                bottom: 0 !important;
                top: 25% !important;
                height: auto !important;
                min-height: 0 !important;
                width: 100% !important;
                left: 0 !important;
                padding-bottom: 76px !important;
                z-index: -1 !important;
                overflow-x: auto;
            }

    .navbar-nav .dropdown-menu {
        position: fixed !important;
        top: 64px !important;
        width: 100% !important;
        height: calc(100vh - 64px) !important;
        max-height: calc(100vh - 64px) !important;
    }

    #usernameLabel,
    #master-title-label {
        display: none;
    }
}

/* ---------- SELECT2 ---------- */
.select2-selection .select2-selection--multiple {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        border-right: none !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: rgba(0, 0, 0, 0.03) !important;
        border: none !important;
    }

/* ---------- DATATABLE ---------- */
table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.3rem !important;
}

/* ---------- MODAL ---------- */
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    border: none;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 0.75rem;
}

.modal-header {
    background-color: rgba(0, 0, 0, 0.03);
    justify-content: space-between;
}

.fade {
    backdrop-filter: blur(4px) !important;
    transition: all 0.1s linear;
}

/* ---------- SCROLL TO TOP ---------- */
.scroll-to-top {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    animation: pulse 1.5s ease-out infinite;
}

/* ---------- HERO / HEADER ---------- */
.container-header {
    position: relative;
}

.container-header-home {
    min-height: 100vh;
}

.container-header-bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .container-header-bottom-wave svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 40px;
        transform: rotateY(180deg);
    }

    .container-header-bottom-wave .shape-fill {
        fill: #FFFFFF;
    }

.container-header-bottom-slash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .container-header-bottom-slash svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 75px;
        transform: rotateY(180deg);
    }

    .container-header-bottom-slash .shape-fill {
        fill: #FFFFFF;
    }

.container-header-bottom-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .container-header-bottom-arrow svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .container-header-bottom-arrow .shape-fill {
        fill: #FFFFFF;
    }

.container-header-bottom-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .container-header-bottom-curve svg {
        position: relative;
        display: block;
        width: calc(110% + 1.3px);
        height: 75px;
        transform: rotateY(180deg);
    }

    .container-header-bottom-curve .shape-fill {
        fill: #FFFFFF;
    }

/* Memperkecil rasa "terlalu besar" pada implementasi BS5 sekarang */
.mainmenu-hero-section {
    padding: 4rem 0 5rem;
}

.mainmenu-hero-container {
    padding: 0 2rem;
}

.mainmenu-hero-content {
    padding-left: 2rem !important;
}

.mainmenu-hero-title,
.mainmenu-title {
    font-size: 2.2rem;
}

.mainmenu-hero-desc,
.mainmenu-desc {
    font-size: 10pt;
}

.mainmenu-hero-btn,
.potion-hero-btn {
    min-width: auto;
}

.mainmenu-section-title {
    font-size: 1.5rem;
}

/* ---------- LEGACY THEME BACKGROUNDS ---------- */
.bg-gradient-green {
    background-color: #348D5B;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231d8f50'/%3E%3Cstop offset='1' stop-color='%231d8f50' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%232d9f56'/%3E%3Cstop offset='1' stop-color='%232d9f56' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2316a149'/%3E%3Cstop offset='1' stop-color='%2316a149' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23348D5B'/%3E%3Cstop offset='1' stop-color='%23348D5B' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230B8D45'/%3E%3Cstop offset='1' stop-color='%230B8D45' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2324B24C'/%3E%3Cstop offset='1' stop-color='%2324B24C' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-blue {
    background-color: #004499;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230484f4'/%3E%3Cstop offset='1' stop-color='%230484f4' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230aa2fd'/%3E%3Cstop offset='1' stop-color='%230aa2fd' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236bd2fb'/%3E%3Cstop offset='1' stop-color='%236bd2fb' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23004499'/%3E%3Cstop offset='1' stop-color='%23004499' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235FBFF9'/%3E%3Cstop offset='1' stop-color='%235FBFF9' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2378E3FD'/%3E%3Cstop offset='1' stop-color='%2378E3FD' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-tosca {
    background-color: #40E0D0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2336d3b8'/%3E%3Cstop offset='1' stop-color='%2336d3b8' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2325c4b0'/%3E%3Cstop offset='1' stop-color='%2325c4b0' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%232aa88f'/%3E%3Cstop offset='1' stop-color='%232aa88f' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2340E0D0'/%3E%3Cstop offset='1' stop-color='%2340E0D0' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2336BC9B'/%3E%3Cstop offset='1' stop-color='%2336BC9B' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23209281'/%3E%3Cstop offset='1' stop-color='%23209281' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-red {
    background-color: #BA1F33;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23970c15'/%3E%3Cstop offset='1' stop-color='%23970c15' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a61b28'/%3E%3Cstop offset='1' stop-color='%23a61b28' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2381090d'/%3E%3Cstop offset='1' stop-color='%2381090d' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23BA1F33'/%3E%3Cstop offset='1' stop-color='%23BA1F33' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236C0000'/%3E%3Cstop offset='1' stop-color='%236C0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2391171F'/%3E%3Cstop offset='1' stop-color='%2391171F' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-pink {
    background-color: #FF3E96;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23df3d79'/%3E%3Cstop offset='1' stop-color='%23df3d79' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff5292'/%3E%3Cstop offset='1' stop-color='%23ff5292' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e24e78'/%3E%3Cstop offset='1' stop-color='%23e24e78' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF3E96'/%3E%3Cstop offset='1' stop-color='%23FF3E96' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23B34766'/%3E%3Cstop offset='1' stop-color='%23B34766' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF6692'/%3E%3Cstop offset='1' stop-color='%23FF6692' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-orange {
    background-color: #F68013;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f59412'/%3E%3Cstop offset='1' stop-color='%23f59412' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23df6804'/%3E%3Cstop offset='1' stop-color='%23df6804' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dc7b05'/%3E%3Cstop offset='1' stop-color='%23dc7b05' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23F68013'/%3E%3Cstop offset='1' stop-color='%23F68013' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23F3A712'/%3E%3Cstop offset='1' stop-color='%23F3A712' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23BD5200'/%3E%3Cstop offset='1' stop-color='%23BD5200' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-dark {
    background-color: #343A40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23464c51'/%3E%3Cstop offset='1' stop-color='%23464c51' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23555d63'/%3E%3Cstop offset='1' stop-color='%23555d63' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23696f73'/%3E%3Cstop offset='1' stop-color='%23696f73' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23343A40'/%3E%3Cstop offset='1' stop-color='%23343A40' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23595E62'/%3E%3Cstop offset='1' stop-color='%23595E62' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23787F85'/%3E%3Cstop offset='1' stop-color='%23787F85' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-size: cover;
}

.bg-gradient-animate {
    animation: gradient 5s ease-in-out infinite;
}

.bg-constellation {
    background-color: #330033;
}

    .bg-constellation:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='338' height='338' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23C400C4' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FDDCFF'%3E%3Ccircle cx='769' cy='229' r='7'/%3E%3Ccircle cx='539' cy='269' r='7'/%3E%3Ccircle cx='603' cy='493' r='7'/%3E%3Ccircle cx='731' cy='737' r='7'/%3E%3Ccircle cx='520' cy='660' r='7'/%3E%3Ccircle cx='309' cy='538' r='7'/%3E%3Ccircle cx='295' cy='764' r='7'/%3E%3Ccircle cx='40' cy='599' r='7'/%3E%3Ccircle cx='102' cy='382' r='7'/%3E%3Ccircle cx='127' cy='80' r='7'/%3E%3Ccircle cx='370' cy='105' r='7'/%3E%3Ccircle cx='578' cy='42' r='7'/%3E%3Ccircle cx='237' cy='261' r='7'/%3E%3Ccircle cx='390' cy='382' r='7'/%3E%3C/g%3E%3C/svg%3E");
        filter: drop-shadow(0 0 8px white);
        z-index: 0;
    }

/* ---------- LEGACY BUBBLES ---------- */
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style: none;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        animation: bubble-up 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            filter: blur(6px);
        }

        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
            filter: blur(3px);
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
            filter: blur(3px);
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
            filter: blur(5px);
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
            filter: blur(3px);
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
            filter: blur(7px);
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
            filter: blur(8px);
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
            filter: blur(4px);
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
            filter: blur(2px);
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
            filter: blur(8px);
        }

@keyframes bubble-up {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes gradient {
    0% {
        background-size: 400%;
        background-position: 0%;
    }

    50% {
        background-size: 400%;
        background-position: 100%;
    }

    100% {
        background-size: 400%;
        background-position: 0%;
    }
}

/* ---------- MAIN MENU CARD PARITY ---------- */
.potion-menu,
.mainmenu-card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
    text-decoration: none !important;
}

.potion-menu {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
    /*margin-bottom: 2rem;*/
    text-decoration: none !important;
}

    .potion-menu:hover {
        transform: translateY(-2px);
        transition: all 0.1s ease-in;
    }


    .potion-menu:hover,
    .mainmenu-card:hover {
        transform: translateY(-2px);
        transition: all 0.1s ease-in;
    }

.potion-menu-img,
.mainmenu-card-img {
    width: 100%;
    padding: 0.25rem !important;
    height: 190px;
    border-radius: 1rem;
}

.potion-menu-txt,
.mainmenu-card-title {
    width: 100%;
    color: #343a40 !important;
    font-family: var(--font-family-header);
    text-align: center;
    padding-top: 0.25rem;
    font-weight: 700 !important;
    background: #fff;
}

@media (min-width: 768px) {
    .potion-menu,
    .mainmenu-card {
        -webkit-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 10%);
    }

        .potion-menu:hover,
        .mainmenu-card:hover {
            -webkit-box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 10%);
            -moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 10%);
        }

    .potion-menu-img,
    .mainmenu-card-img {
        padding: 1.5rem !important;
        height: 190px;
        border-radius: 0.5rem 0.5rem 0 0;
    }

    .potion-menu-txt,
    .mainmenu-card-title {
        font-size: 1rem;
        padding: 1rem;
        text-align: left;
    }

    .potion-menu-txt {
        font-size: 1rem;
        padding: 1rem;
        text-align: left;
    }

    #sidebarLayout,
    .sidebar {
        width: var(--potion-sidebar-width-lg) !important;
        min-width: var(--potion-sidebar-width-lg) !important;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(0 146 200 / 60%);
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.3);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgb(0 146 200 / 0%);
        box-shadow: 0 0 0 12px rgba(52, 58, 64, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(0 146 200 / 0%);
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0);
    }
}
