﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*OM BRAND COLOURS*/
/*Black*/
/*White*/
/*Gradients*/
/*BTN's*/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Sticky footer styles
------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  background: #F1F2F2;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #8DC63F;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #009677;
}
h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.6rem;
  color: #282828;
  margin-top: 20px;
  text-transform: none;
}
h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 20px;
}
h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #282828;
}
h4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #58595B;
}
h5 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #58595B;
  text-decoration: none;
}
p {
  font-size: 0.9rem;
}
a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #58595B;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  color: #58595B;
}
a.btn {
  border-radius: 0;
  min-height: 60px;
  float: right;
  font-size: 1rem;
  line-height: 60px;
}
.btn-primary {
  background: linear-gradient(89.63deg, #019676 19.46%, #8DC63F 84.27%);
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1rem;
  min-height: 60px;
  width: 100%;
  padding: 0 25px;
}
.btn-primary i {
  margin: 0 10px;
}
.btn-secondary {
  background: #FFFFFF;
  color: #009677;
  font-weight: 600;
  border: 1px solid #009677;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 60px;
  width: 100%;
  border-radius: 0;
  padding: 0 25px;
}
.btn-secondary i {
  margin: 0 10px;
}
.btn-alt {
  background: #009677;
  color: #FFFFFF !important;
  font-weight: 400;
  border: 1px solid #009677;
  display: inline-block;
  font-size: 0.7rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2rem;
  cursor: pointer;
}
.btn-alt.disabled {
  background: #DCDDDE;
  color: #58595B !important;
  border: 1px solid #DCDDDE;
  cursor: not-allowed;
}
.underline {
  text-decoration: underline;
}
.red-font {
  color: red;
}
.hidden {
  display: none;
}
.disabled {
  touch-action: none;
}
.btn-link {
  color: #009677;
  text-transform: uppercase;
}
.breadcrumbLink {
  margin: 10px 0;
}
.reportingForm {
  margin-top: 30px;
  margin: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}
form {
  margin-left: -15px;
  margin-right: -15px;
}
form .row {
  margin-bottom: 1rem;
}
form .conditional {
  display: flex;
  align-items: flex-end;
}
form .button-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  display: flex;
}
form .button-row .btn {
  border-radius: 0;
  min-height: 60px;
  float: right;
  font-size: 1rem;
}
form .button-row .btn.full {
  max-width: 100%;
}
    form input[type=text],
    form input[type=password],
    form input[type=tel],
    form select.form-control {
        border: 1px solid #DCDDDE;
        height: 40px;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        font-size: 0.9rem;
        color: #58595B;
    }
