.alert {
  font-size: 0.8rem !important;
  background-color: transparent !important;
  border-color: transparent !important;
  margin-bottom: 0 !important;
  font-style: italic;
}

/* ---Primary Button--- */
.btn-default, .primary-btn, .btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.theme-paypossible .btn-default, .theme-paypossible .primary-btn, .theme-paypossible .btn-primary, .theme-paypossible .btn-primary:not([disabled]):not(.disabled).active, .theme-paypossible .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #19C27F !important;
}
.theme-paypossible .btn-default:hover, .theme-paypossible .primary-btn:hover, .theme-paypossible .btn-primary:hover, .theme-paypossible .btn-primary:not([disabled]):not(.disabled).active:hover, .theme-paypossible .btn-primary:not([disabled]):not(.disabled):active:hover {
  background-color: #19C27F !important;
  color: #fff !important;
}
.theme-enablefinancing .btn-default, .theme-enablefinancing .primary-btn, .theme-enablefinancing .btn-primary, .theme-enablefinancing .btn-primary:not([disabled]):not(.disabled).active, .theme-enablefinancing .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #5A53E6 !important;
}
.theme-enablefinancing .btn-default:hover, .theme-enablefinancing .primary-btn:hover, .theme-enablefinancing .btn-primary:hover, .theme-enablefinancing .btn-primary:not([disabled]):not(.disabled).active:hover, .theme-enablefinancing .btn-primary:not([disabled]):not(.disabled):active:hover {
  background-color: #5A53E6 !important;
  color: #fff !important;
}
.theme-eazeconsulting .btn-default, .theme-eazeconsulting .primary-btn, .theme-eazeconsulting .btn-primary, .theme-eazeconsulting .btn-primary:not([disabled]):not(.disabled).active, .theme-eazeconsulting .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #1a2755 !important;
}
.theme-eazeconsulting .btn-default:hover, .theme-eazeconsulting .primary-btn:hover, .theme-eazeconsulting .btn-primary:hover, .theme-eazeconsulting .btn-primary:not([disabled]):not(.disabled).active:hover, .theme-eazeconsulting .btn-primary:not([disabled]):not(.disabled):active:hover {
  background-color: #1a2755 !important;
  color: #fff !important;
}
.theme-trek .btn-default, .theme-trek .primary-btn, .theme-trek .btn-primary, .theme-trek .btn-primary:not([disabled]):not(.disabled).active, .theme-trek .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #008555 !important;
}
.theme-trek .btn-default:hover, .theme-trek .primary-btn:hover, .theme-trek .btn-primary:hover, .theme-trek .btn-primary:not([disabled]):not(.disabled).active:hover, .theme-trek .btn-primary:not([disabled]):not(.disabled):active:hover {
  background-color: #008555 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .btn-default, .primary-btn, .btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active {
    font-size: 11px;
  }
}

.lto-btn {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: #3A5DAE;
}
.lto-btn:hover {
  background-color: #263d73 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .lto-btn {
    font-size: 11px;
  }
}

/* ---Primary Button Outline--- */
.primary-btn-outline {
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.theme-paypossible .primary-btn-outline {
  color: #19C27F !important;
  border: 2px solid #19C27F;
}
.theme-paypossible .primary-btn-outline:hover, .theme-paypossible .primary-btn-outline:focus {
  background-color: #19C27F !important;
  color: #fff !important;
}
.theme-enablefinancing .primary-btn-outline {
  color: #5A53E6 !important;
  border: 2px solid #5A53E6;
}
.theme-enablefinancing .primary-btn-outline:hover, .theme-enablefinancing .primary-btn-outline:focus {
  background-color: #5A53E6 !important;
  color: #fff !important;
}
.theme-eazeconsulting .primary-btn-outline {
  color: #1a2755 !important;
  border: 2px solid #1a2755;
}
.theme-eazeconsulting .primary-btn-outline:hover, .theme-eazeconsulting .primary-btn-outline:focus {
  background-color: #1a2755 !important;
  color: #fff !important;
}
.theme-trek .primary-btn-outline {
  color: #008555 !important;
  border: 2px solid #008555;
}
.theme-trek .primary-btn-outline:hover, .theme-trek .primary-btn-outline:focus {
  background-color: #008555 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .primary-btn-outline {
    font-size: 11px;
  }
}

