
.hnry-yellow {
  background-color: #f3c73a !important;
}

.hnry-red {
  background-color: #c00 !important;
}

.hnry-pink {
  background-color: #ea4b94 !important;
}

.hnry-violet {
  background-color: #5e519d !important;
}

.hnry-orange {
  background-color: #f07f38 !important;
}

.hnry-blue {
  background-color: #0d91d1 !important;
}

.hnry-black {
  background-color: #000;
}

.light-grey {
  color: #c8cbcb;
}

@font-face {
  font-family: "icomoon";
  src: font-url(/assets/icomoon-7fa8886732413696b1f7b21d6c8749deb2d2ef5b14f73a87f3b2ac76ed1d08ea.eot);
  src: font-url(/assets/icomoon-7fa8886732413696b1f7b21d6c8749deb2d2ef5b14f73a87f3b2ac76ed1d08ea.eot?#iefix) format("embedded-opentype"), font-url(/assets/icomoon-1e580827e03ed81dde91a717c842492f50cf6e422573f375a13dec045ac1c87e.woff) format("woff"), font-url(/assets/icomoon-806545eb492db301b638512ba8a8d08237f8e12cebe9c4f9551b040bc44787c1.ttf) format("truetype"), font-url(/assets/icomoon-ed9a8b8f6998718f07c63feed0a32734d7f46ac23c84762296872998838b3353.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 300;
  src: local("Oxygen Light"), local("Oxygen-Light"), url(asset_path("Oxygen-Light"));
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: local("Oxygen Regular"), local("Oxygen-Regular"), url(asset_path("Oxygen-Regular"));
}
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url(asset_path("Oxygen-Bold"));
}
body {
  font-family: "Inter", "Helvetica Neue", arial, sans-serif !important;
}

.icomoon {
  font-family: "icomoon" !important; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5em;
}

.icomoon-clock::before {
  content: "\e15f";
}

.icomoon-shield::before {
  content: "\e12c";
}

.icomoon-compass::before {
  content: "\e15d";
}

.font-color-blue {
  color: #272754;
}

.font-color-blue-light {
  color: #33367d;
}

.font-color-blue-light-copy {
  color: #2196f3;
}

.hidden {
  display: none !important;
}

.invalid_user_detection {
  margin-left: -2000px;
  width: 1px;
  height: 1px;
  margin-bottom: 0;
}

.centered {
  top: 50%;
  transform: translateY(-50%) !important;
}

.w-80 {
  width: 80%;
}

.centered-text {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute;
}

.wrap-text {
  overflow-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
  word-wrap: normal;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.overflow-hidden {
  overflow: hidden;
}

.align-horizontal {
  text-align: center;
  width: 100%;
}

.fa.large-icon {
  font-size: 1.8rem;
}

.large-font {
  font-size: 20px;
}

.flex-right {
  margin-left: auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-075 {
  flex-grow: 0.75;
}

.flex-grow-1 {
  flex-grow: 1;
}

.mt-025 {
  margin-top: 0.25rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.completion-list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.completion-list li {
  margin-bottom: 5px;
  position: relative;
}
.completion-list li [aria-label="Completed step"],
.completion-list li [aria-label="Tick mark"] {
  color: #33b082;
  margin-right: 0.5rem;
  font-weight: bold;
}
.completion-list li [aria-label="Incomplete step"] {
  color: #c00;
  margin-right: 0.5rem;
  font-size: 0.8em;
}

.full-sc-on-mob {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 760px) {
  .full-sc-on-mob {
    flex-wrap: wrap;
  }
}

html,
body {
  scroll-behavior: smooth;
}

.tr-buttons-update {
  height: 40px;
}

.buttons-update {
  position: relative;
  width: 30% !important;
  height: 40px;
  padding: 0 !important;
  border: 0 !important;
  margin-left: 12px !important;
}

.mdb-select .dropdown-content {
  max-height: 350px;
}

#schedule-time-dropdown-wrapper.invalid .select-dropdown {
  border-bottom: none !important;
  box-shadow: 0 1px 0 0 #c00 !important;
}

@media (max-width: 794px) {
  .category-field .dropdown-content {
    width: 200px !important;
  }
}
.category-field .select-wrapper {
  padding-top: 6px !important;
}

.spacer {
  height: 15px;
}

td.updated input,
td.updated .md-form {
  margin-bottom: 0 !important;
}

[type=checkbox] + label::before {
  border-radius: 4px;
}

.btn {
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 9999px;
  box-shadow: none;
}
.btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn:disabled {
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .filter-search input[type=search] {
    width: 140px;
  }
}
.filter-search a:link,
.filter-search a:visited {
  color: #767676;
}
.filter-search input[type=search] {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-search input[type=search]::-moz-placeholder {
  color: #767676;
}
.filter-search input[type=search]::placeholder {
  color: #767676;
}
.filter-search input[type=search]:-ms-input-placeholder {
  color: #767676;
}
.filter-search input[type=search]::-webkit-input-placeholder {
  color: #767676;
}

[type=checkbox] + label {
  height: auto;
}

[type=checkbox]:checked + label::before {
  border-color: transparent #33b082 #33b082 transparent;
}

.select-wrapper input,
.select-wrapper span.caret {
  color: #767676;
}

.percentage-section .mdb-select {
  margin: 0.4rem 0 15px 0;
}

.inline-select.mdb-select input {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  height: 2.1rem;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
}

.gst-selection .mdb-select {
  margin: 0.4rem 0 15px 0;
}

.input-group-addon.toggle-password {
  min-width: 50px;
  min-height: 24px;
}

.no-background {
  color: #767676 !important;
  background-color: transparent !important;
}

.md-form.input-group .form-control {
  padding-left: inherit;
}

.md-form label {
  top: 1rem;
}
.md-form .select-wrapper + label {
  top: -14px;
}

.label-form-control { /* stylelint-disable-next-line no-descending-specificity */ }
@media (max-height: 989px) {
  .label-form-control label {
    top: -1.5rem;
  }
  .label-form-control label.active {
    margin-top: 2rem;
  }
}

select.form-control-mini {
  display: inline-block;
  width: auto;
}

input.form-control-mini {
  display: inline-block;
  width: 3rem;
}

label.form-control-mini {
  font-size: 1rem;
}

.btn.btn-full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.btn.btn-nowrap {
  white-space: nowrap !important;
}

input[type=range].no-thumb + .thumb {
  display: none !important;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #33b082 !important;
}

input[type=range] {
  margin: 0 0;
  padding: 15px 0;
}

/* stylelint-disable-next-line no-descending-specificity */
input[type=search] {
  color: inherit;
  font-size: inherit;
  height: inherit;
  letter-spacing: 1px;
  margin-top: -1px;
  text-transform: uppercase;
  width: inherit;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
input[type=search]::-moz-placeholder {
  color: #fff;
}
input[type=search]::placeholder {
  color: #fff;
}
input[type=search]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.required input[type=text] + label::after,
.required input[type=tel] + label::after,
.required textarea + label::after,
.required legend::after,
.required input:not([type=radio]) + label::after,
.required .select-wrapper + label::after {
  color: #c00;
  content: " *";
  display: inline;
  position: relative;
  top: 0;
  opacity: 1;
}

.switch.required .switch-container::after {
  color: #c00;
  content: " *";
  display: inline;
  position: relative;
  top: 0;
  opacity: 1;
  right: -0.25rem;
}

p span.required::after {
  color: #c00;
  content: " *";
  display: inline;
}

.navbar.fixed-top {
  border-radius: 0;
}

.side-nav .social {
  border-color: rgba(0, 0, 0, 0.3);
}
.side-nav .social a {
  padding: 0.5rem;
  margin: 0;
}
.side-nav .social a i {
  font-size: 1rem;
}

@media (max-width: 989px) {
  html {
    font-size: 16px;
  }
}
.table {
  font-size: 0.9375rem;
}
.table th {
  font-weight: 600;
}

/* stylelint-disable-next-line no-descending-specificity */
.table a {
  margin-left: 0;
}

.modal.show {
  display: flex !important;
}

.modal-dialog.modal-notify.modal-info .badge,
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #272754;
}

.modal-dialog.modal-notify.modal-info .fa {
  color: #767676;
}

.modal-dialog.modal-notify.modal-info .fa-copy {
  color: #2196f3;
}

.modal-header .close {
  right: 1rem;
  top: 1.25rem;
}

@media (max-width: 576px) {
  .modal-body .two-line-header {
    padding-top: 26px;
  }
}
.modal-body .modal-footer {
  margin: 0 -1.5rem;
}

#prior-deduction-block {
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  padding: 0 5px;
}
#prior-deduction-block p {
  padding: 0;
}
@media (max-width: 989px) {
  #prior-deduction-block {
    margin-top: 3rem;
  }
}

.carousel-indicators {
  margin-bottom: 0 !important;
}

/* stylelint-disable-next-line no-descending-specificity */
.carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
  background-color: #33b082 !important;
}

.carousel-indicators li.active {
  pointer-events: none;
  border: 1px solid #333 !important;
}

abbr.currency-code {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: none;
  cursor: auto;
  text-decoration: none;
  box-sizing: content-box;
  height: 2.1rem;
  display: flex;
  align-items: center;
}

@media (max-width: 989px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 989px) {
  .hidden-small-down {
    display: none !important;
  }
}
@media (min-width: 990px) {
  .hidden-md-up {
    display: none !important;
  }
}
[type=radio]:checked + label::after {
  border-color: #33b082;
  background-color: #33b082;
}

@media screen and (max-width: 760px) {
  .remove-gap {
    padding: 0;
  }
}

.footnote {
  color: #949494;
  font-size: smaller;
  padding: 10px 0 0 0;
}

.prior-income-style {
  border-top: 1px solid #e9ecef;
  padding: 20px 15px;
}

/* stylelint-disable-next-line no-descending-specificity */
.prior-income-style .form-inline fieldset label {
  height: -moz-fit-content;
  height: fit-content;
}

.no-deco {
  text-decoration: none;
  color: black;
}

.income-dropdown-item {
  margin-left: 0.2rem;
  margin-bottom: 0.5rem;
}

.filing-total-bg {
  background-color: #272754;
}
.filing-total-bg h5,
.filing-total-bg h4,
.filing-total-bg h3 {
  color: white;
}

.text-vertical-middle {
  vertical-align: middle;
}

div.card.rounded-border {
  border-radius: 8px;
  overflow: hidden;
}

.filing-total-display {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
@media (max-width: 760px) {
  .filing-total-display {
    display: block;
  }
}

.table .no-border-top {
  border-top: 0;
}

.more-shadow {
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 4px 3px 4px -1px rgba(67, 90, 111, 0.301);
}

.active-acc {
  background-color: #f5f5f5;
}

.active-acc .card-header h5 {
  font-weight: bold;
}

.custom-badge {
  position: absolute;
}

#paye-block {
  display: flex;
  align-items: center;
}

.hnry-select {
  color: #495057;
  /* stylelint-disable-next-line no-descending-specificity */
}
.hnry-select + label {
  top: -14px;
  font-size: 0.8em;
}

.btn-primary.active {
  background-color: #272754 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #272754;
  border-color: #272754;
}

/* stylelint-disable-next-line no-descending-specificity */
blockquote p {
  font-size: 1rem;
  padding: 0;
}

.btn.btn-muted,
.md-form input.btn-muted[type=submit] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hide-scroll body {
  overflow-y: hidden !important;
}

.stepper {
  /* stylelint-disable-next-line no-descending-specificity */
}
.stepper li a {
  padding: 20px;
}
.stepper.stepper-vertical li:not(:last-child)::after {
  height: calc(100% - 45px);
  left: 30px;
  top: 55px;
}

.inline-pdf {
  height: 100%;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 989px) {
  .inline-pdf {
    height: 600px;
    max-width: 100%;
  }
}

.account-detail .copy-trigger {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
@media (max-width: 410px) {
  .account-detail ~ .footer-options {
    width: 110%;
  }
}

.as-link {
  border: none;
  color: #0275d8;
  padding-right: 0;
  cursor: pointer;
  background: transparent;
}
.as-link path {
  fill: #0275d8;
}

.modal {
  opacity: 0;
  animation: FadeInUp 0.3s ease forwards;
}

.ie .modal {
  opacity: 1;
  animation: none;
}
.ie .modal.show {
  display: block !important;
}
.ie .form-footer {
  justify-content: flex-start;
}
.ie .modal-backdrop.show {
  opacity: 0.5;
  animation: none;
}

/* stylelint-disable-next-line no-descending-specificity */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8);
  animation: ModalOverlayFadeIn 0.3s ease forwards;
}

[data-turbolinks-preview] .modal {
  opacity: 0;
  animation: none;
}

