@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.cursor-pointer { cursor: pointer; }

.fs-sm {
    font-size: .85em !important;
}

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

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

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

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

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

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

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

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


.text-light-gray {
    color: #696969;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}
  
.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}
  
.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
  
.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
  
.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
  
.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
}
  
.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
}
  
.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}
  
.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
}
  
.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
  
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
}

.ops-is-sub {
    display: none;
}

tr:has(.ops-is-sub):hover .ops-is-sub {
    cursor: pointer;
    display: inline;
    text-decoration: underline;
}

body {
    background-color: #f9fafb;
}

body * {
    font-family: Roboto, sans-serif;
}

body h1 {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 500;
}

header {
    height: 75px;
    background-color: #ffffff;
    box-shadow: 1px 1px 17px rgba(0, 0, 0, .1);
}

header .header-container {
    height: 100%;
}

header .header-container > nav > a {
    background-color: #27b2ff20;
    border-radius: 50%;
    width: auto;
    height: 45px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header-container > nav > a > img {
    height: 25px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 65px;
    box-shadow: 1px 1px 17px rgba(0, 0, 0, .1);
    z-index: 1000;
}

footer .footer-nav-container {
    height: 100%;
    width: 100%;
}

footer .footer-nav-container > a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .card {
    background-color: #ffffff;
}

p.label {
    font-weight: 900;
    font-size: 21px;
    color: #494949;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

select.period-select {
    width: 105px;
    font-size: 12px;
    color: #696969;
    font-weight: 600;
    background-color: #f1f1f1;
}

.spending-overview .amount-card {
    width: 160px;
    height: 100px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.spending-overview p.amount {
    font-size: 22px;
    font-weight: 900;
    color: #494949;
}

.spending-overview .amount-card > p:not(.amount) {
    font-size: 15px;
    font-weight: 700;
    color: #696969;
}

.spending-overview-new .recurring-section {
    background-color: #eef2ff;
    border: 1px solid #e0e7ff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
}

.spending-overview-new .bg-icon-overlay {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 5rem;
    color: #6366f1;
    opacity: 0.05;
    pointer-events: none;
}

.spending-overview-new .text-xs {
    font-size: 0.65rem;
    letter-spacing: 0.05em;
}

.spending-overview-new .progress {
    height: 12px;
    border-radius: 10px;
    background-color: rgba(99, 102, 241, 0.2);
}

.spending-overview-new .btn-optimize {
    background-color: #4f46e5 !important;
    border: none;
    border-radius: 0.75rem;
    padding: 0.8rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.spending-overview-new .btn-optimize:hover {
    background-color: #4338ca !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.spending-overview-new .badge-custom {
    background-color: #4f46e5;
    font-size: 0.65rem;
    padding: 0.35em 0.65em;
}

.spending-by-category .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.spending-by-category .legend div {
    font-size: 0.875rem;
}

.spending-by-category .subscriptions-container,
.chart-container  {
    border-radius: 6px;
    background-color: #f3f4f6;
}

.spending-by-category .chart-container .chart-inside-container {
    width: 60%;
    margin: auto;
}

.total-subscriptions select {
    width: 80px;
}

.card.active-subscription .border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

p.green {
    color: #008543;
}

p.grey,
span.grey {
    color: #696969;
}

.spending-by-category .subscriptions-container {
    padding: 15px;
}

.ops-badge {
    border-radius: 24px;
    font-size: 12px;
    font-weight: 900;
    padding: 10px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ops-badge.green {
    background-color: #B2FFC259;
    color: #009F35;
}

.ops-badge.blue {
    color: #27B2FF;
}

.spending-by-category .user-actions a {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    padding: 12px;
    color: #4C4C4C;
    gap: 12px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
}

.spending-by-category .user-actions a > img:first-child {
    width: 19px;
}

.spending-by-category .user-actions a:last-child {
    border-bottom: 0;
}

.spending-by-category .user-actions.divided a {
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
    border-radius: 6px;
}

.svg-container {
    width: 20%;
    aspect-ratio: 1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-right: 20px;
}

.svg-container.small {
    width: 50px;
    padding: 10px;
    margin-right: 10px;
}

.svg-container.yellow {
    background: #fee7b8;
}

.svg-container.purple {
    background: #6a1ac717;
}

.svg-container.blue {
    background: #0096FA1A;
}

.svg-container.green {
    background: #27fe8816;
}

.svg-container.black {
    background: #374151;
}

.svg-container > img {
    width: 100%;
}

.svg-container.small > img {
    width: 15px;
}

.svg-container.grey {
    background-color: #f1f1f1;
}

.svg-container.blue {
    background-color: #0092fa09;
}

.text-light-gray {
    color: #696969;
}

.text-dark-gray {
    color: #494949;
}

.text-tim {
    color: #014f8e;
}

.main-content {
    padding-bottom: 50px;
}

.bg-light-blue {
    background-color: #0096FA1A;
}

.bg-light-violet {
    background-color: #6a1ac717;
}

.bg-light-yellow {
    background-color: #faa70015;
}

.bg-light-orange {
    background-color: #88440012;
}

.bg-light-green {
    background-color: #0de56e12;
}

.text-light-red {
    color: #FF7070;
}

.icon-container {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
}

.icon-container > img {
    width: 15px;
}

.card.recent-transactions .border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

.card.recent-transactions .border-top {
    border-top: 1px solid #eaeaea !important;
}

.ops-menu-badge {
    width: 100%;
    border-radius: 26px;
    padding: 5px 9px;
    background-color: #F3F4F6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
}

.ops-menu-badge.active {
    background-color: #27B2FF;
    color: white;
    font-weight: 500;
}

.link-static,
.link-static:visited,
.link-static:hover,
.link-static:active,
.link-static:focus {
    color: inherit;
    text-decoration: none;
}
