@font-face {
    font-family: "LearnText";
    src: url("font-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "LearnText";
    src: url("font-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "LearnText";
    src: url("font-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Keenicons Font Faces - Fix for broken icons */
@font-face {
    font-family: "keenicons-duotone";
    src: url("/assets/plugins/global/fonts/keenicons/keenicons-duotone.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "keenicons-outline";
    src: url("/assets/plugins/global/fonts/keenicons/keenicons-outline.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "keenicons-solid";
    src: url("/assets/plugins/global/fonts/keenicons/keenicons-solid.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Override Bootstrap CSS Variables - Orange Theme */
:root,
[data-bs-theme="light"] {
    --bs-primary: #ff6b00 !important;
    --bs-primary-rgb: 255, 107, 0 !important;
    --bs-primary-light: rgba(255, 107, 0, 0.1) !important;
    --bs-link-color: #ff6b00 !important;
    --bs-link-color-rgb: 255, 107, 0 !important;
    --bs-link-hover-color: #e66100 !important;
    --bs-link-hover-color-rgb: 230, 97, 0 !important;
    --bs-focus-ring-color: rgba(255, 107, 0, 0.25) !important;
}

[data-bs-theme="dark"] {
    --bs-primary: #ff6b00 !important;
    --bs-primary-rgb: 255, 107, 0 !important;
    --bs-primary-light: rgba(255, 107, 0, 0.15) !important;
    --bs-link-color: #ff6b00 !important;
    --bs-link-color-rgb: 255, 107, 0 !important;
    --bs-link-hover-color: #ffb800 !important;
    --bs-link-hover-color-rgb: 255, 184, 0 !important;
}

body {
    font-family: "Geist", system-ui, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Geist", system-ui, sans-serif !important;
}

/* Override checkbox purple color */
.form-check-input:checked {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.form-check-input:focus {
    border-color: #ffb800 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 0, 0.25) !important;
}

/* Keenicons Icon Classes - Ensure proper font family */
.ki-duotone,
[class^="ki-duotone"],
[class*=" ki-duotone"] {
    font-family: "keenicons-duotone" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ki-outline,
[class^="ki-outline"],
[class*=" ki-outline"] {
    font-family: "keenicons-outline" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ki-solid,
[class^="ki-solid"],
[class*=" ki-solid"] {
    font-family: "keenicons-solid" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.app-sidebar-menu-secondary.menu .menu-link.active {
    transition: color 0.2s ease;
    background-color: rgba(255, 107, 0, 0.1);
    color: var(--bs-primary) !important;
}

.app-sidebar-menu-secondary.menu .menu-link.active .menu-title {
    color: var(--bs-primary);
}

.app-sidebar-menu-secondary.menu .menu-link.active .menu-icon,
.app-sidebar-menu-secondary.menu .menu-link.active .menu-icon .svg-icon,
.app-sidebar-menu-secondary.menu .menu-link.active .menu-icon i {
    color: var(--bs-primary);
}

tr td,
tr th {
    white-space: nowrap !important;
}

.ql-container {
    height: 120px !important;
}

.pointer {
    cursor: pointer;
}

.round {
    border-radius: 15px;
}

/* Orange Gradient Color System */
.bg-primary {
    background: linear-gradient(to right, #ff6b00, #ffb800) !important;
}

.bg-primary:hover {
    background: linear-gradient(to right, #e66100, #ff6b00) !important;
}

.text-primary {
    background: linear-gradient(to right, #ff6b00, #ffb800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-primary-2 {
    color: #ff6b00;
}

.btn-primary {
    background: linear-gradient(to right, #ff6b00, #ffb800) !important;
    color: white !important;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(to right, #e66100, #ff6b00) !important;
    color: white !important;
}

/* Dashboard Styles */
.balance-card {
    border-radius: 20px;
    padding: 18px;
    color: white;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.balance-toggle {
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.bg-pill {
    background: var(--bs-primary-light);
    display: flex;
    padding: 3px 8px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bal-pill {
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 3px 8px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.balance-text {
    font-size: 22px;
}

.balance-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
}

.action-btn-white {
    background: white !important;
    color: #1e1e1e !important;
    border: none;
    border-radius: 50px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform 0.2s;
}

.action-btn-white:hover {
    transform: translateY(-1px);
}

.action-btn-transfer {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}

.action-btn-transfer:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    color: white !important;
}

.quick-action-card {
    background: var(--bs-body-bg);
    border-radius: 15px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 16px;
}

.bg-purple-light {
    background: #fff3e6 !important;
    color: #ff6b00 !important;
}
.bg-blue-light {
    background: #dbeafe !important;
    color: #3b82f6 !important;
}
.bg-orange-light {
    background: #ffedd5 !important;
    color: #f97316 !important;
}
.bg-green-light {
    background: #dcfce7 !important;
    color: #22c55e !important;
}
.bg-cyan-light {
    background: #cffafe !important;
    color: #06b6d4 !important;
}
.bg-red-light {
    background: #fee2e2 !important;
    color: #ef4444 !important;
}
.bg-pink-light {
    background: #fce7f3 !important;
    color: #ec4899 !important;
}
.bg-indigo-light {
    background: #e0e7ff !important;
    color: #6366f1 !important;
}
.bg-teal-light {
    background: #ccfbf1 !important;
    color: #14b8a6 !important;
}

.quick-action-label {
    font-size: 11px;
    font-weight: 500;
    color: #504c4c;
    margin-top: 2px;
    margin-bottom: 0px !important;
    white-space: nowrap;
}

.fs-8 {
    font-size: 9px !important;
}

.fs-9 {
    font-size: 8px !important;
}

/* Mobile Footer Styles */
.mobile-footer a {
    color: inherit;
}

.mobile-footer a:hover {
    color: inherit;
}

/* Profile Switch Modal */
.profile-card {
    transition: all 0.2s ease;
}

.profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Transaction List Styles */
.transaction-list .card {
    transition: all 0.2s ease;
}

.transaction-list .card:hover {
    transform: translateY(-2px);
}

.transaction-list .card:active {
    transform: translateY(0);
}

.modal {
    backdrop-filter: blur(5px);
}

.modal-content {
    border-radius: 15px;
}

/* Network Card Styles for VTU Pages */
.network-card {
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.network-card:hover {
    transform: translateY(-2px);
}

.network-card.active {
    background: var(--bs-primary-light);
    border: 2px solid var(--bs-primary) !important;
}

.network-card span {
    font-size: 12px;
    font-weight: 500;
    color: #495057;
}

.network-card.active span {
    color: var(--bs-primary);
    font-weight: 600;
}

.form-control {
    border-radius: 10px;
}
.btn-primary {
    border-radius: 50px;
}

.dropdown-menu-dark {
    --bs-dropdown-color: var(--bs-body-color) !important;
    --bs-dropdown-bg: var(--bs-body-bg);
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
    border-radius: 10px;
    border: none;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border: 1px solid #e8e6e6 !important;
    border-radius: 10px !important;
}

.btn > i {
    padding-right: unset;
}

.bg-white {
    --bs-bg-rgb-color: var(--bs-white-bg-rgb);
    background-color: var(--bs-body-bg) !important;
}

.text-dark,
.text-white {
    color: var(--bs-body-color) !important;
}

.text-black {
    color: #000;
}

.text-white-2 {
    color: #fff;
}

.card {
    border-radius: 15px !important;
}

/* Select2 Dark Theme Styles */
[data-bs-theme="dark"] .select2-container--default .select2-selection--single,
[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--multiple {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #6b7280 !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: rgba(255, 107, 0, 0.2) !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #ff6b00 !important;
}

/* Dropdown */
[data-bs-theme="dark"] .select2-dropdown {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-results__option {
    background-color: #1e1e2d !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 107, 0, 0.2) !important;
    color: #ff6b00 !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: rgba(255, 107, 0, 0.3) !important;
    color: #ffb800 !important;
}

[data-bs-theme="dark"] .select2-search--dropdown .select2-search__field {
    background-color: #2b2b40 !important;
    border-color: #3f3f5a !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    color: #ffffff !important;
}

/* Choices.js Dark Theme Styles */
[data-bs-theme="dark"] .choices__inner {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"] .choices__list--dropdown .choices__item,
[data-bs-theme="dark"] .choices__list[aria-expanded] .choices__item {
    background-color: #1e1e2d !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"]
    .choices__list--dropdown
    .choices__item--selectable.is-highlighted,
[data-bs-theme="dark"]
    .choices__list[aria-expanded]
    .choices__item--selectable.is-highlighted {
    background-color: rgba(255, 107, 0, 0.2) !important;
    color: #ff6b00 !important;
}

[data-bs-theme="dark"] .choices__list--multiple .choices__item {
    background-color: rgba(255, 107, 0, 0.2) !important;
    border-color: #ff6b00 !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"] .choices__input {
    background-color: #1e1e2d !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"] .choices__list--dropdown,
[data-bs-theme="dark"] .choices__list[aria-expanded] {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}

[data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__input {
    background-color: #1e1e2d !important;
    border-color: #2b2b40 !important;
}


.rounded-5{
    border-radius: 20px !important;
}

.card{
    box-shadow: unset !important;
}