@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800&family=Encode+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: var(--primary-color);
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

a {
  text-decoration: none;
}

:root {
  --primary-color: #003333;
  --secondry-color: #33CC99;
  --green-color: #3B9B7B;
  --highlight-green: #66FFCC;
  --mw-light-green: #33CC99;
  --black-green: #030e0d;
  --light-green: #c2f0e0;
  --grey-green-light: #DFEAE6;
  --mw-white: #FBFBFD;
  --theme-orange: #F89856;
  --mw-dark-green : #003333;
  --mw-grey: #EDEDED;
}

/* .bg {
  background: url(--mw-white);
} */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
}

h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.25px;
  text-align: left;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.25px;
  text-align: left;
}

h5 {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 125%;
}
h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.25px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
p.light{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
select {
    height: auto !important;
}
.text-theme-primary {
  color: var(--primary-color) !important;
}
.sm-light{
font-size: 12px;
font-weight: 400;
line-height: 15px;
text-align: left;
color: #666666;
margin-bottom: 12px;
}
.primary-normal{
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
color: var(--primary-color);
}
a {
  color: inherit;
  transition: all 0.3s ease;
}
img{
  max-width: 100%;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.white-color {
  color: white;
}
.text-height-0 {
  line-height: 0 !important;
}
body .main-wrapper .headline-six {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.font-rubik {
  font-family: 'Rubik', sans-serif !important;
}
/*sidebar*/
.left-side-bar-wrapper {
  background: var(--primary-color);
  width: 100%;
  max-width: 128px;
  text-align: center;
  padding-top: 45px;
  min-height: 100vh;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease;
}

.left-side-bar-wrapper ul.nav-list {
  list-style-type: none;
  padding: 0 034px;
  margin: 0;
}

.left-side-bar-wrapper .main-logo {
  margin-bottom: 60px;
  padding: 0 34px;
}

.side-bar-nav a.nav-item, .left-side-bar-wrapper .main-logo a, .notification-btn {
  cursor: pointer;
}
.mobile-menu-btn {
  height: 36px;
  width: 36px;
  border: 1px solid var(--primary-color);
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}
.mobile-menu-btn .menu-bar {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  height: 16px;
  width: 24px;
  vertical-align: top;
  transition: .3s;
  margin-left: 0;
}
.mobile-menu-btn .menu-bar span.bars {
  display: inline-block;
  height: 3px;
  background: var(--primary-color);
  width: 100%;
  line-height: 1;
  margin: 0 0 4px;
  transition: .2s;
  border-radius: 5px;
}
.mobile-menu-btn .menu-bar span.bar3 {
  margin-top: -10px;
}
.menubar-show .mobile-menu-btn .bar1, .menubar-show .mobile-menu-btn .bar4 {
  opacity: 0;
  visibility: hidden;
}
.menubar-show .mobile-menu-btn .bar2 {
  transform: rotate(45deg);
}
.menubar-show .mobile-menu-btn .bar3 {
  transform: rotate(-45deg);
}
.article-thumbnail-wrapper .article-thumbnail img::selection {
  background: transparent;
}

.left-side-bar-wrapper li.nav-list-item {
  margin-bottom: 24px;
}

.left-side-bar-wrapper li.nav-list-item path {
  fill: var(--mw-white);
  transition: all 0.3s ease;
}

.left-side-bar-wrapper .log-out {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}

.left-side-bar-wrapper li.nav-list-item svg {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.left-side-bar-wrapper li.nav-list-item.active svg {
  background: var(--highlight-green);
}

.left-side-bar-wrapper li.nav-list-item.active svg path {
  fill: var(--primary-color);
}

.left-side-bar-wrapper li.nav-list-item a.nav-item:hover svg {
  background: var(--highlight-green);
}

.left-side-bar-wrapper li.nav-list-item a.nav-item:hover path {
  fill: var(--primary-color);
}
.log-out a svg {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.log-out a path {
  transition: all 0.3s ease;
}

.log-out a:hover svg {
  background: var(--highlight-green);
}

.log-out a:hover path {
  fill: var(--primary-color);
}

.left-side-bar-wrapper .log-out path {
  fill: var(--mw-white);
}

/*sidebar end*/
/*content*/
.main-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.main-content-wrapper {
  width: calc(100% - 128px - 7%);
  padding: 60px 50px;
  margin-left: 128px;
}

.right-side-bar-wrapper {
  width: 7%;
  flex: 0 0 7%;
}

.main-content-wrapper .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.main-content-wrapper .article-thumbnail-wrapper {
  padding: 41px 0;
}

.main-content-wrapper .article-thumbnail-wrapper a.btn {
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Rubik', sans-serif;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.main-content-wrapper .article-thumbnail-wrapper .article-return svg {
  margin-right: 4px;
}

.main-content-wrapper .article-thumbnail-wrapper .article-return {
  margin-bottom: 24px;
}

.article-return-mobile {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 4;
}
.max-80 {
  max-width: 80%;
  width: 100%;
}
.fw-regular {
  font-weight: 500 !important;
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail {
  position: relative;
  padding-top: 8rem !important;
  padding: 16px 24px;
  border-radius: 8px;
  overflow: hidden;
}

  .main-content-wrapper .article-thumbnail-wrapper .article-thumbnail > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static {
  display: flex;
  justify-content: space-between;
  padding-top: 16px !important;
  min-height: 215px;
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static .thumnail-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.investement {
  background: rgba(51, 204, 153, 0.6);
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.business-credit {
  background: rgba(0, 51, 51, 0.6);
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static::after {
  content: none;
}

.main-content-wrapper .article-thumbnail .thumnail-content {
  position: relative;
  z-index: 4;
  color: var(--mw-white);
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.investement .thumnail-content {
  color: #000;
}
.main-content-wrapper .article-thumbnail span.article-meta-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #C2F0E0;
  color: var(--primary-color);
  border-radius: 27px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 23px;
  padding: 2px 9px;
  width: auto;
}

.main-content-wrapper .article-thumbnail .thumnail-content p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail:after {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, #003333, transparent);
  z-index: 3;
}
.thumbail-graphic .thumbnail-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 40px;
  align-self: stretch;
}
.main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static .thumbail-graphic {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.thumbail-graphic .thumbnail-labels span.article-meta-date {
  vertical-align: bottom;
  position: relative;
}
.desktop-none {
  display: none;
}
.font-roboto{
  font-family: 'Roboto', sans-serif !important;
}
.main-content-wrapper>.row {
  padding: 15px 0;
}

.main-content-wrapper .article-content-main h1 {
  margin-bottom: 25px;
}

.main-content-wrapper .article-content-main .article-tout-wrapper {
  margin: 48px 0;
  padding: 16px 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 24px;
}

.bg-primary-green {
  background-color: var(--primary-color);
  color: var(--mw-white);
}

.main-content-wrapper .article-content-main .article-tout-wrapper .tout-learn-button {
  display: block;
  text-align: right;
}

.main-content-wrapper .article-content-main .article-tout-wrapper p {
  margin-bottom: 8px;
}

.main-content-wrapper .article-tout-wrapper.bg-primary-green .tout-learn-button a {
  color: var(--highlight-green);
}

.article-tout-wrapper.bg-primary-green a:hover {
  color: var(--mw-white) !important;
}

.article-tout-wrapper.bg-grey-green-light a:hover {
  color: var(--highlight-green) !important;
}

.main-content-wrapper .article-tout-wrapper .tout-learn-button a {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 1.5px;
  text-align: right;
  text-decoration: none;
}

.bg-grey-green-light {
  background: var(--grey-green-light);
  color: var(--black-green);
}

.main-content-wrapper .article-tout-wrapper.bg-grey-green-light .tout-learn-button a {
  color: var(--black-green);
}

.main-content-wrapper .key-takeaways {
  border-radius: 10px;
  padding: 24px 16px;
  margin-bottom: 40px;
}

.main-content-wrapper .key-takeaways .inner-keys a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 8px;
  margin-bottom: 16px;
}
.key-takeaways .inner-keys svg {
    flex: 0 0 20px;
    align-self: flex-start;
}
form.personal-setting label.form-label {
    margin-bottom: 0;
    top: 28px;
}
.main-content-wrapper .key-takeaways .inner-keys p {
  margin: 0;
}

.main-content-wrapper .key-takeaways .inner-keys:last-child a {
  margin: 0;
}

.main-content-wrapper .key-takeaways h6 {
  margin-bottom: 16px;
}

button.key-drop-toggle {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: auto;
}

.key-takeaway-mobile-drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-content-wrapper .key-takeaways .inner-keys-wrapper {
  margin-top: 16px;
}

.key-takeaway-mobile-drop h6 {
  margin: 0 !important;
}

button.key-drop-toggle.active svg {
  transform: rotate(180deg);
}

button.key-drop-toggle svg {
  transition: all 0.3s ease;
  margin-top: -4px;
}

.main-content-wrapper .Related-articles-wrapper h6 {
  margin-bottom: 16px;
}
.Related-articles-wrapper.resources img {
  border-radius: 8px;
}
.main-content-wrapper .Related-articles-wrapper .related-article {
  padding: 12px;
  background: #fff;
  box-shadow: 0px 6px 20px rgb(28 39 49 / 10%);
  border-radius: 10px;
  margin-bottom: 24px;
}

.main-content-wrapper .related-article .related-article-thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.main-content-wrapper .related-article .related-article-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.main-content-wrapper .Related-articles-wrapper .related-article .related-meta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.main-content-wrapper .Related-articles-wrapper .related-article .related-meta-content p {
  margin: 0;
}

.main-content-wrapper .Related-articles-wrapper .related-article h5 {
  margin-bottom: 16px;
}

.main-content-wrapper .Related-articles-wrapper .related-article span.related-read-time {
  background: var(--primary-color);
  color: var(--mw-white);
  box-shadow: 0px 0px 32px rgba(7, 0, 105, 0.1);
  border-radius: 27px;
  padding: 10px 10px 8px;
  display: block;
  width: 67px;
  margin-left: auto;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.main-content-wrapper .Related-articles-wrapper .related-article span.related-read-time svg {
  margin-right: 6px;
}
.factor-wrapper {
  box-shadow: 0px 0px 14px rgb(79 79 79 / 13%);
  border-radius: 10px;
  background: #FFFFFF;
  margin-bottom: 16px;
  padding: 16px;
}

.factor-wrapper .factor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.factor-wrapper .factor h6.primary-normal {
  margin: 0;
}
.toggle-input {
  width: 48px;
  height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.toggle-input input {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;cursor: pointer;opacity: 0;}

.toggle-input .toggle-btn-outer {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(102, 102, 102, 0.25);
  background: #EDEDED;
  display: block;
}

.toggle-input .toggle-btn-outer .toggle-btn-inner {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 0;
  margin-right: auto;
  background: #B3B3B3;
  border: 1px solid #666666;
  border-radius: 50%;
  transition: margin 0.3s ease;
}

.toggle-input input:checked + .toggle-btn-outer .toggle-btn-inner {
  margin-left: auto;
  margin-right: 0;
  background: #EDEDED;
  border: 1px solid rgba(102, 102, 102, 0.25);
}

.toggle-input input:checked + .toggle-btn-outer {
  background: #33CC99;
/* MW - Highlight Green */
  border: 1px solid #66FFCC;
}
/*financial single page*/
.page-title-back {
  margin: 40px 0 24px;
}
.page-title-back {
  margin: 33px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.print {
  cursor: pointer;
}
body.modal-open {
  overflow: hidden;
}
.main-content-wrapper .rubik-small-bold {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.success-popup {
  display: flex;
  justify-content: space-between;
  background: var(--highlight-green);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.success-popup span.close-success-popup {
  cursor: pointer;
}
.step-head-wrapper {
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px 24px;
  background-image: url(../images/managing-personal.png);
  background-repeat: no-repeat;
  background-position: 88% center;
  background-size: contain;
  position: relative;
}

.step-main-wrapper {
  background: #E6EDED;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.step-head-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(3, 14, 13, 0) 0%, rgba(3, 14, 13, 0.6) 100%);
}

.step-head-wrapper .step-content {
  position: relative;
  z-index: 2;
}

a.budge.highlight {
  background: var(--highlight-green);
  color: var(--primary-color);
}

.step-head-wrapper .step-content a.budge {
  margin-right: 0;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 10px;
  margin-bottom: 0;
}

.step-body-wrapper {
  padding: 24px;
}

.step-body-wrapper .step-body {
  background: #fff;
  border-radius: 8px;
  padding: 24px 16px;
}

.step-body-wrapper .step-body h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.step-body-wrapper .step-body p:last-child {
  margin: 0;
}

.step-data-wrapper .step-pros {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}


.step-data-wrapper .step-pros .step-props-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.step-data-wrapper .step-pros .step-props-title p {
  margin: 0;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.step-data-wrapper .step-pros .step-pros-content h4 {
  margin: 0;
}

.step-data-wrapper .step-pros button {
  border: none;
}

.add-another {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: rgba(0,0,0,0.1) 1px solid;
}

.add-another button.add-another-btn {
  width: auto;
  border: none;
  padding: 0;
}

.add-another-title p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
/***Notification***/
.notifications-wrapper {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 500px;
  background: #FFFFFF;
  box-shadow: -10px 0px 12px rgba(88, 88, 88, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 50px;
}

.notify-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  height: auto;
}

.notify-head h4 {
  margin: 0;
}
.notify-body {
  margin-top: 0;
  margin-bottom: auto;
  height: 100%;
  overflow: auto;
}
.notify-body .notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}

.notify-body .notification .notify-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.notifications-wrapper button {
  width: auto;
}

.notifications-wrapper button.close-main {
  padding: 10px;
  border: 1px solid #003333;
  border-radius: 8px;
}
.notify-body .notification .notify-content p.title {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.notify-body .notification .notify-content p.time {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #585858;
  margin: 0;
}

.notify-body .notification .notify-content .notify-icon {
  width: 32px;
  height: 32px;
  background: var(--light-green);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.notify-footer {
  margin-top: 25px;
}

.notify-body::-webkit-scrollbar {
  width: 18px;
  border-radius: 6px;
}
.notify-body {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--mw-white);
}
.notify-body::-webkit-scrollbar-track {
  border-radius: 6px;
}
.notify-body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 0;
  border-left: 10px solid #fff;
}
/***Notification End**/
/*******Dashboard New********/
.insights-spending-wrapper .row.owl-carousel {
  padding: 0;
  margin: 0 0 40px;
  width: auto;
  box-shadow: 0px 5px 30px rgb(28 39 49 / 4%);
  border-radius: 10px;
}
.insights-spending-wrapper .row.owl-carousel > .owl-stage-outer {
  padding: 0;
}

.insights-spending-wrapper .row.owl-carousel .col-12 {
    padding: 0;
}
.insights-spending-wrapper .row.owl-carousel  .owl-stage {
  display: flex;
  padding-left: 0 !important;
}

.insights-spending-wrapper .row.owl-carousel .owl-stage .owl-item {
  display: flex;
}

.insights-spending-wrapper .row.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  left: 50%;
  padding: 0;
  width: calc(100% + 50px);
  max-width: unset;
  height: 0;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateX(-50%);
}

.insights-spending-wrapper .row.owl-carousel .owl-nav button {
  width: 18px;
  margin: 0;
  transform: translateY(-60%);
  height: 18px;
  background: transparent;
  padding: 2px 2px !important;
}

.insights-spending-wrapper .row.owl-carousel .owl-nav button svg {
  width: 100%;
  height: 100%;
}
.left-side-bar-wrapper.dash_new {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
}

.left-side-bar-wrapper.dash_new li.nav-list-item svg {
    border-radius: 0;
}

.left-side-bar-wrapper.dash_new .nav-item span {
    color: currentColor;
    display: block;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px; /* 125% */
    letter-spacing: -0.16px;
    font-family: 'Encode Sans', sans-serif;
    padding: 2px 0 0;
}

.left-side-bar-wrapper.dash_new  a.nav-item {
    padding: 7px 4px 5px;
    color: #fff;
    display: inline-block;
    border-radius: 9px;
    width: 50px;
    /* height: 48px; */
}

.left-side-bar-wrapper.dash_new a.nav-item.active, .left-side-bar-wrapper.dash_new a.nav-item:hover {background: var(--highlight-green);color: var(--primary-color);}

.left-side-bar-wrapper.dash_new a.nav-item.active path, .left-side-bar-wrapper.dash_new a.nav-item:hover path {
    fill: var(--primary-color);
}
.left-side-bar-wrapper.dash_new .main-logo {
  margin-bottom: 26px;
}

.left-side-bar-wrapper.dash_new  .log-out {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
}

.left-side-bar-wrapper.dash_new .side-bar-nav {
  height: 350px;
  overflow: auto;
  flex-grow: 1;
}

.left-side-bar-wrapper.dash_new a.nav-item svg {
  background-color: transparent !important;
}
.main-wrapper.dash-latest .page-title-wrapper {
  padding-bottom: 22px;
  margin-bottom: 45px;
}
.monthly-budget-wrapper {
  border-radius: 10px;
  background: linear-gradient(108deg, rgba(102, 255, 204, 0.80) -1.87%, #033 98.74%);
  box-shadow: 0px 0px 32px 0px rgba(7, 0, 105, 0.10);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  padding: 20px 40px 15px;
}

.monthly-budget-wrapper .top-header {
  display: flex;
  justify-content: space-between;
}

.budget-goal-card {
  display: flex;
  column-gap: 21px;
  margin-bottom: 16px;
}

.budget-goal-card .monthly-budget-wrapper {
  width: 62%;
  margin-bottom: 30px;
}

.budget-goal-card .saving-goal {
  width: 38%;
  margin-bottom: 30px;
}

.monthly-budget-wrapper .top-content {}

.monthly-budget-wrapper .top-content .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.monthly-budget-wrapper .top-content .price {
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  margin: 0;
}

.monthly-budget-wrapper .top-content .price-desc {
  color: rgba(3, 14, 13, 0.50);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  margin: 0;
}

.saving-goal {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.05);
  padding: 12px 42px;
}

.saving-goal h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.saving-goal  .saving-goal-content {
  display: flex;
  padding: 30px 0;
}

.saving-goal .saving-goal-content .saving-thumb {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-right: 6px;
  padding: 4px 0px 0;
}

.saving-goal .saving-content p {
  font-size: 14px;
  line-height: 142.9%;
}
.monthly-budget-wrapper .budget-progess-wrapper {
  width: 100%;
  height: 8px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  margin-bottom: 22px;
}

.monthly-budget-wrapper .budget-progess-wrapper .budget-progress-inner {
  height: 100%;
  width: 10px;
  min-width: 10px;
  background: var(--primary-color);
  border-radius: 15px;
}

.monthly-budget-wrapper .monthly-budget-cards {
  display: flex;
  justify-content: space-between;
}

.monthly-budget-wrapper .budget-info-card {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  width: 42%;
  padding: 7px 20px 12px;
}
.monthly-budget-wrapper .budget-info-card[data-toggle="modal"] {
  cursor: pointer;
}
.monthly-budget-wrapper .budget-info-card .info-thumb {
  min-width: 28px;
  margin-right: 25px;
}

.monthly-budget-wrapper .budget-info-card .info-title {
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.monthly-budget-wrapper .budget-info-card .info-price {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
}
.insights-spending-wrapper .spending-insights {
    min-height: 100%;
}

.spending-insights h6 {font-size: 12px;font-style: normal;font-weight: 500;line-height: 125%; /* 15px */letter-spacing: 0.4px;text-transform: uppercase;margin-bottom: 8px;}

.spending-insights canvas.half-donut-chart {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto !important;
    height: 100% !important;
    transform: translateX(-50%);
    max-width: 100%;
}

.spending-insights .transaction-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spending-insights .transaction-price-wrapper .transactions {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.9%;
    margin: 8px 0;
}

.spending-insights .transaction-price-wrapper .price {
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 15px */
    letter-spacing: 0.15px;
    text-align: right;
    margin: 8px 0;
}

.spending-insights a.btn.btn-primary {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: var(--highlight-green);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 3px 8px;
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.spending-insights .cta-wrapper {
  text-align: right;
}
.spending-locations {
    /* min-height: 100%; */
    align-items: center;
    justify-content: space-between;
}

.spending-locations .spending-location-head {
    width: auto;
    display: inline-block;
}

.spending-locations .spending-location-head h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 15px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
}

.spending-locations .spending-location-head p {
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.spending-locations .item {
    width: 100%;
}

.spending-locations  .view-cta-wrapper {
    width: 100%;
    text-align: right;
}

.spending-locations .view-cta-wrapper button.btn-primary {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: var(--highlight-green);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 3px 8px;
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin: 7px 0 0;
}

.insights-spending-wrapper .spending-insights .donut-wrapper {
    flex-grow: 1;
}
.spending-locations .spending-data-list {
  width: 100%;
  max-height: 160px;
  overflow: auto;
  scrollbar-color: #00333359 transparent;
  scrollbar-width: thin;
}
.spending-locations .spending-data-list:hover {
  scrollbar-color: var(--primary-color) transparent;
}
.spending-locations .spending-data-list::-webkit-scrollbar {
width: 10px;
}

/* Track */
.spending-locations .spending-data-list::-webkit-scrollbar-track {
background: transparent;
}

/* Handle */
.spending-locations .spending-data-list::-webkit-scrollbar-thumb {
background: #00333359;
  border-radius: 10px;
}

/* Handle on hover */
.spending-locations .spending-data-list:hover::-webkit-scrollbar-thumb {
background: var(--primary-color);
}
.left-side-bar-wrapper.dash_new .side-bar-nav {
  scrollbar-color: #66ffcc4b transparent;
  scrollbar-width: thin;
}
.left-side-bar-wrapper.dash_new .side-bar-nav:hover {
  scrollbar-color: #66FFCC transparent;
}
.left-side-bar-wrapper.dash_new .side-bar-nav::-webkit-scrollbar {
width: 10px;
}

/* Track */
.left-side-bar-wrapper.dash_new .side-bar-nav::-webkit-scrollbar-track {
background: transparent;
}

/* Handle */
.left-side-bar-wrapper.dash_new .side-bar-nav::-webkit-scrollbar-thumb {
background: #66ffcc4b;
  border-radius: 10px;
}

/* Handle on hover */
.left-side-bar-wrapper.dash_new .side-bar-nav:hover::-webkit-scrollbar-thumb {
background: #66FFCC;
}
.insights-spending-wrapper {
  margin-bottom: 0px;
}

.insights-spending-wrapper .col-lg-4 {
  margin-bottom: 46px;
}
.dash-resources-tips .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.dash-resources-tips .top-head h4 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: 0.15px;
}

.dash-resources-tips .top-head a {
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.dash-resources-tips .resources-card {
  text-align: center;
}
.dash-resources-tips .row.owl-carousel .owl-stage {
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  padding-top: 12px;
}
.dash-resources-tips .resources-card .resources-thumb {
  width: auto;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.dash-resources-tips .resources-card img {
  height: 100%;
  object-fit: contain;
}

.dash-resources-tips .resources-card .resources-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 20px */
  letter-spacing: 0.1px;
  text-align: center;
  margin-bottom: 13px;
}

.dash-resources-tips .resources-card > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
}

.dash-resources-tips .resources-card .learn-more-cta {
  text-align: right;
  margin-top: 40px;
}

.dash-resources-tips .resources-card .learn-more-cta a {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 12.5px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.resources .row.head h4 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.15px;
  margin: 0;
}
.spending-locations .view-cta-wrapper button.btn-primary:hover, .spending-insights a.btn.btn-primary:hover {
  transform: none;
  background: var(--highlight-green);
  color: var(--primary-color);
}
.dash-resources-tips .col-md-4 {margin-bottom: 46px;}

.budgeting-step .top-head {
    padding: 0 30px;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    margin-bottom: 20px;
    color: #030E0D;
}

.budgeting-step .top-head button.step-back {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    left: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.budgeting-step  .inner-content {padding: 0 20px;margin-bottom: 20px;}

.budgeting-step .inner-content .icon-wrapper {
    margin-bottom: 16px;
}

.budgeting-step .inner-content h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
    margin-bottom: 16px;
}

.budgeting-step .inner-content p {
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    margin: 0;
}

.budgeting-steps-modal.modal.pop-up.normal-pop-up .modal-dialog {
    max-width: 584px;
}

.budgeting-steps-modal.modal.pop-up.normal-pop-up .modal-dialog .modal-body {
    padding: 40px 50px !important;
}

.budgeting-step  .input-wrapper {
    position: relative;
    margin: 0 20px 20px;
}

.budgeting-step .input-wrapper label {
    position: absolute;
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    letter-spacing: 0.018px;
    background: #fff;
    padding: 0 3px;
}

.modal.pop-up.normal-pop-up .budgeting-step .input-wrapper input {
    margin: 0;
    border-color: #1CBA93;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding: 16px 14px !important;
}
.modal.pop-up.normal-pop-up .budgeting-step .input-wrapper input::-webkit-input-placeholder {
  color: #000;
}
.budgeting-step .input-divider {
    padding: 0px 20px;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 42.5px */
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper {
    padding: 0 20px;
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper > * {
    text-align: center;
}

.budgeting-step .calculation-wrapper > p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper > p.equal-to {
    padding: 0px 20px;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper .calculation-inner > * {
    text-align: center;
}

.budgeting-step .calculation-wrapper .calculation-inner  p.empty-placeholder {
    padding: 0px 20px;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper .calculation-inner h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 42.5px */
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary-color);
}

.budgeting-step .calculation-wrapper .calculation-inner .content-wrapper {
    margin-bottom: 20px;
}

.budgeting-step .calculation-wrapper .calculation-inner .content-wrapper h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.budgeting-step .calculation-wrapper .calculation-inner .content-wrapper p {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
}

.budgeting-step .calculation-wrapper .calculation-inner  table {
    width: 100%;
    margin-bottom: 20px;
    max-width: 260px;
    margin: auto;
}

.budgeting-step .calculation-wrapper  .calculation-inner {
    padding: 0 20px;
}

.budgeting-step .calculation-wrapper .calculation-inner table td:first-child {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    text-align: left;
    padding: 10px 0;
}

.budgeting-step .calculation-wrapper .calculation-inner table td:last-child {
    color: #1CBA93;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 20px */
    letter-spacing: 0.15px;
    padding: 10px 0;
}

.budgeting-step .cta-wrapper {
    padding: 0 20px;
    text-align: center;
}
.budgeting-step  .cta-wrapper button.btn.btn-link {
  padding: 10px 14px !important;
  width: auto !important;
  display: inline-block !important;
  margin-top: 20px !important;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px !important;
}

.budgeting-step .cta-wrapper button.btn.btn-link:hover {
  text-decoration: underline;
}
.budgeting-step  .estimation-budget {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.budgeting-step .estimation-budget .monthly-budget {
  padding: 0 15px;
  width: 50%;
}

.budgeting-step .estimation-budget .remaining-budget {
  padding: 0 15px;
  width: 50%;
}

.budgeting-step .estimation-budget h6 {
  color: #000;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.budgeting-step .estimation-budget p {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.budgeting-step .estimation-budget + .cta-wrapper {
  margin-top: 20px !important;
}
.category-listing .category-card .category-thumb {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: var(--light-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 2px;
  margin: 0 8px 0 12px;
}

.category-listing .category-card {
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.category-listing .category-card span.category-name {
  flex-grow: 1;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.9%;
}

.category-listing .category-card .add-cat {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.category-listing .category-card .add-cat input.cat-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.category-listing .category-card .add-cat .add-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.category-listing .category-card .add-cat .add-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  vertical-align: top;
}

.category-listing .category-card .category-thumb img {
  width: 100%;
  height: 100%;
}

.category-listing .category-card  span.category-price {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
  letter-spacing: 0.15px;
}

.category-listing .category-item {
  padding: 15px 0 18px;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}

.budget-category-wrapper .add-more-cat {
  padding: 19px 0;
  margin-bottom: 20px;
  text-align: left;
}

.budget-category-wrapper .add-more-cat .add-cat {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
}

.budget-category-wrapper .add-more-cat .add-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.budget-category-wrapper .add-more-cat .add-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  vertical-align: top;
}

.budget-category-wrapper .add-more-cat .add-cat span {
  display: inline-block;
  margin: 0 0 0 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.category-listing .category-card .add-cat input.cat-check:checked + .add-icon svg {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M170.666667 469.333333h682.666666a42.666667 42.666667 0 0 1 0 85.333334H170.666667a42.666667 42.666667 0 0 1 0-85.333334z' fill='%23000000' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.category-listing .category-card .add-cat input.cat-check:checked + .add-icon svg path {
  opacity: 0;
  visibility: hidden;
}
.budget-more-category .add-new-cat {
  padding: 19px 0;
  margin-bottom: 20px;
  text-align: left;
}

.budget-more-category .add-new-cat .add-cat {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
}

.budget-more-category .add-new-cat .add-cat .add-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.budget-more-category .add-new-cat .add-cat .add-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  vertical-align: top;
}

.budget-more-category .add-new-cat .add-cat span {
  display: inline-block;
  margin: 0 0 0 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.spent-average {
  background-color: rgb(217 217 217 / 15%);
  display: flex;
  align-items: center;
  padding: 20px 24px 20px 14px;
  border-radius: 6px;
  margin: 20px 20px;
}

.spent-average .average-icon {
  margin: 0 17px 0 0;
  width: 23px;
  height: 28px;
  flex: 0 0 23px;
}

.spent-average  p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.budgeting-step .inner-content .icon-wrapper.bg-highlight-light {
  width: 50px;
  height: 50px;
  background-color: var(--light-green);
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.budgeting-step .inner-content .icon-wrapper.bg-highlight-light img {
  width: 100%;
  height: 100%;
  padding: 4px 4px;
}
.yearly-bar-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.yearly-bar-chart button {
  padding: 0;
  border: none;
  margin: 0;
  width: 30px;
  height: 30px;
}
.yearly-bar-chart div {
  max-width: calc(100% - 30px);
}
/*******Dashboard New End********/
/*dashboard transaction*/

.transaction-table table {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.transaction-table table tr {
    border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}
button.transaction-date-item {
  border: 0;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
button.transaction-date-item:last-child {
  border-bottom: 0;
}
button.transaction-date-item:hover p {
  transform: translateX(6px);
  color: var(--mw-light-green);
}
button.transaction-date-item p {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
}
.modal .calendar {
  box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
  border-radius: 8px;
  border: none;
  margin-bottom: 20px;
}

.modal .calendar .custom-nav {
  flex-grow: 1;
}

.modal .calendar .custom-nav button {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  color: #030E0D;
  line-height: 25px;
}

.modal .calendar .mbsc-calendar-button svg {
  color: #000;
  width: 16px;
}

.modal .calendar .mbsc-calendar-button.mbsc-icon-button {
  padding: 0;
  width: 25px;
  height: auto;
}

.modal .calendar  .mbsc-calendar-wrapper {
  padding: 16px;
}

.modal .calendar .mbsc-calendar-wrapper .mbsc-calendar-header {
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
  margin-bottom: 20px;
}

.modal .calendar .mbsc-calendar-button.custom-prev svg {
  margin-right: auto;
  margin-left: 0;
}

.modal .calendar .mbsc-calendar-button.custom-next svg {
  margin-right: 0;
  margin-left: auto;
}

.modal .calendar .mbsc-calendar-controls {
  margin-bottom: 13px;
}
.modal .calendar  .mbsc-calendar-wrapper {
  padding: 14px;
}
.mbsc-datepicker .mbsc-calendar-slide {
  padding: 0 !important;
}
.amount-main input.income {
  border: 0;
  box-shadow: 0px 0px 16px rgba(79, 79, 79, 0.08);
  border-radius: 10px;
  font-size: 24px;
  padding: 12px 12px !important;
  color: #003333;
}
.modal button.btn.btn-primary.w-100 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.amount-divider-wrapper {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbsc-ios.mbsc-range-day:after{
  content: none !important;
}
.amount-divider-wrapper span.amount-divider {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #DFEAE6;
}
.modal .calendar .mbsc-calendar-wrapper .mbsc-calendar-week-day {
  font-size: 16px;
  color: #7E818C;
}

.modal .calendar .mbsc-calendar-wrapper .mbsc-calendar-week-days {
  margin-bottom: 4px;
}

.mbsc-calendar-cell-text {
  font-size: 16px !important;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text,.mbsc-range-day .mbsc-calendar-cell-text {
  background: #33CC99 !important;
  border-color: #33CC99 !important;
  color: #000;
}
.mbsc-range-control-wrapper.mbsc-ios {
  display: none;
}
.mbsc-range-day-start {
  cursor: pointer !important;
}

.mbsc-range-day-start .mbsc-calendar-cell-text {
  opacity: 1;
}
.mbsc-calendar-cell.mbsc-hover .mbsc-calendar-cell-text {
  background: #33cc994d;
  color:#000;
}

.modal .calendar .mbsc-calendar {
  padding-bottom: 0;
}

.modal .calendar .mbsc-calendar-cell > div:not(.mbsc-calendar-cell-inner) {
  display: none;
}

.mbsc-ios.mbsc-calendar-today {
  color: #33CC99;
}
.transaction-table table th {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--primary-color);
    padding: 12px 0;
}

.transaction-table table th:last-child {
    width: 10%;
}

.transaction-table table th:nth-last-child(2) {
    width: 17%;
}

.transaction-table table th:nth-child(3) {
    width: 20%;
}

.transaction-table table th:first-child {
    width: 24%;
}

.transaction-table table td {font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 500;line-height: 18px;text-align: left;padding: 14px 0;vertical-align: middle;}

.transaction-table table td .icon-wrapper {
    background: var(--light-green);
    border-radius: 6px;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.transaction-table table td p {
    margin-bottom: 0;
    display: inline-block;
}

.transaction-table table td p.table-name {font-family: Roboto;font-size: 16px;font-weight: 400;line-height: 20px;text-align: left;color: var(--black-green);}

.transaction-table table td p.table-date {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
}

.transaction-table table td p.table-status {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
}
.top-spending-category-detail {
  margin-bottom: 60px;
}
.transaction-table table td p.table-amount {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
}
.top-spending-category-detail .card.primary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 16px;
}
.top-spending-category-detail .spend-detail-content-wrapper {
  width: 45%;
}
.top-spending-category-detail .spend-detail-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.top-spending-category-detail .spend-detail-graph {
    width: 45%;
    position: relative;
}
.top-spending-category-detail .spend-detail-graph .donut-wrapper {
  width: 100% !important;
  height: auto !important;
}

.top-spending-category-detail .spend-detail-content span.badge-highlight {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.top-spending-category-detail .spend-detail-content .value {
    padding-left: 12px;
    margin: 0;
}
.top-spending-category-detail .spend-detail-content-wrapper * {
  height: 100%;
}

.top-spending-category-detail .spend-detail-content-wrapper .spend-detail-content * {
  height: auto;
}

.top-spending-category-detail .spend-detail-graph .item {
  position: relative;
}

.top-spending-category-detail .spend-detail-graph .donut-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 15px 0 0;
}

.top-spending-category-detail .spend-detail-graph .donut-content p {
  margin: 0;
  text-align: center;
}

.dashboard-transaction .transaction-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.dashboard-transaction .transaction-filters .select-month {
    width: 120px;
}

.dashboard-transaction .transaction-filters .search-transaction {
    width: 50%;
    position: relative;
}

.dashboard-transaction .transaction-filters .select-month .select2-selection__rendered {
    margin: 0;
    background: var(--light-green);
    border: none;
    font-family: 'Rubik', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #030E0D;
}

.dashboard-transaction .transaction-filters .select-month .select2-selection__arrow b {
    display: none;
}

.dashboard-transaction .transaction-filters .select-month .select2-selection__arrow:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../icons/arrow-bottom.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: calc(50% + 4px);
    transform: translate(-50%, -50%);
    background-size: contain;
}

.total-spends h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.dashboard-transaction .transaction-filters .search-transaction input[type="search"] {
    background: #FBFBFD;
    border: 1px solid #DFEAE6;
    border-radius: 8px;
    padding: 10px 10px 10px 34px;
    margin: 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
.dashboard-transaction .transaction-filters .search-transaction input[type="search"]::placeholder{
    font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
    color: #585858;
}

.dashboard-transaction .transaction-filters .search-transaction span.input-search {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
}

.dashboard-transaction .transaction-filters .search-transaction span.input-search svg {
    width: 100%;
    height: auto;
}
.dashboard-transaction .transaction-filters .search-transaction  input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.dashboard-transaction .transaction-filters .search-transaction  input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the â€˜Xâ€™ from Chrome */
.dashboard-transaction .transaction-filters .search-transaction input[type="search"]::-webkit-search-decoration,
.dashboard-transaction .transaction-filters .search-transaction input[type="search"]::-webkit-search-cancel-button,
.dashboard-transaction .transaction-filters .search-transaction input[type="search"]::-webkit-search-results-button,
.dashboard-transaction .transaction-filters .search-transaction input[type="search"]::-webkit-search-results-decoration { display: none; }


.dashboard-transaction .transaction-filters .filter-tab button.filter {
    margin: 0;
    border: none;
    padding: 10px;
    background: var(--highlight-green);
}
.transaction-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 35px;
}

.transaction-pagination .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.transaction-pagination button {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #DFEAE6;
  border-radius: 8px;
  margin: 0;
}

.transaction-pagination button.pagiantion-item.active {
  background: var(--grey-green-light);
  border: none;
}

.transaction-pagination .pagination button {
  border: none;
}

.transaction-pagination .pagination {
  display: none;
}

.transaction-pagination .pagination.active {
  display: block;
}
body.dash-transaction span.select2-dropdown.select2-dropdown--above .select2-results::after, body.dash-transaction .select2-dropdown .select2-results::after {
  content: none;
}

body.dash-transaction .select2-dropdown {
  transform: unset;
  margin-top: 2px;
}

body.dash-transaction .select2-dropdown li.select2-results__option {
  font-family: 'Rubik', sans-serif;
}
.owl-nav-btn button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.owl-nav-btn {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  width: 80%;
  height: 0;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.owl-nav-btn button {
  width: auto;
  height: 20px;
  padding: 14px 8px !important;
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  background: 0 0;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
/*slide effect**/
.animated  {
  -webkit-animation-duration : 0 ms  !important;
  animation-duration : 0 ms  !important;
  -webkit-animation-fill-mode : both  !important;
  animation-fill-mode : both  !important;
}  


.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/* dashboard transaction end */





/* Register Page CSS */
.site-header {
  padding: 10px 0;
  background: var(--primary-color);
}

.main-container {
  min-height: calc(100vh - 75px);
}

.primary-bg {
  background: var(--mw-white);
}

.back-btn {
  margin-bottom: 20px;
  font-weight: 700;
}

.form-card {
  padding: 40px 96px;
  box-shadow: 0px 25px 40px -10px rgba(28, 39, 49, 0.08);
  background: #fff;
  border-radius: 16px;
}

.form-card.login {
  padding: 20px;
  border-radius: 8px;
}

.progress-form__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.progress-form__tabs button span {
  content: '\ ';
  display: block;
  width: 0;
  height: 100%;
  background: #33CC99;
}

.progress-form__tabs button {
  padding: 0;
  height: 6px;
  background: #D1D1D1 !important;
  border: none !important;
  border-radius: 30px;
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  width: 100%;
  padding: 16.5px 14px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  margin: 8px 0;
}

.form-card p {
  font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

.form-card .light-color {
  color: #8D8D8D;
}

.form-card fieldset {
  position: relative;
}
input#Save + label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.form-card label {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index: 9;
}

.form-label.default {
  position: initial;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  transform: none;
}

.form-card input[type="checkbox"],
.form-card input[type="radio"] {
  width: auto;
  margin: 0 0 0 0;
  padding: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.38);
  outline: none;
  box-shadow: none;
}

.form-card input[type="checkbox"]:checked, .form-card input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 10L9 13L15 7' stroke='%2333CC99' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-color: white;
  outline: var(--secondry-color) auto 1px;
  box-shadow: none;
}
.form-card fieldset span.input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.form-card input[type="text"]:focus~label,
.form-card input[type="email"]:focus~label,
.form-card input[type="tel"]:focus~label,
.form-card input[type="password"]:focus~label,
.form-card select:focus~label,
.form-card label.active {
  width: auto;
  padding: 0 2px;
  margin: 0px;
  background: white;
  transition: 0.2s ease-in-out;
  top: 2px;
  left: 10px;
  transform: inherit;
}

.form-card input:focus-visible,
.form-card select:focus-visible,
.form-card textarea:focus-visible {
  outline: var(--secondry-color) auto 1px;
}
.email-response, .response {
    display: none;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 13px !important;
}
.form-card fieldset p {
  font-size: 16px;
}

.form-card fieldset p small {
  font-size: 12px;
}

.form-card fieldset p u {
  font-weight: 700;
}
.main-content-wrapper .page-title-wrapper .row {
  width: -webkit-fill-available;
  width: -moz-available;
}
.form-card input[type="submit"], .form-card button {
  border: var(--primary-color) 1px solid;
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.form-card input[type="submit"] svg, .form-card button svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.form-card input[type="submit"]:hover, .form-card button:hover,
.form-card input[type="submit"]:focus, .form-card button:focus {
  background: var(--highlight-green);
  color: var(--primary-color);
}
.form-card input[type="submit"]:hover + svg path, .form-card button:hover path, .form-card input[type="submit"]:focus + svg path, .form-card button:focus path {
    stroke: var(--primary-color);
}
.form-card .error {
  position: absolute;
  color: #FD4959;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.form-card .pass-visible {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    cursor: pointer;
}
form#username-password fieldset *::selection {
    background: transparent;
}
.form-card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.validation-check {
    position: relative;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}
.user-validation {
  margin: 8px 0;
}

.user-validation p {
  margin-bottom: 8px;
}

.user-validation .validation-check {
  margin-bottom: 4px;
}

.validation-check svg {
    border-radius: 50%;
    margin-right: 8px;
}
.card.green {
  background: var(--green-color);
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}

.card.green .icon, .card.green time {
  background: var(--mw-white);
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 600;
  width: max-content;
  padding: 7px;
  border-radius: 6px;
}

.card.green time {
  float: right;
  border-radius: 30px;
  padding: 10px;
}

.card.green p {
  margin: 12px 0;
}

.card.green a {
  padding: 0;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Register Popup */
.modal-backdrop.fade {
  opacity: 1 !important;
}
.modal.pop-up {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.modal.pop-up .modal-dialog {
  max-width: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) !important;
  padding: 2rem;
  margin: 0;
  width: 100%;
}

.modal.pop-up .modal-dialog .modal-body {
  padding: 50px 40px;
  text-align: center;
}

.modal.pop-up .modal-dialog .modal-body h5 {
  text-align: center;
  font-size: 24px;
}

.modal.pop-up .modal-dialog .modal-body {
  font-size: 16px;
  color: #000;
}

.modal.pop-up .modal-dialog .modal-body .btn {
  max-width: 300px;
  font-size: 16px;
}

.modal.pop-up .modal-dialog .modal-body .btn-primary {
  background: var(--primary-color);
  border: var(--primary-color) 1px solid;
  padding: 16px 40px;
}

.modal.pop-up .modal-dialog .modal-body .btn-primary:hover {
  background: var(--secondry-color);
}

.modal.pop-up .modal-dialog .modal-body .btn-secondary {
  color: var(--primary-color);
  background: none;
  border: none;
  font-weight: bold;
}
.modal.pop-up.normal-pop-up .modal-dialog {
  max-width: 420px;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  transform: none !important;
  margin: auto;
}
.modal.max-content .modal-dialog {
  max-width: 100% !important;
  width: 800px !important;
}

.modal.pop-up.normal-pop-up input {
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 8px 15px;
  outline: none;
}
.modal.pop-up.normal-pop-up .field {
  margin-bottom: 20px;
}

.modal.pop-up.normal-pop-up .modal-body {
  padding: 40px 30px;
}

.modal.pop-up.normal-pop-up .modal-body .modal-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.modal.pop-up.normal-pop-up .modal-body a[type="button"], .modal.pop-up.normal-pop-up .modal-body .btn {
  display: block;
  width: 100%;
  margin: 0;
  max-width: 100%;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 16px 40px;
}
.normal-pop-up .field.form-card {
  padding: 0;
  box-shadow: none;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.normal-pop-up .field.form-card fieldset:not(:last-child) {
  margin-bottom: 10px;
}
.modal.pop-up.height-auto {
  transform: translate(-50%, -50%) !important;
}
.modal.height-auto .modal-body {
  padding: 25px 30px 10px !important;
}
.modal.height-auto .modal-body .modal-title {
  margin-bottom: 5px !important;
}
.modal.height-auto .modal-body input{
    padding: 4px 15px !important;
    font-size: 28px !important;
}
.modal.height-auto .modal-body select {
  padding: 12px 14px !important;
}
.modal.height-auto .modal-body label {
  font-size: 12px;
}
.modal.pop-up.height-auto .field {
  margin-bottom: 10px;
}
.modal.pop-up.height-auto .modal-body a[type="button"], .modal.pop-up.height-auto .modal-body .btn {
  padding: 14px 40px;
}
.modal .modal-body form.form-card {
  padding: 0;
  box-shadow: none;
}
.modal.normal-pop-up .modal-body form.form-card input {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 15px;
}

.modal.normal-pop-up .modal-body form.form-card .form-label {font-size: 12px;font-weight: 400;line-height: 12px;text-align: left;}

.modal .modal-body form.form-card .display-values p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.modal .modal-body form.form-card .display-values h4 {font-family: Rubik;font-size: 34px;font-weight: 400;line-height: 43px;letter-spacing: 0.25px;text-align: center;}

.modal .modal-body form.form-card .display-values {
  cursor: pointer;
  margin-bottom: 8px;
}
.modal.pop-up.normal-pop-up .modal-body .form-card .btn, .modal.pop-up.normal-pop-up .modal-body .form-card .btn-link {
  width: 100%;
  max-width: 50%;
  margin: auto;
}
/***settings**/
.setting-sidebar-wrapper {
  padding-top: 40px;
  padding-right: 27px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.mobile-settings-wrapper .btn {
  margin: 0px;
}

.setting-sidebar-wrapper .setting-title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  margin-bottom: 4px;
}

.setting-sidebar-wrapper ul.setting-list {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
}

.setting-sidebar-wrapper  li.setting-item {
  border-radius: 10px;
  margin-bottom: 12px;
}

button.btn-brd-none.btn {
  font-weight: 400;
}

.setting-sidebar-wrapper li.setting-item .btn {
  font-weight: 400;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 8px;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.fw-medium {
  font-weight: 500 !important;
}
.select2, .select2 *{
  display: block;
}
.select2 .select2-selection{
  border: none !important;
  height: auto !important;
}
.success-message {
  background: #85FFD6;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
}
.success-message .close-success {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 9;
}
.success-message h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
}
.setting-wrapper input.form-control, .select2 .select2-selection__rendered {
  width: 100%;
  padding: 16.5px 14px !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  margin: 8px 0;
  font-family: inherit;
  font-size: inherit !important;
  line-height: 15px !important;
  box-shadow: none;
}
.modal.pop-up.normal-pop-up .select2 .select2-selection__rendered {
  padding: 12px 15px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px !important;
  font-weight: 400;
  text-align: left;
}
.select2.select2-container {
  width: 100% !important;
}
.select2-dropdown {
  margin-top: -8px;
  border: 1px solid rgba(0, 0, 0, 0.38) !important;
  border-radius: 7px !important;
  transform: translate(0px, -2px);
}
.select2-dropdown .select2-results__option {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38) !important;
  transition: all 0.3s ease;
}

.select2-dropdown .select2-results__option:hover, .select2-dropdown .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ededed !important;
  color: #000 !important;
}

.select2-dropdown .select2-results__option:last-child {
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection__arrow b {
  border-width: 5px 4px 0 4px !important;
  border-color: #888 transparent transparent transparent !important;
}
span.select2-dropdown.select2-dropdown--above {
  margin: 0 0 -8px !important;
}

span.select2-dropdown.select2-dropdown--above .select2-results:after {
  bottom: 0;
  transform: rotate(180deg);
  top: 100%;
}

.select2-dropdown .select2-results:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 15px;
  width: 10%;
  height: 14px;
  background-image: url(../images/select-arrow.png);
  z-index: 99;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.select2-dropdown {
  z-index: 9999 !important;
}
.select2-dropdown .select2-results {
  position: relative;
}
.select2 .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 12px !important;
}
.setting-wrapper input.form-control::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}
.select2-dropdown .select2-results__option {
  color: #000;
}
span.select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.setting-sidebar-wrapper li.setting-item svg {
  width: 30px;
  margin-right: 10px;
}
.setting-sidebar-wrapper li.setting-item:hover .btn, .setting-sidebar-wrapper li.setting-item.active .btn{
  background: var(--highlight-green);
}
.budget-comparison {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.row.spending-budget-financial {
  /* align-items: flex-start; */
}
.budget-comparison .update-btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.setting-sidebar-wrapper li.setting-item svg[height="20"] {
  margin: 6px 0;
}
.setting-sidebar-wrapper li.setting-item:hover {
  background: var(--highlight-green);
}

.setting-sidebar-wrapper li.setting-item svg[height="20"] {
  margin: 6px 0;
}

.setting-wrapper {
  padding: 40px 0;
}
.setting-wrapper:not(.full) {
  width: 100%;
  max-width: 72%;
}

.setting-wrapper > h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  margin-bottom: 8px;
}

.setting-wrapper > p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.setting-wrapper  .form-card {
  padding: 0 0;
  box-shadow: none;
}
.submit-cancel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 24px;
  margin-top: 16px;
}
span.edit-field {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 2;
}

/* .security-tabs  .tabs-wrapper {grid-gap: 0;border-radius: 8px 8px 0px 0px;overflow: hidden;border: 1px solid var(--light-green);border-bottom: 2px solid var(--primary-color);align-items: stretch;margin-bottom: 40px;} */

.main-content-wrapper  .security-tabs .tabs-wrapper button {
    width: 33.33% !important;
    padding: 8px 5px !important;
    margin: 0;
    background: transparent !important;
    color: var(--primary-color) !important;
    border: none !important;
    border-radius: 0;
    min-height: 100%;
}

.main-content-wrapper .security-tabs .tabs-wrapper button svg {
    background: var(--light-green);
    width: 32px;
    height: 32px;
    padding: 7px 6px;
    border-radius: 6px;
    margin-right: 4px;
}

.setting-wrapper .tabs-wrapper .tab-content {
    width: 100%;
}

.setting-wrapper .tab-content .text-content.form-card {
    padding-top: 1rem;
}

.setting-wrapper .tab-content .text-content.form-card ul {
    margin-bottom: 16px;
}
.setting-wrapper .tab-content .text-content.form-card p {
    font-size: 14px;
}
.security-tabs {
  margin-top: 30px;
  position: relative;
}
.security-tabs .mobile-tabs-toggle {
  margin-bottom: 30px;
  position: relative;
}
.security-tabs .mobile-tabs-toggle button.tab-btn {
  margin: 0;
  background: var(--light-green) !important;
  border-color: var(--light-green) !important;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #000 !important;
  height: 56px;
}
.security-tabs .mobile-tabs-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.main-content-wrapper .setting-wrapper .security-tabs  .tabs-wrapper {grid-gap: 0;border-radius: 8px 8px 0px 0px;overflow: hidden;border: 1px solid var(--light-green);border-bottom: 2px solid var(--primary-color);align-items: stretch;margin-bottom: 40px;}

.main-content-wrapper  .setting-wrapper .security-tabs .tabs-wrapper button {
    width: 33.33% !important;
    padding: 8px 5px !important;
    margin: 0;
    background: transparent !important;
    color: var(--primary-color) !important;
    border: none !important;
    border-radius: 0;
    min-height: 100%;
}

.main-content-wrapper .security-tabs .tabs-wrapper button svg {
    background: var(--light-green);
    width: 32px;
    height: 32px;
    padding: 7px 6px;
    border-radius: 6px;
    margin-right: 4px;
}
.main-content-wrapper .security-tabs .tabs-wrapper button.tab-btn.active {
  background: var(--light-green) !important;
  border-color: var(--light-green) !important;
}
.main-content-wrapper .security-tabs .tabs-wrapper button:not(:last-child) {
    border-right: 1px solid var(--light-green) !important;
}

.btn-outline {
  background: transparent !important;
  color: var(--primary-color) !important;
  border: var(--primary-color) 1px solid !important;
}
.btn-fill-primary {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: var(--primary-color) 1px solid !important;
}
.btn-fill-light {
  background: var(--mw-grey) !important;
  color: var(--mw-dark-green) !important;
  border: 1px solid rgba(102, 102, 102, 0.25)!important;
}
.security-questions-wrapper {
  margin: 40px 0;
}

.security-btn-wrapper {
  display: flex;
  gap: 15px;
}

.security-questions-wrapper:nth-last-child(2){
  margin-bottom: 30px;
}

.security-btn-wrapper .btn {
  padding: 12px;
}

input:disabled, .btn:disabled {
  opacity: 0.5 !important;
}
/*****/
.main-content-wrapper .retirement-savings-goal {
  padding: 18px 16px !important;
}

.main-content-wrapper .retirement-savings-goal > p{
  text-align: center;
  margin: 8px;
}
.main-content-wrapper .retirement-savings-goal > h4 {
  margin-bottom: 10px;
}


.amount {
  font-family: Rubik;
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.25px;
  text-align: center;
}


.retirement-savings-goal .step-update-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  grid-gap: 15px;
  text-align: center;
  margin: 20px 0;
}
.retirement-savings-goal .step-update-btn button {
  padding: 14px 0;
  margin: 0 !important;
  text-align: center !important;
  font: inherit;
}
.main-content-wrapper .building-savings {
  padding: 16px !important;
  margin-bottom: 25px;
}

.building-savings .savings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.building-savings .savings-head h5 {
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  text-align: left;
}

.building-savings .savings-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.building-savings .savings-content-wrapper .savings-data {
  min-width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  flex-wrap: wrap;
}

.building-savings .savings-content-wrapper .savings-data:nth-child(odd) {
  border-right: 1px solid #DFEAE6;
  padding-right: 15px;
  padding-left: 0;
}

.savings-content-wrapper .savings-data .savings-title p {
  margin: 0;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.savings-content-wrapper .savings-data .savings-title {
  margin-right: 15px;
}

.savings-content-wrapper .savings-data .savings-value h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.topic-entry {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
  border-radius: 10px;
  padding: 16px;
}
.topic-entry .entry-head {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}
.entry-body {
  padding-top: 6px;
}
.topic-entry .entry-head .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}

.entry-body .entry-need {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}


.entry-body .entry-need p {
  margin: 0;
  color: #585858;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.entry-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 12px;
}
.entry-foot button.add-more {
  margin: 0;
}
.entry-foot p {
  margin: 0;
}
/****resources****/
.normal-bold{
  font-size: 16px;
  font-weight: 700;
}

.keys-wrapper {
  padding: 20px;
  border-radius: 12px;
}

.keys-wrapper .what-you-learn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.keys-wrapper .key-takeaways {
  padding: 18px 0 0;
  margin: 0;
}
.keys-wrapper .key-takeaways ul.key-takes-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -moz-column-count: 2;
  -moz-column-gap: 0em;
  -webkit-column-count: 2;
  -webkit-column-gap: 0em;
  column-count: 2;
  column-gap: 0em;
  margin-bottom: -10px;
}
.keys-wrapper .key-takeaways ul.key-takes-list .inner-keys a {
  margin-bottom: 12px !important;
}
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.video-poster.contain img {
  width: auto;
  height: auto;
}

.retirement-curriculum {
  background: #DFEAE6;
  border-radius: 10px;
  padding: 24px;
}

.retirement-curriculum h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  margin-bottom: 20px;;
}

.retirement-curriculum ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.retirement-curriculum ul li > svg, .retirement-curriculum ul .curriculum-content-wrapper > svg {
  margin-right: 12px;
}

.retirement-curriculum ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.retirement-curriculum ul li.curriculum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.retirement-curriculum ul li.curriculum .video-content {
  position: relative;
  bottom: auto;
  right: auto;
  padding: 3px 10px;
  width: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.right-curve-primary {
  position: relative;
  padding-right: 9px !important;
}

.right-curve-primary:after {content: "";position: absolute;top: 0px;right: -10px;width: 15px;height: 100%;background: #66FFCC;border-radius: 0 100% 100% 0;}

.card.cta .img-box.right-curve-primary {width: 22%;flex: 0 0 22%;margin-right: 3%;}
.retirement-curriculum ul li.active svg g {
  opacity: 1;
}
.retirement-curriculum ul li:last-child {
  margin: 0 !important;
}

.retirement-curriculum ul li.curriculum .curriculum-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 60px);
}

.retirement-curriculum ul li.curriculum .curriculum-content p {
  margin-bottom: 2px;
}
.quick-assesment {
  padding: 0 0;
  width: 80%;
}
.assesment-questions .card.primary {
    padding: 3rem 0;
    align-items: flex-start;
}

.assesment-questions .card.primary .label {
    padding: 7px 16px;
    background: var(--secondry-color);
    width: auto;
    border-radius: 50px;
    color: var(--mw-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}
.quick-assesment ul.assesment-option-list {
  margin-top: 32px;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.quick-assesment ul.assesment-option-list li.assesment-option {
  width: calc(50% - 4px);
  position: relative;
}
.quick-assesment ul.assesment-option-list li.assesment-option input[type="checkbox"] {
  position: absolute;
  margin: 0px;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.quick-assesment ul.assesment-option-list li.assesment-option .assesment-option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.quick-assesment ul.assesment-option-list li.assesment-option:hover .assesment-option-item, .quick-assesment ul.assesment-option-list li.assesment-option input[type="checkbox"]:checked + .assesment-option-item {
  background: #000;
  color: #fff;
}
.quick-assesment ul.assesment-option-list li.assesment-option .icon {
  width: 12px;
  height: 12px;
  position: relative;
}

.quick-assesment ul.assesment-option-list li.assesment-option .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.quick-assesment ul.assesment-option-list li.assesment-option .icon svg.tick {
  display: none;
}
.quick-assesment ul.assesment-option-list li.assesment-option:hover svg.add, .quick-assesment ul.assesment-option-list li.assesment-option input[type="checkbox"]:checked + .assesment-option-item svg.add {
  display: none;
}
.quick-assesment ul.assesment-option-list li.assesment-option:hover svg.tick, .quick-assesment ul.assesment-option-list li.assesment-option input[type="checkbox"]:checked + .assesment-option-item svg.tick {
  display: block;
}
.quick-assesment .cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.quick-assesment .cta-btn .btn {
  width: auto;
}

.quick-assesment .cta-btn button.btn.btn-link {
  text-decoration: underline;
}
.tooltip .tooltip-inner {
  background: var(--primary-color);
}
/****/




.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
a.btn-outline {
  border: 1px solid #003333;
  border-radius: 5px;
}
a.btn-outline:hover {
  background: var(--highlight-green);
  border-color: var(--highlight-green);
}
a.btn.disabled {
  background: #B0BFC0 !important;
  opacity: 1 !important;
  border-color: #B0BFC0 !important;
}
.modal.pop-up.normal-pop-up input:focus-visible {
  border-color: var(--secondry-color);
}
.income-field-symbol{
  position: relative;
}
.income-field-symbol span {
    position: absolute;
    top: 30%;
    font-size: 2em;
    left: 10%;
}
.modal .income-field-symbol input.income, .income-field-symbol input.income {
    padding-left: 60px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.display-values {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(79, 79, 79, 0.08);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.display-values p {
  text-align: center;
  margin-bottom: 4px;
}
.display-values h4 {
  text-align: center;
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0.25px;
}

.modal.pop-up.normal-pop-up .field.range {
  padding-top: 60px;
  position: relative;
  margin-bottom: 8px;
}

.modal.pop-up.normal-pop-up input#range {
  padding: 0;
  margin: 0;
  height: 4px;
  background: var(--grey-green-light);
  -webkit-appearance: none;
}
.modal.pop-up.normal-pop-up input#range::-webkit-slider-runnable-track {
background: var(--grey-green-light);
height: 4px;
border: none;
color: var(--grey-green-light);
}

.modal.pop-up.normal-pop-up input#range::-webkit-slider-thumb {
width: 24px;
height: 24px;
border-radius: 100%;
margin-top: -10px;
border: 2px solid var(--mw-light-green);
-webkit-appearance: none;
background-color: var(--highlight-green);
background-image: url(../icons/range-bars.svg);
background-position: center;
background-repeat: no-repeat;
z-index: 99;
position: relative;
transition: 0.5s all ease;
}

.range-wrapper {
  position: relative;
}

.range-wrapper:before {
    content: "";
    position: absolute;
    top: 9px;
    width: var(--width);
    left: 0;
    height: 4px;
    border-radius: 10px;
    background: #33CC99;
}
.modal.pop-up.normal-pop-up .field.range .label-wrapper {
  max-width: 80px;
  filter: drop-shadow(0px 2px 4px rgba(13, 13, 13, 0.2));
  position: absolute;
  top: 12px;
  left: 15%;
  transform: translateX(-50%);
}
.modal.pop-up.normal-pop-up .field.range label {
  width: 100%;
  background: #FBFBFD;
  border-radius: 4px;
  border: 1px solid #030E0D;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  padding: 4px 12px;
  position: relative;
}
.modal.pop-up.normal-pop-up .field.range label:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 5px;
  z-index: 2;
  background: url(../images/label-arrow.png) no-repeat;
  background-size: 12px;
}

.range-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.modal.pop-up.normal-pop-up .modal-body a.btn-link {
  color: #003333;
  text-decoration: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* login page css */
.login-bg {
   background-image: url(../images/mw-simulation-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
body.login-bg main.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 !important;
    min-height: 100vh;
}
body.login-bg img {
    max-width: 100%;
}
body.login-bg button, body.login-bg input, body.login-bg optgroup, body.login-bg select, body.login-bg textarea {
    padding: 13px;
}
body.login-bg .form-card input[type="checkbox"], body.login-bg .form-card input[type="radio"] {
    padding: 8px !important;
}
body.login-bg .card.green img {
    width: 18px;
}
body.login-bg .card.green time {
    padding: 6px;
}
body.login-bg .card.green p {
    margin: 10px 0;
    font-size: 13px;
}


.four-cols, .three-cols, .two-cols,.five-cols  {
  display: grid;
  gap: 20px;
}

.two-cols {
  grid-template-columns: repeat(2, 1fr);
}

.three-cols {
  grid-template-columns: repeat(3, 1fr);
}

.four-cols {
  grid-template-columns: repeat(4, 1fr);
}
.five-cols {
  grid-template-columns: repeat(5, 1fr);
}
.setting-wrapper:not(.full) {
    width: 100%;
    max-width: 100%;
}
.resources .head {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 46px;
  margin-bottom: 20px;
}
.spending-budget-financial .col-md-4 {
  flex: 0 0 auto;
  width: 31%;
}
#top-spending-location-outer .card {
    align-items: center;
    justify-content: space-between;
}

.spending-budget-financial #budget-comparison-outer {
  flex: 0 0 auto;
  width: 38%;
}
.spending-budget-financial .card {
height: 100%;
}
.spending-locations.owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  justify-content: space-between;
  height: 0;
  padding: 0;
  margin: 0;
}
.spending-locations.owl-carousel .owl-nav button {
  width: auto;
  height: 20px;
  padding: 14px 8px !important;
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.spending-locations.owl-carousel .owl-nav button:hover {
  background: var(--highlight-green);
}
.spending-locations.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed !important;
}
.spending-locations .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px 5px;
}
.arrow-bottom {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}
#bar-graph g.y-labels {
  display: none;
}
.element .jchart {
  display: inline-block;
  width: 220px;
  height: 220px;
  vertical-align: top;
  margin-bottom: 30px;
}
    .jchart__summary{
        font-size: 4px !important;
    }

.spending-locations .item .spending-data-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 18px;
}
.spending-locations .item .spending-data-wrapper:last-child {
  margin-bottom: 0;
}

.spending-locations .spending-data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 16px;
}
.spending-locations .spending-data .spending-icon {
  width: 20px;
  text-align: center;
}
.spending-locations .spending-data p {
    margin: 0;
}

.spending-locations .spending-data h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
}
.value {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.dot-highlight:before, .dot-primary:before, .dot-warning:before, .dot-light-green:before, .dot-secondary:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: 0px;
}
.dot-highlight::before {
    background: var(--highlight-green);
}
.dot-primary::before {
  background: var(--primary-color);
}
.dot-warning::before {
  background: var(--theme-orange);
}
.dot-light-green::before{
  background: var(--mw-light-green);
}
.dot-secondary::before{
  background: var(--secondry-color);
}
.budget-head, .budget-head * {
  text-align: center;
}

.budget-head h6 {
  display: inline-block;
  margin-bottom: 4px;
}
.budget-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px;
  grid-gap: 10px;
}
.badge-primary {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 5px 10px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
}

.badge-primary svg {
  width: 10px;
  margin-bottom: 2px;
}
.badge-highlight {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 5px 10px;
  background: var(--highlight-green);
  color: var(--primary-color);
  border-radius: 20px;
}

.badge-highlight svg {
  width: 10px;
  margin-bottom: 2px;
}
.badge-highlight path {
  fill: var(--primary-color);
  color: var(--primary-color);
}
.resources h4,
.card.primary {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.15px;
}
.fw-semibold{
  font-weight: 600 !important;
}
.text-12{
  font-size: 12px;

}
.home-financial-planning img {
    max-height: 70px;
}

.home-financial-planning .content-box {
    display: flex;
    flex-direction: column;
}
.home-financial-planning .img-box {
    margin-bottom: 0 !important;
    height: auto !important;
}

.home-financial-planning .img-box img {
    margin-bottom: 20px !important;
}
.home-financial-planning .card {
    justify-content: space-between;
    width: 100%;
}
.home-financial-planning .owl-stage, .home-financial-planning .owl-stage .owl-item {
    display: flex;
}

.resources .see-more {
  font-weight: 600;
  font-size: 12px;
  float: right;
}
.financial-tab-btn-wrapper {
  margin: 25px 0 40px;
}


.main-content-wrapper .tabs-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}
#top-spending-location-outer button.tab-btn {
  padding: 7px 5px;
  font-size: 12px;
  border: none !important;
  flex-grow: 1;
  width: 100%;
  background: #DFEAE6;
}

#top-spending-location-outer .tabs-wrapper {
  width: 100%;
  padding: 0 6px;
  gap: 8px;
  margin-bottom: 20px !important;
}
.main-content-wrapper .tabs-wrapper button.tab-btn {
  width: auto;
  padding: 10px 40px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  background: #EDEDED;
  color: var(--primary-color);
  border: 1px solid rgba(102, 102, 102, 0.25) !important;
  font-size: 14px;
}

.main-content-wrapper .tabs-wrapper button.tab-btn.active {
  background: var(--primary-color) !important;
  color: var(--mw-white);
  border-color: var(--primary-color) !important;
}
.top-spending-categories .tabs-wrapper button.tab-btn {
  background: var(--grey-green-light);
  border: none !important;
  width: 50%;
}
.top-spending-categories .tabs-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}

.financial-planning .listing {
    padding: 0 !important;
    box-shadow: none !important;
}

.financial-planning .listing .four-cols {
    display: flex;
    justify-content: flex-start;
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
    background: transparent;
}

.financial-planning .listing .four-cols .card {
  width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
  align-items: center;
  grid-gap: 15px;
  padding: 16px;
}

.financial-planning .listing .four-cols .card .img-box {
    margin: 0;
}

.financial-planning .listing .four-cols .card hr {
    display: none;
}

.financial-planning .listing .four-cols .card p {
    text-align: left;
    font-weight: 700;
}

.financial-planning .listing .four-cols .card h3 {
    text-align: left;
}

.financial-planning .listing .four-cols .card .content-box {
    text-align: right;
    width: inherit;
}
.video-section {
  background: #fff;
  box-shadow: 0 0 15px 5px rgb(28 39 49 / 8%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 45%;
  width: 100%;
}
.text-left {
  text-align: left !important;
}
.video-section.contain .video-poster img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.video-section.contain .play-btn svg path {
  fill: rgba(0,0,0,0.6);
}
.video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-wrapper {
  width: 100%;
  text-align: center;
}
.video-wrapper video {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  cursor: pointer;
}
.video-content {
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}
.video-section.course-video {
  min-height: 600px;
  padding-bottom: 0;
}
.video-content span {
    font-size: 10px;
    font-weight: 400;
}
.video-badge {
  position: absolute;
  top: 18px;
  right: 12px;
  padding: 8px 10px;
  background: var(--highlight-green);
  border-radius: 50%;
}

.video-badge svg {
  width: 12px;
  height: 12px;
}

.video-wrapper.player .bottom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 7;
    padding: 0 15px;
    transform: translate(0);
    opacity: 1;
    transition: all 0.3s ease;
}

.video-wrapper.player .bottom-controls .toggle-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 7;
}
.video-wrapper.player .bottom-controls .toggle-controls button.player_button {
  margin: 12px 4px;
  width: auto;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.video-wrapper.player .bottom-controls .toggle-controls button.player_button:not(.toggle):active {
  opacity: 0.6;
}

.video-wrapper.player .bottom-controls .toggle-controls button.player_button:hover {
  opacity: 1;
}
.video-wrapper.player .right-controls .player_button.screenSize {
  position: absolute;
  top: 12px;
  right: 13px;
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  z-index: 7;
  transform: translate(0);
  opacity: 1;
  transition: all 0.3s ease;
}
.video-wrapper.player .right-controls .player_button.screenSize svg {
  width: 100%;
  height: 100%;
}
.video-wrapper.player .right-controls .volume-controls {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  right: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  z-index: 7;
  width: 26px;
  display: flex;
  flex-direction: column-reverse;
  padding: 9px 1px;
  opacity: 1;
  transition: all 0.3s ease;
}
.video-wrapper.player .right-controls .volume-controls button {
  padding: 0;
  width: auto;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
}
.range-wrapper {
  position: relative;
  height: 120px;
}
.video-wrapper.player .right-controls .volume-controls input.player_slider {
  padding: 0;
  margin: 0px;
  -webkit-appearance: none;
  border: none;
  overflow: hidden;
  transform: rotate(-90deg);
  transform-origin: left center;
  width: 110px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 11px;
  border-radius: 30px;
  cursor: pointer;
}
.video-wrapper.player .right-controls .volume-controls input.player_slider::-webkit-slider-runnable-track{
 background: #C4C4C4;
 border-radius: 100px;
 overflow: hidden;
}
.video-wrapper.player .right-controls .volume-controls input.player_slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  background: #FFF!important;
  border-radius: 100px;
  width: 10px;
  height: 13px;
  border: none;
  box-shadow: -206px 0 0 200px #fff;
}
.video-wrapper.player .right-controls .volume-controls input.player_slider::-moz-range-track{
  background: #C4C4C4;
  height: 12px;
  border-radius: 100px;
  overflow: hidden;
 }
.video-wrapper.player .right-controls .volume-controls input.player_slider::-moz-range-thumb {
  background: #FFF!important;
  border-radius: 100px;
  width: 10px;
  height: 13px;
  border: none;
  box-shadow: -206px 0 0 200px #fff;
}

.video-wrapper.player .bottom-controls .progress-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 7;
}

.video-wrapper.player .bottom-controls .progress-controls [class^="time"] {
    width: 40px;
    color: #fff;
}

.video-wrapper.player .bottom-controls .progress-controls .progress-range {
    width: calc(100% - 80px);
    background: rgba(255,255,255,0.7);
    height: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.video-wrapper.player .bottom-controls:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 135%;
    background: linear-gradient(0deg, #003333 0%, rgba(0, 51, 51, 0) 100%);
    z-index: 6;
}

.video-wrapper.player .bottom-controls .progress-controls .progress-range .progress-bar {
    height: 100%;
    border-radius: 10px !important;
    background: var(--highlight-green);
    position: relative;
    overflow: visible;
}

.video-wrapper.player .bottom-controls .progress-controls .progress-range .progress-bar:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FBFBFD;
    border-radius: 20px;
    border: 1px solid #33CC99;
}
.additional-resources div[class^="col-"]:not(:last-child) {
  margin-bottom: 24px;
}
.additional-resources {
  margin-top: 64px;
}
.additional-resources .video-section {
  height: 100%;
  padding-bottom: 60%;
}
.additional-resources h6 {
  margin-bottom: 15px;
}
li.card-item {
  flex-direction: column;
  align-items: stretch !important;
}

.accordion-body {
  padding: 0 !important;
  width: 100%;
}
.accordion-body table {
  width: 100%;
  margin-top: 10px;
  border: none;
}

.accordion .btn .price svg {
  transition: all 0.3s ease;
}

.accordion .btn:not(.collapsed) .price svg {
  transform: rotate(180deg);
}
li.card-item .collapse {
  width: 100%;
}
.accordion button.btn {
  margin: 0;
}
.accordion-body table td:last-child {
  text-align: right;
  font-weight: 500;
}

.accordion-body table td {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-body table tr:last-child td {
  border-bottom: none;
}
.financial-planning h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1.4rem;
}

.financial-planning .grow-portfolio .grow-card {
    background: #fff;
    box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
    border-radius: 10px;
    padding: 16px;
}

.financial-planning .grow-portfolio .grow-card a.budge.primary {
  margin-right: 0;
  margin-left: auto;
  background: var(--highlight-green);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}

.financial-planning .grow-portfolio .grow-card .grow-card-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.financial-planning .grow-portfolio .grow-card .grow-card-content .img-box {
  width: 40%;
}
.financial-planning .grow-portfolio .grow-card .grow-card-content .content-box {
  width: 60%;
}

.financial-planning .grow-portfolio .grow-card .grow-card-content img {
  width: 100%;
  max-width: 100%;
}
.financial-step.grow-tracking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}

.financial-step.grow-tracking .step-head {
  padding: 0;
  border: none;
}

.financial-step.grow-tracking .step-data-wrapper {
  width: 100%;
}
.financial-planning .grow-portfolio .grow-card .grow-card-content h3 {
    font-weight: 400;
    font-size: 18px;
}

button.btn-link {
    border: 0;
    padding: 0;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.financial-planning .grow-portfolio .grow-card .grow-btn {
    border-top: 1px solid rgba(26, 105, 79, 0.14);
    padding-top: 12px;
}

.financial-step-one {
  box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
}

.step-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}

.step-head .step-content {
  width: 100%;
  position: relative;
}

.step-content p {
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
}

.step-content-wrapper {
  padding: 16px 0;
}

.step-content-wrapper h5 {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

.step-content-wrapper div[class^="col"] {
  margin: 23px 0 23px;
  position: relative;
  padding: 0 25px;
}

.step-content-wrapper .row div[class^="col"]:nth-child(even) {
  padding-left: 32px !important;
  border-left: 1px solid rgba(26, 105, 79, 0.14);
}

.step-content-wrapper span.step-data-title {
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  line-height: 142.9%;
}

.step-content-wrapper span.step-data {
  display: block;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
}

.step-content-wrapper div[class^="col"]:after {content: "";bottom: -23px;right: -1px;width: calc(100% + -10px);background:rgba(26, 105, 79, 0.14);height: 1px;position: absolute;}

.step-content-wrapper .row div[class^="col"]:nth-child(even):after {
  left: -1px;
}

.step-content-wrapper > .row:not(:last-child) {
  margin-bottom: 23px;
}

button.btn-link:hover {
  color: var(--primary-color);
}
.financial-step {
  box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.other-steps-wrapper .financial-step:last-child {
  margin: 0;
}
.step-content a.budge.primary {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--highlight-green);
}


.step-data-wrapper .step-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-top: 15px;
}

.step-data-wrapper .step-data span.step-data-title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  
}

.step-data-wrapper .step-data span.step-data-value {
  font-family: Rubik;
font-size: 12px;
font-weight: 500;
line-height: 15px;
letter-spacing: 0.4000000059604645px;
text-align: left;

}

.step-bar span.bar-outer {
  display: block;
  width: 100%;
  height: 12px;
  background: #EDEDED;
  border: 1px solid rgba(102, 102, 102, 0.25);
  border-radius: 38px;
  position: relative;
}

.step-bar span.bar-inner {
  background: #66FFCC;
/* MW - Light Green */
  border: 1px solid #33CC99;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.step-data-wrapper button.btn-link {
  text-align: right;
  margin: 20px 0 10px;
}

a.budge {
  font-size: 10px;
  font-weight: 400;
  line-height: 23px;
}
.topic-categories-wrapper {
  margin: 35px 0 0;
}

.topic-categories-wrapper > h6 {
  margin-bottom: 16px;
}
.topic-category {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(7, 0, 105, 0.08);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px;
}

.topic-category .category-head {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-body {
  padding-top: 6px;
}
.topic-category .category-head button.toggle-icon {
  padding-left: 6px;
}
.topic-category .category-head.active .toggle-icon {
  transform: rotate(-180deg);
}

.topic-category .category-head .category-title {
  margin: 0;
}

.category-body .category-need {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
}


.category-body .category-need p {
  margin: 0;
  color: #585858;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.category-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 12px;
}


.category-foot p {
  margin: 0;
}

.topic-category-wrapper {
  margin-bottom: 40px;
}

.new-category {
  text-align: center;
}

.new-category button.new-category {
  padding: 16px;
}
.btn-brd-none{
  padding: 0;
  width: auto;
  border: 0;
  outline: 0;
  transition: all 0.3s ease;
}
#top-spending-chart-outer canvas.half-donut-chart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100% !important;
  z-index: 9;
}
div#top-spending-chart-outer a.btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
  padding: 0;
  border: none;
  position: relative;
  z-index: 9;
}
div#top-spending-chart-outer ul.list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 4px;
}
div#top-spending-chart-outer ul.list-group li {
  width: calc(50% - 10px);
  box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
}
#top-spending-chart-outer a.mobile-none.btn {
  margin-bottom: 40px;
}
.non-spending-list {
  margin-top: 24px;
}

