/* Custom overrides — loaded after all other stylesheets */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body:not(.text-gray-200) {
    min-height: 100vh;
    background: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: "Google Sans", sans-serif;
    font-size: 14px;
}
.loginWell {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
    padding: 30px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.4);
    margin: 10px;
}
.inputIconc {
  max-width: 45px;
  height: 45px;
  margin-right: 10px;
}
.btn.btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 35px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.3px;
    cursor: pointer;
    z-index: 1;
    background: #32bce9 !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 10px 25px -5px rgba(50, 188, 233, 0.4);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    border: none;
    filter: none;
    background-blend-mode: normal;
    border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
    text-align: center;
    justify-content: center;
}
.formTopbox, .loginWell form {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.formTopbox {
    margin-bottom: 20px;
}
.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: conic-gradient(from 0deg, transparent 50%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.4) 85%, rgba(255, 255, 255, 0.9) 100%);
    transform: translate(-50%, -50%);
    animation: rotate-border 4s linear infinite;
    z-index: -2;
    filter: blur(6px);
}
.btn.btn-primary::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%), linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);
    background-position: -200% 0, 0 0, 0 0;
    background-size: 200% 100%, 100% 100%, 100% 100%;
    animation: combined-shine 6s ease-in-out infinite;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    mix-blend-mode: normal;
}
/* Reuse existing keyframes from your right button */
@keyframes rotate-border {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes combined-shine {
  0% { background-position: -200% 0, 0 0, 0 0; }
  30%, 100% { background-position: 200% 0, 0 0, 0 0; }
}
@keyframes borderTraceLoop {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 350% 50%;
  }
}
@keyframes shimmerDrift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-40px, -40px);
  }
}

.loginWell::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.5px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 15%, rgba(0, 180, 255, 0.9), rgba(120, 220, 255, 0.9), rgba(0, 180, 255, 0.9), transparent 85%);
    background-size: 350% 350%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderTraceLoop 5s linear infinite;
    opacity: 0.85;
    filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
    pointer-events: none;
}

.loginWell form input.form-control {
    padding: 10px;
    border-radius: 10px;
    background: #ffffff40;
    backdrop-filter: blur(40px);
    border: 1px solid #fff;
    box-shadow: none !important;
}
.form-control {
    padding: 10px;
    border-radius: 10px !important;
    background: #ffffff40;
    backdrop-filter: blur(40px);
    border: 1px solid #fff;
    box-shadow: none !important;
}

.card.portal-card {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  padding: 10px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: auto;
  margin-bottom: ;
}
.card.portal-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.5px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 15%, rgba(0, 180, 255, 0.9), rgba(120, 220, 255, 0.9), rgba(0, 180, 255, 0.9), transparent 85%);
    background-size: 350% 350%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderTraceLoop 5s linear infinite;
    opacity: 0.85;
    filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
    pointer-events: none;
}
.card.portal-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 40%), url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E); mix-blend-mode: overlay;
    opacity: 0.22;
    animation: shimmerDrift 8s linear infinite;
    pointer-events: none;
}
.card.portal-card .card-body {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 0;
  text-align: center;
}
.welcomeText {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.welcomeText p {
  font-size: 20px;
  margin: 0;
}
.card.portal-card .card-body img {
  max-width: 80px;
}

.btn.btn-success {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 35px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.3px;
    cursor: pointer;
    z-index: 1;
    border: none;
    overflow: hidden;

    background: #89D692 !important;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.4),
        0 10px 25px -5px rgba(137,214,146,0.45);

    text-shadow: 0 1px 1px rgba(0,0,0,0.15);

    transition:
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;

    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.btn.btn-success::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    transform: translate(-50%, -50%);
    z-index: -2;

    background: conic-gradient(
        from 0deg,
        transparent 45%,
        rgba(255,255,255,0.05) 60%,
        rgba(182,234,185,0.4) 80%,
        rgba(255,255,255,0.9) 100%
    );

    filter: blur(8px);
    animation: rotate-border 4s linear infinite;
}

.btn.btn-success::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    z-index: -1;

    background:
        linear-gradient(
            120deg,
            transparent 35%,
            rgba(255,255,255,0.2) 50%,
            transparent 65%
        ) no-repeat,

        linear-gradient(
            to bottom,
            rgba(255,255,255,0.15) 0%,
            transparent 50%
        ),

        linear-gradient(
            180deg,
            #C6F0C9 0%,
            #9BE3A4 35%,
            #89D692 65%,
            #6FC87A 100%
        );

    background-position: -200% 0, 0 0, 0 0;
    background-size: 200% 100%, 100% 100%, 100% 100%;

    animation: combined-shine 6s ease-in-out infinite;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.25);
}
.btn.btn-portal-logout {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 35px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.3px;
    cursor: pointer;
    z-index: 1;
    border: none;
    overflow: hidden;

    background: #E65B5B !important;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.4),
        0 10px 25px -5px rgba(230,91,91,0.45);

    text-shadow: 0 1px 1px rgba(0,0,0,0.15);

    transition:
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;

    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.btn.btn-portal-logout::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    transform: translate(-50%, -50%);
    z-index: -2;

    background: conic-gradient(
        from 0deg,
        transparent 45%,
        rgba(255,255,255,0.05) 60%,
        rgba(255,180,180,0.4) 80%,
        rgba(255,255,255,0.9) 100%
    );

    filter: blur(8px);
    animation: rotate-border 4s linear infinite;
}

