@font-face {
  font-family: 'Heebo';
  src: local('Heebo'), url(./fonts/Heebo-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Heebo-Italic';
  src: local('Heebo-Italic'), url(./fonts/Heebo-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Heebo-Bold';
  src: local('Heebo-Bold'), url(./fonts/Heebo-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: local('Poppins-Regular'), url(./fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}
.headernav {
  margin-left: '10%';
}
.btn {
  font-size: 14px;
  font-weight: normal;
  padding: 9px 15px;
  min-width: 110px;
  /* border-radius: 20px; */
  height: 40px;
}

.btn.btn-primary {
  background: #01a99d;
  color: #fff;
  border: 1px solid #01a99d;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #01a99d;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #01a99d;
  border-color: #01a99d;
}

.btn.btn-secondary {
  background-color: #01a99d !important;
  color: white;
  border: 1px solid #01a99d !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: #01a99d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: #01a99d;
}

.group-btns {
  max-width: 300px;
  margin: auto;
}

.group-btns .btn {
  float: left;
  width: 50%;
}

.group-btns .btn.btn-secondary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.group-btns .btn.btn-primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-wrapper .btn-signup,
.form-wrapper .btn-login {
  max-width: 62%;
  margin: auto;
}

.form-wrapper .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-wrapper .form-group .forget-link {
  display: block;
  text-align: right;
  padding-top: 5px;
}

.form-wrapper .form-group label {
  font-size: 16px;
  margin: 0 0 6px;
}

.form-wrapper .form-group .form-control {
  border: 0px;
  border-bottom:1px solid #cfcfcf !important;
  color: #3a5fa7;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 0px;
  padding: 0 15px;
  font-size: 14px;
  border-radius:0px !important
}

.form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: #3a5fa7;
  opacity: 0.4;
}

.form-wrapper .form-group .form-control:-ms-input-placeholder {
  color: #3a5fa7;
  opacity: 0.4;
}

.form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: #3a5fa7;
  opacity: 0.4;
}

.form-wrapper .form-group .form-control::-ms-input-placeholder {
  color: #3a5fa7;
  opacity: 0.4;
}

.form-wrapper .form-group .form-control::placeholder {
  color: #3a5fa7;
  opacity: 0.4;
}

.form-wrapper .form-group.field-has-icon .form-control {
  padding-right: 50px;
}

.form-wrapper .form-group.field-has-icon .field-icon {
  position: absolute;
  top: 40px;
  right: 20px;
  display: inline-block;
  width: 25px;
}

.form-wrapper .form-group.field-has-icon .field-icon.field-eye-icon {
  top: 12px;
  right: 16px;
}

.form-wrapper .form-group.field-has-icon .field-icon.field-eye-icon img {
  width: 28px;
}

.form-wrapper .form-group .code-fields-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.form-wrapper .form-group .code-fields-list li {
  float: left;
  padding: 0 5px;
  width: 60px;
}

.form-wrapper .form-group .code-fields-list li .form-control {
  /* border-radius: 10px; */
  height: 50px;
  border-color: #3c60ab;
}

.form-wrapper .form-group.error-field .form-control {
  background: #fbd1cf;
  border-color: #ad2825;
  color: #e89292;
}

.form-wrapper .form-btn .scanner {
  display: inline-block;
  width: 50px;
}

.form-wrapper .form-btn.login-form-btn {
  margin-top: 50px;
}

.form-wrapper .signup-info {
  color: #0b0022;
  padding-top: 20px;
  font-size: 20px;
}

.form-wrapper .signup-info a {
  color: #3a5fa7;
}

label.custom-chk {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.custom-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.custom-chk input:hover input ~ .checkmark {
  background-color: transparent;
}

label.custom-chk input:checked ~ .checkmark:after {
  display: block;
}

label.custom-chk input:checked ~ .checkmark {
  background-color: transparent;
}

label.custom-chk span {
  position: absolute;
  top: 11px;
  left: 0;
  height: 14px;
  width: 14px;
  /* border-radius: 2px; */
  background-color: transparent;
  border: 1px solid #3a5fa7;
}

label.custom-chk span:after {
  content: "";
  position: absolute;
  display: none;
}

label.custom-chk span.checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #3a5fa7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dash-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border: 1px solid #e1e4eb;
  padding: 30px 0;
  /* border-radius: 20px; */
  min-height: 100%;
}

.dash-sidebar .dash-logo {
  margin: 0 0 0px;
}

.dash-sidebar .sidebar-nav {
  background-color: #f5f6f8;
  padding: 0px 20px;
}

.dash-sidebar .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dash-sidebar .sidebar-nav ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 16px 8px 25px 70px;
  color: #3a5dac;
}

.dash-sidebar .sidebar-nav ul li a span {
  position: absolute;
  left: 0;
  top: 14px;
}

.dash-sidebar .sidebar-nav ul li a span .img-active {
  display: none;
}

.dash-sidebar .sidebar-nav ul li a:hover {
  color: #3a5fa7;
}

.dash-sidebar .sidebar-nav ul li a:hover {
  /* display: none; */
  /* background-color: silver; */
}

.dash-sidebar .sidebar-nav ul li a:hover .img-active {
  display: inline;
}
.img-normal {
  height: 30px;
}
.dash-sidebar .sidebar-nav ul li.active span .img-normal {
  display: none;
}

.dash-sidebar .sidebar-nav ul li.active span .img-active {
  display: inline;
}

.wrapper {
  background-color: #fdf9f7 !important;
}

.dashboard-main .dashboard-main-inner {
  background-color: #f2e7e0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border: 1px solid #e1e4eb;
  padding: 30px 20px;
  /* border-radius: 20px; */
}

.dashboard-main .dashboard-main-inner .goals-card-heading {
  position: relative;
  border-bottom: 1px solid #ebf2f7;
  padding: 0 0 30px;
  margin: 0 0 20px;
}

.dashboard-main .dashboard-main-inner .goals-card-heading h3 {
  font-size: 18px;
  color: #3a5fa7;
  margin: 0;
}

.dashboard-main .dashboard-main-inner .goals-card-heading .add-goals {
  position: absolute;
  right: 0;
  top: 10px;
  color: #3a5fa7;
  font-size: 18px;
}

.goal-box {
  /* background-color: #F0F1F2; */
  padding: 20px 10px;
  /* border-radius: 20px; */
  margin: 0 0 20px;
  border-bottom: 1px solid #cfcfcf !important;
  /* background-color: white !important; */
}

.goal-box .goal-box-info .goal-box-primary {
  margin: 0 0 5px;
}

.goal-box .goal-box-info .goal-box-primary h5 {
  font-size: 16px;
  margin: 0;
  color: #52575d;
}

.goal-box .goal-box-info .goal-box-primary h5 b {
  font-family: "Poppins-Regular";
}

.goal-box .goal-box-info .goal-box-primary h4 {
  font-size: 20px;
  margin: 0 0 2px;
  color: #52575d;
  font-family: "Poppins-Regular";
}

.goal-box .goal-box-info .goal-box-primary p {
  margin: 0;
  color: #969696;
  font-size: 12px;
}

.goal-box .goal-bar .goal-box-primary .progress {
  background: #ced7ed;
}

.goal-box .goal-bar .goal-box-primary .progress .progress-bar {
  background: #627db5;
}

.goal-box.goal-box-danger .goal-box-primary {
  background: #fce3e2;
  color: #af3834;
}

.goal-box.goal-box-danger h5,
.goal-box.goal-box-danger h4,
.goal-box.goal-box-danger .goal-box-primary p {
  color: #af3834;
}

.goal-box.goal-box-danger .goal-bar .progress .goal-box-primary {
  background: #f3b5b4;
}

.goal-box.goal-box-danger .goal-bar .progress .progress-bar .goal-box-primary {
  background: #af3834;
}

.dahboard-widget-sidebar .widget-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border: 1px solid #e1e4eb;
  padding: 30px 20px;
  /* border-radius: 20px; */
  margin: 0 0 20px;
}