.non-spending-list ul.non-spending {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 4px;
  gap: 20px;
  margin: 0;
}

.non-spending-list ul.non-spending li.item {
  border: none;
  width: calc(50% - 10px);
  padding: 16px 16px 16px 8px;
  border-radius: 10px;
  background: rgba(218, 218, 218, 0.40);
  box-shadow: 0px 2px 6px 0px rgba(28, 39, 49, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.non-spending-list ul.non-spending .item .item-label {
  display: flex;
  align-items: center;
  color: #030E0D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.15px;
}

.non-spending-list ul.non-spending .item .item-label .icon {
  width: 28px;
  height: 25px;
  margin-right: 8px;
}

.non-spending-list ul.non-spending  .price {
  margin: 0;
  color: #030E0D;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.15px;
}

.non-spending-list h5 {
  margin-bottom: 24px;
}
.carousel-wrapper {
  position: relative;
}
.spending-category.owl-carousel.owl-theme + .owl-nav-btn {
  display: none;
}

.spending-category.owl-carousel.owl-theme.owl-loaded + .owl-nav-btn {
  display: flex;
}

div#top-spending-chart-outer .owl-nav-btn {
  width: 60%;
}
.resources .card,
.financial .listing,
.card.cta,
 .card.primary,
 .list-group.card-list li {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgb(28 39 49 / 8%);
  border-radius: 10px;
  padding: 12px;
}

.resources .card .img-box {
  width: 100%;
  height: 165px;
  border-radius: 8px;
  overflow: hidden;
}
.courses .lession-row .img-box {
  border-radius: 0;
}
.resources-article .card .img-box * {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

.resources-article .card .img-box {
  border-radius: 8px;
  background: rgba(51, 204, 153, 0.6);
  padding: 10px;
}

.resources .card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.resources .card ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.resources .card ul li a {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
a.bookmark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #DFEAE6;
  border-radius: 100px;
}

a.bookmark svg {
  opacity: 0.6;
}
.bookmark-wrapper .bookmark-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.bookmark-wrapper .bookmark-input:checked + a.bookmark {
  background: var(--highlight-green);
}

.bookmark-wrapper .bookmark-input:checked + a.bookmark svg {
  opacity: 1;
}
.courses .content-box .courses-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.courses .lession-row .img-box-lg img {
  width: 100%;
  height: auto;
}
/*.courses .content-box span {
  font-size: 10px;
  line-height: 20px;
}*/
body.resources-default .listing {
  margin: 20px 0 0;
}
.resources .col-6 h4 {
  margin: 0;
}
.courses .lession-row .img-box-lg {
  width: 100%;
}
.bookmark-wrapper {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: 28px;
  height: 28px;
}

.resources .card h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.15px;
}
.resources:not(.courses) .card .content-box {
    flex-grow: 1;
    padding-bottom: 30px;
    position: relative;
}

.resources:not(.courses) .card .content-box .time {
    position: absolute;
    bottom: 0;
    right: 0;
}
.resources .card .time {
  background: var(--primary-color);
  color: #fff;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  width: max-content;
  float: right;
  gap: 5px;
  font-size: 12px;
}
.resources.badge-bottom .card {
  padding-bottom: 15px;
}

.resources.badge-bottom .card .content-box {
  padding-bottom: 30px;
  position: relative;
  flex-grow: 1;
}

.resources.badge-bottom .card .content-box .time {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.courses .card {
  padding: 0;
  overflow: hidden;
}

.courses .lession-row {
  display: flex;
  position: relative;
}

.courses .lession-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  color: #fff;
}

.bg-primary {
  background: #003333 !important;
}

.bg-secondary{
  background: #33CC99 !important;
}

.bg-blue {
  background: #66CCFF !important;
}
.object-contain, .object-contain img {
  object-fit: contain !important;
}
.courses .listing .card .lession-content.theme-primary {
  background: var(--primary-color);
}
.courses .lession-number {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.15px;
}

.courses .lession-name {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.15px;
  margin-top: 10px;
}

.courses .lession-row .lession-content, .courses .lession-row .img-box {
  flex: 0 0 50%;
}

.courses .content-box {
  padding: 15px;
}

.courses .content-box ul {
  margin-top: 0px;
}
.resources-categories .categories-main-wrapper .categories-wrapper {
  width: 87%;
  float: left;
}

.resources-categories .categories-main-wrapper  > .btn {
  margin-left: 20px;
}
.resources-categories .categories-main-wrapper .btn {
  border-radius: 50px;
  width: auto;
  padding: 6px 14px 7px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13px;
  height: 36px;
}
.resources-categories .categories-main-wrapper, .resources-categories .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.resources-categories .categories-main-wrapper {
  justify-content: space-between;
}
.categories-main-wrapper .search-toggle {
  margin-left: auto !important;
}

.resources-categories .categories-wrapper .btn {
    margin-right: 20px;
}

.resources-categories .categories-wrapper .btn.active {
    background: var(--primary-color) !important;
    color: var(--mw-white) !important;
}
.search-bar input[type="search"] {
  border: 1px solid #DFEAE6;
  border-radius: 100px;
  padding: 10px 38px;
  outline: none;
  margin: 0;
  height: 36px;
}

.search-bar input[type="search"]::placeholder{
  color: #585858;
  font-weight: 500;
}
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.resources-categories {
  position: relative;
}

.resources-categories .search-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.search-bar .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar .close-search-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 20px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
/*Resources - default*/

.resources.courses .course-category {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 8px 15px;
  border-radius: 0 10px 0 0;
}

.resources.courses .course-category p {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: unset;
}

.resources.courses .lession-row .bookmark-wrapper {
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
}
/*****/
.head.accounts .slide-btn {
  transition: all 0.3s ease;
  transform: rotate(0);
}

.head.accounts.active .slide-btn {
  transform: rotate(180deg);
}
/* financial listing */
.relative {
  position: relative;
}

.financial .see-more {
  position: absolute;
  right: 15px;
  top: 10px;
}

.financial .listing {
  padding: 25px;
}

.financial .listing .card {
  background: var(--grey-green-light);
  border: none;
  padding: 16px;
  text-align: center;
}

.financial .listing .card .budge {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #66FFCC;
}

.financial .listing .card .img-box {
  margin: 20px 0;
}

.financial .listing .card p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.financial .listing .card h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.financial .listing .card hr {
  border-top: #585858 1px solid;
}

.financial .listing .card .btn {
  color: var(--primary-color);
  font-weight: 700;
  padding: 0;
}

.financial .head {
  margin-bottom: 15px;
}

a.budge {
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  width: max-content;
}

a.budge.primary {
  background: var(--primary-color);
  color: #fff;
}

a.budge.secondry {
  background: var(--light-green);
  color: var(--primary-color) !important;
}

.cta-boxes {
  margin-top: 35px;
  margin-bottom: 45px;
}

.card.cta {
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 110px;
  overflow: hidden;
}
.cta-boxes .card.cta {
  min-height: auto;
}
.cta-boxes .content-box h5{font-family: 'Roboto', sans-serif;}
.card.cta .close {
  position: absolute;
  top: 10px;
  right: 12px;
}

.card.cta .img-box {
  max-width: 25%;
  flex: 0 0 25%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.card.cta .content-box {
  max-width: 75%;
  flex: 0 0 75%;
  padding: 10px;
}

.card.cta .content-box h4 {
  font-size: 20px;
  margin: 0;
}

.card.cta .content-box p {
  margin: 0;
}

.card.cta .content-box .btn {
  padding: 0;
  font-size: 10px;
  line-height: 125%;
  letter-spacing: 1px;
  text-align: right;
  float: right;
}
.card.cta .content-box.flex-grow-1 {
  flex: 0 0 auto;
  width: auto;
  max-width: unset;
}
.card.cta.primary {
  background: var(--primary-color);
  color: #fff;
}

.card.cta.primary a {
  color: #fff;
}

.card.cta.secondry .img-box {
  background: #66FFCC;
  border-radius: 0;
}

.card.cta.secondry .content-box {
  padding-left: 20px
}

.card.cta a.budge {
  margin: 8px 0 !important;
}
.cta.curve-primary {
  position: relative;
}

.cta.curve-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  background-image: url("data:image/svg+xml,%3Csvg width='213' height='302' viewBox='0 0 213 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='106.5' cy='151' rx='106.5' ry='151' fill='%2366FFCC'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
}

.cta.curve-primary > * {
  z-index: 2;
}
.top-spending-chart{
  background: url(../images/top-spending-chart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 136px;
  text-align: center;
  padding-top: 60px;
}

.top-spending-chart ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-spending-chart ul p{
  content: 16px;
}
.top-spending-chart ul h3 {
  font-size: 34px;
}
.top-spending-chart ul p, .top-spending-chart ul h3{
  text-align: center;
  margin: 0;
}

.top-spending-chart .see-more{
  margin-top: 30px;
  font-size: 13px;
}


.list-group{
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    align-items: center;
}
.list-group li .icon {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  overflow: hidden;
  width: 25px;
}
.list-group li .icon img {
    max-height: 100%;
}
.btn.btn-primary {
  border-radius: 100px;
  background: var(--primary-color);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.btn.btn-primary:hover {
  background: var(--secondry-color);
  border-color: var(--secondry-color);
  color: var(--primary-color);
}
.financial-snapshot .list-group li .icon {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  background: #C2F0E0;
  width: 35px;
  flex: 0 0 35px;
}
.list-group li .content{
  line-height: 15px;
  flex: 0 0 65%;
  padding-left: 15px;
}

.list-group li .content h5{
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #030E0D;
}

.list-group li .content small{
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  line-height: 1;
}
.list-group li .price {
  font-size: 14px;
  color: #030E0D;
  margin-left: auto;
}

.list-group.card-list {
  gap: 20px;
}
.list-group.card-list li{
  padding: 16px 16px;
}

.list-group .green h5:before,
.list-group .orange h5:before,
.list-group .sky-blue h5:before,
.list-group  .blue h5:before{
  content: '\ ';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 5px;
}

.list-group .green h5:before{
  background: #33CC99;
}
.list-group .orange h5:before{
  background: #F89856;
}
.list-group .sky-blue h5:before{
  background: #66CCFF;
}
.list-group  .blue h5:before{
  background: #342CAE;
}
.list-group li .content .top-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
}

.list-group li .content .top-head .amount-left {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
   /* 15px */
  letter-spacing: 0.4px;
  display: block;
}

.list-group li .content {
  flex-grow: 1;
  padding-right: 5px;
}
.spending-category .list-group li .icon {
    height: 21px;
    border: none;
    border-radius: unset;
    overflow: visible;
}

.list-group li .content  .progress-bar {
  border-radius: 10px;
  background: #8C8D8E;
  margin-bottom: 9px;
}

.list-group li .content .progress-bar .progress-inner {
  display: inline-block;
  min-width: 5px;
  height: 4px;
  background: var(--highlight-green);
  border-radius: 5px;
  width: 0;
}

.list-group li .content .bottom-content {
  display: flex;
  justify-content: space-between;
}

.list-group li .content .bottom-content span {
  color: rgba(0, 0, 0, 0.50);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
  letter-spacing: 0.4px;
}

.list-group li .content .top-head h5 {
  color: #030E0D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.15px;
}
.list-group li .price a {
  display: inline-block;
  padding-left: 18px;
}
.financial-snapshot .list-group li:not(:last-child){
  border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.financial-snapshot .list-group li .content {
  padding-right: 2%;
  padding-left: 8px;
  flex-grow: 1;
  flex: 0 0 auto;
}
.financial-snapshot .list-group li .content h5 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}
.financial-snapshot .list-group li .price{
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}
.financial-snapshot .list-group li .price svg{
  margin-left: 8px;
}
button.outline-btn {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin-top: 0;
}
.security-que {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  transition: all 0.2s ease;
  min-height: 100%;
}

input.hide-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.form-creation {
  padding: 40px 60px;
  background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}
.grow-center {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#enter-goal form.enter-goal-form {
  width: 100%;
}

#enter-goal form.enter-goal-form textarea {
  width: 100%;
  height: 180px !important;
  resize: none;
  padding: 20px 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.25px;
  border-width: 2px;
  border-color: #000;
  margin-bottom: 24px;
}

#enter-goal form.enter-goal-form textarea:focus {
  border-color: #3C9;
  outline-color: #3C9;
}

#enter-goal .goals-desc {
  color: #B3B3B3;
  max-width: 290px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

#enter-goal .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

#enter-goal .cta-wrapper button.btn {
  width: auto;
  padding: 12px 30px;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 2px 10px;
}
.security-que-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -20px;
}

