/* = = = = = = = = = = = = = = = = = = = = = =
  Author: Aisha Bigelow
  Email: abigelow@quasars.com
  File: v2.css
  * IMPORTANT!
    All custom or overriding colors, borders
    and backgrounds should be added to design.css
= = = = = = = = = = = = = = = = = = = = = = */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:200,300,400,500|Lato:300,400,700,900|Varela+Round|Poppins:300,400,500,600,700|Oxygen+Mono|Biryani:300,400,600,800|Courgette');
@import 'helpers.css';

html, body {
 font-family: 'Lato', 'Varela Round'!important;
 font-weight: 400;
}

.esh {
 color: blue;
}

body {
 height: 100%;
}
@-moz-keyframes spin {
 from {
  -moz-transform: rotate(0deg);
 }
 to {
  -moz-transform: rotate(360deg);
 }
}
@-webkit-keyframes spin {
 from {
  -webkit-transform: rotate(0deg);
 }
 to {
  -webkit-transform: rotate(360deg);
 }
}
@keyframes spin {
 from {
  transform:rotate(0deg);
 }
 to {
  transform:rotate(360deg);
 }
}
input::-webkit-inner-spin-button {
 display: none;
} /* removes up/down arrows from input[type=date] */

/* ===== S T A R T * G E N E R I C ===== */
 .rainbow-gradient {
  background: -webkit-linear-gradient(left, #FE4630, #FE9532, #FED536, #3EC277); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #FE4630, #FE9532, #FED536, #3EC277); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #FE4630, #FE9532, #FED536, #3EC277); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #FE4630, #FE9532, #FED536, #3EC277); /* Standard syntax (must be last) */
 }
 .lead {
  font-family: 'Varela Round';
 }
 .table-responsive {
  overflow-y: hidden;
 }
 .form-control.unheight {
  height:unset!important;
 }
 .capitalize {
  text-transform: capitalize !important;
 }
 .text-upper {
  text-transform: uppercase !important
 }
 .btn {
  font-weight: 500;
 }
 .same-dimension {
  text-align: center;
  width: 44px;
  height: 44px;
  padding: 5px 0;
 }
 .progress {
  height: 8px;
  background-color: #E6ECFF;
  position: relative;
 }
 .progress-bar {
  border-radius: .25rem;
 }
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Varela Round';
 } 
 h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 300;
 } 
 h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
 } 
 h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small,
 h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-weight: 300;
 }
 [class*=form-control], [class*=input-group] {
  border-color: rgba(225, 225, 228, 0.9);
 }
 .shadow-light {
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.04);
 }
/* .btn:not(.btn-sm):not(#sidebarCollapse):not([class*=btn]) {
  padding: .5rem 1rem .5rem;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease, border 200ms ease, -webkit-filter 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, -webkit-filter 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, filter 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  font-size: .9rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: capitalize;
 }*/
 .btn-sm {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 10px;
 }

 .btn-lg {
  font-size: 1.3rem;
  line-height: 1.25rem;
  padding: 1.1rem 2rem 1rem;
 }
 #paySelect > .row:first-of-type {
  margin-bottom: 1rem;
 }
 #paySelect > .row:first-of-type .btn:focus {
  box-shadow: 0 0 0 6px rgb(64, 195, 119);
 }
 #payselect-container .btn:focus, #payselect-container .btn.focus, 
 #payselect-container .btn-primary:active, #payselect-container .btn-primary.active, 
 #payselect-container .show > .btn-primary.dropdown-toggle, 
 #payselect-container .btn-primary:not(:disabled):not(.disabled).active, 
 #payselect-container .btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 6px rgb(64, 195, 119);
 }
 #payselect-container form {
  margin-top: 1.5rem;
 }
 #payselect-container div.m-t-0.m-b-10 {
  font-size: .9rem;
  font-weight: 500;
 }
 .dashed {
  border-style: dashed!important;
 }

 /*.btn:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
 }*/
 .btn-link {
  font-weight: 500;
 }
 .btn-grayscale {
  border: 0!important;
  color: #A0A0A0;
 }
 .btn-grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .4;
 }
 .btn-grayscale:hover, .btn-grayscale:focus {
  text-decoration: none;
  border: 0;
  color: #000;
 }
 .btn-grayscale:hover img, .btn-grayscale:focus img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
 }
 .rounded {
  border-radius: .5rem!important;
 }
 .poppins {
  font-family: 'Varela Round';
 }
 .biryani {
  font-family: 'Biryani';
 }
 .badge {
  font-family: 'Varela Round';
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: .25rem;
  vertical-align: top;
  /*color: #212121;*/
  padding: 0.15rem .6rem;
 }
 .badge-pill {
  border-radius: 10rem;
 }
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
 .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, .nounderline {
  text-decoration: none!important;
 }
 h6, .h6 {
  font-size: 105%;
 }
 b, strong, .b, .strong {
  font-weight: 600;
 }
 label:not(.btn), .label:not(.btn) {
  /*text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #777;*/
  margin-bottom: 0;
  font-weight: 600;
 }
 label:not(.btn), .label:not(.btn) {
  color: #212121;
  /*font-family: 'Varela Round';*/
  font-family: 'Varela Round';
  font-size: .9rem;
  /*font-size: 14px;
  line-height: 16px;*/
 }
 body.OB label:not(.btn) {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
 }
 small, .small {
  font-size: 85%;
  line-height: inherit;
 }
 .smaller {
  font-size: 70%;
  line-height: 120%;
  vertical-align: middle;
 }
 h3 small, h3 .small, .h3 small, .h3 .small {
  font-weight: 300;
  font-size: 75%;
 }
 body.OB .small, body.OB small {
  font-size: 80%;
 }
 h2 .badge {
  font-size: 1.25rem;
  padding: .25rem .5rem;
  line-height: 1;
  vertical-align: super;
  font-weight: 400;
 }
 .breadcrumb {
  background-color: #fff;
 }
 .upper {
  text-transform: uppercase;
 }
 .bb-0 {
  border-bottom: 0;
 }
 .noline {
  text-decoration: none!important;
 }
 .pointer, .clickable {
  cursor: pointer;
 }
 .text-unset {
  color: inherit!important;
 }
 .btn-link {
  padding: 0!important;
 }
 .btn-icon:not([class*=btn-info]):not([class*=btn-success]):not([class*=btn-danger]):not([class*=btn-primary]):not([class*=btn-secondary]):not([class*=btn-dark]):not([class*=btn-light]):not([class*=btn-warning]):not([class*=btn-outline-info]):not([class*=btn-outline-success]):not([class*=btn-outline-danger]):not([class*=btn-outline-primary]):not([class*=btn-outline-secondary]):not([class*=btn-outline-dark]):not([class*=btn-outline-light]):not([class*=btn-outline-warning]) {
  padding: 0;
  border-radius: 0;
  line-height: inherit;
 }
 .btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 7px 0;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 50%;
 }
 a.custom_add {
  font-size: .75rem;
  line-height: inherit;
 }
 .ui-widget {
  font-weight: 400;
  font-size: .9em;
 }
 .ui-datepicker {
  z-index: 3!important;
 }
 body.OB select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 6px);
 }
 #ui-datepicker-div {
  z-index: 9999!important;
 }
 .enhanced {
  list-style: none;
  padding: 0;
  margin: 0;
 }
 .enhanced > li {
  padding: 0;
  margin-left: 1rem;
 }
 .enhanced > li:before {
  content: '';
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  text-align: center;
  margin-left: -1rem;
  margin-right: 0.5rem;
 }
 .enhanced > .check {
 }
 .enhanced > .check:before {
  content: "\e64c";
  font-size: 16px;
  font-weight: 900;
  width: 1.25rem;
 }
 .enhanced > .plus {
  margin-left: 2rem;
 }
 .enhanced > .plus:before {
  content: "\e61a";
  font-size: 16px;
  font-weight: 900;
  width: 1.25rem;
 }
 
 .nav-link.disabled {
  color: #999 !important;
 }

 .rating-click {
  cursor: pointer;
 }

 .rated {
  color: #E6C74D;
 }

 .error-field {
  box-shadow: 0 0 5px #F00;
  border: 1px solid #F00;
  color: #F00;
  font-weight: bold;
 }

 .error-field::placeholder {
  color: #F00;
  font-weight: bold;
 }

 .selectable-item {
  cursor: pointer;
 }

 .search_results {
  z-index: 9999;
 }

 #settings_payment_types .card-body, #settings_fees .card-body {
  position: relative;
 }
 
 .disabled_overlay {
  position: absolute;
  z-index: 100000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
 }
 
 .disabled_overlay * {
  pointer-events: none;
 }
 
 .disabled_elements {
  opacity: 0.5;
 }
/* ===== E N D * G E N E R I C ===== */