.theme-paypossible .primary-btn-outline.active {
  background-color: #19C27F !important;
  color: #fff !important;
}
.theme-enablefinancing .primary-btn-outline.active {
  background-color: #5A53E6 !important;
  color: #fff !important;
}
.theme-eazeconsulting .primary-btn-outline.active {
  background-color: #1a2755 !important;
  color: #fff !important;
}
.theme-trek .primary-btn-outline.active {
  background-color: #008555 !important;
  color: #fff !important;
}

/* ---Button Paddings--- */
.primary-btn-outline, .primary-btn {
  padding: 12px 35px;
}

.btn-default, .btn-primary {
  padding: 12px 55px;
}

/* ---Button Group--- */
.button-row {
  margin: 1vh 0 0 !important;
}

.btn-group .btn {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  padding: 12px 35px 10px !important;
  margin-bottom: 10px !important;
  font-size: 0.7rem;
}

.button-row .col-md-9 {
  padding-left: 0;
}

/* ---Account Settings Buttons ---*/
@media (min-width: 823px) {
  .settings-btn {
    margin: auto;
  }
}
@media (max-width: 823px) {
  .settings-btn {
    display: block !important;
    margin-top: 10px;
    width: 50%;
    margin-left: 0 !important;
  }
}
/* ---Labels with Padding Top--- */
.padding-label {
  padding-top: 15px;
}

