html,
body {
  position: relative;
  background: #f5f7fa;
  color: #505458;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
:root {
  --light-grey: #9ca1a1;
  --light-gray: #eee;
  --light-green: #36e0a0;
  --green: #1b875c;
  --very-light-green: #d3f5e3;
  --light-blue: #e0f1ff;
  --bg-color: #f3fdff;
  --white: #ffffff;
  --black: #000000;
  --grey: #e3e3e3;
  --gray: #ededed;
  --blue: #1d3354;
  --red: #f86666;
  --heading-color: #9ba9b0;
  --modal-shadow: #4cb7bd;
  --link-water: #dae4f5;
  --btn-light: #f2fffa;
  --dark-blue: #1d3354;
  --middle-blue: #467599;
}
#wrapper {
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
  background: #f3fdff;
  overflow: hidden;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
@media (min-width: 1025px) {
  #wrapper {
    top: 0px !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
input,
button,
a {
  transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  text-decoration: none !important;
  outline: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  outline: none;
}
input,
button {
  border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.error {
  color: #ea4335;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
}
h4 strong {
  font-weight: 600;
  font-size: 16px;
}
/*.btn-group-lg > .btn,
.btn-lg {
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}
.btn {
  background: #e4e7ea;
  outline: none !important;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 25px;
  border: none;
  font-weight: 500;
  box-shadow: none !important;
  box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-bordered {
  background: #ffffff;
  color: #435966;
  border: 2px solid #e4e7ea;
}
.btn.btn-bordered:hover {
  background: #e4e7ea;
}
.btn.btn-rounded {
  border-radius: 23px;
  border-radius: 23px;
  border-radius: 23px;
}
.btn.btn-rounded.btn-lg {
  border-radius: 32px;
  border-radius: 32px;
  border-radius: 32px;
}
.btn.btn-rounded.btn-sm {
  border-radius: 19px;
  border-radius: 19px;
  border-radius: 19px;
}
.btn.btn-lg {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 35px;
}
.btn.btn-sm {
  font-size: 14px;
  line-height: 24px;
  padding: 7px 20px;
}
.btn.btn-xs {
  font-size: 12px;
  line-height: 22px;
  padding: 5px 15px;
}
.btn.btn-icon {
  position: relative;
  overflow: hidden;
}
.btn.btn-icon .ico {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.1);
}
.btn.btn-icon.btn-lg .ico {
  line-height: 58px;
}
.btn.btn-icon.btn-sm .ico {
  line-height: 38px;
  width: 38px;
}
.btn.btn-icon.btn-xs .ico {
  line-height: 32px;
  width: 32px;
}
.btn.btn-icon-left {
  padding-left: 57px;
  padding-right: 15px;
}
.btn.btn-icon-left.btn-lg {
  padding-right: 30px;
  padding-left: 73px;
}
.btn.btn-icon-left .ico {
  left: 0;
}
.btn.btn-icon-left.btn-sm {
  padding-left: 53px;
}
.btn.btn-icon-left.btn-xs {
  padding-left: 47px;
}
.btn.btn-icon-right {
  padding-right: 57px;
  padding-left: 15px;
}
.btn.btn-icon-right.btn-lg {
  padding-left: 30px;
  padding-right: 73px;
}
.btn.btn-icon-right .ico {
  right: 0;
}
.btn.btn-icon-right.btn-sm {
  padding-right: 53px;
}
.btn.btn-icon-right.btn-xs {
  padding-right: 47px;
}
.btn.btn-circle {
  padding-right: 0;
  padding-left: 0;
  width: 42px;
  border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
}
.btn.btn-circle.btn-lg {
  width: 58px;
}
.btn.btn-circle.btn-sm {
  width: 38px;
}
.btn.btn-circle.btn-xs {
  width: 32px;
}
.btn.btn-social {
  width: 38px;
  height: 38px;
  padding: 0;
  line-height: 38px;
  color: #ffffff;
}
.btn.btn-facebook {
  background-color: #3b5998 !important;
}
.btn.btn-twitter {
  background-color: #55acee !important;
}
.btn.btn-google-plus {
  background-color: #dd4b39 !important;
}
.btn.btn-linkedin {
  background-color: #007bb6 !important;
}
.btn.btn-instagram {
  background-color: #3f729b !important;
}
.btn.btn-pinterest {
  background-color: #cb2027 !important;
}
.btn.btn-dribbble {
  background-color: #ea4c89 !important;
}
.btn.btn-youtube {
  background-color: #bb0000 !important;
}
.btn.btn-social-with-text {
  width: 100%;
  margin-bottom: 15px;
}
.btn .ico {
  display: inline-block;
}
.btn .ico-left {
  margin-right: 8px;
}
.btn .ico-right {
  margin-left: 8px;
}
.btn-primary {
  background: var(--light-green);
}
.btn:hover,
.btn:active,
.btn:focus {
  background: var(--green) !important;
  color: #fff;
}
.btn-success {
  background: #00bf4f;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #00ce55;
}
.btn-success.btn-bordered {
  border-color: #00bf4f;
  color: #00bf4f;
}
.btn-success.btn-bordered:hover,
.btn-success.btn-bordered:active,
.btn-success.btn-bordered:focus {
  border-color: #00ce55;
  color: #ffffff;
}
.btn-info {
  background: #00aeff;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #00aeff !important;
}
.btn-info.btn-bordered {
  border-color: #00aeff;
  color: #00aeff;
}
.btn-info.btn-bordered:hover,
.btn-info.btn-bordered:active,
.btn-info.btn-bordered:focus {
  border-color: #00aeff;
  color: #ffffff;
}
.btn-warning {
  background: #fbbc05;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background: #ffa000 !important;
}
.btn-warning.btn-bordered {
  border-color: #fbbc05;
  color: #fbbc05;
}
.btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered:active,
.btn-warning.btn-bordered:focus {
  border-color: #ffa000;
  color: #ffffff;
}
.btn-danger {
  background: #ea4335;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #ff3838 !important;
}
.btn-danger.btn-bordered {
  border-color: #ea4335;
  color: #ea4335;
}
.btn-danger.btn-bordered:hover,
.btn-danger.btn-bordered:active,
.btn-danger.btn-bordered:focus {
  border-color: #ff3838;
  color: #ffffff;
}
.btn-violet {
  background: #7045ff;
  color: #ffffff;
}
.btn-violet:hover,
.btn-violet:active,
.btn-violet:focus {
  color: #ffffff;
  background: #8445ff !important;
}
.btn-violet.btn-bordered {
  border-color: #7045ff;
  color: #7045ff;
}
.btn-violet.btn-bordered:hover,
.btn-violet.btn-bordered:active,
.btn-violet.btn-bordered:focus {
  border-color: #8445ff;
  color: #ffffff;
}
.btn-orange {
  background: #ff460b;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  color: #ffffff;
  background: #ff6230 !important;
}
.btn-orange.btn-bordered {
  border-color: #ff460b;
  color: #ff460b;
}
.btn-orange.btn-bordered:hover,
.btn-orange.btn-bordered:active,
.btn-orange.btn-bordered:focus {
  border-color: #ff6230;
  color: #ffffff;
}
.tour-buttons .btn.btn-sm {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}*/
.bg-success {
  background-color: #36e0a0 !important;
}
.bg-danger {
  background-color: #ea4335 !important;
}
.text-muted {
  color: #aab2bd !important;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background: #00bf4f;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background: #00aeff;
}
.table > tbody > tr.primary > td,
.table > tbody > tr.primary > th,
.table > tbody > tr > td.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > th,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > thead > tr.primary > th,
.table > thead > tr > td.primary,
.table > thead > tr > th.primary {
  background: #1d84df;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background: #ea4335;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background: #fbbc05;
}
.main-content {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  padding-top: 75px;
}
@media (max-width: 799px) {
  .main-content {
    margin-left: 20px;
  }
}
table.focus-on > tbody > tr.focused.unfocused > th,
table.focus-on > tbody > tr.focused.unfocused > td {
  background: #1d84df;
  color: #ffffff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 9px;
}

#page-404 {
  height: 100%;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
#page-404 .content {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0px auto 0px;
  float: none;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-404 p {
  padding: 30px 0px 30px 0px;
  color: #777;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}
@media (max-height: 359px) {
  #page-404 {
    min-height: 100%;
    height: auto;
  }
  #page-404 .content {
    transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.modal-content {
  padding: 0 15px;
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-radius: 0;
  border-radius: 0;
}
.modal-dialog {
  width: 650px;
}
/*.form-control {
  line-height: 24px;
  height: 32px;
  box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  padding: 0.5rem 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--light-blue) !important;
  -box-apparence: none;
  appearance: none;
}
.form-control select {
}
.form-control.input-sm {
  padding: 0 10px;
  height: 30px;
}
.form-control:focus {
  border-bottom: 1px solid var(--light-green) !important;
  caret-color: var(--light-green);
  box-shadow: none !important;
}
textarea.form-control {
  height: 105px;
}
.has-success .form-control {
  border-color: #00bf4f;
}
.has-warning .form-control {
  border-color: #fbbc05;
}
.has-error .form-control {
  border-color: #ea4335;
}
.has-inverse .form-control {
  border-color: #435966;
}*/
.has-success .form-with-icon .item-icon {
  color: #00bf4f;
}
.has-warning .form-with-icon .item-icon {
  color: #fbbc05;
}
.has-error .form-with-icon .item-icon {
  color: #ea4335;
}
.has-inverse .form-with-icon .item-icon {
  color: #435966;
}
.input-group-btn > .btn {
  min-width: 50px;
  padding: 7px 10px;
  font-size: 18px;
  line-height: 29px;
  color: #656d78;
  border: 1px solid #ccd1d9;
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  height: 45px;
}
.input-group-btn > .btn.no-border {
  border: none;
  line-height: 31px;
}
.input-group-btn > .btn span {
  font-size: 14px;
}

.show {
  display: block;
}
#membership-details-table th {
  color: #b4bfc4;
  font-size: 16px;
  vertical-align: middle;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
#membership-details-table tr td {
  font-size: 16px;
  vertical-align: middle;
  font-family: "Mulish", sans-serif;
}
.total-Income {
  display: flex;
  align-items: center;
}
.income-circle {
  background: #36e0a0;
  border-radius: 50%;
  color: white;
  height: 40px;
  font-weight: bold;
  width: 40px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.income-value {
  font-size: 16px;
  vertical-align: middle;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.income-title {
  color: #b4bfc4;
}
::scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.dropdown-content::scrollbar {
  width: 8px;
}
.dropdown-content::scrollbar-track {
  background-color: #ffffff;
  border-radius: 8px;
  border-radius: 8px;
}
.dropdown-content::scrollbar-thumb {
  border-radius: 8px;
  border-radius: 8px;
  background: #ccc;
}
.portfolio-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 45px;
}
.portfolio-header a {
  padding: 0 10px;
}
.portfolio-header .income-title {
  color: #b4bfc4 !important;
}

@media (max-width: 767px) {
  div#modal-add-position .modal-dialog {
    width: 95%;
  }
  .d-flex.justify-content-between.align-items-center .ml-3 {
    display: flex;
    white-space: nowrap;
    gap: 10px;
  }
  .modal-footer.text-center button.btn.btn-default {
    margin-bottom: 10px;
  }
  div#modal-add-custom-market .modal-dialog .modal-dialog {
    width: 95%;
  }
}

/* For mobile screens */
@media (max-width: 767px) {
  /* .dropdown-content {
    display: block !important;
  }
  .dropdown-content.show {
    display: none !important;
  } */
}

@media (max-width: 767px) {
  div#modal-add-position .modal-dialog {
    width: 95%;
  }
  .d-flex.justify-content-between.align-items-center .ml-3 {
    display: flex;
    white-space: nowrap;
    gap: 10px;
  }
  .modal-footer.text-center button.btn.btn-default {
    margin-bottom: 10px;
  }
  div#modal-add-custom-market .modal-dialog .modal-dialog {
    width: 95%;
  }
}

/* For mobile screens */
@media (max-width: 767px) {
  /* .dropdown-content {
    display: block !important;
  }
  .dropdown-content.show {
    display: none !important;
  } */
}

div#modal-edit-portfolios .modal-dialog {
    width: 830px;
}
@media (max-width: 767px) {
	form#portfolios-form {
	    overflow-x: scroll;
	}
	div#modal-edit-portfolios .modal-dialog {
        width: 95%;
    }
}