/* ===== S T A R T * #header ===== */
 #header .nav .nav-item {
  margin-right: 1rem;
 }
 #header .nav .nav-item:last-child {
  margin-right: 0;
 }
 #header .nav .nav-item .btn {
  padding: .25rem .5rem;
  line-height: inherit;
 }
 @media (min-width: 576px) {
  #header .btn.strong {
   font-weight: 700;
   letter-spacing: 1px;
  }
 }
 #header .nav .nav-item .nav-link {
  padding: .25rem .5rem;
 }
 #header .nav .nav-item .dropdown {}

 body.OB #header {
  padding: 1rem 0;
  margin-bottom: 1rem;
 }
 body.OB #header a:hover, body.OB #header a:focus {
  text-decoration: none;
 }
 body.OB #header #logo span, body.OB #header .logo span {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
 }
 /* ===== S T A R T * #topNav ===== */
 #topNav {
  font-size: 1.15rem;
  font-family: "Varela Round";
  /*background-color: rgba(0,0,0,.5);*/
 }
 #topNav .navbar-nav .dropdown-menu {
  z-index: 9998;
 }

 #topNav .navbar-nav .nav-link {
  /*color: rgba(255, 255, 255, .65);*/
 }
 @media screen and (min-width: 992px) and (max-width: 1299px) {
  #topNav .navbar-nav {
   font-size: .9rem;
  }
  #topNav .navbar-nav .nav-link [class*=fa] {
   display: none;
  }
 }
 @media screen and (min-width: 992px) {
  #blndHeader #topNav {
   padding-bottom: 0;
  }
  #topNav .navbar-nav .nav-link {
   padding: .4rem 1rem;
  }
 }
 /* ===== S T A R T * .logo ===== */
  .logo h1 {
   font-weight: 700;
   padding: 0;
   line-height: 1.3;
   font-size: 1.75rem;
   font-family: 'Varela Round';
   margin: 0;
  }
  #header .logo:not(.brand) img {
   border-radius: .15rem;
  }
  @media print {
   #header .logo:not(.brand) img {
    max-height: 25px;
    margin-left: 10px;
    padding: 0;
   }
  }
  /*
  .logo .badge {
   font-size: .8rem;
   font-weight: 500;
   margin-top: 0;
  }
  */
  .logo a:not(.btn) {
   text-decoration: none;
  }
 /* ===== E N D * .logo ===== */
 /* ===== S T A R T * .brand ===== */
  .brand img {
   max-height: 110px;
  }
  .brand h1 {
   font-weight: 500;
   line-height: 1.3;
   font-size: 2rem;
   width: 100%;
   /*font-family: 'Varela Round';*/
   font-family: "Varela Round";
  }
  .brand a:not(.btn) {
   text-decoration: none!important;
  }
 /* ===== E N D * .brand ===== */
/* ===== E N D * #header ===== */