.dahboard-widget-sidebar .widget-card.widget-avatar .avatar-img-box {
  width: 175px;
  height: 175px;
  border-radius: 100%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

.dahboard-widget-sidebar .widget-card.widget-avatar .avatar-img-box img {
  max-width: 100%;
}

.dahboard-widget-sidebar .widget-card.widget-avatar .avatar-info h4 {
  margin: 0;
  font-size: 18px;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
}

.dahboard-widget-sidebar .widget-card.widget-avatar .avatar-info p {
  margin: 0;
  font-size: 14px;
  color: #3a5fa7;
}

.dahboard-widget-sidebar .widget-card .widget-card-heading {
  border-bottom: 1px solid #ebf2f7;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
}

.dahboard-widget-sidebar .widget-card .widget-card-heading .w-card-notf {
  position: absolute;
  right: 0;
  top: 10px;
}

.dahboard-widget-sidebar .widget-card .widget-card-heading h3 {
  margin: 0;
  font-size: 16px;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
}

.heading-info-top {
  position: relative;
  margin-bottom: 20px;
}

/* .heading-info-top h1 {
  margin: 0;
  font-size: 42px;
  color: #3a5fa7;
} */

.heading-info-top ul.dash-top-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.heading-info-top ul.dash-top-list li {
  float: left;
  margin: 0 10px;
}

.heading-info-top ul.dash-top-list li a {
  width: 50px;
  height: 50px;
  text-align: center;
  /* display: block;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);

  line-height: 50px;
  position: relative; */
}

.heading-info-top ul.dash-top-list li a .notf-alert {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f6071f;
  top: 17px;
  left: 14px;
  border-radius: 100%;
}

.heading-info-top .notification-box {
  display: none;
  width: 300px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.heading-info-top .notification-box .notf-heading {
  padding: 0 0 20px;
  border-bottom: 1px solid #f1f1f3;
  margin: 0 0 10px;
}

.heading-info-top .notification-box .notf-heading h4 {
  margin: 0;
  font-size: 12px;
  color: #3a5fa7;
}

.heading-info-top .notification-box .notification-list {
  padding: 0 20px;
}

.heading-info-top .notification-box .notification-list .notf-row {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f3;
}

.heading-info-top .notification-box .notification-list .notf-row .notf-img {
  width: 40px;
  float: left;
}

.heading-info-top .notification-box .notification-list .notf-row .notf-img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.heading-info-top .notification-box .notification-list .notf-row .notf-detail {
  float: left;
  width: calc(100% - 40px);
  padding-left: 12px;
}

.heading-info-top
  .notification-box
  .notification-list
  .notf-row
  .notf-detail
  h5 {
  color: #4d4f5c;
  margin: 0 0 8px;
  font-size: 13px;
}

.heading-info-top
  .notification-box
  .notification-list
  .notf-row
  .notf-detail
  p {
  color: #808495;
  font-size: 11px;
}

.dash-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border: 1px solid #e1e4eb;
  padding: 30px 20px;
  /* border-radius: 20px; */
  margin: 0 0 25px;
}

.dash-card h2 {
  font-size: 24px;
  color: #3a5fa7;
  margin: 0 0 20px;
  font-family: "Poppins-Regular";
}

.dash-card p {
  margin-bottom: 20px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}

.dash-card .chart-detail {
  padding: 20px 0 0;
}

.dash-card .chart-detail h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
}