/* ---Right aligned button--- */
@media (min-width: 823px) {
  .btn-rt-align {
    text-align: right;
  }
}
/* ---Append Buttons--- */
.theme-paypossible .input-select-btn .input-group-append {
  background: #19C27F;
  padding-top: 7px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.theme-paypossible .input-select-btn .input-group-append a {
  color: #fff !important;
}
.theme-enablefinancing .input-select-btn .input-group-append {
  background: #5A53E6;
  padding-top: 7px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.theme-enablefinancing .input-select-btn .input-group-append a {
  color: #fff !important;
}
.theme-eazeconsulting .input-select-btn .input-group-append {
  background: #1a2755;
  padding-top: 7px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.theme-eazeconsulting .input-select-btn .input-group-append a {
  color: #fff !important;
}
.theme-trek .input-select-btn .input-group-append {
  background: #008555;
  padding-top: 7px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.theme-trek .input-select-btn .input-group-append a {
  color: #fff !important;
}

.card {
  border-radius: 10px !important;
  overflow: auto;
}

.info-card {
  background: #fcfcfc;
  color: #697c89;
  margin: 0 auto 3vh;
  max-height: 100vh;
}

/* ---Consumer Dashboard--- */
.dashboard .card {
  margin-bottom: 30px;
}
.dashboard .card .card-header {
  background: #465155;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
}
.dashboard .card .list-group-item {
  font-size: 0.8rem;
  text-align: center;
}
.dashboard .card .btn {
  margin-top: 1vh;
}
.dashboard .card .stat {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: 300;
}

.dwolla-iav-header, .dwolla-iav-link {
  font-family: "PT-Sans", sans-serif !important;
  font-weight: 300 !important;
  color: #465155;
}

.theme-paypossible .dwolla-iav-button {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: #19C27F !important;
}
.theme-paypossible .dwolla-iav-button:hover, .theme-paypossible .dwolla-iav-button:focus, .theme-paypossible .dwolla-iav-button:active {
  background-color: #19C27F !important;
  border-color: #19C27F !important;
  color: #fff !important;
}
@media (min-width: 823px) {
  .theme-paypossible .dwolla-iav-button {
    margin-top: 0 !important;
  }
}
@media (max-width: 823px) {
  .theme-paypossible .dwolla-iav-button {
    font-size: 11px;
  }
}
.theme-enablefinancing .dwolla-iav-button {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: #5A53E6 !important;
}
.theme-enablefinancing .dwolla-iav-button:hover, .theme-enablefinancing .dwolla-iav-button:focus, .theme-enablefinancing .dwolla-iav-button:active {
  background-color: #5A53E6 !important;
  border-color: #5A53E6 !important;
  color: #fff !important;
}
@media (min-width: 823px) {
  .theme-enablefinancing .dwolla-iav-button {
    margin-top: 0 !important;
  }
}
@media (max-width: 823px) {
  .theme-enablefinancing .dwolla-iav-button {
    font-size: 11px;
  }
}
.theme-eazeconsulting .dwolla-iav-button {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: #1a2755 !important;
}
.theme-eazeconsulting .dwolla-iav-button:hover, .theme-eazeconsulting .dwolla-iav-button:focus, .theme-eazeconsulting .dwolla-iav-button:active {
  background-color: #1a2755 !important;
  border-color: #1a2755 !important;
  color: #fff !important;
}
@media (min-width: 823px) {
  .theme-eazeconsulting .dwolla-iav-button {
    margin-top: 0 !important;
  }
}
@media (max-width: 823px) {
  .theme-eazeconsulting .dwolla-iav-button {
    font-size: 11px;
  }
}
.theme-trek .dwolla-iav-button {
  color: #fff !important;
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: #008555 !important;
}
.theme-trek .dwolla-iav-button:hover, .theme-trek .dwolla-iav-button:focus, .theme-trek .dwolla-iav-button:active {
  background-color: #008555 !important;
  border-color: #008555 !important;
  color: #fff !important;
}
@media (min-width: 823px) {
  .theme-trek .dwolla-iav-button {
    margin-top: 0 !important;
  }
}
@media (max-width: 823px) {
  .theme-trek .dwolla-iav-button {
    font-size: 11px;
  }
}

.theme-paypossible .dwolla-iav-back-button {
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #19C27F !important;
  border: 2px solid #19C27F;
}
.theme-paypossible .dwolla-iav-back-button:hover, .theme-paypossible .dwolla-iav-back-button:focus, .theme-paypossible .dwolla-iav-back-button:active {
  background-color: #19C27F !important;
  border-color: #19C27F !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .theme-paypossible .dwolla-iav-back-button {
    font-size: 11px;
  }
}
.theme-enablefinancing .dwolla-iav-back-button {
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #5A53E6 !important;
  border: 2px solid #5A53E6;
}
.theme-enablefinancing .dwolla-iav-back-button:hover, .theme-enablefinancing .dwolla-iav-back-button:focus, .theme-enablefinancing .dwolla-iav-back-button:active {
  background-color: #5A53E6 !important;
  border-color: #5A53E6 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .theme-enablefinancing .dwolla-iav-back-button {
    font-size: 11px;
  }
}
.theme-eazeconsulting .dwolla-iav-back-button {
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #1a2755 !important;
  border: 2px solid #1a2755;
}
.theme-eazeconsulting .dwolla-iav-back-button:hover, .theme-eazeconsulting .dwolla-iav-back-button:focus, .theme-eazeconsulting .dwolla-iav-back-button:active {
  background-color: #1a2755 !important;
  border-color: #1a2755 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .theme-eazeconsulting .dwolla-iav-back-button {
    font-size: 11px;
  }
}
.theme-trek .dwolla-iav-back-button {
  border-radius: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #008555 !important;
  border: 2px solid #008555;
}
.theme-trek .dwolla-iav-back-button:hover, .theme-trek .dwolla-iav-back-button:focus, .theme-trek .dwolla-iav-back-button:active {
  background-color: #008555 !important;
  border-color: #008555 !important;
  color: #fff !important;
}
@media (max-width: 823px) {
  .theme-trek .dwolla-iav-back-button {
    font-size: 11px;
  }
}

.dwolla-iav-text-box, .dropdown-input {
  border-radius: 50px;
  transition: 0.2s ease all;
  margin-right: 0 !important;
}
.theme-paypossible .dwolla-iav-text-box:focus, .theme-paypossible .dropdown-input:focus {
  border-color: #19C27F !important;
  box-shadow: 0 0 3px #19C27F !important;
}
.theme-paypossible .dwolla-iav-text-box::placeholder, .theme-paypossible .dropdown-input::placeholder {
  opacity: 0.5;
}
.theme-enablefinancing .dwolla-iav-text-box:focus, .theme-enablefinancing .dropdown-input:focus {
  border-color: #5A53E6 !important;
  box-shadow: 0 0 3px #5A53E6 !important;
}
.theme-enablefinancing .dwolla-iav-text-box::placeholder, .theme-enablefinancing .dropdown-input::placeholder {
  opacity: 0.5;
}
.theme-eazeconsulting .dwolla-iav-text-box:focus, .theme-eazeconsulting .dropdown-input:focus {
  border-color: #1a2755 !important;
  box-shadow: 0 0 3px #1a2755 !important;
}
.theme-eazeconsulting .dwolla-iav-text-box::placeholder, .theme-eazeconsulting .dropdown-input::placeholder {
  opacity: 0.5;
}
.theme-trek .dwolla-iav-text-box:focus, .theme-trek .dropdown-input:focus {
  border-color: #008555 !important;
  box-shadow: 0 0 3px #008555 !important;
}
.theme-trek .dwolla-iav-text-box::placeholder, .theme-trek .dropdown-input::placeholder {
  opacity: 0.5;
}

.theme-paypossible .dwolla-iav-link:hover {
  color: #19C27F !important;
}
.theme-enablefinancing .dwolla-iav-link:hover {
  color: #5A53E6 !important;
}
.theme-eazeconsulting .dwolla-iav-link:hover {
  color: #1a2755 !important;
}
.theme-trek .dwolla-iav-link:hover {
  color: #008555 !important;
}

.theme-paypossible .dwolla-iav-radio-selected {
  background-color: #19C27F !important;
}
.theme-enablefinancing .dwolla-iav-radio-selected {
  background-color: #5A53E6 !important;
}
.theme-eazeconsulting .dwolla-iav-radio-selected {
  background-color: #1a2755 !important;
}
.theme-trek .dwolla-iav-radio-selected {
  background-color: #008555 !important;
}

.page-footer {
  color: #465155 !important;
  background: #f8f8f8;
  padding-top: 5vh;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.page-footer .col-logo img {
  max-height: 100px;
  padding-right: 20px;
}
.page-footer .footer-header {
  font-size: 1rem;
  font-weight: 600;
}
.page-footer .social-icons {
  display: flex;
  justify-content: space-between;
}
.page-footer .social-icons a {
  color: #697c89;
}
.theme-paypossible .page-footer .social-icons a:hover {
  color: #19C27F;
}
.theme-enablefinancing .page-footer .social-icons a:hover {
  color: #5A53E6;
}
.theme-eazeconsulting .page-footer .social-icons a:hover {
  color: #1a2755;
}
.theme-trek .page-footer .social-icons a:hover {
  color: #008555;
}
.page-footer .footer-list {
  list-style: none;
  padding-left: 0;
  transition: all 0.2s;
}
.page-footer .footer-list li {
  margin-bottom: 1.2vh;
}
.page-footer .footer-list .footer-link {
  font-size: 0.9rem;
  color: #697c89;
}
.theme-paypossible .page-footer .footer-list .footer-link:hover {
  color: #19C27F;
}
.theme-enablefinancing .page-footer .footer-list .footer-link:hover {
  color: #5A53E6;
}
.theme-eazeconsulting .page-footer .footer-list .footer-link:hover {
  color: #1a2755;
}
.theme-trek .page-footer .footer-list .footer-link:hover {
  color: #008555;
}
.page-footer .footer-copyright {
  background: transparent !important;
  display: flex;
  justify-content: center;
}
.page-footer .footer-copyright p {
  color: #697c89 !important;
}
.page-footer .footer-copyright img {
  max-height: 26px;
  margin-left: 10px;
}
@media (max-width: 823px) {
  .page-footer .footer-copyright {
    padding-top: 2vh;
  }
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #697c89;
  margin-bottom: 0 !important;
}
.form-group input, .form-group select {
  border-radius: 50px;
  transition: 0.2s ease all;
}
.theme-paypossible .form-group input:focus, .theme-paypossible .form-group select:focus {
  border-color: #19C27F !important;
  box-shadow: 0 0 3px #19C27F !important;
}
.theme-paypossible .form-group input::placeholder, .theme-paypossible .form-group select::placeholder {
  opacity: 0.5;
}
.theme-enablefinancing .form-group input:focus, .theme-enablefinancing .form-group select:focus {
  border-color: #5A53E6 !important;
  box-shadow: 0 0 3px #5A53E6 !important;
}
.theme-enablefinancing .form-group input::placeholder, .theme-enablefinancing .form-group select::placeholder {
  opacity: 0.5;
}
.theme-eazeconsulting .form-group input:focus, .theme-eazeconsulting .form-group select:focus {
  border-color: #1a2755 !important;
  box-shadow: 0 0 3px #1a2755 !important;
}
.theme-eazeconsulting .form-group input::placeholder, .theme-eazeconsulting .form-group select::placeholder {
  opacity: 0.5;
}
.theme-trek .form-group input:focus, .theme-trek .form-group select:focus {
  border-color: #008555 !important;
  box-shadow: 0 0 3px #008555 !important;
}
.theme-trek .form-group input::placeholder, .theme-trek .form-group select::placeholder {
  opacity: 0.5;
}
.form-group .form-check .form-check-input {
  width: 15px;
  height: 15px;
}
.form-group .form-check .form-check-label {
  font-size: initial;
  font-weight: 500;
  padding-left: 0;
}
@media (min-width: 823px) {
  .form-group label, .form-group .form-text, .form-group .invalid-feedback {
    padding-left: 15px;
  }
}

.lead-form .step-header {
  margin-bottom: 1rem !important;
}
.lead-form .form-group .form-check-label {
  font-size: 16px !important;
  margin-top: 3px;
}

.form-head {
  margin-bottom: 5vh;
  text-align: center;
  background: #fcfcfc;
  box-shadow: 3px 3px 5px #dedede;
  padding: 30px;
}
.form-head h1 {
  font-size: 1.3rem;
}
.theme-paypossible .form-head .fa-circle {
  color: #19C27F;
}
.theme-paypossible .form-head .fa-stack-1x {
  color: #19C27F;
}
.theme-enablefinancing .form-head .fa-circle {
  color: #5A53E6;
}
.theme-enablefinancing .form-head .fa-stack-1x {
  color: #5A53E6;
}
.theme-eazeconsulting .form-head .fa-circle {
  color: #1a2755;
}
.theme-eazeconsulting .form-head .fa-stack-1x {
  color: #1a2755;
}
.theme-trek .form-head .fa-circle {
  color: #008555;
}
.theme-trek .form-head .fa-stack-1x {
  color: #008555;
}
.form-head .steps {
  font-size: 0.7rem;
}

@media (min-width: 823px) {
  .list-page .page-text {
    text-align: center;
  }
  .list-page .button-row {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 823px) {
  .list-page .form-group {
    margin-bottom: 0 !important;
  }
  .list-page .form-inline {
    margin-bottom: 1rem;
  }
}

.navbar {
  background: #fff !important;
  padding-left: 10vw;
  padding-right: 10vw !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar .navbar-brand img {
  max-height: 100px;
  max-width: 200px;
}
.navbar .nav-link, .navbar .dropdown-menu a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #465155 !important;
  opacity: 0.8;
  transition: all 0.2s;
}
.theme-paypossible .navbar .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.theme-paypossible .navbar .nav-link:hover, .theme-paypossible .navbar .nav-link:active {
  color: #697c89 !important;
  border-bottom: 2px solid #19C27F;
}
.theme-enablefinancing .navbar .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.theme-enablefinancing .navbar .nav-link:hover, .theme-enablefinancing .navbar .nav-link:active {
  color: #697c89 !important;
  border-bottom: 2px solid #5A53E6;
}
.theme-eazeconsulting .navbar .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.theme-eazeconsulting .navbar .nav-link:hover, .theme-eazeconsulting .navbar .nav-link:active {
  color: #697c89 !important;
  border-bottom: 2px solid #1a2755;
}
.theme-trek .navbar .nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.theme-trek .navbar .nav-link:hover, .theme-trek .navbar .nav-link:active {
  color: #697c89 !important;
  border-bottom: 2px solid #008555;
}
@media (min-width: 823px) {
  .navbar .mobile-link {
    display: none;
  }
}
@media (max-width: 823px) {
  .navbar .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .desktop-link {
    display: none;
  }
}
.navbar .dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.2s;
}
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.1) !important;
}
.navbar .disabled {
  color: #697c89;
}
.navbar .desktop-link .btn {
  margin: 0;
}