/* ===== S T A R T * .wrapper ===== */
 .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0;
 }
 .wrapper > div {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 } /* targets #sidebar and #content */
 
 /* ===== S T A R T * #sidebar ===== */
  #sidebar *:not([class*=fa]) {
   font-family: 'Varela Round';
   font-size: 0.9rem;
  }
  #sidebar .address a:not(.btn) {
   word-break: break-all;
  }
  #sidebar .address p:last-of-type {
   font-size: 80%;
   font-weight: 500;
  }
  #sidenav.public {
   padding: 1rem .5rem;
   font-size: 1rem;
  }
  #sidenav.public .list-unstyled {
   margin: 0 .5rem;
  }
  .merchant #sidenav > ul > li > a {
   padding: .5rem 1rem .5rem .75rem;
  }
  #sidenav li.nav-faux {
   padding: .5rem;
   border-bottom: 1px solid rgba(0,0,0,0.1);
   color: #B2B2B2;
   font-weight: 500;
  }
  #sidenav li.nav-faux span:last-of-type {
   font-size: 13px;
  }
  #sidenav li.nav-faux span:last-of-type a {
   color: red;
   text-decoration: underline;
  }
  #sidenav .list-group li.nav-faux {
   list-style: none;
   border-color: rgba(34,64,130,.15);
   border-bottom: 0;
   background-color: transparent;
   padding: .25rem .5rem .25rem 2.35rem;
   color: #797979;
  }
  #sidenav .list-group li.nav-faux span {
   display: inline-block;
  }
  #sidenav .list-group li.nav-faux span:last-of-type {
   font-size: 12px;
   float: right;
  }
  #sidenav .list-group.list-group-flush {
   font-weight: 400;
   font-size: .82rem;
  }

  @media screen and (max-width: 768px) {
   #sidenav > ul > li.nav-faux {
    text-align: center;
   }
   #sidenav > ul > li.nav-faux [class*=fa]:first-of-type {
    font-size: 120%;
    display: block;
    margin: 0 auto;
   }
   #sidenav > ul > li.nav-faux span:last-of-type {
    display: block;
    text-align: center;
   }
  }
  @media screen and (min-width: 769px) {
   #sidenav > ul > li.nav-faux span:last-of-type {
    float: right;
   }
   #sidebar.active #sidenav > ul > li.nav-faux {
    text-align: center;
   }
   #sidebar.active #sidenav > ul > li.nav-faux [class*=fa]:first-of-type {
    font-size: 120%;
    display: block;
    margin: 0 auto;
   }
   #sidebar.active #sidenav > ul > li.nav-faux span:last-of-type {
    display: block;
    float: none;
    text-align: center;
   }
  }

  #sidenav > ul > li > a {
   display: block;
   font-weight: 500;
   padding: .5rem 1rem;
   text-decoration: none;
  }
  #sidenav > ul > li:last-child > a{
   border-bottom: 0;
  }
  #sidenav > ul > li > a + .list-unstyled > li >a {
   display: block;
   padding: .5rem 1rem;
  }
  #sidenav .list-group-item {
   padding: 0;
  }
  #sidenav .list-group-item .nav-link, #sidenav .badge {
   font-size: .9em;
  }
  #sidenav .list-group-item .nav-link {
   padding: .5rem 1rem;
  }

  #sidenav .merchant-info a {
   display: inline-block;
   border-bottom: none !important;
   padding: 0 !important;
  }
 .underline {
  text-decoration: underline;
 }

  #sidenav .merchant-info a:hover, #sidenav .merchant-info a:active, #sidenav .merchant-info a:focus {
   background-color: inherit !important;
   text-decoration: underline;
  }
 /* =====  E N D * #sidebar ===== */
 /* ===== S T A R T * #content ===== */
  body.OB #content {
   width: 100%!important;
  }
  #content > [class*=container] {
   padding: 1rem;
  }
  @media screen and (min-width: 1200px) {
   #content > [class*=container] {
    /* padding: 3rem 3rem 1rem; */
   }
  }
  #content > .disp-warning + .container:not(.focal) {
   /*padding-top: 0;*/
  }
  #content .page-title {
   font-size: .95rem;
   text-transform: uppercase;
   font-weight: 400;
  }
  #content #dashboard .nav-pills {}
  #content #dashboard .nav-pills .nav-link {
   padding: .25rem .75rem;
   font-size: .9rem;
  }
  label .badge, .label .badge,
  h1 .badge, .h1 .badge, h2 .badge, .h2 .badge,
  h3 .badge, .h3 .badge, h4 .badge, .h4 .badge,
  h5 .badge, .h5 .badge, h6 .badge, .h6 .badge {
   vertical-align: super;
  }
  div.dataTables_wrapper div.dataTables_filter input {
   margin-top: 3px;
   margin-right: 2px;
  }
  .icon img {
   max-width: 28px;
  }
  table {
   font-size: .85rem;
  }
  table [class*=fa-star] {
   opacity: .75;
   font-size: 84%;
  }
  table .badge {
   font-size: .75rem;
   font-weight: 500;
  }
  table tbody td * {
   word-wrap: break-word;
  }
  .table-sm td, .table-sm th {
   padding: .5rem .3rem;
  }
  .table thead th {
   font-weight: 600;
  }
  .vmiddle td, .vmiddle th {
   vertical-align: middle!important
  }
  .table-hover tr:hover, .list-group-item-action:hover {
   cursor: pointer;
  }
  .modal-open .modal {
   overflow-y: hidden;
  }
  .modal-open .modal .modal-body {
   overflow-y: auto;
   max-height: 75vh;
  }
  .modal-open .modal .modal-footer.text-center {
   align-items: center;
   justify-content: center;
  }
  .floating-number {
   position: absolute;
   width: 2rem;
   height: 2rem;
   font-size: 1rem;
   line-height: 1rem;
   display: block;
   text-align: center;
   border-radius: 50%;
   padding-top: .35rem;
  }
  .card-body .floating-number {
   top: -.75rem;
   left: -.75rem;
  }
  .card.card-body.rounded {
   border-radius: 4px!important;
  }
  .card-columns > li {
   -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
           page-break-inside: avoid; /* Firefox */
                break-inside: avoid; /* IE 10+ */
  }
  .enhance {
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
  }
  @media screen and (min-width:769px) {
   .enhance {
    font-size: 120%;
    margin-bottom: 2rem!important;
   }
  }
  /* ===== S T A R T * .trans-icon ===== */
   .trans-icon {
    display: block;
    text-align: center;
   }
   .trans-icon img {
    max-width: 50px;
    margin: 0 auto;
    border-radius: .25rem;
    display: block;
    padding: .5rem;
   }
   .trans-icon-disp li {
    padding: .5rem .5rem 0 .5rem;
   }
   .trans-icon-disp li:last-child {
    padding-bottom: 0;
   }
   @media (max-width: 769px) {
    .trans-icon img {
     max-width: 60px;
    }
    .trans-icon-disp li {
     padding: 1rem .75rem 0 .75rem;
    }
   }
  /* ===== E N D * .trans-icon ===== */
  /* ===== S T A R T * .custom-tabs ===== */
   .custom-tabs {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
   }
   .custom-tabs .sync-step {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
   }
   .custom-tabs .sync-step a {
    text-decoration: none;
   }
   .custom-tabs .sync-step .count {
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    left: -1px;
    position: absolute;
    top: -13px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 130%;
   }
   .custom-tabs .sync-step .progress {
    position: relative;
    margin-bottom: 0;
    height: 2px;
   }
   .custom-tabs .sync-step span {
    position: relative;
    top: -22px;
    left: 32px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
   }
   .custom-tabs .sync-step.active .progress {
    display: block;
   }
   .custom-tabs .sync-step.active span {
    font-weight: 600;
   }
   .custom-tabs .sync-step.disabled .count, .custom-tabs .sync-step.disabled span {
    font-weight: 400;
   }
  /* ===== E N D * .custom-tabs ===== */
  /* ===== S T A R T * #onboard ===== */
   #onboard {
    margin-bottom: 4rem;
   }
   #onboard .faux-form-control.hasDatepicker + .control-label + .help-text,
   #onboard .form-group .form-control.hasDatepicker + .control-label + .help-text {
    width: 50%;
    right: 0;
    left: unset;
   }
   #onboard .faux-form-control label {
    text-transform: capitalize;
    font-size: .85rem;
    font-family: 'Oxygen Mono';
   }
   @media screen and (min-width:576px) {
    #onboard .faux-form-control {
     font-size: .95rem;
     padding: .8rem .65rem .55rem;
     line-height: 1rem;
    }
    #onboard .faux-form-control label {
     text-transform: uppercase;
     font-weight: bold;
    }
   }
   #onboard .faux-form-control label input {
    margin-right: .25rem;
   }
   #onboard .stepwizard {
    margin: 0 0 .75rem 0;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300;
   }
   #onboard .stepwizard .btn {
    font-weight: 500;
    margin-bottom: .25rem;
   }
   #onboard .stepwizard .btn-light {
    font-weight: 400;
   }
   #onboard .stepwizard .stepwizard-step, #onboard .form-group {
    position: relative;
   }
   #onboard .stepwizard .stepwizard-step p {
    margin: 0;
   }
   #onboard h6 {
    margin-bottom: 1rem;
   }
   @media screen and (max-width: 575px) {
    #onboard .form-group {
     margin-bottom:0;
    }
    #onboard h6 {
     font-weight: 600;
     margin-bottom: .5rem;
     font-size: 1.1rem;
    }
    #onboard .row + hr {
     margin: .75rem 0 1.25rem 0;
    }
   }
   #onboard label {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: .8rem;
   }
   #onboard .form-group .control-label {
    position: absolute;
   }
   #onboard .form-group .control-label {
    top: -20px;
    line-height: 1.1;
    font-size: .8rem;
   }
   #onboard .form-group .control-label {
    top: -.6rem;
    left: .5rem;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: .15rem;
    z-index: 2;
    padding: .1rem .35rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
   }
   #onboard .form-group .form-control {
    font-family: 'Oxygen Mono';
    border-radius: 0;
    line-height: 1rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .4rem .5rem;
   }
   @media screen and (min-width: 576px) {
    #onboard .form-group .form-control {
     padding: .5rem .65rem .25rem;
     z-index: 1;
    }
    #onboard .form-group select.form-control {
     padding-top: calc(.45rem + 3px);
    }
    #onboard .list-unstyled li div > .form-group,
    #onboard [class*=ind_] .form-group,
    #onboard [class*=_web] .form-group {
     margin-top: .75rem;
    }
    select.form-control:not([size]):not([multiple]) {
     height: calc(2.25rem + 2px);
     min-width: 3rem;
    }
    .form-control {
     padding: .375rem .25rem;
    }
    #onboard .faux-form-control.focus {
     outline: 0;
    }
   }
   .form-control::placeholder {
    font-size: 90%;
   }
   #onboard .form-group .form-control:focus{
    outline: 0;
   }
   #onboard .input-group .input-group-text {
    font-family: 'Oxygen Mono';
    border-radius: 0;
    line-height: 1rem;
    font-size: 1rem;
    padding: .3rem .75rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control + .control-label {
    left: 3rem;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control + .control-label.www {
    left: 5.5rem;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control:focus + .control-label.www, 
   #onboard .form-group .form-control:focus + .control-label.www, #onboard .faux-form-control.focus + .control-label.www,
   #onboard .form-group > .input-group > .input-group-prepend + .form-control:focus + .control-label {
    background-color: red;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control:focus + .control-label {
    top: -.6rem;
    letter-spacing: .025rem;
    left: 2rem;
   }
   #onboard [class*=btn-pw-] {
    margin-left: -1px;
    border-radius: 0;
    width: 100%;
    padding: .3rem .65rem .27rem;
   }
   @media screen and (max-width:575px) {
    #onboard [class*=btn-pw-] {
     padding: .15rem .65rem .15rem;
    }
   }
   #onboard .faux-form-control + .control-label + .help-text,
   #onboard .form-group .form-control + .control-label + .help-text {
    position: absolute;
    z-index: 3;
    display: none;
    margin-top: -1px;
    left: -.25rem;
    padding: .5rem .65rem .25rem;
    font-size: .75rem;
    font-weight: 500;
    width: calc(100% + .5rem);
   }
   #onboard .faux-form-control.focus + .control-label + .help-text,
   #onboard .form-group .form-control:focus + .control-label + .help-text {
    display: block;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control + .control-label + .help-text {
    top: 34px;
    width: calc(100% - 35px);
    left: 35px;
   }
   #onboard .form-group > .input-group > .input-group-prepend + .form-control:focus + .control-label {
    left: calc(35px + .25rem);
   }
   #onboard .card-header h3 {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 300;
    font-size: 1.35rem;
    margin-bottom: .25rem;
   }
   #onboard .card-header {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: .35rem 1rem;
   }
   @media screen and (min-width: 769px) {
    #onboard .card-header h3 {
     font-weight: 600;
     font-size: 1.75rem;
    margin-bottom: .5rem;
    }
    #onboard .card-header {
     padding: .75rem 1rem;
    }
   }
   #onboard .card-body {
    padding: 1rem;
   }
   #onboard .card-body > h4 {
    margin-bottom: 30px;
   }
   #onboard .form-group .form-control:focus + .control-label,
   #onboard .faux-form-control.focus + .control-label {
    top: -.85rem;
    left: -.25rem;
    letter-spacing: .025rem;
   }
  /* ===== E N D * #onboard ===== */
  /* ===== S T A R T * #onboard-v2 ===== */
   .form-control.add-lock {
    position: relative;
    z-index: 0;
   }
   .form-control.add-lock::before {
    position: absolute;
    z-index: 999;
    content: 'x';
   }
   #onboard-v2 {
    max-width: 770px;
    margin: 0 auto 2rem auto;
   }
   #onboard-v2 h6 {
    /*color:#339268;*/
    color: #000;
   }
   #onboard-v2 label:not(.btn), body.OB #onboard-v2 label:not(.btn) {
    /*text-transform: unset;*/
    /*font-weight: 400;*/
    font-size: 14px;
    line-height: 16px;
    font-family: 'Varela Round';
   }
   #onboard-v2 .form-control {
    padding: .15rem .4rem;
    line-height: 24px;
    height: unset;
    font-size: 14px;
   }
   #onboard-v2 .input-group-text {
    padding: .15rem .4rem
   }
   /*#onboard-v2 .form-control[required]:invalid {
    background-color: rgba(195,63,73, 0.07);
    border-color: rgba(195,63,73, 0.7);
   }*/
   body.OB #onboard-v2 select.form-control:not([size]):not([multiple]) {
    padding: .28rem .4rem;
   }
  /* ===== E N D * #onboard-v2 ===== */
  /* ===== S T A R T * #thisPanel ===== */
   #thisPanel {}
   #thisPanel .stepTitle {
    display: block;
    font-family: 'Varela Round';
    line-height: 100%;
    font-weight: 500;
   }
   #thisPanel .card-header a {
    text-decoration: none
   }
   #thisPanel > form .card .card-header,
   #thisPanel > form .card .card-body {
    padding: .5rem;
   }
   #thisPanel > form .card .nav {
   }
   #thisPanel > form .card .nav-link {
    position: relative;
    border-radius: 0px;
    padding: .15rem .5rem;
    font-size: .9rem;
    line-height: 1.2rem;
   }
   #thisPanel > form .card .nav-link.complete {
    color: #3fc377;
   }
   #thisPanel > form .card .nav-link.complete.active {
    background-color: #3fc377;
    color: #fff;
   }
   #thisPanel > form .card .nav-link.complete:before {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    color: #3fc377;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    border-radius: 50%;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
   }
   #thisPanel > form .card .card-body h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Varela Round';
   }
   @media screen and (max-width: 575px) {
    #onboard-v2 label:not(.btn), body.OB #onboard-v2 label:not(.btn) {
     font-size: 11px;
    }
    #thisPanel > form .card .row {
     margin-left: -5px;
     margin-right: -5px;
    }
    #thisPanel > form .card .row > [class*=col] {
     padding-left: 5px;
     padding-right: 5px;
    }
    #thisPanel > form .card .card-body h6 {
     font-size: 92%;
    }
    #thisPanel > form .card .nav {
     background-color: rgba(0, 0, 0, 0.125);
     padding: .5rem;
     margin: -.5rem;
    }
    #thisPanel > form .card .nav-link.complete {
     padding-left: .15rem;
    }
   }
   @media screen and (min-width: 576px) {
    #thisPanel > form .card .row {
     margin-left: -10px;
     margin-right: -10px;
    }
    #thisPanel > form .card .row > [class*=col] {
     padding-left: 10px;
     padding-right: 10px;
    }
    #thisPanel > form .card .nav-link.complete {
     padding-left: .25rem;
    }
    #thisPanel > form .card .nav-link:not(.complete):not(.errors) {
     padding-left: calc(.5rem + 16px);
    }    
   }
  /* ===== E N D * #thisPanel ===== */
  /* ===== S T A R T * .accordion ===== */
   .accordion {}



   @media screen and (max-width: 575px) {
    .border-light {
     border-color: #dddce3 transparent transparent transparent!important;
    }
   }
   @media screen and (min-width: 576px) {
    .border-light {
     border-color: #f1f1f1!important;
    }
    .accordion.review .card .row > .border:first-child,
    .accordion.review .card > .row + .border {
     border-left: 0!important;
    }
    .accordion.review .card .row > .border:last-child,
    .accordion.review .card > .row + .border {
     border-right: 0!important;
    }
    .accordion.review .card .row > [class*=col] + [class*=col] {
     margin-left: -1px;
    }
    .accordion.review .card .row:last-of-type > .border,
    .accordion.review .card > .row + .border {
     border-bottom: 0!important;
    }
    .accordion.review .card .row + .row > .border,
    .accordion.review .card > .row + .border {
     border-top: 0!important;
    }
   }
   .accordion.count {
    counter-reset: this-counter;
   }
   .accordion.count > form .card {
    counter-increment: this-counter;
   }
   .accordion.count > form .card .stepTitle:before {
    display: block;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 400;
    content: 'Step ' counter(this-counter);
   }
  /* ===== E N D * .accordion ===== */
  /* ===== S T A R T * .alt-bc & .custom-bc ===== */
   .alt-bc .breadcrumb > .breadcrumb-item + .breadcrumb-item::before,
   .custom-bc .breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
    display: none;
   }
   .alt-bc .breadcrumb {
    background-color: transparent;
   }
   .custom-bc {
    margin-bottom: 1rem;
   }
   .alt-bc .breadcrumb,
   .custom-bc .breadcrumb {
    font-size: 1.2rem;
    line-height: 1rem;
   }
   .custom-bc .breadcrumb a:hover {
    text-decoration: none;
   }
   .alt-bc .breadcrumb > .breadcrumb-item,
   .custom-bc .breadcrumb > .breadcrumb-item {
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
   }
   .alt-bc .breadcrumb > .breadcrumb-item {
    font-weight: 500;
   }
   .alt-bc .breadcrumb {
    padding: 0;
    font-family: 'Varela Round';
    border-radius: 0;
   }
   .alt-bc .breadcrumb > .breadcrumb-item {
    text-align: left;
    color: #AAA;
    padding: .35rem 1rem;
    border-bottom: 2px solid #ccc;
   }
   .alt-bc .breadcrumb > .breadcrumb-item small {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400;
   }
   .alt-bc .breadcrumb > .breadcrumb-item {
    text-decoration: none;
   }
   .alt-bc .breadcrumb > .breadcrumb-item:not(.collapsed) {
    color: #11093d;
    border-bottom: 2px solid #3fc377;
   }
   .custom-bc .breadcrumb > .breadcrumb-item > span {
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    font-size: 1.2rem;
    line-height: 34px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    font-weight: 600;
   }
   @media screen and (max-width: 768px) {
    .custom-bc .breadcrumb > .breadcrumb-item > span {
     min-width: 30px;
     min-height: 30px;
     font-size: 1rem;
     line-height: 21px;
    }
    .custom-bc .breadcrumb > .breadcrumb-item {
     font-size: .8rem;
     font-weight: 600;
    }
    .breadcrumb {
     padding: 0;
    }
   }
   .custom-bc .breadcrumb > .breadcrumb-item + .breadcrumb-item {
    margin-left: .5rem;
   }
   .form-row .form-group label {
    font-family: 'Varela Round';
   }
   .form-row * {
    transition: all .35s ease-in-out;
   }
   .form-row .form-group {
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f1f1;
   }
   .form-row .form-group {
    z-index: 1;
    padding: 15px 0 0 ;
   }
   .form-row .form-group > label {
    position: absolute;
    color: #333;
    background-color: #fff;
    line-height: unset;
    padding: 0rem .5rem;
    top: -5px!important;
    left: .25rem!important;
   }

   .form-row .form-group.active {
    z-index: 2;
    background-color: #f1f1f1;
    border: 1px solid #5133EF;
   }
   .form-row .form-group .form-control {
    background-color: transparent;
   }
   @media screen and (min-width: 576px) {
    .custom-bc .breadcrumb > .breadcrumb-item + .breadcrumb-item {
     margin-left: 5rem;
    }
    .form-row .form-group + .form-group {
     margin-left: -1px;
    }
    .form-row .form-group.active .form-control + .small {
     color: #11093d;
    }
   }
   .form-row .form-group.active label {
    color: #fff;
    background-color: #5133EF;
   }
   .form-row .form-group .form-control + .small {
    padding: 0 5px;
     margin-top: -10px;
   }
   .form-row .form-group .form-control:valid + .small {
    display:none;
   }
   .form-row .form-group .form-control:required + .small {
    color: red;
   }
   .form-row .form-group .form-control {
    font-size: 1rem;
    padding: 0 10px;
    font-family: 'Biryani';
   }
   .form-row .form-group .form-control {
    border-width: 0px;
    border-color: transparent;
   }
   .form-row .form-group .form-control:focus {
    background-color: transparent;
   }
  /* ===== E N D * .custom-bc ===== */
  /* ===== S T A R T * #loading_spinner ===== */
   #loading_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2000;
    width: 120px;
    height: 120px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
   }
   #loading_message {
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 2001;
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
   }
   #loading_spinner_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
   }
  /* ===== E N D * #loading_spinner ===== */
  
  /* ===== S T A R T * .signuppage ===== */
   .signuppage .btn.btn-lg {
    border-radius: 0;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
   }
   .signuppage .card-group.landing > .card, .input-group *, .form-control {
    border-radius: 0;
   }
   .signuppage .card-group.landing>.card:first-child {
    flex: 2 0 0%;
   }
   .signuppage strong {
    font-weight:600;
   }
   .card .showBlock {
    margin-top: 2rem;
    border: 0!important;
   }
  /* ===== E N D * .signuppage ===== */
  /* ===== S T A R T * .has-error ===== */
   .has-error .form-control {
    position: relative;
   }
   .has-error .form-control:focus {
    outline: 0;
   }
  /* ===== E N D * .has-error ===== */
  .engagedeets .flex-column .btn {
   text-align: left;
   border-radius: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .engagedeets .flex-column .btn [class*=fa]:first-of-type {
   text-shadow: 0 1px 1px rgba(0,0,0,0.5);
   width: 1.5rem;
   margin-left: -.5rem;
   opacity: .6;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .engagedeets .flex-column .btn:hover [class*=fa]:first-of-type {
   opacity: 1;
   margin-left: 0;
  }
  @media screen and (min-width: 1020px) {
   .engagedeets .flex-column .btn:hover {
    padding-left: 1rem;
    margin-left: 1rem;
   }
  }
  @media screen and (max-width: 900px) {
   .engagedeets .flex-column .btn {
    font-size: 90%;
    padding: .25rem .75rem;
   }

  }
  /* ===== S T A R T * .engage-wizard ===== */
   .engage-wizard,
   .engage-wizard .card[id*=engage_],
   .engage-wizard .card[id*=engage_] .engage_wizard_step {
    position: relative;
    /*border: 1px solid limegreen!important;*/
   }
   .engage-wizard .card[id*=engage_] .engage_wizard_step {
    /*margin-top: 1.5rem;*/
   }
   .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout {
    font-size: .9rem;
    background-color: #fef7ea;
    border-color: #fcf0d7;
    color: #000;
    font-family: 'Varela Round';
   }

   @media screen and (max-width: 991px) {
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout {
     padding: 1rem;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout > [class*=lightbulb] {
     display: none;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout [class*=lightbulb] {
     color: orange;
    }
   }
   @media screen and (min-width: 992px) {
    .engage-wizard .engage_wizard_step .flyout ~ .compensate {
     /*background-color: rgba(124, 2, 201, .2);*/
     max-width: calc(100% - 330px);
    }
    .engage-wizard:not(.respond) .card[id*=engage_] .engage_wizard_step {
     transition: all .35s ease-in-out;
     min-height: 270px;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout .close {
     /*display: none;*/
     pointer-events: none!important;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout {
     z-index: 10;
     height: 50px;
     width: 50px;
     overflow: visible;
     right: -.75rem;
     top: -1rem;
     display: block;
     position: absolute;
     border: 0;
     transition: all .35s ease-in-out;
    }

    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout:not(.active) [class*=lightbulb] {
     color: #fff;
     transform: scale(1.5);
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout:not(.active) {
     text-shadow: 1px 1px 1px rgba(0,0,0,.5);
     overflow: hidden;
     background-color: orange;
     border-radius: 5px 0 0 5px!important;
     padding: 1rem;
     transform-origin: top right;
     text-align: center;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout:hover {
     cursor: pointer;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout .showhide {
     transition: all .4s ease-in-out .4s;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout .close {
     padding: .5rem;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout .showhide,
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout .close {
     opacity: 1;
     transition: opacity .35s ease-in-out .3s, height .4s ease-in .4s;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout:not(.active) .showhide,
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout:not(.active) .close {
     height: 0;
     position: absolute;
     width: 0px;
     opacity: 0;
     right: -1000%;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout.active {
     background-color: #f7f7f7;
     padding: .75rem 1.5rem .75rem 1rem;
     width: 330px;
     box-shadow: 2px 3px 10px -3px rgba(0,0,0,.5);
     min-height: auto;
     max-height: 100%;
     height: unset;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout.active [class*=lightbulb]:first-child {
     display: none;
    }
    .engage-wizard .card[id*=engage_] .engage_wizard_step .flyout.active [class*=lightbulb] {
     color: orange;
     float: left;
     top: 4px;
     position: relative;
     margin-right: 5px;
    }
   }











   .engage-wizard.respond a {
    text-decoration: underline!important;
   }
   .engage-wizard.respond [class*=btn]:not(.btn-link) {
    text-decoration: none!important;
   }
   .engage-wizard.respond #payCard .m-t-0.m-b-10,
   .engage-wizard.respond #payCard .m-t-0.m-b-10 + .form-group,
   .engage-wizard.respond #payCard form:last-of-type {
    display: none;
   }
   .engage-wizard .input-group-text,
   .engage-wizard .form-control {
    padding: .25rem .5rem;
    /*height: unset;*/
   }
   .engage-wizard .input-group *, .engage-wizard .form-control {
    border-radius: 0;
   }
   .engage-wizard :-ms-input-placeholder.form-control {
    color: #00F;
    font-weight: 600;
   }


   .engage-wizard .card > .row:first-of-type .btn-link + .btn {
    margin-left: .75rem;
   }
   .engage-wizard .card {
    border-radius: .5rem;
    border: 1px solid #C6C6C5;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
   }
   .engage-wizard .minimal {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
   }
   .engage-wizard .minimal.alert-light {
    background-color: #f9f9f9;
   }
   .engage-wizard .card-body {
    padding: .75rem;
   }
   .engage-wizard .noheadings h5 {
    /*font-size: 1rem;*/
   }
   .engage-wizard .noheadings b, .engage-wizard .noheadings strong, 
   .engage-wizard .noheadings .b, .engage-wizard .noheadings .strong {
    /*font-weight: 400!important;*/
   }
   .engage-wizard .card + .card:before,
   .engage-wizard form:not(.d-flex) + form .card:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 3rem;
    background-color: #C6C6C5;
    z-index: -1;
    display: block;
    left: 2rem;
    top: -2.25rem;
   }
   .engage-wizard .disabled {
    background-color: #E4E8EA;
    border-color: #E4E8EA;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #6C7478;
   }
   .engage-wizard .disabled .step {
    border-color: #CDCCCC;
    background-color: #fff;
    color: #CDCCCC;
   }
   .engage-wizard .card .row:first-of-type [class*=display] {
    margin: 0;
   }
   .engage-wizard .card > .row:first-of-type .step span,
   .engage-wizard .card.active > .row:first-of-type .step [class*=fa],
   .engage-wizard .card.disabled > .row:first-of-type .step [class*=fa],
   .engage-wizard .card.disabled > .row:first-of-type > [class*=col]:last-of-type {
    display: none;
   }
   .engage-wizard .card.active .row:first-of-type .step span,
   .engage-wizard .card.disabled .row:first-of-type .step span{
    display: inline;
   }
   .engage-wizard .step {
    border: 2px solid #40c377;
    background-color: #40c377;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    height: 40px;
    width: 40px;
    line-height: 35px;
   }
   .engage-wizard .step [class*=fa] {
    line-height: 2rem;
   }
   .engage-wizard .card.active {
    border:0;
    box-shadow: 0px 5px 15px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.25);
   }
   .engage-wizard .card.active > div:first-of-type:not(:only-of-type) {
    /*border: 1px solid green;*/
    margin-bottom: .75rem;
   }
   .engage-wizard .card.active .step {
    background-color: transparent;
    color: #40c377;
   }
   .engage-wizard #engage_respond_wizard_collapse_agree .form-control {
    font-size: 32px;
    color: #000;
    line-height: inherit;
    height: unset;
    border-radius: 0;
    font-family: 'Courgette', cursive;
   }
   .engage-wizard #engage_respond_wizard_collapse_agree .form-control::-webkit-input-placeholder {
    color: #40C377;
    opacity: .85
   }
   .engage-wizard #engage_respond_wizard_collapse_agree .form-control:focus::-webkit-input-placeholder {
    opacity: 1;
   }
   .engage-wizard #engage_respond_wizard_collapse_agree .form-control:focus,
   .engage-wizard #engage_respond_wizard_collapse_agree .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
   }

   .engage-wizard [type="radio"]:checked::-ms-check {
    border: 2px solid #40c377;
    color: #40c377;
    opacity: 1;
    font-size: larger;
   }
   .engage-wizard [type="radio"] {
    cursor: pointer;
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #000000;
    opacity: 0.4;   
    vertical-align: bottom;
    border-radius:50%;
   }
   .engage-wizard [type="radio"]:focus {
    outline:0;
   }

   /* appearance for checked Radio button */
   .engage-wizard [type="radio"]:checked , .engage-wizard [type="radio"]:disabled:checked{
    background-color: #40c377;
    border: 2px solid #40c377;
    opacity: 1;
   }

   .engage-wizard .jumbotron {
    background-color: #FFFEFF;
    color: #325284;
    font-size: 110%;
    font-weight: 600;
    border: 1px solid #DFDEDF;
   }
   .engage-wizard .jumbotron [class*=fa] {
    font-size: 125%;
    color: #4f30f1;
   }
   .engage-wizard .jumbotron:hover,
   .engage-wizard .jumbotron:focus {
    background-color: rgba(34,67,134,.08);
    border: 1px solid rgba(34,67,134,.3);
   }
   .engage-wizard .card.select-cust {
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.09);
   }
   .engage-wizard .card.select-cust .no_results_found {
    text-align: center;
    padding: .5rem 0 0;
    font-weight: 600;
    color: #F58C1F;
   }

   .search_container .form-control::placeholder, 
   .search_container .form-control::-webkit-input-placeholder, 
   .search_container .form-control:-moz-placeholder, 
   .search_container .form-control::-moz-placeholder, 
   .search_container .form-control:-ms-input-placeholder {
    color: #00F;
    font-weight: 600;
    /*color: rgba(0,0,0,.25);*/
    font-size: 95%;
   }
   .search_container .form-control::-ms-input-placeholder {
    color: #00F;
    font-weight: 600;
    font-size: 95%;
   }
   .engage-wizard .card.select-cust .search_container .form-control {
    border: 1px solid rgba(34,67,134,.3);
    box-shadow: 0px 0px 7px rgba(34,67,134,.35);
    -webkit-box-shadow: 0px 0px 7px rgba(34,67,134,.35);
   }
   .engage-wizard .card.select-cust .search_container .form-control:focus {
    border-color: #1C74BB;
    box-shadow: rgba(24,98,163,1);
    -webkit-box-shadow: rgba(24,98,163,1);
   }
   .engage-wizard .card.select-cust .search_container .form-control:focus::placeholder {
    color: rgba(0,0,0,.5);
   }
   .engage-wizard .card.select-cust .list-group-item:last-of-type {
    text-align: center;
   }
   .engage-wizard .card.select-cust .list-group-item:last-of-type a {
    font-weight: 600;
    color: #1C74BB;
   }
   .engage-wizard .no-rounds * {
    border-radius: 0;
   }
   @media screen and (min-width: 1400px) {
   }
   @media screen and (min-width: 1200px) {
    .engage-wizard .nesting > .row > [class*=col]:nth-of-type(1) {
     text-align: right;
    }
   }
   .engage-wizard .nesting > .row {
    margin: 0 -5px;
   }
   .engage-wizard .nesting > .row > [class*=col] {
    /*font-weight: 600;*/
    padding: 0 5px;
   }
   .engage-wizard .nesting > .row > [class*=col] > .row {
    margin: 0 -5px;
   }
   .engage-wizard .nesting > .row > [class*=col] > .row > [class*=col] {
    padding: 0 5px;
   }
   @media screen and (max-width: 769px) {
    .engage-wizard .form-inline {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: stretch;
     align-items: stretch;
     width: 100%;
    }
    .engage-wizard .form-inline .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle;
    }
   }
   #engage_list .badge-secondary {
    background-color: #6c6c6c;
   }
   #engage_list .badge-info {
    background-color: #409AB2;
   }
   #engage_list .badge-warning {
    background-color: #FDE401;
    color: #000;
   }
  /* ===== E N D * .engage-wizard ===== */
  /* ===== S T A R T * #pricing-plan ===== */
  .downgrade-alert {
   font-size: 90%;
   line-height: 1.4;
  }
   #pricing-plan {
    position: relative;
   }
   #pricing-plan .downgrade-alert {
    text-align:center;
   }
   #pricing-plan .price-revised.h3 {
    font-size: 1.8rem;
    margin: 0;
   }
   #pricing-plan .price-revised strong span,
   #pricing-plan .price-revised small span {
    font-weight: 300;
    font-size: 1rem;
   }

   #pricing-plan .plan-title {
    margin: 0 0 1.5rem;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
   }
   #pricing-plan .plan-title + [class*=d-flex] {
    min-height: 4.2rem;
    margin-bottom: 1rem;
   }
   #pricing-plan .card.pricing {
    padding: 1rem .5rem;
    background: rgb(221,221,221);
    background: -moz-linear-gradient(-45deg, rgba(221,221,221,1) 0%, rgba(232,232,232,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(221,221,221,1) 0%,rgba(232,232,232,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(232,232,232,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
    color: #555;
   }
   #pricing-plan .card.pricing.disabled *{
    pointer-events: none;
    cursor: not-allowed;
   }
   #pricing-plan .card.pricing.disabled {
    color:#ccc!important;
    border-color: transparent;
    background: rgb(238,238,238);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
   }
   #pricing-plan .card.pricing.disabled .text-warning {
    color: rgba(250, 187, 23, 0.37) !important;
   }
   #pricing-plan .card.pricing.disabled .text-danger{
    color: rgba(241, 22, 22, 0.37) !important;
   }
   #pricing-plan .card.pricing.disabled .btn {
    opacity: .3!important;
   }
   #pricing-plan .card.pricing.active {
    background: #fff;
    border-color: #000;
    color: #000;
    box-shadow: 0 1px 10px rgba(165,0,16,0.05), 0 1px 2px rgba(165,0,16,.1);
    -moz-box-shadow: 0 1px 10px rgba(165,0,16,0.05), 0 1px 2px rgba(165,0,16,.1);
    -webkit-box-shadow: 0 1px 10px rgba(165,0,16,0.05), 0 1px 2px rgba(165,0,16,.1);
   }
   #pricing-plan .card.pricing h3 + h2 {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 300;
   }
   #pricing-plan .card.pricing h3 + h2 span {
    font-weight: 060;
    margin-right: .25rem;
    font-size: 2rem;
   }
   #pricing-plan .card.pricing h3 + h2 + div {
    margin-bottom: 1rem;
   }
   #pricing-plan .card.pricing ul {
    font-size: .9rem;
   }
   #pricing-plan .card.pricing ul > li {
    margin-bottom: .25rem;
   }
   .list-perks {
    font-size: 1.1rem;
   }
   @media screen and (min-width: 769px) and (max-width: 991px) {
    .list-perks {
     font-size: .95rem;
    }
    .list-perks .fa-2x {
     margin-top: .35rem;
     font-size: 1.25em;
    }
    .list-perks .fa-fw {
     width: 1em;
    }
   }
  /* ===== E N D * #pricing-plan ===== */
  .system-alert-target:not(:empty) {
   margin-top: 2rem;
   margin-bottom: 1rem;
  }

  #monthOpts .btn-group .btn:active, #monthOpts .btn-group .btn.active, .show > #monthOpts .btn-group .btn.dropdown-toggle, 
  #monthOpts .btn-group .btn:not(:disabled):not(.disabled).active, 
  #monthOpts .btn-group .btn:not(:disabled):not(.disabled):active {
   background-color: #4f30f1;
   border-color: #4f30f1;
   color: #fff;
  }
  #monthOpts .btn-group .btn:not(:disabled):not(.disabled).active:focus, 
  #monthOpts .btn-group .btn:not(:disabled):not(.disabled):active:focus, 
  .show>#monthOpts .btn-group .btn.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(35,58,125,.5);
  }
  /* ===== S T A R T * #pricing-2o ===== */

   #pricing-2o .fa-check {
    font-size: 18px;
   }
   #planMoreInfo #pricing-2o > .row > [class*=col]:not(:first-of-type) .list-group-item:nth-of-type(1) {
    align-items: normal;
    display: flex;
   }
   #planMoreInfo #pricing-2o > .row > .MP .list-group-item:nth-of-type(1) {
    flex-direction: column;
   }
   #pricing-2o .lead {
    font-size: 1.35rem;
    line-height: 1;
   }
   #pricing-2o * {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
   }
   #pricing-2o .plan-title {
    margin: 0;
    font-size: 19px;
      line-height: 24px;
    font-weight: 600;
   }
   #pricing-2o .pricing-box {
    border: 1px solid #aaa;
    display: block;
    max-width: 80%;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 0 .2rem;
    border-radius: .25rem;
    margin: 0 auto;
    background-color: #EBE8FE;
    border-color: #EBE8FE;
    color: #4F30F1;
    position: relative;
   }
   #planMoreInfo #pricing-2o .list-group-item .fa-times {
    display: none!important;
   }
   #pricing-2o .row > [class*=col]:nth-of-type(1) {
    background-color: #f4f7fa;
   }
   #pricing-2o .row > [class*=col]:nth-of-type(1) .plan-title {
    margin: 0;
    font-size: 1.2rem;
   }
   #pricing-2o .row > [class*=col]:nth-of-type(2) .pricing-box {
    background-color: #EBF9F1;
    border-color: #EBF9F1;
    max-width: 60%;
    color: rgba(64,195,119,1);
   }/* targets 'free' pricing-box only */

   #pricing-2o .MP {
    box-shadow: 0 0 110px -30px rgba(48, 31, 138, .8);
    -webkit-box-shadow: 0 0 110px -30px rgba(48, 31, 138, .8);
    position: relative;
   }
   #pricing-2o .MP:before {
    display: block;
    width: 100%;
    position: relative;
    /*content: 'Most Popular';*/
    text-transform: uppercase;
    background-color: #4f30f1;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-top: -1.3rem;
    color: #fff;
    text-align: center;
   }
   #pricing-2o .list-group {
    font-size: 12px;
    line-height: 24px;
   }
   #pricing-2o .list-group .pricing-box span {
    font-weight: 600;
     padding: 0 .25rem 0 0;
   }
   #pricing-2o .list-group-item {
    border-color: #ebebeb;
    background-color: transparent;
   }
   #pricing-2o .MP .list-group-item:nth-of-type(2) .btn,
   #pricing-2o .MP .list-group-item:last-of-type .btn {
    background-color: #40c377;
    color: #FFF;
    padding-top: .2rem;
    padding-bottom: .2rem;
   }
   #pricing-2o .list-group-item:nth-of-type(1) {
   } /* type of plan */
   @media (min-width: 1250px) {
    #pricing-2o [class*=col]:not(:nth-of-type(1)) .list-group-item:nth-of-type(2) {
     padding-left: 2rem;
     padding-right: 2rem;
    } /* plan button */
   }

   #pricing-2o .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(1) {
    color: gray;
   }
   #pricing-2o .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) {
    color: #40c377;
   }
   #pricing-2o .list-group-item.disabled {
    text-decoration: line-through;
    opacity: .5;
   }
   #pricing-2o .list-group-item.disabled:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) {
    color: gray;
   }
   #pricing-2o .btn small, #pricing-plan .btn small {
    margin-top: .25rem;
    display: block;
    font-size: 12px;
   }
   #pricing-2o .list-group .pricing-box {
    font-size: 16px;
    line-height: 25px;
   }
   #pricing-2o .list-group .pricing-box span {
    font-size: 25px;
   }
   #pricing-2o .pricing-box.strike {
    opacity: .7;
   }
   #pricing-2o .list-group .pricing-box.strike + .pricing-box span {
    font-size: 20px;
   }
   #pricing-2o .pricing-box.strike:after {
    content: '';
    position: relative;
    width: 100%;
    display: block;
    opacity: .7;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,0,0,1);
    background: transparent;
    color: #41403E;
    transform: rotate(8deg);
    height: 0px;
    top: -15px;
   }
   #pricing-2o .pricing-box.strike + .pricing-box {
    color: rgba(64,195,119,1);
    background-color: transparent;
    position: relative;
    border: 0;
    padding: 0;
    font-weight: 700!important;
    top: -.25rem;
   }
   #pricing-2o .list-group-item:last-child {
    border-bottom: 0!important;
    background-color: #11093d;
   }
   #pricing-2o .list-group-item:last-child .btn {
    font-size: 1rem;
   }

   #pricing-2o [class*=col].disabled,
   #pricing-2o .disabled .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) {
    color: #ccc!important;
   }
   #pricing-2o .disabled .btn,
   #pricing-2o .disabled .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) [class*=fa],
   #pricing-2o .disabled .list-group .pricing-box {
    opacity: .5
   }

   @media screen and (max-width: 767px) {
    #pricing-2o .row > [class*=col]:nth-of-type(2) .list-group,
    #pricing-2o .row > [class*=col]:nth-of-type(3) .list-group {
     background-color: #fff;
     border: 1px solid #ebebeb;
    }

   }
   @media (min-width:1050px) {
    #pricing-2o .row > [class*=col]:nth-of-type(1) {
     min-width: 36%;
     max-width: 36%;
    }
    #pricing-2o .list-group-item {
     padding: .5rem;
    }
    #planMoreInfo #pricing-2o .list-group-item {
     padding: .5rem;
     min-height: 50px;
    }
    #pricing-2o .row > [class*=col]:nth-of-type(1) .list-group-item small {
     display: block;
     text-align: center;
     line-height: 1rem;
     font-size: 10px;
    }
    #pricing-2o .row > [class*=col]:not(:nth-of-type(1)) .list-group-item:not(:nth-of-type(1)) {
     font-weight: 600;
     -ms-flex-pack: center!important;
     justify-content: center!important;
    }
   }
   @media screen and (min-width: 768px) {
    #planMoreInfo #pricing-2o .list-group-item:nth-of-type(1) {
     min-height: 115px;
    }
    #pricing-2o .list-group-item:nth-of-type(2) {
     height: 50px;
    } /* plan button */
    #pricing-2o .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) {
     color: #000;
    }
    #pricing-2o .list-group-item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type) > span:nth-of-type(2) .fa-check {
     color: #40c377;
    }
    #planMoreInfo #pricing-2o {
     margin-bottom: 2rem;
    }
    #planMoreInfo #pricing-2o .list-group-item:last-child {
     display: none!important;
    }
   }
    #planMoreInfo #pricing-2o > .row > [class*=col]:first-of-type .list-group-item:nth-of-type(1),
    #planMoreInfo #pricing-2o > .row > [class*=col]:first-of-type .list-group-item:nth-of-type(2) {
     border-top-color:transparent;
     border-bottom-color:transparent;
    }
    #planMoreInfo #pricing-2o > .row > [class*=col]:first-of-type .list-group-item:nth-of-type(3) {
     border-top-color:transparent;
    }
   @media (min-width: 768px) and (max-width: 1199px) {
    #pricing-2o .list-group-item {
     min-height: 53px;
     padding: .5rem;
    }
   }
   @media screen and (max-width: 1199px) {
    #pricing-2o .btn {
     font-size: 14px;
     line-height: 1;
    }
    #pricing-2o .list-group-item {
     line-height: 16px;
     font-size: 13px;
    }
    #planMoreInfo #pricing-2o > .row > [class*=col]:not(:first-of-type) .list-group-item:nth-of-type(1) {
     align-items: center!important;
    }
    #pricing-2o .list-group-item:last-child {
     /*min-height: 90px;*/
    }
   }
   @media screen and (min-width:991px) and (max-width:1200px) {
    #pricing-2o .list-group .pricing-box {
     font-size: unset;
     line-height: inherit;
    }
    #pricing-2o .list-group .pricing-box span {
     font-size: 1rem;
     padding: 0;
    }
   }
   @media screen and (min-width: 1200px) {
    #pricing-2o .plan-title ~ hr {
     flex: 1 1 auto;
    }
    #pricing-2o .plan-title {
     margin: 0 0 1.25rem;
    }
    #planMoreInfo .plan-title {
     margin: 0;
    }
    #pricing-2o .list-group-item {
     font-size: .85rem;
     line-height: 1rem;
    }
    #planMoreInfo #pricing-2o .list-group-item {
     font-size: 13px;
    }
    #pricing-2o .list-group-item:nth-of-type(2) {
     height: unset;
    } /* plan button */
    #planMoreInfo #pricing-2o .list-group-item:nth-of-type(2) {
     height: unset;
    }
    #pricing-2o .list-group-item:nth-of-type(1) {
     /*height: 125px;*/
    } /* type of plan */
   }
  /* ===== E N D * #pricing-2o ===== */
  /* ===== S T A R T * .hc-ow ===== */
   .hc-ow #zift_make_payment_echeck .row [class*=col] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
   }  
   .engage-wizard .hc-ow .form-control {
    padding: .375rem .25rem;
   }
   .hc-ow form .form-group:last-of-type .btn-fill {
    display: block;
    width: 100%;
   }
   .hc-ow .m-t-0.m-b-10, .hc-ow small.d-block.m-b-15 {
    font-size: 80%;
    font-weight: 400;
   }
   .hc-ow #zift_make_payment_echeck .alert:first-of-type {
    display: none!important;
   }
   .hc-ow label a[data-toggle] {
    display: none!important;
   }
   .hc-ow form .form-group:last-of-type {
    padding: 0!important;
   }
  /* ===== E N D * .hc-ow ===== */
  /* ===== S T A R T * #check-display ===== */
   @media (min-width: 576px) {
    #check-display {
     display: flex;
     position: relative;
     flex-direction: column;
     background: repeating-linear-gradient(
      30deg,
      #606dbc,
      #606dbc 2px,
      #465298 2px,
      #465298 4px
     );
     border: 1px solid #606dbc;
    }
    #check-display .interior {
     background-color: #fff;
     background: repeating-linear-gradient(
      30deg,
      #efefef,
      #efefef 2px,
      #fefefe 2px,
      #fefefe 4px
     );
     border: 2px solid rgba(75,154,151,.5);
     box-shadow: inset 0 0 0 2px #606dbc;
     padding: 1rem;
     margin: .25rem;
    }
    #check-display * {
     line-height: inherit;
     font-size: 12px;   
    }
    #check-display .interior > .row, #check-display .interior > .row + [class*=d-none] {
     margin-left: 0;
     margin-right: 0;
     margin-bottom: 1.5rem;
    }
    #check-display .interior > .row > [class*=col] {
     padding-left: 0;
     padding-right: 0;
    }

    #check-display .form-control {
     font-family: 'Varela Round';
     font-weight: 700;
     padding: 0;
     margin: 0;
     background-color: transparent;
     border: 0;
     height: inherit;
    }
    #check-display .form-control[readonly], #check-display .form-control.readonly {
     color: rgba(0,0,0,.5);
     font-family: 'Oxygen Mono';
     pointer-events: none;
     font-size: 14px;
     font-weight: 600;
    }
    #check-display input:focus {
     box-shadow: none!important
    }
    #check-display .input-group-text {
     pointer-events: none;
     text-transform: uppercase;
     padding: 0;
     text-align: left;
     margin: 0;
     background-color: transparent;
     border: 0;
     font-weight: 700;
     line-height: .65rem;
     font-size: .65rem;
    }
    #check-display p {   
     line-height: 15px;
     font-size: 12px;
    }
    #check-display .input-group-prepend .input-group-text {
     padding-right: .25rem;
    }
    #check-display .form-control {
     padding-left: .5rem;
     padding-right: .5rem;
    }
    #check-display .row > [class*=col]:not(:first-of-type) .input-group-prepend .input-group-text {
     padding-left: .25rem;
    }
    .engage-wizard #check-display .form-control,
    .engage-wizard #check-display .input-group-text {
     border-bottom: 1px solid #AAA;
    }
    .engage-wizard #check-display .form-control.thick {
     background-color: #fff;
     border: 2px solid #AAA!important;
    }
    #check-display input:focus + .sm-under {
     font-weight: 800;
    }
    #check-display .sm-under {
     font-family: 'Varela Round';
     font-weight: 400;
     text-transform: uppercase;
     font-size: 12px!important;
     text-align: center;
    }
   }
  /* ===== E N D * #check-display ===== */
  /* ===== S T A R T * .card.customized ===== */
   .customized {
    box-shadow: 1rem 1rem 10rem -1.5rem rgba(0,0,0,.14);
    height: 100%;
    border: 0;
   }
   .customized .poppins b, .customized .poppins strong, .customized .poppins .b, .customized .poppins .strong {
    font-weight: 700;
   }
   .customized .card-header {
    font-size: 95%;
    padding: .25rem .5rem;
   }
   .customized .card-header, .customized .card-footer {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
   }
   .customized .card-header p, .customized .card-footer p {
    margin: 0;
   }
   .customized .card-body {}
   .customized .enhanced {
    font-size: 93%;
    margin-top: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
   }
   .customized .enhanced > li {
    position: relative;
    display: block;
    font-weight: 400;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.075);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-left: 0;
   }
   .customized .enhanced > li:last-child {
    border-bottom: 0;
   }
   .customized [class*=bg-].disabled {
    opacity: .7;
    pointer-events: none;
   }
   .customized .btn {
    font-weight: 600;
    font-size: 150%;
    line-height: 150%;
    font-family: 'Varela Round';
   }
   .customized .btn small, .customized .btn .small {
    font-weight: 300;
    font-size: 80%;
   }
   .customized .enhanced > li:first-of-type {
    border-top: 0;
   }
   .customized .enhanced > li:before {
    color: #3FC377;
   }
   .customized .card-body {
    padding: .5rem 1rem;
   }
   .customized .card-body > p {
    margin-bottom: 0;
    padding: .5rem 1rem;
   }
   .customized .card-body > p + p {
    margin-bottom: .5rem;
   }
   .customized .highlight, .customized mark {
    font-size: 90%;
   }
   .customized .card-footer a:not(.btn) {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-size: 90%;
    color: #40c377;
    display: inline-block;
    padding: .35rem 0;
    border-bottom: 3px solid #DADADA;
   }
   .customized .card-footer a:not(.btn):after {
    content: '';
    display: block;
    border-bottom: 3px solid #40c377;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
   }
   .customized .makeroom {
    padding: .5rem 1rem;
   }
   .customized .card-footer a:not(.btn):hover:after { 
     width: 100%; 
   }
   .customized .card-footer a:not(.btn):hover, .customized .footer a:not(.btn):focus {
    color: #4f30f1;
   }
   @media screen and (min-width: 576px) {
    .customized .card-header, .customized .makeroom {
     min-height: 4.25rem;
    }
    .customized .card-header {
      font-size: 90%;
      padding: .0rem .5rem;
    }
   }
  /* ===== E N D * .card.customized ===== */
  /* ===== S T A R T * .reviewer ===== */