.dash-card .chart-detail h3 span {
  color: #707070;
  font-size: 12px;
}

.dash-card .chart-detail p {
  margin-bottom: 20px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}

.dash-card .table {
  margin-bottom: 0;
}

.dash-card .table tr th {
  font-weight: normal;
  font-size: 18px;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
  text-align: center;
  border: 0;
  background: #f5f6f8;
}

.dash-card .table tr td {
  /* color: #4d4f5c; */
  font-size: 13px;
  /* border-top: 1px solid #fff; */
  background: #f5f6f8;
  text-align: center;
}

.dash-card .socail-list-main {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dash-card .socail-list-main li {
  margin-bottom: 20px;
}

.dash-card .socail-list-main li:last-child {
  margin-bottom: 0;
}

.dash-card .socail-list-main li a {
  color: #3a5fa7;
  font-size: 18px;
}

.dash-card .socail-list-main li a .fa {
  margin-right: 0;
  font-size: 32px;
  width: 60px;
}

.dash-card.dash-card-small {
  padding: 10px 15px;
  text-align: center;
}

.dash-card.dash-card-small h3 {
  font-family: "Poppins-Regular";
  margin: 0 0 5px;
  font-size: 50px;
  color: #52575d;
  font-weight: normal;
  line-height: 1;
}

.dash-card.dash-card-small h3 span {
  font-family: "HelveticaNeueLight";
  font-size: 18px;
}

.dash-card.dash-card-small p {
  margin: 0;
  font-size: 20px;
  color: #52575d;
}

.dash-card.dash-card-small .icon-card-link {
  color: #3a5fa7;
  font-size: 24px;
}

.dash-card.dash-card-small .icon-card-link span {
  display: inline-block;
  margin-right: 10px;
}

.amount-boxes .amount-inner {
  max-width: 600px;
  margin: auto;
}

.amount-boxes .amount-inner .am-form-group {
  margin: 0 0 20px;
}

.amount-boxes .amount-inner .am-form-group .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #e1e4eb;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  /* border-radius: 6px; */
}

