/* Base Reset and Typography */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #1c1601;
  font-size: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media screen and (max-width: 567px) {
  body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 568px) {
  body {
    padding-left: 5px;
    padding-right: 5px;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #1c1601;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #f0b51c;
}

a:active, a:hover {
  outline: 0;
}

a.underline {
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2, h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (max-width: 568px) {
  h1 { font-size: 1.8em; }
  h2.resp-header-size { font-size: 1.17em; }
}

@media screen and (min-width: 568px) {
  h1 { font-size: 2.2em; }
  h2.resp-header-size { font-size: 1.5em; }
}

/* Pure CSS Grid System */
.pure-g {
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.pure-g [class*="pure-u"] {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.pure-u-1, .pure-u-1-2, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6,
.pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-2-24, .pure-u-7-24,
.pure-u-11-12, .pure-u-16-24, .pure-u-21-24, .pure-u-1-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1 { width: 100%; }
.pure-u-1-2 { width: 50%; }
.pure-u-1-3 { width: 33.3333%; }
.pure-u-1-4 { width: 25%; }
.pure-u-1-5 { width: 20%; }
.pure-u-1-6 { width: 16.6667%; }
.pure-u-2-5 { width: 40%; }
.pure-u-3-5 { width: 60%; }
.pure-u-4-5 { width: 80%; }
.pure-u-1-24 { width: 4.1667%; }
.pure-u-2-24 { width: 8.3333%; }
.pure-u-7-24 { width: 29.1667%; }
.pure-u-11-12 { width: 91.6667%; }
.pure-u-16-24 { width: 66.6667%; }
.pure-u-21-24 { width: 87.5%; }

/* Responsive Grid */
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1-2 { display: inline-block; width: 50%; }
  .pure-u-sm-1-3 { display: inline-block; width: 33.3333%; }
}

@media screen and (min-width: 48em) {
  .pure-u-md-1-2 { display: inline-block; width: 50%; }
  .pure-u-md-1-3 { display: inline-block; width: 33.3333%; }
  .pure-u-md-1-4 { display: inline-block; width: 25%; }
  .pure-u-md-2-5 { display: inline-block; width: 40%; }
  .pure-u-md-3-5 { display: inline-block; width: 60%; }
  .pure-u-md-2-3 { display: inline-block; width: 66.6667%; }
}

@media screen and (min-width: 64em) {
  .pure-u-lg-1-3 { display: inline-block; width: 33.3333%; }
  .pure-u-lg-1-4 { display: inline-block; width: 25%; }
  .pure-u-lg-1-6 { display: inline-block; width: 16.6667%; }
}

/* Responsive visibility */
@media screen and (max-width: 567px) {
  .pure-hidden-xs { display: none !important; }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .pure-hidden-sm { display: none !important; }
}

@media screen and (max-width: 568px) {
  .pure-u-11-12 { width: 85%; }
  .pure-u-1-24 { width: 10%; }
}

/* Layout Utilities */
.interac-max-width {
  max-width: 1064px;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}

.display-inline-block { display: inline-block; }
.inherit-height { height: inherit; }
.vertical-middle { vertical-align: middle; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.font-bold { font-weight: bold; }
.font-weight-100 { font-weight: 100; }

.padding-10 { padding: 10px; }
.padding-v-5 { padding-top: 5px; padding-bottom: 5px; }
.padding-v-10 { padding-top: 10px; padding-bottom: 10px; }
.padding-h-5 { padding-left: 5px; padding-right: 5px; }
.padding-h-10 { padding-left: 10px; padding-right: 10px; }
.padding-top-25 { padding-top: 25px; }

.margin-none { margin: 0px; }
.margin-top-15 { margin-top: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-30 { margin-bottom: 30px; }

.global-left-padding { padding-left: 1em; }
.line { margin-bottom: 10px; }

.translate-y-d-3 { transform: translate(0px, 3px); }
.translate-y-d-5 { transform: translate(0px, 5px); }
.translate-y-d-10 { transform: translate(0px, 10px); }

.text-right { text-align: right; }
.grid-style {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/* Colors */
.yellow-background { background-color: #f0b51c; }
.white-background { background-color: #ffffff; }
.circle-icon { border-radius: 50%; }
.white-icon { fill: #fff; }
.grey-icon { fill: #888b8d; }


/* Navigation */
.nav-menu {
  background-color: #1c1601;
}

.custom-wrapper {
  -webkit-font-smoothing: antialiased;
  height: 80px;
  padding: 15px 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}

.custom-wrapper.nav-menu {
  background-color: #1c1601;
}

.custom-wrapper > .nav-wrapper {
  position: relative;
  color: #fff;
}

@media screen and (min-width: 568px) {
  .custom-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 567px) {
  .custom-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    height: 60px;
    padding: 10px 0px;
  }
}

.nav-wrapper {
  position: relative;
  color: #fff;
}

.custom-brand {
  overflow-x: visible;
}

#brand-logo {
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 567px) {
  .custom-brand { padding: 5px 0px 5px 0px; }
  #brand-logo { height: 40px !important; width: 130px !important; top: -5px !important; }
}

@media screen and (min-width: 568px) {
  .custom-brand { padding: 0px 0px 0px 0px; }
  #brand-logo { height: 50px; }
}

.custom-menu-3 {
  text-align: right;
}

@media (max-width: 47.999em) {
  .custom-menu-3 { text-align: left; }
}

/* Mobile Navigation Items */
.mobile-nav-item {
  display: none;
}

.pure-menu-heading {
  position: relative;
}

@media screen and (max-width: 567px) {
  .pure-menu-heading {
    height: 40px;
  }
  
  .mobile-nav-item {
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .mobile-nav-item.change-language {
    right: 100px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .mobile-nav-item.help-link {
    right: 55px;
  }
}

/* Hamburger Menu Toggle */
.custom-toggle {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.custom-toggle .bar {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #f0b51c;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.custom-toggle .bar:first-child {
  top: 4px;
}

.custom-toggle .bar:last-child {
  bottom: 4px;
}

/* X shape when menu is open */
#menu.open .custom-toggle .bar:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#menu.open .custom-toggle .bar:last-child {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 567px) {
  .custom-toggle {
    display: block;
  }
}

/* Mobile menu expanded state */
@media screen and (max-width: 567px) {
  #menu.open {
    height: auto;
    overflow: visible;
  }
  
  #menu.open .custom-menu-3 {
    display: block;
  }
  
  #menu .custom-menu-3 {
    display: none;
  }
  
  #menu.open .pure-menu-list {
    margin-top: 20px;
    margin-left: 30px;
    padding: 0;
  }
  
  #menu.open .pure-menu-item {
    display: block;
  }
  
  /* Hide Français and Help in expanded menu on mobile - they're already in the header */
  #menu.open .pure-menu-item .change-language,
  #menu.open .pure-menu-item .help-link {
    display: none;
  }
  
  #menu.open .pure-menu-link {
    padding: 10px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 568px) {
  .help-link { text-align: center; }
}

@media screen and (min-width: 568px) {
  .help-link { text-align: left; }
}

/* Pure Menu */
.pure-menu {
  box-sizing: border-box;
}

.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal .pure-menu-item {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding-top: 5px;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}

.pure-menu-link, .pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5em 1em;
}

.pure-menu-link {
  color: #fff;
  font-size: 1em;
}

.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #1c1601;
  color: #f0b51c;
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

/* Help Icon Circle */
.help-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .help-icon-circle {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

.pure-menu-link:hover .help-icon-circle {
  border-color: #f0b51c;
  color: #f0b51c;
}

/* Payment Details Section */
.deposit-label {
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.request-icon {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 568px) {
  .request-icon { 
    width: 23px; 
    height: 23px; 
    margin-right: 8px;
    position: relative;
    top: -3px;
  }
}

span#amountValue.largeFont {
  font-weight: 400;
}

.paymentDetailsImportantFont {
  font-size: 1.8em !important;
}

@media screen and (max-width: 567px) {
  span#amountValue.largeFont { font-size: 2.5em; }
  .paymentDetailsImportantFont { font-size: 1.3em !important; }
  
  .deposit-label {
    font-size: 1.5em;
    line-height: 1.2;
  }
  
  .details-panel .left-hand-info {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .details-panel .pure-u-2-24 {
    width: auto;
    padding-right: 0;
    padding-top: 0;
  }
  
  .details-panel .pure-u-21-24 {
    width: auto;
    flex: 1;
  }
  
  .details-panel .pure-u-2-24 .line {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 568px) {
  span#amountValue.largeFont { font-size: 3.0em; }
  .paymentDetailsImportantFont { font-size: 1.8em !important; }
}

span#fromLabel, span#expiryLabel, span#referenceNumLabel, span#emailLabel {
  font-weight: 600;
  white-space: normal;
}

span#fromValue, span#expiryValue {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.fromDiv {
  width: 98%;
}

/* Details Panel */
.details-panel {
  width: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.details-panel .pure-g {
  display: flex;
  flex-wrap: wrap;
}

.details-panel span {
  font-size: 0.85em;
}

.white-space-normal {
  white-space: normal;
}

.left-hand-line {
  clear: both;
  padding-bottom: 5px;
  line-height: 1.4;
}

.left-hand-line > div {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.right-hand-label {
  white-space: nowrap;
  font-weight: 600;
}

.right-hand-container {
  padding-left: 15px;
  padding-top: 5px;
}

@media screen and (min-width: 568px) {
  .desktop-only-left-grey-border {
    border-left: 1px solid #d9d9d9;
    margin-left: -2px;
    padding-left: 15px;
    align-self: stretch;
  }
}

/* Right hand info panel */
.right-hand-info {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .left-hand-info {
    width: 100% !important;
  }
}

/* Mobile Details Panel */
.mobile-details-panel {
  font-size: 15px;
  padding: 0 15px;
}

@media screen and (max-width: 567px) {
  .mobile-details-panel .accordion {
    border-bottom: 1px solid #d9d9d9;
  }
  
  .mobile-details-panel .separator {
    display: none;
  }
}

/* Responsive visibility for larger screens */
@media screen and (min-width: 768px) {
  .pure-hidden-md { display: none; }
}
@media screen and (min-width: 1024px) {
  .pure-hidden-lg { display: none; }
}
@media screen and (min-width: 1280px) {
  .pure-hidden-xl { display: none; }
}

/* Accordion */
.accordion {
  margin-bottom: 0;
  padding: 15px 0;
}

.accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-toggle h4 {
  margin: 0;
  color: #1c1601;
  font-weight: 600;
  font-size: 1em;
}

.accordion-toggle svg {
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 15px 0 5px 0;
}

.accordion.open .accordion-content {
  display: block;
}

.accordion.open .accordion-toggle svg {
  transform: rotate(90deg);
}

/* Mobile accordion detail rows */
.accordion-content .detail-row {
  display: flex;
  margin-bottom: 12px;
  line-height: 1.6;
}

.accordion-content .detail-label {
  font-weight: 600;
  color: #1c1601;
  min-width: 160px;
  flex-shrink: 0;
  margin-right: 20px;
}

.accordion-content .detail-value {
  color: #1c1601;
  word-break: break-word;
}


/* Title and Search Row */
.title-search-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 1em;
}

.title-search-row h2 {
  margin: 0;
  padding: 0;
}

/* Title toggle for search */
.title-on {
  display: block;
}

.title-off {
  display: none;
}

.search-open .title-on {
  display: none;
}

.search-open .title-off {
  display: block;
}

/* Search Box */
.search-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.search-wrapper {
  display: none;
}

.search-wrapper.open {
  display: inline-flex;
  align-items: center;
}

.search-input {
  width: 480px;
  height: 44px;
  padding: 10px 20px;
  border: 2px solid #f0b51c;
  border-radius: 8px 25px 25px 8px;
  font-size: 15px;
  outline: none;
  background-color: #fff;
}

.search-input:focus {
  border-color: #f0b51c;
  box-shadow: 0 0 5px rgba(240, 181, 28, 0.3);
}

.sb-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 140px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px 25px 25px 8px;
  overflow: visible;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sb-search.sb-search-open {
  min-width: auto;
  background-color: transparent;
  border: none;
  margin-left: 10px;
}

.search-retracted-label {
  padding-left: 18px;
  padding-right: 45px;
  color: #888b8d;
  font-size: 16px;
  white-space: nowrap;
}

.sb-search.sb-search-open .search-retracted-label {
  display: none;
}

.sb-icon-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-icon {
  display: block;
}

.close-icon {
  display: none;
  background-color: #1c1601;
}

.sb-search.sb-search-open .search-icon {
  display: none;
}

.sb-search.sb-search-open .close-icon {
  display: block;
}

.search-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #f0b51c;
  border-radius: 50%;
}

/* Bank Selection Grid */
#fiSelection {
  position: relative;
  height: auto;
  margin-top: 10px;
}

.fi-grid {
  background: rgb(215, 215, 215);
  padding: 20px;
  border-radius: 5px 5px 0 0;
  margin: 0 1em;
}

.bank-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.bank-item {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 50%;
}

@media screen and (min-width: 35.5em) {
  .bank-item { width: 33.3333%; }
}

@media screen and (min-width: 48em) {
  .bank-item { width: 25%; }
}

@media screen and (min-width: 64em) {
  .bank-item { width: 16.6667%; }
}

.fi-tile {
  display: block;
  text-decoration: none;
}

.fi-option {
  text-align: center;
  text-decoration: none;
  margin: 5px;
  color: white;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}

@media screen and (max-width: 567px) {
  .fi-option { height: 70px; }
}

@media screen and (min-width: 568px) {
  .fi-option { height: 100px; }
}

.fi-option:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fi-logo-wrapper {
  text-align: center;
  font: 0/0 a;
  font-size: 0;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  height: 90%;
  width: 90%;
  white-space: nowrap;
}

.fi-logo-wrapper:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}

.fi-logo-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/* Separator */
.separator {
  color: #999;
  text-align: center;
  background-color: #d9d9d9;
  height: 1px;
}

.separator > div {
  position: relative;
  top: -22px;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #747777;
  color: #fff;
  padding: 5px;
  border: 3px solid #fff;
}

.separator-container {
  position: relative;
  margin: 0 1em 20px 1em;
  padding: 0;
  text-align: center;
  background: rgb(215, 215, 215);
  border-radius: 0 0 5px 5px;
  height: 20px;
}

.separator-line {
  display: none;
}

.separator-circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #747777;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 100;
  border: 3px solid #fff;
}

@media screen and (max-width: 567px) {
  .separator-circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}


/* Dropdown Selection Section */
.dropdown-section {
  padding: 0;
}

.dropdown-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 567px) {
  .dropdown-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    padding: 0 20px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  .dropdown-section .pure-form {
    padding: 0 15px;
  }
  
  .dropdown-section .pure-u-11-12 {
    width: 100%;
  }
  
  .dropdown-section .padding-top-25 {
    padding-top: 15px;
  }
}