.fa-star,
.fa-star-half,
.fa-star-half-alt {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  unicode-bidi: bidi-override;
  position: relative;
}

.fa-star:before,
.fa-star-half:before,
.fa-star-half-alt:before {
  content: "\2605";
}

.fa-star-half,
.fa-star-half-alt {
  color: transparent!important;
}
.fa-star-half:after,
.fa-star-half-alt:after {
 content: '\2605';
 position: absolute;
 display: block;
 width: 51%;
 overflow: hidden;
 z-index: 3;
 color: #40C377;
 left: 0;
 top: 0;
}


   .reviewer *:not([class*=fa-]):not(.biryani) {
    font-family: 'Varela Round'
   }
   .reviewer h3 {
    font-size: 24px;
    line-height: 48px;
    color: #212121;
    margin-bottom: 0;
   }
   .reviewer .t12 {    
    font-weight: 500;
    font-size: 12px!important;
   }
   .reviewer .t14 {
    font-size: 14px!important;
   }
   .reviewer .t16 {
    font-size: 16px!important;
   }
   .reviewer h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #212121;
   }
   .reviewer .btn-group-toggle [class*=btn] {
    margin: 5px;
   }
   .reviewer textarea {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 30px;
    border-color: #CECECE;
    color: #212121;
    border-radius: 4px;
   }
   .reviewer textarea::placeholder {
    font-weight: 500;
    color: #9E9E9E;
   }
   .reviewer textarea:focus {
    border-color: black;
    box-shadow: 0;
   }
   .reviewer .btn img {
    max-height: 1.15rem;
   }
   .reviewer h2 {
    font-weight: 700;
   }
   .reviewer label:not(.btn), .reviewer .label:not(.btn) {
    font-weight: 500;
   }
   .reviewer [class*=btn-outline] {
   }
   .reviewer [class*=btn].upper {
    letter-spacing: 1px
   }
   .reviewer .bg-dark .btn-outline-secondary {
    color: #fff;
    border-color: rgba(255,255,255,.15);
   }
   .reviewer label:not(.btn), .reviewer .label:not(.btn) {
    font-size: unset;
    line-height: unset;
   }
   .reviewer .custom-checkbox .custom-control-label {
    font-size: 85%;
    line-height: 1.9;
   }
   .reviewer .custom-checkbox .custom-control-label .border-bottom {
    line-height: 115%; /* controls border placement */
    border-bottom-width: 2px!important;
   }

   .btn-group-toggle .btn-outline-primary:hover,
   .btn-group-toggle .btn-outline-primary:focus, 
   .btn-group-toggle .btn-outline-primary:active, 
   .btn-group-toggle .btn-outline-primary.active, 
   .show > .btn-group-toggle .btn-outline-primary.dropdown-toggle, 
   .btn-group-toggle .btn-outline-primary:not(:disabled):not(.disabled).active, 
   .btn-group-toggle .btn-outline-primary:not(:disabled):not(.disabled):active {
    box-shadow: 0px 0px 1px 1px #4f2ff0;
    background-color: #EDEAFD!important;
    color: #4f2ff0!important;
    -webkit-filter: unset!important;
    filter: unset!important;
   }
  /* ===== E N D * .reviewer ===== */
  /* ===== E N D * .dispRating ===== */
   .dispRating {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
   }
   .dispRating > span {
    display: inline-flex;
   }
   .dispRating > span + span {
    margin-left: .15em;
   }
   .dispRating.--rate .fa-star {
    /*padding-top: .35em;*/
    padding-top: .35rem;
    /*padding-bottom: .35em;*/
    padding-bottom: .35rem;
   }
   .dispRating.--rate [class*=fa-] {
    font-size: 140%;
    line-height: 120%;
   }
   @media (max-width: 350px) {
    .dispRating.--rate {
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
    }
    .dispRating.--rate > span {
     display: block;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     text-align: center;
    }
    .dispRating.--rate [class*=fa-] {
     font-size: 100%;
     line-height: 100%;
    }
   }
   .dispRating [class*=fa-] {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
   }
   .reviewTitle + .dispRating {
    justify-content: start;
   }
   .dispRating.--rate > span + span {
    margin-left: .35em;
   }
   .dispRating.--rate .fa-star {
    border: 1px solid #DCDCDC;
    color: #BFBFBF;
   }
   .dispRating.--rate .fa-star.filled {
    background-color: #D8F2E3;
    border-color: #D8F2E3;
    color: #3DC278;
   }
   .dispRating.--rate .fa-star:not(.filled):hover {
    cursor: pointer;
    background-color: #DCDCDC;
    color: white;
   }
   @media (min-width: 351px) {
    .dispRating.--rate [class*=fa-] {
     border-radius: 2px;
     /*padding: .5em .75em;*/
     padding: .5rem .75rem;
    }
    .dispRating.--rate [class*=fa-]:not(.filled) {
     -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.06);
     -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.06);
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.06);
    }
   }
   @media (min-width: 769px) {
    .dispRating.--rate [class*=fa-] {
     font-size: 40px;
     line-height: 32px;
     /*padding: .7em .45em;*/
     padding: .7rem .45rem;
     border-radius: 4px;
    }
    .dispRating.--rate .fa-star:not(.filled):before {
     content: '\2606';
    }
    .dispRating.--rate .fa-star:not(.filled):hover:before {
     content: '\2605';
    }
    .dispRating.--rate > span + span {
     margin-left: 14px;
    }
   }

  /* ===== E N D * .dispRating ===== */

  /* ===== S T A R T * .nofill ===== */
   .nofill.nav-pills .nav-link {
    border-radius: 0;
    margin: 5px 0;
    color: #130B22;
    padding: 0 15px;
    position: relative;
   }
   .nofill.nav-pills .nav-link.active, .show > .nofill.nav-pills .nav-link {
    background-color: transparent;
    color: #4F2EF0;
   }
   .nofill.nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    width: 4px;
    height: calc(100% - 4px);
    top: 2px;
    left: 0;
    display: inline-block;
    background-color: #4F2EF0;
   }

  /* ===== E N D * .nofill ===== */
 /* ===== E N D * #content ===== */