form label {
  display: block;
  font-weight: 600;
  color: #282828;
  font-size: 0.9rem;
  text-transform: uppercase;
}
form label .required {
  color: #ED000E !important;
}
.form-control {
  border-radius: 0;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
  color: #808285;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.row .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.row .col.search {
  height: 40px;
}
.row .col.search input {
  width: 75%;
  float: left;
  border: 1px solid #DCDDDE;
  height: 40px;
  padding: 5px 10px;
}
.row .col.search input h4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #58595B;
}
.row .col.search input::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
  color: #808285;
}
.row .col.search .btn-primary {
  width: 20%;
  height: 40px !important;
  min-height: inherit !important;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.row .col.addCustomer .btn-primary {
  height: 40px !important;
  min-height: inherit !important;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  background: #8DC63F;
  font-size: 0.8rem;
  border: none;
}
.customerList {
  margin: 20px 0 40px;
}
.customerList .row {
  justify-content: space-between;
}
.customerList #customers div.customer {
  margin-bottom: 5px;
  background: #FFFFFF;
  padding: 5px;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customerList #customers div.customer h5 {
  min-width: 50%;
  margin-bottom: 0;
}
.customerList #customers div.customer a {
  color: #282828;
  border-bottom: 1px solid #A7A9AC;
  font-weight: 700;
}
.customerList #customers div.customer .resendSMS {
  width: 25%;
}
.customerList #customers div.customer .resendSMS a {
  padding: 5px 10px;
}
.customerList #customers div.customer .status {
  font-size: 0.8rem;
  color: #58595B;
  text-transform: uppercase;
  width: 22%;
  text-align: right;
  line-height: 1.2;
}
.customerList #customers div.customer .status.Red {
  color: #ED000E;
}
.customerList #customers div.customer .status.Green {
  color: #50B848;
}
.btn.btn-link {
  padding: 0.75rem 1.25rem;
  background: #009677;
  color: #FFFFFF;
}
.btn.btn-link.collapsed {
  color: #009677;
  background: #FFFFFF;
}
#accordion {
  padding: 0 15px;
}
#accordion .card-header {
  padding: 0;
  border-bottom: none;
}
#accordion .card-header h5 {
  text-transform: uppercase;
  color: #009677;
  position: relative;
  font-weight: 600;
}
#accordion .card-header h5 .btn.btn-link {
  padding: 0.75rem 1.25rem;
  background: #009677;
  color: #FFFFFF;
  border-radius: 0;
}
#accordion .card-header h5 .btn.btn-link.collapsed {
  color: #FFFFFF;
  background: #009677;
}
#accordion .row .row {
  justify-content: space-between;
}
#accordion .row .row .col-6 {
  padding-left: 0;
  padding-right: 0;
  max-width: 48%;
  justify-items: self-end;
}
#accordion .card-body {
  overflow: hidden;
}
#accordion .card-body .productheader span {
  color: #58595B;
  font-size: 0.9rem;
}
#accordion .card-body .contentSection span {
  font-size: 0.8rem;
  color: #808285;
}
#accordion .card-body .contentSection span .required {
  color: #ED000E;
}
#accordion.products .btn.btn-link::after {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 20px;
  content: '\f068';
  font-weight: 900;
}
#accordion.products .btn.btn-link.collapsed::after {
  content: '\f067';
}
#accordion.products .contentSection {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #A7A9AC;
}
#accordion.deductions .switch {
  position: absolute;
  top: 12px;
  right: 20px;
}
#accordion.deductions .bankName {
  margin-bottom: 10px;
}
#accordion.deductions .bankName #BankName {
  margin-top: 10px;
}
#accordion.deductions .contentSection {
  margin-bottom: 0 !important;
}
#accordion.deductions .contentSection .bankName,
#accordion.deductions .contentSection .account,
#accordion.deductions .contentSection .preferredDate {
  padding: 0;
}
#accordion.deductions .contentSection .preferredDate {
  padding-left: 15px;
}
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  top: 8px;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}
.input-icon > input {
  padding-left: 25px !important;
  padding-right: 0;
}
.review h3.label {
  display: block;
  font-weight: 400;
  color: #282828;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.review h3.label span {
  font-weight: 400;
  color: #58595B;
}
.review h4 {
  color: #282828;
  font-weight: 400;
}
.review p.label {
  display: block;
  font-weight: 400;
  color: #58595B;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.review p.label span {
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  font-size: 0.8rem;
  color: #808285;
}
.review hr {
  border-bottom: 3px solid #58595B;
}
.detailsSection {
  position: relative;
}
.detailsSection h3:not(.label) {
  margin-bottom: 25px;
  font-size: 0.94rem;
}
.detailsSection .edit-details {
  position: absolute;
  top: 0;
  right: 20px;
}
.detailsSection .edit-details .btn-edit,
.detailsSection .edit-details .btn-edit:hover {
  color: #FFFFFF;
  background: #009677;
  padding: 5px 10px;
}
.modal-content {
  padding: 10px 15px;
}
.modal-content .closeModal {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  cursor: pointer;
}
.modal-content #sendNumber,
.modal-content #resendNumber {
  display: block;
  color: #58595B;
}
.modal-footer {
  justify-content: center;
  border-top: none;
}
.modal-footer .button-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-footer .button-row button {
  line-height: 40px;
  border-radius: 0;
  font-size: 0.9rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .row.xs .col {
    flex: 0 0 100%;
  }
  .row.xs .col.search {
    margin-bottom: 10px;
  }
  .row.xs .col.search input {
    width: 80%;
  }
  #customers div {
    flex-wrap: wrap;
  }
  #customers div :nth-child(1) {
    order: 1;
  }
  #customers div :nth-child(2) {
    order: 2;
  }
  #customers div :nth-child(3) {
    order: 3;
    min-width: inherit !important;
  }
  #customers div :nth-child(4) {
    order: 5;
    flex: 0 0 100%;
    margin: 10px 0;
    width: 100%;
  }
  #customers div :nth-child(4) a {
    float: right;
  }
  #customers div :nth-child(5) {
    order: 4;
    width: auto !important;
  }
  form .row {
    margin-bottom: 0;
  }
  .col-4,
  .col-6,
  .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-4 input,
  .col-6 input,
  .col-8 input,
  .col-4 select,
  .col-6 select,
  .col-8 select {
    margin-bottom: 1rem;
  }
  #accordion.deductions .contentSection .bankName,
  #accordion.deductions .contentSection .account,
  #accordion.deductions .contentSection .preferredDate {
    padding: 0;
  }
}
@media screen and (max-width: 380px) {
  form .button-row {
    flex-wrap: wrap;
  }
  form .button-row :nth-child(1) {
    order: 2;
    flex: 0 0 100%;
  }
  form .button-row :nth-child(2) {
    order: 1;
    margin-bottom: 10px;
  }
}
.mainPage {
  width: 100%;
  max-width: 768px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
  text-transform: uppercase;
}
.mainPage h1 {
  color: #009677;
  margin-bottom: 10px;
}
.mainPage .btn-primary {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
}
.mainPage .btn-primary:hover {
  cursor: pointer;
}
.mainPage .textbox {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.card .btn-link {
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
}
.productheader {
  width: 100%;
  min-height: 50px;
  height: auto;
  border-bottom: 1px solid #DCDDDE;
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.productheader .right {
  float: right;
  width: 80px;
}
.productheader .left {
  float: left;
  width: calc(100% - 80px);
  min-height: 40px;
  height: 100%;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.review .button-row .btn-primary {
  margin-bottom: 10px;
}
.review .button-row .btn-secondary {
  width: 100%;
}
#reason {
  height: 200px;
  border: 1px solid #A7A9AC;
  background: #F1F2F2;
  font-size: 0.9em;
}
hr.thick {
  border: none;
  height: 1px;
  color: #333;
  background-color: #333;
}
hr.very-thick {
  border: none;
  height: 3px;
  color: #333;
  background-color: #333;
}
.thankyoupage {
  margin-top: 100px;
  font-weight: bold;
}
#DeclineModal .textareaWrap {
  position: relative;
}
#DeclineModal .textareaWrap .counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}
.navbar.branded {
  padding: 0;
}
.navbar.branded > .container {
  justify-content: center;
}
.navbar.branded > .container img {
  margin: 0 25px 25px 0;
}
.reportingIndex {
  text-align: center;
}
.reportingIndex .block {
  width: 600px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: white;
}
.reportingIndex .block p:nth-child(1) {
  padding-bottom: 40px;
  padding-top: 50px;
}
.reportingIndex .block p:nth-child(2) {
  padding-bottom: 40px;
}
.reportingIndex .block span {
  float: left;
  width: 30%;
  line-height: 40px;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  text-transform: uppercase;
}
.reportingIndex .block input[type="text"] {
  float: left;
  width: 65%;
  border: 0;
  border-radius: 2px;
  border-bottom: 1px solid grey;
  background-color: transparent;
}
.reportingIndex .block input[type="submit"] {
  width: 65%;
  float: right;
  height: 60px;
  margin-right: 5%;
  margin-top: 50px;
  border-radius: 0;
}
.userHeader {
  padding: 0;
}
.userTable {
  padding: 0 10px;
}
.userTable .inners {
  padding-bottom: 30px;
}
.userTable .head {
  width: 100%;
}
.userTable .head div {
  width: 25%;
  float: left;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  background-color: #DCDDDE;
}
.userTable .head div:nth-child(2) {
  width: 15%;
}
.userTable .head div:nth-child(3) {
  width: 35%;
  text-align: left;
}
.userTable .body:nth-child(2n) div {
  background-color: #F1F2F2;
}
.userTable .body div {
  width: 25%;
  float: left;
  padding: 10px;
  height: 40px;
}
.userTable .body div:nth-child(2) {
  width: 15%;
}
.userTable .body div:nth-child(3) {
  width: 35%;
  text-align: left;
}
.userTable .body div:nth-child(4) {
  padding: 5px;
}
.userTable .body a {
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
}
.alertSection {
  position: relative;
  text-align: left;
}
.exclamation-mark::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f071';
  font-weight: 900;
  color: red;
  position: relative;
}
.exclamation-mark + label {
  width: 280px;
  font-size: 10px;
  border: 1px solid #A7A9AC;
  background-color: #DCDDDE;
  position: absolute;
  top: 6px;
  left: 35px;
  padding: 5px;
}
.exclamation-mark:hover + label {
  display: block;
}
.exclamation-mark + label {
  display: none;
}
.noitems {
  width: 100%;
  float: left;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #DCDDDE;
}
.clientsTable {
  padding: 0 10px;
  margin-top: 50px;
}
.clientsTable .inners {
  padding-bottom: 30px;
}
.clientsTable .head {
  width: 100%;
}
.clientsTable .head div {
  width: 20%;
  float: left;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  background-color: #DCDDDE;
}
.clientsTable .head div:nth-child(2) {
  width: 35%;
}
.clientsTable .head div:nth-child(3) {
  width: 25%;
  text-align: left;
}
.clientsTable .head div:nth-child(4) {
  text-align: center;
}
.clientsTable .body {
  min-height: 40px;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clientsTable .body:nth-child(even) div {
  background-color: white;
}
.clientsTable .body .item {
  width: 20%;
  float: left;
  padding: 10px;
  height: auto;
  position: relative;
}
.clientsTable .body .item.products {
  width: 35%;
  text-align: left;
  font-size: calc(1em - 3px);
}
.clientsTable .body .item.products span {
  width: 50%;
  float: left;
}
.clientsTable .body .item.products span:nth-child(3n+1) {
  width: 100%;
}
.clientsTable .body .item:nth-child(3) {
  width: 25%;
  text-align: left;
}
.clientsTable .body .item:nth-child(4) {
  text-align: center;
}
.clientsTable .status {
  font-weight: bold;
}
.clientsTable .status + label {
  display: none;
}
.clientsTable .status.HasDeclined {
  color: red;
}
.clientsTable .status.HasDeclined + label {
  display: block;
  width: 100%;
  border: 1px solid black;
  background-color: white;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.clientsTable .status.Accepted {
  color: green;
}
.warning-mark::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f071';
  font-weight: 900;
  color: red;
  position: relative;
}
.warning-mark + label span {
  font-weight: bold;
}
.navbar.white {
  background-color: white;
  height: 80px;
  -webkit-box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 150px;
  z-index: 5000;
  padding: 0;
}
.top-banner {
  width: 100%;
  left: 0px;
  position: relative;
  z-index: 1;
  height: 120px;
  text-align: center;
  background: linear-gradient(265.92deg, #FFF200 0%, #82EB5E 48.44%, #00C0E8 100%);
}
.top-banner h1 {
  line-height: 120px;
  color: white;
  margin: 0;
}
.inapp .app-banner {
  width: 100%;
  left: 0px;
  position: relative;
  z-index: 1;
  height: 120px;
  top: 0;
  text-align: left;
  background: linear-gradient(90deg, #ED0080 0%, #FFF200 100%), linear-gradient(90deg, #00C0E8 0%, #FFF204 100%);
}
.inapp .app-banner .container {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: none;
}
.inapp .app-banner .container h1 {
  line-height: 90px;
  color: white;
  font-weight: 600;
  margin: 0;
}
.inapp .apps {
  padding: 0.9rem;
}
.inapp .apps .app {
  width: 30%;
  float: left;
  margin-right: 5%;
  max-width: 200px;
}
.inapp .apps .app:nth-of-type(3n+3) {
  margin-right: 0;
}
.inapp .apps .app:hover {
  cursor: pointer;
}
.inapp .apps .app .icon {
  width: 100%;
  border: 5px solid rgba(255, 255, 255, 0.8);
  background: #009677;
  border-radius: 50%;
  height: inherit;
  padding: 18%;
}
.inapp .apps .app .icon img {
  width: 100%;
}
.inapp .apps .app .name {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #009677;
  margin: 10px auto;
  width: 90%;
}
.row-section {
  width: 100%;
}
.back-section {
  width: 50%;
  float: left;
}
.back-section .back {
  width: 40px;
  float: left !important;
  min-height: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-right: 15px;
}
.back-section .back + span {
  line-height: 40px;
}
.search-section {
  float: right;
  width: 50%;
}
.search-section .btn-search {
  border-radius: 0px 30px 30px 0px;
  width: 30px;
  height: 40px;
  float: right;
  min-height: inherit;
}
.search-section .btn-search span::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-weight: 900;
}
.search-section .btn-search + input {
  height: 40px;
  line-height: 25px;
  float: right;
  border: 1px solid #DCDDDE;
  padding: 5px 15px;
  width: 300px;
}
.btn-refresh {
  width: 30px;
  height: 40px;
  float: right;
  border-radius: 30px 0px 0px 30px;
  min-height: inherit;
}
.btn-refresh span::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f021';
  font-weight: 900;
}
nav#main {
  width: 100%;
  line-height: 2.75rem;
  max-height: 2.75rem;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
nav#main form {
  margin: 0 !important;
  display: inline-block;
}
nav#main form a {
  background: #F1F2F2;
  vertical-align: top;
  padding: 0 10px;
  text-decoration: none;
  color: #282828;
  font-size: 0.75rem;
}
nav#main form a:hover {
  background: #009677;
  color: #FFFFFF;
}
nav#main img {
  top: 0;
}
nav#main .home {
  background: #F1F2F2;
  color: #009677;
  vertical-align: top;
}
nav#main .home:hover {
  background: #009677;
  color: #FFFFFF;
  cursor: pointer;
}
nav#main button {
  border-radius: 0;
  font-size: 0.9rem;
  border: 0 !important;
  text-transform: uppercase;
  padding: 0 30px;
  vertical-align: bottom;
}
nav#main button:hover {
  background: #DCDDDE;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 65px;
}
.loader > span {
  background: linear-gradient(89.63deg, #019676 19.46%, #8DC63F 84.27%);
  border-radius: 50%;
  margin: 0 0.6rem;
  animation: bouncingLoader 0.6s infinite alternate;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.loader > span:nth-child(2) {
  animation-delay: 0.2s;
}
.loader > span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bouncingLoader {
  from {
    transform: translate3d(0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}
.pagination li {
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 5px;
  min-width: 30px;
  height: 30px;
  text-align: center;
  background-color: #DCDDDE;
}
.pagination li.active {
  background: linear-gradient(89.63deg, #019676 19.46%, #8DC63F 84.27%);
}
.pagination li.active a {
  color: #FFFFFF;
}
search-section .pagination li a {
  font-weight: bold;
  line-height: 30px;
}
[data-hidden="true"] {
  display: none;
}
/*Robby 16 OCT 2020*/
.policyArea {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 3px;
}
.policyArea .btn-link {
  font-size: 12px;
  margin: 0;
  border-radius: 0;
  background: #FFFFFF;
  color: #045A4D;
  padding: 0.25rem 1rem;
}
.policyArea .btn-link i {
  float: right;
}
.editPolicyArea {
  margin-top: 30px;
}
.newPolicyItem {
  margin-top: 30px;
}
.clientsTable #accordion,
.policy-review #accordion {
  padding: 0;
}
.clientsTable #accordion .btn-link,
.policy-review #accordion .btn-link {
  color: #FFFFFF !important;
  background: #045A4D #FFFFFF !important;
  text-decoration: none;
  font-size: 14px;
}
.clientsTable #accordion .btn-link::after,
.policy-review #accordion .btn-link::after {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 20px;
  content: '\f068';
  font-weight: 900;
}
.clientsTable #accordion .btn-link.collapsed,
.policy-review #accordion .btn-link.collapsed {
  color: #045A4D !important;
  background: #FFFFFF !important;
}
.clientsTable #accordion .btn-link.collapsed::after,
.policy-review #accordion .btn-link.collapsed::after {
  content: '\f067';
}
@media screen and (max-width: 420px) {
  .nextButtons .button-row {
    flex-wrap: wrap;
  }
}
.impersonationBanner {
  width: 100%;
  background-color: #009677;
  color: white;
  font-weight: bold !important;
  text-align: center;
}
.impersonationBanner span {
  width: 50%;
  text-align: left;
  height: 100%;
}
.impersonationBanner a {
  text-align: left;
  width: 50%;
  color: #8DC63F;
  border-right: 1px solid #8DC63F;
  text-align: right;
  padding-right: 10px;
  margin-right: 10px;
}
.tab-pane {
  padding-top: 15px;
  background-color: white;
  border: 1px solid linear-gradient(265.92deg, #FFF200 0%, #82EB5E 48.44%, #00C0E8 100%);
  padding-bottom: 15px;
}
.headerTabs .nav-item {
  background-color: #DCDDDE;
}
.headerTabs .nav-item .nav-link {
  color: #009677;
  font-weight: bold;
}