.btn.btn-portal-logout::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    z-index: -1;

    background:
        linear-gradient(
            120deg,
            transparent 35%,
            rgba(255,255,255,0.2) 50%,
            transparent 65%
        ) no-repeat,

        linear-gradient(
            to bottom,
            rgba(255,255,255,0.15) 0%,
            transparent 50%
        ),

        linear-gradient(
            180deg,
            #FFC5C5 0%,
            #FF8D8D 35%,
            #E65B5B 65%,
            #C83737 100%
        );

    background-position: -200% 0, 0 0, 0 0;
    background-size: 200% 100%, 100% 100%, 100% 100%;

    animation: combined-shine 6s ease-in-out infinite;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.25);
}

.btn.btn-portal-logout:hover {
    transform: translateY(-2px);

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.4),
        0 15px 35px -8px rgba(230,91,91,0.6);
}
.welcomeText img {
  max-width: 200px;
  margin-bottom: 20px;
}
.navbar.navbar-new {
  background: url(https://storage.perfectcdn.com/cr9uj5/f0s6edhl761b3oby.png);
  background-size: cover;
  background-position: bottom;
  margin: 15px;
  border-radius: 50px;
  padding: 15px;
  margin-left: 330px;
  position: sticky;
  top: 15px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #ffffff20 !important;
}
aside#sidebarMenu.collapse {
  position: fixed;
  height: auto !important;
  z-index: 1;
  margin: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(https://storage.perfectcdn.com/cr9uj5/ydh8g59se8dr6rew.webp);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #ffffff20 !important;
}
.navbar-brand img {
  max-width: 150px;
  margin: 12px auto 20px;
  display: block;
}
main {
  margin-left: 320px;
}
.subul {
  flex-direction: column;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: -webkit-fill-available;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}
.subul ul li a {
  padding: 5px;
  border-radius: 10px !important;
  background: #fff;
  font-size: 14px;
  padding: 5px;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #f5f5fa);
  box-shadow: rgb(37 44 97 / .15) 0 4px 11px 0, rgb(93 100 148 / .2) 0 1px 3px 0;
  color: #000 !important;
  cursor: pointer;
  font-weight: 600;
  transition: all .2s ease-out;
  border: 1px solid #fff;
  margin-left: 15px;
}
.subul ul li a img {
  max-width: 35px;
  margin-left: -20px;
}
.menusubs {
    background: #66d2ff !important;
    color: #fff;
    text-decoration: none;
    box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset, rgb(255 255 255 / .15) 0 3px 9px inset, rgb(255 255 255 / .6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgb(255 255 255 / .6) 0 1px 5px inset, rgb(0 0 0 / .2) 2px 19px 31px;
    background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
    border: 1px solid #ffffff10;
    padding: 2px;
    margin: 0 -10px 10px -10px;
    text-align: center;
    width: -webkit-fill-available;
}

.breadcrumbTop {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}
.breadcrumbtext {
  font-weight: bold;
  font-size: 18px;
}

.subul ul li a.active {
  color: #fff !important;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset, rgb(255 255 255 / .15) 0 3px 9px inset, rgb(255 255 255 / .6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgb(255 255 255 / .6) 0 1px 5px inset, rgb(0 0 0 / .2) 2px 19px 31px;
  background-color: #66d2ff !important;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10;
}
.submenu a {
  display: block;
  padding: 5px 10px !important;
  margin: 5px 0;
  position: relative;
  width: 85%;
  opacity: 0.6;
}
.submenu {
  position: relative;
}
.submenu::before {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: #f9f9fc;
  position: absolute;
  left: 20px;
  border-radius: 15px;
}

#dashChartTabs.custom-nav-pills .nav-link.active {
  background: #fff;
  color: #000;
  border-color: #dee2e6 #dee2e6;
  box-shadow: none;
}
.btn-group .btn {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px 20px;
}
.btn-group {
  border-radius: 9px;
  overflow: hidden;
}



/* ==========================================================
   PREMIUM BOOTSTRAP BUTTONS
========================================================== */

.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-info,
.btn.btn-secondary,
.btn.btn-dark,
.btn.btn-outline-primary,
.btn.btn-outline-success,
.btn.btn-outline-danger,
.btn.btn-outline-warning,
.btn.btn-outline-info,
.btn.btn-outline-secondary,
.btn.btn-outline-dark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.3px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border: none !important;

    transition:
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;

    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);

    text-align: center;
    filter: none;
    background-blend-mode: normal;
}