.application.web .main-container {
  transition: all 0.2s ease;
}
.application.web .main-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position-x: calc(50% + 112.5px);
  background-position-y: calc(50vh - 3rem);
  padding-left: 225px;
  pointer-events: none;
}
.application.web .main-container.leaving {
  animation: FadeOutUp 0.2s ease forwards;
}
.application.web .main-container.entering {
  animation: FadeInUp 0.2s ease forwards;
}
.application.web .main-container.entering::after {
  content: none;
  display: none;
}
.application.web .main-container.loading {
  position: relative;
}
.application.web .main-container.loading::after {
  background-color: rgb(255, 255, 255);
  animation: AddLoader 0.2s ease 1.5s forwards;
}
.application.web .main-container.loading::before {
  content: "Hnry is thinking...";
  animation: FadeIn 0.2s ease 1.5s forwards;
  position: absolute;
  width: 100%;
  top: -3rem;
  left: 0;
  opacity: 0;
  color: #282753;
  visibility: visible;
  text-align: center;
  font-weight: bold;
  height: 100vh;
  display: flex;
  padding-left: 225px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 989px) {
  .application.web .main-container.loading::after {
    padding-left: 0;
    background-position-x: center;
  }
  .application.web .main-container.loading::before {
    padding-left: 0;
  }
}

.lds-ellipsis {
  position: relative;
  width: 2rem;
  transform: translate3d(-4px, 0, 0);
  height: 14px;
  display: inline-block;
}

.lds-ellipsis div {
  position: absolute;
  top: calc(0.6rem - 4px);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  will-change: transform;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}

.hnry-green .lds-ellipsis div {
  background: #33b082;
}

.table-loader {
  display: flex;
  justify-content: center;
  padding-top: 10rem;
  min-height: 60vh;
}

@media (max-width: 989px) {
  .inline-loading-message {
    display: none;
  }
}

.primary.lds-ellipsis div {
  background: #33b082;
}

hr.primary {
  border-color: #33b082;
}

hr.dark {
  border-color: #767676;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(12px, 0, 0);
  }
}
.loading-style-1.application.web .main-container.loading::before {
  content: "Counting the beans...";
}

.loading-style-2.application.web .main-container.loading::before {
  content: "Crunching the numbers...";
}

.loading-style-3.application.web .main-container.loading::before {
  content: "Optimising your financial admin...";
}

.loading-style-4.application.web .main-container.loading::before {
  content: "Dusting off the abacus...";
}

.loading-style-5.application.web .main-container.loading::before {
  content: "Hnry is thinking...";
}

.loading-style-0.application.web .main-container.loading::before {
  content: "Searching the filing cabinet...";
}

@keyframes FadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes FadeOutUp {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes FadeInUpDashboard {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0.4;
    transform: none;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ModalOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes AddLoader {
  from {
    background-image: none;
  }
  to {
    background-image: url(/assets/loading-ab9ed2099ad506b1a12106bdefbacce185cb7cfff3e1ecdf69f8841084b3939e.gif);
  }
}
body.oauth .header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
body.oauth .header span {
  display: flex;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  justify-content: center;
}
body.oauth .header img {
  display: inline-block;
  margin: 0 15px 15px 15px;
}
body.oauth .actions {
  display: flex;
  padding-top: 13px;
  border-top: 1px solid #e9ecef;
}

input[readonly] {
  color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

.activity-statement-footer.is-mobile [type=checkbox] + label {
  font-size: 14px;
  line-height: 1.5;
}

.table-wrap-col .no-wrap {
  white-space: inherit;
}

.icon-btn-svg path {
  fill: #fff;
}

.icon-arrow_right {
  transform: rotateZ(180deg);
}

.mdb-select.job-categories {
  transform: translateY(10px);
  z-index: 999;
}

.md-form.job-categories .select-wrapper {
  position: relative;
}
.md-form.job-categories .select-wrapper + label {
  top: -11.5px;
}
.md-form.job-categories .select-wrapper input.select-dropdown {
  height: 2.5rem !important;
  --tw-ring-color: white;
}
.md-form.job-categories .select-wrapper span.caret {
  display: none !important;
}
.md-form.job-categories .select-wrapper .fa.fa-angle-down.accordion-icon.rotate-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #767676;
  pointer-events: none;
}

#accountant-arrangement-dropdown-container > .select-wrapper {
  padding-right: 20px;
}
#accountant-arrangement-dropdown-container > .select-wrapper input.select-dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .modal-content-custom {
    min-height: 390px;
  }
}
.popover {
  z-index: 9999;
}

.clickable {
  cursor: pointer;
}

.new-line {
  width: 100%;
  text-align: right;
  border-top: 0;
  margin-bottom: 1rem;
}

.receipt-img {
  max-height: 350px;
  max-width: 100%;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
}

.verification-img {
  max-width: 520px;
  width: inherit;
}

.receipt-img-uploaded,
.verification-img-uploaded {
  max-width: 100%;
}

.admin .receipt-img-uploaded {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.admin .verification-img-uploaded {
  position: relative;
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
}
.admin .verification-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  max-height: none;
}
.admin .receipt-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  max-height: none;
}

.invoice_item_quantity {
  margin-top: -2px;
}

.fix-padding-20 {
  padding-right: 20px;
}

.smaller-font {
  font-size: 0.85rem !important;
}

@media (max-width: 989px) {
  .nested-fields {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
}
.padding-text {
  font-size: 15px !important;
  padding: 0 10px 40px 10px;
}
.padding-text .alert {
  font-size: 1rem;
}

@media (max-width: 793px) {
  .padding-text {
    padding-top: 20px;
  }
  .padding-text h2 {
    font-size: 2rem;
  }
}
@media (min-width: 794px) {
  .padding-text {
    padding-top: 40px;
  }
  .padding-text h2 {
    font-size: 2rem;
  }
}
#notice {
  color: #33b082;
}

.bt-0 {
  border-top: 0 !important;
}

.invoices.show .main-container {
  padding-top: 60px;
}

.pay-lines-block {
  top: -150px;
  transform: translateY(50%);
  text-align: center;
}

.b-0 {
  border: none !important;
}

.bt-1 {
  border-top: 5px solid white;
}

.bb-1 {
  border-bottom: 5px solid white;
}

.bb-dark-1 {
  border-bottom: 1px solid #eceeef !important;
}

.green-background {
  background-color: #33b082;
}

.tabs-hnry li a {
  display: block;
  font-size: 13px;
  padding: 20px 24px;
  text-transform: uppercase;
  color: #c8cbcb;
  text-align: center;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
.tabs-hnry li a.active {
  border-color: #272754;
  border-bottom-color: #272754;
  color: #272754;
}
@media screen and (max-width: 576px) {
  .tabs-hnry li a.active {
    font-weight: 600;
  }
}
.tabs-hnry li a:hover {
  color: #33367d !important;
}
@media (max-width: 576px) {
  .tabs-hnry {
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tabs-hnry li {
    margin: auto;
    width: 100%;
  }
  .tabs-hnry li a {
    padding: 20px 8px 12px 8px;
  }
  .tabs-hnry li:first-child a {
    padding: 20px 8px 12px 0;
  }
  .tabs-hnry li:last-child a {
    padding: 20px 0 12px 8px;
  }
}

.expense_type:checked + label::after {
  border: 2px solid #272754;
  background-color: #272754;
}

.expense-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 1.6cm;
  }
}
.lg-p-l-r {
  padding-left: 100px;
  padding-right: 100px;
}

tr.expense-line:hover {
  background-color: #edf0f2;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.number-with-dollar::before {
  content: "﹩";
  left: -10px;
  top: 15px;
  position: absolute;
}

.number-with-pound::before {
  content: "£";
  left: -10px;
  top: 15px;
  position: absolute;
}

.number-with-percentage::before {
  content: "%";
  right: 20px;
  top: 15px;
  position: absolute;
}

.md-form.number-with-dollar::before {
  left: -15px;
  top: 12px;
}

.md-form.number-with-pound::before {
  left: -15px;
  top: 12px;
}

/* stylelint-disable-next-line no-descending-specificity */
.module-button a:hover {
  color: #272754;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.select-first-item-action li:first-child {
  border-bottom: 1px solid #edf0f2;
  font-style: italic;
}

@media (min-width: 320px) {
  .mt-xs-2 {
    margin-top: 1.5rem;
  }
}

button.copy-trigger span {
  pointer-events: none;
  margin-top: -3px;
}

.income-source-icon {
  margin-right: 6px;
  vertical-align: inherit;
}