.security-que-wrapper > * {
  margin: 0 20px;
  margin-bottom: 25px;
}

.security-que p {
  text-align: center;
}

.security-que svg {
  margin-bottom: 5px;
}

.security-que-wrapper input.hide-input:checked + .security-que {
  background: rgba(133, 255, 214, 0.34);
}
.btn{
  transition: all 0.3s ease;
}
.btn-theme-primary {
  background: var(--primary-color);
  color: #fff !important;
}
.btn-theme-primary:hover {
  transform: scale(1.1);
  color: #fff;
}
.list {
  list-style-type: none;
}

.list-check {
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 40px;
}

li.list-check:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='19.5' cy='19' rx='19.5' ry='19' fill='%23003333'/%3e%3cpath d='M16.9203 26.5112C16.71 26.7227 16.4231 26.8409 16.125 26.8409C15.8268 26.8409 15.54 26.7227 15.3296 26.5112L8.97784 20.1584C8.31859 19.4991 8.31859 18.4304 8.97784 17.7722L9.77321 16.9769C10.4325 16.3176 11.5001 16.3176 12.1593 16.9769L16.125 20.9425L26.8406 10.2269C27.4998 9.56761 28.5686 9.56761 29.2267 10.2269L30.0221 11.0222C30.6813 11.6815 30.6813 12.7502 30.0221 13.4084L16.9203 26.5112Z' fill='%2385FFD6'/%3e%3c/svg%3e");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.loading-bar-wrapper {
  width: calc(100% + 120px);
  margin: 0 -60px;
}