.amount-boxes .amount-inner .balance-box {
  padding: 12px;
  background: #fff;
  border: 1px solid #e1e4eb;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  /* border-radius: 6px; */
  text-align: center;
}

.amount-boxes .amount-inner .balance-box p {
  font-size: 18px;
}

.amount-boxes .amount-inner .balance-box h3 {
  font-size: 42px;
  margin: 0;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
}

.amount-boxes .amount-inner .balance-box h3 span {
  font-size: 24px;
}

.amount-boxes .amount-inner .balance-box .amount-control {
  border: 0;
  border-bottom: 2px solid #c5c9d3;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #3a5fa7;
  font-family: "Poppins-Regular";
  font-size: 30px;
}

.amount-boxes .amount-inner .balance-box .amount-control:focus {
  outline: 0;
}

.amount-boxes .amount-inner .amount-btn {
  padding: 40px 20px;
  text-align: center;
}

.amount-boxes .amount-inner .amount-btn .btn {
  max-width: 400px;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 20px;
  height: auto;
  /* border-radius: 40px; */
}

.amount-history-wrapper h2 {
  font-size: 32px;
  font-family: "Poppins-Regular";
  padding-left: 50px;
}

body.signup-page {
  background: url(../images/regPageBG.jpg) no-repeat 0 0;
  background-size: cover;
}

body.signup-page .reg-section .container {
  max-width: 500px;
}

body.signup-page .reg-section .container .reg-form-box {
  background: rgba(255, 255, 255, 0.9);
  /* border-radius: 10px; */
  width: 100%;
  padding: 30px 20px;
}

body.login-page {
  background: url(../images/login_background_image.jpg) no-repeat 0 0;
  background-size: 100% auto;
  font-family: "Poppins-Regular";
}

body.login-page .login-section .container-fluid {
  padding: 0;
  height: 100vh;
}

body.login-page .login-section .container-fluid .row {
  margin: 0;
  height: 100%;
}

body.login-page .login-section .container-fluid .row .col-md-4 {
  background: #fff;
}

body {
  margin: 0px;
  font-family: "Poppins-Regular";
  background-color: #fff;
}

html,
body {
  height: 100%;
}

ul.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}



.section-height-full {
  min-height: 100%;
}

.section-height-full .container {
  height: 100vh;
}

.section-height-full .container .row {
  height: 100%;
}

.modal.custom-modal .modal-dialog {
  max-width: 700px;
}

.modal.custom-modal .modal-dialog .modal-content {
  /* border-radius: 10px; */
  padding: 50px;
}

.modal.custom-modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}

.modal.custom-modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 38px;
  margin: 0 0 30px;
}

.modal.custom-modal .modal-dialog .modal-content .modal-body .modal-btns {
  padding-top: 30px;
}

.modal.custom-modal
  .modal-dialog
  .modal-content
  .modal-body
  .modal-btns
  .btn:first-child {
  margin-right: 20px;
}
/*# sourceMappingURL=style.css.map */

.btn.btn-primary {
  border-radius: 5px !important;
  border: 2px solid !important;
  border-color: #01a99d !important;
  background-color: #01a99d !important;
}
.btn-info {
  border-radius: 5px !important;
  border: 2px solid !important;
}
.btn-secondary {
  border-radius: 5px !important;
  border: 2px solid !important;
}

.form-control {
  border:0px;
  border-bottom: 1px solid #cfcfcf!important;
  /* border-color: #3a5fa7 !important; */
  border-radius: 0px !important;
}
.goals-card-heading > a {
  border-radius: 5px !important;
  /* border: 2px solid !important; */
}

