:root {
    --bs-indigo-rgb: 102, 16, 242;
    --bs-pink-rgb: 232, 62, 140;
    --bs-orange-rgb: 253, 126, 20;
    --bs-green-rgb: 44, 168, 127;
    --bs-cyan-rgb: 62, 201, 214;
}
body[data-pc-font="IBM Plex Sans"] {
    font-family: "IBM Plex Sans", sans-serif;
}
body[data-pc-font="Inter var"] {
    font-family: "Inter var", sans-serif;
}
body[data-pc-font="Jost"] {
    font-family: "Jost", sans-serif;
}
body[data-pc-font="Montserrat"] {
    font-family: "Montserrat", sans-serif;
}
body[data-pc-font="Noto Sans"] {
    font-family: "Noto Sans", sans-serif;
}
body[data-pc-font="Open Sans"] {
    font-family: "Open Sans", sans-serif;
}
body[data-pc-font="Plus Jakarta Sans"] {
    font-family: "Plus Jakarta Sans", sans-serif;
}
body[data-pc-font="Public Sans"] {
    font-family: "Public Sans", sans-serif;
}
body[data-pc-font="Roboto"] {
    font-family: "Roboto", sans-serif;
}
body[data-pc-font="Rubik"] {
    font-family: "Rubik", sans-serif;
}
body[data-pc-font="Source Sans 3"] {
    font-family: "Source Sans 3", sans-serif;
}
body[data-pc-font="Urbanist"] {
    font-family: "Urbanist", sans-serif;
}
body[data-pc-font="Work Sans"] {
    font-family: "Work Sans", sans-serif;
}
body[data-pc-theme_contrast="true"] .card {
    box-shadow: var(--bs-box-shadow-sm);
}
body .welcome-banner {
    border: none;
}
body[data-pc-theme="light"][data-pc-theme_contrast="true"][data-pc-layout="color-header"] {
    --pc-sidebar-background: #fff !important;
    --pc-sidebar-border: none;
    --pc-sidebar-shadow: var(--bs-box-shadow-sm);
}
body[data-pc-layout="color-header"] .b-brand {
    color: #fff !important;
}
.pc-container .page-header * {
    padding-top: 0 !important;
}
.pc-container .page-header .d-none * {
    padding-top: 0 !important;
}
.loader-bg {
    z-index: 9999999;
}
.form-group {
    margin-bottom: 1rem;
}
@keyframes ldio-b5rzs5omc1l {
    0% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        top: 70.35000000000001px;
    }
    30% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        top: 50.25px;
    }
    60% {
        animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
        top: 70.35000000000001px;
    }
    100% {
        top: 70.35000000000001px;
    }
}
.payment-group {
    box-shadow: none !important;
}
.payment-menu input[type="radio"] {
    display: none;
}
.payment-menu {
    position: relative;
    display: block;
    color: var(--bs-card-title-color);
    text-decoration: none;
    background: var(--bs-body-bg);
    border-radius: 1rem !important;
    user-select: none;
}
.payment-menu input[type="radio"] .payment-item {
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 13px !important;
    border-radius: 1rem !important;
    border: 2px solid var(--bs-gray-300);
    width: 100%;
}
[data-pc-theme="dark"] .payment-menu input[type="radio"] .payment-item {
    --bs-gray-300: #1d2630;
}
.payment-menu input[type="radio"]:checked .payment-item {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    font-size: 13px !important;
    display: block;
}
.payment-menu input[type="radio"]:hover:not(:checked) .payment-item {
    border: 2px solid var(--bs-primary);
}
.payment-menu .info-top {
    margin-top: 7px;
}
.payment-menu .info-bottom {
    margin-top: 7px;
    margin-bottom: 3px;
}
.theme-group {
    box-shadow: none !important;
}
.theme-menu input[type="radio"] {
    display: none;
}
.theme-menu {
    position: relative;
    display: block;
    color: var(--bs-card-title-color);
    text-decoration: none;
    background: var(--bs-body-bg);
    border-radius: 1rem !important;
    user-select: none;
}
.theme-menu input[type="radio"] .theme-item {
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 13px !important;
    border-radius: 1rem !important;
    border: 2px solid var(--bs-gray-300);
    width: 100%;
}
[data-pc-theme="dark"] .theme-menu input[type="radio"] .theme-item {
    --bs-gray-300: #1d2630;
}
.theme-menu input[type="radio"]:checked .theme-item {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    font-size: 13px !important;
    display: block;
}
.theme-menu input[type="radio"]:hover:not(:checked) .theme-item {
    border: 2px solid var(--bs-primary);
}
.theme-menu .info-top {
    margin-top: 7px;
}
.theme-menu .info-bottom {
    margin-top: 7px;
    margin-bottom: 3px;
}
.select2 {
    width: 100% !important;
}
body .swal2-container {
    z-index: 1081 !important;
}
.select2-container--default.select2-container--disabled.select2-selection--single {
    background-color: #f3f5f7;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border: 1px solid #bec8d0 !important;
    height: 100% !important;
}
.select2-container--default.select2-container--open.select2-container--below.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below.select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.select2-container--default.select2-selection--single.select2-selection__arrowb {
    height: 0 !important;
    left: 0 !important;
    margin-left: -5px !important;
    margin-top: 8px !important;
}
.select2-container .select2-selection--single:hover {
    background-color: #f8f9fa !important;
}
.select2-container .select2-selection--single:focus {
    color: #131920 !important;
    background-color: #f8f9fa !important;
    border-color: var(--bs-primary) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
.select2-results__option:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}
.select2-results__option[aria-selected="true"] {
    background-color: var(--bs-primary) !important;
    color: white !important;
}
.select2-results__option--highlighted[aria-selected="false"] {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}
.select2-results__option--highlighted[aria-selected="true"] {
    background-color: var(--bs-primary) !important;
    color: white !important;
}
.select2-container--open .select2-selection--single {
    color: #131920 !important;
    background-color: #f8f9fa !important;
    border-color: var(--bs-primary) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
.select2-container .select2-selection--single {
    width: 100%;
    padding: 0.58rem 2rem 0.58rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #bec8d0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.357rem;
    height: 2rem;
}
[data-pc-theme="dark"] .select2-container .select2-selection--single {
    background-color: #263240 !important;
    border-color: #303f50 !important;
}
.select2-container--default.select2-selection--single.select2-selection__rendered {
    color: #131920 !important;
}
.select2-container--default.select2-selection--single.select2-selection__placeholder {
    color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"].select2-container--default.select2-selection--single.select2-selection__rendered {
    color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-search__field {
    background-color: #263240 !important;
    color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-dropdown {
    background-color: #263240 !important;
    color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-results__option:hover {
    background: transparent !important;
    color: var(--bs-primary) !important;
}
[data-pc-theme="dark"] .select2-container .select2-selection--single:focus {
    border-color: var(--bs-primary) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
[data-pc-theme="dark"] .select2-results__option[aria-selected="true"] {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}
[data-pc-theme="dark"].select2-results__option--highlighted[aria-selected="false"] {
    background: transparent !important;
    color: var(--bs-primary) !important;
}
[data-pc-theme="dark"].select2-results__option--highlighted[aria-selected="true"] {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}
[data-pc-theme="dark"] .select2-container--open .select2-selection--single {
    border-color: var(--bs-primary) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
[data-pc-theme="dark"] .form-control:disabled,
[data-pc-theme="dark"] .custom-select:disabled,
[data-pc-theme="dark"] .dataTable-selector:disabled,
[data-pc-theme="dark"] .dataTable-input:disabled {
    -webkit-text-fill-color: var(--bs-body-color);
}
body.swal2-height-auto {
    overflow: hidden !important;
}
.available-balance-card::after {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0)
    ) !important;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-secondary,
.btn-custom-gradient,
.bg-gradient {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0)
    ) !important;
    border: none;
}
.btn-outline-primary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-secondary {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0)
    ) !important;
}
[data-pc-theme="dark"] .card .card-header {
    border-bottom: 1px solid #444a52;
}
.table thead th .form-check {
    font-size: var(--bs-body-font-size) !important;
}
.form-check .form-check-input {
    cursor: pointer;
}
.pc-sidebar .pc-hasmenu.pc-trigger > .pc-link > .pc-arrow {
    margin-top: 2px;
}
[data-pc-theme="dark"].payment-menuinput[type="radio"]:checked.payment-item {
    background-color: rgba(var(--bs-primary-rgb), 0.2);
}
.hero-text-gradient {
    --bg-size: 400%;
    --color-one: rgb(37, 161, 244);
    --color-two: rgb(249, 31, 169);
    background: linear-gradient(
            90deg,
            var(--color-one),
            var(--color-two),
            var(--color-one)
        )
        0 0 / var(--bg-size) 100%;
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    animation: move-bg 24s infinite linear;
}
@keyframes move-bg {
    to {
        background-position: var(--bg-size) 0;
    }
}
.bgImageCustom {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 160px;
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/landing/wave.png");
    background-size: 1000px 100px;
}
[data-pc-theme="dark"] .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/landing/wave-dark.png");
    background-size: 1000px 100px;
}
.wave.wave1 {
    animation: animate 30s linear infinite;
    z-index: 10;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 15px;
}
.wave.wave3 {
    animation: animate 30s linear infinite;
    z-index: 8;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}