.btn.btn-success:hover,
.btn.btn-danger:hover,
.btn.btn-warning:hover,
.btn.btn-info:hover,
.btn.btn-secondary:hover,
.btn.btn-dark:hover,
.btn.btn-outline-primary:hover,
.btn.btn-outline-success:hover,
.btn.btn-outline-danger:hover,
.btn.btn-outline-warning:hover,
.btn.btn-outline-info:hover,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-dark:hover {
    transform: translateY(-2px);
}

.btn.btn-success::before,
.btn.btn-danger::before,
.btn.btn-warning::before,
.btn.btn-info::before,
.btn.btn-secondary::before,
.btn.btn-dark::before,
.btn.btn-outline-primary::before,
.btn.btn-outline-success::before,
.btn.btn-outline-danger::before,
.btn.btn-outline-warning::before,
.btn.btn-outline-info::before,
.btn.btn-outline-secondary::before,
.btn.btn-outline-dark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: conic-gradient(
        from 0deg,
        transparent 50%,
        rgba(255,255,255,0.05) 60%,
        rgba(255,255,255,0.4) 85%,
        rgba(255,255,255,0.9) 100%
    );
    transform: translate(-50%, -50%);
    animation: rotate-border 4s linear infinite;
    filter: blur(6px);
    z-index: -2;
}

.btn.btn-success::after,
.btn.btn-danger::after,
.btn.btn-warning::after,
.btn.btn-info::after,
.btn.btn-secondary::after,
.btn.btn-dark::after,
.btn.btn-outline-primary::after,
.btn.btn-outline-success::after,
.btn.btn-outline-danger::after,
.btn.btn-outline-warning::after,
.btn.btn-outline-info::after,
.btn.btn-outline-secondary::after,
.btn.btn-outline-dark::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    z-index: -1;

    background:
        linear-gradient(
            120deg,
            transparent 35%,
            rgba(255,255,255,0.2) 50%,
            transparent 65%
        ) no-repeat,
        linear-gradient(
            to bottom,
            rgba(255,255,255,0.15) 0%,
            transparent 50%
        ),
        var(--btn-gradient);

    background-position: -200% 0, 0 0, 0 0;
    background-size: 200% 100%, 100% 100%, 100% 100%;

    animation: combined-shine 6s ease-in-out infinite;

    box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
}

/* ==========================================================
   PRIMARY
========================================================== */

.btn.btn-outline-primary {
    color: #fff !important;
    background: #32bce9 !important;
    text-shadow: 0 1px 1px rgba(0,70,90,.2);

    --btn-gradient: linear-gradient(
        180deg,
        #83CBE0 0%,
        #32bce9 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(50,188,233,.4);
}

/* SUCCESS */

.btn.btn-success,
.btn.btn-outline-success {
    color:#fff !important;
    background:#22c55e !important;

    --btn-gradient: linear-gradient(
        180deg,
        #86efac 0%,
        #22c55e 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(34,197,94,.4);
}

/* DANGER */

.btn.btn-danger,
.btn.btn-outline-danger {
    color:#fff !important;
    background:#ef4444 !important;

    --btn-gradient: linear-gradient(
        180deg,
        #fca5a5 0%,
        #ef4444 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(239,68,68,.4);
}

/* WARNING */

.btn.btn-warning,
.btn.btn-outline-warning {
    color:#fff !important;
    background:#f59e0b !important;

    --btn-gradient: linear-gradient(
        180deg,
        #fcd34d 0%,
        #f59e0b 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(245,158,11,.4);
}

/* INFO */

.btn.btn-info,
.btn.btn-outline-info {
    color:#fff !important;
    background:#06b6d4 !important;

    --btn-gradient: linear-gradient(
        180deg,
        #67e8f9 0%,
        #06b6d4 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(6,182,212,.4);
}

/* SECONDARY */

.btn.btn-secondary,
.btn.btn-outline-secondary {
    color:#fff !important;
    background:#64748b !important;

    --btn-gradient: linear-gradient(
        180deg,
        #cbd5e1 0%,
        #64748b 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 10px 25px -5px rgba(100,116,139,.4);
}

/* DARK */

.btn.btn-dark,
.btn.btn-outline-dark {
    color:#fff !important;
    background:#1e293b !important;

    --btn-gradient: linear-gradient(
        180deg,
        #475569 0%,
        #1e293b 100%
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.2),
        0 10px 25px -5px rgba(30,41,59,.5);
}

/* ==========================================================
   SMALL BUTTONS
========================================================== */

.btn.btn-sm {
    padding: 6px 18px !important;
    font-size: 0.875rem !important;
    gap: 8px !important;
    border-radius: 8px;
}

/* Optional: smaller icon size inside btn-sm */
.btn.btn-sm i,
.btn.btn-sm svg {
    font-size: 0.85rem;
}

/* ==========================================================
   LARGE BUTTONS
========================================================== */

.btn.btn-lg {
    padding: 14px 42px !important;
    font-size: 1.25rem !important;
    gap: 14px !important;
    border-radius: 12px;
}

/* Optional: larger icon size inside btn-lg */
.btn.btn-lg i,
.btn.btn-lg svg {
    font-size: 1.2rem;
}