/* ===== E N D * .wrapper ===== */
 .grid-example {
  display: flex;
  flex-wrap: wrap;
 }
 .boxT {
  margin: .25rem;
 }
 .boxT .custom-upload {
  padding: 2rem;
 }
 .custom-upload .custom-input[type="file"] { 
  margin-bottom: 1rem;
 }
 .boxT:not(:nth-of-type(1)) {
  flex: 160px;
 }

 @supports (display: grid) {
  .grid-example {
   display: grid;
   grid-gap: .75rem;
   grid-template-columns: repeat(6, minmax(auto,1fr));
   /*grid-template-columns: repeat(6, auto);*/
   /*grid-template-columns: repeat(4, 1fr);*/
  }
  .boxT {
   margin: 0;
  }
  .boxT[class*=item] .d-flex {
   flex-direction: column;
   height: 100%;
   align-items: stretch;
   justify-content: between;
   padding: 0;
  }
  .boxT:nth-child(6n+1),
  .boxT:nth-child(6n+2) {
   display: inline;
   grid-column: auto / span 2;
   grid-row: auto / span 2;
  }
  .custom-upload .custom-input[type="file"] {  
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   padding: 0;
   margin: 0;
   position: absolute !important;
   white-space: nowrap;
   width: 1px;
  }
  .custom-upload .custom-label .large.d-none {
   display: block!important;
   padding-bottom: 36px;
  } 
  .custom-upload .custom-label .large {
   --thisColor: #40C377;
   padding-bottom: 2px;
   font-size: 47px;
  }
  .custom-upload .custom-label .large:before {
   border: 2px solid var(--thisColor);
   color: var(--thisColor);
   padding: 11px;
   border-radius: 50%;
  }
 }