.loading-bar-wrapper .loading-bar {
  width: 100%;
  height: 8px;
  background: #dce7fd;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
span.loading-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #2d64f2;
  animation: barLoading 1.6s infinite;
  animation-timing-function: ease;
}
.loading-bar-wrapper .loading-bar:last-child span.loading-item {
  animation-delay: 0.8s;
  left: -50%;
}
@keyframes barLoading {
  0%{
    left: -50%;
  }
  100%{
    left:100%;
  }
}
.modal-auto .modal-body {
  padding: 28px 25px;
}
.modal-head h4 {
  font-size: 22px;
}

.modal-auto .modal-body .transaction-name p {
  text-align: center;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
  color: var(--primary-color);
}

.modal-auto .modal-body .transaction-name p:last-child {
  font-size: 48px;
}
.modal-content {
  border-radius: 14px;
}
.transaction-label {
  background: #FFFFFF;
/* Shadow */
  box-shadow: 0px 0px 16px rgba(79, 79, 79, 0.08);
  border-radius: 8px;
  padding: 8px 15px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.icon-wrapper {
  background: var(--light-green);
  border-radius: 6px;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.transaction-label .label-name {
  display: inline-flex;
  align-items: center;
}

p.type-label {
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

.transaction-detail p:last-child {
  color: #030E0D;
  margin: 0;
  font-size: 16px;
}

.modal-auto .row [class^="col"] {
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
  padding-top: 14px;
  padding-bottom: 14px;
}
.modal-auto .row [class^="col"]:last-child{
  border-bottom: 0 !important;
}
.transaction-detail-input {
  display: flex;
  justify-content: space-between;
}

.transaction-detail-input p {
  margin: 0;
  color: #030E0D;
  font-size: 16px;
  line-height: 1.5;
}
.modal-auto .modal-dialog {
  max-width: 420px;
}
.modal-head * {
  text-align: center;
  margin-bottom: 0;
}

.modal-head p {
  font-size: 16px;
}

.transaction-filter p:last-child {
  margin-top: 4px;
  font-size: 16px;
}
.modal-head {
  margin-bottom: 30px;
}

.transaction-filter {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border:0;
  transition: all 0.3s ease;
}
.trans-account {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 16px;
}

.trans-account .label-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trans-account .label-name .icon {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  max-width: 32px;
}

.trans-account .label-name .content {
  line-height: 15px;
  padding-left: 15px;
}

.trans-account .label-name h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #030E0D;
  margin-bottom: 3px;
}

.trans-account .label-name small {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  line-height: 1;
}
.transaction-filter p {
  margin: 0;
}

.datetimepicker-wrapper .datetimepicker {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border: none !important;
    box-shadow: 0px 2px 6px rgba(28, 39, 49, 0.08);
    border-radius: 8px;
    margin-bottom: 26px;
}

.datetimepicker-wrapper .datetimepicker .datepicker-nav {
    background: transparent !important;
    color: #000 !important;
    border-bottom: 1px solid rgba(26, 105, 79, 0.14);
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
}

.datetimepicker-wrapper .datetimepicker .datepicker-nav button {
    flex: 0 0 0;
    color: #000 !important;
    box-shadow: none;
    background: transparent;
}

.datetimepicker-wrapper .datetimepicker .datepicker-nav-month-year * {
    color: #000 !important;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 125%;
}

.datetimepicker-wrapper .datetimepicker .datepicker-nav button:focus {
    box-shadow: 0 0 0 0.125em rgba(0,0,0,.08);
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date:not(.is-current-month) {
    opacity: 0;
    visibility: hidden;
}

.datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
    width: 1.6rem;
    height: 1.6rem;
    margin: 9px 0;
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
    color: #000 !important;
    background: #33CC99 !important;
    border-color: #33CC99 !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date:not(.datepicker-range) .date-item.is-today {
  color: #000 !important;
  background: #fff;
  border-color: #fff !important;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
    border-color: 1px solid #33CC99 !important;
}

.datepicker-date.datepicker-range.datepicker-range-start,.datepicker-date.datepicker-range.datepicker-range, .datepicker-date.datepicker-range.datepicker-range-end {
    background: transparent !important;
}

.datepicker-date.datepicker-range.datepicker-range-start button,.datepicker-date.datepicker-range .date-item, .datepicker-date.datepicker-range.datepicker-range-end button {
    color: #000 !important;
    background: #33CC99 !important;
    border-color: #33CC99 !important;
}
.datetimepicker-wrapper .datetimepicker .datepicker-nav button svg {
  stroke-width: 0.5px !important;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active, .datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active, .datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active, .datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
  background: #33CC99;
  border-color: #33CC99;
  color: #000;
}

.datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover, .datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover, .datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover, .datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
  border-color: #33CC99 !important;
}

button.btn.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
button.btn.btn-primary:hover {
  transform:scale(1.05);
}
.transaction-filter:hover {
  background: var(--highlight-green);
}
button.btn.btn-primary-outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
button.btn.btn-primary-outline:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.transaction-filter-wrapper button.btn {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  padding: 12px 10px;
}
.clr-highlight {
  color: var(--secondry-color);
}

.btn-none {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.modal-head .btn-none {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

/* Override Toastr warning message color */
.toast-warning {
  background-color: #F9AD78 !important;
  color: #000000 !important; /* Optionally change text color */
}

.toast-message { 
  white-space: normal !important;    /* Allow wrapping to the next line */
  word-break: break-word !important; /* Break long words if necessary */
  font-size: 14px;
}

.trans-category {display: flex;align-items: center;justify-content: space-between;padding: 16px 0;border-bottom: 1px solid rgba(26, 105, 79, 0.14);}

.transaction-categories span.type-check {
  width: 24px;
  display: block;
  height: 24px;
  margin-left: auto;
  border: 2px solid rgba(0, 51, 51, 0.3);
}

.transaction-categories .toggle-input {
  border-radius: 0;
}

.transaction-categories .toggle-input input:checked + .type-check {
  border-color: var(--secondry-color);
  background-position: center;
  background-size: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.86649 0.859857C9.22006 1.15449 9.26783 1.67996 8.97319 2.03353L4.95257 6.85827C4.56044 7.32883 3.8489 7.36111 3.41577 6.92798L1.07709 4.5893C0.751649 4.26386 0.751649 3.73622 1.07709 3.41079C1.40252 3.08535 1.93016 3.08535 2.2556 3.41079L4.11034 5.26553L7.69282 0.966554C7.98746 0.61299 8.51293 0.56522 8.86649 0.859857Z' fill='%2333CC99'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.trans-category:last-child {
  border-bottom: 0;
}
/****Single Spendings Categories*****/
.single-categories-charts {
    flex-direction: row;
    max-width: 900px;
    width: 100%;
    padding: 13px 12px 20px !important;
}

.analytic-list .analytic {
    text-align: center;
}

.analytic-list .analytic .thumb {
    border-radius: 6px;
    background: var(--light-green);
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 6px 8px 6px 6px;
    margin-bottom: 24px;
}

.analytic-list .analytic .title {
    color: #033;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    padding: 0 25px;
}

.analytic-list .analytic .top-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    align-items: center;
}

.analytic-list .analytic .top-head p {
    color: #030E0D;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

.analytic-list .analytic .top-head .amount-left {
    color: #000;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.analytic-list .analytic  .progress-bar {
    border-radius: 10px;
    background: #8C8D8E;
    margin-bottom: 5px;
}

.analytic-list .analytic .progress-bar span.progress-inner {
    display: inline-block;
    min-width: 5px;
    height: 4px;
    background: var(--highlight-green);
    border-radius: 5px;
    width: 0;
}

.analytic-list .analytic  .bottom-content {
    display: flex;
    justify-content: space-between;
}

.analytic-list .analytic .bottom-content .spent-value {
    color: #033;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.analytic-list .analytic .bottom-content .budget-value {
    color: #033;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.analytics-wrapper-nav {
    position: relative;
    width: 100%;
}

.analytics-wrapper-nav .analytics-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 100%;
}

.spending-analytics {
    width: 45%;
    padding: 30px 50px;
    border-right: 1px solid #E0E0E0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.spending-analytics .cta-wrapper {
    text-align: center;
    width: 100%;
}

.spending-analytics .cta-wrapper .primary-link {
    color: #033;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
}
.spending-graph {
  width: 55%;
  padding: 30px 40px;
}
.spending-graph .spending-monthly-nav {
  position: absolute;
  top: 68%;
  width: calc(100% + 20px);
  left: -10px;
}

.spending-graph-nav {
  position: relative;
}
.spending-graph .spending-monthly-nav button:disabled {
  display: none;
}

.spending-graph .spending-monthly-nav  button#analytic-next {float: right;}

.spending-graph .spending-monthly-nav svg {
  width: 10px;
  height: 14px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.spending-bar-data-wrapper {
  display: flex;
  gap: 20px;
  margin-top: -20px;
}

.spending-bar-data-wrapper .bar {
  flex: 1 0 0%;
  text-align: center;
}

.spending-bar-data-wrapper  .month-wrapper {
  color: #030E0D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}

.spending-bar-data-wrapper  .monthly-spent {
  color: #030E0D;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.15px;
  margin-bottom: 5px;
}

.spending-bar-data-wrapper .bar .badge svg {
  width: 20px;
} 

.spending-bar-data-wrapper .bar .badge {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.9%;
}
.spending-chart-data {
  position: relative;
  z-index: 1; 
}
/****Single Spending Categories End*****/
@media screen and (max-width:1199px){
  .top-spending-chart {
    height: auto;
    margin-bottom: 30px;
}
.right-side-bar-wrapper{
  display: none;
}
.main-content-wrapper {
  width: calc(100% - 128px);
}
.card.cta .content-box p {
  margin: 0 0 5px;
}
.resources-categories .categories-main-wrapper .categories-wrapper {
  width: calc(100% - 130px);
}
.spending-budget-financial .col-md-4:first-child {
  order: 3;
  flex: 0 0 auto;
  width: 100% !important;
}
.spending-budget-financial > .col-md-4 {
  flex: 0 0 auto;
  width: 50% !important;
}
.spending-budget-financial .col-md-4:not(:first-child){
  margin-bottom: 40px;
}
.lg-block{
  display: block !important;
}
.main-content-wrapper .setting-wrapper .security-tabs .tabs-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  flex-direction: column;
  z-index: 20;
  background: #fff;
  margin: 0;
  border: none;
  border-radius: 0;
  display: none;
}

.main-content-wrapper .setting-wrapper .security-tabs .tabs-wrapper .tab-btn {
  width: 100% !important;
  max-width: 100%;
  text-align: left;
  padding: 10px 10px !important;
  border: none !important;
  height: auto;
  min-height: auto ;
}
.video-wrapper video {
  object-fit: contain;
}
.financial-step.grow-tracking {
  flex-direction: column;
  gap: 10px;
}

.financial-step.grow-tracking .step-head {
  width: 100%;
  border-bottom: 1px solid rgba(26, 105, 79, 0.14);
  padding-bottom: 20px;
}
#step-plan .grow-portfolio div[class^="col-"]:not(:last-child), div#trackers > .row > div[class^="col-"]:not(:last-child){
  margin-bottom: 30px;
}
}

@media screen and (max-width:991px){
  .top-spending-categories .col-12:nth-child(2){
    margin-bottom: 30px;
  }
  .four-cols {
    grid-template-columns: repeat(2, 1fr);
}
.graph {
  max-width: 100%;
}
.spending-analytics {
  padding: 20px 30px;
}
}
@media(min-width:992px){
  .lg-mb-0{
    margin-bottom: 0 !important;
  }
}
@media(max-width:991px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .ipad-none {
    display: none;
  }
  .ipad-flex{
    display: flex !important;
  }

  .right-side-bar-wrapper {
    display: none;
  }
  .menubar-show .left-side-bar-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.left-side-bar-wrapper {
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform: translateX(-100%);
}
.main-content-wrapper {
  width: 100%;
  padding: 40px 30px;
  margin-left: 0;
}
.md-mb-4 {
  margin-bottom: 30px;
}
.transaction-table {
  overflow-x: auto;
}

.transaction-table table {
  width: 900px;
}

.dashboard-transaction .transaction-filters {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.dashboard-transaction .transaction-filters .search-transaction {
  width: 100%;
  order: 4;
}

.dashboard-transaction .transaction-filters .filter-tab {
  margin-left: auto;
  margin-right: 0;
}
.step-data-wrapper .row {
  flex-direction: column-reverse;
}
.topic-categories-wrapper {
  margin: 35px 0 30px;
}
#step-plan > .row {
  flex-direction: column-reverse;
  row-gap: 40px;
}

.form-card {
  padding: 25px;
}
.courses .lession-name {
  font-size: 16px;
}
.home-financial-planning .five-cols {
  grid-template-columns: repeat(3, 1fr);
}
.curve-primary img.w-auto {
  max-width: 80px !important;
}
}
@media(min-width:768px){
  div#step-plan .video-section {
    min-height: 340px;
}
.video-normal {
  min-height: 300px;
  width: 95%;
}
.dash-resources-tips .row.owl-carousel {
  display: flex;
  width: auto;
}
}
@media(max-width:767px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.15px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .desktop-none {
    display: block;
  }

  .mobile-none {
    display: none !important;
  }
  .mobile-block{
    display: block !important;
  }
  .setting-sidebar-wrapper .mobile-close {
    position: absolute;
    top: 45px;
    right: 25px;
}
.main-content-wrapper .page-title-wrapper h4 {
  font-size: 21px;
}
.accounts-wrapper {
  display: none;
}
  .left-side-bar-wrapper {
    padding-top: 20px;
}
.resources-categories.my-5 {
  margin-top: 0 !important;
}
.p-sm-0 {
  padding: 0 !important;
}
div#top-spending-chart-outer ul.list-group li {
  width: 100%;
}
.insights-spending-wrapper .row.owl-carousel > .owl-stage-outer {
  overflow: visible;
}
.row.owl-carousel.owl-theme.owl-loaded.owl-drag {
  box-shadow: none;
}
  .main-content-wrapper {
    padding: 0;
    width: 100%;
  }

  .main-content-wrapper .article-thumbnail-wrapper {
    padding: 0;
  }

  .main-content-wrapper .article-thumbnail-wrapper .article-thumbnail {
    padding-top: 12rem !important;
    border-radius: 0;
    padding: 16px 16px;
  }
  .main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static {
      flex-direction: column-reverse;
      align-items: flex-start;
  }
  .main-content-wrapper .article-thumbnail-wrapper .article-thumbnail.static .thumbail-graphic {
      padding-left: 24px;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 30px;
      min-height: 180px;
      justify-content: space-between;
  }
  .main-content-wrapper .article-thumbnail span.article-meta-date {
    position: relative;
    padding: 6px 10px;
  }
  
  .main-content-wrapper .article-thumbnail .thumnail-content p, .main-content-wrapper .article-thumbnail .thumnail-content h2 {
    margin-bottom: 10px;
  }

  .main-content-wrapper .key-takeaways {
    border-radius: 0;
    margin-bottom: 0;
  }

  .main-content-wrapper>.row {
    padding: 0;
  }

  .main-content-wrapper .article-content-main {
    padding: 44px 16px;
  }

  .Related-articles-wrapper.resources {
    padding: 0 0 0 16px;
  }

  .related-all-wrapper.owl-carousel .owl-stage, .financial .four-cols.owl-carousel .owl-stage , .financial .five-cols.owl-carousel .owl-stage, .resources .listing.owl-carousel .owl-stage {
    padding-left: 0 !important;
  }
  .spending-budget-financial > .col-md-4 {
    flex: 0 0 auto;
    width: 100% !important;
}
  .related-all-wrapper.owl-carousel {
    padding-bottom: 70px;
  }
  .step-content-wrapper .row div[class^="col"]:nth-child(even) {
    padding-left: 18px !important;
}
.step-content-wrapper div[class^="col"] {
  margin: 28px 0 26px;
  padding: 0 15px;
}
.step-content-wrapper div[class^="col"]:after {
  bottom: -28px;
}

  .main-content-wrapper .Related-articles-wrapper .related-article, .financial .four-cols.owl-carousel .owl-stage .card, .financial .five-cols.owl-carousel .owl-stage .card , .resources .listing.owl-carousel .owl-stage .card {
    margin-left: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.financial .five-cols.owl-carousel, .financial .four-cols.owl-carousel, .resources .listing.owl-carousel {
    margin-left: -16px;
    width: -webkit-fill-available;
    margin-right: -16px;
    margin-top: 0;
}
.financial .listing .card .img-box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

  .card.green {
    margin: 5px 0;
  }
  .budget-goal-card {
    flex-wrap: wrap;
}

.budget-goal-card .monthly-budget-wrapper {
    width: 100%;
    padding: 12px;
}

.budget-goal-card .saving-goal {
    width: 100%;
}

.monthly-budget-wrapper .top-header .top-thumb {
    width: 40%;
}

.monthly-budget-wrapper .top-header {
    margin-bottom: 8px;
}

.monthly-budget-wrapper .budget-info-card {
    width: 48%;
}

.monthly-budget-wrapper .budget-info-card .info-thumb {
    min-width: 12px;
    width: 25px;
    margin-right: 12px;
}

.insights-spending-wrapper .col-lg-4 {
    margin-bottom: 30px;
    margin-top: 0 !important;
}

.budget-goal-card {
    margin-bottom: 0;
}

.dash-resources-tips {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dash-resources-tips .col-md-4 {
    margin-bottom: 30px;
}

.financial.home-financial-planning {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.dash-resources-tips .row.owl-carousel {
  margin: 0 calc(calc(var(--bs-gutter-x) * -.5) * 2);
  width: auto;
}
.dash-resources-tips .top-head {
  margin-bottom: 5px;
}
.budgeting-steps-modal.modal.pop-up.normal-pop-up .modal-dialog .modal-body {
  padding: 30px 10px !important;
}
.non-spending-list ul.non-spending li.item {
  width: 100%;
}
.row.spending-budget-financial {flex-direction: column-reverse;}

.spending-budget-financial  div#top-spending-location-outer {
    margin-top: 45px;
}
.single-categories-charts {
  flex-direction: column;
  padding: 12px;
  max-width: 100%;
}

.single-categories-charts .spending-analytics {
  width: 100%;
  padding: 20px 10px;
  border-right: 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}

.spending-graph {
  width: 100%;
  padding: 20px;
}

.spending-graph .spending-graph-nav .chart-wrapper, .spending-graph .spending-graph-nav .spending-chart-data {
  width: 100% !important;
}
}
@media screen and (max-width: 767px) {
  .four-cols, .two-cols, .three-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-boxes {
    /* display: none; */
}
.xs-m-0 {
  margin: 0 !important;
}
.top-spending-categories .card {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 30px rgb(28 39 49 / 8%);
}
.spending-budget-financial #budget-comparison-outer .card {
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 30px 30px rgb(28 39 49 / 8%);
}
/* div#top-spending-location-outer {
  margin-top: 40px;
  order: 2;
  box-shadow: 0px 5px 30px rgb(28 39 49 / 8%);
} */
.main-content-wrapper .page-title-wrapper {
  border-bottom: none;
  margin: 30px 0 30px !important;
  padding-bottom: 0 !important;
}
.setting-sidebar-wrapper {
  padding: 0;
  border: none;
}

body.resources-default .resources.courses {
  margin-bottom: calc(3rem + 25px) !important;
}
body.resources-default .resources.courses .card {
  margin-bottom: 10px;
}
body.resources-article .main-wrapper {
  padding: 0;
}
.setting-sidebar-wrapper {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  padding: 40px 20px;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 99;
  display: none;
  flex-direction: column;
  overflow-y: auto;
}
.all-settings .setting-sidebar-wrapper {
  display: flex;
}
.main-wrapper {
  padding: 0 calc(1.5rem * .5) 60px;
}
.dashboard-transaction .transaction-filters .search-transaction {
  width: calc(100% - 54px);
}
.financial-tab-btn-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}
.resources-categories .categories-wrapper .btn {
  margin-right: 0px;
}

.financial-tab-btn-wrapper .tabs-wrapper {
  justify-content: center;
}

.financial-tab-btn-wrapper h6 {
  text-align: center;
}
.top-spending-category-detail .card.primary {
  flex-direction: column;
  align-items: center;
}
.top-spending-category-detail .spend-detail-graph {
  width: 70%;
  margin-bottom: 20px;
}
.top-spending-category-detail .card.primary .spend-detail-content {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 14px;
}
.top-spending-category-detail .card.primary .spend-detail-content-wrapper {
  width: 100%;
}
.main-content-wrapper .page-title-wrapper .col-md-6 {
  justify-content: space-between !important;
}
.top-spending-chart {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.view-all-spendings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.top-spending-categories .tabs-wrapper button.tab-btn {
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.video-section {
  padding-bottom: 90% !important;
  min-height: auto !important;
}
.quick-assesment {
  width: 90%;
}
.resources.courses .article-content-main {
  padding: 0 0;
  margin-bottom: 40px;
}
.video-wrapper.player .right-controls .volume-controls{
  display: none !important;
}
.video-content {
  right: 15px;
}
.resource.key-takes.mt-5 {
  margin-top: 0 !important;
}
.keys-wrapper .key-takeaways ul.key-takes-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -moz-column-count: 1;
  -moz-column-gap: 0em;
  -webkit-column-count: 1;
  -webkit-column-gap: 0em;
  column-count: 1;
  column-gap: 0em;
  margin-bottom: -10px;
}
.view-all-spendings button.btn-link {
  width: auto;
  padding: 0 20px;
}
.view-all-spendings * {
  margin: 0;
}
.financial .listing {
  padding: 0;
  box-shadow: none;
}
.row.head .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row.head a.see-more {
    position: relative;
    top: auto;
    right: auto;
    font-size: 17px;
    font-weight: 700;
}
.resources .head {
  margin-top: 30px;
  margin-bottom: 6px;
}
.home-financial-planning h5.text-center {
  text-align: left !important;
  width: 80%;
}
.row.head h5, .row.head h4 {
  margin: 0;
}
.financial .listing .card .img-box {
  height: 80px;
}
.notifications-wrapper {
  width: 85%;
  padding: 20px;
}
.form-creation {
  padding: 40px 30px;
}
.security-que-wrapper {
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -15px;
}
.security-que-wrapper > * {
  margin: 0 15px;
  margin-bottom: 20px;
}

.notifications-wrapper .card.cta {
  flex-direction: column;
}

.notifications-wrapper .card.cta .img-box {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 8px 20px;
  justify-content: flex-start;
}

.notifications-wrapper .card.cta .img-box img {
  width: 60px;
}

.notifications-wrapper .card.cta .content-box {
  max-width: 100%;
  flex: 0 0 auto;
}

.notifications-wrapper .card.cta .content-box h5 {
  font-size: 18px;
}
.card.cta.curve-primary {
  padding: 15px 20px !important;
}
.notifications-wrapper .content-box p {font-size: 13px;}
.curve-primary img.w-auto {
  margin-right: 30px;
}
.card.cta .content-box.flex-grow-1 {
  flex: unset !important;
}
.cta-boxes .curve-primary .content-box h5 {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 25px;
}
.card.cta .content-box p {
  max-width: 100%;
}
.card.cta .content-box a.btn {
  width: 100%;
  display: block;
  background: #003333;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  font-size: 14px;
  text-transform: capitalize !important;
}
li.list-check:before {
  height: 30px;
  width: 30px;
}
.list-check {
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 30px;
}
.loading-bar-wrapper {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
}

@media screen and (max-width: 480px) {
  .four-cols, .two-cols, .three-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.cta.primary {
    margin-bottom: 20px;
  }
}

.budget-comparison .update-btn button.btn:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.form-card fieldset label {
  top:23px;
  transform:none;
}


.form-card .pass-visible {
  top: 19px;
  transform: none;
}

.form-card input.error {
  color: #000;
  border-color: #FD4959 !important;
  outline-color: #FD4959 !important;
}

.form-card input.error + label {
  color: #FD4959;
}

.form-card input.error + * + label {
  color: #FD4959;
}

.form-card .pass-visible svg {
  height: 22px !important;
}