/* Hide reCAPTCHA v3 badge, we show some text instead */
.rc-anchor-normal-footer {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.navbar-au {
  background: linear-gradient(90deg, #5A2DC8, #7036D7);
}

.navbar-nz {
  background: linear-gradient(90deg, #416D61, #46A88D);
}

.navbar-uk {
  background: linear-gradient(90deg, #197f17, #0d4310);
}

th.force-wrap a.sortable.no-wrap {
  white-space: pre-wrap !important;
  overflow-wrap: break-word !important;
}

.acc-balance-modal-link {
  color: #2563eb;
}

#au-dl-state-field input {
  color: #495057;
}

.card .secondary-content {
  background: #edf0f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768px) {
  .card .secondary-content {
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 989px) {
  .dropdown.jurisdiction-selector {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .dropdown.jurisdiction-selector .dropdown-toggle {
    padding: 0.25rem 0.6rem;
  }
  .dropdown.jurisdiction-selector .dropdown-toggle .emoji {
    font-size: 1.5rem;
  }
  .dropdown.jurisdiction-selector .dropdown-toggle::after {
    content: none;
  }
  .dropdown.jurisdiction-selector .dropdown-menu {
    left: auto;
    right: 0;
  }
}

[data-whatinput=mouse] *:focus {
  outline: none;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  visibility: visible;
}

[data-whatinput=keyboard] *:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}
[data-whatinput=keyboard] *:focus ~ .lever {
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}
[data-whatinput=keyboard] *:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
[data-whatinput=keyboard] *:focus + label.btn-option, [data-whatinput=keyboard] *:focus + div.btn-option {
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}
[data-whatinput=keyboard] [type=file]:focus-visible + label {
  box-shadow: none;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #889BDD;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden.focusable:focus {
  -webkit-clip-path: none;
          clip-path: none;
  clip: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
  width: auto;
}

.md-form.currency::before {
  content: "$";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #767676;
}
.md-form.currency input {
  text-align: left;
  width: calc(100% - 1rem);
  padding-left: 1rem;
  font-size: 1rem;
}
.md-form.currency label:not(.active) {
  left: 1rem;
}

.md-form input[inputmode=decimal]::-moz-placeholder {
  color: #c8cbcb;
}

.md-form input[inputmode=decimal]::placeholder {
  color: #c8cbcb;
}
.md-form input[inputmode=decimal]::-moz-placeholder {
  color: #c8cbcb;
}
.md-form input[inputmode=decimal]::-webkit-input-placeholder {
  color: #c8cbcb;
}
.md-form input[inputmode=decimal]:-ms-input-placeholder {
  color: #c8cbcb;
}
.md-form .currency-label {
  background-color: #fff;
}

.validation-errors {
  font-size: 0.75rem;
  color: #c00;
  margin-top: -0.4rem;
}

.hnry-radio-btn-group + .validation-errors {
  margin-top: 0.4rem;
}

.typedown + .validation-errors {
  margin-top: -0.9rem;
}

[data-react-class="inputs/file_upload/file_upload"] .validation-errors {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
[data-react-class="inputs/file_upload/file_upload"] .drop-zone:has(input.invalid) {
  border-color: #c00;
}

.errors-list__item {
  list-style-type: disc;
  margin-left: 2rem;
}

[data-react-class="inputs/file_upload/file_upload"] {
  width: 100%;
  padding-left: 2rem;
}
@media (max-width: 989px) {
  [data-react-class="inputs/file_upload/file_upload"] {
    padding: 0;
  }
}

.modal-content [data-react-class="inputs/file_upload/file_upload"] {
  padding: 0;
}

.drop-zone {
  border: 2px dashed #c8cbcb;
  border-radius: 4px;
  height: 250px;
  min-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.drop-zone .file-prompt__name {
  display: none;
}
.drop-zone input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.drop-zone .dnd-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #949494;
}
.drop-zone.highlight {
  border-color: #33b082;
}
.drop-zone.highlight .dnd-message {
  color: #33b082;
}
.drop-zone.highlight .circle {
  background: #33b082;
  animation: ToastPulseSuccess 0.8s ease forwards;
}
.drop-zone .dz-preview {
  display: none;
}
@media (max-width: 1199px) {
  .drop-zone {
    border: none;
  }
  .drop-zone.persist-border {
    border: 2px dashed #c8cbcb;
    border-radius: 4px;
  }
}
.drop-zone.slim {
  height: 80px;
}
.drop-zone.slim .file-prompt {
  display: flex;
}
.drop-zone.slim .hnry-icon__circle {
  display: none;
}
.drop-zone.slim .sub-label {
  display: none;
}
.drop-zone.slim .file-prompt__name {
  display: block;
  margin-left: 1rem;
}
.drop-zone.slim .btn-tertiary {
  font-weight: 600;
}
.drop-zone.slim.has-file {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 2rem;
}
.drop-zone.slim.has-file .hnry-icon__circle {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  margin-bottom: 0;
}
.drop-zone.slim .dnd-message {
  margin-bottom: 0;
}
.drop-zone.slim .dnd-message .lds-ellipsis {
  margin-bottom: 1rem;
}
.drop-zone.slim .dnd-message .loader-icon-wrapper {
  display: flex;
}

.compact {
  height: 180px;
}

.option-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.2rem;
}
.option-buttons label.btn-option, .option-buttons div.btn-option,
.option-buttons input[type=submit].btn-option {
  position: relative;
  border: solid 1px #272754;
  max-width: 50%;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  height: auto;
  margin: 0;
  color: #272754 !important;
}
@media (max-width: 410px) {
  .option-buttons label.btn-option, .option-buttons div.btn-option,
  .option-buttons input[type=submit].btn-option {
    width: 80%;
  }
}
.option-buttons label.btn-option::before, .option-buttons label.btn-option::after, .option-buttons div.btn-option::before, .option-buttons div.btn-option::after,
.option-buttons input[type=submit].btn-option::before,
.option-buttons input[type=submit].btn-option::after {
  content: none;
}
.option-buttons label.btn-option:last-of-type, .option-buttons div.btn-option:last-of-type,
.option-buttons input[type=submit].btn-option:last-of-type {
  margin-right: 0;
}
.option-buttons .flex-column label.btn-option, .option-buttons .flex-column div.btn-option {
  max-width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
.option-buttons :checked + label, .option-buttons :checked + div {
  background: #272754;
  color: #fff !important;
}

.md-form.percentage::after {
  content: "%";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #767676;
}
.md-form.percentage input {
  text-align: right;
  width: calc(100% - 1.5rem);
  padding-right: 1.5rem;
}

input[type=radio]:checked, input[type=radio]:not(:checked) {
  visibility: visible;
  position: absolute;
  top: auto;
  bottom: 12px;
  height: 1px;
  width: 1px;
  left: 12px;
  z-index: -1;
  outline: none;
  opacity: 0;
}
input[type=radio]:checked + label, input[type=radio]:not(:checked) + label {
  padding-left: 2rem;
  margin-right: 1rem;
  margin-bottom: 0;
  top: 0;
}
input[type=radio]:not(:checked) + label::before {
  background: #fff;
}
input[type=radio]:disabled + label {
  cursor: default !important;
}

legend {
  font-size: 1rem;
}

table.accordion-table .accordion-icon {
  font-size: 1.3rem;
  font-weight: 600;
  color: #767676;
  transition: all 0.3s ease;
}
table.accordion-table .parent-row.collapsed .accordion-icon {
  transform: rotate(180deg);
}

.accordion .card .card-header {
  font-size: 16px;
  font-style: bold;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card .card-header .h5-responsive {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.accordion .card .accordion-icon {
  font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.accordion .card .card-header.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .card button {
  border: none;
  cursor: pointer;
}
.accordion .card button.expanded .accordion-icon {
  transform: rotate(180deg);
}
.accordion .card a:not(.collapsed) {
  border: none;
}

td.action-button {
  padding: 0;
  text-align: center;
}
td.action-button a,
td.action-button .dropdown-toggle,
td.action-button .table-icon {
  margin: 0;
  display: inherit;
  padding: 0.75rem 0.5rem;
}
td.action-button i {
  padding: 1rem;
}

.dropdown .dropdown-menu {
  padding: 0;
}

.dropdown-menu .dropdown-custom > a,
.dropdown-menu a.dropdown-custom {
  color: #767676;
}

.dropdown-menu .dropdown-custom > a:hover,
.dropdown-menu a.dropdown-custom:hover {
  color: #33367d;
}

#dropdownMenu2 > i {
  margin-right: 0.75rem;
}

.dropdown-custom {
  padding: 2px;
}
.dropdown-custom button {
  border: none;
  background: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown.more-option .dropdown-item {
  white-space: normal;
}

.btn.dropdown-toggle.ellipsis {
  margin: 0;
}

.dropdown.more-option .dropdown-toggle::after,
.dropdown-toggle.ellipsis::after {
  content: none;
}

.dropdown.more-option .dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle-text {
  border-bottom: 1px solid #c8cbcb;
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
}
.dropdown-toggle-text::after {
  margin-left: auto;
}

.admin {
  background-color: #f7f8fa;
}
.admin .main-container {
  background-color: #f7f8fa;
}
.admin .breadcrumbs a:link,
.admin .breadcrumbs a:visited {
  color: #607d8b;
}
.admin .breadcrumbs a:hover {
  background-color: #edf0f2;
}
.admin .role {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.admin .card-header {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 4px 4px 0 0;
}
.admin legend {
  font-size: 0.8rem;
}
.admin .file-field.inline-file {
  display: inline-block;
  width: 80%;
}
.admin form.inline-form {
  display: inline-block;
}
.admin .compact-table th,
.admin .compact-table td {
  border-top: none;
  padding: 0.3rem;
}
.admin .page-control {
  display: flex;
  justify-content: center;
}

.admin-taskable-wrapper {
  background-color: #edf0f2;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.admin-taskable-wrapper .dropdown-menu {
  max-height: 360px;
  overflow-y: auto;
}

.admin-action {
  margin-left: 1rem;
}

.admin-filter {
  margin-left: 1rem;
}

.admin-search {
  margin-right: 1rem;
}

.admin-jump-to {
  width: 7rem !important;
}

.md-form__mini {
  margin-bottom: 0;
  margin-top: -0.35rem;
}

.admin-index-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-index-info {
  margin-bottom: 2rem;
}

.admin-index-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-index-tabs {
  margin-bottom: 1rem;
}

.admin-index-table {
  margin-bottom: 2rem;
}

.admin-index-pagination {
  margin-bottom: 3rem;
}

.admin-index-navigation {
  display: flex;
}

.admin-index-actions {
  display: flex;
  max-height: 2.7rem;
}

.admin-index-search {
  display: flex;
}

.admin-index-filters {
  display: flex;
}

.admin-bulk-accept .hnry-checkbox {
  top: -14px;
}
.admin-bulk-accept label {
  width: 100%;
}

.custom-card-filing_obligations .custom-filing-alert {
  line-height: 1.6;
}
.custom-card-filing_obligations .custom-filing-alert ul {
  margin-bottom: 0;
  padding: 0 2rem;
}
.custom-card-filing_obligations .custom-filing-alert ul li {
  list-style-type: disc;
}
.custom-card-filing_obligations .custom-alert-align {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
}
.custom-card-filing_obligations .custom-card-filing {
  margin-bottom: 2rem;
}
.custom-card-filing_obligations .custom-card-filing__header {
  padding-left: 1.5rem;
  background-color: #242659 !important;
  /* stylelint-disable-next-line selector-list-comma-newline-after */
}
.custom-card-filing_obligations .custom-card-filing__header h3, .custom-card-filing_obligations .custom-card-filing__header h5, .custom-card-filing_obligations .custom-card-filing__header i {
  color: #fff !important;
}
.custom-card-filing_obligations .custom-card-filing__body {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 3rem 0 3rem;
}
.custom-card-filing_obligations .custom-card-filing__body td {
  vertical-align: middle;
  padding-left: 2rem;
}
.custom-card-filing_obligations .custom-card-filing__body td:first-child {
  width: 48%;
  max-width: 65%;
}
.custom-card-filing_obligations .custom-card-filing__body tr:first-child td {
  border-top: 0;
}
.custom-card-filing_obligations .custom-card-filing__table {
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf0f2;
}
.custom-card-filing_obligations .custom-card-filing__table .hnry-checkbox {
  transform: translateY(-10px);
}
.custom-card-filing_obligations .custom-card-filing__table .row__header {
  background-color: rgba(36, 38, 89, 0.7);
  color: #fff;
}
.custom-card-filing_obligations .custom-card-filing__table .row__header .tooltip-clickable {
  color: #fff;
}
.custom-card-filing_obligations .custom-card-filing__table .row--highlighted {
  background-color: rgba(36, 38, 89, 0.1);
}

.filing-total-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: rgba(36, 38, 89, 0.7);
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 0.75rem 8rem;
}

.alert {
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  border-left-width: 6px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 760px) {
  .alert {
    font-size: 0.875rem;
  }
}
.alert.alert-success {
  color: #333;
  background-color: #fff;
  border-color: #33b082;
}
.alert.alert-success.upload-success {
  padding: 1.25rem;
}
.alert.alert-info {
  color: #767676;
  background-color: #fff;
  border-color: #272754;
}
.alert.alert-warning {
  color: #333;
  background-color: #fff;
  border-left-color: #f07f38;
}
.alert.alert-warning-banner {
  color: #92400e;
  background-color: #fffbeb;
  border-left-color: #fbbf24;
}
.alert.alert-system-note-warning {
  color: #333;
  background-color: #fff;
  border-left-color: #dc2626;
}
.alert.alert-admin {
  color: #a6c;
  background-color: #f3eaf8;
  border-left-color: #a6c;
}
.alert.alert-error {
  border-color: #c00;
}
.alert p:last-child {
  margin-bottom: 0;
}

.alert-danger .hnry-heading {
  color: #721c24;
}
.alert-danger__text {
  font-size: 0.875rem;
}

.alert-system-note-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  border-left-color: #dc2626;
}

.alert-new {
  color: #495057;
  background-color: #ccf2dd;
}

.alert-link {
  color: #721c24;
}

.animated-loading-field {
  display: inline-block;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.animated-loading-field::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.animated-loading-field * {
  visibility: hidden !important;
}

.hnry-auth {
  padding: 0;
}
.hnry-auth__outer-container {
  padding: 12px 24px;
  background: url(/assets/signup/header_desktop-55cd93c78dc352273e5d0ea53935da2374492a8842db8081c0578516c00a7f25.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .hnry-auth__outer-container {
    background-size: 760px;
    background-position: center top;
    padding: 12px;
  }
}
@media screen and (max-width: 510px) {
  .hnry-auth__outer-container {
    background: url(/assets/signup/header_mobile-fc33fc2de74dcc54ef8a7ce0c47e487a9d662e918af950d362d774a6a5d52859.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 410px) {
  .hnry-auth__outer-container {
    background-size: 410px;
    background-position: center top;
  }
}
.hnry-auth__header {
  padding-left: 12%;
}
@media screen and (max-width: 989px) {
  .hnry-auth__header {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 410px) {
  .hnry-auth__header {
    padding-top: 0;
  }
}
.hnry-auth__container {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 1rem 6rem 5rem;
  min-height: 0 !important;
}
@media screen and (max-width: 760px) {
  .hnry-auth__container {
    padding: 3rem 0.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 510px) {
  .hnry-auth__container {
    display: flow-root !important;
  }
}
@media screen and (min-width: 1920px) {
  .hnry-auth__container {
    padding: 4rem 12rem 5rem;
  }
}
.hnry-auth__image {
  width: 550px;
  padding-top: 6%;
  padding-left: 40px;
}
@media screen and (max-width: 989px) {
  .hnry-auth__image {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .hnry-auth__image {
    width: 700px;
    padding-top: 3%;
  }
}

.hnry-auth-form-wrapper {
  min-height: 590px;
  min-width: 510px;
  max-width: 510px;
  background: #fff;
  border: 0.5px solid #c8cbcb;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  border-radius: 8px;
  padding: 2rem 2.5rem 1.25rem 2.5rem;
}
@media screen and (max-width: 760px) {
  .hnry-auth-form-wrapper {
    padding: 0 0.1rem;
    border-radius: 0.5rem;
    box-shadow: none;
    border: 0;
  }
}
@media screen and (max-width: 510px) {
  .hnry-auth-form-wrapper {
    min-width: 250px;
    padding: 0 0.1rem;
    display: contents;
  }
}

.hnry-auth-left__title {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  color: #272754;
  font-weight: 700;
  text-align: center;
}
.hnry-auth-left__description {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.hnry-auth-right {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 700px;
  padding-left: 40px;
  padding-top: 50px;
}
.hnry-auth-right__quote {
  font-size: 1.1875rem;
  color: #242659;
  line-height: 1.5rem;
}
@media screen and (max-width: 989px) {
  .hnry-auth-right {
    display: none;
  }
}

.hnry-auth-form__row {
  padding-bottom: 1rem;
}
.hnry-auth-form__footer {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.hnry-auth-form__jurisdiction {
  padding-top: 30% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hnry-auth-form__jurisdiction .btn-primary {
  border: 1px #33367d solid;
  background-color: #fff;
  color: #33367d !important;
}
.hnry-auth-form__jurisdiction .btn-primary:hover,
.hnry-auth-form__jurisdiction .btn-primary:focus,
.hnry-auth-form__jurisdiction .btn-primary:active {
  background-color: #fff !important;
  border-color: #33367d;
}
.hnry-auth-form__recaptcha {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.hnry-auth-form .divider {
  text-align: center;
  display: flex;
  align-items: center;
}
.hnry-auth-form .divider__line {
  width: 50%;
}
.hnry-auth-form .divider__label {
  padding: 0 1.5rem;
  background-color: #fff;
}

.hnry-auth-form__option-buttons {
  width: 100%;
}
.hnry-auth-form__option-buttons .option-buttons {
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}
.hnry-auth-form__option-buttons .option-buttons label.btn-option, .hnry-auth-form__option-buttons .option-buttons a div.btn-option {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  margin-bottom: 1rem;
}

.hnry-auth-form__password {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hnry-auth-form__password .toggle-password {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 16px;
}

.hnry-auth-form__progress {
  background-color: #33b082;
  height: 15px;
  border: 1px solid #33b082;
  border-radius: 10rem;
  margin-top: 38%;
}
.hnry-auth-form__progress .indeterminate {
  background-color: #fff;
}

.hnry-banner {
  background-color: #33b082;
  padding: 1rem 1.25rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.hnry-banner__text {
  margin-bottom: 0;
  line-height: 2em;
}
.hnry-banner__text a {
  color: #fff !important;
  font-weight: bold;
}
.hnry-banner--warning {
  background-color: #c00;
}
.hnry-banner--info {
  background-color: #607d8b;
}

body,
html {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  color: #767676;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #333;
  font-weight: 300;
}

b,
strong {
  font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hover-trash {
  text-shadow: 1px 1px 1px #ccc;
}

.click-trash {
  opacity: 0.8;
}

@page {
  size: a4;
  margin: 0;
}
.a4 {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
.a4.inv-tmpl {
  width: 100% !important;
  height: 100% !important;
  font-size: inherit;
}

.hide-link-color {
  color: #767676 !important;
}

.to-print-100 {
  height: 100% !important;
  width: 100% !important;
}

.a4:last-child {
  page-break-after: auto;
}

.to-print {
  background-color: white !important;
  border: none !important;
}

.top-partner-page {
  background: linear-gradient(rgba(36, 38, 87, 0.5), rgba(36, 38, 87, 0.5)), url(/assets/partner-6bc908cc6dddd1091e719f41c5d1336a769d91d1d4eab4966ad6ef15fcb12b05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: -50px;
}

.card-columns {
  -moz-column-count: 1;
       column-count: 1;
}

@media (min-width: 995px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
img.screenshot {
  border: 1px solid #333;
  border-radius: 4px;
}

.soft-hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.progress.tour-progress {
  margin-bottom: 0;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #edf0f2;
  border-radius: 0 0 4px 4px;
}

.progress-bar.tour-progress-bar {
  height: 8px;
  background-color: #7ccef4;
}

.user-index-header {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: baseline;
}

.sticky-footer {
  background-color: #f7f8fa;
  box-shadow: 0 -7px 6px 0 rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 600ms;
}
.sticky-footer.is-mobile {
  padding-top: 18px;
  padding-bottom: 18px;
}
.sticky-footer.loaded {
  transform: translateY(0);
}
.sticky-footer .container.free-bird {
  padding-bottom: 0;
}

.application .breadcrumbs ol {
  display: inline-flex;
  list-style: none;
  padding: 0;
}
.application .breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  margin-left: 16px;
  margin-right: 8px;
}
.application .breadcrumbs,
.application .breadcrumbs a {
  font-size: 1.3125rem;
  color: #333;
}

a.box {
  color: #767676;
}

.card-footer.card-footer-accent {
  background-color: #fff;
  border-top: 0;
  font-size: 1rem;
  margin: 1rem -10px -1.25rem -10px;
  padding: 0.75rem 1.25rem;
  text-align: center;
  color: #272754;
}
.card-footer.card-footer-accent a {
  color: #272754;
}
.card-footer.card-footer-accent a:hover {
  text-decoration: underline;
}

.login-button {
  padding-top: 16px;
  padding-bottom: 16px;
}
.login-button .btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.home .module-body {
  padding-top: 0;
}

.allocation-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin: 1.5rem 0 2rem;
}
.allocation-cards__card {
  flex-grow: 1;
  width: 33%;
  max-width: 130px;
  min-height: 180px;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
}
@media (max-width: 480px) {
  .allocation-cards__card {
    width: 50%;
    max-width: 150px;
  }
}
@media (max-width: 320px) {
  .allocation-cards__card {
    width: 100%;
  }
}
.allocation-cards__img img {
  width: 130px;
  height: 130px;
}
@media (max-width: 480px) {
  .allocation-cards__img img {
    width: 150px;
    height: 150px;
  }
}
.allocation-cards__title {
  padding: 1rem;
  text-align: center;
}

.pcard__header {
  color: #212529;
  width: 100%;
  margin-bottom: 1rem;
}
.pcard__header .balance {
  margin-bottom: 0.5rem;
}
.pcard__nav_wrapper {
  margin-top: 1.5rem;
}
.pcard__nav_wrapper .tabs-wrapper {
  margin-bottom: 1.5rem;
}
@media (max-width: 989px) {
  .pcard__nav_wrapper .tabs-wrapper li a {
    font-size: 12px;
  }
}
@media (min-width: 989px) {
  .pcard__nav_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pcard-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (max-width: 989px) {
  .pcard-overview {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (max-width: 760px) {
  .pcard-overview {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.pcard-overview__main {
  flex: 2;
}
@media (max-width: 760px) {
  .pcard-overview__main {
    flex: 0 0 100%;
  }
}
.pcard-overview aside {
  flex: 1;
}
@media (max-width: 760px) {
  .pcard-overview aside {
    flex: 0 0 100%;
  }
}
.pcard-overview__empty-table {
  margin: 1rem;
  text-align: center;
}

.pcard-allocation-img {
  height: 150px !important;
}
@media screen and (max-width: 576px) {
  .pcard-allocation-img {
    height: 130px !important;
    margin: 0 auto;
  }
}

.card-topup-details {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.client-currency {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 60%;
  height: 42px;
}
@media (max-width: 576px) {
  .client-currency {
    width: 100%;
  }
}
.client-currency label {
  top: 0.3rem !important;
}
.client-currency .select-wrapper {
  width: 25%;
  top: -0.5rem;
  right: 0;
}
@media (max-width: 576px) {
  .client-currency .select-wrapper {
    right: -3rem;
  }
}
@media (max-width: 320px) {
  .client-currency .select-wrapper {
    right: -4rem;
    width: 30%;
  }
}

button.close-button {
  background-color: transparent;
  border: 0;
  padding: 0.9rem 1rem;
  -webkit-appearance: none;
}

.close-button {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 1.3rem;
  line-height: 1;
  margin-right: -3rem;
  margin-top: -0.8rem;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}

.alert-primary .close-button {
  color: #004085;
  opacity: 0.9;
  position: absolute;
  top: 0.8rem;
  right: 3rem;
}

.closable {
  padding-right: 3rem;
}

.copy-trigger:hover {
  cursor: pointer;
}

.copy-trigger#otp-secret {
  font-size: 20px;
  background: white;
}
.copy-trigger#otp-secret i {
  color: #0275d8 !important;
}

.pay-now .body-preview {
  text-align: center;
}
.pay-now .iframe {
  height: 425px;
  width: 100%;
}
.pay-now .header-logo {
  height: 75px;
  margin-top: 10px;
}
.pay-now .header-logo img {
  max-height: 75px;
}
.pay-now .visa-logo {
  height: 45px;
  margin: 5px auto 0 auto;
}
.pay-now .visa-logo img {
  max-height: 45px;
}
.pay-now .mastercard-logo {
  height: 60px;
  margin: 0 auto;
}
.pay-now .mastercard-logo img {
  max-height: 60px;
}
.pay-now .paystation-logo {
  height: 50px;
  margin: 0 auto;
}
.pay-now .paystation-logo img {
  max-height: 50px;
}

.md-form .currency-prefix,
.md-field .currency-prefix {
  margin-left: -12px;
  width: 10px;
  float: left;
  line-height: 3.15rem;
}

[data-turbolinks-preview] .custom-card-home .col-xl-6 {
  animation: none;
}

.custom-card-home {
  /* stylelint-disable-next-line no-descending-specificity */
}
.custom-card-home .col-xl-6 {
  opacity: 0;
  animation: FadeInUp 0.6s ease forwards;
}
.custom-card-home .col-xl-6:nth-of-type(2) {
  animation-delay: 0.2s;
}
.custom-card-home .col-xl-6:nth-of-type(3) {
  animation-delay: 0.4s;
}
.custom-card-home .col-xl-6:nth-of-type(4) {
  animation-delay: 0.6s;
}

.card,
.card:hover {
  position: relative;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
}
.card .card-body .main-content,
.card:hover .card-body .main-content {
  max-height: none;
}
.card .card-body.full-width,
.card:hover .card-body.full-width {
  padding: 0;
}

@media (min-width: 990px) {
  .box {
    min-height: 360px;
    height: 100%;
  }
  .main-content {
    overflow-y: hidden;
  }
}
.home {
  /* stylelint-disable-next-line no-descending-specificity */
}
.home .main-content {
  max-height: 280px;
}
.home .main-content,
.home .main-content-tall {
  margin: 0;
}
.home .main-content i,
.home .main-content-tall i {
  vertical-align: middle;
}
.home section .card .card-body p {
  min-height: 70px;
}
.home .guides {
  /* stylelint-disable-next-line no-descending-specificity */
}
.home .guides .card-body p {
  min-height: 70px !important;
}

.overflow-scroll {
  overflow-y: scroll;
}

.scrollable {
  max-height: 360px;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (max-width: 989px) {
  .scrollable {
    max-height: none;
  }
}

.module-body {
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-body p {
  color: #333;
}
.module-body p small {
  color: #767676;
  font-size: 86%;
}
.module-body p a {
  text-decoration: underline;
}
.module-body p.small {
  line-height: 120%;
  margin-bottom: 0.5rem;
}
.module-body .list-group-item {
  padding: 15px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-body .list-group-item + .list-group-item {
  border-top: 1px solid #edf0f2;
}
.module-body .list-group-item p {
  text-align: left;
  margin: 0;
}
.module-body .list-group-item p small {
  margin-left: 5px;
  margin-top: 6px;
  font-size: 70%;
  color: #767676;
}
.module-body .list-group-item .list-group-ellipsis {
  min-width: 0;
}
@media (max-width: 450px) {
  .module-body .list-group-item .list-group-ellipsis > * {
    flex-wrap: wrap;
  }
  .module-body .list-group-item .list-group-ellipsis small {
    margin: 0;
  }
  .module-body .list-group-item .list-group-ellipsis .text-ellipsis {
    width: 100%;
  }
}

a.link-deco {
  color: #000;
  text-decoration: none;
}

.home section .card .card-body.module-body p {
  min-height: 0 !important;
}

.module-list {
  border: none;
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-list i {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .dashboard-module.overflow-scroll {
    max-height: 300px !important;
  }
}

.pick {
  width: 200px;
}

.pick-m {
  width: inherit !important;
  background-color: #272754 !important;
}
.pick-m .pick-arw i {
  font-size: 2rem;
  color: white;
}

.pick-lg {
  background-color: white !important;
}

.pick-lg-h {
  background-color: white !important;
  color: #333 !important;
  font-weight: 800 !important;
}

.pick-sl::before {
  background-color: #33b082 !important;
}

.pick-d {
  background-color: white !important;
}

.pick-d span {
  color: #272754 !important;
}

.pick-y {
  background-color: white !important;
  color: #333;
  width: inherit !important;
}
.pick-y .pick-arw i {
  font-size: 2rem;
  color: #333;
}

.pick-btns {
  background-color: white !important;
  margin-bottom: 20px !important;
}

.pick-submit {
  background-color: #33b082 !important;
}

@media only screen and (max-width: 480px) {
  div.datedropper.picker-modal {
    top: 15% !important;
  }
  div.datedropper.picker-lg {
    top: 5% !important;
  }
}
@media (min-width: 481px) {
  div.datedropper.picker-modal {
    top: 10% !important;
  }
  div.datedropper.picker-lg {
    top: 10% !important;
  }
}
.datedropper::before {
  background-color: #272754 !important;
}

.pick-btn-sz {
  color: #333 !important;
}

div.datedropper .picker .pick-btns .pick-submit {
  border-bottom-right-radius: 56px !important;
  border-bottom-left-radius: 56px !important;
}

div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  color: #272754;
}

.pick-btn:hover {
  background: #c0c0c0 !important;
}

.pick-wke {
  color: #333 !important;
}

div.datedropper .picker ul.pick .pick-arw-s1 {
  opacity: 0.5 !important;
  -webkit-transform: scale(0.8) !important;
  -moz-transform: scale(0.8) !important;
  -ms-transform: scale(0.8) !important;
  -o-transform: scale(0.8) !important;
}

#input-year {
  width: auto !important;
  margin-left: 60px;
  margin-right: 60px;
}

.datepicker-input {
  position: relative;
}
.datepicker-input button {
  background: #fff;
}
.datepicker-input button:hover {
  cursor: pointer;
}
.datepicker-input label {
  background-color: #fff;
}
.datepicker-input .react-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  width: 320px;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.datepicker-input .react-calendar .react-calendar__month-view__weekdays {
  justify-content: space-around;
}
.datepicker-input .react-calendar .react-calendar__month-view__weekdays > div {
  max-width: calc(14.2857% - 0.5rem) !important;
  margin: 0.25rem;
  text-align: center;
  color: #282753;
}
.datepicker-input .react-calendar .react-calendar__month-view__weekdays > div > abbr {
  text-decoration: none;
  cursor: default;
  text-transform: uppercase;
  font-size: 0.65rem;
}
.datepicker-input .react-calendar .react-calendar__month-view__days {
  justify-content: space-around;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day,
.datepicker-input .react-calendar .react-calendar__year-view__months__month {
  margin: 0.25rem;
  border-radius: 9999px;
  padding: 0.25rem 0.2rem;
  border: none;
  transition: all 0.2s ease;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day:hover,
.datepicker-input .react-calendar .react-calendar__year-view__months__month:hover {
  background: rgba(51, 176, 130, 0.2);
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--now,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--now {
  box-shadow: 0 0 0 1px #33b082;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__month-view__days__day--neighboringMonth {
  color: #c8cbcb;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeStart, .datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeEnd, .datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeBothEnds,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeStart,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeEnd,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeBothEnds {
  background: #33b082;
  color: #fff;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day {
  max-width: calc(14.2857% - 0.5rem) !important;
}
.datepicker-input .react-calendar .react-calendar__month-view__days__day:disabled {
  color: #c8cbcb;
  cursor: default;
  background: none;
}
.datepicker-input .react-calendar .react-calendar__year-view__months__month {
  max-width: calc(33.3333% - 0.5rem) !important;
}
.datepicker-input .react-calendar .react-calendar__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.datepicker-input .react-calendar .react-calendar__navigation__label {
  border: none;
  font-size: 1.2rem;
  color: #33b082;
}
.datepicker-input .react-calendar .react-calendar__navigation__arrow {
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  background: #edf0f2;
  color: #767676;
  transition: all 0.2s ease;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker-input .react-calendar .react-calendar__navigation__arrow:hover {
  background: #c8cbcb;
  color: #edf0f2;
}
.datepicker-input .react-calendar .react-calendar__navigation__prev2-button,
.datepicker-input .react-calendar .react-calendar__navigation__next2-button {
  display: none;
}
.datepicker-input input {
  padding-right: 3rem;
  width: calc(100% - 3rem);
  border-left: none;
  border-top: none;
  border-right: none;
  /* stylelint-disable-next-line no-descending-specificity */
}
.datepicker-input input[value] + label {
  font-size: 0.8rem;
  padding-right: 1rem;
  transform: translateY(-140%);
}
.datepicker-input input[value=""] + label {
  transform: translateY(0);
  font-size: 1rem;
}
.datepicker-input input:focus {
  border-color: none;
  box-shadow: none;
  border-bottom-color: #33b082;
}
.datepicker-input input:focus ~ .icon path {
  fill: #33b082;
}
.datepicker-input input:focus + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
.datepicker-input input + label {
  pointer-events: none;
}

input[type=date].datepicker-native {
  padding-left: 0;
  -webkit-appearance: none;
}
input[type=date].datepicker-native::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}
input[type=date].datepicker-native + label {
  pointer-events: none;
  background-color: #fff;
  right: 0;
  margin-right: 2rem;
}
input[type=date].datepicker-native + label.active {
  background-color: transparent;
  padding-right: 0;
}

input[type=date].datepicker-native.required + label::after {
  color: #c00;
  content: " *";
  display: inline;
  position: relative;
  top: 0;
  opacity: 100;
}

.feedback {
  font-size: 0.875rem;
}
.feedback__text {
  color: #242659;
  margin-bottom: 1rem;
}
.feedback-info {
  color: #495057;
}
.feedback-info p {
  color: #242659;
}
.feedback-success {
  color: #33b082;
}
.feedback-warning {
  color: #f07f38;
}
.feedback-error {
  color: #c00;
}

.instruction-text {
  font-size: 1rem;
  color: #495057;
}

@media (max-width: 480px) {
  .filings .main-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.edit-button {
  border: none;
  background-color: inherit;
  cursor: pointer;
}

.filing-expenses-table table {
  margin-bottom: 0;
}
@media (max-width: 410px) {
  .filing-expenses-table table {
    font-size: 0.875rem;
  }
}
.filing-expenses-table table th {
  font-weight: 400;
}
.filing-expenses-table table td {
  font-weight: 300;
}
.filing-expenses-table__icon {
  width: 32px;
}
.filing-expenses-table__claimable-amount {
  width: 182px;
  padding-right: 0;
}
@media (max-width: 410px) {
  .filing-expenses-table__claimable-amount {
    width: 60px;
  }
}
.filing-expenses-table__accordion-btn {
  border: 0;
  padding: 0;
  font-size: 1.35rem;
  background-color: transparent;
}
.filing-expenses-table__accordion-btn.expanded .accordion-icon {
  transform: rotate(180deg);
}
.filing-expenses-table__category-title {
  padding-left: 0 !important;
}
.filing-expenses-table__total {
  padding-right: 0 !important;
}

.expenses-table-wrapper {
  padding: 0.75rem 0 0 0.75rem !important;
  vertical-align: middle !important;
}
.expenses-table-wrapper .table-header {
  vertical-align: middle;
  padding: 0 0 0.75rem 0;
  border: 0;
}
.expenses-table-wrapper .table-header.expenses-total-claimed {
  padding-right: 0.75rem;
}
.expenses-table-wrapper tr.expense td {
  border-top: none;
}

.filing-income-table {
  margin-bottom: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
.filing-income-table__fitted-col {
  text-align: right;
}
.filing-income-table_icons {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}
.filing-income-table td {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .filing-income-table {
    font-size: 0.8125rem;
  }
  .filing-income-table td {
    padding: 0.75rem 0.35rem;
  }
  .filing-income-table__fitted-col {
    padding: 0.75rem 0 !important;
  }
  .filing-income-table .action-button {
    padding: 0 !important;
    width: 40px;
    max-width: 40px;
  }
  .filing-income-table .dropdown-toggle {
    max-width: 34px;
  }
}
.filing-income-table .expenses-total-row {
  font-size: 1.188rem;
  background-color: #242659;
  color: #fff;
}
.filing-income-table .expenses-total-row td:first-child {
  border-left-style: solid;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.filing-income-table .expenses-total-row td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  vertical-align: bottom;
}
@media (max-width: 375px) {
  .filing-income-table {
    font-size: 0.7rem;
  }
}
@media (max-width: 375px) {
  .filing-income-table__status {
    font-size: 0;
  }
}
.filing-income-table__income-source-btn {
  min-width: 110px !important;
  text-align: center;
}
@media (max-width: 989px) {
  .filing-income-table__income-source-btn {
    min-width: 80px !important;
  }
}

@media (max-width: 480px) {
  .filing-income-table-col {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.filing-income-table-col table {
  border-bottom: 2px solid #dee2e6;
}

.disabled-while-loading {
  opacity: 0.5;
}

.spouse-question__info {
  font-size: 0.95rem;
}

label[for="user[begin_terms_accepted]"] {
  font-size: inherit;
  line-height: inherit;
}

#draft-return label[for=confirm_draft_return] {
  font-size: 1rem;
}

.hnry-form {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
.hnry-form label {
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: 0.2s ease-out;
}
.hnry-form label.active {
  font-size: 0.875rem;
  transform: translateY(-140%);
}

.hnry-form-control {
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.hnry-form-control:-moz-read-only {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}
.hnry-form-control:disabled, .hnry-form-control:read-only {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}

.hnry-checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
}
.hnry-checkbox [type=checkbox]:not(:checked) + label::before,
.hnry-checkbox [type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 2px solid #949494;
  transition: all 0.3s;
  transform: rotate(0);
}
.hnry-checkbox [type=checkbox]:not(:checked) + label::before {
  background: #fff;
}
.hnry-checkbox [type=checkbox]:checked + label::before {
  background: #33b082;
  border: 2px solid #33b082;
}
.hnry-checkbox [type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.hnry-checkbox [type=checkbox]:not(:checked) + label::after,
.hnry-checkbox [type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 0 13px 3px 0;
  top: 6px;
  left: 4px;
  color: #fff;
  transition: all 0.2s;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #33b082 !important;
  box-shadow: 0 0 0 0 #33b082 !important;
}
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=search-md]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
textarea.md-textarea:focus:not([readonly]) + label {
  color: #33b082;
}
input[type=date]:focus:not([readonly]) + label a.fa,
input[type=datetime-local]:focus:not([readonly]) + label a.fa,
input[type=email]:focus:not([readonly]) + label a.fa,
input[type=number]:focus:not([readonly]) + label a.fa,
input[type=password]:focus:not([readonly]) + label a.fa,
input[type=search-md]:focus:not([readonly]) + label a.fa,
input[type=tel]:focus:not([readonly]) + label a.fa,
input[type=text]:focus:not([readonly]) + label a.fa,
input[type=time]:focus:not([readonly]) + label a.fa,
input[type=url]:focus:not([readonly]) + label a.fa,
textarea.md-textarea:focus:not([readonly]) + label a.fa {
  color: #33b082;
}

input[type=search]:focus:not([readonly]) {
  border-bottom: 1px solid #c8cbcb !important;
  box-shadow: 0 0 0 0 #c8cbcb !important;
}
input[type=search]:focus:not([readonly]) + label {
  color: #c8cbcb;
}

input.invalid,
textarea.invalid {
  border-bottom: none !important;
  box-shadow: 0 1px 0 0 #c00 !important;
}

.btn-primary {
  background-color: #33b082;
  border-color: #33b082;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #4bcb9c;
  border-color: #4bcb9c;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c8cbcb !important;
  border-color: #c8cbcb !important;
}

.btn-cancel {
  background-color: #c8cbcb !important;
}

.badge-number {
  color: #333 !important;
  padding: 0;
  text-align: center;
}

.invoice_item_quantity {
  -webkit-appearance: none;
  padding: 0;
}

.links {
  text-align: right;
}
.links .add-association {
  margin-right: 40px;
  color: #272754;
}

.original-service-name select,
.original-service-name i {
  float: left;
  clear: none;
}

.original-service-select {
  width: 83%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 794px) {
  .original-service-select {
    width: 88%;
  }
}

.total-container {
  width: 100%;
}
.total-container .total-box {
  float: right;
  text-align: right;
  width: 200px;
}
.total-container .total-box .total-label {
  color: #767676;
}
.total-container .total-box .total-price {
  color: #33b082;
}

.invoice-table td,
.quote-table td {
  border-top: none;
}

.active-label {
  transform: translateY(0) !important;
}

.fa-hnry-eye {
  background-image: url(/assets/invoice_read_1-5efb56456d892c00c4a2f37038f7fa86c27fd5c202e834ec722105755a1c45b2.svg);
  background-repeat: no-repeat;
  width: 22px;
  line-height: 22px;
  margin: 0 auto;
}

.fa-hnry-eye-component {
  padding-right: 22px;
  height: 22px;
  margin: 5px 0 5px 0;
}

.signup-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c8cbcb;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.signup-line span {
  background: #fff;
  padding: 0 10px;
}

@media (min-width: 989px) {
  .checkbox-indent {
    margin-left: 35px;
  }
}

.toggle-indent {
  margin-left: 66px;
}
@media (max-width: 989px) {
  .toggle-indent {
    margin-left: 0;
  }
}

.small-indent {
  margin-left: 15px;
}

.radio-indent {
  margin-left: 20px;
}

.text-indent {
  margin-left: 24px;
}

.switch-content-wrapper {
  padding-left: 4rem;
}

.toggle-content-wrapper {
  margin-left: 4.2rem;
}
@media (max-width: 410px) {
  .toggle-content-wrapper {
    margin-top: 1.2rem;
    margin-left: 2.2rem;
  }
}

.checkbox-content-wrapper {
  margin-top: 0.6rem;
  margin-left: 2rem;
}

.hnry-radio[type=radio]:not(:checked),
.hnry-radio[type=radio]:checked {
  position: relative;
  left: 22px;
  top: 11px;
  opacity: 0;
  visibility: visible;
}

.no-pointer {
  pointer-events: none;
}

button.btn-small {
  height: 48px;
  width: 48px;
  border: none;
  background: none;
  cursor: pointer;
}
button.btn-small:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-mdb-select {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 989px) {
  .expense-category-mobile-padding {
    padding-bottom: 14rem;
  }
}

.hnry-radio-btn-group {
  margin-left: 1.5rem;
}
.hnry-radio-btn-group__label {
  min-width: 4.6rem;
}

.md-form-dropdown .select-wrapper {
  margin-top: 0.5rem;
}

input[type=text]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=text]:disabled ~ svg {
  opacity: 0.5;
}

rect.bar {
  fill: #33b082;
  stroke-width: 1px;
}

.axis-grey line {
  stroke: #272754;
  stroke-width: 2px;
}

.axis-grey path {
  stroke: #272754;
  stroke-width: 2px;
}

.axis-grey text {
  fill: #767676 !important;
  stroke-width: 2px;
}

.measureChart {
  height: 350px;
  display: block;
  width: 100%;
}

.reference-number-span {
  cursor: pointer;
  font-size: 25px;
  color: #272754;
}

.reference-number-span-active {
  color: #33b082 !important;
}

.hover {
  text-align: center;
  width: 100px;
  height: 55px;
  padding: 2px;
  font: 15px sans-serif;
  stroke: white;
  fill: #333;
  pointer-events: none;
  z-index: 999;
}

.boxHover {
  opacity: 0.8;
  z-index: 999;
}

.boxHover rect {
  width: 80px;
  z-index: 999;
}

.boxHover text {
  font: 15px sans-serif;
  z-index: 999;
  fill: #fff;
  position: relative;
}

#payment-graph .bar:hover {
  fill: #272754;
}

.text-no-data-graph {
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue", arial, sans-serif;
  fill: #c8cbcb;
}

.hnry-icon-dropdown__menu {
  left: auto;
  right: 0;
  border-radius: 6px;
  z-index: 100;
}
.hnry-icon-dropdown__menu-item {
  display: block;
  width: 100%;
  padding: 0.8rem;
  clear: both;
  font-weight: 400;
  color: #495057;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.hnry-icon-dropdown__menu-item:hover, .hnry-icon-dropdown__menu-item:focus, .hnry-icon-dropdown__menu-item:active {
  background-color: #edf0f2;
  border-radius: 6px;
}

.fa-trash-o {
  color: #c00 !important;
}

.fa-trash-o-disabled {
  color: #c8cbcb !important;
}

.status-icon {
  font-size: 1.75rem;
}

.action-icon {
  padding-top: 6px;
}

.hnry-icon {
  display: flex;
  width: 24px;
  min-width: 24px;
  line-height: 1.5rem;
  margin: 0 auto;
}
.hnry-icon svg {
  height: 100%;
  width: 100%;
}
.hnry-icon.icon-disabled {
  cursor: not-allowed;
}
.hnry-icon.icon-disabled path {
  opacity: 0.3;
}
.hnry-icon.icon-grayscale {
  filter: grayscale(1);
}
.hnry-icon.admin-impersonating path {
  fill: none;
  stroke: #a6c;
}
.hnry-icon__circle {
  height: 2rem;
  width: 2rem;
  background: #949494;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.hnry-icon__circle.success {
  background: #33b082;
  color: #fff;
}
.hnry-icon__circle i {
  color: #fff !important;
}
.hnry-icon__circle--large {
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 2rem;
}
.hnry-icon__circle--white {
  height: 2rem;
  width: 2rem;
  background: #fff;
}

img.flipped-horizontal {
  transform: scale(-1, 1);
}

.img-uploaded img {
  width: 100%;
}

img.feature-image {
  margin: 0 auto;
  height: 100px;
  padding-top: 20px;
}

img.custom-logo {
  max-height: 115px;
  max-width: 320px;
}

.copy-input {
  right: 0;
}
.copy-input svg {
  width: 1.75rem;
  height: 1.75rem;
}

.clear-input {
  right: 1.5rem;
}
.clear-input svg,
.clear-input img {
  width: 1rem;
  height: 1rem;
}

.copy-input,
.clear-input {
  position: absolute;
  padding: 0.5rem;
  margin-left: 1rem;
  top: 50%;
  transition: all 0.3s ease;
  transform: translate3d(0, -50%, 0);
  color: #c8cbcb;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 2rem;
}
.copy-input:hover,
.clear-input:hover {
  color: #333;
}
.copy-input:focus,
.clear-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.datepicker-dob-input ~ .clear-input {
  left: auto;
  right: 0;
}

.icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  cursor: pointer;
}

.help {
  transform: translateY(-0.75rem);
  display: block;
}

.modal-preview-invoice {
  background-color: #c8cbcb;
  color: black;
}

.tax-invoice {
  font-size: 25px;
}

.inv-left {
  text-align: left;
  display: inline-block;
  width: 49%;
  left: 0;
  position: relative;
  vertical-align: top;
}

.inv-left-detail {
  text-align: left;
  display: inline-block;
  width: 34%;
  left: 0;
  position: relative;
  vertical-align: top;
}

.inv-right {
  text-align: right;
  display: inline-block;
  width: 50%;
  right: 0;
  position: relative;
}

.inv-right-detail {
  text-align: right;
  display: inline-block;
  width: 65%;
  right: 0;
  position: relative;
}

.inv-tmpl-foot {
  color: #767676;
  font-size: 12px;
}
.inv-tmpl-foot .inv-left {
  width: 56%;
}
.inv-tmpl-foot .inv-right {
  width: 43%;
}

.inv-tmpl-body-1 {
  position: relative;
}

.inv-tmpl {
  font-size: 13px;
  padding: 15px;
  margin-left: 8px;
  width: 100%;
  background-color: #fff;
}
.inv-tmpl hr {
  background-color: #33b082;
}
@media (max-width: 760px) {
  .inv-tmpl {
    margin-top: 55px;
    margin-left: 8px;
  }
}

.inv-tmpl-info .inv-left {
  display: block;
}
@media (max-width: 760px) {
  .inv-tmpl-info .inv-left {
    width: 100%;
  }
}

.inv-center {
  text-align: center;
  width: 100%;
}

.inv-logo {
  text-align: left;
}

.inv-address {
  text-align: right;
}

.smaller-column {
  text-align: right;
}

.description-column {
  text-align: left;
  max-width: 220px;
  overflow-wrap: break-word;
}

.empty-column {
  height: 20px;
}

.inv-comments-title {
  font-weight: bold;
  text-align: left;
}

.inv-comments {
  word-wrap: break-word;
  max-width: 400px;
  text-align: left;
  font-size: 12px;
}

.align_bottom {
  vertical-align: bottom;
}

.inv-tmpl-total-left {
  width: 47%;
}

.inv-tmpl-total {
  text-align: right;
  width: 52%;
}

.large-column {
  width: 75%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.large-column input {
  height: 2rem;
}

.small-column {
  padding-right: 0 !important;
}
.small-column input {
  height: 2rem;
}

.remove-line {
  vertical-align: middle !important;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 320px) {
  .form-footer {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  .form-footer .btn {
    font-size: 70%;
    padding: 0.5rem 0.9rem;
  }
}
@media (max-width: 320px) {
  .form-footer .btn {
    margin: 1px;
  }
}
@media (max-width: 760px) {
  .form-footer {
    margin-bottom: 130px;
  }
}

.btn-blue-hnry {
  background-color: #272754;
}

.btn-blue-hnry-secondary {
  border: 1px solid #272754 !important;
  color: #272754 !important;
  background-color: #fff;
}

.btn-blue-hnry:hover {
  background-color: #33367d;
}

.modal-invoice-custom {
  max-width: 730px;
}

.body-preview {
  max-width: 100%;
  overflow: auto;
  padding: 0;
  font-size: 0.8em;
}

.inv-prev-img {
  min-height: 8rem;
  max-height: 8rem;
}
@media (max-width: 320px) {
  .inv-prev-img {
    max-width: 10rem;
    min-width: 10rem;
  }
}

.inv-items-line {
  text-align: right;
}

.form-expenses div {
  border-bottom: 2px solid #eceeef;
}

@media (max-width: 992px) {
  .body-preview .inv-tmpl {
    width: 400px;
  }
}
.body-preview .inv-tmpl {
  padding: 0;
}

.modal #inv-tmpl {
  transform-origin: 0 0;
  transform: scale(0.65);
  width: 150%;
}

@media (min-width: 320px) {
  .invoice-line-item-row .invoice-price-col {
    min-width: 62px;
  }
}
@media (min-width: 375px) {
  .invoice-line-item-row .invoice-price-col {
    min-width: 75px;
  }
}
@media (min-width: 576px) {
  .invoice-line-item-row .invoice-price-col {
    min-width: 85px;
  }
}
.invoice-line-item-row textarea,
.invoice-line-item-row input {
  font-size: 0.875rem;
}
@media (min-width: 375px) {
  .invoice-line-item-row textarea,
  .invoice-line-item-row input {
    font-size: inherit;
  }
}

.invoices.show .main-container,
.invoices.show .container,
.invoices.show .custom-card-invoices,
.quotes.show .main-container,
.quotes.show .container,
.quotes.show .custom-card-invoices,
.receipts.show .main-container,
.receipts.show .container,
.receipts.show .custom-card-invoices {
  background-color: #edf0f2;
}
.invoices.show .sidebar,
.quotes.show .sidebar,
.receipts.show .sidebar {
  display: none;
  will-change: transform;
}
.invoices.show .hui-layout--sidebar-offset,
.quotes.show .hui-layout--sidebar-offset,
.receipts.show .hui-layout--sidebar-offset {
  padding-left: 0 !important;
}
.invoices.show .custom-navbar,
.quotes.show .custom-navbar,
.receipts.show .custom-navbar {
  display: none;
}
.invoices.show .free-bird,
.quotes.show .free-bird,
.receipts.show .free-bird {
  padding-left: 15px;
}
.invoices.show .custom-card-invoices,
.quotes.show .custom-card-invoices,
.receipts.show .custom-card-invoices {
  margin: auto 0 auto 0 !important;
}
.invoices.show .inv-tmpl,
.quotes.show .inv-tmpl,
.receipts.show .inv-tmpl {
  border: solid #c8cbcb 1px;
}

.hnry-green-text {
  color: #33b082 !important;
}

.hnry-red-text {
  color: #c00;
}

@media print {
  .hidden-on-print,
  .button-download,
  .hnry-footer,
  .back-button,
  .invoice-view-navbar {
    display: none;
  }
  hr {
    background-color: #33b082;
  }
  i {
    color: #33b082;
  }
  .main-container {
    background-color: #fff;
  }
  .container {
    min-width: auto !important;
  }
}
.hnry-footer {
  text-align: center;
}
.hnry-footer .logo-scaled {
  margin: 0 auto;
  width: 180px;
  padding: 5px;
}

.void-container {
  opacity: 0.5;
}

.payment-status-overlay {
  position: absolute;
  top: 28%;
  left: 50%;
  padding: 0 10px 0 10px;
  font-size: 35px;
  transform: rotate(-35deg);
}

.payment-status-overlay-uk {
  position: absolute;
  top: 34%;
  left: 50%;
  padding: 0 10px 0 10px;
  font-size: 35px;
  transform: rotate(-35deg);
}

.voided-invoice {
  border: #c00 5px solid;
  color: #c00;
  margin-left: -110px;
}

.payment-processing-invoice {
  border: #272754 5px solid;
  color: #272754;
  margin-left: -180px;
}

.paid-invoice {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -60px;
}

tr.imminent-row {
  background-color: #f7f8fa;
}

.invoice-template.page {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 1rem;
}
.invoice-template.scaled {
  margin-top: 55px;
}
@media (max-width: 290px) {
  .invoice-template.scaled {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  .invoice-template.scaled {
    transform-origin: 0 0;
    transform: scale(0.667);
    width: 150%;
  }
}
@media (max-width: 410px) {
  .invoice-template.scaled {
    transform-origin: 0 0;
    transform: scale(0.5);
    width: 200%;
  }
}
@media (max-width: 375px) {
  .invoice-template__col {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 450px) {
  .invoice-template__col {
    padding-right: 36px;
  }
}

.create-client-wrapper {
  display: flex;
  flex-direction: column;
}
.create-client-wrapper__form {
  min-height: 320px;
}
@media (max-width: 375px) {
  .create-client-wrapper__form {
    min-height: 300px;
  }
}
.create-client-wrapper .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1.5rem;
}
@media (max-width: 500px) {
  .create-client-wrapper .modal-footer {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal-lg {
    max-width: 600px;
  }
  .modal-md {
    max-width: 500px;
  }
  .modal-sm {
    max-width: 300px;
  }
  .modal-dialog .modal-content {
    border-radius: 0.4rem;
  }
  .modal-body.scrollable {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
  }
}
.modal-footer {
  justify-content: center;
}
.modal-footer .hnry-button {
  flex: 1;
}
.modal-footer.footer-background .hnry-button {
  flex: 0;
}

.modal-dialog .modal-content {
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}

.modal-dialog .modal-body.full-size {
  min-height: 450px;
  padding: 1.25rem !important;
  background: #33367d !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .modal-dialog .modal-body.full-size {
    border-radius: 0;
  }
}
.modal-dialog .modal-body.full-size + .modal-footer {
  background: #33367d;
  border-color: transparent;
  border-radius: 0 0 0.25rem 0.25rem;
}
.modal-dialog .modal-body.full-size + .modal-footer .btn:hover {
  box-shadow: none;
}

.tour-bank-account-details {
  background: #fff;
}

@media (max-width: 576px) {
  .modal.show .modal-dialog {
    transform: none;
    width: 100%;
    position: fixed;
  }
  .modal-open .main-container {
    overflow: hidden;
  }
  /* stylelint-disable-next-line no-descending-specificity */
  .modal-dialog {
    margin: 0;
    height: 100%;
  }
  .modal-dialog.centered {
    top: 0;
    transform: none !important;
    width: 100%;
  }
  .modal-dialog .modal-content {
    overflow: scroll;
    scroll-behavior: smooth;
    height: 100%;
    border-radius: 0;
  }
  .modal-dialog .modal-content .modal-header {
    width: 100%;
    top: 0;
    z-index: 100;
    border-radius: 0;
  }
  .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding-bottom: 120px;
  }
  .modal-dialog .modal-content .modal-footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
  }
  .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
    text-align: center;
  }
}
.btn.mobile-btn {
  display: block;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .modal .modal-footer .modal-skip {
    min-width: 40%;
  }
}
@media (min-width: 577px) {
  body.modal-open {
    overflow: hidden;
  }
  body.modal-open.ios {
    overflow: auto;
    position: static;
  }
}
.sign-up-modal__header {
  background: #fff !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}
@media (max-width: 576px) {
  .sign-up-modal__header {
    z-index: 10 !important;
  }
}
.sign-up-modal__header p {
  color: #242659 !important;
  font-weight: 700 !important;
  font-size: 1.3125rem !important;
}
.sign-up-modal__body {
  min-height: 350px;
  border-radius: 0.4rem;
}
@media (max-width: 510px) {
  .sign-up-modal__body {
    border-radius: 0;
  }
}
.sign-up-modal .sign-up-modal__body.sign-up-modal__welcome-tour {
  background-color: #33367d;
}
.sign-up-modal__footer {
  min-height: 112px;
  border-top: transparent !important;
  padding: 2.375rem 1.125rem 1.125rem;
  background-color: transparent !important;
  margin-top: -30px;
  position: relative;
}
.sign-up-modal__footer.sign-up-modal__footer--dark {
  background-color: #33367d !important;
  margin-top: -5px;
}
.sign-up-modal__footer a {
  color: #fff;
}
@media (max-width: 375px) {
  .sign-up-modal__footer {
    bottom: -2px !important;
  }
}
@media (min-width: 990px) {
  .sign-up-modal--fixed {
    min-height: 500px;
  }
}
.sign-up-modal .footer-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.sign-up-modal .footer-background--first {
  background: #fff url(/assets/onboarding_tour/wave_1-b5c5880b7a36af13ba27fa43831faa45fccbf08aad787743e3883cdb325da126.svg);
}
.sign-up-modal .footer-background--second {
  background: #fff url(/assets/onboarding_tour/wave_2-2e6bd993a6beceb5e9c7b797a8ac4aed02d8cc3df7977dda62ef6b9e460b6393.svg);
}
.sign-up-modal .footer-background--third {
  background: #fff url(/assets/onboarding_tour/wave_3-aebf4ae21325ffcc909672140f6a908973d19361f119094aec5a2776ae7b6e3a.svg);
}

@media (min-width: 990px) {
  .signup-consolidated-modal__body {
    max-height: 730px;
    overflow-y: scroll;
  }
}
.signup-consolidated-modal__question {
  margin-bottom: 2.5rem;
}
.signup-consolidated-modal__header {
  background: #fff !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}
.signup-consolidated-modal__header p {
  color: #212529 !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
}

.hnry-modal-p {
  padding-bottom: 0.6rem;
}

.switch-prompt-modal {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/assets/switch/desktop-header-bff5d33845ab946bd0de9a1fb7b2c0b7ed728b86f3b3f2c6db6b84e99b3babb2.svg);
  padding: 0.2rem 1.5rem 1.5rem !important;
}
.switch-prompt-modal .header {
  display: flex;
  justify-content: center;
}
.switch-prompt-modal .header img {
  width: 40%;
}
.switch-prompt-modal p {
  line-height: 2em;
}

.tall-modal .modal-content {
  min-height: 540px;
}
.tall-modal .modal-body--scrolling-table {
  max-height: 380px;
  overflow: scroll;
}

.switch-modal .modal-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 989px) {
  .switch-modal .modal-content {
    overflow: hidden;
  }
}
.switch-modal .modal-content .modal-body {
  overflow-y: auto;
}
@media (min-width: 989px) {
  .switch-modal .modal-content .modal-body {
    max-height: 500px;
    padding-bottom: 200px;
  }
}
@media (max-width: 989px) {
  .switch-modal .modal-content .modal-body {
    max-height: 100vh;
    padding-bottom: 300px;
  }
}
@media (min-width: 989px) {
  .switch-modal .modal-content .content-sizing {
    min-height: 420px;
    width: 500px;
  }
}

.centered-modal .modal-content {
  left: 50%;
  transform: translate(-50%, 0);
}

.final-checks-modal__footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .final-checks-modal__footer {
    padding-bottom: 1rem;
  }
}

.hnry-info-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hnry-info-modal--show {
  display: block;
}
.hnry-info-modal__content {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  background-color: #fefefe;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 730px;
  max-height: 730px;
  border-radius: 0.4rem;
  text-align: center;
}
@media (max-width: 500px) {
  .hnry-info-modal__content {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}
.hnry-info-modal__header {
  display: inline;
  width: 100%;
  height: 220px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.hnry-info-modal__header-img {
  width: 200px;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .hnry-info-modal__header-img {
    width: 210px;
  }
}
.hnry-info-modal__body {
  padding: 0 1.5rem 1.5rem;
  height: calc(100% - 220px);
}
@media (max-width: 410px) {
  .hnry-info-modal__body {
    padding: 0 1.25rem 3rem 1.25rem;
  }
}

.calculator-modal__tabs {
  margin: 0 -1.5rem;
  padding-bottom: 3rem;
  position: sticky;
}

.referral-modal__tabs {
  margin: 0 -1.5rem;
  position: sticky;
}
.referral-modal__content {
  overflow-y: auto;
  height: calc(730px - 220px - 40px);
  margin: 0 -1.5rem;
  padding: 1.3rem 1.5rem;
}
.referral-modal__content.mobile-only {
  height: calc(100% - 12px);
}
.referral-modal__paragraph {
  padding: 0 0.5rem 0.3rem;
}
@media (max-width: 480px) {
  .referral-modal__paragraph {
    padding: 0 0.5rem 0.5rem;
  }
}
.referral-modal .referral-sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 4rem;
  margin: 2rem;
}
@media (max-width: 480px) {
  .referral-modal .referral-sharing {
    padding: 0.5rem;
    margin: 0.8rem;
  }
}
.referral-modal .react-share__ShareButton svg {
  width: 3rem;
  height: 3rem;
}
.referral-modal .hnry-copy-button {
  text-transform: inherit;
  padding: 0;
}
.referral-modal .referral-alert {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  display: flex;
  justify-content: space-between;
  z-index: 120;
  margin: -1.3rem -1.5rem;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  opacity: 1;
  animation-name: FadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 300ms;
}
@media (max-width: 410px) {
  .referral-modal .referral-alert {
    margin: -1.3rem -1.25rem;
  }
}
.referral-modal .referral-alert__body {
  display: flex;
  align-items: flex-start;
}
.referral-modal .referral-alert__body .alert-icon {
  width: 24px;
  height: 24px;
}
.referral-modal .referral-alert__content {
  padding-left: 0.8rem;
}
.referral-modal .referral-alert__content p {
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.referral-modal .remind-friends .hnry-checkbox {
  padding-right: 1rem;
  min-width: 125px;
  text-align: left;
}
.referral-modal .remind-friends .hnry-checkbox label {
  font-size: 0.875rem;
}
.referral-modal .remind-friends__header {
  display: flex;
  align-items: baseline;
  width: 100%;
  border-bottom: 3px solid #edf0f2;
  padding-bottom: 0.8rem;
  padding-left: 0.3rem;
  background-color: #fff;
  z-index: 119;
}
.referral-modal .remind-friends__content {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
}
.referral-modal .remind-friends__content .send-reminder-btn {
  position: absolute;
  top: auto;
  bottom: 1.4rem;
  z-index: 100;
  background-color: #fff;
  border-radius: 100vmax;
}
.referral-modal .remind-friends__list {
  width: 100%;
  padding-left: 0.3rem;
  min-height: 120px;
}
.referral-modal .remind-friends__list .hnry-checkbox label {
  font-weight: 600;
}
.referral-modal .remind-friends__list.loader {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.referral-modal .remind-friends__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.7rem 0 0.5rem;
  border-bottom: 1px solid #edf0f2;
  font-size: 0.875rem;
}
.referral-modal .remind-friends__list-item .list-item-icon {
  transform: translateY(0.6rem);
}
.referral-modal .remind-friends__list-item .list-item-icon + .remind-friends__name {
  margin-top: -1.3rem;
}
.referral-modal .remind-friends__list-item .hnry-checkbox + .remind-friends__name {
  margin-top: -0.8rem;
}
.referral-modal .remind-friends__meta {
  display: flex;
  padding-left: 2.1rem;
  width: 100%;
  justify-content: space-between;
  text-align: left;
}
.referral-modal .remind-friends__meta .delete-btn {
  margin-top: -1.2rem;
}
.referral-modal .remind-friends__meta .delete-btn:hover {
  background-color: #edf0f2;
}
.referral-modal .remind-friends__timestamp {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.allocation-select-template-body {
  height: 730px;
  overflow-y: scroll;
}

.hnry-tabs__menu {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.hnry-tabs__tab {
  width: 100%;
  min-height: 40px;
  color: #c8cbcb;
  border-bottom: 3px solid #c8cbcb;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.75rem;
  align-self: flex-end;
}
@media (max-width: 410px) {
  .hnry-tabs__tab {
    font-size: 0.75rem;
  }
}
.hnry-tabs__btn {
  width: inherit;
  height: inherit;
  border: 0;
  background-color: transparent;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.hnry-tabs__btn:hover {
  cursor: pointer;
}
.hnry-tabs__btn.selected {
  color: #242659;
}
.hnry-tabs__indicator {
  transition: all 0.4s ease-in-out;
  position: relative;
  width: var(--tabs-indicator-width);
  height: 3px;
  background: #242659;
  margin-top: -1.2rem;
  left: 0;
  border-radius: 5px;
}

.otp-container {
  text-align: center;
}

.otp-input {
  padding: 20px 0;
  letter-spacing: 42px;
  font-size: 32px !important;
  text-align: center;
}
@media (max-width: 375px) {
  .otp-input {
    letter-spacing: 24px;
  }
}

.otp-secret {
  font-size: 20px;
  color: #0275d8 !important;
}

.otp-modal-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#enable-two-factor-modal p,
#disable-two-factor-modal p,
#password-check-modal p {
  font-size: 16px;
}

.pagination {
  display: flex;
  justify-content: center;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.pagination .page.current,
.pagination .page.gap,
.pagination .page a,
.pagination .next a,
.pagination .prev a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  margin: 3px;
  background-color: #f7f8fa;
  color: #767676;
}
.pagination .page.current:hover,
.pagination .page.gap:hover,
.pagination .page a:hover,
.pagination .next a:hover,
.pagination .prev a:hover {
  background-color: #edf0f2;
}
.pagination .page.gap:hover {
  background-color: #f7f8fa;
}
.pagination .page.current {
  background-color: #33b082;
  color: #fff;
}
.pagination .page.current:hover {
  background-color: #33b082;
}
.pagination .page-jump {
  min-width: 38px;
}

.row .right-text-field {
  font-weight: bold;
  text-align: right;
}
@media (max-width: 576px) {
  .row .right-text-field {
    flex-grow: 3;
  }
}

.payslip table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
}
.payslip table thead {
  width: 100%;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.payslip table thead:only-child {
  border-radius: 0.25rem;
}
.payslip table tr {
  display: flex;
  width: 100%;
}
.payslip table td,
.payslip table th {
  display: flex;
  border: none;
}
.payslip table td:first-of-type,
.payslip table th:first-of-type {
  width: 52%;
}
.payslip table td:last-of-type, .payslip table td:nth-of-type(2),
.payslip table th:last-of-type,
.payslip table th:nth-of-type(2) {
  margin-left: auto;
  justify-content: flex-end;
  width: 25%;
  min-width: 25%;
}
.payslip table.tax-rate-preview thead {
  background-color: #272754;
}

@media (max-width: 760px) {
  #questionnaire h1 {
    font-size: 1.5rem;
  }
}
#questionnaire img.logo {
  width: 50px;
  margin-right: 1.5rem;
  margin-left: 1.25rem;
}
@media (max-width: 760px) {
  #questionnaire img.logo {
    margin-right: 1.25rem;
  }
}

.expired-quote {
  border: #f07f38 5px solid;
  color: #f07f38;
  margin-left: -100px;
}

.sent-quote {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -60px;
}

.accepted-quote,
.invoiced-quote {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -80px;
}

.cancelled-quote {
  border: #c00 5px solid;
  color: #c00;
  margin-left: -120px;
}

.hnry-orange-text {
  color: #f07f38;
}

.tax-quote-left-text {
  flex: 2;
}

.tax-quote-right-text {
  text-align: right;
  font-weight: bold;
}

.transaction-card {
  background-color: #f7f8fa;
  height: 100%;
}

.reconciliation-card {
  height: 100%;
  padding-top: 0.5rem;
}
.reconciliation-card #form-buttons {
  bottom: 1rem;
  padding-left: 2rem;
  position: absolute;
  right: 1rem;
  width: 100%;
}
.reconciliation-card #form-buttons p {
  margin-top: 0.5rem;
  position: absolute;
}

#user-notes :last-child {
  margin-bottom: 0;
}

.custom-scrollers ::-webkit-scrollbar {
  width: 0.6rem;
}
.custom-scrollers ::-webkit-scrollbar-thumb {
  background-color: #777798;
  border-radius: 1rem;
}
.custom-scrollers ::-webkit-scrollbar-track {
  background: transparent;
}

.user-jobs-table {
  width: 100%;
  margin-bottom: 2rem;
}
.user-jobs-table .typedown {
  height: 48px;
}
@media (max-width: 375px) {
  .user-jobs-table .typedown .suggestions {
    width: 180% !important;
  }
}
@media (max-width: 410px) {
  .user-jobs-table .typedown .suggestions {
    width: 156% !important;
  }
}
.user-jobs-table__header-group {
  border-bottom: 2px solid #c8cbcb;
}
.user-jobs-table__header {
  padding: 0.8rem 0;
}
.user-jobs-table__actions {
  width: 5%;
}
.user-jobs-table__body {
  width: 100%;
}
.user-jobs-table__body-row {
  height: 59px;
  border-bottom: 1px solid #c8cbcb;
}
.user-jobs-table__radio-btn {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.user-jobs-table__job-name {
  padding: 0.8rem 0;
}
.user-jobs-table__bottom-text {
  font-size: 0.8rem;
  margin-top: -1rem;
}

a.sortable:link,
a.sortable:visited {
  color: #767676;
}

@media (max-width: 576px) {
  .desktop-switch-expenses-table {
    display: none;
  }
  .mobile-switch-expenses-table {
    display: block;
  }
}
@media (min-width: 576px) {
  .desktop-switch-expenses-table {
    display: block;
  }
  .mobile-switch-expenses-table {
    display: none;
  }
}
.desktop-switch-expenses-table .fa,
.mobile-switch-expenses-table .fa {
  color: #0275d8 !important;
}

.desktop-switch-expenses-table table tbody tr .month-col {
  white-space: nowrap;
}

.mobile-switch-expenses-table table {
  table-layout: fixed;
}

.switch p.toggle-note {
  font-size: 14px;
  padding-left: 64px;
}
@media (max-width: 990px) {
  .switch p.toggle-note {
    padding-top: 8px;
  }
}
.switch .switch-container {
  top: 0;
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}
.switch .switch-container input[type=checkbox] {
  left: -40px;
  width: 0;
  height: 0;
  visibility: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  cursor: pointer;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.switch .switch-container input[type=checkbox][disabled] ~ .lever {
  background-color: #c8cbcb;
}
.switch .switch-container input[type=checkbox][disabled] ~ .lever::after {
  background-color: #fff;
}
.switch .switch-container input[type=checkbox][disabled]:checked ~ .lever {
  background-color: #bddece;
}
.switch .switch-container input[type=checkbox][disabled]:checked ~ .lever::after {
  background-color: #fff;
}
.switch .switch-container input[type=checkbox]:checked ~ .lever {
  background-color: #33b082;
  /* stylelint-disable-next-line no-descending-specificity */
}
.switch .switch-container input[type=checkbox]:checked ~ .lever::after {
  background-color: #fff;
  left: 0;
  transform: translate3d(24px, 0, 0);
  animation: PulseSuccess 0.8s ease forwards;
}
.switch .switch-container input[type=checkbox] ~ .lever {
  height: 28px;
  width: 50px;
  min-width: 50px;
  margin: 0 16px 0 0;
  pointer-events: none;
  background-color: #949494;
  border: 1px solid #edf0f2;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.switch .switch-container input[type=checkbox] ~ .lever::after {
  content: "";
  position: absolute;
  border-radius: 21px;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: #fff;
  width: 22px;
  height: 22px;
  top: 2px;
  left: 0;
  transform: translate3d(2px, 0, 0);
  will-change: transform;
  box-shadow: none;
}
.switch.admin-only {
  color: #a6c;
}
.switch.admin-only input[type=checkbox] {
  /* stylelint-disable-next-line no-descending-specificity */
}
.switch.admin-only input[type=checkbox]:checked ~ .lever {
  background-color: #a6c;
  /* stylelint-disable-next-line no-descending-specificity */
}
.switch.admin-only input[type=checkbox]:checked ~ .lever::after {
  animation: PulseAdmin 0.8s ease forwards;
}

.label-reversed {
  font-size: 1rem;
  text-align: right;
}

@media (max-width: 989px) {
  .table-full-width {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
    background-color: #fff;
  }
}
.table td.fixed-width-currency-column {
  width: 150px;
}

.table td.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.table-containing-md-fields {
  line-height: 2em;
}

.table.table-hover tbody tr:hover {
  background-color: #f7f8fa;
}

table .clickable-row {
  position: relative;
}

.table td.clickable-row a {
  color: inherit;
}

table .clickable-row a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.table tr.open-modal-row:hover {
  cursor: pointer;
  background-color: #edf0f2;
}

.scrolling-table {
  max-height: 200px;
  overflow-y: scroll;
}

.fa-sort {
  color: #c8cbcb;
}

.fa-stack {
  width: 0.5em;
  height: 0.5em;
  line-height: 0.3em;
}

.table tr.table-total-row {
  font-weight: 700;
}
.table tr.table-total-row td {
  border-top: 1px solid #949494;
}

.table tr.summary-row {
  font-size: 1.188rem;
  background-color: #242659;
  color: #fff;
}
.table tr.summary-row td:first-child {
  border-left-style: solid;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table tr.summary-row td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  vertical-align: bottom;
}

.hnry-table-list {
  display: flex;
  flex-direction: column;
}
.hnry-table-list__header {
  border-bottom: 1px solid #c8cbcb;
  padding: 1rem 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .hnry-table-list__header {
    color: #767676;
    font-size: 0.75rem;
    padding-bottom: 0.4rem;
  }
}
.hnry-table-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c8cbcb;
  padding: 1.2rem 1.5rem;
}
@media (max-width: 480px) {
  .hnry-table-list__row {
    padding: 0.8rem;
  }
}
.hnry-table-list__col {
  display: flex;
  font-size: 0.875rem;
  color: #333;
}

.card-transactions__amount {
  display: flex;
  align-items: baseline;
  height: -moz-fit-content;
  height: fit-content;
}
.card-transactions__amount span.amount-text {
  color: #212529;
  text-align: right;
  padding: 0 0.5rem;
}
@media (min-width: 480px) {
  .card-transactions__amount {
    font-size: 1rem;
  }
}
.card-transactions__description {
  width: 62%;
}
@media (max-width: 480px) {
  .card-transactions__description {
    width: 58%;
  }
}
@media (min-width: 1920px) {
  .card-transactions__description {
    width: 65%;
  }
}
.card-transactions__description span.title {
  font-weight: 600;
  display: inline-block;
  width: 80%;
}
@media (max-width: 480px) {
  .card-transactions__description span.title {
    font-size: 0.75rem;
  }
}
.card-transactions__description span.timestamp {
  font-size: 0.75rem;
  color: #495057;
  font-weight: 400;
  padding-left: 0.3rem;
  padding-top: 0.1rem;
}

.bas-filing-table__header {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.bas-filing-table__col {
  border-bottom: 1px solid #bdd2dc;
  border-top: 1px solid #bdd2dc !important;
}
.bas-filing-table__col:first-child {
  width: 245px;
}

.tooltip-clickable {
  color: #767676;
}
.tooltip-clickable:hover {
  cursor: pointer;
}
.tooltip-clickable:hover, .tooltip-clickable:focus {
  color: #242659;
}
.tooltip-clickable--light {
  color: #fff !important;
}
.tooltip-clickable--light:hover {
  color: #c8cbcb !important;
}

.tooltip.show {
  opacity: 1;
}
.tooltip a {
  color: #33b082;
}
.tooltip .tooltip-content {
  margin-bottom: 0;
  text-align: left;
}
.tooltip .tooltip-inner {
  background-color: #242659;
  border-radius: 0.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.tooltip .arrow::before {
  border-top-color: #242659;
  border-bottom-color: #242659;
}

.tooltip-admin {
  color: #a6c !important;
}

.paid-value {
  padding-bottom: 12px;
  opacity: 0;
  animation: FadeInUp 0.6s ease forwards;
  font-size: 0.825rem;
}
.paid-value:nth-of-type(1) {
  animation-delay: 0;
}
.paid-value:nth-of-type(2) {
  animation-delay: 500ms;
}
.paid-value:nth-of-type(3) {
  animation-delay: 1000ms;
}

.paid-value-img {
  margin-left: auto;
  margin-right: auto;
}

.onboarding-tour__list--ordered {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 1.125rem;
}
.onboarding-tour__list--ordered li {
  color: #33b082;
  margin-bottom: 1rem;
}
.onboarding-tour__list--ordered li p {
  color: #495057;
  padding-left: 1rem;
}

.welcome-tour {
  background: #33367d;
  border-radius: 0.4rem;
  overflow-y: hidden;
}
.welcome-tour .carousel-inner {
  height: 100%;
}
.welcome-tour .carousel-item {
  background: #33367d;
  height: 100%;
}
@media (max-width: 576px) {
  .welcome-tour .carousel-item {
    height: 92vh;
    height: 92dvh;
    font-size: 0.875rem;
  }
}
.welcome-tour .carousel-item__body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .welcome-tour .carousel-item__body {
    min-height: 500px;
  }
}
.welcome-tour .carousel-item__footer {
  bottom: 0;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  text-align: end;
  position: absolute;
  padding-right: 1rem;
  padding-left: 1rem;
}
.welcome-tour .carousel-item__button-group {
  display: flex;
  flex-flow: row-reverse;
  margin-top: 1rem;
}
.welcome-tour .carousel-item img {
  margin: 1.125rem auto;
  height: 200px;
  display: block;
}
@media (max-width: 375px) {
  .welcome-tour .carousel-item img {
    height: 180px;
  }
}
@media (max-width: 320px) {
  .welcome-tour .carousel-item img {
    height: 150px;
  }
}
@media (max-width: 260px) {
  .welcome-tour .carousel-item img {
    height: 100px;
  }
}
.welcome-tour .carousel-item .carousel-dots {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
.welcome-tour .carousel-item .carousel-dots .carousel-dot {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}
.welcome-tour .carousel-item .carousel-dots .carousel-dot.active {
  background: #fff;
}
.welcome-tour .carousel-item .carousel-dots .carousel-dot--disabled {
  cursor: not-allowed;
}

.mobile-tour-modal {
  overflow-y: hidden !important;
}

.mobile-tour-content {
  overflow: hidden !important;
  overscroll-behavior-y: none;
  position: fixed;
}

.mobile-tour {
  background: url(/assets/header-1ec18fc4d3904d83132fa766a611b53f73d8534da62c30f8d09db2bf6dd9dd53.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.start-layout-container {
  background-color: #242659;
  padding-top: 3rem;
  text-align: center;
}
.start-layout-container .container {
  max-width: 650px;
}

#TourStepSectionIntroduction ul li {
  list-style-type: disc;
}

.turbolinks-progress-bar {
  height: 5px;
  background: #33b082;
  background: linear-gradient(90deg, #33b082, #4bcb9c);
  border-radius: 0 5px 5px 0;
}

.typedown {
  position: relative;
  width: 100%;
}
.typedown select {
  display: contents;
  position: absolute;
}
.typedown input {
  padding-right: 3rem;
  border-left: none;
  border-top: none;
  border-right: none;
  width: calc(100% - 3rem);
}
.typedown input[value] + label, .typedown input[placeholder] + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
.typedown input[value=""]:not([placeholder]) + label {
  transform: translateY(0);
  font-size: 1rem;
}
.typedown input:focus {
  border-color: none;
  box-shadow: none;
  border-bottom-color: #33b082;
  /* stylelint-disable-next-line no-descending-specificity */
}
.typedown input:focus ~ .icon path {
  fill: #33b082;
}
.typedown input:focus + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
.typedown textarea {
  min-height: 2.1rem;
  max-height: 25rem;
  margin-top: 0.2rem;
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  width: calc(100% - 3rem);
  overflow-y: scroll;
  vertical-align: text-top;
}
.typedown .suggestions.hidden {
  display: none;
}
.typedown .suggestions.active {
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 103;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow: auto;
}
.typedown .suggestions.active ul {
  margin: 0;
}
.typedown .suggestions.active ul li button {
  font-size: 1.2rem;
  color: #0275d8;
  display: block;
  padding: 1rem;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  background: #fff;
}
.typedown .suggestions.active ul li button:hover, .typedown .suggestions.active ul li button[aria-selected=true] {
  background: rgb(238, 238, 238);
}
.typedown .suggestions.active ul .suggestion.active button {
  background: #edf0f2;
}
.typedown .suggestions.active .no-results {
  display: block;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 320px) {
  .sign-up-typedown {
    padding-top: 1.5rem;
  }
}

.hnry-donut-chart {
  width: 100%;
  max-height: 360px;
  height: 200px;
}
.hnry-donut-chart--mobile {
  height: 420px;
  max-height: 420px;
  min-height: 200px;
}

.submit_filing_modal {
  border-radius: 0.4rem;
}
.submit_filing_modal .carousel-inner {
  height: 100%;
  overflow-y: auto;
}
.submit_filing_modal .carousel-item {
  height: 100%;
}
@media (max-width: 576px) {
  .submit_filing_modal .carousel-item {
    height: 92vh;
  }
}
.submit_filing_modal .carousel-item__big-image {
  margin: 0;
  display: block;
  width: 100%;
}
@media (max-width: 576px) {
  .submit_filing_modal .carousel-item__big-image {
    display: none;
  }
}
.submit_filing_modal .carousel-item__small-image {
  margin-top: 2rem;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .submit_filing_modal .carousel-item__small-image {
    display: none;
  }
}
.submit_filing_modal .carousel-item__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 40px 20px;
  font-size: 16px;
}
@media (min-width: 989px) {
  .submit_filing_modal .carousel-item__body {
    height: 320px;
  }
}
@media (max-width: 989px) {
  .submit_filing_modal .carousel-item__body {
    padding: 30px;
  }
}
.submit_filing_modal .carousel-item__text {
  height: 220px;
}
@media (min-width: 989px) {
  .submit_filing_modal .carousel-item__text {
    height: 220px;
  }
}
.submit_filing_modal .carousel-item__footer {
  height: 80px;
  margin: 10px 0;
}
.submit_filing_modal .carousel-item .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  background: transparent;
  border: 1px solid #41498B;
  cursor: pointer;
}
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot.active {
  background: #41498B;
}
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot--disabled {
  cursor: not-allowed;
}