.boxT {
 background-color: #444;
 color: #fff;
}
.grid-example .boxT:not([class*=item]) {
 background-color: #fff;
 color: #000;
}
.boxT img {
 box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2);
}

.chart-cont {
 margin-top: 15px;
}

.dashboard_total {
 /*color: #00B068;*/
 font-size: 3.5em;
 text-shadow: 2px 2px 1px #CACAE7;
 font-weight: bold;
 line-height: 1em;
}

.dashboard_total small {
 font-size: 0.8rem;
 font-weight: bold;
}

 .custom-upload {
  cursor: pointer;
  border-style: dashed;
  border-width: 2px;
 }
 .custom-upload .custom-label .badge {
  font-size: 14px;
  background-color: rgba(64, 195, 119, 0.2);
  color: #40C377;
  padding: 10px 25px;
 }
 
.tooltip-inner {
 white-space:pre-wrap;
 text-align: left;
}

#forRaybtn {
 bottom: 5%;
 position: absolute;
}
/*@media (min-width: 576px){
 .modal-dialog {
  max-width:576px;
 }
}
@media (min-width: 769px){
 .modal-dialog {
  max-width: 650px;
 }
}*/
#blndHeader {
 background-color: #fff;
 background-repeat: no-repeat;
 /*background-image: url(/images/make-header-2.png);*/
 background-position: top left;
 background-size: 100% auto;
 padding: .35rem .9rem .35rem 0;
 font-family: 'Varela Round';
 color: #828282;
}
#blndHeader [class*=container] {
 padding-left: .35rem;
 padding-right: .35rem;
}
#blndHeader .logoImg {
 max-height: 45px;
 position: relative;
 z-index: 1;
}
#blndHeader [class*=container] > .row:first-of-type > [class*=col]:first-of-type {
 padding-right: 0;
}
#blndHeader .display {
 color: #000;
 font-weight: 800;
}
#blndHeader #topNav {
 /*padding: 0;*/
 background-color: transparent;
 font-family: 'Varela Round';
}
@media screen and (max-width: 992px) {
 #blndHeader #topNav {
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
 }
 #topNav .navbar-nav {
  margin-top: .5rem;
 }
}
#blndHeader .img-title {
 /*background-color: rgba(12, 241, 12,.7);*/
}
#blndHeader #topNav .nav-item .nav-link:hover,
#blndHeader #topNav .nav-item .nav-link:focus, 
#blndHeader #topNav .nav-item .nav-link.active {
 color: #4F4F4F;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 1199px) {
 #blndHeader .btn {
  line-height: inherit;
  padding: .25rem .5rem;
 }
 #blndHeader .fa-2x {
  font-size: 1.4em;
 }
 #topNav .navbar-nav {
  /*margin-left: 3rem;
  margin-right: 3rem;*/
 }
 #topNav .navbar-nav .nav-link {
  padding-top: .25rem;
  padding-bottom: .25rem;
 }
 #blndHeader .img-fluid[src*="mini"] {
  max-height: 100px;
 }
}
@media screen and (min-width: 1200px) {
 #blndHeader {
  /*font-size: 1.55rem;*/
 }
 #blndHeader .btn-link:only-of-type {
  box-shadow: none!important;
  color: unset;
  /*font-size: 21px;*/
 }
 #blndHeader [class*=container] > .row:first-of-type > [class*=col]:nth-of-type(2) {
  padding-top: 22px;
 }
 #blndHeader #topNav {
  /*font-size: 1.4rem;*/
  /*padding: .65rem 6.8rem;*/
 }
 #blndHeader .display {
  max-width: 27rem; /* retain line break from mock up while desktop size */
  line-height: 4rem;
  font-size: 3.25rem;
 }
 #blndHeader .img-title {
  padding-left: 0;
  padding-top: 35px;
 }
 #blndHeader .img-title .pl-n {
  margin-left: -13px;
 }
 #blndHeader .img-title .row {
  margin-left: -2px;
  margin-right: -2px;
 }
 #blndHeader .img-title .row [class*=col] {
  padding-left: 2px;
  padding-right: 2px;
 }
 #blndHeader .logoImg {
  max-height: 60px;
 }
 #topNav .navbar-nav .nav-link {
  color: #BDBDBD;
  /*padding: .25rem 15px;*/
 }
}
.alert-light .font-weight-bold p {
 margin-top: .5rem;
}
.merchDash-boxes {
}
.merchDash-boxes .border-top {
 border-top: 2px solid #8F8D9E!important;
}
.merchDash-boxes .border-danger {
 border-top: 2px solid #c33f49 !important;
}

@media screen and (min-width: 1200px) {
 .engageText p {
  margin-bottom: 1.9rem;
 }
 .engageText p:last-of-type {
  margin-bottom: 1.6rem;
 }
 .engageText .btn-lg {
  /*font-size: 21px;*/
  line-height: 1;
  padding: .75rem 1.4rem;
 }
}