body.login-page {
  background: url(../images/login_background_image.jpg) no-repeat 0 0 !important;
  height: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.login-inner-wrapper > .form-wrapper > .form-group .form-control {
  border: 0px !important;
  height: 50px;
  background-color: white;
}
.form-wrapper .form-group.field-has-icon .field-icon {
  top: 15px !important;
}
.tabborder{
  border : 0px !important;
}
.section.section-compare-goal
  .goal-tabs-wrapper
  .nav-tabs
  .nav-item
  .nav-link.active {
  /* border-radius: 12px !important; */
}
.section.section-compare-goal .bs-wrappegoal-tar .nav-tabs {
  border-radius: 5px !important;
}


.graph_data_value{
  position: absolute;
  right: 44%;
  left: 44%;
  top: 45%;
}
.graph_data_precentage{
  position: absolute;
  right: 44%;
  left: 44%;
  top: 50%;
}
@media (max-width: 2560px) {
  .headernav {
    margin-left: 20%;
  }
}
@media (max-width: 1440px) {
  .headernav {
    margin-left: 12%;
  }
}
@media (max-width: 1024px) {
  .headernav {
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .headernav {
    margin-left: 10%;
  }
  .login_wala_form {
    width: 100% !important;
  }
  .graph_data_value{
    position: absolute;
    right: 37%;
    left: 37%;
    top: 41%;
  }
  .graph_data_precentage{
    position: absolute;
    right: 40%;
    left: 40%;
    top: 45%;
  }
}

g[aria-labelledby="id-306-title"] {
  visibility: hidden !important;
}

.choose-goal-box {
  padding: 10px;
  height: 100px;
  width: 80px;
  background-color: transparent !important;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom-goal{
  background-color: #01a99d !important;
}
.nav-item{
  padding:0px;
}
.nav-link{
}

.navbar-light .navbar-nav .nav-link{
  color:#3a5eac;
  font-size: 14px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: rgb(58, 94, 172);
  text-decoration: underline;
}
.dropdown-item{

}
.section.section-compare-goal .goal-tabs-wrapper .nav-tabs{
  border-radius: 5px !important;
  padding: 10px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.score-circle{
  font-size: 34px;
  font-weight: 900;
  border-radius: 100px;
  background-color:'#5bb2df';
  width: 100px;
  height: 100px;
  padding-top: 25px;
}

footer#mainFooter .footer-inner {
  background: #E0F1FD;
  border-radius: 15px 15px 0 0;
  padding: 20px 30px;
}
footer#mainFooter .footer-inner .footer-top {
  border-bottom: 2px solid #3A5FAC;
  padding: 0 0 20px;
}
footer#mainFooter .footer-inner .footer-top .footer-socials {
  margin: 0 0 10px;
  text-align: right;
}
footer#mainFooter .footer-inner .footer-top .footer-nav {
  text-align: right;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul li a {
  font-size: 16px;
  color: #3A5FAC;
  text-decoration: underline;
  text-underline-position: under;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -150px;
  border-radius: 5px;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer#mainFooter .footer-inner .footer-top {
  border-bottom: 2px solid #3A5FAC;
  padding: 0 0 20px;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul li {
  float: left;
  padding-left: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul li a {
  font-size: 16px;
  color: #3A5FAC;
  text-decoration: underline;
  text-underline-position: under;
}
.dropbtn {
  background-color: transparent;
  color: #3a5fac;
  /* padding: 16px; */
  font-size: 16px;
  border: none;
  text-decoration: underline;
  padding-left: 1px;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul li a {
  font-size: 16px;
  color: #3A5FAC;
  text-decoration: underline;
  text-underline-position: under;
}
footer#mainFooter .footer-inner .footer-top .footer-socials {
  margin: 0 0 10px;
  text-align: right;
}
footer#mainFooter .footer-inner .footer-top .footer-socials a {
  display: inline-block;
  padding-left: 10px;
}
.App .footer-top a {
  text-decoration: underline;
}
footer#mainFooter .footer-inner .footer-top .footer-nav ul li a {
  font-size: 16px;
  color: #3A5FAC;
  text-decoration: underline;
  text-underline-position: under;
}


.dropbtn {
  background-color: transparent;
  color: #3a5fac;
  /* padding: 16px; */
  font-size: 16px;
  border: none;
  text-decoration: underline;
  padding-left: 1px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
  padding-top:5px;
  padding-bottom:5px;
  margin-left:-150px;
  border-radius:5px;

}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:transparent;}

.goal-box-primary{

  /* background-color:'#f2e7e0' !important; */
    padding: 0px 10px !important;
    /* border: #01a99d 1px solid; */
    border-radius: 5px !important;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  
}

.dash-card .table tr td{
  text-align: left !important;
}
.dash-card .table tr th{
  text-align: left !important;
}
.btn-withdraw{
  margin: 0px !important;
    border: 2px solid #3a5fac;
    padding: 8px 12px;
    border-radius: 5px;
}
.section.section-compare-goal .goal-tabs-wrapper .nav-tabs .nav-item .nav-link.active{
  background: #01a99d !important;
  padding: 10px;
  /* height: 46px; */
  /* border-bottom: #01a99d 1px solid; */
}
.section.section-compare-goal .goal-tabs-wrapper .nav-tabs{
  /* border: 2px solid #01a99d !important; */
  background-color: #01a99d;
  justify-content: space-around;
}
.choose-box-img{
  height:70px !important
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item.hover{
  background-color: #3a5fac;
  color:white !important
}