/* ---Sign Out Page --- */
.logout {
  text-align: center;
  padding-top: 10vh;
}
.logout .btn {
  margin-top: 5vh !important;
}

/* ---Sign In Page --- */
.login {
  padding-top: 1vh;
}
.login .page-header {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 823px) {
  .login .col-form-label {
    display: none;
  }
}

.table th, .table td {
  font-size: 0.8rem;
}
.table th {
  color: #465155;
}
.table td {
  color: #697c89;
}

/* ---Business Product Table--- */
.product-table .form-control {
  border-radius: 0.25rem;
}
.product-table .product-table-td {
  padding-left: 0 !important;
  padding-right: 2px !important;
}

.pagination li {
  margin-right: 3vw;
}
.theme-paypossible .pagination .active a {
  background: #19C27F;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
}
.theme-enablefinancing .pagination .active a {
  background: #5A53E6;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
}
.theme-eazeconsulting .pagination .active a {
  background: #1a2755;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
}
.theme-trek .pagination .active a {
  background: #008555;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
}

body {
  font-family: "PT-Sans", sans-serif !important;
  color: #465155;
  -webkit-background: #f8f8f8;
  -moz-background: #f8f8f8;
  -ms-background: #f8f8f8;
  -o-background: #f8f8f8;
  background: #f8f8f8;
}