.margin-desktop-only-left-25 {
  margin-left: 0;
}

@media screen and (min-width: 568px) {
  .margin-desktop-only-left-25 {
    margin-left: 25px;
  }
}

.dropdown-group {
  margin-bottom: 10px;
}

.dropdown-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.fi-dropdown-container {
  width: 100%;
}

.fi-dropdown-container label {
  font-size: 1em;
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  .fi-dropdown-container label {
    font-size: 1.05em;
    margin-bottom: 8px;
  }
}

select.fi-select {
  width: 100%;
  height: 2.50em;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5em 0.6em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (max-width: 567px) {
  select.fi-select {
    height: 3em;
    font-size: 16px;
    padding: 0.6em 0.8em;
    border-radius: 6px;
  }
}

select.fi-select:focus {
  outline: 0;
  border-color: #129FEA;
}

select.fi-select[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.hint-label {
  color: #747777;
  font-size: 0.8em;
  display: block;
  margin-top: 3px;
}

@media screen and (max-width: 567px) {
  .hint-label {
    font-size: 0.85em;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}

/* Pure Form */
.pure-form select {
  padding: 0.5em 0.6em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
}

.pure-form-stacked select,
.pure-form-stacked label {
  display: block;
  margin: 0.25em 0;
}

/* Buttons */
.pure-button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-family: inherit;
  font-size: 100%;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
}

.pure-button:focus {
  outline: medium dotted black;
}

.pure-button:hover,
.pure-button:focus {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button[disabled] {
  border: 0;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.button-brand-a {
  background: #f0b51c;
  padding: 15px 40px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .button-brand-a {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
}

.button-brand-a:hover,
button.button-brand-a:active {
  background: #1c1601;
  padding: 15px 40px;
  color: #f0b51c;
}

.button-brand-a[disabled] {
  background: #f0b51c;
  opacity: 0.5;
  cursor: not-allowed;
}

.deposit-form-submit-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Outline button style for Accept Request */
.button-outline {
  background: transparent;
  padding: 15px 40px;
  color: #1c1601;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #f0b51c !important;
}

@media screen and (max-width: 567px) {
  .button-outline {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
}

.button-outline:hover {
  background: #f0b51c;
  color: #000;
}

/* Don't see your FI section */
.dont-see-section {
  padding: 0 1em;
  margin-top: 20px;
}

.dont-see-section .separator {
  margin-bottom: 10px;
}

.dont-see-text {
  color: #1c1601;
  font-size: 14px;
  line-height: 1.5;
}

.decline-request-non-supported-fi {
  cursor: pointer;
  text-decoration: underline;
  color: #1c1601;
}

.decline-request-non-supported-fi:hover {
  color: #1c1601;
  text-decoration-color: #f0b51c;
}

/* Change Your Mind section */
.change-mind-section {
  padding: 0 1em;
  margin-bottom: 0;
}

.change-mind-section > .separator:first-child {
  margin-bottom: 15px;
}

.change-mind-section > .separator:last-child {
  margin-top: 20px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-t-5 {
  padding-top: 5px;
}


/* Footer */
.footer {
  text-align: center;
  padding: 0 1em;
}

.footer .footer-link-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;
}

.footer a.footer-link {
  line-height: 50px;
  color: #1c1601;
  text-decoration: none;
}

.footer a.footer-link:hover {
  line-height: 50px;
  color: #1c1601;
  text-decoration: underline;
  text-decoration-color: #f0b51c;
}

.footer a.footer-link em {
  font-style: italic;
}

.footer .footer-text {
  line-height: 50px;
  color: #888b8d;
  text-decoration: none;
  white-space: nowrap;
}

.footer .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer p.copyright-text {
  font-size: 0.8em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer p.copyright-text {
    font-size: 0.8em;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .footer ul li {
    display: block;
    width: 100%;
  }
  
  .footer a.footer-link {
    line-height: 45px;
  }
  
  .footer .footer-text {
    line-height: 45px;
    white-space: normal;
  }
  
  .footer .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .footer .logo img {
    width: 70px !important;
    height: auto !important;
  }
  
  .footer-logo-mobile {
    padding: 15px 0;
  }
  
  .footer-logo-mobile img {
    border-radius: 8px;
  }
}

.termsAndConditions-link {
  color: #1c1601;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .title-search-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .search-container {
    justify-content: flex-end;
    width: 100%;
  }
  
  .search-input {
    width: 250px;
  }
}

@media screen and (max-width: 567px) {
  .title-search-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  
  .title-search-row h2 {
    font-size: 1.1em;
  }
  
  .search-container {
    justify-content: flex-end;
    width: auto;
  }
}