.wave.wave4 {
    animation: animate2 5s linear infinite;
    z-index: 7;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 25px;
}
@keyframes animate {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1000px;
    }
}
@keyframes animate2 {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1000px;
    }
}
.background-pattern1 {
    background-repeat: repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='patternId' opacity='0.1' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='hsla(0,0%25,100%25,1)'/%3E%3Cpath d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81' stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%25,59.4%25,1)' fill='none'/%3E%3Cpath d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55' stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%25,51.6%25,1)' fill='none'/%3E%3Cpath d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74' stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%25,48.4%25,1)' fill='none'/%3E%3Cpath d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84' stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%25,61%25,1)' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800%25' height='800%25' transform='translate(0,0)' fill='url(%23a)'/%3E%3C/svg%3E");
}
.background-pattern2 {
    background-repeat: repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='patternId' opacity='0.1' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='hsla(0,0%25,100%25,1)'/%3E%3Cpath d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81' stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%25,59.4%25,1)' fill='none'/%3E%3Cpath d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55' stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%25,51.6%25,1)' fill='none'/%3E%3Cpath d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74' stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%25,48.4%25,1)' fill='none'/%3E%3Cpath d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84' stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%25,61%25,1)' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800%25' height='800%25' transform='translate(-35,-13)' fill='url(%23a)'/%3E%3C/svg%3E");
}
.background-pattern3 {
    background-repeat: repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='patternId' opacity='0.1' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='hsla(0,0%25,100%25,1)'/%3E%3Cpath d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81' stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%25,59.4%25,1)' fill='none'/%3E%3Cpath d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55' stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%25,51.6%25,1)' fill='none'/%3E%3Cpath d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74' stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%25,48.4%25,1)' fill='none'/%3E%3Cpath d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84' stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%25,61%25,1)' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800%25' height='800%25' transform='translate(-47,-26)' fill='url(%23a)'/%3E%3C/svg%3E");
}
.theme-color {
    flex-wrap: wrap;
    row-gap: 3px;
}
.theme-color > a {
    position: relative !important;
    display: inline-flex !important;
    height: 2.75rem !important;
    width: 2.75rem !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 0.75rem !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.theme-color > a.active {
    flex: none !important;
}
.theme-color > a.active::after,
.theme-color > a > i {
    transform: scale(1) !important;
}
.theme-color > a::after {
    border-radius: 0.75rem !important;
}
body[data-pc-layout="vertical"] .pc-sidebar .navbar-content,
body[data-pc-layout="color-header"] .pc-sidebar .navbar-content {
    height: calc(100vh - 149px) !important;
}
.pc-sidebar .card.pc-user-card {
    background: var(--pc-sidebar-background) !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: none !important;
}
.pc-sidebar .card.pc-user-card .card-body {
    padding: 15px !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    visibility: hidden !important;
    box-shadow: none !important;
    width: calc(279.8px) !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: var(--pc-sidebar-user-background) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menu {
    width: calc(278.8px) !important;
}
body[data-pc-layout="color-header"].pc-sidebar.card.pc-user-card.dropdown-menu {
    width: calc(279.8px) !important;
}
body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu {
    width: calc(320px) !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu.show {
    opacity: 1 !important;
    inset: auto 0px 0px -76px !important;
    transform: translate3d(0px, -58.5px, 0px) !important;
    visibility: visible !important;
    border-radius: 0px !important;
}
body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu.show {
    inset: auto 0px 0px -75.9px !important;
    transform: translate3d(0px, 206.5px, 0px) !important;
}
body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu.show {
    border-bottom: 1px solid var(--bs-border-color) !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="tab"][data-pc-theme_contrast="true"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-bottom: 1px solid var(--bs-border-color) !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="tab"][data-pc-theme_contrast="false"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-bottom: var(--pc-sidebar-border) !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="tab"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-bottom: var(--pc-sidebar-border) !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="vertical"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-top: 1px solid var(--bs-border-color) !important;
    border-left: 1px solid var(--bs-border-color) !important;
    border-right: none !important;
}
body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-top: 1px dashed #bec8d0 !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="vertical"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-top: var(--pc-sidebar-border) !important;
    border-left: 1px solid var(--pc-sidebar-border) !important;
    border-right: none !important;
}
body[data-pc-layout="color-header"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-top: 1px solid var(--bs-border-color) !important;
    border-left: none !important;
    border-right: none !important;
}
body[data-pc-layout="color-header"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menu.show {
    border-top: 1px solid var(--bs-card-border-color) !important;
    border-left: none !important;
    border-right: none !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul li {
    position: relative;
    flex: 50%;
    border: 0.25px solid var(--bs-border-color);
}
body[data-pc-layout="vertical"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menuulli {
    border: 0.25px dashed #242d39;
}
body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.card.pc-user-card.dropdown-menuulli {
    border: 0.25px dashed #bec8d0;
}
body[data-pc-layout="color-header"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menuulli {
    border: 0.25px solid var(--bs-card-border-color);
}
body[data-pc-layout="tab"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card.dropdown-menuulli {
    border: 0.25px dashed #242d39;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(1),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(2) {
    border-top: none !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(3),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(4) {
    border-bottom: none !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(1),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(3) {
    border-left: none !important;
}
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(2),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(4) {
    border-right: none !important;
}
.pc-sidebar .card.pc-user-card .pc-user-links {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--pc-sidebar-color);
    padding: 12px 4px;
    border-radius: var(--bs-border-radius);
    margin: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.pc-sidebar .card.pc-user-card .pc-user-links::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pc-sidebar-active-color);
    opacity: 0;
}
.pc-sidebar .card.pc-user-card .pc-user-links:focus,
.pc-sidebar .card.pc-user-card .pc-user-links:hover {
    color: var(--pc-sidebar-active-color);
}
.pc-sidebar .card.pc-user-card .pc-user-links:focus::after,
.pc-sidebar .card.pc-user-card .pc-user-links:hover::after {
    opacity: 0.1;
}
body[data-pc-layout="color-header"] .pc-sidebar {
    position: fixed !important;
}
body[data-pc-layout="color-header"] .pc-sidebar .navbar-content {
    box-shadow: inset 0px 0px 0px 0px var(--bs-border-color) !important;
}
body[data-pc-layout="color-header"][data-pc-theme="light"].pc-sidebar.card.pc-user-card {
    border-top: 1px solid var(--bs-border-color) !important;
}
body[data-pc-layout="color-header"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card {
    border-top: 1px solid var(--bs-card-border-color) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="true"].pc-sidebar.card.pc-user-card {
    border-top: 1px solid var(--bs-border-color) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.card.pc-user-card {
    border-top: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card {
    border-top: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card {
    display: block !important;
}
body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="true"].pc-sidebar.m-header {
    border-bottom: 1px solid var(--bs-border-color) !important;
}
body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="true"].pc-sidebar.card.pc-user-card {
    border-bottom: 1px solid var(--bs-border-color) !important;
}
body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.m-header {
    border-bottom: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.card.pc-user-card {
    border-bottom: var(--pc-sidebar-border) !important;
}
[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"].pc-sidebar.tab-container.tab-sidemenu {
    border-right: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="tab"][data-pc-theme="dark"] .pc-sidebar .m-header {
    border-bottom: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="tab"][data-pc-theme="dark"].pc-sidebar.card.pc-user-card {
    border-bottom: var(--pc-sidebar-border) !important;
}
[data-pc-layout="tab"][data-pc-theme="dark"].pc-sidebar.tab-container.tab-sidemenu {
    border-right: var(--pc-sidebar-border) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="light"] .pc-sidebar .m-header {
    border-bottom: 1px solid var(--bs-border-color) !important;
}
body[data-pc-layout="vertical"][data-pc-theme="dark"] .pc-sidebar .m-header {
    border-bottom: var(--pc-sidebar-border) !important;
}
.page-header {
    padding-top: 13px;
    padding-bottom: 24px;
}
body[data-pc-layout="color-header"] .page-header {
    padding-bottom: 24px !important;
}
.pc-container .page-header .breadcrumb {
    margin-bottom: 5px;
}
[data-pc-layout="color-header"].pc-container.page-header.breadcrumb.breadcrumb-item,
[data-pc-layout="color-header"] .pc-container .page-header .breadcrumb a:hover {
    color: #fff;
}
[data-pc-layout="vertical"] .pc-sidebar .navbar-content {
    padding: 18px 0;
}
.pc-sidebar .navbar-content {
    height: calc(100vh - 110px);
}
[data-pc-layout="tab"] .pc-sidebar .tab-container .tab-sidemenu,
[data-pc-layout="tab"] .pc-sidebar .tab-container .tab-link {
    height: calc(100vh - 92px);
}
[data-pc-theme="light"].landing-page {
    background: var(--bs-body-bg) !important;
}
[data-pc-theme="dark"].landing-page {
    background: #131920 !important;
}
.pc-sidebar .pc-link .pc-mtext {
    vertical-align: middle !important;
}
.pc-sidebar .pc-micon i {
    vertical-align: sub !important;
}
.welcome-banner::after {
    content: "";
    background-image: url("/assets/images/widget/img-dropbox-bg.svg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
}
.notyf__toast {
    border-radius: 8px !important;
    color: white !important;
}
.notyf__toast--success > .notyf__ripple {
    background: rgba(var(--bs-success-rgb), 1) !important;
}
.notyf__toast--error > .notyf__ripple {
    background: rgba(var(--bs-danger-rgb), 1) !important;
}
.notyf__message {
    color: white !important;
}
.notyf__icon {
    color: white !important;
    font-size: 20px !important;
    margin-right: 12px !important;
}
.notyf__icon i {
    animation: iconBounce 0.6s ease-out;
}
@keyframes iconBounce {
    0% {
        transform: scale(0.3) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
.notyf__toast--success .notyf__icon i {
    animation: successIconDramatic 1.2s ease-out;
}
@keyframes successIconDramatic {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
        filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
    }
    20% {
        transform: scale(1.5) rotate(-90deg);
        opacity: 1;
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
    }
    40% {
        transform: scale(0.8) rotate(0deg);
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
    }
    60% {
        transform: scale(1.2) rotate(10deg);
        filter: drop-shadow(0 0 25px rgba(255, 255, 255, 1));
    }
    80% {
        transform: scale(0.9) rotate(-5deg);
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));
    }
    100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.7));
    }
}
.notyf__toast--error .notyf__icon i {
    animation: errorIconCrazy 1s ease-in-out;
}
@keyframes errorIconCrazy {
    0% {
        transform: translateX(0) rotate(0deg) scale(1);
    }
    10% {
        transform: translateX(-8px) rotate(-15deg) scale(1.1);
    }
    20% {
        transform: translateX(8px) rotate(15deg) scale(0.9);
    }
    30% {
        transform: translateX(-6px) rotate(-10deg) scale(1.05);
    }
    40% {
        transform: translateX(6px) rotate(10deg) scale(0.95);
    }
    50% {
        transform: translateX(-4px) rotate(-5deg) scale(1.02);
    }
    60% {
        transform: translateX(4px) rotate(5deg) scale(0.98);
    }
    70% {
        transform: translateX(-2px) rotate(-2deg) scale(1.01);
    }
    80% {
        transform: translateX(2px) rotate(2deg) scale(0.99);
    }
    90% {
        transform: translateX(-1px) rotate(-1deg) scale(1.005);
    }
    100% {
        transform: translateX(0) rotate(0deg) scale(1);
    }
}
.notyf__toast--login-success .notyf__icon i {
    animation: loginIconEpic 2.5s ease-in-out infinite;
}
@keyframes loginIconEpic {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
    }
    15% {
        transform: translateY(-8px) scale(1.2) rotate(15deg);
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));
    }
    30% {
        transform: translateY(-4px) scale(1.1) rotate(-10deg);
        filter: drop-shadow(0 0 25px rgba(255, 255, 255, 1));
    }
    45% {
        transform: translateY(-10px) scale(1.3) rotate(20deg);
        filter: drop-shadow(0 0 30px rgba(255, 255, 255, 1));
    }
    60% {
        transform: translateY(-2px) scale(1.05) rotate(-5deg);
        filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
    }
    75% {
        transform: translateY(-6px) scale(1.15) rotate(12deg);
        filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.9));
    }
    90% {
        transform: translateY(-1px) scale(1.02) rotate(-3deg);
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.7));
    }
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
    }
}
.notyf__icon:hover i {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}
.notyf__toast--success .notyf__icon i {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}
.notyf__toast--error .notyf__icon i {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}
.notyf__toast--login-success .notyf__icon i {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}
