/* Small Popup */
.modal.small_modal {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  
  .modal.small_modal .modal-dialog {
    max-width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  
  .modal.small_modal .modal-dialog .modal-body {
    padding: 30px 20px;
    text-align: center;
  }
  
  .modal.small_modal .modal-dialog .modal-body h5 {
    text-align: center;
    font-size: 24px;
  }
  
  .modal.small_modal .modal-dialog .modal-body {
    font-size: 16px;
    color: #000;
    line-height: 22px;
  }
  
  .modal.small_modal .modal-dialog .modal-body .btn {
    max-width: 200px;
    font-size: 16px;
  }
  
  .modal.small_modal .modal-dialog .modal-body .btn-primary {
    background: var(--primary-color);
    border: var(--primary-color) 1px solid;
    padding: 6px 50px;
  }
  
  .modal.small_modal .modal-dialog .modal-body .btn-primary:hover {
    background: var(--secondry-color);
  }
  
  .modal.small_modal .modal-dialog .modal-body .btn-secondary {
    color: var(--primary-color);
    background: none;
    border: var(--primary-color) 1px solid;
    padding: 6px 50px;
  }
  
  .modal.small_modal .modal-dialog .modal-body .btn-secondary:hover {
    background: var(--secondry-color);
    color: #fff;
  }

.error_message {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 13px !important;
}

.form-card .error {
    position: relative;
    /* position: absolute; */
    color: #FD4959;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.error_note {
    color: #FD4959;
    font-size: 14px;
}

.income-field-symbol{
    position: relative;
}
.income-field-symbol span {
    position: absolute;
    top: 30%;
    font-size: 2em;
    left: 10%;
}
.income-field-symbol input.income {
    padding-left: 60px !important;
}

errormessage.error {
    color : #f00;
}

.main-content-wrapper .retirement-savings-goal {
  margin-bottom: 25px;
}

.modal.pop-up .modal-dialog .modal-body {
  text-align: left !important;
}

.bootbox-confirm .modal-footer {
  flex-wrap: unset;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  margin-top: -2px;
}

.bootbox-confirm button {
  width:auto;
}

.setting-sidebar-wrapper li.setting-item:hover button, .setting-sidebar-wrapper li.setting-item.active a {
  background: var(--highlight-green);
}

.text-green{
  color: var(--highlight-green);
}

.text-black-theme{
  color: #003333 !important;
}

.overlay-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 40%;
  left: 0px;
  opacity: 0.8;
  filter: alpha(opacity=50);
}

.tout-content h6 {
  font-size : 16px;
}

.tout-content p {
  font-size : 14px;
}