p {
  font-size: 0.9rem;
}

#content-body {
  padding: 5vh;
  min-height: 100vh !important;
}

#content-body a {
  color: #697c89;
}
.theme-paypossible #content-body .form-check a {
  color: #19C27F;
}
.theme-enablefinancing #content-body .form-check a {
  color: #5A53E6;
}
.theme-eazeconsulting #content-body .form-check a {
  color: #1a2755;
}
.theme-trek #content-body .form-check a {
  color: #008555;
}
.theme-paypossible #content-body a:hover {
  color: #19C27F;
}
.theme-enablefinancing #content-body a:hover {
  color: #5A53E6;
}
.theme-eazeconsulting #content-body a:hover {
  color: #1a2755;
}
.theme-trek #content-body a:hover {
  color: #008555;
}

.page-header, h4 {
  font-size: 1.3rem;
}

.page-header {
  margin-bottom: 3vh;
}

.order-button-row {
  display: flex !important;
  justify-content: space-evenly;
}

@media (max-width: 823px) {
  .desktop-label {
    display: none;
  }
  .order-button-row {
    flex-direction: column;
  }
  .order-button-row .btn {
    width: 60%;
  }
}
@media (min-width: 823px) {
  .page-header {
    text-align: center;
    width: 100%;
  }
  .nav-tabs, .tab-content {
    justify-content: space-evenly;
    width: 100%;
  }
}
.tab-header {
  font-size: 1.5rem;
}

/*# sourceMappingURL=style.css.map */
